body {
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
main,
footer,
header,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
nav ul,
nav ol {
  list-style: none none;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
}
video,
embed,
object {
  max-width: 100%;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size-adjust: 100%;
}
body {
  color: #333333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.4rem;
}
p {
  margin-top: 0rem;
  margin-bottom: 1rem;
}
abbr[title] {
  border-bottom: 1px dotted #d1d1d1;
  cursor: help;
}
b,
strong {
  font-weight: 700;
}
em,
i {
  font-style: italic;
}
mark {
  background: #f0f0f0;
  color: #000000;
}
small,
.small {
  font-size: 12px;
}
hr {
  border: 0;
  border-top: 1px solid #d1d1d1;
  margin-bottom: 20px;
  margin-top: 20px;
}
sub,
sup {
  font-size: 71.42857143000001%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
dfn {
  font-style: italic;
}
h1 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
h2 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
h3 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
h4 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h5 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h6 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small {
  color: #333333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
a,
.alink {
  color: rgba(0, 123, 255, 0.5);
  text-decoration: none;
}
a:visited,
.alink:visited {
  color: rgba(0, 123, 255, 0.5);
  text-decoration: none;
}
a:hover,
.alink:hover {
  color: #0069d9;
  text-decoration: underline;
}
a:active,
.alink:active {
  color: #ff5501;
  text-decoration: underline;
}
ul,
ol {
  margin-top: 0rem;
  margin-bottom: 2.5rem;
}
ul > li,
ol > li {
  margin-top: 0rem;
  margin-bottom: 1rem;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
dl {
  margin-bottom: 20px;
  margin-top: 0;
}
dt {
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 0;
}
dd {
  margin-bottom: 10px;
  margin-top: 0;
  margin-left: 0;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
}
code {
  background: #f0f0f0;
  color: #111111;
  padding: 2px 4px;
  font-size: 1.2rem;
  white-space: nowrap;
}
kbd {
  background: #f0f0f0;
  color: #111111;
  padding: 2px 4px;
  font-size: 1.2rem;
}
pre {
  background: #f0f0f0;
  border: 1px solid #d1d1d1;
  color: #111111;
  line-height: 1.42857143;
  margin: 0 0 10px;
  padding: 10px;
  font-size: 1.2rem;
  display: block;
  word-wrap: break-word;
}
pre code {
  background-color: transparent;
  border-radius: 0;
  color: inherit;
  font-size: inherit;
  padding: 0;
  white-space: pre-wrap;
}
blockquote {
  border-left: 0 solid #d1d1d1;
  margin: 0 0 20px 40px;
  padding: 0;
  color: #333333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.4rem;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  color: #333333;
  line-height: 1.42857143;
  font-size: 1rem;
  display: block;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
blockquote cite {
  font-style: normal;
}
blockquote:before,
blockquote:after {
  content: '';
}
q {
  quotes: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
cite {
  font-style: normal;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
}
table th {
  text-align: left;
}
table > tbody > tr > th,
table > tfoot > tr > th,
table > tbody > tr > td,
table > tfoot > tr > td {
  vertical-align: top;
}
table > thead > tr > th,
table > thead > tr > td {
  vertical-align: bottom;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  padding: 8px 10px;
}
button,
.quote-details-items .actions-toolbar > .action,
.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
}
button:focus,
button:active,
.quote-details-items .actions-toolbar > .action:focus,
.quote-details-items .actions-toolbar > .action:active,
.cart.table-wrapper .actions-toolbar > .action:focus,
.cart.table-wrapper .actions-toolbar > .action:active,
.action-gift:focus,
.action-gift:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
button:hover,
.quote-details-items .actions-toolbar > .action:hover,
.cart.table-wrapper .actions-toolbar > .action:hover,
.action-gift:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
button.disabled,
button[disabled],
fieldset[disabled] button,
.quote-details-items .actions-toolbar > .action.disabled,
.quote-details-items .actions-toolbar > .action[disabled],
fieldset[disabled] .quote-details-items .actions-toolbar > .action,
.cart.table-wrapper .actions-toolbar > .action.disabled,
.cart.table-wrapper .actions-toolbar > .action[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action,
.action-gift.disabled,
.action-gift[disabled],
fieldset[disabled] .action-gift {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
button::-moz-focus-inner,
.quote-details-items .actions-toolbar > .action::-moz-focus-inner,
.cart.table-wrapper .actions-toolbar > .action::-moz-focus-inner,
.action-gift::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type*="date"],
input[type="email"] {
  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;
}
input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="url"]:disabled,
input[type="tel"]:disabled,
input[type="search"]:disabled,
input[type="number"]:disabled,
input[type*="date"]:disabled,
input[type="email"]:disabled {
  opacity: 0.5;
}
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type*="date"]::-moz-placeholder,
input[type="email"]::-moz-placeholder {
  color: #c2c2c2;
}
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type*="date"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder {
  color: #c2c2c2;
}
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type*="date"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder {
  color: #c2c2c2;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
select {
  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: 5px 10px 4px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
select:disabled {
  opacity: 0.5;
}
select[multiple] {
  height: auto;
  background-image: none;
}
textarea {
  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: auto;
  line-height: 1.42857143;
  margin: 0;
  padding: 10px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  resize: vertical;
}
textarea:disabled {
  opacity: 0.5;
}
textarea::-moz-placeholder {
  color: #c2c2c2;
}
textarea::-webkit-input-placeholder {
  color: #c2c2c2;
}
textarea:-ms-input-placeholder {
  color: #c2c2c2;
}
input[type="checkbox"] {
  margin: 2px 5px 0 0;
  position: relative;
  top: 2px;
}
input[type="checkbox"]:disabled {
  opacity: 0.5;
}
input[type="radio"] {
  margin: 2px 5px 0 0;
}
input[type="radio"]:disabled {
  opacity: 0.5;
}
input.mage-error,
select.mage-error,
textarea.mage-error {
  border-color: #ed8380;
}
div.mage-error {
  color: #e02b27;
  font-size: 1.2rem;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
form {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
address {
  font-style: normal;
}
*:focus {
  box-shadow: none;
  outline: 0;
}
._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  box-shadow: 0 0 3px 1px #68a8e0;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.style-text-manual {
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
}
.abs-reset-list,
.purchaseorderrule-index-index .data-grid-actions-cell .action-menu,
.bundle-options-container .block-bundle-summary .bundle.items,
.cart-container .checkout-methods-items,
.opc-wrapper .opc,
.opc-progress-bar,
.checkout-agreements-items,
.items,
.block-wishlist-management .wishlist-select-items,
.paypal-review .items-qty,
.order-details-items .items-qty,
.footer.content ul,
.product-items,
.prices-tier,
.block-banners .banner-items,
.block-banners-inline .banner-items,
.block-event .slider-panel .slider,
.purchaseorderrule-index-index .data-grid-actions-cell table th .action-menu .action-submenu {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.abs-reset-list > li,
.purchaseorderrule-index-index .data-grid-actions-cell .action-menu > li,
.bundle-options-container .block-bundle-summary .bundle.items > li,
.cart-container .checkout-methods-items > li,
.opc-wrapper .opc > li,
.opc-progress-bar > li,
.checkout-agreements-items > li,
.items > li,
.block-wishlist-management .wishlist-select-items > li,
.paypal-review .items-qty > li,
.order-details-items .items-qty > li,
.footer.content ul > li,
.product-items > li,
.prices-tier > li,
.block-banners .banner-items > li,
.block-banners-inline .banner-items > li,
.block-event .slider-panel .slider > li,
.purchaseorderrule-index-index .data-grid-actions-cell table th .action-menu .action-submenu > li {
  margin: 0;
}
.abs-action-link-button,
.abs-action-addto-product,
.block-event .slider-panel .slider .item .action.event,
.bundle-options-container .block-bundle-summary .product-addto-links > .action,
.product-info-main .action.towishlist,
.product-options-bottom .action.towishlist,
.block-bundle-summary .action.towishlist,
.product-info-main .action.tocompare,
.product-options-bottom .action.tocompare {
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
  cursor: pointer;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
  border-radius: 3px;
}
.abs-action-link-button:focus,
.abs-action-link-button:active,
.abs-action-addto-product:focus,
.abs-action-addto-product:active,
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:focus,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:active,
.product-info-main .action.towishlist:focus,
.product-info-main .action.towishlist:active,
.product-options-bottom .action.towishlist:focus,
.product-options-bottom .action.towishlist:active,
.block-bundle-summary .action.towishlist:focus,
.block-bundle-summary .action.towishlist:active,
.product-info-main .action.tocompare:focus,
.product-info-main .action.tocompare:active,
.product-options-bottom .action.tocompare:focus,
.product-options-bottom .action.tocompare:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.abs-action-link-button:hover,
.abs-action-addto-product:hover,
.block-event .slider-panel .slider .item .action.event:hover,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:hover,
.product-info-main .action.towishlist:hover,
.product-options-bottom .action.towishlist:hover,
.block-bundle-summary .action.towishlist:hover,
.product-info-main .action.tocompare:hover,
.product-options-bottom .action.tocompare:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
.abs-action-link-button.disabled,
.abs-action-link-button[disabled],
fieldset[disabled] .abs-action-link-button,
.abs-action-addto-product.disabled,
.abs-action-addto-product[disabled],
fieldset[disabled] .abs-action-addto-product,
.block-event .slider-panel .slider .item .action.event.disabled,
.block-event .slider-panel .slider .item .action.event[disabled],
fieldset[disabled] .block-event .slider-panel .slider .item .action.event,
.bundle-options-container .block-bundle-summary .product-addto-links > .action.disabled,
.bundle-options-container .block-bundle-summary .product-addto-links > .action[disabled],
fieldset[disabled] .bundle-options-container .block-bundle-summary .product-addto-links > .action,
.product-info-main .action.towishlist.disabled,
.product-info-main .action.towishlist[disabled],
fieldset[disabled] .product-info-main .action.towishlist,
.product-options-bottom .action.towishlist.disabled,
.product-options-bottom .action.towishlist[disabled],
fieldset[disabled] .product-options-bottom .action.towishlist,
.block-bundle-summary .action.towishlist.disabled,
.block-bundle-summary .action.towishlist[disabled],
fieldset[disabled] .block-bundle-summary .action.towishlist,
.product-info-main .action.tocompare.disabled,
.product-info-main .action.tocompare[disabled],
fieldset[disabled] .product-info-main .action.tocompare,
.product-options-bottom .action.tocompare.disabled,
.product-options-bottom .action.tocompare[disabled],
fieldset[disabled] .product-options-bottom .action.tocompare {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-action-link-button:hover,
.abs-action-link-button:active,
.abs-action-link-button:focus,
.abs-action-addto-product:hover,
.abs-action-addto-product:active,
.abs-action-addto-product:focus,
.block-event .slider-panel .slider .item .action.event:hover,
.block-event .slider-panel .slider .item .action.event:active,
.block-event .slider-panel .slider .item .action.event:focus,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:hover,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:active,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:focus,
.product-info-main .action.towishlist:hover,
.product-info-main .action.towishlist:active,
.product-info-main .action.towishlist:focus,
.product-options-bottom .action.towishlist:hover,
.product-options-bottom .action.towishlist:active,
.product-options-bottom .action.towishlist:focus,
.block-bundle-summary .action.towishlist:hover,
.block-bundle-summary .action.towishlist:active,
.block-bundle-summary .action.towishlist:focus,
.product-info-main .action.tocompare:hover,
.product-info-main .action.tocompare:active,
.product-info-main .action.tocompare:focus,
.product-options-bottom .action.tocompare:hover,
.product-options-bottom .action.tocompare:active,
.product-options-bottom .action.tocompare:focus {
  text-decoration: none;
}
.abs-product-options-list dt,
.cart.table-wrapper .item-options dt,
.opc-block-summary .items-in-cart .product .item-options dt,
.block-giftregistry-shared-items .product .item-options dt,
.multicheckout .item-options dt {
  clear: left;
  float: left;
  margin: 0 10px 5px 0;
}
.abs-product-options-list dt:after,
.cart.table-wrapper .item-options dt:after,
.opc-block-summary .items-in-cart .product .item-options dt:after,
.block-giftregistry-shared-items .product .item-options dt:after,
.multicheckout .item-options dt:after {
  content: ': ';
}
.abs-product-options-list dd,
.cart.table-wrapper .item-options dd,
.opc-block-summary .items-in-cart .product .item-options dd,
.block-giftregistry-shared-items .product .item-options dd,
.multicheckout .item-options dd {
  display: inline-block;
  float: left;
  margin: 0 0 5px;
  word-break: break-all;
}
.abs-button-responsive,
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action {
  width: 100%;
}
.abs-reset-image-wrapper,
.cart.table-wrapper .product-image-wrapper,
.minicart-items .product-image-wrapper,
.block-giftregistry-shared-items .product-image-wrapper,
.products-list .product-image-wrapper {
  height: auto;
  padding: 0 !important;
}
.abs-reset-image-wrapper .product-image-photo,
.cart.table-wrapper .product-image-wrapper .product-image-photo,
.minicart-items .product-image-wrapper .product-image-photo,
.block-giftregistry-shared-items .product-image-wrapper .product-image-photo,
.products-list .product-image-wrapper .product-image-photo {
  position: static;
}
.abs-adaptive-images {
  display: block;
  height: auto;
  max-width: 100%;
}
.abs-adaptive-images-centered,
.product.media .product.photo .photo.image {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}
.abs-login-block-title,
.company-account-index .columns .column.main .block:not(.widget) .block-title,
.login-container .block .block-title {
  font-size: 1.8rem;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.abs-login-block-title strong,
.company-account-index .columns .column.main .block:not(.widget) .block-title strong,
.login-container .block .block-title strong {
  font-weight: 500;
}
.abs-block-title,
.abs-account-blocks .block-title,
.block-giftregistry-results .block-title,
.block-giftregistry-shared-items .block-title,
.block-wishlist-search-results .block-title,
.block-reorder .block-title,
.widget .block-title,
.block-wishlist .block-title,
.block-compare .block-title,
.company-account-index .columns .column.main .block:not(.widget) .block-title,
.account .column.main .block:not(.widget) .block-title,
.multicheckout .block-title,
.paypal-review .block .block-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title,
.sales-guest-view .column.main .block:not(.widget) .block-title {
  margin-bottom: 15px;
}
.abs-block-title > strong,
.abs-account-blocks .block-title > strong,
.block-giftregistry-results .block-title > strong,
.block-giftregistry-shared-items .block-title > strong,
.block-wishlist-search-results .block-title > strong,
.block-reorder .block-title > strong,
.widget .block-title > strong,
.block-wishlist .block-title > strong,
.block-compare .block-title > strong,
.company-account-index .columns .column.main .block:not(.widget) .block-title > strong,
.account .column.main .block:not(.widget) .block-title > strong,
.multicheckout .block-title > strong,
.paypal-review .block .block-title > strong,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > strong,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > strong,
.sales-guest-view .column.main .block:not(.widget) .block-title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.abs-account-blocks .block-title > .action,
.company-account-index .columns .column.main .block:not(.widget) .block-title > .action,
.account .column.main .block:not(.widget) .block-title > .action,
.multicheckout .block-title > .action,
.paypal-review .block .block-title > .action,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > .action,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > .action,
.sales-guest-view .column.main .block:not(.widget) .block-title > .action {
  margin-left: 15px;
}
.abs-account-blocks .box-title,
.company-account-index .columns .column.main .block:not(.widget) .box-title,
.account .column.main .block:not(.widget) .box-title,
.multicheckout .box-title,
.paypal-review .block .box-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title,
.sales-guest-view .column.main .block:not(.widget) .box-title {
  display: inline-block;
  margin: 0 0 5px;
}
.abs-account-blocks .box-title > span,
.company-account-index .columns .column.main .block:not(.widget) .box-title > span,
.account .column.main .block:not(.widget) .box-title > span,
.multicheckout .box-title > span,
.paypal-review .block .box-title > span,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title > span,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title > span,
.sales-guest-view .column.main .block:not(.widget) .box-title > span {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.abs-account-blocks .box-title > .action,
.company-account-index .columns .column.main .block:not(.widget) .box-title > .action,
.account .column.main .block:not(.widget) .box-title > .action,
.multicheckout .box-title > .action,
.paypal-review .block .box-title > .action,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title > .action,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title > .action,
.sales-guest-view .column.main .block:not(.widget) .box-title > .action {
  font-weight: 400;
  margin-left: 10px;
}
.abs-account-blocks .block-content p:last-child,
.company-account-index .columns .column.main .block:not(.widget) .block-content p:last-child,
.account .column.main .block:not(.widget) .block-content p:last-child,
.multicheckout .block-content p:last-child,
.paypal-review .block .block-content p:last-child,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-content p:last-child,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-content p:last-child,
.sales-guest-view .column.main .block:not(.widget) .block-content p:last-child {
  margin-bottom: 0;
}
.abs-account-blocks .block-content .box,
.company-account-index .columns .column.main .block:not(.widget) .block-content .box,
.account .column.main .block:not(.widget) .block-content .box,
.multicheckout .block-content .box,
.paypal-review .block .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 {
  margin-bottom: 20px;
}
.abs-dropdown-simple,
.giftregisty-dropdown,
.wishlist-dropdown {
  display: inline-block;
  position: relative;
}
.abs-dropdown-simple:before,
.abs-dropdown-simple:after,
.giftregisty-dropdown:before,
.giftregisty-dropdown:after,
.wishlist-dropdown:before,
.wishlist-dropdown:after {
  content: '';
  display: table;
}
.abs-dropdown-simple:after,
.giftregisty-dropdown:after,
.wishlist-dropdown:after {
  clear: both;
}
.abs-dropdown-simple .action.toggle,
.giftregisty-dropdown .action.toggle,
.wishlist-dropdown .action.toggle {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle:after,
.giftregisty-dropdown .action.toggle:after,
.wishlist-dropdown .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e607';
  font-family: 'imprintplus';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle:hover:after,
.giftregisty-dropdown .action.toggle:hover:after,
.wishlist-dropdown .action.toggle:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle:active:after,
.giftregisty-dropdown .action.toggle:active:after,
.wishlist-dropdown .action.toggle:active:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active,
.giftregisty-dropdown .action.toggle.active,
.wishlist-dropdown .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle.active:after,
.giftregisty-dropdown .action.toggle.active:after,
.wishlist-dropdown .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e618';
  font-family: 'imprintplus';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle.active:hover:after,
.giftregisty-dropdown .action.toggle.active:hover:after,
.wishlist-dropdown .action.toggle.active:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active:active:after,
.giftregisty-dropdown .action.toggle.active:active:after,
.wishlist-dropdown .action.toggle.active:active:after {
  color: inherit;
}
.abs-dropdown-simple ul.dropdown,
.giftregisty-dropdown ul.dropdown,
.wishlist-dropdown ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 200px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.abs-dropdown-simple ul.dropdown li,
.giftregisty-dropdown ul.dropdown li,
.wishlist-dropdown ul.dropdown li {
  margin: 0;
  padding: 5px 5px 5px 23px;
}
.abs-dropdown-simple ul.dropdown li:hover,
.giftregisty-dropdown ul.dropdown li:hover,
.wishlist-dropdown ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.abs-dropdown-simple ul.dropdown:before,
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-dropdown-simple ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.abs-dropdown-simple ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.abs-dropdown-simple.active,
.giftregisty-dropdown.active,
.wishlist-dropdown.active {
  overflow: visible;
}
.abs-dropdown-simple.active ul.dropdown,
.giftregisty-dropdown.active ul.dropdown,
.wishlist-dropdown.active ul.dropdown {
  display: block;
}
.abs-input-qty,
.requisition-grid .col.qty .input-text,
.quote-details-items .col.qty .input-text,
.column .block-addbysku .qty .qty,
.bundle-options-container .input-text.qty,
.cart.table-wrapper .col.qty .input-text,
.account .table-return-items .qty .input-text,
.table-giftregistry-items .field.qty .qty,
.block-giftregistry-shared-items .qty .qty,
.table.grouped .control .qty,
.block-wishlist-info-items .input-text.qty,
.multicheckout .table-wrapper .col .qty .input-text,
.account .table-wrapper .data.table.wishlist .box-tocart .qty,
.products-grid.wishlist .product-item .box-tocart input.qty,
.sidebar .block-addbysku .fieldset .fields .field.qty .qty {
  text-align: center;
  width: 47px;
}
.abs-margin-for-blocks-and-widgets,
.block,
.sidebar .widget.block:not(:last-child),
.sidebar .widget:not(:last-child),
.block-banners,
.block-banners-inline {
  margin-bottom: 40px;
}
.abs-remove-button-for-blocks,
.filtered .item .action.remove,
.sidebar .action.delete,
.table-comparison .cell.remove .action.delete,
.block-compare .action.delete {
  display: inline-block;
  text-decoration: none;
}
.abs-remove-button-for-blocks > span,
.filtered .item .action.remove > span,
.sidebar .action.delete > span,
.table-comparison .cell.remove .action.delete > span,
.block-compare .action.delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-remove-button-for-blocks:before,
.filtered .item .action.remove:before,
.sidebar .action.delete:before,
.table-comparison .cell.remove .action.delete:before,
.block-compare .action.delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  line-height: 15px;
  color: #303030;
  content: '\e616';
  font-family: 'imprintplus';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-remove-button-for-blocks:hover:before,
.filtered .item .action.remove:hover:before,
.sidebar .action.delete:hover:before,
.table-comparison .cell.remove .action.delete:hover:before,
.block-compare .action.delete:hover:before {
  color: #303030;
}
.abs-remove-button-for-blocks:active:before,
.filtered .item .action.remove:active:before,
.sidebar .action.delete:active:before,
.table-comparison .cell.remove .action.delete:active:before,
.block-compare .action.delete:active:before {
  color: #303030;
}
.abs-product-link,
.product-item-name,
.product.name a {
  font-weight: 400;
}
.abs-product-link > a,
.product-item-name > a,
.product.name a > a {
  color: #333333;
  text-decoration: none;
}
.abs-product-link > a:visited,
.product-item-name > a:visited,
.product.name a > a:visited {
  color: #333333;
  text-decoration: underline;
}
.abs-product-link > a:hover,
.product-item-name > a:hover,
.product.name a > a:hover {
  color: #333333;
  text-decoration: underline;
}
.abs-product-link > a:active,
.product-item-name > a:active,
.product.name a > a:active {
  color: #333333;
  text-decoration: underline;
}
.abs-reset-left-margin,
.form.giftregistry.items .actions-toolbar,
.form-new-agreement .actions-toolbar,
.fieldset .review-legend.legend,
.form.wishlist.items .actions-toolbar {
  margin-left: 0;
}
.abs-action-remove,
.abs-add-fields .action.remove,
.form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove,
.form-create-return .action.remove,
.form.send.friend .action.remove {
  left: 10px;
  margin-left: 70%;
  position: absolute;
  top: 31px;
  width: auto;
}
.abs-add-fields .fieldset,
.form-giftregistry-share .fieldset,
.form-giftregistry-edit .fieldset,
.form-add-invitations .fieldset,
.form-create-return .fieldset,
.form.send.friend .fieldset {
  margin-bottom: 50px;
}
.abs-add-fields .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: 70%;
}
.abs-add-fields .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form-create-return .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form.send.friend .fieldset .actions-toolbar:not(:first-child) > .secondary {
  float: left;
}
.abs-add-fields .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form-create-return .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form.send.friend .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add {
  margin-top: 30px;
}
.abs-add-fields .fieldset .fields .actions-toolbar,
.form-giftregistry-share .fieldset .fields .actions-toolbar,
.form-giftregistry-edit .fieldset .fields .actions-toolbar,
.form-add-invitations .fieldset .fields .actions-toolbar,
.form-create-return .fieldset .fields .actions-toolbar,
.form.send.friend .fieldset .fields .actions-toolbar {
  margin: 0;
}
.abs-add-fields .message.notice,
.form-giftregistry-share .message.notice,
.form-giftregistry-edit .message.notice,
.form-add-invitations .message.notice,
.form-create-return .message.notice,
.form.send.friend .message.notice {
  margin: 30px 0 0;
}
.abs-add-fields .additional,
.form-giftregistry-share .additional,
.form-giftregistry-edit .additional,
.form-add-invitations .additional,
.form-create-return .additional,
.form.send.friend .additional {
  margin-top: 55px;
  position: relative;
}
.abs-hidden,
.order-details-items .order-items .order-gift-message:not(.expanded-content) {
  height: 0;
  visibility: hidden;
}
.abs-visually-hidden,
.fieldset > .field.no-label > .label,
.fieldset > .fields > .field.no-label > .label,
.quote-details-items .col.qty .label,
.action-multicheck-wrap .action-multicheck-toggle > span,
.cart.table-wrapper .col.qty .label,
.minicart-wrapper .action.showcart .text,
.minicart-wrapper .action.showcart .counter-label,
.checkout-index-index .page-title-wrapper,
.checkout-payment-method .field-select-billing > .label,
.checkout-payment-method .payments .legend,
.checkout-payment-method .ccard .legend,
.fieldset .fullname.field > .label,
.account .column.main .limiter > .label,
.field.street .field .label,
.account-nav .title,
.page-product-downloadable .product-options-wrapper .fieldset .legend.links-title,
.page-product-giftcard .fieldset.giftcard > .legend,
.opc-wrapper .form-giftcard-account .field .label,
.filter-options-content .filter-count-label,
.block-wishlist-search-form .form-wishlist-search .fieldset > .legend,
.page-multiple-wishlist .page-title-wrapper .page-title,
.multicheckout .table-wrapper .col .label,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend,
.block.newsletter .label,
.block-reorder .product-item .label,
.opc-wrapper .form-discount .field .label,
.action.skip:not(:focus),
.page-header .panel.wrapper .switcher .label,
.page-footer .switcher .label,
.products-grid.wishlist .product-item .comment-box .label,
.product-item-actions .actions-secondary > .action span,
.table-comparison .cell.label.remove span,
.table-comparison .cell.label.product span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-visually-hidden-reset,
.shipping-policy-block.field-tooltip .field-tooltip-action span {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.abs-add-clearfix:before,
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:not(:first-child):before,
.abs-add-fields .fieldset .actions-toolbar:not(:first-child):after,
.requisition-grid .actions-toolbar:before,
.requisition-grid .actions-toolbar:after,
.requisition-view-links:before,
.requisition-view-links:after,
.quote-details-items .quote-table-totals-wrap:before,
.quote-details-items .quote-table-totals-wrap:after,
.quote-details-items .item-options:before,
.quote-details-items .item-options:after,
.quote-details-items .actions-toolbar:before,
.quote-details-items .actions-toolbar:after,
.negotiable-quote-quote-print .page-title-wrapper:before,
.negotiable-quote-quote-print .page-title-wrapper:after,
.negotiable-quote-quote-print .quote-price-block:before,
.negotiable-quote-quote-print .quote-price-block:after,
.quickorder-index-index .product-block:before,
.quickorder-index-index .product-block:after,
.cart.table-wrapper .actions-toolbar:before,
.cart.table-wrapper .actions-toolbar:after,
.cart.table-wrapper .item-options:before,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item > .product:before,
.minicart-items .product-item > .product:after,
.checkout-container:before,
.checkout-container:after,
.checkout-onepage-success:before,
.checkout-onepage-success:after,
.opc-estimated-wrapper:before,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:before,
.opc-wrapper .field.addresses:after,
.opc-block-summary .items-in-cart .product .item-options:before,
.opc-block-summary .items-in-cart .product .item-options:after,
.fieldset .fullname .field:before,
.fieldset .fullname .field:after,
.page-product-downloadable .product-add-form:before,
.page-product-downloadable .product-add-form:after,
.gift-options:before,
.gift-options:after,
.gift-item-block .content:before,
.gift-item-block .content:after,
.order-details-items .order-gift-message:before,
.order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:before,
.order-details-items .block-order-details-gift-message:after,
.block-giftregistry-shared-items .product .item-options:before,
.block-giftregistry-shared-items .product .item-options:after,
.gift-wrapping-list:before,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping:before,
.opc-wrapper .data.table .gift-wrapping:after,
.table-order-items .gift-wrapping:before,
.table-order-items .gift-wrapping:after,
.table-order-review .gift-wrapping:before,
.table-order-review .gift-wrapping:after,
.order-options .product:before,
.order-options .product:after,
.map-popup .map-info-price:before,
.map-popup .map-info-price:after,
.multicheckout .item-options:before,
.multicheckout .item-options:after,
.multicheckout .block:before,
.multicheckout .block:after,
.multicheckout .block-content:before,
.multicheckout .block-content:after,
.customer-review .product-details:before,
.customer-review .product-details:after,
.header.content:before,
.header.content:after,
.toolbar:before,
.toolbar:after,
.toolbar-products:before,
.toolbar-products:after,
.sidebar .product-items-images:before,
.sidebar .product-items-images:after,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):before,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):after,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):before,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):after,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child):before,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child):after,
.form-create-return .fieldset .actions-toolbar:not(:first-child):before,
.form-create-return .fieldset .actions-toolbar:not(:first-child):after,
.form.send.friend .fieldset .actions-toolbar:not(:first-child):before,
.form.send.friend .fieldset .actions-toolbar:not(:first-child):after {
  content: '';
  display: table;
}
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:not(:first-child):after,
.requisition-grid .actions-toolbar:after,
.requisition-view-links:after,
.quote-details-items .quote-table-totals-wrap:after,
.quote-details-items .item-options:after,
.quote-details-items .actions-toolbar:after,
.negotiable-quote-quote-print .page-title-wrapper:after,
.negotiable-quote-quote-print .quote-price-block:after,
.quickorder-index-index .product-block:after,
.cart.table-wrapper .actions-toolbar:after,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item > .product:after,
.checkout-container:after,
.checkout-onepage-success:after,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:after,
.opc-block-summary .items-in-cart .product .item-options:after,
.fieldset .fullname .field:after,
.page-product-downloadable .product-add-form:after,
.gift-options:after,
.gift-item-block .content:after,
.order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:after,
.block-giftregistry-shared-items .product .item-options:after,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping:after,
.table-order-items .gift-wrapping:after,
.table-order-review .gift-wrapping:after,
.order-options .product:after,
.map-popup .map-info-price:after,
.multicheckout .item-options:after,
.multicheckout .block:after,
.multicheckout .block-content:after,
.customer-review .product-details:after,
.header.content:after,
.toolbar:after,
.toolbar-products:after,
.sidebar .product-items-images:after,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):after,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):after,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child):after,
.form-create-return .fieldset .actions-toolbar:not(:first-child):after,
.form.send.friend .fieldset .actions-toolbar:not(:first-child):after {
  clear: both;
}
.abs-add-box-sizing,
.abs-field-date .control,
.abs-field-tooltip,
.columns .column.main,
.columns .sidebar-main,
.columns .sidebar-additional,
.checkout-cart-index .block-requisition-list,
.form-create-purchase-order-rule .field.rule-type .field-tooltip .field-tooltip-content,
.search-autocomplete,
.column .block-addbysku .sku,
.bundle-options-container .block-bundle-summary,
.search-autocomplete,
.cart-summary,
.opc-wrapper .shipping-address-item,
.shipping-policy-block.field-tooltip .field-tooltip-content,
.opc-block-summary,
.product-item,
.sidebar .product-items-images .product-item,
.sidebar .block-addbysku .fieldset .fields .field.sku,
.block-event .slider-panel .slider .item .action.show,
.field.date .control,
.field .control._with-tooltip {
  box-sizing: border-box;
}
.abs-navigation-icon {
  display: block;
  text-decoration: none;
}
.abs-navigation-icon:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 34px;
  line-height: 1.2;
  color: inherit;
  content: '\e622';
  font-family: 'imprintplus';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-navigation-icon:after {
  position: absolute;
  right: 5px;
  top: 0;
}
.abs-split-button {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.abs-split-button:before,
.abs-split-button:after {
  content: '';
  display: table;
}
.abs-split-button:after {
  clear: both;
}
.abs-split-button .action.split {
  float: left;
  margin: 0;
}
.abs-split-button .action.toggle {
  float: right;
  margin: 0;
}
.abs-split-button button.action.split,
.abs-split-button .quote-details-items .actions-toolbar > .action.action.split,
.abs-split-button .cart.table-wrapper .actions-toolbar > .action.action.split,
.abs-split-button .action-gift.action.split {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.abs-split-button button + .action.toggle,
.abs-split-button .quote-details-items .actions-toolbar > .action + .action.toggle,
.abs-split-button .cart.table-wrapper .actions-toolbar > .action + .action.toggle,
.abs-split-button .action-gift + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
.abs-split-button .action.toggle {
  padding: 4px 5px;
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e607';
  font-family: 'imprintplus';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle:active:after {
  color: inherit;
}
.abs-split-button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e618';
  font-family: 'imprintplus';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle.active:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle.active:active:after {
  color: inherit;
}
.abs-split-button .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 100%;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.abs-split-button .items li {
  margin: 0;
  padding: 3px 5px;
}
.abs-split-button .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.abs-split-button .items:before,
.abs-split-button .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-split-button .items:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.abs-split-button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.abs-split-button .items:before {
  right: 10px;
  top: -12px;
}
.abs-split-button .items:after {
  right: 9px;
  top: -14px;
}
.abs-split-button.active {
  overflow: visible;
}
.abs-split-button.active .items {
  display: block;
}
.abs-action-addto-product,
.bundle-options-container .block-bundle-summary .product-addto-links > .action,
.product-info-main .action.towishlist,
.product-options-bottom .action.towishlist,
.block-bundle-summary .action.towishlist,
.product-info-main .action.tocompare,
.product-options-bottom .action.tocompare {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
}
.abs-actions-addto-gridlist,
.table-comparison .wishlist.split.button > .action.split,
.product-items .wishlist.split.button > .action.split,
.product-items .action.towishlist,
.products.list.items .action.towishlist,
.table-comparison .action.towishlist,
.product-item-actions .actions-secondary > .action {
  display: inline-block;
  text-decoration: none;
}
.abs-actions-addto-gridlist > span,
.table-comparison .wishlist.split.button > .action.split > span,
.product-items .wishlist.split.button > .action.split > span,
.product-items .action.towishlist > span,
.products.list.items .action.towishlist > span,
.table-comparison .action.towishlist > span,
.product-item-actions .actions-secondary > .action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-actions-addto-gridlist:before,
.table-comparison .wishlist.split.button > .action.split:before,
.product-items .wishlist.split.button > .action.split:before,
.product-items .action.towishlist:before,
.products.list.items .action.towishlist:before,
.table-comparison .action.towishlist:before,
.product-item-actions .actions-secondary > .action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 29px;
  line-height: 24px;
  color: #7d7d7d;
  font-family: 'imprintplus';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-actions-addto-gridlist:hover:before,
.table-comparison .wishlist.split.button > .action.split:hover:before,
.product-items .wishlist.split.button > .action.split:hover:before,
.product-items .action.towishlist:hover:before,
.products.list.items .action.towishlist:hover:before,
.table-comparison .action.towishlist:hover:before,
.product-item-actions .actions-secondary > .action:hover:before {
  color: #333333;
}
.abs-button-l,
#store-selector .form-continue .actions-toolbar .action.primary,
.bundle-actions .action.primary,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.cart-container .checkout-methods-items .action.primary,
.block-minicart .block-content > .actions > .primary .action.primary,
.methods-shipping .actions-toolbar .action.primary,
.block-authentication .action.action-register,
.block-authentication .action.action-login,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary,
.form-address-edit .actions-toolbar .action.primary,
.multicheckout .action.primary,
.product-info-main .box-tocart .action.tocart,
.product-options-bottom .box-tocart .action.tocart {
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
}
.abs-action-button-as-link,
.abs-action-remove,
.requisition-list-action > .action,
.cart.table-wrapper .requisition-list-action > .action.toggle:after,
.requisition-grid .actions-toolbar > .action-edit,
.requisition-grid .actions-toolbar > .action-delete,
.title-actions-links button,
.block-requisition-management .requisition-list-title button,
.block-requisition-management .requisition-toolbar-actions .remove-selected,
.checkout-container .action-additional,
.data-grid-filters-wrap .action,
.quote-grid-filters-wrap .action,
.quote-details-items .actions-toolbar > .action-delete,
.attachments-list .attachments-item .action-delete,
.negotiable-quote-quote-view .modal-popup .modal-footer .action-hide-popup,
.admin__action-group-wrap .admin__action-multiselect-action-links .action,
.admin__action-group-wrap .admin__action-multiselect-actions-wrap .action-tertiary,
.cart.table-wrapper .action.help.map,
.opc-wrapper .edit-address-link,
.opc-block-shipping-information .shipping-information-title .action-edit,
.action-auth-toggle,
.checkout-payment-method .checkout-billing-address .action-cancel,
.checkout-agreements-block .action-show,
.cart-summary .block.giftcard .action.check,
.gift-options .actions-toolbar .action-cancel,
.table-comparison .wishlist.split.button > .action,
.product-items .wishlist.split.button > .action,
.paypal-button-widget .paypal-button,
.abs-add-fields .action.remove,
.title-actions-links .quote-details-items .actions-toolbar > .action,
.block-requisition-management .requisition-list-title .quote-details-items .actions-toolbar > .action,
.title-actions-links .cart.table-wrapper .actions-toolbar > .action,
.block-requisition-management .requisition-list-title .cart.table-wrapper .actions-toolbar > .action,
.title-actions-links .action-gift,
.block-requisition-management .requisition-list-title .action-gift,
.form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove,
.form-create-return .action.remove,
.form.send.friend .action.remove {
  line-height: 1.42857143;
  padding: 0;
  color: rgba(0, 123, 255, 0.5);
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  border-radius: 0;
  font-size: inherit;
  font-weight: 400;
}
.abs-action-button-as-link:visited,
.abs-action-remove:visited,
.requisition-list-action > .action:visited,
.cart.table-wrapper .requisition-list-action > .action.toggle:after:visited,
.requisition-grid .actions-toolbar > .action-edit:visited,
.requisition-grid .actions-toolbar > .action-delete:visited,
.title-actions-links button:visited,
.block-requisition-management .requisition-list-title button:visited,
.block-requisition-management .requisition-toolbar-actions .remove-selected:visited,
.checkout-container .action-additional:visited,
.data-grid-filters-wrap .action:visited,
.quote-grid-filters-wrap .action:visited,
.quote-details-items .actions-toolbar > .action-delete:visited,
.attachments-list .attachments-item .action-delete:visited,
.negotiable-quote-quote-view .modal-popup .modal-footer .action-hide-popup:visited,
.admin__action-group-wrap .admin__action-multiselect-action-links .action:visited,
.admin__action-group-wrap .admin__action-multiselect-actions-wrap .action-tertiary:visited,
.cart.table-wrapper .action.help.map:visited,
.opc-wrapper .edit-address-link:visited,
.opc-block-shipping-information .shipping-information-title .action-edit:visited,
.action-auth-toggle:visited,
.checkout-payment-method .checkout-billing-address .action-cancel:visited,
.checkout-agreements-block .action-show:visited,
.cart-summary .block.giftcard .action.check:visited,
.gift-options .actions-toolbar .action-cancel:visited,
.table-comparison .wishlist.split.button > .action:visited,
.product-items .wishlist.split.button > .action:visited,
.paypal-button-widget .paypal-button:visited,
.abs-add-fields .action.remove:visited,
.title-actions-links .quote-details-items .actions-toolbar > .action:visited,
.block-requisition-management .requisition-list-title .quote-details-items .actions-toolbar > .action:visited,
.title-actions-links .cart.table-wrapper .actions-toolbar > .action:visited,
.block-requisition-management .requisition-list-title .cart.table-wrapper .actions-toolbar > .action:visited,
.title-actions-links .action-gift:visited,
.block-requisition-management .requisition-list-title .action-gift:visited,
.form-giftregistry-share .action.remove:visited,
.form-giftregistry-edit .action.remove:visited,
.form-add-invitations .action.remove:visited,
.form-create-return .action.remove:visited,
.form.send.friend .action.remove:visited {
  color: rgba(0, 123, 255, 0.5);
  text-decoration: none;
}
.abs-action-button-as-link:hover,
.abs-action-remove:hover,
.requisition-list-action > .action:hover,
.cart.table-wrapper .requisition-list-action > .action.toggle:after:hover,
.requisition-grid .actions-toolbar > .action-edit:hover,
.requisition-grid .actions-toolbar > .action-delete:hover,
.title-actions-links button:hover,
.block-requisition-management .requisition-list-title button:hover,
.block-requisition-management .requisition-toolbar-actions .remove-selected:hover,
.checkout-container .action-additional:hover,
.data-grid-filters-wrap .action:hover,
.quote-grid-filters-wrap .action:hover,
.quote-details-items .actions-toolbar > .action-delete:hover,
.attachments-list .attachments-item .action-delete:hover,
.negotiable-quote-quote-view .modal-popup .modal-footer .action-hide-popup:hover,
.admin__action-group-wrap .admin__action-multiselect-action-links .action:hover,
.admin__action-group-wrap .admin__action-multiselect-actions-wrap .action-tertiary:hover,
.cart.table-wrapper .action.help.map:hover,
.opc-wrapper .edit-address-link:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.action-auth-toggle:hover,
.checkout-payment-method .checkout-billing-address .action-cancel:hover,
.checkout-agreements-block .action-show:hover,
.cart-summary .block.giftcard .action.check:hover,
.gift-options .actions-toolbar .action-cancel:hover,
.table-comparison .wishlist.split.button > .action:hover,
.product-items .wishlist.split.button > .action:hover,
.paypal-button-widget .paypal-button:hover,
.abs-add-fields .action.remove:hover,
.title-actions-links .quote-details-items .actions-toolbar > .action:hover,
.block-requisition-management .requisition-list-title .quote-details-items .actions-toolbar > .action:hover,
.title-actions-links .cart.table-wrapper .actions-toolbar > .action:hover,
.block-requisition-management .requisition-list-title .cart.table-wrapper .actions-toolbar > .action:hover,
.title-actions-links .action-gift:hover,
.block-requisition-management .requisition-list-title .action-gift:hover,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-edit .action.remove:hover,
.form-add-invitations .action.remove:hover,
.form-create-return .action.remove:hover,
.form.send.friend .action.remove:hover {
  color: #0069d9;
  text-decoration: underline;
}
.abs-action-button-as-link:active,
.abs-action-remove:active,
.requisition-list-action > .action:active,
.cart.table-wrapper .requisition-list-action > .action.toggle:after:active,
.requisition-grid .actions-toolbar > .action-edit:active,
.requisition-grid .actions-toolbar > .action-delete:active,
.title-actions-links button:active,
.block-requisition-management .requisition-list-title button:active,
.block-requisition-management .requisition-toolbar-actions .remove-selected:active,
.checkout-container .action-additional:active,
.data-grid-filters-wrap .action:active,
.quote-grid-filters-wrap .action:active,
.quote-details-items .actions-toolbar > .action-delete:active,
.attachments-list .attachments-item .action-delete:active,
.negotiable-quote-quote-view .modal-popup .modal-footer .action-hide-popup:active,
.admin__action-group-wrap .admin__action-multiselect-action-links .action:active,
.admin__action-group-wrap .admin__action-multiselect-actions-wrap .action-tertiary:active,
.cart.table-wrapper .action.help.map:active,
.opc-wrapper .edit-address-link:active,
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.action-auth-toggle:active,
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-agreements-block .action-show:active,
.cart-summary .block.giftcard .action.check:active,
.gift-options .actions-toolbar .action-cancel:active,
.table-comparison .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:active,
.paypal-button-widget .paypal-button:active,
.abs-add-fields .action.remove:active,
.title-actions-links .quote-details-items .actions-toolbar > .action:active,
.block-requisition-management .requisition-list-title .quote-details-items .actions-toolbar > .action:active,
.title-actions-links .cart.table-wrapper .actions-toolbar > .action:active,
.block-requisition-management .requisition-list-title .cart.table-wrapper .actions-toolbar > .action:active,
.title-actions-links .action-gift:active,
.block-requisition-management .requisition-list-title .action-gift:active,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-edit .action.remove:active,
.form-add-invitations .action.remove:active,
.form-create-return .action.remove:active,
.form.send.friend .action.remove:active {
  color: #ff5501;
  text-decoration: underline;
}
.abs-action-button-as-link:hover,
.abs-action-button-as-link:active,
.abs-action-button-as-link:focus,
.abs-action-remove:hover,
.abs-action-remove:active,
.abs-action-remove:focus,
.requisition-list-action > .action:hover,
.requisition-list-action > .action:active,
.requisition-list-action > .action:focus,
.cart.table-wrapper .requisition-list-action > .action.toggle:after:hover,
.cart.table-wrapper .requisition-list-action > .action.toggle:after:active,
.cart.table-wrapper .requisition-list-action > .action.toggle:after:focus,
.requisition-grid .actions-toolbar > .action-edit:hover,
.requisition-grid .actions-toolbar > .action-edit:active,
.requisition-grid .actions-toolbar > .action-edit:focus,
.requisition-grid .actions-toolbar > .action-delete:hover,
.requisition-grid .actions-toolbar > .action-delete:active,
.requisition-grid .actions-toolbar > .action-delete:focus,
.title-actions-links button:hover,
.title-actions-links button:active,
.title-actions-links button:focus,
.block-requisition-management .requisition-list-title button:hover,
.block-requisition-management .requisition-list-title button:active,
.block-requisition-management .requisition-list-title button:focus,
.block-requisition-management .requisition-toolbar-actions .remove-selected:hover,
.block-requisition-management .requisition-toolbar-actions .remove-selected:active,
.block-requisition-management .requisition-toolbar-actions .remove-selected:focus,
.checkout-container .action-additional:hover,
.checkout-container .action-additional:active,
.checkout-container .action-additional:focus,
.data-grid-filters-wrap .action:hover,
.data-grid-filters-wrap .action:active,
.data-grid-filters-wrap .action:focus,
.quote-grid-filters-wrap .action:hover,
.quote-grid-filters-wrap .action:active,
.quote-grid-filters-wrap .action:focus,
.quote-details-items .actions-toolbar > .action-delete:hover,
.quote-details-items .actions-toolbar > .action-delete:active,
.quote-details-items .actions-toolbar > .action-delete:focus,
.attachments-list .attachments-item .action-delete:hover,
.attachments-list .attachments-item .action-delete:active,
.attachments-list .attachments-item .action-delete:focus,
.negotiable-quote-quote-view .modal-popup .modal-footer .action-hide-popup:hover,
.negotiable-quote-quote-view .modal-popup .modal-footer .action-hide-popup:active,
.negotiable-quote-quote-view .modal-popup .modal-footer .action-hide-popup:focus,
.admin__action-group-wrap .admin__action-multiselect-action-links .action:hover,
.admin__action-group-wrap .admin__action-multiselect-action-links .action:active,
.admin__action-group-wrap .admin__action-multiselect-action-links .action:focus,
.admin__action-group-wrap .admin__action-multiselect-actions-wrap .action-tertiary:hover,
.admin__action-group-wrap .admin__action-multiselect-actions-wrap .action-tertiary:active,
.admin__action-group-wrap .admin__action-multiselect-actions-wrap .action-tertiary:focus,
.cart.table-wrapper .action.help.map:hover,
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:focus,
.opc-wrapper .edit-address-link:hover,
.opc-wrapper .edit-address-link:active,
.opc-wrapper .edit-address-link:focus,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.opc-block-shipping-information .shipping-information-title .action-edit:focus,
.action-auth-toggle:hover,
.action-auth-toggle:active,
.action-auth-toggle:focus,
.checkout-payment-method .checkout-billing-address .action-cancel:hover,
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-payment-method .checkout-billing-address .action-cancel:focus,
.checkout-agreements-block .action-show:hover,
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:focus,
.cart-summary .block.giftcard .action.check:hover,
.cart-summary .block.giftcard .action.check:active,
.cart-summary .block.giftcard .action.check:focus,
.gift-options .actions-toolbar .action-cancel:hover,
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:focus,
.table-comparison .wishlist.split.button > .action:hover,
.table-comparison .wishlist.split.button > .action:active,
.table-comparison .wishlist.split.button > .action:focus,
.product-items .wishlist.split.button > .action:hover,
.product-items .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:focus,
.paypal-button-widget .paypal-button:hover,
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:focus,
.abs-add-fields .action.remove:hover,
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:focus,
.title-actions-links .quote-details-items .actions-toolbar > .action:hover,
.title-actions-links .quote-details-items .actions-toolbar > .action:active,
.title-actions-links .quote-details-items .actions-toolbar > .action:focus,
.block-requisition-management .requisition-list-title .quote-details-items .actions-toolbar > .action:hover,
.block-requisition-management .requisition-list-title .quote-details-items .actions-toolbar > .action:active,
.block-requisition-management .requisition-list-title .quote-details-items .actions-toolbar > .action:focus,
.title-actions-links .cart.table-wrapper .actions-toolbar > .action:hover,
.title-actions-links .cart.table-wrapper .actions-toolbar > .action:active,
.title-actions-links .cart.table-wrapper .actions-toolbar > .action:focus,
.block-requisition-management .requisition-list-title .cart.table-wrapper .actions-toolbar > .action:hover,
.block-requisition-management .requisition-list-title .cart.table-wrapper .actions-toolbar > .action:active,
.block-requisition-management .requisition-list-title .cart.table-wrapper .actions-toolbar > .action:focus,
.title-actions-links .action-gift:hover,
.title-actions-links .action-gift:active,
.title-actions-links .action-gift:focus,
.block-requisition-management .requisition-list-title .action-gift:hover,
.block-requisition-management .requisition-list-title .action-gift:active,
.block-requisition-management .requisition-list-title .action-gift:focus,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:focus,
.form-giftregistry-edit .action.remove:hover,
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:focus,
.form-add-invitations .action.remove:hover,
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:focus,
.form-create-return .action.remove:hover,
.form-create-return .action.remove:active,
.form-create-return .action.remove:focus,
.form.send.friend .action.remove:hover,
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:focus {
  background: none;
  border: 0;
}
.abs-action-button-as-link.disabled,
.abs-action-button-as-link[disabled],
fieldset[disabled] .abs-action-button-as-link,
.abs-action-remove.disabled,
.abs-action-remove[disabled],
fieldset[disabled] .abs-action-remove,
.requisition-list-action > .action.disabled,
.requisition-list-action > .action[disabled],
fieldset[disabled] .requisition-list-action > .action,
.cart.table-wrapper .requisition-list-action > .action.toggle:after.disabled,
.cart.table-wrapper .requisition-list-action > .action.toggle:after[disabled],
fieldset[disabled] .cart.table-wrapper .requisition-list-action > .action.toggle:after,
.requisition-grid .actions-toolbar > .action-edit.disabled,
.requisition-grid .actions-toolbar > .action-edit[disabled],
fieldset[disabled] .requisition-grid .actions-toolbar > .action-edit,
.requisition-grid .actions-toolbar > .action-delete.disabled,
.requisition-grid .actions-toolbar > .action-delete[disabled],
fieldset[disabled] .requisition-grid .actions-toolbar > .action-delete,
.title-actions-links button.disabled,
.title-actions-links button[disabled],
fieldset[disabled] .title-actions-links button,
.block-requisition-management .requisition-list-title button.disabled,
.block-requisition-management .requisition-list-title button[disabled],
fieldset[disabled] .block-requisition-management .requisition-list-title button,
.block-requisition-management .requisition-toolbar-actions .remove-selected.disabled,
.block-requisition-management .requisition-toolbar-actions .remove-selected[disabled],
fieldset[disabled] .block-requisition-management .requisition-toolbar-actions .remove-selected,
.checkout-container .action-additional.disabled,
.checkout-container .action-additional[disabled],
fieldset[disabled] .checkout-container .action-additional,
.data-grid-filters-wrap .action.disabled,
.data-grid-filters-wrap .action[disabled],
fieldset[disabled] .data-grid-filters-wrap .action,
.quote-grid-filters-wrap .action.disabled,
.quote-grid-filters-wrap .action[disabled],
fieldset[disabled] .quote-grid-filters-wrap .action,
.quote-details-items .actions-toolbar > .action-delete.disabled,
.quote-details-items .actions-toolbar > .action-delete[disabled],
fieldset[disabled] .quote-details-items .actions-toolbar > .action-delete,
.attachments-list .attachments-item .action-delete.disabled,
.attachments-list .attachments-item .action-delete[disabled],
fieldset[disabled] .attachments-list .attachments-item .action-delete,
.negotiable-quote-quote-view .modal-popup .modal-footer .action-hide-popup.disabled,
.negotiable-quote-quote-view .modal-popup .modal-footer .action-hide-popup[disabled],
fieldset[disabled] .negotiable-quote-quote-view .modal-popup .modal-footer .action-hide-popup,
.admin__action-group-wrap .admin__action-multiselect-action-links .action.disabled,
.admin__action-group-wrap .admin__action-multiselect-action-links .action[disabled],
fieldset[disabled] .admin__action-group-wrap .admin__action-multiselect-action-links .action,
.admin__action-group-wrap .admin__action-multiselect-actions-wrap .action-tertiary.disabled,
.admin__action-group-wrap .admin__action-multiselect-actions-wrap .action-tertiary[disabled],
fieldset[disabled] .admin__action-group-wrap .admin__action-multiselect-actions-wrap .action-tertiary,
.cart.table-wrapper .action.help.map.disabled,
.cart.table-wrapper .action.help.map[disabled],
fieldset[disabled] .cart.table-wrapper .action.help.map,
.opc-wrapper .edit-address-link.disabled,
.opc-wrapper .edit-address-link[disabled],
fieldset[disabled] .opc-wrapper .edit-address-link,
.opc-block-shipping-information .shipping-information-title .action-edit.disabled,
.opc-block-shipping-information .shipping-information-title .action-edit[disabled],
fieldset[disabled] .opc-block-shipping-information .shipping-information-title .action-edit,
.action-auth-toggle.disabled,
.action-auth-toggle[disabled],
fieldset[disabled] .action-auth-toggle,
.checkout-payment-method .checkout-billing-address .action-cancel.disabled,
.checkout-payment-method .checkout-billing-address .action-cancel[disabled],
fieldset[disabled] .checkout-payment-method .checkout-billing-address .action-cancel,
.checkout-agreements-block .action-show.disabled,
.checkout-agreements-block .action-show[disabled],
fieldset[disabled] .checkout-agreements-block .action-show,
.cart-summary .block.giftcard .action.check.disabled,
.cart-summary .block.giftcard .action.check[disabled],
fieldset[disabled] .cart-summary .block.giftcard .action.check,
.gift-options .actions-toolbar .action-cancel.disabled,
.gift-options .actions-toolbar .action-cancel[disabled],
fieldset[disabled] .gift-options .actions-toolbar .action-cancel,
.table-comparison .wishlist.split.button > .action.disabled,
.table-comparison .wishlist.split.button > .action[disabled],
fieldset[disabled] .table-comparison .wishlist.split.button > .action,
.product-items .wishlist.split.button > .action.disabled,
.product-items .wishlist.split.button > .action[disabled],
fieldset[disabled] .product-items .wishlist.split.button > .action,
.paypal-button-widget .paypal-button.disabled,
.paypal-button-widget .paypal-button[disabled],
fieldset[disabled] .paypal-button-widget .paypal-button,
.abs-add-fields .action.remove.disabled,
.abs-add-fields .action.remove[disabled],
fieldset[disabled] .abs-add-fields .action.remove,
.title-actions-links .quote-details-items .actions-toolbar > .action.disabled,
.title-actions-links .quote-details-items .actions-toolbar > .action[disabled],
fieldset[disabled] .title-actions-links .quote-details-items .actions-toolbar > .action,
.block-requisition-management .requisition-list-title .quote-details-items .actions-toolbar > .action.disabled,
.block-requisition-management .requisition-list-title .quote-details-items .actions-toolbar > .action[disabled],
fieldset[disabled] .block-requisition-management .requisition-list-title .quote-details-items .actions-toolbar > .action,
.title-actions-links .cart.table-wrapper .actions-toolbar > .action.disabled,
.title-actions-links .cart.table-wrapper .actions-toolbar > .action[disabled],
fieldset[disabled] .title-actions-links .cart.table-wrapper .actions-toolbar > .action,
.block-requisition-management .requisition-list-title .cart.table-wrapper .actions-toolbar > .action.disabled,
.block-requisition-management .requisition-list-title .cart.table-wrapper .actions-toolbar > .action[disabled],
fieldset[disabled] .block-requisition-management .requisition-list-title .cart.table-wrapper .actions-toolbar > .action,
.title-actions-links .action-gift.disabled,
.title-actions-links .action-gift[disabled],
fieldset[disabled] .title-actions-links .action-gift,
.block-requisition-management .requisition-list-title .action-gift.disabled,
.block-requisition-management .requisition-list-title .action-gift[disabled],
fieldset[disabled] .block-requisition-management .requisition-list-title .action-gift,
.form-giftregistry-share .action.remove.disabled,
.form-giftregistry-share .action.remove[disabled],
fieldset[disabled] .form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove.disabled,
.form-giftregistry-edit .action.remove[disabled],
fieldset[disabled] .form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove.disabled,
.form-add-invitations .action.remove[disabled],
fieldset[disabled] .form-add-invitations .action.remove,
.form-create-return .action.remove.disabled,
.form-create-return .action.remove[disabled],
fieldset[disabled] .form-create-return .action.remove,
.form.send.friend .action.remove.disabled,
.form.send.friend .action.remove[disabled],
fieldset[disabled] .form.send.friend .action.remove {
  color: rgba(0, 123, 255, 0.5);
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.abs-action-button-as-link:active,
.abs-action-button-as-link:not(:focus),
.abs-action-remove:active,
.abs-action-remove:not(:focus),
.requisition-list-action > .action:active,
.requisition-list-action > .action:not(:focus),
.cart.table-wrapper .requisition-list-action > .action.toggle:after:active,
.cart.table-wrapper .requisition-list-action > .action.toggle:after:not(:focus),
.requisition-grid .actions-toolbar > .action-edit:active,
.requisition-grid .actions-toolbar > .action-edit:not(:focus),
.requisition-grid .actions-toolbar > .action-delete:active,
.requisition-grid .actions-toolbar > .action-delete:not(:focus),
.title-actions-links button:active,
.title-actions-links button:not(:focus),
.block-requisition-management .requisition-list-title button:active,
.block-requisition-management .requisition-list-title button:not(:focus),
.block-requisition-management .requisition-toolbar-actions .remove-selected:active,
.block-requisition-management .requisition-toolbar-actions .remove-selected:not(:focus),
.checkout-container .action-additional:active,
.checkout-container .action-additional:not(:focus),
.data-grid-filters-wrap .action:active,
.data-grid-filters-wrap .action:not(:focus),
.quote-grid-filters-wrap .action:active,
.quote-grid-filters-wrap .action:not(:focus),
.quote-details-items .actions-toolbar > .action-delete:active,
.quote-details-items .actions-toolbar > .action-delete:not(:focus),
.attachments-list .attachments-item .action-delete:active,
.attachments-list .attachments-item .action-delete:not(:focus),
.negotiable-quote-quote-view .modal-popup .modal-footer .action-hide-popup:active,
.negotiable-quote-quote-view .modal-popup .modal-footer .action-hide-popup:not(:focus),
.admin__action-group-wrap .admin__action-multiselect-action-links .action:active,
.admin__action-group-wrap .admin__action-multiselect-action-links .action:not(:focus),
.admin__action-group-wrap .admin__action-multiselect-actions-wrap .action-tertiary:active,
.admin__action-group-wrap .admin__action-multiselect-actions-wrap .action-tertiary:not(:focus),
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:not(:focus),
.opc-wrapper .edit-address-link:active,
.opc-wrapper .edit-address-link:not(:focus),
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.opc-block-shipping-information .shipping-information-title .action-edit:not(:focus),
.action-auth-toggle:active,
.action-auth-toggle:not(:focus),
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-payment-method .checkout-billing-address .action-cancel:not(:focus),
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:not(:focus),
.cart-summary .block.giftcard .action.check:active,
.cart-summary .block.giftcard .action.check:not(:focus),
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:not(:focus),
.table-comparison .wishlist.split.button > .action:active,
.table-comparison .wishlist.split.button > .action:not(:focus),
.product-items .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:not(:focus),
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:not(:focus),
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:not(:focus),
.title-actions-links .quote-details-items .actions-toolbar > .action:active,
.title-actions-links .quote-details-items .actions-toolbar > .action:not(:focus),
.block-requisition-management .requisition-list-title .quote-details-items .actions-toolbar > .action:active,
.block-requisition-management .requisition-list-title .quote-details-items .actions-toolbar > .action:not(:focus),
.title-actions-links .cart.table-wrapper .actions-toolbar > .action:active,
.title-actions-links .cart.table-wrapper .actions-toolbar > .action:not(:focus),
.block-requisition-management .requisition-list-title .cart.table-wrapper .actions-toolbar > .action:active,
.block-requisition-management .requisition-list-title .cart.table-wrapper .actions-toolbar > .action:not(:focus),
.title-actions-links .action-gift:active,
.title-actions-links .action-gift:not(:focus),
.block-requisition-management .requisition-list-title .action-gift:active,
.block-requisition-management .requisition-list-title .action-gift:not(:focus),
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:not(:focus),
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:not(:focus),
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:not(:focus),
.form-create-return .action.remove:active,
.form-create-return .action.remove:not(:focus),
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:not(:focus) {
  box-shadow: none;
}
.abs-revert-secondary-color,
.cart-summary .actions-toolbar > .primary button,
.cart-summary .form.giftregistry .fieldset .action.primary,
.paypal-review .block .actions-toolbar .action.primary,
.block-compare .action.compare,
.cart-summary .actions-toolbar > .primary .quote-details-items .actions-toolbar > .action,
.cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action,
.cart-summary .actions-toolbar > .primary .action-gift {
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.abs-revert-secondary-color:focus,
.abs-revert-secondary-color:active,
.cart-summary .actions-toolbar > .primary button:focus,
.cart-summary .actions-toolbar > .primary button:active,
.cart-summary .form.giftregistry .fieldset .action.primary:focus,
.cart-summary .form.giftregistry .fieldset .action.primary:active,
.paypal-review .block .actions-toolbar .action.primary:focus,
.paypal-review .block .actions-toolbar .action.primary:active,
.block-compare .action.compare:focus,
.block-compare .action.compare:active,
.cart-summary .actions-toolbar > .primary .quote-details-items .actions-toolbar > .action:focus,
.cart-summary .actions-toolbar > .primary .quote-details-items .actions-toolbar > .action:active,
.cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action:focus,
.cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action:active,
.cart-summary .actions-toolbar > .primary .action-gift:focus,
.cart-summary .actions-toolbar > .primary .action-gift:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.abs-revert-secondary-color:hover,
.cart-summary .actions-toolbar > .primary button:hover,
.cart-summary .form.giftregistry .fieldset .action.primary:hover,
.paypal-review .block .actions-toolbar .action.primary:hover,
.block-compare .action.compare:hover,
.cart-summary .actions-toolbar > .primary .quote-details-items .actions-toolbar > .action:hover,
.cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action:hover,
.cart-summary .actions-toolbar > .primary .action-gift:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
.abs-revert-secondary-size,
.cart-summary .form.giftregistry .fieldset .action.primary {
  font-size: 1.4rem;
  line-height: 1.6rem;
  padding: 7px 15px;
}
.abs-box-tocart,
.bundle-actions {
  margin: 10px 0;
}
.abs-adjustment-incl-excl-tax .price-including-tax,
.abs-adjustment-incl-excl-tax .price-excluding-tax,
.abs-adjustment-incl-excl-tax .weee,
.bundle-options-container .price-notice .price-including-tax,
.bundle-options-container .price-notice .price-excluding-tax,
.bundle-options-container .price-notice .weee,
.cart-summary .price-including-tax,
.cart-summary .price-excluding-tax,
.cart-summary .weee,
.gift-summary .price-including-tax,
.gift-summary .price-excluding-tax,
.gift-summary .weee,
.gift-options .price-including-tax,
.gift-options .price-excluding-tax,
.gift-options .weee,
.product-options-wrapper .field .price-notice .price-including-tax,
.product-options-wrapper .field .price-notice .price-excluding-tax,
.product-options-wrapper .field .price-notice .weee {
  font-size: 1.4rem;
  display: inline-block;
  white-space: nowrap;
}
.abs-adjustment-incl-excl-tax .price-including-tax + .price-excluding-tax,
.bundle-options-container .price-notice .price-including-tax + .price-excluding-tax,
.cart-summary .price-including-tax + .price-excluding-tax,
.gift-summary .price-including-tax + .price-excluding-tax,
.gift-options .price-including-tax + .price-excluding-tax,
.product-options-wrapper .field .price-notice .price-including-tax + .price-excluding-tax {
  display: inline-block;
  font-size: 1.1rem;
}
.abs-adjustment-incl-excl-tax .price-including-tax + .price-excluding-tax:before,
.bundle-options-container .price-notice .price-including-tax + .price-excluding-tax:before,
.cart-summary .price-including-tax + .price-excluding-tax:before,
.gift-summary .price-including-tax + .price-excluding-tax:before,
.gift-options .price-including-tax + .price-excluding-tax:before,
.product-options-wrapper .field .price-notice .price-including-tax + .price-excluding-tax:before {
  content: '(' attr(data-label) ': ';
}
.abs-adjustment-incl-excl-tax .price-including-tax + .price-excluding-tax:after,
.bundle-options-container .price-notice .price-including-tax + .price-excluding-tax:after,
.cart-summary .price-including-tax + .price-excluding-tax:after,
.gift-summary .price-including-tax + .price-excluding-tax:after,
.gift-options .price-including-tax + .price-excluding-tax:after,
.product-options-wrapper .field .price-notice .price-including-tax + .price-excluding-tax:after {
  content: ')';
}
.abs-tax-total,
.price-including-tax .cart-tax-total,
.price-excluding-tax .cart-tax-total {
  cursor: pointer;
  padding-right: 12px;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.abs-tax-total:after,
.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  line-height: 10px;
  color: inherit;
  content: '\e622';
  font-family: 'imprintplus';
  margin: 3px 0 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-tax-total:after,
.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after {
  position: absolute;
  right: -10px;
  top: 3px;
}
.abs-tax-total-expanded:after {
  content: '\e621';
}
.abs-tax-total-expanded:after,
.price-including-tax .cart-tax-total-expanded:after,
.price-excluding-tax .cart-tax-total-expanded:after {
  content: '\e621';
}
.abs-methods-shipping-title {
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0 0 15px;
}
.abs-account-title,
.form-giftregistry-search .legend,
.block-wishlist-search-form .block-title,
.multicheckout .block-title,
.multicheckout .block-content .title {
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 25px;
  padding-bottom: 10px;
}
.abs-account-title > strong,
.abs-account-title > span,
.form-giftregistry-search .legend > strong,
.form-giftregistry-search .legend > span,
.block-wishlist-search-form .block-title > strong,
.block-wishlist-search-form .block-title > span,
.multicheckout .block-title > strong,
.multicheckout .block-title > span,
.multicheckout .block-content .title > strong,
.multicheckout .block-content .title > span {
  font-size: 2.2rem;
  font-weight: 300;
}
.abs-rating-summary .rating-summary,
.review-ratings .rating-summary {
  display: table-row;
}
.abs-rating-summary .rating-label,
.review-ratings .rating-label {
  display: table-cell;
  padding-bottom: 5px;
  padding-right: 25px;
  padding-top: 1px;
  vertical-align: top;
}
.abs-rating-summary .rating-result,
.review-ratings .rating-result {
  display: table-cell;
  vertical-align: top;
}
.abs-colon:after,
.block-minicart .subtotal .label:after,
.minicart-items .details-qty .label:after,
.minicart-items .price-minicart .label:after,
.order-details-items .order-gift-message .label:after,
.order-details-items .block-order-details-gift-message .label:after,
.block-wishlist-management .wishlist-select .wishlist-name-label:after {
  content: ': ';
}
.abs-icon-add,
.abs-dropdown-items-new .action.new,
.admin__action-group-wrap .action-select,
.admin__action-multiselect-search-label,
.admin__action-multiselect-dropdown,
.admin__action-group-wrap .admin__action-multiselect-remove-label,
.requisition-list-action .action.new,
.wishlist.split.button .action.new,
.wishlist-dropdown .action.new {
  display: inline-block;
  text-decoration: none;
}
.abs-icon-add:before,
.abs-dropdown-items-new .action.new:before,
.admin__action-group-wrap .action-select:before,
.admin__action-multiselect-search-label:before,
.admin__action-multiselect-dropdown:before,
.admin__action-group-wrap .admin__action-multiselect-remove-label:before,
.requisition-list-action .action.new:before,
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 10px;
  color: inherit;
  content: '\e61c';
  font-family: 'imprintplus';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-items-new .items .item:last-child:hover,
.requisition-list-action .items .item:last-child:hover,
.wishlist.split.button .items .item:last-child:hover,
.wishlist-dropdown .items .item:last-child:hover {
  background: #e8e8e8;
}
.abs-dropdown-items-new .action.new:before,
.requisition-list-action .action.new:before,
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
  margin-left: -17px;
  margin-right: 5px;
}
.abs-no-display,
.abs-sidebar-totals .table-caption,
.cart-summary .block .fieldset.estimate > .legend,
.cart-summary .block .fieldset.estimate > .legend + br,
.minicart-items .product-item-details .weee[data-label] .label,
.page-product-giftcard .fieldset.giftcard > .legend + br,
.order-details-items .order-items .order-gift-message .action.close,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend + br,
.multicheckout .hidden,
[class^='multishipping-'] .nav-sections,
[class^='multishipping-'] .nav-toggle,
.sidebar-main .block-reorder .subtitle,
.sidebar-additional .block-reorder .subtitle,
.no-display,
.sidebar .subtitle,
.cart-totals .table-caption,
.opc-block-summary .table-totals .table-caption {
  display: none;
}
.abs-status,
.quote-status,
.purchase-order-status,
.return-status,
.order-status {
  display: inline-block;
  margin-bottom: 20px;
}
.abs-block-items-counter,
.block-wishlist .counter,
.block-compare .counter {
  color: #7d7d7d;
  font-size: 1.2rem;
  white-space: nowrap;
}
.abs-shopping-cart-items .action.continue,
.block-cart-failed .action.continue,
.cart-container .form-cart .action.continue {
  border-radius: 3px;
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
  cursor: pointer;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 7px 15px 7px 0;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
}
.abs-shopping-cart-items .action.continue:hover,
.abs-shopping-cart-items .action.continue:active,
.abs-shopping-cart-items .action.continue:focus,
.block-cart-failed .action.continue:hover,
.block-cart-failed .action.continue:active,
.block-cart-failed .action.continue:focus,
.cart-container .form-cart .action.continue:hover,
.cart-container .form-cart .action.continue:active,
.cart-container .form-cart .action.continue:focus {
  text-decoration: none;
}
.abs-shopping-cart-items .action.continue:before,
.block-cart-failed .action.continue:before,
.cart-container .form-cart .action.continue:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e617';
  font-family: 'imprintplus';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-shopping-cart-items .action.continue:hover:before,
.block-cart-failed .action.continue:hover:before,
.cart-container .form-cart .action.continue:hover:before {
  color: inherit;
}
.abs-shopping-cart-items .action.continue:active:before,
.block-cart-failed .action.continue:active:before,
.cart-container .form-cart .action.continue:active:before {
  color: inherit;
}
.abs-shopping-cart-items .action.continue:focus,
.abs-shopping-cart-items .action.continue:active,
.block-cart-failed .action.continue:focus,
.block-cart-failed .action.continue:active,
.cart-container .form-cart .action.continue:focus,
.cart-container .form-cart .action.continue:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.abs-shopping-cart-items .action.continue:hover,
.block-cart-failed .action.continue:hover,
.cart-container .form-cart .action.continue:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
.abs-shopping-cart-items .action.continue.disabled,
.abs-shopping-cart-items .action.continue[disabled],
fieldset[disabled] .abs-shopping-cart-items .action.continue,
.block-cart-failed .action.continue.disabled,
.block-cart-failed .action.continue[disabled],
fieldset[disabled] .block-cart-failed .action.continue,
.cart-container .form-cart .action.continue.disabled,
.cart-container .form-cart .action.continue[disabled],
fieldset[disabled] .cart-container .form-cart .action.continue {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-shopping-cart-items .action.continue:active,
.block-cart-failed .action.continue:active,
.cart-container .form-cart .action.continue:active {
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12);
}
.abs-shopping-cart-items .action.update,
.block-cart-failed .action.update,
.cart-container .form-cart .action.update {
  display: inline-block;
  text-decoration: none;
  padding-left: 5px;
}
.abs-shopping-cart-items .action.update:before,
.block-cart-failed .action.update:before,
.cart-container .form-cart .action.update:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e603';
  font-family: 'imprintplus';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-shopping-cart-items .action.update:hover:before,
.block-cart-failed .action.update:hover:before,
.cart-container .form-cart .action.update:hover:before {
  color: inherit;
}
.abs-shopping-cart-items .action.update:active:before,
.block-cart-failed .action.update:active:before,
.cart-container .form-cart .action.update:active:before {
  color: inherit;
}
.abs-field-date .control,
.field.date .control {
  position: relative;
}
.abs-field-date-input,
.abs-field-date input,
.form-giftregistry-search .fields-specific-options .datetime-picker,
.field.date input {
  margin-right: 10px;
  width: calc(100% - 50px);
}
.abs-field-tooltip,
.field .control._with-tooltip {
  position: relative;
}
.abs-field-tooltip input,
.field .control._with-tooltip input {
  margin-right: 10px;
  width: calc(100% - 39px);
}
.abs-checkout-tooltip-content-position-top,
.negotiable-quote-quote-view .modal-popup .field-tooltip .field-tooltip-content,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content,
.shipping-policy-block.field-tooltip .field-tooltip-content {
  right: -10px;
  top: 40px;
  left: auto;
}
.abs-checkout-tooltip-content-position-top:before,
.abs-checkout-tooltip-content-position-top:after,
.negotiable-quote-quote-view .modal-popup .field-tooltip .field-tooltip-content:before,
.negotiable-quote-quote-view .modal-popup .field-tooltip .field-tooltip-content:after,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content:before,
.shipping-policy-block.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:before,
.negotiable-quote-quote-view .modal-popup .field-tooltip .field-tooltip-content:before,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:before {
  border-bottom-color: #999999;
}
.abs-checkout-tooltip-content-position-top:after,
.negotiable-quote-quote-view .modal-popup .field-tooltip .field-tooltip-content:after,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content:after {
  border-bottom-color: #f4f4f4;
  top: 1px;
}
.abs-checkout-title,
.opc-wrapper .step-title,
.opc-block-shipping-information .shipping-information-title,
.opc-block-summary > .title,
.checkout-agreements-items .checkout-agreements-item-title {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
  color: #333333;
  font-weight: 300;
  font-size: 2.6rem;
}
.abs-sidebar-totals .mark,
.cart-totals .mark,
.opc-block-summary .table-totals .mark {
  font-weight: 400;
  padding-left: 4px;
}
.abs-sidebar-totals .mark strong,
.cart-totals .mark strong,
.opc-block-summary .table-totals .mark strong {
  font-weight: 400;
}
.abs-sidebar-totals .amount,
.cart-totals .amount,
.opc-block-summary .table-totals .amount {
  padding-right: 4px;
  text-align: right;
  white-space: nowrap;
}
.abs-sidebar-totals .amount strong,
.cart-totals .amount strong,
.opc-block-summary .table-totals .amount strong {
  font-weight: 400;
}
.abs-sidebar-totals .grand .mark,
.abs-sidebar-totals .grand .amount,
.cart-totals .grand .mark,
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .mark,
.opc-block-summary .table-totals .grand .amount {
  padding-top: 20px;
}
.abs-sidebar-totals .grand .amount,
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .amount {
  padding-right: 4px;
  text-align: right;
}
.abs-sidebar-totals .grand .amount strong,
.cart-totals .grand .amount strong,
.opc-block-summary .table-totals .grand .amount strong {
  font-weight: 700;
}
.abs-sidebar-totals .msrp,
.cart-totals .msrp,
.opc-block-summary .table-totals .msrp {
  margin-bottom: 10px;
}
.abs-sidebar-totals .totals-tax-summary .mark,
.abs-sidebar-totals .totals-tax-summary .amount,
.cart-totals .totals-tax-summary .mark,
.cart-totals .totals-tax-summary .amount,
.opc-block-summary .table-totals .totals-tax-summary .mark,
.opc-block-summary .table-totals .totals-tax-summary .amount {
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  cursor: pointer;
}
.abs-sidebar-totals .totals-tax-summary .amount .price,
.cart-totals .totals-tax-summary .amount .price,
.opc-block-summary .table-totals .totals-tax-summary .amount .price {
  display: block;
  text-decoration: none;
  padding-right: 25px;
  position: relative;
}
.abs-sidebar-totals .totals-tax-summary .amount .price > span,
.cart-totals .totals-tax-summary .amount .price > span,
.opc-block-summary .table-totals .totals-tax-summary .amount .price > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-sidebar-totals .totals-tax-summary .amount .price:after,
.cart-totals .totals-tax-summary .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'imprintplus';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-sidebar-totals .totals-tax-summary .amount .price:after,
.cart-totals .totals-tax-summary .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  position: absolute;
  right: -5px;
  top: -12px;
}
.abs-sidebar-totals .totals-tax-summary.expanded .mark,
.abs-sidebar-totals .totals-tax-summary.expanded .amount,
.cart-totals .totals-tax-summary.expanded .mark,
.cart-totals .totals-tax-summary.expanded .amount,
.opc-block-summary .table-totals .totals-tax-summary.expanded .mark,
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount {
  border-bottom: 0;
}
.abs-sidebar-totals .totals-tax-summary.expanded .amount .price:after,
.cart-totals .totals-tax-summary.expanded .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount .price:after {
  content: '\e621';
}
.abs-sidebar-totals .totals-tax-details,
.cart-totals .totals-tax-details,
.opc-block-summary .table-totals .totals-tax-details {
  border-bottom: 1px solid #d1d1d1;
  display: none;
}
.abs-sidebar-totals .totals-tax-details.shown,
.cart-totals .totals-tax-details.shown,
.opc-block-summary .table-totals .totals-tax-details.shown {
  display: table-row;
}
.abs-discount-block > .title,
.cart-summary .block > .title,
.paypal-review-discount .block > .title {
  border-top: 1px solid #d1d1d1;
  cursor: pointer;
  font-weight: 600;
  display: block;
  text-decoration: none;
  margin-bottom: 0;
  overflow: hidden;
  padding: 7px 30px 7px 5px;
  position: relative;
}
.abs-discount-block > .title:after,
.cart-summary .block > .title:after,
.paypal-review-discount .block > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'imprintplus';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-discount-block > .title:after,
.cart-summary .block > .title:after,
.paypal-review-discount .block > .title:after {
  position: absolute;
  right: -5px;
  top: -5px;
}
.column.main .abs-discount-block > .title strong,
.column.main .cart-summary .block > .title strong,
.column.main .paypal-review-discount .block > .title strong {
  font-size: 1.8rem;
  font-weight: 400;
}
.abs-discount-block > .content,
.cart-summary .block > .content,
.paypal-review-discount .block > .content {
  display: none;
}
.abs-discount-block.active > .title:after,
.cart-summary .block.active > .title:after,
.paypal-review-discount .block.active > .title:after {
  content: '\e621';
}
.abs-discount-block.active > .content,
.cart-summary .block.active > .content,
.paypal-review-discount .block.active > .content {
  display: block;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway/Raleway-Light.ttf.woff2') format('woff2'), url('../fonts/Raleway/Raleway-Light.ttf.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway/Raleway-Regular.ttf.woff2') format('woff2'), url('../fonts/Raleway/Raleway-Regular.ttf.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway/Lato-Bold.ttf.woff2') format('woff2'), url('../fonts/Raleway/Lato-Bold.ttf.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.columns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.columns:after {
  clear: both;
  content: ' ';
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.columns .column.main {
  padding-bottom: 40px;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  width: 100%;
}
.columns .sidebar-main {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.columns .sidebar-additional {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.table-wrapper {
  margin-bottom: 20px;
}
table > caption {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.table:not(.cart):not(.totals) {
  border: none;
}
.table:not(.cart):not(.totals) > thead > tr > th,
.table:not(.cart):not(.totals) > tbody > tr > th,
.table:not(.cart):not(.totals) > tfoot > tr > th,
.table:not(.cart):not(.totals) > thead > tr > td,
.table:not(.cart):not(.totals) > tbody > tr > td,
.table:not(.cart):not(.totals) > tfoot > tr > td {
  border: none;
}
.table:not(.cart):not(.totals) > thead > tr > th,
.table:not(.cart):not(.totals) > thead > tr > td {
  border-bottom: 1px solid #d1d1d1;
}
.table:not(.cart):not(.totals) tfoot > tr:first-child th,
.table:not(.cart):not(.totals) tfoot > tr:first-child td {
  border-top: 1px solid #d1d1d1;
  padding-top: 20px;
}
.table:not(.cart):not(.totals) tfoot .mark {
  font-weight: 400;
  text-align: right;
}
.message.info {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 40px;
  position: relative;
}
.message.info a {
  color: rgba(0, 123, 255, 0.5);
}
.message.info a:hover {
  color: #0069d9;
}
.message.info a:active {
  color: #0069d9;
}
.message.info > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #c07600;
  content: '\e602';
  font-family: 'imprintplus';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.message.error {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fae5e5;
  color: #e02b27;
  padding-left: 40px;
  position: relative;
}
.message.error a {
  color: rgba(0, 123, 255, 0.5);
}
.message.error a:hover {
  color: #0069d9;
}
.message.error a:active {
  color: #0069d9;
}
.message.error > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #b30000;
  content: '\e602';
  font-family: 'imprintplus';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.message.warning {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 40px;
  position: relative;
}
.message.warning a {
  color: rgba(0, 123, 255, 0.5);
}
.message.warning a:hover {
  color: #0069d9;
}
.message.warning a:active {
  color: #0069d9;
}
.message.warning > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #c07600;
  content: '\e602';
  font-family: 'imprintplus';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.message.notice {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 40px;
  position: relative;
}
.message.notice a {
  color: rgba(0, 123, 255, 0.5);
}
.message.notice a:hover {
  color: #0069d9;
}
.message.notice a:active {
  color: #0069d9;
}
.message.notice > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #c07600;
  content: '\e602';
  font-family: 'imprintplus';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.message.success {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #e5efe5;
  color: #006400;
  padding-left: 40px;
  position: relative;
}
.message.success a {
  color: rgba(0, 123, 255, 0.5);
}
.message.success a:hover {
  color: #0069d9;
}
.message.success a:active {
  color: #0069d9;
}
.message.success > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #006400;
  content: '\e610';
  font-family: 'imprintplus';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.panel.header .links,
.panel.header .switcher {
  display: none;
}
.nav-sections {
  background: #f5f5f5;
}
.nav-toggle {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  display: block;
  font-size: 0;
  left: 15px;
  position: absolute;
  top: 15px;
  z-index: 14;
}
.nav-toggle:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: inherit;
  color: #8f8f8f;
  content: '\e609';
  font-family: 'imprintplus';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.nav-toggle:hover:before {
  color: #333333;
}
.nav-toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
@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;
  }
}
.tooltip.wrapper {
  position: relative;
}
.tooltip.wrapper .tooltip.content {
  background: #ffffff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #333333;
  line-height: 1.4;
  border: 1px solid #bbbbbb;
  margin-top: 5px;
  left: 0;
  top: 100%;
}
.tooltip.wrapper .tooltip.content:after,
.tooltip.wrapper .tooltip.content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.tooltip.wrapper .tooltip.content:after {
  border-width: 5px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:before {
  border-width: 6px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:after,
.tooltip.wrapper .tooltip.content:before {
  bottom: 100%;
}
.tooltip.wrapper .tooltip.content:after {
  border-bottom-color: #ffffff;
  left: 15px;
  margin-left: -5px;
}
.tooltip.wrapper .tooltip.content:before {
  border-bottom-color: #bbbbbb;
  left: 15px;
  margin-left: -6px;
}
.tooltip.wrapper .tooltip.toggle {
  cursor: help;
}
.tooltip.wrapper .tooltip.toggle:hover + .tooltip.content,
.tooltip.wrapper .tooltip.toggle:focus + .tooltip.content,
.tooltip.wrapper:hover .tooltip.content {
  display: block;
}
.tooltip.wrapper .tooltip.content dl {
  margin-bottom: 0;
}
.tooltip.wrapper .tooltip.content dd {
  white-space: normal;
}
.tooltip.wrapper .tooltip.content .subtitle {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}
.tooltip.wrapper .tooltip.content .label {
  margin-top: 10px;
}
.tooltip.wrapper .tooltip.content .label:first-child {
  margin-top: 0;
}
.tooltip.wrapper .tooltip.content .values {
  margin: 0;
}
.ui-tooltip {
  position: absolute;
  z-index: 9999;
}
.load.indicator {
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 9999;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  position: absolute;
}
.load.indicator:before {
  background: transparent url('../images/loader-2.gif') no-repeat 50% 50%;
  border-radius: 5px;
  height: 160px;
  width: 160px;
  bottom: 0;
  box-sizing: border-box;
  content: '';
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.load.indicator > span {
  display: none;
}
.loading-mask {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.5);
}
.loading-mask .loader > img {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}
.loading-mask .loader > p {
  display: none;
}
body > .loading-mask {
  z-index: 9999;
}
._block-content-loading {
  position: relative;
}
[data-role='main-css-loader'] {
  display: none;
}
.fieldset {
  border: 0;
  margin: 0 0 40px;
  padding: 0;
  letter-spacing: -.31em;
}
.fieldset > * {
  letter-spacing: normal;
}
.fieldset > .legend {
  margin: 0 0 25px;
  padding: 0;
  box-sizing: border-box;
  float: left;
  line-height: 1.2;
  font-size: 2rem;
}
.fieldset > .legend + br {
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.fieldset:last-child {
  margin-bottom: 20px;
}
.fieldset > .field,
.fieldset > .fields > .field {
  margin: 0 0 20px;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  margin: 0 0 5px;
  display: inline-block;
}
.fieldset > .field:last-child,
.fieldset > .fields > .field:last-child {
  margin-bottom: 0;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  font-weight: 700;
}
.fieldset > .field > .label + br,
.fieldset > .fields > .field > .label + br {
  display: none;
}
.fieldset > .field .choice input,
.fieldset > .fields > .field .choice input {
  vertical-align: top;
}
.fieldset > .field .fields.group:before,
.fieldset > .fields > .field .fields.group:before,
.fieldset > .field .fields.group:after,
.fieldset > .fields > .field .fields.group:after {
  content: '';
  display: table;
}
.fieldset > .field .fields.group:after,
.fieldset > .fields > .field .fields.group:after {
  clear: both;
}
.fieldset > .field .fields.group .field,
.fieldset > .fields > .field .fields.group .field {
  box-sizing: border-box;
  float: left;
}
.fieldset > .field .fields.group.group-2 .field,
.fieldset > .fields > .field .fields.group.group-2 .field {
  width: 50% !important;
}
.fieldset > .field .fields.group.group-3 .field,
.fieldset > .fields > .field .fields.group.group-3 .field {
  width: 33.3% !important;
}
.fieldset > .field .fields.group.group-4 .field,
.fieldset > .fields > .field .fields.group.group-4 .field {
  width: 25% !important;
}
.fieldset > .field .fields.group.group-5 .field,
.fieldset > .fields > .field .fields.group.group-5 .field {
  width: 20% !important;
}
.fieldset > .field .addon,
.fieldset > .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%;
}
.fieldset > .field .addon textarea,
.fieldset > .fields > .field .addon textarea,
.fieldset > .field .addon select,
.fieldset > .fields > .field .addon select,
.fieldset > .field .addon input,
.fieldset > .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;
}
.fieldset > .field .addon .addbefore,
.fieldset > .fields > .field .addon .addbefore,
.fieldset > .field .addon .addafter,
.fieldset > .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;
}
.fieldset > .field .addon .addbefore:disabled,
.fieldset > .fields > .field .addon .addbefore:disabled,
.fieldset > .field .addon .addafter:disabled,
.fieldset > .fields > .field .addon .addafter:disabled {
  opacity: 0.5;
}
.fieldset > .field .addon .addbefore::-moz-placeholder,
.fieldset > .fields > .field .addon .addbefore::-moz-placeholder,
.fieldset > .field .addon .addafter::-moz-placeholder,
.fieldset > .fields > .field .addon .addafter::-moz-placeholder {
  color: #c2c2c2;
}
.fieldset > .field .addon .addbefore::-webkit-input-placeholder,
.fieldset > .fields > .field .addon .addbefore::-webkit-input-placeholder,
.fieldset > .field .addon .addafter::-webkit-input-placeholder,
.fieldset > .fields > .field .addon .addafter::-webkit-input-placeholder {
  color: #c2c2c2;
}
.fieldset > .field .addon .addbefore:-ms-input-placeholder,
.fieldset > .fields > .field .addon .addbefore:-ms-input-placeholder,
.fieldset > .field .addon .addafter:-ms-input-placeholder,
.fieldset > .fields > .field .addon .addafter:-ms-input-placeholder {
  color: #c2c2c2;
}
.fieldset > .field .addon .addbefore,
.fieldset > .fields > .field .addon .addbefore {
  float: left;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.fieldset > .field .additional,
.fieldset > .fields > .field .additional {
  margin-top: 10px;
}
.fieldset > .field.required > .label:after,
.fieldset > .fields > .field.required > .label:after,
.fieldset > .field._required > .label:after,
.fieldset > .fields > .field._required > .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
.fieldset > .field .note,
.fieldset > .fields > .field .note {
  font-size: 1.2rem;
  margin: 3px 0 0;
  padding: 0;
  display: inline-block;
  text-decoration: none;
}
.fieldset > .field .note:before,
.fieldset > .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;
}
.fieldset > .field.choice .label,
.fieldset > .fields > .field.choice .label {
  display: inline;
  font-weight: normal;
}
.column:not(.main) .fieldset > .field .label,
.column:not(.main) .fieldset > .fields > .field .label {
  font-weight: normal;
}
.fieldset > .field .field.choice,
.fieldset > .fields > .field .field.choice {
  margin-bottom: 10px;
}
.fieldset > .field .field.choice:last-child,
.fieldset > .fields > .field .field.choice:last-child {
  margin-bottom: 0;
}
.fieldset > .field input[type=file],
.fieldset > .fields > .field input[type=file] {
  margin: 5px 0;
}
.legend + .fieldset,
.legend + div {
  clear: both;
}
.legend strong {
  margin-left: 5px;
}
fieldset.field {
  border: 0;
  padding: 0;
}
.field.date .time-picker {
  display: inline-block;
  margin-top: 10px;
  white-space: nowrap;
}
.field .message.warning {
  margin-top: 10px;
}
.field-error,
div.mage-error {
  margin-top: 7px;
}
.field-error {
  color: #e02b27;
  font-size: 1.2rem;
}
.product-options-wrapper .date.required div[for*='options'].mage-error {
  display: none !important;
}
.field .tooltip {
  position: relative;
}
.field .tooltip .tooltip-content {
  background: #ffffff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #333333;
  line-height: 1.4;
  border: 1px solid #bbbbbb;
  margin-left: 5px;
  left: 100%;
  top: 0;
}
.field .tooltip .tooltip-content:after,
.field .tooltip .tooltip-content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.field .tooltip .tooltip-content:after {
  border-width: 5px;
  border-color: transparent;
}
.field .tooltip .tooltip-content:before {
  border-width: 6px;
  border-color: transparent;
}
.field .tooltip .tooltip-content:after,
.field .tooltip .tooltip-content:before {
  right: 100%;
}
.field .tooltip .tooltip-content:after {
  border-right-color: #ffffff;
  margin-top: -5px;
  top: 15px;
}
.field .tooltip .tooltip-content:before {
  border-right-color: #bbbbbb;
  margin-top: -6px;
  top: 15px;
}
.field .tooltip .tooltip-toggle {
  cursor: help;
}
.field .tooltip .tooltip-toggle:hover + .tooltip-content,
.field .tooltip .tooltip-toggle:focus + .tooltip-content,
.field .tooltip:hover .tooltip-content {
  display: block;
}
.field .tooltip .tooltip-content {
  min-width: 200px;
  white-space: normal;
}
input:focus ~ .tooltip .tooltip-content,
select:focus ~ .tooltip .tooltip-content {
  display: block;
}
._has-datepicker ~ .ui-datepicker-trigger {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: block;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
}
._has-datepicker ~ .ui-datepicker-trigger:focus,
._has-datepicker ~ .ui-datepicker-trigger:active {
  background: none;
  border: none;
}
._has-datepicker ~ .ui-datepicker-trigger:hover {
  background: none;
  border: none;
}
._has-datepicker ~ .ui-datepicker-trigger.disabled,
._has-datepicker ~ .ui-datepicker-trigger[disabled],
fieldset[disabled] ._has-datepicker ~ .ui-datepicker-trigger {
  pointer-events: none;
  opacity: 0.5;
}
._has-datepicker ~ .ui-datepicker-trigger > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
._has-datepicker ~ .ui-datepicker-trigger:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 40px;
  line-height: 40px;
  color: #7d7d7d;
  content: '\e612';
  font-family: 'imprintplus';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
._has-datepicker ~ .ui-datepicker-trigger:focus {
  box-shadow: none;
  outline: 0;
}
.sidebar .fieldset {
  margin: 0;
}
.sidebar .fieldset > .field:not(.choice):not(:last-child),
.sidebar .fieldset .fields > .field:not(:last-child) {
  margin: 0 0 20px;
}
.sidebar .fieldset > .field:not(.choice) .label,
.sidebar .fieldset .fields > .field .label {
  margin: 0 0 4px;
  padding: 0 0 5px;
  text-align: left;
  width: 100%;
}
.sidebar .fieldset > .field:not(.choice) .control,
.sidebar .fieldset .fields > .field .control {
  width: 100%;
}
@font-face {
  font-family: 'imprintplus';
  src: url('../fonts/Icons/imprintplus.woff2') format('woff2'), url('../fonts/Icons/imprintplus.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
button,
a.action.primary,
.quote-details-items .actions-toolbar > .action,
.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
  border-radius: 3px;
}
button:active,
.quote-details-items .actions-toolbar > .action:active,
.cart.table-wrapper .actions-toolbar > .action:active,
.action-gift:active {
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12);
}
a.action.primary {
  display: inline-block;
  text-decoration: none;
}
a.action.primary:hover,
a.action.primary:active,
a.action.primary:focus {
  text-decoration: none;
}
.action.primary,
.action-primary {
  background-image: none;
  background: #679f16;
  border: 1px solid #679f16;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
}
.action.primary:focus,
.action-primary:focus,
.action.primary:active,
.action-primary:active {
  background: #76b519;
  border: 1px solid #76b519;
  color: #ffffff;
}
.action.primary:hover,
.action-primary:hover {
  background: #76b519;
  border: 1px solid #76b519;
  color: #ffffff;
}
.action.primary.disabled,
.action-primary.disabled,
.action.primary[disabled],
.action-primary[disabled],
fieldset[disabled] .action.primary,
fieldset[disabled] .action-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.product.data.items {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
.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;
}
.pages > .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .items {
  font-size: 0;
  letter-spacing: -1px;
  line-height: 0;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  list-style: none none;
  display: inline-block;
  font-weight: 700;
}
.pages .item {
  font-size: 1.2rem;
  line-height: 3.2rem;
  letter-spacing: normal;
  margin: 0 2px 0 0;
  display: inline-block;
}
.pages .item .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages a.page {
  color: rgba(0, 123, 255, 0.5);
  display: inline-block;
  padding: 0 4px;
  text-decoration: none;
}
.pages a.page:visited {
  color: rgba(0, 123, 255, 0.5);
}
.pages a.page:hover {
  color: #0069d9;
  text-decoration: none;
}
.pages a.page:active {
  color: #ff5501;
}
.pages strong.page {
  font-size: 1.2rem;
  line-height: 3.2rem;
  letter-spacing: normal;
  color: #333333;
  display: inline-block;
  font-weight: 700;
  padding: 0 4px;
}
.pages .action {
  border: 1px solid #d1d1d1;
  color: #7d7d7d;
  display: inline-block;
  padding: 0;
  text-decoration: none;
}
.pages .action:visited {
  color: #7d7d7d;
}
.pages .action:hover {
  color: #7d7d7d;
  text-decoration: none;
}
.pages .action:active {
  color: #7d7d7d;
}
.pages .action.next {
  display: inline-block;
  text-decoration: none;
}
.pages .action.next:visited:before {
  color: #7d7d7d;
}
.pages .action.next:active:before {
  color: #7d7d7d;
}
.pages .action.next > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .action.next:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 46px;
  line-height: inherit;
  color: #7d7d7d;
  content: '\e608';
  font-family: 'imprintplus';
  margin: 0 0 0 -6px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.pages .action.next:hover:before {
  color: #7d7d7d;
}
.pages .action.next:active:before {
  color: #7d7d7d;
}
.pages .action.previous {
  display: inline-block;
  text-decoration: none;
}
.pages .action.previous:visited:before {
  color: #7d7d7d;
}
.pages .action.previous:active:before {
  color: #7d7d7d;
}
.pages .action.previous > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .action.previous:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 46px;
  line-height: inherit;
  color: #7d7d7d;
  content: '\e617';
  font-family: 'imprintplus';
  margin: 0 0 0 -6px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.pages .action.previous:hover:before {
  color: #7d7d7d;
}
.pages .action.previous:active:before {
  color: #7d7d7d;
}
.pages .action {
  width: 34px;
}
.pages .action.previous {
  margin-right: 12px;
}
.pages .action.next {
  margin-left: 12px;
}
.actions-toolbar > .primary,
.actions-toolbar > .secondary {
  text-align: center;
  margin-bottom: 10px;
}
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action {
  margin-bottom: 10px;
}
.actions-toolbar > .primary .action:last-child,
.actions-toolbar > .secondary .action:last-child {
  margin-bottom: 0;
}
.actions-toolbar > .primary:last-child,
.actions-toolbar > .secondary:last-child {
  margin-bottom: 0;
}
.actions-toolbar > .secondary .action.back {
  display: none;
}
.breadcrumbs {
  margin: 0 0 20px;
}
.breadcrumbs .items {
  font-size: 1.2rem;
  color: #a3a3a3;
  margin: 0;
  padding: 0;
  list-style: none none;
}
.breadcrumbs .items > li {
  display: inline-block;
  vertical-align: top;
}
.breadcrumbs .item {
  margin: 0;
}
.breadcrumbs a {
  color: #333333;
  text-decoration: none;
}
.breadcrumbs a:visited {
  color: #333333;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: #333333;
  text-decoration: underline;
}
.breadcrumbs a:active {
  color: #333333;
  text-decoration: none;
}
.breadcrumbs strong {
  font-weight: 400;
}
.breadcrumbs .item:not(:last-child) {
  display: inline-block;
  text-decoration: none;
}
.breadcrumbs .item:not(:last-child):after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 18px;
  content: '\e608';
  font-family: 'imprintplus';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.ui-dialog.popup .action.close {
  position: absolute;
  height: 40px;
  right: 0;
  top: 0;
  width: 40px;
  z-index: 1001;
  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;
}
.ui-dialog.popup .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-dialog.popup .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e616';
  font-family: 'imprintplus';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.ui-dialog.popup .action.close:hover:before {
  color: inherit;
}
.ui-dialog.popup .action.close:active:before {
  color: inherit;
}
.ui-dialog.popup .action.close:focus,
.ui-dialog.popup .action.close:active {
  background: none;
  border: none;
}
.ui-dialog.popup .action.close:hover {
  background: none;
  border: none;
}
.ui-dialog.popup .action.close.disabled,
.ui-dialog.popup .action.close[disabled],
fieldset[disabled] .ui-dialog.popup .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.popup-pointer {
  margin-left: -14px;
  position: absolute;
  top: -14px;
}
.popup-pointer:before,
.popup-pointer:after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-bottom-style: solid;
}
.popup-pointer:before {
  left: 2px;
  top: 2px;
  border: solid 6px;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.popup-pointer:after {
  left: 1px;
  top: 0px;
  border: solid 7px;
  border-color: transparent transparent #aeaeae transparent;
  z-index: 98;
}
.price-tier_price .price-excluding-tax,
.price-tier_price .price-including-tax {
  display: inline;
}
.price-including-tax,
.price-excluding-tax {
  display: block;
  font-size: 1.8rem;
  line-height: 1;
}
.price-including-tax .price,
.price-excluding-tax .price {
  font-weight: 700;
}
.price-including-tax + .price-excluding-tax,
.weee[data-label] {
  display: block;
  font-size: 1.8rem;
}
.price-including-tax + .price-excluding-tax:before,
.weee[data-label]:before {
  content: attr(data-label) ': ';
  font-size: 1.1rem;
}
.price-including-tax + .price-excluding-tax .price,
.weee[data-label] .price {
  font-size: 1.1rem;
}
body._has-modal {
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.modals-overlay {
  z-index: 899;
}
.modal-slide,
.modal-popup {
  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;
}
.modal-slide._show,
.modal-popup._show {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
.modal-slide._show .modal-inner-wrap,
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-slide .modal-inner-wrap,
.modal-popup .modal-inner-wrap {
  background-color: #ffffff;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
  opacity: 1;
  pointer-events: auto;
}
.modal-slide {
  left: 44px;
  z-index: 900;
}
.modal-slide._show .modal-inner-wrap {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.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-slide._inner-scroll .modal-inner-wrap {
  overflow-y: visible;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.modal-slide._inner-scroll .modal-header,
.modal-slide._inner-scroll .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.modal-slide._inner-scroll .modal-content {
  overflow-y: auto;
}
.modal-slide._inner-scroll .modal-footer {
  margin-top: auto;
}
.modal-slide .modal-header,
.modal-slide .modal-content,
.modal-slide .modal-footer {
  padding: 0 2.6rem 2.6rem;
}
.modal-slide .modal-header {
  padding-bottom: 2.1rem;
  padding-top: 2.1rem;
}
.modal-popup {
  z-index: 900;
  left: 0;
  overflow-y: auto;
}
.modal-popup.confirm .modal-inner-wrap {
  max-width: 50rem;
}
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.modal-popup .modal-inner-wrap {
  margin: 5rem auto;
  width: 75%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-sizing: border-box;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  -webkit-transform: translateY(-200%);
  transform: translateY(-200%);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: transform .2s ease;
}
.modal-popup._inner-scroll {
  overflow-y: visible;
}
.ie11 .modal-popup._inner-scroll {
  overflow-y: auto;
}
.modal-popup._inner-scroll .modal-inner-wrap {
  max-height: 90%;
}
.ie11 .modal-popup._inner-scroll .modal-inner-wrap {
  max-height: none;
}
.modal-popup._inner-scroll .modal-content {
  overflow-y: auto;
}
.modal-popup .modal-header,
.modal-popup .modal-content,
.modal-popup .modal-footer {
  padding-left: 3rem;
  padding-right: 3rem;
}
.modal-popup .modal-header,
.modal-popup .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.modal-popup .modal-header {
  padding-bottom: 1.2rem;
  padding-top: 3rem;
}
.modal-popup .modal-footer {
  margin-top: auto;
  padding-bottom: 3rem;
  padding-top: 3rem;
}
.modal-popup .modal-footer-actions {
  text-align: right;
}
.modal-custom .action-close,
.modal-popup .action-close,
.modal-slide .action-close {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
  position: absolute;
  right: 0;
  top: 0;
}
.modal-custom .action-close:focus,
.modal-popup .action-close:focus,
.modal-slide .action-close:focus,
.modal-custom .action-close:active,
.modal-popup .action-close:active,
.modal-slide .action-close:active {
  background: none;
  border: none;
}
.modal-custom .action-close:hover,
.modal-popup .action-close:hover,
.modal-slide .action-close:hover {
  background: none;
  border: none;
}
.modal-custom .action-close.disabled,
.modal-popup .action-close.disabled,
.modal-slide .action-close.disabled,
.modal-custom .action-close[disabled],
.modal-popup .action-close[disabled],
.modal-slide .action-close[disabled],
fieldset[disabled] .modal-custom .action-close,
fieldset[disabled] .modal-popup .action-close,
fieldset[disabled] .modal-slide .action-close {
  pointer-events: none;
  opacity: 0.5;
}
.modal-custom .action-close > span,
.modal-popup .action-close > span,
.modal-slide .action-close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.modal-custom .action-close:before,
.modal-popup .action-close:before,
.modal-slide .action-close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 32px;
  color: #8f8f8f;
  content: '\e616';
  font-family: 'imprintplus';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: inherit;
}
.modal-custom .action-close:active:before,
.modal-popup .action-close:active:before,
.modal-slide .action-close:active:before {
  color: inherit;
}
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: #1a1a1a;
}
.modal-custom .action-close {
  margin: 25px;
}
.modal-popup {
  pointer-events: none;
}
.modal-popup .modal-title {
  border-bottom: 1px solid #c1c1c1;
  font-weight: 300;
  padding-bottom: 10px;
  font-size: 26px;
  margin-bottom: 0;
  min-height: 1em;
  word-wrap: break-word;
}
.modal-popup .action-close {
  padding: 10px;
}
.modal-slide .action-close {
  padding: 1.1rem 2rem;
}
.modal-slide .page-main-actions {
  margin-bottom: -12.9rem;
  margin-top: 2.1rem;
}
.modals-overlay {
  background-color: rgba(51, 51, 51, 0.55);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}
body._has-modal-custom .modal-custom-overlay {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 899;
}
.block-requisition-list {
  display: inline;
  margin-bottom: 0;
}
.requisition-list-action {
  display: inline-block;
  position: relative;
  vertical-align: text-bottom;
}
.requisition-list-action:before,
.requisition-list-action:after {
  content: '';
  display: table;
}
.requisition-list-action:after {
  clear: both;
}
.requisition-list-action .action.split {
  float: left;
  margin: 0;
}
.requisition-list-action .action.toggle {
  float: right;
  margin: 0;
}
.requisition-list-action button.action.split,
.requisition-list-action .quote-details-items .actions-toolbar > .action.action.split,
.requisition-list-action .cart.table-wrapper .actions-toolbar > .action.action.split,
.requisition-list-action .action-gift.action.split {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.requisition-list-action button + .action.toggle,
.requisition-list-action .quote-details-items .actions-toolbar > .action + .action.toggle,
.requisition-list-action .cart.table-wrapper .actions-toolbar > .action + .action.toggle,
.requisition-list-action .action-gift + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
.requisition-list-action .action.toggle {
  display: inline-block;
  text-decoration: none;
}
.requisition-list-action .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 22px;
  color: #7d7d7d;
  content: '\e622';
  font-family: 'imprintplus';
  margin: 0 0 0 10px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.requisition-list-action .action.toggle:hover:after {
  color: #333333;
}
.requisition-list-action .action.toggle:active:after {
  color: inherit;
}
.requisition-list-action .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.requisition-list-action .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 22px;
  color: #7d7d7d;
  content: '\e621';
  font-family: 'imprintplus';
  margin: 0 0 0 10px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.requisition-list-action .action.toggle.active:hover:after {
  color: #333333;
}
.requisition-list-action .action.toggle.active:active:after {
  color: inherit;
}
.requisition-list-action .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 20rem;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.requisition-list-action .items li {
  margin: 0;
  padding: 0.5rem 0.5rem 0.5rem 2.3rem;
}
.requisition-list-action .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.requisition-list-action .items:before,
.requisition-list-action .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.requisition-list-action .items:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.requisition-list-action .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.requisition-list-action .items:before {
  left: 10px;
  top: -12px;
}
.requisition-list-action .items:after {
  left: 9px;
  top: -14px;
}
.requisition-list-action.active {
  overflow: visible;
}
.requisition-list-action.active .items {
  display: block;
}
.requisition-list-action .items {
  max-width: 23.7rem;
  min-width: 23.7rem;
  text-align: left;
}
.requisition-list-action .items .list-items {
  list-style-type: none;
  margin: 0;
  max-height: 24rem;
  overflow-y: auto;
  padding: 0;
}
.requisition-list-action .items .item:last-child:hover {
  background: #e8e8e8;
}
.requisition-list-action .items .item .item-name {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.requisition-list-action .items .item .action.new {
  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;
}
.requisition-list-action .items .item .action.new:focus,
.requisition-list-action .items .item .action.new:active {
  background: none;
  border: none;
}
.requisition-list-action .items .item .action.new:hover {
  background: none;
  border: none;
}
.requisition-list-action .items .item .action.new.disabled,
.requisition-list-action .items .item .action.new[disabled],
fieldset[disabled] .requisition-list-action .items .item .action.new {
  pointer-events: none;
  opacity: 0.5;
}
.requisition-list-action > .action.toggle {
  padding: 0.4rem 5px;
}
.requisition-toolbar-actions .requisition-list-action.active .items {
  right: 0;
}
.requisition-toolbar-actions .requisition-list-action.active .items:before {
  left: auto;
  right: 11px;
}
.requisition-toolbar-actions .requisition-list-action.active .items:after {
  left: auto;
  right: 10px;
}
.cart.table-wrapper .requisition-list-action {
  vertical-align: baseline;
}
.cart.table-wrapper .requisition-list-action .items {
  max-width: 23.7rem;
  min-width: 23.7rem;
}
.cart.table-wrapper .requisition-list-action > .action.toggle:after {
  color: inherit;
  vertical-align: middle;
}
.social-button .requisition-list-button {
  display: inline-block;
  text-decoration: none;
  color: #666666;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: .05rem;
  line-height: 1.42857143;
  padding: 0 5px 0 0;
  text-transform: uppercase;
}
.social-button .requisition-list-button:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: inherit;
  content: '\e901';
  font-family: 'magento-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.social-button .requisition-list-button:before {
  margin-top: -.2rem;
}
.social-button .requisition-list-button:active,
.social-button .requisition-list-button:focus,
.social-button .requisition-list-button:hover {
  color: #333333;
}
.social-button .requisition-list-button:after {
  height: 1.5rem;
  margin: .3rem 0 0;
}
.social-button .requisition-list-button.active:after {
  margin: .4rem 0 0;
}
.link-button .requisition-list-button.toggle:after {
  color: rgba(0, 123, 255, 0.5);
  vertical-align: bottom;
}
.link-button .requisition-list-button.toggle.active:after {
  color: rgba(0, 123, 255, 0.5);
  margin: .3rem 0 0;
}
.link-button .requisition-list-button.toggle.active:after:hover {
  color: rgba(0, 123, 255, 0.5);
}
.data-grid-wrap .list-name-field .cell-label-line-name {
  font-size: 18px;
}
.data-grid-wrap .cell-label-line-description {
  word-break: break-all;
}
.requisition-grid .col {
  padding-top: 20px;
}
.requisition-grid .col .price {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}
.requisition-grid .col .price-excluding-tax {
  display: block;
  font-size: 1.3rem;
}
.requisition-grid .col .price-excluding-tax:before {
  content: attr(data-label) ': ';
}
.requisition-grid .col .price-excluding-tax .price {
  font-size: 12px;
}
.requisition-grid .product-item-name {
  display: block;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 5px;
  margin-top: 0;
}
.requisition-grid .product-item-description {
  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;
  margin-bottom: 5px;
  margin-top: 0;
}
.requisition-grid .product-item-description .product-item-sku {
  color: #111111;
  font-size: 12px;
}
.requisition-grid .product-item-description .product-item-details {
  color: #111111;
  font-size: 12px;
  margin-top: 5px;
}
.requisition-grid .product-item-description .product-item-details dl {
  margin: 0;
}
.requisition-grid .product-item-description .product-item-details dl dt,
.requisition-grid .product-item-description .product-item-details dl dd {
  display: inline;
}
.requisition-grid .actions-toolbar {
  text-align: right;
}
.requisition-grid .actions-toolbar > .action-edit:focus,
.requisition-grid .actions-toolbar > .action-delete:focus {
  box-shadow: 0 0 3px 1px #68a8e0;
}
.requisition-grid .actions-toolbar > .action-delete {
  display: inline-block;
  text-decoration: none;
}
.requisition-grid .actions-toolbar > .action-delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.requisition-grid .actions-toolbar > .action-delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: inherit;
  color: #8f8f8f;
  content: '\e604';
  font-family: 'imprintplus';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.requisition-grid .actions-toolbar > .action-delete:hover:before {
  color: #333333;
}
.requisition-grid .actions-toolbar > .action-delete:active:before {
  color: #8f8f8f;
}
.requisition-grid .actions-toolbar > .action-edit {
  display: inline-block;
  text-decoration: none;
}
.requisition-grid .actions-toolbar > .action-edit > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.requisition-grid .actions-toolbar > .action-edit:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: inherit;
  color: #8f8f8f;
  content: '\e601';
  font-family: 'magento-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.requisition-grid .actions-toolbar > .action-edit:hover:before {
  color: #333333;
}
.requisition-grid .actions-toolbar > .action-edit:active:before {
  color: #8f8f8f;
}
.requisition-grid .item-error {
  margin-top: 10px;
  padding-bottom: 10px;
  padding-top: 10px;
}
.requisition-grid .item-error > *:first-child:before {
  margin-top: -1.4rem;
}
.requisition-list-description {
  word-wrap: break-word;
}
.requisition-popup .action.hidden {
  display: none;
}
.requisition-popup .modal-title {
  padding-right: 20px;
}
.confirm-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;
}
.confirm-requisition-popup .modal-footer .secondary:visited {
  color: rgba(0, 123, 255, 0.5);
  text-decoration: none;
}
.confirm-requisition-popup .modal-footer .secondary:hover {
  color: #0069d9;
  text-decoration: underline;
}
.confirm-requisition-popup .modal-footer .secondary:active {
  color: #ff5501;
  text-decoration: underline;
}
.confirm-requisition-popup .modal-footer .secondary:hover,
.confirm-requisition-popup .modal-footer .secondary:active,
.confirm-requisition-popup .modal-footer .secondary:focus {
  background: none;
  border: 0;
}
.confirm-requisition-popup .modal-footer .secondary.disabled,
.confirm-requisition-popup .modal-footer .secondary[disabled],
fieldset[disabled] .confirm-requisition-popup .modal-footer .secondary {
  color: rgba(0, 123, 255, 0.5);
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.requisition-view-links {
  margin-bottom: 10px;
  text-align: right;
}
.requisition-view-links .print {
  padding-left: 25px;
  padding-right: 0;
}
.block-requisition-management {
  position: relative;
}
.block-requisition-management .requisition-list-title {
  margin-bottom: 25px;
}
.block-requisition-management .requisition-list-title h1 {
  display: inline-block;
  font-weight: 300;
  margin-bottom: 0;
  margin-right: 10px;
}
.block-requisition-management .requisition-toolbar-select,
.block-requisition-management .requisition-toolbar-actions {
  display: inline-block;
  vertical-align: bottom;
}
.block-requisition-management .requisition-toolbar-select {
  margin-right: 20px;
}
.requisition-content {
  margin-bottom: 2rem;
}
.product-item-inner .block-requisition-list {
  margin-bottom: 0;
}
.product-items .product-item-info .requisition-list-button.toggle span {
  font-size: 0;
  letter-spacing: 0;
}
.product-items .product-item-info .requisition-list-button.toggle:after {
  border-left: 0;
  padding-left: 0;
}
.order-actions-toolbar .block-requisition-list,
.requisition-toolbar-actions .block-requisition-list {
  margin-left: 10px;
}
.requisition-list-requisition-view .requisition-grid .col.number {
  display: none;
}
.requisition-list-requisition-print.account .column.main {
  padding-bottom: 0;
}
.requisition-list-requisition-print .block-requisition-management {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 0;
  padding-bottom: 10px;
}
.requisition-list-requisition-print .block-requisition-management .requisition-list-title {
  margin-bottom: 0;
}
.requisition-list-requisition-print .block-requisition-management .requisition-info {
  float: right;
  margin-top: -2.2rem;
}
.requisition-list-requisition-print .requisition-grid .actions-toolbar {
  display: none;
}
.requisition-list-requisition-print .requisition-grid .col.number {
  width: 1rem;
}
.requisition-list-requisition-print .requisition-grid .col.col-checkbox {
  padding: 0;
}
.requisition-list-requisition-print .requisition-grid .col.col-checkbox input[type='checkbox'] {
  display: none;
}
.requisition-list-requisition-print .requisition-grid .col.subtotal {
  padding-right: 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: right;
}
.requisition-list-requisition-print .requisition-grid .col .product-item-name a {
  pointer-events: none;
}
.requisition-list-requisition-print .requisition-grid .col .price {
  font-size: 1.4rem;
  font-weight: 600;
}
.requisition-list-requisition-print .requisition-grid .col .price-excluding-tax {
  font-size: 1.1rem;
}
.requisition-list-requisition-print .requisition-grid .col .price-excluding-tax .price {
  font-size: 12px;
}
.requisition-list-requisition-print .requisition-grid .col .input-text {
  border-color: transparent;
  opacity: 1;
  padding-right: 0;
  pointer-events: none;
  text-align: right;
}
.requisition-list-requisition-print .requisition-grid .product-item-image {
  display: none;
}
.requisition-list-requisition-print .requisition-grid .product-item-description {
  float: none;
  width: 100%;
}
.requisition-list-requisition-print .requisition-grid tbody td {
  border-top: 1px solid #e4e4e4;
}
.requisition-list-requisition-print .copyright {
  background-color: transparent;
  color: #333333;
  font-size: 12px;
  margin-bottom: 25px;
  padding: 10px 0 0;
  text-align: left;
}
.requisition-list-requisition-print .copyright .phone {
  float: right;
}
.checkout-cart-index .block-requisition-list {
  margin: 0;
}
.checkout-cart-index .requisition-list-action > .action.toggle:after {
  color: inherit;
  vertical-align: middle;
}
@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.
 */
.checkout-container .change-shipping-address-button,
.checkout-container .change-billing-address-button {
  display: block;
  margin-bottom: 15px;
}
.checkout-container .edit-shipping-address-button,
.checkout-container .edit-billing-address-button {
  display: block;
}
.checkout-container .checkout-shipping-address div.new-address-popup,
.checkout-container .checkout-payment-method div.new-address-popup {
  margin: 0 35px 20px 0;
  position: relative;
}
.checkout-container .checkout-shipping-address div.change-address-popup,
.checkout-container .checkout-payment-method div.change-address-popup {
  margin: 5px 0 -5px 0;
}
.checkout-container .checkout-shipping-address div.edit-address-popup,
.checkout-container .checkout-payment-method div.edit-address-popup {
  float: left;
  margin: 5px 35px -5px 0;
}
.checkout-container .checkout-shipping-address div.shipping-address-item.selected,
.checkout-container .checkout-payment-method div.shipping-address-item.selected,
.checkout-container .checkout-shipping-address .checkout-billing-address,
.checkout-container .checkout-payment-method .checkout-billing-address {
  margin: 0;
  padding-left: 0;
}
.checkout-container .checkout-shipping-address .new-billing-address-button,
.checkout-container .checkout-payment-method .new-billing-address-button {
  display: block;
  margin: 20px 35px 0 20px;
  position: relative;
}
.shipping-address-modal.modal-popup.modal-slide .modal-inner-wrap[class],
.billing-address-modal.modal-popup.modal-slide .modal-inner-wrap[class] {
  background-color: #ffffff;
}
.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-search,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-search {
  width: 250px;
}
.shipping-address-modal .modal-inner-wrap .block.block-search,
.billing-address-modal .modal-inner-wrap .block.block-search {
  left: 20px;
  position: absolute;
  top: 81px;
}
.shipping-address-modal .modal-inner-wrap .admin__action-select-shipping-addressmultiselect-search-count,
.billing-address-modal .modal-inner-wrap .admin__action-select-shipping-addressmultiselect-search-count {
  border-bottom: 1px solid #cccccc;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 13px;
  margin: 5px -30px 10px -30px;
  padding: 0 0 5px 30px;
}
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-empty-area,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-empty-area {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  padding-top: 5px;
}
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root {
  border-bottom: 1px solid #cccccc;
  clear: both;
  float: left;
  margin-bottom: 10px;
  padding-bottom: 15px;
  position: relative;
  width: 100%;
}
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-details,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-details {
  float: left;
}
.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 {
  float: right;
  margin-right: 20px;
  margin-top: 20px;
}
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address button,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address button,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .ship-here button,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .ship-here button,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .select-address button,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .select-address button,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected button,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected button,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address .quote-details-items .actions-toolbar > .action,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address .quote-details-items .actions-toolbar > .action,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .ship-here .quote-details-items .actions-toolbar > .action,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .ship-here .quote-details-items .actions-toolbar > .action,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .select-address .quote-details-items .actions-toolbar > .action,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .select-address .quote-details-items .actions-toolbar > .action,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected .quote-details-items .actions-toolbar > .action,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected .quote-details-items .actions-toolbar > .action,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address .cart.table-wrapper .actions-toolbar > .action,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address .cart.table-wrapper .actions-toolbar > .action,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .ship-here .cart.table-wrapper .actions-toolbar > .action,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .ship-here .cart.table-wrapper .actions-toolbar > .action,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .select-address .cart.table-wrapper .actions-toolbar > .action,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .select-address .cart.table-wrapper .actions-toolbar > .action,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected .cart.table-wrapper .actions-toolbar > .action,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected .cart.table-wrapper .actions-toolbar > .action,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address .action-gift,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address .action-gift,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .ship-here .action-gift,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .ship-here .action-gift,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .select-address .action-gift,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .select-address .action-gift,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected .action-gift,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected .action-gift {
  background: #006bb7;
  border: 1px solid #006bb4;
  box-shadow: none;
  color: #ffffff;
  outline: 0;
}
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected button,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected button,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected .quote-details-items .actions-toolbar > .action,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected .quote-details-items .actions-toolbar > .action,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected .cart.table-wrapper .actions-toolbar > .action,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected .cart.table-wrapper .actions-toolbar > .action,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected .action-gift,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected .action-gift {
  background-color: #eeeeee;
  border: none;
  box-shadow: none;
  color: #777777;
}
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected button:hover,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected button:hover,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected .quote-details-items .actions-toolbar > .action:hover,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected .quote-details-items .actions-toolbar > .action:hover,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected .cart.table-wrapper .actions-toolbar > .action:hover,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected .cart.table-wrapper .actions-toolbar > .action:hover,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected .action-gift:hover,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected .action-gift:hover {
  cursor: auto;
  background-color: #eeeeee;
  border: none;
  box-shadow: none;
  color: #777777;
}
.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,
.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 {
  float: right;
  margin-right: 20px;
  margin-top: 20px;
}
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address button,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address button,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address button,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address button,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address .quote-details-items .actions-toolbar > .action,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address .quote-details-items .actions-toolbar > .action,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address .quote-details-items .actions-toolbar > .action,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address .quote-details-items .actions-toolbar > .action,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address .cart.table-wrapper .actions-toolbar > .action,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address .cart.table-wrapper .actions-toolbar > .action,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address .cart.table-wrapper .actions-toolbar > .action,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address .cart.table-wrapper .actions-toolbar > .action,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address .action-gift,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address .action-gift,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address .action-gift,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address .action-gift {
  background-color: Transparent;
  border: none;
  box-shadow: none;
}
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address button.action-primary,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address button.action-primary,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address .quote-details-items .actions-toolbar > .action.action-primary,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address .quote-details-items .actions-toolbar > .action.action-primary,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address .cart.table-wrapper .actions-toolbar > .action.action-primary,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address .cart.table-wrapper .actions-toolbar > .action.action-primary,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address .action-gift.action-primary,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address .action-gift.action-primary {
  color: #777777;
  text-transform: uppercase;
}
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address button.action-primary:hover,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address button.action-primary:hover,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address .quote-details-items .actions-toolbar > .action.action-primary:hover,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address .quote-details-items .actions-toolbar > .action.action-primary:hover,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address .cart.table-wrapper .actions-toolbar > .action.action-primary:hover,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address .cart.table-wrapper .actions-toolbar > .action.action-primary:hover,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address .action-gift.action-primary:hover,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address .action-gift.action-primary:hover {
  cursor: auto;
}
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address button.action-primary,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address button.action-primary,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address .quote-details-items .actions-toolbar > .action.action-primary,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address .quote-details-items .actions-toolbar > .action.action-primary,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address .cart.table-wrapper .actions-toolbar > .action.action-primary,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address .cart.table-wrapper .actions-toolbar > .action.action-primary,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address .action-gift.action-primary,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address .action-gift.action-primary {
  color: #006bb4;
}
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner {
  margin-top: 10px;
  overflow-y: auto;
}
.shipping-address-modal .modal-inner-wrap ul,
.billing-address-modal .modal-inner-wrap ul {
  list-style-type: none;
  padding-left: 0;
}
.admin__data-grid-loading-mask {
  background: rgba(255, 255, 255, 0.5);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 4;
}
.admin__data-grid-loading-mask .spinner {
  background: url('../images/loader-2.gif') 50% 50% no-repeat;
  display: inline-block;
  font-size: 4rem;
  height: 1em;
  left: 50%;
  margin-left: -2rem;
  margin-right: 1.5rem;
  position: absolute;
  top: 50%;
  width: 1em;
}
.ie9 .admin__data-grid-loading-mask .spinner {
  background: url('../images/loader-2.gif') 50% 50% no-repeat;
  bottom: 0;
  height: 149px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 218px;
}
@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;
}
.jstree > ul ul li {
  background: none;
  border-left: 1px dashed #a6a6a6;
  margin-left: 2.4rem;
  padding: .5rem 0;
  position: relative;
}
.jstree > ul ul li.jstree-last {
  background: none;
  border-left: none;
  left: .1rem;
  padding-bottom: 0;
  position: relative;
}
.jstree > ul ul li.jstree-last:after {
  border-left: 1px dashed #a6a6a6;
  content: '';
  height: 2.3rem;
  left: -.1rem;
  position: absolute;
  top: 0;
}
.jstree > ul ul li.jstree-leaf > .jstree-icon.jstree-ocl {
  background: none;
  display: inline;
  padding-right: 3.7rem;
  width: 2.5rem;
}
.jstree > ul ul li.jstree-leaf > .jstree-icon.jstree-ocl:after {
  right: 0;
  top: 1.7rem;
  width: 100%;
}
.jstree > ul ul li > .jstree-icon.jstree-ocl {
  position: relative;
}
.jstree > ul ul li > .jstree-icon.jstree-ocl:after {
  border-top: 1px dashed #a6a6a6;
  content: '';
  height: .1rem;
  position: absolute;
  right: 2.3rem;
  top: 1.1rem;
  width: 1.3rem;
}
.jstree li > .jstree-icon {
  padding-right: 1.5rem;
}
.jstree li a {
  height: 2.2rem;
  line-height: 2.2rem;
  padding: .4rem 1rem .4rem .2rem;
}
.jstree li a > .jstree-themeicon-custom {
  margin-left: 10px;
  margin-right: .7rem;
}
.jstree li a > .jstree-icon.icon-customer:before {
  content: '\e907';
}
.jstree li a > .jstree-icon.icon-customer:before {
  font-size: 1.8rem;
}
.jstree li a > .jstree-icon.icon-company:before {
  content: '\e906';
}
.jstree li a > .jstree-icon.icon-company:before {
  font-size: 1.7rem;
}
.jstree li a > .field-tooltip {
  color: #000000;
  left: 100%;
  margin-left: 5px;
  top: .4rem;
}
.jstree li a .field-tooltip-content {
  white-space: normal;
}
.jstree li:not(.jstree-leaf) > .jstree-icon {
  display: inline-block;
  text-decoration: none;
  left: -.1rem;
  position: relative;
  top: .6rem;
  z-index: 5;
}
.jstree li:not(.jstree-leaf) > .jstree-icon > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.jstree li:not(.jstree-leaf) > .jstree-icon:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.9rem;
  line-height: 1.1;
  color: #575757;
  content: '\e909';
  font-family: 'magento-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.jstree li:not(.jstree-leaf) > .jstree-icon:before {
  cursor: pointer;
  text-align: center;
}
.jstree li.jstree-open > .jstree-icon:before {
  content: '\e90a';
}
.jstree li.jstree-open > .jstree-icon:before {
  color: #c2c2c2;
  font-size: 2.2rem;
  left: 1.4rem;
  position: relative;
}
.jstree li.jstree-closed > .jstree-icon:before {
  content: '\e909';
}
.jstree li.jstree-closed > .jstree-icon:before {
  color: #c2c2c2;
  font-size: 2.2rem;
  left: 1.4rem;
  position: relative;
}
.jstree > ul > li {
  background: none;
}
.jstree > ul > li > a.company-admin {
  margin-left: -.2rem;
  padding-bottom: 1.3rem;
}
.jstree > ul > li > a.company-admin:before {
  display: none;
}
.jstree > ul > li > a.company-admin > .jstree-icon {
  margin-right: 10px;
  position: relative;
  z-index: 5;
}
.jstree > ul > li > a.company-admin > .jstree-icon:before {
  content: '\e908';
}
.jstree > ul > li > a.company-admin > .jstree-icon:before {
  font-size: 3rem;
}
.jstree > ul > li:not(.root-collapsible) > .jstree-icon.jstree-ocl {
  display: none;
}
.jstree .jstree-leaf > .jstree-icon.jstree-ocl {
  display: none;
}
.jstree a > .jstree-icon {
  display: inline-block;
  text-decoration: none;
  background: none;
}
.jstree a > .jstree-icon > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.jstree a > .jstree-icon:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2.8rem;
  line-height: 1.1;
  color: #858585;
  font-family: 'magento-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.jstree.jstree-draggable a {
  display: inline-block;
  text-decoration: none;
}
.jstree.jstree-draggable a > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.jstree.jstree-draggable a:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2.8rem;
  line-height: 1.1;
  color: #c2c2c2;
  content: '\e90b';
  font-family: 'magento-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.jstree.jstree-draggable a:before {
  height: 1.8rem;
  margin-left: -.4rem;
  overflow: hidden;
  width: 1.9rem;
}
.jstree.jstree-draggable a.jstree-clicked:before {
  color: #ffffff;
}
.jstree i {
  font-style: normal;
}
.block-dashboard-company .jstree .jstree-clicked {
  background-color: #0069d9;
  color: #ffffff;
}
.block-dashboard-company .jstree .jstree-clicked > .jstree-icon:before {
  color: #ffffff;
}
.jstree .jstree-anchor .jstree-checkbox {
  background-color: transparent;
  background-image: url(../Magento_Company/images/icon-tree.png);
  background-position: top right;
  background-repeat: no-repeat;
  height: 16px;
  margin: 5px 8px -2px 4px;
  position: relative;
  width: 16px;
}
.jstree .jstree-anchor.jstree-clicked > .jstree-checkbox {
  background-position: top center;
}
.jstree .jstree-anchor > .jstree-checkbox.jstree-undetermined {
  background-position: top left;
}
.jstree-checkbox-selection .jstree-anchor {
  display: inline-block;
  text-decoration: none;
}
.jstree-node,
.jstree-children,
.jstree-container-ul {
  display: block;
  list-style-image: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.jstree-node {
  white-space: nowrap;
}
.jstree-anchor {
  color: #000000;
  display: inline-block;
  margin: 0;
  padding: 0 4px 0 1px;
  vertical-align: top;
  white-space: nowrap;
}
[id='jstree-marker'] {
  border-bottom: 5px solid transparent;
  border-left: 5px solid;
  border-right: 0;
  border-top: 5px solid transparent;
  font-size: 0;
  height: 0;
  left: 0;
  line-height: 0;
  margin: -5px 0 0 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 0;
}
[id='jstree-dnd'] {
  line-height: 16px;
  margin: 0;
  padding: 4px;
}
[id='jstree-dnd'] .jstree-icon,
[id='jstree-dnd'] .jstree-copy {
  display: inline-block;
  height: 16px;
  margin: 0 2px 0 0;
  padding: 0;
  text-decoration: none;
  width: 16px;
}
[id='jstree-dnd'] .jstree-ok {
  background: #ff0080 0;
}
[id='jstree-dnd'] .jstree-er {
  background: #ffff00 0;
}
[id='jstree-dnd'] .jstree-copy {
  margin: 0 2px 0 2px;
}
.form-edit-role .block-title,
.block-dashboard-company .block-title {
  margin-top: 20px;
}
.form-edit-role .box-actions button.action,
.block-dashboard-company .box-actions button.action,
.form-edit-role .box-actions .quote-details-items .actions-toolbar > .action.action,
.block-dashboard-company .box-actions .quote-details-items .actions-toolbar > .action.action,
.form-edit-role .box-actions .cart.table-wrapper .actions-toolbar > .action.action,
.block-dashboard-company .box-actions .cart.table-wrapper .actions-toolbar > .action.action,
.form-edit-role .box-actions .action-gift.action,
.block-dashboard-company .box-actions .action-gift.action {
  background: none;
  border: 0;
  color: rgba(0, 123, 255, 0.5);
  font-weight: 400;
  padding: 0 25px 10px 0;
  position: relative;
}
.form-edit-role .box-actions button.action:hover,
.block-dashboard-company .box-actions button.action:hover,
.form-edit-role .box-actions button.action:active,
.block-dashboard-company .box-actions button.action:active,
.form-edit-role .box-actions .quote-details-items .actions-toolbar > .action.action:hover,
.block-dashboard-company .box-actions .quote-details-items .actions-toolbar > .action.action:hover,
.form-edit-role .box-actions .quote-details-items .actions-toolbar > .action.action:active,
.block-dashboard-company .box-actions .quote-details-items .actions-toolbar > .action.action:active,
.form-edit-role .box-actions .cart.table-wrapper .actions-toolbar > .action.action:hover,
.block-dashboard-company .box-actions .cart.table-wrapper .actions-toolbar > .action.action:hover,
.form-edit-role .box-actions .cart.table-wrapper .actions-toolbar > .action.action:active,
.block-dashboard-company .box-actions .cart.table-wrapper .actions-toolbar > .action.action:active,
.form-edit-role .box-actions .action-gift.action:hover,
.block-dashboard-company .box-actions .action-gift.action:hover,
.form-edit-role .box-actions .action-gift.action:active,
.block-dashboard-company .box-actions .action-gift.action:active {
  background: none;
  border: 0;
  box-shadow: none;
  color: #0069d9;
}
.form-edit-role .box-actions button.action:not(:focus),
.block-dashboard-company .box-actions button.action:not(:focus),
.form-edit-role .box-actions .quote-details-items .actions-toolbar > .action.action:not(:focus),
.block-dashboard-company .box-actions .quote-details-items .actions-toolbar > .action.action:not(:focus),
.form-edit-role .box-actions .cart.table-wrapper .actions-toolbar > .action.action:not(:focus),
.block-dashboard-company .box-actions .cart.table-wrapper .actions-toolbar > .action.action:not(:focus),
.form-edit-role .box-actions .action-gift.action:not(:focus),
.block-dashboard-company .box-actions .action-gift.action:not(:focus) {
  box-shadow: none;
}
.form-edit-role .box-actions button.action:after,
.block-dashboard-company .box-actions button.action:after,
.form-edit-role .box-actions .quote-details-items .actions-toolbar > .action.action:after,
.block-dashboard-company .box-actions .quote-details-items .actions-toolbar > .action.action:after,
.form-edit-role .box-actions .cart.table-wrapper .actions-toolbar > .action.action:after,
.block-dashboard-company .box-actions .cart.table-wrapper .actions-toolbar > .action.action:after,
.form-edit-role .box-actions .action-gift.action:after,
.block-dashboard-company .box-actions .action-gift.action:after {
  position: absolute;
  right: -.2rem;
  top: .2rem;
  width: .1rem;
}
.form-edit-role .box-actions button.action.delete:after,
.block-dashboard-company .box-actions button.action.delete:after,
.form-edit-role .box-actions .quote-details-items .actions-toolbar > .action.action.delete:after,
.block-dashboard-company .box-actions .quote-details-items .actions-toolbar > .action.action.delete:after,
.form-edit-role .box-actions .cart.table-wrapper .actions-toolbar > .action.action.delete:after,
.block-dashboard-company .box-actions .cart.table-wrapper .actions-toolbar > .action.action.delete:after,
.form-edit-role .box-actions .action-gift.action.delete:after,
.block-dashboard-company .box-actions .action-gift.action.delete:after {
  display: none;
}
.form-edit-role .box-actions button.action._hidden,
.block-dashboard-company .box-actions button.action._hidden,
.form-edit-role .box-actions .quote-details-items .actions-toolbar > .action.action._hidden,
.block-dashboard-company .box-actions .quote-details-items .actions-toolbar > .action.action._hidden,
.form-edit-role .box-actions .cart.table-wrapper .actions-toolbar > .action.action._hidden,
.block-dashboard-company .box-actions .cart.table-wrapper .actions-toolbar > .action.action._hidden,
.form-edit-role .box-actions .action-gift.action._hidden,
.block-dashboard-company .box-actions .action-gift.action._hidden {
  display: none;
}
.form-edit-account .fieldset.company {
  clear: both;
  margin-bottom: 20px;
}
.form-edit-account .fieldset.company .control {
  box-sizing: border-box;
  padding: 6px 15px 0 0;
}
.form-edit-account .fieldset.company:nth-child(2) {
  float: none;
}
.form-edit-account .fieldset.job_title {
  clear: both;
  float: none !important;
}
.form-edit-account .actions-toolbar {
  clear: both;
}
.company-account-index .columns .column.main .block:not(.widget) .block-title {
  font-size: 1.8rem;
}
.message.company-warning {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #ff0101;
  border-color: none;
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
}
.message.company-warning a {
  color: rgba(0, 123, 255, 0.5);
}
.message.company-warning a:hover {
  color: #0069d9;
}
.message.company-warning a:active {
  color: #ff5501;
}
.message.company-warning._hidden {
  display: none;
}
.nav .delimiter {
  border-top: 1px solid #d1d1d1;
  display: block;
  margin: 10px 1.8rem;
}
.additional-fields {
  margin-top: 20px;
}
.additional-fields._hidden {
  display: none;
}
.modal-container {
  display: none;
}
.data-grid-filters-wrap {
  margin-bottom: 10px;
  margin-top: -15px;
}
.data-grid-filters-wrap .action {
  margin-right: 25px;
}
.modal-popup .action._hidden {
  display: none;
}
.popup-tree .modal-footer .action-primary {
  background-image: none;
  background: #679f16;
  border: 1px solid #679f16;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  box-shadow: none;
}
.popup-tree .modal-footer .action-primary:focus,
.popup-tree .modal-footer .action-primary:active {
  background: #76b519;
  border: 1px solid #76b519;
  color: #ffffff;
}
.popup-tree .modal-footer .action-primary:hover {
  background: #76b519;
  border: 1px solid #76b519;
  color: #ffffff;
}
.popup-tree .modal-footer .action-primary.disabled,
.popup-tree .modal-footer .action-primary[disabled],
fieldset[disabled] .popup-tree .modal-footer .action-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.company-profile-payment-methods {
  font-size: 1.6rem;
  line-height: 24px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.company-profile-payment-methods .payment-methods-label {
  font-weight: 700;
  margin-bottom: 10px;
}
.company-profile-payment-methods .payment-methods-list {
  list-style: none;
}
.block-dashboard-info {
  margin-bottom: 10px;
}
.block-dashboard-info .block-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.block-dashboard-info .box {
  margin-bottom: 30px;
  width: 100%;
}
.block-dashboard-info .box-info {
  order: 1;
}
.block-dashboard-info .box-newsletter {
  order: 3;
}
.block-dashboard-info .box-role {
  order: 2;
}
.block-dashboard-info .box-role .box-content {
  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;
}
.block-dashboard-info .company-roles span:after {
  content: ',';
}
.block-dashboard-info .company-roles span:last-child:after {
  content: '';
}
.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;
}
.negotiable_quote-quote-view .page-title {
  margin-bottom: 1.4rem;
  margin-top: .4rem;
}
.order-references {
  border-bottom: 1px solid #e4e4e4;
  border-top: 1px solid #e4e4e4;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
  padding-bottom: 10px;
  padding-top: 10px;
}
.order-reference-content {
  margin: 1px 0;
  padding-right: 25px;
}
[data-role='negotiable-quote-popup'] .add-file {
  background: none;
  border: 0;
  color: rgba(0, 123, 255, 0.5);
  float: right;
  font-weight: 400;
  padding: 0 0 10px;
  position: relative;
}
[data-role='negotiable-quote-popup'] .add-file:hover,
[data-role='negotiable-quote-popup'] .add-file:active {
  background: none;
  border: 0;
  box-shadow: none;
  color: #0069d9;
}
[data-role='negotiable-quote-popup'] .add-file:not(:focus) {
  box-shadow: none;
}
[data-role='negotiable-quote-popup'] .fieldset {
  margin-bottom: 10px;
}
.reorder-quote-popup .fieldset {
  margin-bottom: 20px;
}
.reorder-quote-popup .action.cancel {
  background: none;
  border: 0;
  color: rgba(0, 123, 255, 0.5);
  font-weight: 400;
  padding-left: 10px;
}
.reorder-quote-popup .action.cancel:hover,
.reorder-quote-popup .action.cancel:active {
  background: none;
  border: 0;
  box-shadow: none;
  color: #0069d9;
}
.reorder-quote-popup .action.cancel:not(:focus) {
  box-shadow: none;
}
.quote__data-grid-wrap {
  border-bottom: 1px solid #e4e4e4;
  clear: both;
  margin-bottom: 20px;
}
.admin__data-grid-loading-mask {
  background: rgba(255, 255, 255, 0.5);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 4;
}
.admin__data-grid-loading-mask .spinner {
  background: url('../images/loader-2.gif') 50% 50% no-repeat;
  display: inline-block;
  font-size: 4rem;
  height: 1em;
  left: 50%;
  margin-left: -2rem;
  margin-right: 1.5rem;
  position: absolute;
  top: 50%;
  width: 1em;
}
.ie9 .admin__data-grid-loading-mask .spinner {
  background: url('../images/loader-2.gif') 50% 50% no-repeat;
  bottom: 0;
  height: 149px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 218px;
}
.quote-view-links {
  margin: 10px 0;
}
.quote-view-links ._disabled {
  display: inline-block;
  cursor: default;
  opacity: .5;
  pointer-events: none;
}
.quote-actions-toolbar .action {
  padding-right: 25px;
}
.quote-details-items {
  margin-bottom: 20px;
}
.quote-details-items .content .quote-title {
  border-bottom: 1px solid #e4e4e4;
  display: block;
  padding-bottom: 10px;
}
.quote-details-items .content .quote-title > strong {
  font-size: 2.4rem;
  font-weight: 300;
}
.quote-details-items .item .col.item,
.quote-details-items .item .col.sku {
  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;
}
.quote-details-items .quote-table-totals-wrap {
  background: #f2f2f2;
}
.quote-details-items .quote-table-totals tr td,
.quote-details-items .quote-table-totals tr th {
  font-weight: 400;
  text-align: right;
}
.quote-details-items .quote-table-totals:not(.cart) tfoot {
  background: none;
}
.quote-details-items .quote-table-totals:not(.cart) tfoot > tr td {
  width: 10rem;
}
.quote-details-items .quote-table-totals:not(.cart) tfoot > tr th {
  text-align: left;
}
.quote-details-items .quote-table-totals:not(.cart) tfoot > tr:first-child td,
.quote-details-items .quote-table-totals:not(.cart) tfoot > tr:first-child th {
  border-top-width: 0;
  padding-top: 10px;
}
.quote-details-items .quote-table-totals .hidden {
  display: none;
}
.quote-details-items .quote-table-totals .toggle-action tr th,
.quote-details-items .quote-table-totals .toggle-action tr td {
  font-weight: 600;
  padding-bottom: 0;
}
.quote-details-items .collapsible-table {
  border-bottom: 1px solid #cccccc;
  display: none;
  padding-bottom: 10px;
}
.quote-details-items .collapsible-table tbody td,
.quote-details-items .collapsible-table tbody th {
  line-height: 1.2;
  padding-bottom: 0;
}
.quote-details-items .collapsible-table tbody td {
  padding-right: 0;
}
.quote-details-items .collapsible-table tbody th {
  padding-left: 0;
}
.quote-details-items .toggle-action td {
  padding-right: 0;
}
.quote-details-items .toggle-action th {
  padding-left: 0;
}
.quote-details-items .toggle-action .toggle {
  border: 0;
  padding: 0;
}
.quote-details-items .toggle-action .toggle:after {
  color: #8f8f8f;
  margin: 0 0 0 5px;
  position: static;
}
.quote-details-items .toggle-action .toggle.active:after {
  content: '\e621';
}
.quote-details-items .quote-table {
  padding: 20px 20px 40px;
}
.quote-details-items .quote-table .table {
  border-collapse: separate;
}
.quote-details-items .quote-table .table > tbody > tr.item-actions td,
.quote-details-items .quote-table .table > tbody > tr.item-actions th {
  border-top-width: 0;
}
.quote-details-items .items thead + .item {
  border-top-width: 0;
}
.quote-details-items .product-item-name {
  font-size: 1.8rem;
  line-height: 1;
  margin: 0;
}
.quote-details-items .product-item-name + .item-options {
  margin-top: 20px;
}
.quote-details-items .item-options {
  margin-bottom: 0;
}
.quote-details-items .col {
  padding-top: 20px;
}
.quote-details-items .col.qty .input-text {
  margin-top: -5px;
}
.quote-details-items .actions-toolbar {
  position: relative;
  text-align: right;
}
.quote-details-items .actions-toolbar > .action {
  display: inline-block;
  text-decoration: none;
  margin-bottom: 10px;
  margin-right: 10px;
}
.quote-details-items .actions-toolbar > .action:hover,
.quote-details-items .actions-toolbar > .action:active,
.quote-details-items .actions-toolbar > .action:focus {
  text-decoration: none;
}
.quote-details-items .actions-toolbar > .action:last-child {
  margin-right: 0;
}
.quote-details-items .actions-toolbar > .action:active,
.quote-details-items .actions-toolbar > .action:not(:focus) {
  box-shadow: none;
}
.quote-details-items .actions-toolbar > .action:focus {
  box-shadow: 0 0 3px 1px #68a8e0;
}
.quote-details-items .actions-toolbar .update._disabled {
  cursor: default;
  opacity: .5;
  pointer-events: none;
}
.quote-details-items .actions-toolbar._disabled a {
  cursor: default;
  opacity: .5;
  pointer-events: none;
}
.quote-details-items .actions-toolbar > .action-delete {
  display: inline-block;
  text-decoration: none;
  position: absolute;
  right: 0;
  top: -2px;
}
.quote-details-items .actions-toolbar > .action-delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.quote-details-items .actions-toolbar > .action-delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: inherit;
  color: #8f8f8f;
  content: '\e604';
  font-family: 'imprintplus';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.quote-details-items .actions-toolbar > .action-delete:hover:before {
  color: #333333;
}
.quote-details-items .actions-toolbar > .action-delete:active:before {
  color: #8f8f8f;
}
.quote-details-items .actions-toolbar > .action-delete:focus {
  box-shadow: 0 0 3px 1px #68a8e0;
}
.quote-shipping-info .block-content > .box {
  width: 100% !important;
}
.quote-shipping-info .edit {
  display: inline-block;
  margin: 10px 0;
}
.quote-shipping-info .edit._disabled {
  cursor: default;
  opacity: .5;
  pointer-events: none;
}
.quote-references {
  border-bottom: 1px solid #e4e4e4;
  border-top: 1px solid #e4e4e4;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
  padding-bottom: 10px;
  padding-top: 10px;
}
.quote-reference-content {
  margin-right: 25px;
}
.quote-reference-content:last-child {
  flex: 1 1 auto;
}
.quote-status {
  margin: 0 0 1.4rem 0;
  padding: 5px 10px;
}
.quote-date {
  font-size: 1.4rem;
}
.quote-date > div {
  margin-bottom: 5px;
}
.quote-sales-rep {
  font-size: 1.4rem;
}
.quote-actions-toolbar {
  clear: both;
}
.field-attachment._disabled {
  cursor: default;
  opacity: .5;
  pointer-events: none;
}
.quote-comments-block .quote-block-title {
  display: none;
}
.quote-comments-block .comments-block-item:not(:last-child) {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.quote-comments-block .comments-block-item .comments-block-item-date-time {
  display: block;
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 5px;
}
.quote-comments-block .comments-block-item .comments-block-item-comment {
  font-size: 1.4rem;
  margin-bottom: 5px;
  word-break: break-all;
}
.quote-comments-block .comments-block-item .attachments-list span.attachments-item {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  width: 250px;
}
.quote-comments-block ._disabled {
  opacity: .5;
  pointer-events: none;
}
.quote-history-log-block .history-log-block-list {
  list-style-type: none;
  padding-left: 0;
}
.quote-history-log-block .history-log-block-item-info {
  word-break: break-all;
}
.quote-history-log-block .history-log-block-item {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.quote-history-log-block .history-log-block-item:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.quote-history-log-block .history-log-block-item .history-log-block-item-action-describe {
  padding-bottom: 5px;
  padding-top: 10px;
}
.quote-history-log-block .history-log-block-item .history-log-block-item-action-describe:last-child {
  padding-bottom: 0;
}
.quote-history-log-block .history-log-block-item b,
.quote-history-log-block .history-log-block-item strong {
  font-weight: 600;
}
.quote-history-log-block .history-log-block-item-title {
  font-size: 1.4rem;
  margin-bottom: 5px;
}
.quote-history-log-block .history-log-block-item-old {
  margin-right: 5px;
  text-decoration: line-through;
}
.comments-field .comments-field-label {
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.quote-attach-file {
  text-align: right;
}
.attachments-list {
  padding-top: 10px;
}
.attachments-list .attachments-item {
  padding-bottom: 5px;
}
.attachments-list .attachments-item span {
  padding-right: 5px;
}
.attachments-list .attachments-item .action-delete {
  display: inline-block;
  text-decoration: none;
  position: relative;
  top: -.2rem;
}
.attachments-list .attachments-item .action-delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.attachments-list .attachments-item .action-delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.4rem;
  line-height: inherit;
  color: #8f8f8f;
  content: '\e604';
  font-family: 'imprintplus';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.attachments-list .attachments-item .action-delete:hover:before {
  color: #333333;
}
.attachments-list .attachments-item .action-delete:active:before {
  color: #8f8f8f;
}
.attachments-list .attachments-item .action-delete:focus {
  box-shadow: 0 0 3px 1px #68a8e0;
}
.field-attachment input {
  display: none;
}
.field-attachment label {
  display: inline-block;
  text-decoration: none;
  color: rgba(0, 123, 255, 0.5);
  cursor: pointer;
  font-size: 1.4rem;
  margin-left: 20px;
  margin-top: 10px;
  position: relative;
}
.field-attachment label:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.4rem;
  line-height: 1.2;
  color: rgba(0, 123, 255, 0.5);
  content: '\e900';
  font-family: 'magento-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.field-attachment label:before {
  left: -20px;
  position: absolute;
}
.field-attachment.loading label {
  color: inherit;
  pointer-events: none;
}
.field-attachment:after {
  content: attr(data-progress);
  padding-left: 20px;
}
.field-attachment._disabled {
  opacity: .5;
  pointer-events: none;
}
.negotiable-quote-quote-view .modal-popup .fieldset .field .label {
  font-weight: 400;
}
.negotiable-quote-quote-view .modal-popup .modal-footer .action-hide-popup {
  margin-top: 8px;
}
.popup-edit-address .action.hidden {
  display: none;
}
.popup-edit-address .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;
}
.popup-edit-address .modal-footer .secondary:visited {
  color: rgba(0, 123, 255, 0.5);
  text-decoration: none;
}
.popup-edit-address .modal-footer .secondary:hover {
  color: #0069d9;
  text-decoration: underline;
}
.popup-edit-address .modal-footer .secondary:active {
  color: #ff5501;
  text-decoration: underline;
}
.popup-edit-address .modal-footer .secondary:hover,
.popup-edit-address .modal-footer .secondary:active,
.popup-edit-address .modal-footer .secondary:focus {
  background: none;
  border: 0;
}
.popup-edit-address .modal-footer .secondary.disabled,
.popup-edit-address .modal-footer .secondary[disabled],
fieldset[disabled] .popup-edit-address .modal-footer .secondary {
  color: rgba(0, 123, 255, 0.5);
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.popup-edit-address .modal-footer .secondary:active,
.popup-edit-address .modal-footer .secondary:not(:focus) {
  box-shadow: none;
}
.negotiable-quote.request button,
.negotiable-quote.request .quote-details-items .actions-toolbar > .action,
.negotiable-quote.request .cart.table-wrapper .actions-toolbar > .action,
.negotiable-quote.request .action-gift {
  width: 100%;
}
.negotiable-quote.request .message-info.message.info {
  font-size: 1.3rem;
  background: #f5f5f5;
  color: #858585;
  margin-top: .5rem;
  padding: 0 .6rem;
  text-align: left;
}
.negotiable-quote.request .message-info.message.info:before {
  display: none;
}
.negotiable-quote-quote-print.account .column.main {
  padding-bottom: 0;
}
.negotiable-quote-quote-print.account .column.main .block.block-order-details-view .block-content:not(.widget) .box {
  float: left;
  width: 50%;
}
.negotiable-quote-quote-print .columns {
  display: block;
}
.negotiable-quote-quote-print .page-title {
  font-size: 4rem;
  margin-bottom: 5px;
}
.negotiable-quote-quote-print .page-title-wrapper {
  margin-bottom: 30px;
}
.negotiable-quote-quote-print .quote-date {
  float: left;
}
.negotiable-quote-quote-print .quote-sales-rep {
  float: right;
}
.negotiable-quote-quote-print .quote-details-items .quote-table {
  border-width: 0;
  padding: 0;
}
.negotiable-quote-quote-print .quote-name {
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 2rem;
  padding-bottom: 10px;
}
.negotiable-quote-quote-print .quote-title {
  border-bottom: 1px solid #e4e4e4;
}
.negotiable-quote-quote-print .quote-title > strong {
  font-size: 2.2rem;
  font-weight: 300;
  line-height: 2;
}
.negotiable-quote-quote-print .quote-status {
  float: none;
}
.negotiable-quote-quote-print .quote-details-items thead .col.item,
.negotiable-quote-quote-print .quote-details-items .item .col.item {
  display: table-cell;
}
.negotiable-quote-quote-print .quote-details-items thead .col.subtotal,
.negotiable-quote-quote-print .quote-details-items .item .col.subtotal {
  padding-right: 0;
}
.negotiable-quote-quote-print .quote-details-items thead .col.delete,
.negotiable-quote-quote-print .quote-details-items .item .col.delete {
  display: 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: right;
}
.negotiable-quote-quote-print .quote-details-items thead .col .product-item-name a,
.negotiable-quote-quote-print .quote-details-items .item .col .product-item-name a {
  pointer-events: none;
}
.negotiable-quote-quote-print .quote-details-items thead .col .price,
.negotiable-quote-quote-print .quote-details-items .item .col .price {
  font-size: 1.4rem;
  font-weight: 600;
}
.negotiable-quote-quote-print .quote-details-items thead .col .input-text,
.negotiable-quote-quote-print .quote-details-items .item .col .input-text {
  border-color: transparent;
  opacity: 1;
  padding-right: 0;
  text-align: right;
}
.negotiable-quote-quote-print .quote-details-items thead td,
.negotiable-quote-quote-print .quote-details-items .item td {
  border-color: #f2f2f2;
}
.negotiable-quote-quote-print .quote-details-items thead th,
.negotiable-quote-quote-print .quote-details-items .item th,
.negotiable-quote-quote-print .quote-details-items thead td,
.negotiable-quote-quote-print .quote-details-items .item td {
  padding-left: 0;
}
.negotiable-quote-quote-print .quote-details-items tbody:last-child td {
  border-bottom: 1px solid #f2f2f2;
}
.negotiable-quote-quote-print .quote-details-items tbody td {
  border-top: 1px solid #f2f2f2;
}
.negotiable-quote-quote-print .quote-details-items .quote-table-totals {
  background: none;
}
.negotiable-quote-quote-print .quote-details-items .quote-table-totals tbody {
  background: none;
}
.negotiable-quote-quote-print .quote-details-items .quote-table-totals tr th {
  font-weight: 400;
  padding-left: 0;
  text-align: left;
}
.negotiable-quote-quote-print .quote-details-items .quote-table-totals tr td,
.negotiable-quote-quote-print .quote-details-items .quote-table-totals tr th {
  font-size: 1.3rem;
  padding-bottom: 1.2rem;
  padding-top: 0;
}
.negotiable-quote-quote-print .quote-details-items .quote-table-totals:not(.cart) tbody > tr > td,
.negotiable-quote-quote-print .quote-details-items .quote-table-totals:not(.cart) tbody > tr > th {
  border: none;
}
.negotiable-quote-quote-print .quote-details-items .quote-table-totals:not(.cart) tbody > tr[class='grand_total'] td,
.negotiable-quote-quote-print .quote-details-items .quote-table-totals:not(.cart) tbody > tr[class='grand_total'] th {
  border-bottom: none;
  border-top: 1px solid #e4e4e4;
  padding-top: 1.8rem;
}
.negotiable-quote-quote-print .quote-details-items .catalog-price .quote-table-totals:not(.cart) tbody > tr:last-child td,
.negotiable-quote-quote-print .quote-details-items .catalog-price .quote-table-totals:not(.cart) tbody > tr:last-child th {
  border-bottom: none;
  border-top: 1px solid #e4e4e4;
  padding-top: 1.8rem;
}
.negotiable-quote-quote-print .quote-shipping-info {
  margin-bottom: 0;
}
.negotiable-quote-quote-print .quote-price-block {
  margin: 6rem 0 40px;
}
.negotiable-quote-quote-print .quote-block-title {
  border-bottom: 1px solid #f2f2f2;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 25px;
  padding-bottom: 10px;
}
.negotiable-quote-quote-print .quote-block-content {
  width: calc(44%);
}
.negotiable-quote-quote-print .quote-block-content.catalog-price {
  float: left;
}
.negotiable-quote-quote-print .quote-block-content.catalog-price .quote-table-totals td strong,
.negotiable-quote-quote-print .quote-block-content.catalog-price .quote-table-totals th strong {
  font-weight: 400;
}
.negotiable-quote-quote-print .quote-block-content.negotiated-price {
  float: right;
}
.negotiable-quote-quote-print .quote-block-content.negotiated-price .quote-table-totals:not(.cart) tfoot > tr:last-child td,
.negotiable-quote-quote-print .quote-block-content.negotiated-price .quote-table-totals:not(.cart) tfoot > tr:last-child th {
  border-color: #858585;
}
.negotiable-quote-quote-print .quote-comments-block .quote-block-title {
  border-color: #e4e4e4;
  display: block;
  font-weight: 300;
}
.negotiable-quote-quote-print .quote-comments-block .comments-block-item {
  border-color: #e4e4e4;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.negotiable-quote-quote-print .quote-comments-block .attachments-list {
  padding-top: 0;
}
.negotiable-quote-quote-print .quote-comments-block .attachments-list a {
  pointer-events: none;
}
.negotiable-quote-quote-print .quote-comments-block .comments-field {
  display: none;
}
.negotiable-quote-quote-print .copyright {
  background-color: transparent;
  border-bottom: 1px solid #e4e4e4;
  color: #333333;
  margin-bottom: 25px;
  padding: 10px 0 0;
  text-align: left;
}
.negotiable-quote-quote-print .copyright .phone {
  float: right;
}
.negotiable-quote-errors .error-wrap {
  display: none;
}
.negotiable-quote-order-information {
  font-size: 1.4rem;
  margin: 0 0 1.8rem;
}
.negotiable-quote-order-information:before,
.negotiable-quote-order-information:after {
  content: '';
  display: table;
}
.negotiable-quote-order-information:after {
  clear: both;
}
.table-order-items .page-section-negotiable td {
  padding: 0;
}
.table-order-items .page-section-negotiable td .data-table {
  position: relative;
}
.table-order-items .page-section-negotiable td .data-table tr td {
  border: none;
  padding: 11px 10px;
  text-align: right;
}
.table-order-items .page-section-negotiable td .data-table tr td:first-child {
  width: 79.5%;
}
.table-order-items .page-section-negotiable td .data-table tr.col-subtotal {
  font-weight: 600;
}
.table-order-items .page-section-negotiable td .data-table tr.col-subtotal:after {
  background: #cccccc;
  bottom: 42px;
  content: '';
  height: 1px;
  left: auto;
  position: absolute;
  right: 1.5%;
  width: 36%;
}
.table-order-items tfoot > tr.page-section-negotiable td {
  padding: 0;
}
.sales-order-view .page-main .page-title-wrapper .negotiable-quote-order-information .order-date {
  font-size: 1.4rem;
  margin: 0;
}
.checkout-shipping-address .message.notice .link-back {
  font-size: 0;
}
.checkout-shipping-address .message.notice .link-back a,
.checkout-shipping-address .message.notice .link-back span {
  font-size: 1.3rem;
}
@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,
.admin__action-group-wrap._active table th .action-menu .action-submenu {
  box-shadow: 0 0 3px 1px #005cbf;
}
.admin__action-group-wrap .action-menu,
.admin__action-group-wrap table th .action-menu .action-submenu {
  border: 1px solid #adadad;
  display: none;
  max-height: 45rem;
  overflow-y: auto;
}
.admin__action-group-wrap .action-menu._active,
.admin__action-group-wrap table th .action-menu .action-submenu._active {
  display: block;
}
.admin__action-group-wrap .action-menu ._disabled:hover,
.admin__action-group-wrap table th .action-menu .action-submenu ._disabled:hover {
  background: #ffffff;
}
.admin__action-group-wrap .action-menu ._disabled .action-menu-item,
.admin__action-group-wrap table th .action-menu .action-submenu ._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,
.admin__action-group-wrap .action-menu-items > table th .action-menu .action-submenu {
  min-width: 100%;
  position: static;
}
.admin__action-group-wrap .action-menu-items > .action-menu .action-submenu,
.admin__action-group-wrap .action-menu-items > table th .action-menu .action-submenu .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;
}
.account .table-wrapper .data-grid-checkbox-cell-inner input {
  border: 1px solid #adadad;
  cursor: pointer;
  height: 1.6rem;
  text-align: center;
  width: 1.6rem;
}
.account .table-wrapper .data-grid-checkbox-cell-inner input:active,
.account .table-wrapper .data-grid-checkbox-cell-inner input:hover,
.account .table-wrapper .data-grid-checkbox-cell-inner input:focus {
  box-shadow: none;
  outline-offset: 0;
  outline: 0;
}
@media (max-width: 640px) {
  .page-main .table-wrapper table.data-grid tbody tr.data-row th.data-grid-multicheck-cell {
    display: none;
  }
  .page-main .table-wrapper table.data-grid tbody tr.data-row td.data-grid-checkbox-cell {
    display: none;
  }
}
table th .action-menu,
table th table th .action-menu .action-submenu {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  color: rgba(0, 123, 255, 0.5);
  display: none;
  font-weight: 400;
  left: 0;
  list-style: none;
  margin: 2px 0 0;
  min-width: 19.5rem;
  padding: 0;
  position: absolute;
  right: 0;
  top: 100%;
}
table th .action-menu._active,
table th table th .action-menu .action-submenu._active {
  display: block;
}
table th .action-menu > li,
table th table th .action-menu .action-submenu > li {
  border: none;
  display: block;
  padding: 0;
  transition: background-color 0.1s linear;
}
table th .action-menu > li > a:hover,
table th table th .action-menu .action-submenu > li > a:hover {
  text-decoration: none;
}
table th .action-menu > li._visible,
table th table th .action-menu .action-submenu > li._visible {
  background-color: #e3e3e3;
}
table th .action-menu > li:hover,
table th table th .action-menu .action-submenu > li:hover {
  background-color: #e3e3e3;
}
table th .action-menu > li:active,
table th table th .action-menu .action-submenu > li:active {
  background-color: #cacaca;
}
table th .action-menu > li._parent,
table th table th .action-menu .action-submenu > li._parent {
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  display: flex;
  flex-direction: row;
}
table th .action-menu > li._parent > .action-menu-item,
table th table th .action-menu .action-submenu > li._parent > .action-menu-item {
  min-width: 100%;
}
table th .action-menu > li._parent::after,
table th table th .action-menu .action-submenu > li._parent::after {
  border-color: transparent transparent transparent #000000;
  border-style: solid;
  border-width: .4rem 0 .4rem .5rem;
  content: '';
  height: 0;
  position: relative;
  right: 1.2rem;
  top: 1.4rem;
  width: 0;
}
table th .action-menu .item,
table th .action-menu .action-menu-item,
table th table th .action-menu .action-submenu .item,
table th table th .action-menu .action-submenu .action-menu-item {
  cursor: pointer;
  display: block;
  padding: .6875em 1em;
}
table th .action-menu .action-submenu {
  bottom: auto;
  left: auto;
  margin-left: 0;
  margin-top: -1px;
  position: absolute;
  right: auto;
  top: auto;
}
table th .action-menu a.action-menu-item,
table th table th .action-menu .action-submenu a.action-menu-item {
  color: #333333;
}
table th .action-menu a.action-menu-item:focus,
table th table th .action-menu .action-submenu a.action-menu-item:focus {
  background-color: #e3e3e3;
}
.action-multicheck-wrap {
  display: inline-block;
  height: 1.6rem;
  padding-top: 1px;
  position: relative;
  width: 3.4rem;
  z-index: 200;
}
.action-multicheck-wrap:hover .admin__control-checkbox + label:before,
.action-multicheck-wrap:hover .action-multicheck-toggle {
  border-color: #757575;
}
.action-multicheck-wrap._active .admin__control-checkbox + label:before,
.action-multicheck-wrap._active .action-multicheck-toggle {
  border-color: #757575;
}
.action-multicheck-wrap._active .action-menu,
.action-multicheck-wrap._active table th .action-menu .action-submenu {
  opacity: 1;
  visibility: visible;
  display: inline-block;
}
.action-multicheck-wrap._disabled .admin__control-checkbox + label:before {
  background-color: #ffffff;
}
.action-multicheck-wrap._disabled .admin__control-checkbox + label:before,
.action-multicheck-wrap._disabled .action-multicheck-toggle {
  border-color: #adadad;
  opacity: 1;
}
.action-multicheck-wrap .admin__control-checkbox,
.action-multicheck-wrap .admin__control-checkbox + label,
.action-multicheck-wrap .action-multicheck-toggle {
  float: left;
  margin: 0;
}
.action-multicheck-wrap .admin__control-checkbox {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 1px solid #adadad;
  border-bottom-left-radius: 3px;
  border-right: 0;
  border-top-left-radius: 3px;
  cursor: pointer;
  height: 1.6rem;
  text-align: center;
  width: 1.6rem;
}
.action-multicheck-wrap .admin__control-checkbox:active,
.action-multicheck-wrap .admin__control-checkbox:hover,
.action-multicheck-wrap .admin__control-checkbox:focus {
  box-shadow: none;
  outline-offset: 0;
  outline: 0;
  border-color: #757575;
}
.action-multicheck-wrap .admin__control-checkbox._indeterminate:before {
  content: '-';
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.8rem;
  line-height: 1.2rem;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.action-multicheck-wrap .admin__control-checkbox:checked:before {
  content: '\e610';
  font-family: 'imprintplus';
  font-size: 1.1rem;
  line-height: 125%;
}
.action-multicheck-wrap .action-multicheck-toggle {
  background: #ffffff url('../../../../../frontend/Magento/blank/en_US/Magento_PurchaseOrder/images/select-bg.svg') no-repeat 50% 50%;
  background-size: 200%;
  border: 1px solid #adadad;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  height: 1.6rem;
  margin-top: 2px;
  padding: 0;
  position: relative;
  width: 1.8rem;
}
.action-multicheck-wrap .action-multicheck-toggle:focus {
  border-color: #757575;
}
.action-multicheck-wrap .action-multicheck-toggle:after {
  right: .3rem;
}
.action-select-wrap.buttons {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  padding: 20px 0;
}
@media (max-width: 640px) {
  .action-select-wrap.buttons {
    display: none;
  }
}
.action-select-wrap.buttons .selected-number {
  margin-right: auto;
}
.action-select-wrap.buttons button,
.action-select-wrap.buttons .quote-details-items .actions-toolbar > .action,
.action-select-wrap.buttons .cart.table-wrapper .actions-toolbar > .action,
.action-select-wrap.buttons .action-gift {
  margin-left: 15px;
}
.action-select-wrap.buttons .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;
}
.action-select-wrap.buttons .secondary:visited {
  color: rgba(0, 123, 255, 0.5);
  text-decoration: none;
}
.action-select-wrap.buttons .secondary:hover {
  color: #0069d9;
  text-decoration: underline;
}
.action-select-wrap.buttons .secondary:active {
  color: #ff5501;
  text-decoration: underline;
}
.action-select-wrap.buttons .secondary:hover,
.action-select-wrap.buttons .secondary:active,
.action-select-wrap.buttons .secondary:focus {
  background: none;
  border: 0;
}
.action-select-wrap.buttons .secondary.disabled,
.action-select-wrap.buttons .secondary[disabled],
fieldset[disabled] .action-select-wrap.buttons .secondary {
  color: rgba(0, 123, 255, 0.5);
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.action-select-wrap.buttons .secondary:disabled {
  text-decoration: none;
}
.action-select-wrap.buttons .secondary:active,
.action-select-wrap.buttons .secondary:not(:focus) {
  box-shadow: none;
}
.admin__action-multiselect-wrap {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  display: block;
  user-select: none;
}
.admin__action-multiselect-wrap.action-select-wrap:focus {
  box-shadow: none;
}
.admin__action-multiselect-wrap.action-select-wrap .action-menu,
.admin__action-multiselect-wrap.action-select-wrap table th .action-menu .action-submenu {
  max-height: none;
  overflow-y: inherit;
}
.admin__action-multiselect-wrap .action-menu-item {
  transition: background-color 0.1s linear;
}
.admin__action-multiselect-wrap .action-menu-item._selected {
  background-color: #e3e3e3;
}
.admin__action-multiselect-wrap .action-menu-item._hover {
  background-color: #e3e3e3;
}
.admin__action-multiselect-wrap .action-menu-item._unclickable {
  cursor: default;
}
.admin__action-multiselect-wrap .admin__action-multiselect {
  border: 1px solid #adadad;
  cursor: pointer;
  display: block;
  min-height: 3.2rem;
  padding-right: 3.6rem;
  white-space: normal;
}
.admin__action-multiselect-wrap .admin__action-multiselect:after {
  bottom: 1.25rem;
  top: auto;
}
.admin__action-multiselect-wrap .admin__action-multiselect:before {
  height: 3.3rem;
  top: auto;
}
.admin__control-table-wrapper .admin__action-multiselect-wrap {
  position: static;
}
.admin__control-table-wrapper .admin__action-multiselect-wrap .admin__action-multiselect {
  position: relative;
}
.admin__control-table-wrapper .admin__action-multiselect-wrap .admin__action-multiselect:before {
  right: -1px;
  top: -1px;
}
.admin__control-table-wrapper .admin__action-multiselect-wrap .action-menu,
.admin__control-table-wrapper .admin__action-multiselect-wrap table th .action-menu .action-submenu {
  left: auto;
  min-width: 34rem;
  right: auto;
  top: auto;
  z-index: 1;
}
.admin__action-multiselect-wrap .admin__action-multiselect-item-path {
  color: #a79d95;
  font-size: 1.2rem;
  font-weight: 400;
  padding-left: 1rem;
}
.admin__action-multiselect-actions-wrap {
  border-top: 1px solid #e3e3e3;
  margin: 0 1rem;
  padding: 1rem 0;
  text-align: center;
}
.admin__action-multiselect-actions-wrap .action-default {
  font-size: 1.3rem;
  min-width: 13rem;
}
.admin__action-multiselect-text {
  padding: .6rem 1rem;
}
.action-menu,
table th .action-menu .action-submenu {
  left: 0;
  margin-top: 2px;
  right: auto;
  text-align: left;
}
.admin__action-multiselect-label {
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.admin__action-multiselect-label:before {
  margin-right: .5rem;
}
._unclickable .admin__action-multiselect-label {
  cursor: default;
  font-weight: 700;
}
.admin__action-multiselect-search-wrap {
  border-bottom: 1px solid #e3e3e3;
  margin: 0 1rem;
  padding: 1rem 0;
  position: relative;
}
.admin__action-multiselect-search {
  font-style: italic;
  padding-right: 3rem;
  width: 100%;
}
.admin__action-multiselect-search-label {
  display: block;
  font-size: 1.5rem;
  height: 1.3em;
  overflow: hidden;
  position: absolute;
  right: 2.2rem;
  top: 1.7rem;
  width: auto;
}
.admin__action-multiselect-search-label:before {
  content: '\e615';
  font-size: 2rem;
  line-height: 1;
  vertical-align: baseline;
}
.admin__action-multiselect-search-count {
  color: #a79d95;
  margin-top: 1rem;
}
.admin__action-multiselect-empty-area {
  color: #a79d95;
  padding-bottom: 20px;
  padding-top: 20px;
  text-align: center;
  vertical-align: middle;
}
.admin__action-multiselect-menu-inner {
  margin-bottom: 0;
  max-height: 46rem;
  overflow-y: auto;
}
.admin__action-multiselect-menu-inner .admin__action-multiselect-menu-inner {
  list-style: none;
  max-height: none;
  overflow: hidden;
  padding-left: 1.1rem;
}
.admin__action-multiselect-menu-inner ._hidden {
  display: none;
}
.admin__action-multiselect-crumb {
  background-color: #f5f5f5;
  border: 1px solid #a79d95;
  border-radius: 4px;
  display: inline-block;
  font-size: 1.2rem;
  margin: .3rem 0 .3rem .3rem;
  padding: 0.3rem 2.4rem 0.4rem 1rem;
  position: relative;
  transition: border-color 0.1s linear;
}
.admin__action-multiselect-crumb:hover {
  border-color: #908379;
}
.admin__action-multiselect-crumb .action-close {
  bottom: 0;
  font-size: 1.1rem;
  position: absolute;
  right: 0;
  top: 0;
  width: 2rem;
}
.admin__action-multiselect-crumb .action-close:hover {
  color: #000000;
}
.admin__action-multiselect-crumb .action-close:focus,
.admin__action-multiselect-crumb .action-close:active {
  background-color: transparent;
}
.admin__action-multiselect-crumb .action-close:active {
  transform: scale(0.9);
}
.admin__action-multiselect-crumb .action-close:before {
  display: flex;
  justify-content: center;
}
.admin__action-multiselect-tree .action-menu,
.admin__action-multiselect-tree table th .action-menu .action-submenu {
  min-width: 34.7rem;
}
.admin__action-multiselect-tree .action-menu .action-menu-item,
.admin__action-multiselect-tree table th .action-menu .action-submenu .action-menu-item {
  margin-top: .1rem;
}
.admin__action-multiselect-tree .action-menu-item {
  margin-left: 3.1rem;
  position: relative;
}
.admin__action-multiselect-tree .action-menu-item._expended:before {
  border-left: 1px dashed #a79d95;
  bottom: 0;
  content: '';
  left: -1rem;
  position: absolute;
  top: 1rem;
  width: 1px;
}
.admin__action-multiselect-tree .action-menu-item._expended .admin__action-multiselect-dropdown:before {
  content: '\e622';
}
.admin__action-multiselect-tree .action-menu-item._with-checkbox .admin__action-multiselect-label {
  padding-left: 2.6rem;
}
.admin__action-multiselect-tree .admin__action-multiselect-menu-inner {
  position: relative;
}
.admin__action-multiselect-tree .admin__action-multiselect-menu-inner .admin__action-multiselect-menu-inner {
  padding-left: 2.1rem;
}
.admin__action-multiselect-tree .admin__action-multiselect-menu-inner .admin__action-multiselect-menu-inner:before {
  left: 2.65rem;
}
.admin__action-multiselect-tree .admin__action-multiselect-menu-inner-item {
  position: relative;
}
.admin__action-multiselect-tree .admin__action-multiselect-menu-inner-item:last-child:before {
  height: 1.55rem;
}
.admin__action-multiselect-tree .admin__action-multiselect-menu-inner-item:after,
.admin__action-multiselect-tree .admin__action-multiselect-menu-inner-item:before {
  content: '';
  left: 0;
  position: absolute;
}
.admin__action-multiselect-tree .admin__action-multiselect-menu-inner-item:after {
  border-top: 1px dashed #a79d95;
  height: 1px;
  top: 1.55rem;
  width: 3.1rem;
}
.admin__action-multiselect-tree .admin__action-multiselect-menu-inner-item:before {
  border-left: 1px dashed #a79d95;
  height: 100%;
  top: 0;
  width: 1px;
}
.admin__action-multiselect-tree .admin__action-multiselect-menu-inner-item._parent:after {
  width: 3.1rem;
}
.admin__action-multiselect-tree .admin__action-multiselect-menu-inner-item._root {
  margin-left: -1rem;
}
.admin__action-multiselect-tree .admin__action-multiselect-menu-inner-item._root:after {
  left: 2.1rem;
  width: 1.1rem;
}
.admin__action-multiselect-tree .admin__action-multiselect-menu-inner-item._root:before {
  left: 2.1rem;
  top: 1rem;
}
.admin__action-multiselect-tree .admin__action-multiselect-menu-inner-item._root._parent:after {
  display: none;
}
.admin__action-multiselect-tree .admin__action-multiselect-menu-inner-item._root:first-child:before {
  top: 1.55rem;
}
.admin__action-multiselect-tree .admin__action-multiselect-menu-inner-item._root:last-child:before {
  height: 1rem;
}
.admin__action-multiselect-tree .admin__action-multiselect-label {
  line-height: 1.1rem;
  vertical-align: middle;
  word-break: break-all;
}
.admin__action-multiselect-tree .admin__action-multiselect-label:before {
  left: 0;
  position: absolute;
  top: .4rem;
}
.admin__action-multiselect-dropdown {
  border-radius: 50%;
  height: 1.1rem;
  left: -1.1rem;
  position: absolute;
  top: 1rem;
  width: 1.1rem;
  z-index: 1;
}
.admin__action-multiselect-dropdown:before {
  background: #ffffff;
  color: #a79d95;
  content: '\e622';
  font-size: 1.1rem;
}
.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;
}
.admin__action-group-wrap {
  width: 15rem;
}
.admin__action-group-wrap._active {
  min-height: 120px;
}
.admin__action-group-wrap._disabled {
  pointer-events: none;
}
.admin__action-group-wrap._multiple {
  width: 100%;
}
.admin__action-group-wrap .admin__action-multiselect {
  display: flex;
  flex-wrap: wrap;
}
.admin__action-group-wrap.admin__action-multiselect-wrap.action-select-wrap .crumb-action {
  padding: 0;
}
.admin__action-group-wrap.admin__action-multiselect-wrap.action-select-wrap .crumb-action:before {
  font-size: 1.1rem;
}
.admin__action-group-wrap.admin__action-multiselect-wrap.action-select-wrap._active .action-select-list {
  min-width: 20rem;
  z-index: 100;
}
.admin__action-group-wrap.admin__action-multiselect-wrap.action-select-wrap._active .action-select-list .action-menu-item {
  height: 2.5rem;
  padding: 5px 10px 5px 10px;
}
.admin__action-group-wrap.admin__action-multiselect-wrap.action-select-wrap._active .action-select-list .action-menu-item._selected {
  background-color: transparent;
}
.admin__action-group-wrap.admin__action-multiselect-wrap.action-select-wrap._active .action-select-list .action-menu-item .admin__action-multiselect-label {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.admin__action-group-wrap input::-ms-clear {
  display: none;
}
.admin__action-group-wrap._focus .admin__action-multiselect,
.admin__action-group-wrap._focus .admin__action-multiselect:before {
  border-color: #adadad;
}
.admin__action-group-wrap .admin__action-multiselect-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.admin__action-group-wrap .admin__action-multiselect-menu-inner {
  list-style: none;
  max-height: 30.5rem;
  padding-left: 0;
}
.admin__action-group-wrap .admin__action-multiselect-menu-inner:empty {
  overflow-y: visible;
}
.admin__action-group-wrap .admin__action-group-optgroup {
  padding: 5px 10px;
}
.admin__action-group-wrap .admin__action-group-option {
  margin-bottom: 0;
}
.admin__action-group-wrap .admin__action-group-option:hover,
.admin__action-group-wrap .admin__action-group-option._hover {
  background-color: #e3e3e3;
  cursor: pointer;
}
.admin__action-group-wrap .admin__action-multiselect-search-label {
  right: 1.2rem;
}
.admin__action-group-wrap .admin__action-multiselect-remove-label {
  cursor: pointer;
  display: block;
  overflow: hidden;
  position: absolute;
  right: .7rem;
  top: 1.5rem;
}
.admin__action-group-wrap .admin__action-multiselect-remove-label:before {
  content: '\e616';
  font-size: 2rem;
  line-height: 1;
  vertical-align: baseline;
}
.admin__action-group-wrap .admin__action-multiselect-search-count {
  font-size: 12px;
  line-height: 2;
}
.admin__action-group-wrap .admin__action-multiselect-action-links {
  float: right;
}
.admin__action-group-wrap .admin__action-multiselect-action-links .action {
  float: left;
  padding: 0;
}
.admin__action-group-wrap .admin__action-multiselect-action-links .action span {
  font-size: 12px;
  font-weight: 400;
}
.admin__action-group-wrap .admin__action-multiselect-action-links .action:not(:last-child):after {
  border-left: 1px solid #cccccc;
  content: '';
  display: inline-block;
  height: 1.2rem;
  margin: 0 10px;
  vertical-align: middle;
}
.admin__action-group-wrap .admin__action-multiselect-actions-wrap {
  text-align: right;
}
.admin__action-group-wrap .admin__action-multiselect-actions-wrap .action-tertiary {
  padding: 7px 15px;
}
.admin__action-group-wrap .admin__action-multiselect-actions-wrap .action-secondary {
  background-image: none;
  background: #679f16;
  border: 1px solid #679f16;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
}
.admin__action-group-wrap .admin__action-multiselect-actions-wrap .action-secondary:focus,
.admin__action-group-wrap .admin__action-multiselect-actions-wrap .action-secondary:active {
  background: #76b519;
  border: 1px solid #76b519;
  color: #ffffff;
}
.admin__action-group-wrap .admin__action-multiselect-actions-wrap .action-secondary:hover {
  background: #76b519;
  border: 1px solid #76b519;
  color: #ffffff;
}
.admin__action-group-wrap .admin__action-multiselect-actions-wrap .action-secondary.disabled,
.admin__action-group-wrap .admin__action-multiselect-actions-wrap .action-secondary[disabled],
fieldset[disabled] .admin__action-group-wrap .admin__action-multiselect-actions-wrap .action-secondary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.admin__action-group-wrap .admin__action-multiselect-menu-wrap {
  max-height: 210px;
  overflow-y: auto;
  position: relative;
}
.admin__action-group-wrap .admin__action-multiselect-menu-wrap .action-menu-item._with-checkbox {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.admin__action-group-wrap .admin__action-multiselect-menu-wrap .action-menu-item._with-checkbox .admin__control-checkbox {
  margin: auto;
  position: absolute;
  top: auto;
}
.admin__action-group-wrap .admin__action-multiselect-menu-wrap .action-menu-item._with-checkbox .admin__action-multiselect-label {
  padding-left: 2.6rem;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.product-info-stock-sku .configurable-variation-qty {
  display: none;
}
/**
     * @codingStandardsIgnoreStart
     */
#store-pickup.selected-shipping ~ #store-selector {
  display: none;
}
#store-pickup.selected-store-pickup ~ #shipping,
#store-pickup.selected-store-pickup ~ #opc-shipping_method {
  visibility: hidden;
  height: 0;
  overflow: hidden;
}
#delivery-method-selector {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#delivery-method-selector .action {
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
}
#delivery-method-selector .action.selected {
  background: #ffffff;
}
#delivery-method-selector .action-select-shipping {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
#delivery-method-selector .action-select-store-pickup {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
/**
      * @codingStandardsIgnoreStart
      */
#store-selector .form-login {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
#store-selector .form-continue {
  margin: 20px 0 0;
}
.location-details .location-name {
  font-size: 18px;
  font-weight: 700;
}
.store-selector-popup .modal-title {
  border-bottom: 0;
}
.store-selector-popup .modal-header {
  padding-bottom: 0;
}
/**
      * @codingStandardsIgnoreStart
      */
#opc-store-selector-popup {
  display: none;
}
#opc-store-selector-popup .block-search {
  float: none;
  width: 100%;
  margin: 0 0 20px;
  padding: 0 0 10px;
  border-bottom: 1px solid #c1c1c1;
}
.modal-content #opc-store-selector-popup {
  display: block;
}
.store-selector-popup-table thead th {
  display: none;
}
.store-selector-popup-table tbody .location .location-name {
  font-size: 18px;
}
.store-selector-popup-table tbody .location + .location {
  border-top: 1px solid #cccccc;
}
.store-selector-popup-table tbody .col-location-details {
  padding-left: 0;
}
.store-selector-popup-table tbody .col-location-details p:last-child {
  margin-bottom: 0;
}
.store-selector-popup-table tbody .col-location-actions {
  padding-right: 0;
  vertical-align: middle;
}
.store-selector-popup-table tbody .col-location-actions .action {
  float: right;
}
.store-selector-popup-empty-query,
.store-selector-popup-no-locations {
  margin: 0 0 20px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.lac-notification-sticky {
  position: relative;
  z-index: 999;
}
.lac-notification-sticky .lac-notification {
  background-color: #373330;
  color: #ffffff;
  font-size: 16px;
}
.lac-notification-sticky .lac-notification .lac-notification-icon {
  float: left;
  margin: 10px 25px 10px 10px;
}
.lac-notification-sticky .lac-notification .lac-notification-icon .logo-img {
  display: block;
}
.lac-notification-sticky .lac-notification .lac-notification-text {
  float: left;
  padding: 15px 0;
}
.lac-notification-sticky .lac-notification .lac-notification-links {
  float: right;
  padding: 15px 0;
}
.lac-notification-sticky .lac-notification .lac-notification-links a {
  color: #ffffff;
  font-size: 14px;
}
.lac-notification-sticky .lac-notification .lac-notification-links .lac-notification-close-link:after {
  background: url('../Magento_LoginAsCustomerFrontendUi/images/close.svg');
  content: ' ';
  display: inline-block;
  height: 12px;
  margin-left: 5px;
  vertical-align: middle;
  width: 12px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.my-orders-search-advanced .field .secondary,
.my-orders-search-advanced .actions-toolbar,
.my-orders-search-advanced .filters-collapse {
  text-align: right !important;
}
.my-orders-search-advanced .fieldset:first-of-type {
  margin-bottom: 0;
}
.my-orders-search-advanced .actions-toolbar div.primary {
  text-align: right !important;
  width: 100%;
}
.my-orders-search-advanced .actions-toolbar div.primary a {
  text-decoration: none;
}
.my-orders-search-advanced .actions-toolbar button.primary,
.my-orders-search-advanced .actions-toolbar .quote-details-items .actions-toolbar > .action.primary,
.my-orders-search-advanced .actions-toolbar .cart.table-wrapper .actions-toolbar > .action.primary,
.my-orders-search-advanced .actions-toolbar .action-gift.primary {
  float: none !important;
  margin-right: 0;
  width: auto !important;
}
.my-orders-search-advanced .actions-toolbar button,
.my-orders-search-advanced .actions-toolbar .quote-details-items .actions-toolbar > .action,
.my-orders-search-advanced .actions-toolbar .cart.table-wrapper .actions-toolbar > .action,
.my-orders-search-advanced .actions-toolbar .action-gift {
  margin-left: 10px !important;
}
.my-orders-search-advanced .extra-order-search,
.my-orders-search-advanced .filter-close {
  display: none;
}
.my-orders-search-advanced .mage-error {
  clear: both;
  display: inline-block;
  padding-right: 10px;
}
.my-orders-search-advanced .filter-summary {
  margin: 5px 0 0;
}
.my-orders-search-advanced .filter-summary ul {
  border-top: 1px solid #cccccc;
  display: inline-block;
  margin: 0;
  padding: 10px 0 0;
  width: 100%;
}
.my-orders-search-advanced .filter-summary li {
  float: left;
  list-style: none;
  margin-bottom: 5px;
  margin-right: 14px;
}
.my-orders-search-advanced .filter-summary li span {
  padding: 0 3px;
}
.my-orders-search-advanced .filter-summary li .label {
  font-weight: bold;
}
.my-orders-search-advanced .action-remove {
  font-weight: bold;
  padding: 0 3px;
}
.my-orders-search-advanced .action-remove:not(.action-clear-all) {
  display: inline-block;
  text-decoration: none;
}
.my-orders-search-advanced .action-remove:not(.action-clear-all) > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.my-orders-search-advanced .action-remove:not(.action-clear-all):before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 15px;
  color: rgba(0, 123, 255, 0.5);
  content: '\e616';
  font-family: 'imprintplus';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.my-orders-search-advanced .action-remove:not(.action-clear-all):hover:before {
  color: #005cbf;
}
.my-orders-search-advanced .action-remove:not(.action-clear-all):active:before {
  color: #68a8e0;
}
.my-orders-search-advanced .action-remove:not(.action-clear-all):before {
  display: inline;
  vertical-align: unset;
}
.my-orders-search-advanced .action-clear-all {
  font-weight: inherit;
}
.my-orders-search-advanced + .filter-divider hr {
  margin-top: 0;
}
.search-sku input {
  float: left;
  padding-right: 24px;
}
.search-sku button[type='submit'],
.search-sku .quote-details-items .actions-toolbar > .action[type='submit'],
.search-sku .cart.table-wrapper .actions-toolbar > .action[type='submit'],
.search-sku .action-gift[type='submit'] {
  background: transparent;
  border: none;
  box-shadow: none;
  float: right;
  margin-left: -22px;
  padding: 0;
  position: absolute;
}
.search-sku button[type='submit']:after,
.search-sku .quote-details-items .actions-toolbar > .action[type='submit']:after,
.search-sku .cart.table-wrapper .actions-toolbar > .action[type='submit']:after,
.search-sku .action-gift[type='submit']:after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #7d7d7d;
  content: '\e615';
  display: inline-block;
  font-family: 'imprintplus';
  font-size: 16px;
  font-weight: normal;
  line-height: 32px;
  margin: 0;
  overflow: hidden;
  speak: none;
  text-align: center;
  vertical-align: top;
}
.field-date .control .sub-label,
.field-order-total .control .sub-label {
  float: left;
  margin-top: 7px;
  position: relative;
  width: 25%;
}
.field-date .control input,
.field-order-total .control input {
  float: left;
  position: relative;
  width: 50%;
}
.field-date .control button.ui-datepicker-trigger,
.field-date .control .quote-details-items .actions-toolbar > .action.ui-datepicker-trigger,
.field-date .control .cart.table-wrapper .actions-toolbar > .action.ui-datepicker-trigger,
.field-date .control .action-gift.ui-datepicker-trigger {
  margin: 4px 0 0 7px;
}
@font-face {
  font-family: 'imprintplus';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/Icons/imprintplus.eot');
  src: url('../fonts/Icons/imprintplus.eot?#iefix') format('embedded-opentype'), url('../fonts/Icons/imprintplus.woff') format('woff'), url('../fonts/Icons/imprintplus.ttf') format('truetype');
}
.pagebuilder-icon,
.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
  -webkit-font-smoothing: antialiased;
  font-family: 'imprintplus';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
}
[class^='pagebuilder-icon-']:before,
[class*=' pagebuilder-icon-']:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: 'imprintplus';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-decoration: inherit;
  text-rendering: auto;
  text-transform: none;
  vertical-align: middle;
}
.pagebuilder-icon-down:before {
  content: '\f101';
}
.pagebuilder-icon-next:before {
  content: '\e92d';
}
.pagebuilder-icon-prev:before {
  content: '\e92e';
}
.pagebuilder-icon-up:before {
  content: '\f104';
}
.product-full-width-section {
  padding: .5em 0;
}
.product-full-width-section .block.review-add {
  margin-top: 2.7rem;
}
.page-layout-product-full-width .block.related {
  margin-top: 2.7rem;
}
.page-main-details .product-section-title {
  border-bottom: 1px solid #c6c6c6;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.additional-attributes-wrapper .additional-attributes {
  border: none;
  width: auto;
}
.additional-attributes-wrapper .additional-attributes > tbody > tr > th {
  border: none;
  padding: 5.5px 30px 10px 0;
}
.additional-attributes-wrapper .additional-attributes > tbody > tr > td {
  border: none;
  padding: 5.5px 5px 10px;
}
.cms-index-index.page-layout-cms-full-width .nav-sections {
  margin-bottom: 0;
}
.slick-slider {
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-touch-action: pan-y;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  box-sizing: border-box;
  display: block;
  position: relative;
  touch-action: pan-y;
  user-select: none;
}
.slick-list {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-track {
  display: block;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
}
.slick-track:before,
.slick-track:after {
  content: '';
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-prev {
  left: 2rem;
}
.slick-prev:before {
  content: '\e92e';
  padding-right: 5px;
}
.slick-next {
  right: 2rem;
}
.slick-next:before {
  content: '\e92d';
  padding-left: 5px;
}
.slick-prev,
.slick-next {
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  background: rgba(252, 252, 252, 0.6);
  border: none;
  border-radius: 0;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 60px;
  line-height: 0;
  outline: none;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 60px;
  z-index: 101;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: .2;
}
.slick-prev:hover,
.slick-next:hover {
  background: #fcfcfc;
  border: none;
}
.slick-prev:hover.slick-disabled,
.slick-next:hover.slick-disabled {
  opacity: .2;
}
.slick-prev:hover:before,
.slick-next:hover:before {
  color: #494949;
}
.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
  color: #555555;
  font-size: 38px;
  opacity: 1;
}
.slick-prev:active,
.slick-next:active,
.slick-prev:focus,
.slick-next:focus,
.slick-prev:not(.primary),
.slick-next:not(.primary) {
  background: rgba(252, 252, 252, 0.7);
  border: none;
  box-shadow: none;
}
.slick-prev:active:active,
.slick-next:active:active,
.slick-prev:focus:active,
.slick-next:focus:active,
.slick-prev:not(.primary):active,
.slick-next:not(.primary):active {
  box-shadow: none;
}
.slick-dots {
  font-size: 1.4rem;
  line-height: normal;
  letter-spacing: normal;
  display: block;
  list-style: none;
  margin: 0;
  padding: 15px 0;
  text-align: center;
  width: 100%;
}
.slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 14px;
  margin: 0 5px;
  padding: 0;
  position: relative;
  vertical-align: middle;
  width: 14px;
}
.slick-dots li button,
.slick-dots li .quote-details-items .actions-toolbar > .action,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action,
.slick-dots li .action-gift {
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 10px;
  box-shadow: none;
  cursor: pointer;
  display: block;
  height: 14px;
  padding: 0;
  text-indent: -99999px;
  transition: .3s;
  width: 14px;
}
.slick-dots li button:hover,
.slick-dots li .quote-details-items .actions-toolbar > .action:hover,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:hover,
.slick-dots li .action-gift:hover {
  border: 1px solid #b3b3b3;
}
.slick-dots li button:active,
.slick-dots li button:focus,
.slick-dots li button:not(.primary),
.slick-dots li .quote-details-items .actions-toolbar > .action:active,
.slick-dots li .quote-details-items .actions-toolbar > .action:focus,
.slick-dots li .quote-details-items .actions-toolbar > .action:not(.primary),
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:active,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:focus,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:not(.primary),
.slick-dots li .action-gift:active,
.slick-dots li .action-gift:focus,
.slick-dots li .action-gift:not(.primary) {
  box-shadow: none;
}
.slick-dots li.slick-active button,
.slick-dots li.slick-active .quote-details-items .actions-toolbar > .action,
.slick-dots li.slick-active .cart.table-wrapper .actions-toolbar > .action,
.slick-dots li.slick-active .action-gift {
  background: #1c1918;
}
[data-content-type='banner'] > [data-element='link'],
[data-content-type='banner'] > [data-element='empty_link'] {
  color: inherit;
  text-decoration: inherit;
}
[data-content-type='banner'] > [data-element='link']:hover,
[data-content-type='banner'] > [data-element='empty_link']:hover {
  color: inherit;
  text-decoration: inherit;
}
.pagebuilder-banner-wrapper {
  background-clip: padding-box;
  border-radius: inherit;
  box-sizing: border-box;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay {
  -moz-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  -webkit-transition: background-color 500ms ease;
  box-sizing: border-box;
  padding: 30px;
  position: relative;
  transition: background-color 500ms ease;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  align-items: center;
  display: flex;
  justify-content: center;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
  max-width: 540px;
}
.pagebuilder-banner-wrapper.jarallax .video-overlay {
  z-index: 0;
}
.pagebuilder-banner-wrapper [data-element='content'] {
  min-height: 50px;
}
.pagebuilder-banner-wrapper .pagebuilder-banner-button {
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -webkit-transition: opacity 500ms ease;
  margin: 20px 0 0 0;
  max-width: 100%;
  text-align: inherit;
  transition: opacity 500ms ease;
  word-break: break-word;
}
.pagebuilder-banner-wrapper .pagebuilder-poster-content {
  width: 100%;
}
[data-appearance='collage-centered'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto;
}
[data-appearance='collage-left'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-right: auto;
}
[data-appearance='collage-right'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-left: auto;
}
[data-content-type$='block'] .block p:last-child {
  margin-bottom: 1rem;
  margin-top: 0;
}
[data-content-type='buttons'] {
  max-width: 100%;
}
[data-content-type='button-item'] {
  max-width: 100%;
}
[data-content-type='button-item'] [data-element='link'],
[data-content-type='button-item'] [data-element='empty_link'] {
  max-width: 100%;
  word-wrap: break-word;
}
[data-content-type='button-item'] [data-element='empty_link'] {
  cursor: default;
}
a.pagebuilder-button-link,
button.pagebuilder-button-link,
div.pagebuilder-button-link,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-link,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link,
.action-gift.pagebuilder-button-link {
  line-height: 2.2rem;
  font-size: 1.8rem;
  line-height: 1.42857143;
  margin: 0 10px 10px 0;
  padding: 14px 17px;
  color: rgba(0, 123, 255, 0.5);
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-weight: 600;
  box-shadow: none;
  box-sizing: border-box;
  display: inline-block;
}
a.pagebuilder-button-link:visited,
button.pagebuilder-button-link:visited,
div.pagebuilder-button-link:visited,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-link:visited,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:visited,
.action-gift.pagebuilder-button-link:visited {
  color: rgba(0, 123, 255, 0.5);
  text-decoration: none;
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-link:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:hover,
.action-gift.pagebuilder-button-link:hover {
  color: #0069d9;
  text-decoration: underline;
}
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.pagebuilder-button-link:active,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-link:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:active,
.action-gift.pagebuilder-button-link:active {
  color: #ff5501;
  text-decoration: underline;
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover,
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.pagebuilder-button-link:active,
a.pagebuilder-button-link:focus,
button.pagebuilder-button-link:focus,
div.pagebuilder-button-link:focus,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-link:hover,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-link:active,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-link:focus,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:focus,
.action-gift.pagebuilder-button-link:hover,
.action-gift.pagebuilder-button-link:active,
.action-gift.pagebuilder-button-link:focus {
  background: none;
  border: 0;
}
a.pagebuilder-button-link.disabled,
button.pagebuilder-button-link.disabled,
div.pagebuilder-button-link.disabled,
a.pagebuilder-button-link[disabled],
button.pagebuilder-button-link[disabled],
div.pagebuilder-button-link[disabled],
fieldset[disabled] a.pagebuilder-button-link,
fieldset[disabled] button.pagebuilder-button-link,
fieldset[disabled] div.pagebuilder-button-link,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-link.disabled,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-link[disabled],
fieldset[disabled] .quote-details-items .actions-toolbar > .action.pagebuilder-button-link,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link.disabled,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link,
.action-gift.pagebuilder-button-link.disabled,
.action-gift.pagebuilder-button-link[disabled],
fieldset[disabled] .action-gift.pagebuilder-button-link {
  color: rgba(0, 123, 255, 0.5);
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
a.pagebuilder-button-primary,
button.pagebuilder-button-primary,
div.pagebuilder-button-primary,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-primary,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary,
.action-gift.pagebuilder-button-primary {
  text-decoration: none;
  background-image: none;
  background: #679f16;
  border: 1px solid #679f16;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0 10px 10px 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
  border-radius: 3px;
  box-shadow: none;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover,
a.pagebuilder-button-primary:active,
button.pagebuilder-button-primary:active,
div.pagebuilder-button-primary:active,
a.pagebuilder-button-primary:focus,
button.pagebuilder-button-primary:focus,
div.pagebuilder-button-primary:focus,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-primary:hover,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-primary:active,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-primary:focus,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:focus,
.action-gift.pagebuilder-button-primary:hover,
.action-gift.pagebuilder-button-primary:active,
.action-gift.pagebuilder-button-primary:focus {
  text-decoration: none;
}
a.pagebuilder-button-primary:focus,
button.pagebuilder-button-primary:focus,
div.pagebuilder-button-primary:focus,
a.pagebuilder-button-primary:active,
button.pagebuilder-button-primary:active,
div.pagebuilder-button-primary:active,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-primary:focus,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-primary:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:focus,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:active,
.action-gift.pagebuilder-button-primary:focus,
.action-gift.pagebuilder-button-primary:active {
  background: #76b519;
  border: 1px solid #76b519;
  color: #ffffff;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-primary:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:hover,
.action-gift.pagebuilder-button-primary:hover {
  background: #76b519;
  border: 1px solid #76b519;
  color: #ffffff;
}
a.pagebuilder-button-primary.disabled,
button.pagebuilder-button-primary.disabled,
div.pagebuilder-button-primary.disabled,
a.pagebuilder-button-primary[disabled],
button.pagebuilder-button-primary[disabled],
div.pagebuilder-button-primary[disabled],
fieldset[disabled] a.pagebuilder-button-primary,
fieldset[disabled] button.pagebuilder-button-primary,
fieldset[disabled] div.pagebuilder-button-primary,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-primary.disabled,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-primary[disabled],
fieldset[disabled] .quote-details-items .actions-toolbar > .action.pagebuilder-button-primary,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary.disabled,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary,
.action-gift.pagebuilder-button-primary.disabled,
.action-gift.pagebuilder-button-primary[disabled],
fieldset[disabled] .action-gift.pagebuilder-button-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
a.pagebuilder-button-secondary,
button.pagebuilder-button-secondary,
div.pagebuilder-button-secondary,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-secondary,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary,
.action-gift.pagebuilder-button-secondary {
  text-decoration: none;
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0 10px 10px 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
  border-radius: 3px;
  box-shadow: none;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover,
a.pagebuilder-button-secondary:active,
button.pagebuilder-button-secondary:active,
div.pagebuilder-button-secondary:active,
a.pagebuilder-button-secondary:focus,
button.pagebuilder-button-secondary:focus,
div.pagebuilder-button-secondary:focus,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-secondary:hover,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-secondary:active,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-secondary:focus,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:focus,
.action-gift.pagebuilder-button-secondary:hover,
.action-gift.pagebuilder-button-secondary:active,
.action-gift.pagebuilder-button-secondary:focus {
  text-decoration: none;
}
a.pagebuilder-button-secondary:focus,
button.pagebuilder-button-secondary:focus,
div.pagebuilder-button-secondary:focus,
a.pagebuilder-button-secondary:active,
button.pagebuilder-button-secondary:active,
div.pagebuilder-button-secondary:active,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-secondary:focus,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-secondary:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:focus,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:active,
.action-gift.pagebuilder-button-secondary:focus,
.action-gift.pagebuilder-button-secondary:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-secondary:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:hover,
.action-gift.pagebuilder-button-secondary:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
a.pagebuilder-button-secondary.disabled,
button.pagebuilder-button-secondary.disabled,
div.pagebuilder-button-secondary.disabled,
a.pagebuilder-button-secondary[disabled],
button.pagebuilder-button-secondary[disabled],
div.pagebuilder-button-secondary[disabled],
fieldset[disabled] a.pagebuilder-button-secondary,
fieldset[disabled] button.pagebuilder-button-secondary,
fieldset[disabled] div.pagebuilder-button-secondary,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-secondary.disabled,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-secondary[disabled],
fieldset[disabled] .quote-details-items .actions-toolbar > .action.pagebuilder-button-secondary,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary.disabled,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary,
.action-gift.pagebuilder-button-secondary.disabled,
.action-gift.pagebuilder-button-secondary[disabled],
fieldset[disabled] .action-gift.pagebuilder-button-secondary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.pagebuilder-column {
  box-sizing: border-box;
}
[data-content-type='heading'] {
  word-wrap: break-word;
}
[data-content-type='html'] {
  word-wrap: break-word;
}
figure[data-content-type='image'] {
  box-sizing: border-box;
}
figure[data-content-type='image'] > [data-element='link'],
figure[data-content-type='image'] > [data-element='link'] img {
  border-radius: inherit;
}
figure[data-content-type='image'] figcaption {
  word-wrap: break-word;
}
[data-content-type='map'] {
  box-sizing: border-box;
  height: 300px;
}
[data-content-type='row'] li.product-item {
  text-align: left;
}
.pagebuilder-column .widget-product-grid .product-item {
  max-width: 100%;
  min-width: 50px;
}
.pagebuilder-column .widget-product-grid .product-item .price-box {
  word-wrap: break-word;
}
.pagebuilder-column .widget-product-grid .product-item .price-box .price {
  white-space: normal;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-primary {
  display: inline-block;
  max-width: 100%;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-secondary {
  display: inline-block;
  width: auto;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .tocart {
  max-width: 100%;
  white-space: normal;
}
.pagebuilder-column [data-content-type='products'] .block.widget .products-grid .widget-product-grid.product-items .product-item {
  width: 200px;
}
[data-content-type='products'][data-appearance='carousel'] .slick-initialized li.product-item {
  display: block;
}
[data-content-type='products'][data-appearance='carousel'] .slick-initialized li.product-item:first-child {
  visibility: visible;
}
[data-content-type='products'][data-appearance='carousel'] .product-item-info {
  width: auto;
}
[data-content-type='products'][data-appearance='carousel'] li.product-item {
  display: none;
}
[data-content-type='products'][data-appearance='carousel'] li.product-item:first-child {
  display: block;
  visibility: hidden;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .product-item {
  opacity: .5;
  transition: all 300ms ease;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .product-item:hover {
  opacity: 1;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .slick-current .product-item {
  opacity: 1;
}
[data-content-type='row'][data-appearance='contained'] {
  box-sizing: border-box;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1536px;
}
[data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-bleed'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-width'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1536px;
  width: 100%;
}
[data-content-type='slide'] {
  box-sizing: border-box;
  line-height: 20px;
  min-height: inherit;
  overflow: hidden;
}
[data-content-type='slide'] > [data-element='link'],
[data-content-type='slide'] > [data-element='empty_link'] {
  color: inherit;
  min-height: inherit;
  text-decoration: inherit;
}
[data-content-type='slide'] > [data-element='link']:hover,
[data-content-type='slide'] > [data-element='empty_link']:hover {
  color: inherit;
  text-decoration: inherit;
}
[data-content-type='slide'] + [data-content-type='slide'] {
  height: 0;
  min-height: 0;
}
.slick-slider [data-content-type='slide'] + [data-content-type='slide'] {
  height: initial;
  min-height: inherit;
}
.pagebuilder-slide-wrapper {
  border-radius: inherit;
  box-sizing: border-box;
  min-height: inherit;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.pagebuilder-slide-wrapper .jarallax-viewport-element {
  height: 100%;
  left: -15000vw;
  position: absolute;
  top: 0;
  width: 1px;
  z-index: 100;
}
.slick-current .pagebuilder-slide-wrapper .jarallax-viewport-element {
  left: 0;
}
.pagebuilder-slide-wrapper.jarallax .video-overlay {
  -webkit-transform: unset;
  z-index: 1;
}
.pagebuilder-slide-wrapper.jarallax .pagebuilder-overlay {
  position: relative;
  z-index: 2;
}
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > div,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > img,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > video,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > iframe {
  margin: auto !important;
  transform: none !important;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay {
  -moz-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  -webkit-transition: background-color 500ms ease;
  border-radius: inherit;
  box-sizing: border-box;
  padding: 30px;
  transition: background-color 500ms ease;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: inherit;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
  max-width: 540px;
}
.pagebuilder-slide-wrapper [data-element='content'] {
  min-height: 50px;
}
.pagebuilder-slide-wrapper .pagebuilder-slide-button {
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -webkit-transition: opacity 500ms ease;
  margin: 20px 0 0 0;
  max-width: 100%;
  text-align: inherit;
  transition: opacity 500ms ease;
  word-break: break-word;
}
.pagebuilder-slide-wrapper .pagebuilder-poster-content {
  width: 100%;
}
[data-appearance='collage-centered'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto;
}
[data-appearance='collage-left'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-right: auto;
}
[data-appearance='collage-right'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-left: auto;
}
div[data-content-type='slider'] {
  visibility: hidden;
}
div[data-content-type='slider'].slick-initialized {
  visibility: visible;
}
div[data-content-type='slider'] .slick-list,
div[data-content-type='slider'] .slick-track,
div[data-content-type='slider'] .slick-slide {
  min-height: inherit;
}
div[data-content-type='slider'] .slick-list > div,
div[data-content-type='slider'] .slick-track > div,
div[data-content-type='slider'] .slick-slide > div {
  line-height: 0;
  min-height: inherit;
  overflow: hidden;
  width: 100%;
}
a.button {
  -moz-appearance: button;
  -webkit-appearance: button;
  appearance: button;
  color: initial;
  padding: 10px;
  text-decoration: none;
}
div[data-content-type='tabs'] .tabs-navigation {
  display: block;
  font-size: 0;
  margin: 0 0 -1px;
  padding: 0;
}
div[data-content-type='tabs'] .tabs-navigation li:first-child {
  margin-left: 0 !important;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header {
  background: #f6f6f6;
  border: 1px solid #cccccc;
  border-bottom: 0;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow-wrap: break-word;
  position: relative;
  word-wrap: break-word;
  z-index: 1;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header:not(:first-child) {
  margin-left: -1px;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title {
  border-right: 0;
  color: #000000;
  cursor: pointer !important;
  display: block;
  font-size: 14px;
  font-weight: 600;
  padding: 1.4rem 2rem;
  position: relative;
  transition: all .3s;
  vertical-align: middle;
  white-space: normal;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title span.tab-title {
  display: block;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title:hover {
  text-decoration: none;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header:last-child {
  border-right: 1px solid #cccccc;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header.ui-state-active {
  background: #ffffff;
  z-index: 19;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header.ui-state-active a.tab-title {
  position: relative;
  transition: all .3s;
}
div[data-content-type='tabs'] .tabs-content {
  border: 1px solid #cccccc;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  z-index: 9;
}
div[data-content-type='tabs'] .tabs-content [data-content-type='tab-item'] {
  box-sizing: border-box;
  min-height: inherit;
}
div[data-content-type='tabs'] .tabs-content [data-content-type='tab-item']:not(:first-child) {
  display: none;
}
div[data-content-type='tabs'].tab-align-left .tabs-content {
  border-top-left-radius: 0 !important;
}
div[data-content-type='tabs'].tab-align-right .tabs-content {
  border-top-right-radius: 0 !important;
}
div[data-content-type='text'] {
  word-wrap: break-word;
}
div[data-content-type='video'] {
  font-size: 0;
}
div[data-content-type='video'] .pagebuilder-video-inner {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
}
div[data-content-type='video'] .pagebuilder-video-container {
  border-radius: inherit;
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
div[data-content-type='video'] iframe,
div[data-content-type='video'] video {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.jarallax {
  position: relative;
  z-index: 0;
}
.jarallax > .jarallax-img {
  font-family: 'object-fit: cover;', sans-serif;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.jarallax-video-fallback {
  transform: scale3d(0, 0, 0);
}
.jarallax .video-overlay {
  -webkit-transform: translate3d(0, 0, 0);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -99;
}
.jarallax [id*='jarallax-container'] video,
.jarallax [id*='jarallax-container'] iframe {
  visibility: hidden;
}
.cms-content-important {
  background-color: #f5f5f5;
  color: #333333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.1;
  margin: 0 0 35px -20px;
  padding: 20px;
}
.pagebuilder-full-width {
  float: left;
  width: 100%;
}
.pagebuilder-content-type {
  box-sizing: border-box;
  margin-bottom: 20px;
}
.pagebuilder-accordion {
  margin: 0;
  padding: 0;
}
.pagebuilder-accordion > .item.title {
  box-sizing: border-box;
  float: none;
  width: 100%;
}
.pagebuilder-accordion > .item.title > .switch {
  display: block;
}
.pagebuilder-accordion > .item.content {
  box-sizing: border-box;
  display: block;
  float: none;
  margin: 0;
}
.pagebuilder-accordion > .item.content:before,
.pagebuilder-accordion > .item.content:after {
  content: '';
  display: table;
}
.pagebuilder-accordion > .item.content:after {
  clear: both;
}
.pagebuilder-accordion > .item.content.active {
  display: block;
}
.pagebuilder-accordion > .item.title {
  margin: 0 0 5px;
}
.pagebuilder-accordion > .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;
}
.pagebuilder-accordion > .item.title > .switch:visited {
  color: #7d7d7d;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:hover {
  color: #7d7d7d;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:active {
  color: #333333;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title:not(.disabled) > .switch:focus,
.pagebuilder-accordion > .item.title:not(.disabled) > .switch:hover {
  background: #fcfcfc;
}
.pagebuilder-accordion > .item.title:not(.disabled) > .switch:active,
.pagebuilder-accordion > .item.title.active > .switch,
.pagebuilder-accordion > .item.title.active > .switch:focus,
.pagebuilder-accordion > .item.title.active > .switch:hover {
  background: #ffffff;
  color: #333333;
  text-decoration: none;
  padding-bottom: 5px;
}
.pagebuilder-accordion > .item.content {
  background: #ffffff;
  border: 1px solid #d1d1d1;
  margin: 0 0 5px;
  padding: 20px 20px 20px 20px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.data-grid .data-grid-th._sortable {
  cursor: pointer;
}
.data-grid .data-grid-th._sortable._ascend > span.data-grid-cell-content:after {
  background: url('../Magento_PurchaseOrderRule/images/ArrowDownSmall.svg') no-repeat center;
  content: '';
  display: inline-block;
  height: 10px;
  padding-left: 15px;
  width: 8px;
}
.data-grid .data-grid-th._sortable._descend > span.data-grid-cell-content:after {
  background: url('../Magento_PurchaseOrderRule/images/ArrowUpSmall.svg') no-repeat center;
  content: '';
  display: inline-block;
  height: 10px;
  padding-left: 15px;
  width: 8px;
}
.purchaseorder-purchaseorder-view .page-title {
  margin-bottom: 1.4rem;
  margin-top: .4rem;
}
.purchase-order-references {
  border-bottom: 1px solid #e4e4e4;
  border-top: 1px solid #e4e4e4;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
  padding-bottom: 10px;
  padding-top: 10px;
}
.purchase-order-reference-content {
  margin-right: 25px;
}
.purchase-order-reference-content:last-child {
  flex: 1 1 auto;
}
.po-action-toolbar form {
  display: inline-block;
}
.po-action-toolbar button,
.po-action-toolbar .quote-details-items .actions-toolbar > .action,
.po-action-toolbar .cart.table-wrapper .actions-toolbar > .action,
.po-action-toolbar .action-gift {
  margin-right: 8px;
}
.comments-field .fieldset .field.comments .label {
  text-align: left;
}
.comments-field .actions-toolbar button,
.comments-field .actions-toolbar .quote-details-items .actions-toolbar > .action,
.comments-field .actions-toolbar .cart.table-wrapper .actions-toolbar > .action,
.comments-field .actions-toolbar .action-gift {
  float: right;
}
.comments-field .actions-toolbar:after {
  clear: both;
  content: '';
  display: table;
}
.page-main .data-grid.bulk-approval tr.disabled td:not(.data-grid-checkbox-cell):not(.actions) {
  opacity: 0.5;
}
.page-main .data-grid .action-menu,
.page-main .data-grid table th .action-menu .action-submenu {
  z-index: 9;
}
.page-main .data-grid .action-menu li,
.page-main .data-grid table th .action-menu .action-submenu li {
  margin-bottom: 0;
}
.page-main .data-grid tr._odd-row td {
  background-color: transparent;
}
.page-main .data-grid tr._odd-row:hover td {
  background-color: transparent;
}
.page-main .data-grid tr:hover td {
  background-color: transparent;
}
.page-main .data-grid td {
  border-left: 0;
  border-right: 0;
  border-top: 1px solid #cccccc;
}
.page-main .data-grid * {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
.page-main .admin__data-grid-loading-mask .spinner span {
  display: none;
}
.page-main .admin__control-support-text {
  border: 0;
  font-weight: 400;
  line-height: 32px;
  padding: 0;
  font-size: 1.4rem;
}
.page-main .admin__data-grid-header {
  position: relative;
  z-index: 1;
}
.page-main .admin__data-grid-header ~ .admin__data-grid-header .admin__data-grid-header-row {
  margin: 0;
}
.page-main .selectmenu {
  background-color: #f0f0f0;
  border-radius: 3px;
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
  height: 32px;
  padding-left: 0;
  width: 72px;
  z-index: 2;
}
.page-main .selectmenu .selectmenu-value input {
  background: transparent;
  box-shadow: none;
  height: auto;
  padding-left: 10px;
  width: 5rem;
}
.page-main .selectmenu .action-save,
.page-main .selectmenu .action-delete {
  color: #41362f;
  padding: 0 5px 0 0;
}
.page-main .selectmenu .action-save:hover,
.page-main .selectmenu .action-delete:hover {
  border: 0;
}
.page-main .selectmenu .action-delete {
  display: none;
}
.page-main .selectmenu-toggle {
  border: 0 !important;
}
.page-main .selectmenu-toggle:before {
  background: url(../../../../../frontend/Magento/blank/en_US/Magento_PurchaseOrder/images/select-bg.svg) no-repeat 100% 45%;
  background-size: 30px 60px;
  border: 0;
  width: 22px;
}
.page-main .selectmenu-toggle:after {
  display: none;
}
.page-main .selectmenu-items {
  background: #f0f0f0;
  max-width: 72px;
  min-width: 72px;
  width: 72px;
}
.page-main .selectmenu-items li:hover {
  background: transparent;
  border: 0;
}
.page-main .selectmenu-items li:last-child .selectmenu-item-action {
  color: inherit;
  text-decoration: none;
}
.page-main .selectmenu-items li:last-child .selectmenu-item-action:hover,
.page-main .selectmenu-items li:last-child .selectmenu-item-action:active {
  color: inherit;
  text-decoration: none;
}
.page-main .selectmenu-items .selectmenu-item {
  width: 70px;
}
.page-main .selectmenu-item-action {
  padding: 1rem;
  width: 70px;
}
.page-main .selectmenu-item-action:hover,
.page-main .selectmenu-item-action:focus {
  background: transparent;
  border: 0;
  color: #41362f;
}
.page-main .admin__data-grid-pager-wrap {
  float: none;
}
.page-main .admin__data-grid-pager-wrap .admin__control-support-text {
  padding-left: 2px;
  position: relative;
  vertical-align: top;
  z-index: 1;
}
.page-main .admin__data-grid-pager-wrap .admin__data-grid-pager {
  left: 0;
  margin-left: 0;
  position: absolute;
  right: 0;
  text-align: center;
}
.page-main .admin__data-grid-pager-wrap .admin__data-grid-pager .action-previous,
.page-main .admin__data-grid-pager-wrap .admin__data-grid-pager .action-next {
  background: #f0f0f0;
  border: 1px solid #cccccc;
  border-radius: 3px;
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
  color: #333333;
  line-height: 30px;
  margin-left: 0;
  margin-right: 0;
  opacity: 1;
  padding: 0 8px;
}
.page-main .admin__data-grid-pager-wrap .admin__data-grid-pager .admin__control-text {
  background: #e5e5e5;
  border: 0;
  box-shadow: none;
  color: #333333;
  display: inline-block;
  font-size: 1.2rem;
  font-size: 12px;
  font-weight: 700;
  height: 31px;
  letter-spacing: normal;
  line-height: 30px;
  padding: 0 5px;
}
.page-main .admin__data-grid-header-row .row .col-xs-9 {
  position: static;
}
.page-main .data-grid-filters-action-wrap .action-default {
  border-radius: 3px;
  color: #333333;
  margin: 0;
  padding: 6px 20px;
}
.page-main .data-grid-filters-action-wrap .action-default._active:after {
  background-color: #333333;
}
.page-main .admin__data-grid-wrap {
  padding-top: 0;
}
.page-main .purchase-order-payment-message {
  margin-bottom: 3rem;
}
.message.message-notice.notice.approved-notice {
  margin-top: 10px;
}
.purchase-order-table-items {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
.purchase-order-table-items .qty .control.qty input {
  padding: 0;
  width: 35px;
}
.purchase-order-items .order-update-items {
  float: right;
}
.purchase-order-items .purchase-order-table-items thead th {
  padding-top: 0;
}
.purchase-order-totals-wrap {
  background: #f2f2f2;
}
.purchase-order-totals-wrap:before,
.purchase-order-totals-wrap:after {
  content: '';
  display: table;
}
.purchase-order-totals-wrap:after {
  clear: both;
}
.purchase-order-totals-wrap tfoot {
  background: transparent;
}
.purchase-order-totals-wrap tfoot tr td {
  border-top: 0;
}
.purchase-order-totals > tfoot tr.catalog_price_table > td {
  border-top: 0;
}
.purchase-order-totals tfoot td {
  text-align: right;
}
.purchase-order-totals .catalog_price th,
.purchase-order-totals .catalog_price td {
  font-weight: bold;
}
.purchase-order-data-items.product.data.items > .item.title,
.purchase-order-data-items.product.data.items > .item.content {
  position: relative;
}
.purchase-order-data-items.product.data.items > .item.title {
  z-index: 3;
}
.purchase-order-data-items.product.data.items > .item.content {
  padding-top: 20px;
  z-index: 2;
}
.purchase-order-data-items.product.data.items > .item.content ~ .item.content {
  z-index: 1;
}
.purchase-order-data-items .item-options dd {
  margin-bottom: 15px;
}
.purchase-order-data-items .item-options dd,
.purchase-order-data-items .item-options dt {
  display: block;
  float: none;
}
.purchase-order-data-items .message {
  margin-top: 5px;
}
.purchaseorder-actions-toolbar .action.additem {
  padding-right: 10px;
}
.purchase-order-information {
  margin-bottom: 25px;
}
.orderapprovals-purchaseorder-index .order-links-block > a {
  margin-right: 12px;
}
.orderapprovals-purchaseorder-index .order-links-block > a:last-child {
  margin-right: 0;
}
.orderapprovals-purchaseorder-index .order-links-block > a.active-link {
  text-decoration: underline;
}
.admin__data-grid-outer-wrap .admin__data-grid-header {
  z-index: 3;
}
.admin__data-grid-outer-wrap .admin__data-grid-header ~ .admin__data-grid-header {
  z-index: 1;
}
.orderapprovals-purchaseorder-index .admin__data-grid-action-bookmarks .admin__action-dropdown-text:after {
  right: 0;
}
.orderapprovals-purchaseorder-index .admin__action-dropdown ~ .admin__action-dropdown-menu {
  left: auto;
  right: 0;
}
.purchase-order-comments-block .comments-block-item:not(:last-child) {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.purchase-order-comments-block .comments-block-item .comments-block-item-date-time {
  display: block;
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 5px;
}
.purchase-order-comments-block .comments-block-item .comments-block-item-comment {
  font-size: 1.4rem;
  margin-bottom: 5px;
  word-break: break-word;
}
.purchase-order-comments-block ._disabled {
  opacity: .5;
  pointer-events: none;
}
.grid-content {
  border-width: 1px 0 0 0 !important;
}
.grid-content .table-wrapper {
  margin-bottom: 20px !important;
}
.purchase-order-status {
  margin: 0 0 1.4rem 0;
  padding: 5px 10px;
}
.purchase-order-payment-method .message.info {
  background-color: #f5f5f5;
  color: #333333;
  margin: 20px 0 40px 0;
}
.purchase-order-payment-method .message.info > *:first-child:before {
  color: rgba(0, 123, 255, 0.5);
  content: '\e60c';
}
@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;
}
.purchaseorder-purchaseorder-index .purchase-order-data-items .requires-approval-counter {
  border: 1px #f87428 solid;
  border-radius: 4px;
  color: #f87428;
  font-size: 1.2rem;
  margin-left: 7px;
  padding: 3px 8px;
}
.purchaseorderrule-index-index .data-grid-actions-cell .action-select-wrap {
  display: inline-block;
}
.purchaseorderrule-index-index .data-grid-actions-cell .action-select {
  display: none;
}
.purchaseorderrule-index-index .data-grid-actions-cell li {
  display: inline-block;
}
.purchaseorderrule-index-index .data-grid-actions-cell li + li:before {
  content: '|';
  display: inline-block;
  margin: 0 0 0 4px;
}
.purchaseorderrule-index-index .actions-toolbar.empty-rules {
  text-align: center;
}
.purchaseorderrule-index-index .actions-toolbar a {
  float: none;
  margin-top: 2%;
}
.purchaseorderrule-index-index .actions-toolbar .primary {
  float: none;
  margin-bottom: 10px;
}
.purchaseorderrule-create-index .actions-toolbar > .secondary .action.back,
.purchaseorderrule-edit-index .actions-toolbar > .secondary .action.back,
.purchaseorderrule-view-index .actions-toolbar > .secondary .action.back {
  display: inline-block;
}
.form-create-purchase-order-rule.form-view-purchase-order-rule .field:not(.choice) .label {
  display: block;
}
.form-create-purchase-order-rule.form-view-purchase-order-rule .field:not(.choice) .label + .control {
  margin-top: 6px;
}
.form-create-purchase-order-rule.form-view-purchase-order-rule ul {
  list-style-type: none;
  margin: 0;
  padding: 0 0 0 5px;
}
.form-create-purchase-order-rule.form-view-purchase-order-rule ul li {
  text-indent: -5px;
}
.form-create-purchase-order-rule.form-view-purchase-order-rule ul li:before {
  content: '-';
  padding-right: 3px;
  text-indent: -5px;
}
.form-create-purchase-order-rule .fieldset {
  margin: 0 0 30px;
}
.form-create-purchase-order-rule .fieldset._hide {
  display: none;
}
.form-create-purchase-order-rule .field-condition-order-total .nested {
  display: flex;
  flex-grow: 1;
}
.form-create-purchase-order-rule .field-condition-order-total .additional {
  flex-grow: 1;
}
.form-create-purchase-order-rule .field-condition-order-total .additional + .additional {
  margin-left: 10px;
  max-width: 80px;
  min-width: 80px;
}
.form-create-purchase-order-rule .field.applies-to .radio-wrapper {
  margin-top: 6px;
}
.form-create-purchase-order-rule .field.applies-to .control {
  padding-bottom: 10px;
}
.form-create-purchase-order-rule .field.rule-type {
  position: relative;
}
.form-create-purchase-order-rule .field.rule-type .field-tooltip {
  display: inline-block;
  line-height: 1;
  margin-left: 5px;
  position: relative;
  vertical-align: text-top;
}
.form-create-purchase-order-rule .field.rule-type .field-tooltip .field-tooltip-action:before {
  font-size: 17px;
}
.form-create-purchase-order-rule .field.rule-type .field-tooltip .field-tooltip-content {
  font-size: 1.2rem;
}
.form-create-purchase-order-rule .field.rule-type .field-tooltip .field-tooltip-content .field-tooltip-content-title {
  display: block;
  margin-bottom: 1.8rem;
}
.form-create-purchase-order-rule .field.rule-type .field-tooltip .field-tooltip-content ul {
  list-style-type: none;
  margin-bottom: 0;
  padding: 0;
}
.form-create-purchase-order-rule .field.rule-type .field-tooltip .field-tooltip-content ul li {
  line-height: 16px;
  margin-bottom: 2rem;
}
.form-create-purchase-order-rule .field.rule-type .field-tooltip .field-tooltip-content ul li:last-child {
  margin-bottom: 0;
}
.form-create-purchase-order-rule .applies-to-select {
  display: none;
}
.form-create-purchase-order-rule .applies-to-select ul {
  padding-left: 25px;
}
.form-create-purchase-order-rule .applies-to-select.show {
  display: block;
}
.form-create-purchase-order-rule .applies-to-select select {
  margin-top: 8px;
}
.account .column.main .approval-flow-block-applied-rule.block .box-title {
  margin-bottom: 1.5rem;
}
ul.approval-rules-approvers {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.approval-rules-approvers > li {
  background: url('../Magento_PurchaseOrderRule/images/pending.svg') no-repeat left center;
  background-size: 22px;
  margin-bottom: 1.5rem;
  padding-left: 30px;
}
ul.approval-rules-approvers > li.approved {
  background: url('../Magento_PurchaseOrderRule/images/approved.svg') no-repeat left center;
  background-size: 22px;
}
ul.approval-rules-approvers > li.rejected {
  background: url('../Magento_PurchaseOrderRule/images/rejected.svg') no-repeat left center;
  background-size: 22px;
}
.quickorder-index-index .column .block-addbysku .action.remove {
  display: none;
  display: inline-block;
  text-decoration: none;
}
.quickorder-index-index .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;
}
.quickorder-index-index .column .block-addbysku .action.remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 22px;
  color: #8f8f8f;
  content: '\e604';
  font-family: 'imprintplus';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.quickorder-index-index .column .block-addbysku .action.remove:hover:before {
  color: inherit;
}
.quickorder-index-index .column .block-addbysku .action.remove:active:before {
  color: inherit;
}
.quickorder-index-index .column .block-addbysku .action:active,
.quickorder-index-index .column .block-addbysku .action:not(:focus) {
  box-shadow: none;
}
.quickorder-index-index .column .block-addbysku .action:focus {
  box-shadow: 0 0 3px 1px #68a8e0;
}
.quickorder-index-index .column .block-addbysku .action.add {
  display: none;
}
.quickorder-index-index .column .block-addbysku .fieldset .fields .actions-toolbar {
  display: inline-block;
  margin-bottom: 10px;
  margin-left: 5px;
  position: relative;
  top: .3rem;
  vertical-align: top;
}
.quickorder-index-index .column .block-addbysku .block-content .actions-toolbar {
  margin-bottom: 30px;
}
.quickorder-index-index .column .block-addbysku .box-items {
  margin-bottom: 30px;
}
.quickorder-index-index .column .block-addbysku .box-upload {
  margin-bottom: 60px;
}
.quickorder-index-index .column .block-addbysku .deletable-item .label {
  display: none;
}
.quickorder-index-index .column .block-addbysku .deletable-item:last-child .remove {
  display: none;
}
.quickorder-index-index .upload .label {
  margin-bottom: 0;
}
.quickorder-index-index .upload .label + .note {
  margin-bottom: 5px;
  padding-top: 0;
}
.quickorder-index-index .upload-container {
  display: inline-block;
  overflow: hidden;
  position: relative;
}
.quickorder-index-index .upload-container .action-upload {
  cursor: pointer;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.quickorder-index-index .upload-container .file-upload {
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  border-radius: 3px;
  text-align: center;
}
.quickorder-index-index .upload-container .file-upload:focus,
.quickorder-index-index .upload-container .file-upload:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.quickorder-index-index .upload-container .file-upload:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
.quickorder-index-index .upload-container .file-upload.disabled,
.quickorder-index-index .upload-container .file-upload[disabled],
fieldset[disabled] .quickorder-index-index .upload-container .file-upload {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.quickorder-index-index .product-block {
  background-color: #f0f0f0;
}
.quickorder-index-index .product-block:not(:empty) {
  border: 1px solid #c2c2c2;
  border-top: none;
}
.quickorder-index-index .product-block .product-image {
  border: 1px solid #c2c2c2;
  float: left;
  margin: 1.5rem;
}
.quickorder-index-index .product-block .product-image img {
  display: block;
  max-width: 5rem;
}
.quickorder-index-index .product-block .product-name {
  overflow: hidden;
  padding: 1.5rem;
}
.quickorder-index-index .product-block .product-name .name {
  display: inline-block;
  margin-bottom: 10px;
}
.quickorder-index-index .product-error .message {
  margin: 0;
}
.quickorder-index-index .product-error.general-error .message {
  margin-bottom: 10px;
}
.quickorder-index-index .product-error.general-error .message:last-child {
  margin-bottom: 25px;
}
.quickorder-index-index .ui-front {
  z-index: 100;
}
.quickorder-index-index .ui-front .ui-helper-hidden-accessible {
  display: none;
}
.quickorder-index-index .ui-front > ul {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.quickorder-index-index .ui-front > ul:not(:empty) {
  background: #ffffff;
  border: 1px solid #c2c2c2;
  border-top: 0;
}
.quickorder-index-index .ui-front > ul li {
  border-top: 1px solid #e5e5e5;
  cursor: pointer;
  margin: 0;
  padding: 5px 40px 5px 10px;
  position: relative;
  text-align: left;
  white-space: normal;
}
.quickorder-index-index .ui-front > ul li:first-child {
  border-top: none;
}
.quickorder-index-index .ui-front > ul li:hover,
.quickorder-index-index .ui-front > ul li.selected {
  background: #e8e8e8;
}
.quickorder-index-index .ui-front > ul li a {
  color: #333333;
  font-weight: 700;
  margin-right: 5px;
  text-decoration: none;
}
.quickorder-index-index .ui-autocomplete {
  cursor: default;
  left: 0;
  position: absolute;
  top: 0;
}
/**
 * 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.
 */
.payment-method._active .available-credit {
  display: block;
}
.form-purchase-order {
  margin-bottom: 10px;
}
.credit-balance-list {
  list-style: none;
  padding-left: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.credit-balance-list .credit-balance-item {
  margin-right: 10rem;
}
.credit-balance-list .credit-balance-item:last-child {
  margin-right: 0;
}
.credit-balance-list .credit-balance-label {
  font-size: 1.6rem;
  margin-bottom: 0;
}
.credit-balance-list .credit-balance-price {
  font-size: 2.4rem;
  font-weight: 600;
}
.credit-balance-list .credit-balance-price._negative {
  color: #eb5202;
}
.available-credit {
  display: none;
  float: right;
}
.available-credit strong + span {
  padding: 0 10px;
}
.change-result {
  clear: both;
  padding-top: 20px;
}
.change-result strong {
  padding-left: 5px;
}
@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;
}
.company-profile-shipping-methods {
  font-size: 1.6rem;
  line-height: 24px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.company-profile-shipping-methods .shipping-methods-label {
  font-weight: 700;
  margin-bottom: 10px;
}
.company-profile-shipping-methods .shipping-methods-list {
  list-style: none;
}
[data-content-type='dynamic_block'] figure[data-content-type='image'] img {
  display: inline;
}
[data-content-type='dynamic_block'] .block-banners .banner-item-content,
[data-content-type='dynamic_block'] .block-banners-inline .banner-item-content {
  margin-bottom: auto;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.checkout-container .checkout-payment-method div.new-address-popup {
  margin: 0 35px 20px 20px;
  position: relative;
}
.checkout-shipping-address .address-sender {
  position: relative;
  z-index: 1;
}
.checkout-shipping-address .address-sender .radio {
  position: absolute;
  top: 9px;
}
.checkout-shipping-address .address-sender .radio ~ .shipping-address-item {
  left: 25px;
  padding: 0 0 25px 0;
}
.checkout-shipping-address .address-sender .radio ~ .shipping-address-item:before {
  content: none;
}
.checkout-shipping-address .default-shipping-address.address-sender ~ .new-address-popup {
  margin-left: 25px;
}
.amslick-slider-container {
  /* phpcs:ignore Magento2.Less.SemicolonSpacing.NotAtEnd */
}
.amslick-slider-container .slick-dots li button:focus,
.amslick-slider-container .slick-dots li button:hover,
.amslick-slider-container .slick-list:focus,
.amslick-slider-container .slick-dots li .quote-details-items .actions-toolbar > .action:focus,
.amslick-slider-container .slick-dots li .quote-details-items .actions-toolbar > .action:hover,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action:focus,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action:hover,
.amslick-slider-container .slick-dots li .action-gift:focus,
.amslick-slider-container .slick-dots li .action-gift:hover {
  outline: 0;
}
.amslick-slider-container .slick-list,
.amslick-slider-container .slick-slider,
.amslick-slider-container .slick-track {
  display: block;
  position: relative;
}
.amslick-slider-container .slick-loading .slick-slide,
.amslick-slider-container .slick-loading .slick-track {
  visibility: hidden;
}
.amslick-slider-container .slick-list {
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.amslick-slider-container .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.amslick-slider-container .slick-slider .slick-list,
.amslick-slider-container .slick-slider .slick-track {
  transform: translate3d(0, 0, 0);
}
.amslick-slider-container .slick-track {
  left: 0;
  margin: 0 auto;
  top: 0;
}
.amslick-slider-container .slick-track:after,
.amslick-slider-container .slick-track:before {
  content: '';
  display: table;
}
.amslick-slider-container .slick-track:after {
  clear: both;
}
.amslick-slider-container .slick-slide,
.amslick-slider-container .slick-slide.slick-loading img {
  display: none;
}
.amslick-slider-container .slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  vertical-align: middle;
}
.amslick-slider-container [dir=rtl] .slick-slide {
  float: right;
}
.amslick-slider-container .slick-slide.dragging img {
  pointer-events: none;
}
.amslick-slider-container .slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}
.amslick-slider-container .slick-arrow.slick-hidden {
  display: none;
}
.amslick-slider-container .slick-loading .slick-list {
  background: 0 0;
  position: relative;
}
.amslick-slider-container .slick-loading .slick-list:before {
  animation: loading 1s infinite linear;
  border-color: rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  border-style: solid;
  border-top-color: #5c5c5c;
  border-width: 3px;
  content: '';
  display: block;
  height: 25px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 25px;
}
.amslick-slider-container .slick-next.slick-disabled,
.amslick-slider-container .slick-prev.slick-disabled {
  opacity: 0.25;
}
.amslick-slider-container .slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.amslick-slider-container .slick-dots {
  display: block;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.amslick-slider-container .slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  position: relative;
  width: 20px;
}
.amslick-slider-container .slick-dots li button,
.amslick-slider-container .slick-slider .slick-arrow,
.amslick-slider-container .slick-dots li .quote-details-items .actions-toolbar > .action,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action,
.amslick-slider-container .slick-dots li .action-gift {
  box-shadow: none;
  cursor: pointer;
  display: block;
  outline: 0;
}
.amslick-slider-container .slick-dots li button,
.amslick-slider-container .slick-dots li .quote-details-items .actions-toolbar > .action,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action,
.amslick-slider-container .slick-dots li .action-gift {
  background: 0 0;
  border: 0;
  color: transparent;
  font-size: 0;
  height: 20px;
  line-height: 0;
  padding: 5px;
  width: 20px;
}
.amslick-slider-container .slick-dots li button:focus:before,
.amslick-slider-container .slick-dots li button:hover:before,
.amslick-slider-container .slick-dots li .quote-details-items .actions-toolbar > .action:focus:before,
.amslick-slider-container .slick-dots li .quote-details-items .actions-toolbar > .action:hover:before,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action:focus:before,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action:hover:before,
.amslick-slider-container .slick-dots li .action-gift:focus:before,
.amslick-slider-container .slick-dots li .action-gift:hover:before {
  opacity: 1;
}
.amslick-slider-container .slick-dots li button:before,
.amslick-slider-container .slick-dots li .quote-details-items .actions-toolbar > .action:before,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action:before,
.amslick-slider-container .slick-dots li .action-gift:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #000000;
  content: '•';
  font-size: 16px;
  height: 20px;
  left: 0;
  line-height: 20px;
  opacity: 0.25;
  position: absolute;
  text-align: center;
  top: 0;
  width: 20px;
}
.amslick-slider-container .slick-dots li.slick-active button:before,
.amslick-slider-container .slick-dots li.slick-active .quote-details-items .actions-toolbar > .action:before,
.amslick-slider-container .slick-dots li.slick-active .cart.table-wrapper .actions-toolbar > .action:before,
.amslick-slider-container .slick-dots li.slick-active .action-gift:before {
  color: #000000;
  opacity: 0.75;
}
.amslick-slider-container .slick-slider {
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  padding: 0 20px;
  touch-action: pan-y;
  user-select: none;
}
.amslick-slider-container .slick-slider .slick-arrow {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjQzRDNEM0Ii8+PC9zdmc+') center no-repeat !important;
  border: none;
  color: transparent;
  font-size: 0;
  height: 22px;
  line-height: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  transition: background .3s ease;
  width: 15px;
}
.amslick-slider-container .slick-slider .slick-arrow:before,
.amslick-slider-container .slick-slider .slick-arrow:after {
  content: '';
}
.amslick-slider-container .slick-slider .slick-arrow:hover {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjMTYxNjE2Ii8+PC9zdmc+') center no-repeat;
}
.amslick-slider-container .slick-slider .slick-arrow.slick-next {
  right: 0;
}
.amslick-slider-container .slick-slider .slick-arrow.slick-prev {
  left: 0;
  transform: rotate(180deg) translate(0, 50%);
}
.amslick-slider-container .slick-initialized .slick-slide {
  display: inline-block !important;
  float: none !important;
  height: auto;
}
.amslick-slider-container .product-items.slick-slider > .slick-list {
  padding: 15px 0;
}
.amslick-slider-container .product-items.slick-slider .slick-slide .product-item {
  display: block !important;
  margin: auto !important;
  max-width: 205px;
}
.amslick-slider-container .sidebar.sidebar-additional {
  width: 100%;
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
.am-recaptcha-container .messages-container {
  margin-top: 15px;
}
.am-recaptcha-container .hidden {
  left: -10000px;
  position: absolute;
  visibility: hidden;
}
.am-recaptcha-place-order .grecaptcha-badge {
  z-index: 1000;
}
.recaptcha-error {
  border: 1px solid #dd4b39;
  padding: 5px;
}
.recaptcha-error .recaptcha-error-message {
  color: #dd4b39;
  font-size: 12px;
  padding: 4px 0;
}
.ampromo-item .ampromo-options {
  margin-bottom: 20px;
  padding: 0 5px;
  overflow: hidden;
  transition: max-height 0.2s ease;
}
.ampromo-gallery {
  width: 850px;
  margin: 0 30px;
}
.ampromo-gallery[data-count="1"] {
  width: 280px;
}
.ampromo-gallery[data-count="2"] {
  width: 570px;
}
.ampromo-slick .slick-prev,
.ampromo-slick .slick-next {
  width: 42px !important;
  height: 42px !important;
}
.ampromo-slick .slick-prev {
  left: -45px !important;
}
.ampromo-slick .slick-next {
  right: -45px !important;
}
.ampromo-slick .slick-dots {
  padding: 0 !important;
}
.ampromo-slick .slick-dots button,
.ampromo-slick .slick-dots button:hover,
.ampromo-slick .slick-dots .quote-details-items .actions-toolbar > .action,
.ampromo-slick .slick-dots .quote-details-items .actions-toolbar > .action:hover,
.ampromo-slick .slick-dots .cart.table-wrapper .actions-toolbar > .action,
.ampromo-slick .slick-dots .cart.table-wrapper .actions-toolbar > .action:hover,
.ampromo-slick .slick-dots .action-gift,
.ampromo-slick .slick-dots .action-gift:hover {
  height: 20px;
  width: 20px;
  padding: 5px !important;
  background: transparent !important;
  border: none !important;
  text-indent: 0 !important;
}
.ampromo-slick .slick-slide {
  vertical-align: top;
}
.ampromo-items-add {
  display: none;
  margin-bottom: 12px;
  padding: 7px;
  border: 1px solid #ededed;
  text-align: center;
}
.ampromo-items-add > a {
  text-decoration: none;
  border-bottom: 1px dashed;
}
.checkout-index-index .ampromo-items-add:before {
  content: '';
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 12px;
  background: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNTEyIDI1NmMwIDE0MS4zODctMTE0LjYxMyAyNTYtMjU2IDI1NlMwIDM5Ny4zODcgMCAyNTYgMTE0LjYxMyAwIDI1NiAwczI1NiAxMTQuNjEzIDI1NiAyNTZ6bTAgMCIgZmlsbD0iIzYwYjJmYyIvPjxwYXRoIGQ9Ik01MTIgMjU2YzAtMS4xNTItLjAyNy0yLjI5Ny0uMDQzLTMuNDQ1TDM2OS4wNTEgMTA5LjY0OGwtODUuMzU2IDIzLjA2My03LjU4Ni03LjU4Ni00Ni4wNjIgOC44OTgtMjQuNTg2LTI0LjU5Ny02OC4wMDQgNTMuOTU3LTI1LjUzMSA3NC44NDQgNTguMDI3IDU3LjMyLTM5LjMxNiAxMjAuMTIxIDk0LjQ3MiA5NC40NzNBMjU5LjI2IDI1OS4yNiAwIDAgMCAyNTYgNTEyYzE0MS4zODcgMCAyNTYtMTE0LjYxMyAyNTYtMjU2em0wIDAiIGZpbGw9IiMzOTY1Y2MiLz48cGF0aCBkPSJNMjMzLjE4OCAxMzcuNjg4bC0yNy43MjctMjguMjYyYy04LjI4MS04LjQ0Mi0xOS4zNTItMTMuMDk0LTMxLjE2NC0xMy4wOTQtMjQuMDc0IDAtNDMuNjYgMTkuNTg2LTQzLjY2IDQzLjY2IDAgMjQuMDc0IDE5LjU4NiA0My42NiA0My42NiA0My42NkgyNTZ2LTQ1Ljk2NHptMCAwIiBmaWxsPSIjZjY0MjEzIi8+PHBhdGggZD0iTTMzNy43MDMgOTYuMzMyYy0xMS44MTYgMC0yMi44ODMgNC42NTItMzEuMTY0IDEzLjA5NGwtMjcuNzI2IDI4LjI2MUgyNTZ2NDUuOTY1aDgxLjcwM2MyNC4wNzQgMCA0My42Ni0xOS41ODYgNDMuNjYtNDMuNjYgMC0yNC4wNzQtMTkuNTg2LTQzLjY2LTQzLjY2LTQzLjY2em0wIDAiIGZpbGw9IiNlZDI0MDAiLz48cGF0aCBkPSJNMTMwLjYzNyAyMTkuNTE2SDI1NnYxOTYuMTUySDEzMC42Mzd6bTAgMCIgZmlsbD0iI2ZmNiIvPjxwYXRoIGQ9Ik0yNTYgMjE5LjUxNmgxMjUuMzYzdjE5Ni4xNTJIMjU2em0wIDAiIGZpbGw9IiNmZmQxNWUiLz48cGF0aCBkPSJNMTExLjkyNiAxNjMuMzgzSDI1NnY3NC44NDRIMTExLjkyNnptMCAwIiBmaWxsPSIjZmZmZmMyIi8+PHBhdGggZD0iTTI1NiAxNjMuMzgzaDE0NC4wNzR2NzQuODQ0SDI1NnptMCAwIiBmaWxsPSIjZmZlYTdjIi8+PHBhdGggZD0iTTI4NC4wNjYgMTQ0LjY3MmMwLTE1LjUwNC0xMi41NjYtMjguMDY3LTI4LjA2Ni0yOC4wNjdsLTEyLjQ3MyA2NS40ODkgNDAuNTQtMTguNzExem0wIDAiIGZpbGw9IiNmNjQyMTMiLz48cGF0aCBkPSJNMjI3LjkzNCAxNDQuNjcydjE4LjcxTDI1NiAxODIuMDk1di02NS40ODljLTE1LjUgMC0yOC4wNjYgMTIuNTYzLTI4LjA2NiAyOC4wNjd6bTAgMCIgZmlsbD0iI2ZmNjEyNiIvPjxwYXRoIGQ9Ik0yNTYgMTYzLjM4M2wtMTIuNDczIDczLjU5NEwyNTYgMzA4LjcwM2wyOC4wNjYgMTguNzExVjE2My4zODN6bTAgMCIgZmlsbD0iI2VkMjQwMCIvPjxwYXRoIGQ9Ik0yMjcuOTM0IDE2My4zODN2MTY0LjAzMUwyNTYgMzA4LjcwNFYxNjMuMzgyem0wIDAiIGZpbGw9IiNmNjQyMTMiLz48L3N2Zz4=) no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.ampromo-items-form {
  background: #fff;
  padding: 5px;
}
.ampromo-items-form .ampromo-qty {
  width: 30%;
  margin-left: 35%;
  margin-top: 10%;
}
.ampromo-items-form .product-info-price {
  padding-bottom: 10px;
  text-align: center;
  word-break: break-all;
}
.ampromo-items-form .price-base-price .price {
  font-size: 25px;
  text-decoration: line-through;
}
.ampromo-items-form .price-new-price .price-wrapper {
  font-size: 36px;
  line-height: 36px;
  font-weight: bold;
}
.ampromo-items-form .ampromo-item-qty-input > .mage-error {
  float: left;
}
.ampromo-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  width: 80px;
  height: 80px;
}
.ampromo-loading.-show {
  display: inline-block;
}
.ampromo-loading:after {
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  content: ' ';
  border-radius: 50%;
  border: 6px solid #ccc;
  border-color: #ccc transparent #ccc transparent;
  animation: load 1.2s linear infinite;
}
.ampromo-carousel-product.-loading {
  -webkit-filter: blur(10px);
  filter: blur(10px);
  opacity: 0.3;
  pointer-events: none;
}
@keyframes load {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@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;
  }
}
.ampromo-overlay {
  background-color: rgba(0, 0, 0, 0.8);
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  text-align: center;
  top: -9999px;
  transition: opacity .4s linear;
  width: 100%;
  z-index: 10000;
}
.ampromo-overlay.-show {
  opacity: 1;
  top: 0;
}
.ampromo-popup-wrapper {
  background-color: #ffffff;
  border: 1px solid #ededed;
  box-sizing: border-box;
  display: inline-block;
  margin: 30px auto;
  max-height: 95vh;
  overflow: auto;
  overflow-x: hidden;
  padding: 24px;
  position: relative;
  text-align: left;
}
.ampromo-popup-wrapper .ampromo-gallery {
  margin: 0 auto;
}
.ampromo-popup-wrapper .ampromo-popup-title,
.ampromo-popup-wrapper .ampromo-item-buttons,
.ampromo-popup-wrapper .ampromo-title {
  text-align: center;
}
.ampromo-popup-wrapper .ampromo-popup-title .ampromo-counter {
  font-weight: bold;
}
.ampromo-popup-wrapper .ampromo-item-wrapper {
  padding: 1rem;
}
.ampromo-popup-wrapper .ampromo-item-wrapper .ampromo-item {
  margin: 0 auto;
  max-width: 250px;
}
.ampromo-popup-wrapper .ampromo-item-wrapper .ampromo-title {
  min-height: 3.2rem;
}
.ampromo-popup-wrapper .ampromo-item {
  border: 1px solid #ededed;
  box-sizing: border-box;
  margin: 0 8px 7px;
  padding: 20px;
  position: relative;
  transition: .6s;
}
.ampromo-popup-wrapper .ampromo-item:hover {
  background: #cccccc;
}
.ampromo-popup-wrapper .ampromo-item .fieldset .field {
  margin-bottom: 10px;
}
.ampromo-popup-wrapper .ampromo-item .fieldset .field .label {
  margin-bottom: 3px;
}
.ampromo-popup-wrapper .ampromo-popup-title {
  margin: 0 auto 20px;
}
.ampromo-popup-wrapper .ampromo-close {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWwxMCAxMG0wLTEwTDEgMTEiIHN0cm9rZT0iI0IyQjJCMiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==) no-repeat;
  background-size: contain;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 16px;
  margin: 0;
  opacity: .8;
  padding: 0;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 16px;
  z-index: 1;
}
.ampromo-popup-wrapper .ampromo-close:hover {
  opacity: 1;
  transition: opacity .2s ease;
}
.ampromo-popup-wrapper .ampromo-button {
  border: none;
  box-shadow: none;
}
.ampromo-popup-wrapper .ampromo-item.-selected {
  background: #1f78c2;
}
.ampromo-popup-wrapper .ampromo-item.-selected .ampromo-options {
  max-height: 690px;
}
.ampromo-popup-wrapper .ampromo-item-image {
  display: block;
  margin: 7px auto;
}
.ampromo-popup-wrapper .ampromo-title {
  margin: 0;
}
.ampromo-popup-wrapper .slick-dots {
  position: initial;
}
.ampromo-popup-wrapper .slick-dotted.slick-slider {
  margin-bottom: 2rem;
}
.ampromo-popup-wrapper.ampromo-popup-compact .ampromo-title {
  font-size: 1.2rem;
}
.ampromo-popup-wrapper.ampromo-popup-compact .product-info-price .price {
  font-size: 2.7rem;
}
@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;
  }
}
.ampromo-gift {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style-type: none;
  padding: 0;
}
.ampromo-gift .ampromo-gift-item {
  display: flex;
  margin: 0;
  text-align: center;
}
.ampromo-gift .ampromo-gift-item .product-image {
  text-decoration: none;
}
.ampromo-gift .ampromo-gift-item .ampromo-product-name {
  font-weight: bold;
  max-width: 100px;
}
/**
 * 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
 */
#customfield .customfield > .label > span {
  font-weight: 600;
}
#customfield .required > .label > span {
  font-weight: 600;
}
#customfield .required > .label > span::after {
  color: #e02b27;
  content: "*";
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
/**
 * 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;
}
.items.payment-methods .certificates {
  text-align: center;
  padding-bottom: 10px;
}
.totals-tax.certificate-links {
  display: flex;
  flex-direction: column;
}
.totals-tax.certificate-links a {
  display: inline-block;
}
.cart-totals tbody .totals-tax-details:not(.custom-tax) th,
.table-totals tbody .totals-tax-details:not(.custom-tax) th.mark {
  padding-left: 10px;
}
.customs-explanation {
  clear: both;
  padding-top: 20px;
}
.avatax-certificate-dialog {
  background-image: url('../ClassyLlama_AvaTax/images/loader.gif');
  background-repeat: no-repeat;
  background-position: center top;
  min-height: 200px;
}
.avatax-certificate-dialog #gencert_loading {
  display: none !important;
}
.account.avatax-certificates-index .page-title-wrapper {
  display: flex;
  margin-bottom: 25px;
  align-items: center;
  justify-content: space-between;
}
.account.avatax-certificates-index .page-title-wrapper:before,
.account.avatax-certificates-index .page-title-wrapper:after {
  display: none;
}
.account.avatax-certificates-index .page-title-wrapper .page-title {
  margin: 0;
}
.totals-tax-summary.totals-tax-holder {
  transform: translateY(100%);
}
.totals-tax-details.custom-tax {
  transform: translateY(-100%);
}
.bundle-item.-image {
  display: table;
}
.bundle-item.-image > .image,
.bundle-item.-image > .content {
  display: table-cell;
  vertical-align: middle;
}
.bundle-item.-image > .image {
  padding: 0 0 0 10px;
}
.bundle-img {
  display: none;
  margin: 0 0 10px;
}
.bundle-img.-active {
  display: inline-block;
}
.bundle-configurable.fieldset {
  margin: 15px 0 15px 15px;
}
.bundle-options-container .product-options-wrapper .bundle-configurable.fieldset > .field {
  padding: 0;
  border: 0;
}
.b2b-switch-brand {
  display: flex;
  position: absolute;
  float: right;
  margin-top: 18px;
  line-height: 2.4rem;
  right: 200px;
  align-items: center;
}
.b2b-switch-brand .title {
  color: #292929;
}
.b2b-switch-brand .title .brand-name {
  font-weight: 700;
}
.b2b-switch-brand .select {
  display: flex;
  flex-direction: column;
}
.b2b-switch-brand .select .select__trigger {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  padding: 0 36px 0 6px;
  text-decoration: underline #679F16;
}
.b2b-switch-brand .select .select__trigger span {
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  color: #679F16;
}
.b2b-switch-brand .options {
  border-radius: 20px;
  border: 2px solid #394a6d;
  border-top: 0;
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 100%;
  visibility: hidden;
  z-index: 2;
}
.b2b-switch-brand .select.open .options {
  background-color: #ffffff;
  border-color: #ffffff;
  border-radius: 20px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-sizing: border-box;
  margin-top: 22px;
  max-width: 308px;
  opacity: 1;
  padding: 25px 100px 25px 25px;
  pointer-events: all;
  position: absolute;
  right: 0;
  visibility: visible;
}
.b2b-switch-brand .select.open .options .option {
  color: #333333;
  cursor: pointer;
  display: block;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  position: relative;
}
.b2b-switch-brand .select.open .options .option:hover,
.b2b-switch-brand .select.open .options .option.selected {
  color: #679F16;
  cursor: pointer;
  font-weight: 700;
}
.b2b-switch-brand .arrow {
  position: relative;
}
.b2b-switch-brand .arrow .icon {
  border-bottom: 2px solid #000000;
  border-right: 2px solid #000000;
  height: .8rem;
  margin-left: 11px;
  position: absolute;
  top: -.5rem;
  transform: rotate(45deg);
  width: .8rem;
}
@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;
  }
}
.search-autocomplete {
  position: absolute;
  z-index: 3;
  overflow: hidden;
  margin-top: -15px;
}
.search-autocomplete dl {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.search-autocomplete dl dt {
  border-top: 1px solid #e5e5e5;
  cursor: default;
  margin: 0;
  padding: 5px 40px 5px 10px;
  position: relative;
  text-align: left;
  white-space: normal;
}
.search-autocomplete dl dt:not(:empty) {
  background: #ffffff;
  border: 1px solid #c2c2c2;
  border-top: 0;
  border-bottom: 0;
}
.search-autocomplete dl dt:first-child {
  border-top: none;
}
.search-autocomplete dl dt:hover,
.search-autocomplete dl dt.selected {
  background: #e8e8e8;
}
.search-autocomplete dl dd {
  border-top: 1px solid #e5e5e5;
  cursor: pointer;
  margin: 0;
  padding: 5px 10px;
  position: relative;
  text-align: left;
  white-space: normal;
}
.search-autocomplete dl dd:not(:empty) {
  background: #ffffff;
  border: 1px solid #c2c2c2;
  border-top: 0;
}
.search-autocomplete dl dd:first-child {
  border-top: none;
}
.search-autocomplete dl dd:hover,
.search-autocomplete dl dd.selected {
  background: #e8e8e8;
}
.search-autocomplete dl dd .amount {
  color: #999999;
  position: absolute;
  right: 7px;
  top: 5px;
}
.search-autocomplete dl dd .clear {
  clear: both;
}
[data-content-type="faq"] {
  border-top: 1px solid #cccccc;
  padding: 0px;
  margin: 0px;
  list-style-type: none;
  position: relative;
  text-align: left;
  width: 100%;
}
[data-content-type="faq-item"] {
  overflow: hidden;
  margin: 0;
  padding: 20px 0 20px 15px;
}
[data-content-type="faq-item"] [data-role="collapsible"] {
  font-weight: 300;
  line-height: 1.1;
  padding-left: 28px;
  font-size: 17px;
  margin: 0;
}
[data-content-type="faq-item"] [data-role="collapsible"]:before {
  font-family: 'imprintplus';
  margin-right: 5px;
  font-size: 17px;
  left: 5px;
  position: absolute;
}
[data-content-type="faq-item"] [data-role="collapsible"][aria-expanded="false"]:before {
  content: '';
  background-size: 20px 20px;
  background-image: url('..//images/plus.svg');
  width: 20px;
  height: 20px;
}
.blog-page .column.main .author {
  padding: 20px;
  border: 1px solid #d5d6da;
  margin-bottom: 30px;
}
.blog-page .column.main .author .block-info {
  display: -ms-flexbox;
  display: flex;
}
.blog-page .column.main .author .block-info .block-img {
  width: 10%;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  margin-right: 20px;
}
.blog-page .column.main .author .block-info .block-img img {
  width: 100px;
  height: auto;
}
.blog-page .column.main .author .block-info .block-data {
  -ms-flex: 1 1;
  flex: 1 1;
}
.blog-page .column.main .author .block-info .block-data .author-name {
  margin: 7px 0;
  font-size: 17px;
  line-height: 21px;
  font-weight: 700;
}
.blog-page .column.main .author .block-info .block-data .author-position {
  opacity: 0.7;
  margin: 5px 0;
  font-weight: 600;
}
.blog-page .column.main .author .block-info .block-data .social-icons {
  display: flex;
}
.blog-page .column.main .author .block-info .block-data .social-icons .icon {
  padding: 5px;
}
.blog-page .column.main .author .block-info .block-data .social-icons .icon:nth-child(1) {
  padding-left: 0;
}
.blog-page .column.main .author .block-info .block-data .social-icons .icon img {
  width: 18px;
  height: 18px;
}
.blog-page .column.main .author .block-info .block-data .social-icons .icon img:hover {
  opacity: .7;
}
.blog-page .column.main .author .block-description {
  width: 100%;
}
.blog-page .column.main .author .block-description .block-content {
  margin-top: 10px;
}
.blog-page .column.main .author .block-description .a-right {
  text-align: right;
}
.mfblog-contents {
  display: none;
  border: 1px solid #a2a9b1;
  padding: 15px;
  max-width: 500px;
  margin-bottom: 16px;
  background-color: #f8f9fa;
}
.mfblog-contents .mfblog-contents-header {
  font-weight: 700;
}
.mfblog-contents .mfblog-contents-toggle {
  cursor: pointer;
}
.mfblog-contents .mfblog-contents-toggle:hover {
  text-decoration: underline;
}
.mfblog-contents ul,
.mfblog-contents ol {
  padding-left: 1.5rem;
  margin-bottom: 0;
}
.mfblog-contents li {
  margin-bottom: 0;
}
.mfblog-contents li a {
  margin-bottom: 1rem;
  display: inline-block;
}
.mfblog-contents p {
  text-align: center;
}
.mfblog-contents a {
  text-decoration: underline;
  color: #ee5204;
}
.mfblog-contents ol {
  counter-reset: item;
}
.mfblog-contents li {
  display: block;
}
.mfblog-contents li:before {
  content: counters(item, '.') ' ';
  counter-increment: item;
}
/**
 * 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,
.mp-product-slider-content .owl-nav .quote-details-items .actions-toolbar > .action span,
.mp-product-slider-content .owl-nav .cart.table-wrapper .actions-toolbar > .action span,
.mp-product-slider-content .owl-nav .action-gift span {
  color: #D6D6D6;
}
.mp-product-slider-content .owl-nav button span:hover,
.mp-product-slider-content .owl-nav .quote-details-items .actions-toolbar > .action span:hover,
.mp-product-slider-content .owl-nav .cart.table-wrapper .actions-toolbar > .action span:hover,
.mp-product-slider-content .owl-nav .action-gift 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,
.mp-product-slider-block .owl-carousel .owl-nav .quote-details-items .actions-toolbar > .action.owl-prev,
.mp-product-slider-block .owl-carousel .owl-nav .quote-details-items .actions-toolbar > .action.owl-next,
.mp-product-slider-block .owl-carousel .owl-nav .cart.table-wrapper .actions-toolbar > .action.owl-prev,
.mp-product-slider-block .owl-carousel .owl-nav .cart.table-wrapper .actions-toolbar > .action.owl-next,
.mp-product-slider-block .owl-carousel .owl-nav .action-gift.owl-prev,
.mp-product-slider-block .owl-carousel .owl-nav .action-gift.owl-next {
  font-size: 20px;
}
.smile-es-range-slider [data-role=from-label] {
  display: block;
  float: left;
  padding: 0 0 5px;
}
.smile-es-range-slider [data-role=to-label] {
  display: block;
  float: right;
  padding: 0 0 5px;
}
.smile-es-range-slider [data-role=message-box] {
  font-size: 12px;
  flex: 1;
  padding: 6px 0 0;
}
.smile-es-range-slider [data-role=message-box].empty {
  color: #e02b27;
  font-size: 1.2rem;
  padding: 0;
}
.smile-es-range-slider .actions-toolbar {
  display: flex;
  margin: 15px 0;
}
.smile-es-range-slider .ui-slider {
  margin: 5px;
  clear: both;
}
.smile-es-range-slider .ui-slider-handle {
  background: #ff5501;
  padding: 0;
  margin: -3px 0 0 -7px;
  border-radius: 15px;
  width: 15px;
  height: 15px;
}
.filter .filter-content .item {
  margin: 10px 0 0 10px;
}
.filter .block-subtitle {
  border-bottom: none;
  font-weight: 700;
}
.filter .field.search input[type="text"] {
  font-size: 12px;
}
.filter .actions {
  text-align: right;
  margin: 10px 0 0;
}
.filter .actions div.secondary {
  display: inline-block;
}
.filter .actions div.secondary a {
  color: rgba(0, 123, 255, 0.5);
  text-decoration: underline;
  cursor: pointer;
}
.filter .actions div.secondary a:hover {
  background: transparent;
}
.filter .actions div.secondary a.show-more span:after {
  content: " +";
}
.filter .actions div.secondary a.show-less span:after {
  content: "-";
}
.filter .filter-options dt.filter-options-title[aria-expanded="true"]:after {
  content: '\e621';
}
.filter .no-results-message p {
  margin: 9px 10px 0;
  background-color: #FFEEEE;
  padding: 5px;
  color: #AA0000;
}
.smile-elasticsuite-autocomplete-result .product-image-box {
  float: left;
  padding: 0 5px;
  width: 55px;
}
.smile-elasticsuite-autocomplete-result .product-shop {
  float: left;
  margin: 0 10px 0 0;
  padding: 0;
  white-space: normal;
  width: 60%;
}
.smile-elasticsuite-autocomplete-result .product-item .price-box {
  margin: 5px 0;
}
.smile-elasticsuite-autocomplete-result .category-mini-crumb {
  font-style: italic;
  display: block;
  margin-bottom: 2px;
  font-size: 12px;
  color: #929292;
}
.smile-elasticsuite-autocomplete-result .product-attribute-label {
  text-transform: uppercase;
  vertical-align: super;
  font-size: 10px;
  color: #777;
}
.smile-elasticsuite-autocomplete-result .price-box span.old-price {
  display: block;
}
.column .block-addbysku .fieldset {
  margin: 0;
}
.column .block-addbysku .fieldset .fields {
  position: relative;
}
.column .block-addbysku .fieldset .fields .field {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: top;
}
.column .block-addbysku .fieldset .fields .actions-toolbar {
  position: absolute;
  right: 0;
  top: 4px;
}
.column .block-addbysku .sku {
  margin-right: -155px;
  padding-right: 160px;
  width: 100%;
}
.column .block-addbysku .skus > .label {
  margin-top: 10px;
}
.column .block-addbysku .qty .qty + .mage-error {
  width: 80px;
}
.column .block-addbysku .block-content .actions-toolbar {
  clear: both;
  margin: 0 0 20px;
  text-align: left;
}
.column .block-addbysku .block-content .actions-toolbar:before,
.column .block-addbysku .block-content .actions-toolbar:after {
  content: '';
  display: table;
}
.column .block-addbysku .block-content .actions-toolbar:after {
  clear: both;
}
.column .block-addbysku .block-content .actions-toolbar .primary {
  float: left;
}
.column .block-addbysku .block-content .actions-toolbar .primary,
.column .block-addbysku .block-content .actions-toolbar .secondary {
  display: inline-block;
}
.column .block-addbysku .block-content .actions-toolbar .primary a.action,
.column .block-addbysku .block-content .actions-toolbar .secondary a.action {
  display: inline-block;
}
.column .block-addbysku .block-content .actions-toolbar .primary .action {
  margin: 0 5px 0 0;
}
.column .block-addbysku .block-content .actions-toolbar .secondary a.action {
  margin-top: 6px;
}
.column .block-addbysku .block-content .actions-toolbar .primary,
.column .block-addbysku .block-content .actions-toolbar .secondary {
  display: block;
  float: none;
}
.column .block-addbysku .block-content .actions-toolbar > .secondary {
  text-align: left;
}
.column .block-addbysku .reset {
  margin: 10px 0;
}
.column .block-addbysku .note {
  display: block;
  margin: 0 0 20px;
}
.block-cart-failed {
  margin-top: 40px;
}
.block-cart-failed .block-title {
  font-size: 2.6rem;
}
.block-cart-failed .block-title strong {
  font-weight: 300;
}
.block-cart-failed .actions {
  text-align: center;
}
.block-cart-failed .actions .action {
  margin-bottom: 10px;
}
.bundle-options-container {
  clear: both;
  margin-bottom: 40px;
}
.bundle-options-container .legend.title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.bundle-options-container .product-add-form {
  display: none;
}
.bundle-options-container .product-options-wrapper {
  margin-bottom: 30px;
}
.bundle-options-container .action.back {
  margin-bottom: 30px;
}
.bundle-options-container .price-box .price {
  font-size: 18px;
  font-weight: 700;
}
.bundle-options-container .block-bundle-summary {
  background: #e8e8e8;
  padding: 10px 20px;
}
.bundle-options-container .block-bundle-summary > .title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.bundle-options-container .block-bundle-summary .bundle-summary {
  margin-top: 30px;
}
.bundle-options-container .block-bundle-summary .bundle-summary.empty {
  display: none;
}
.bundle-options-container .block-bundle-summary .bundle-summary > .subtitle {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  display: block;
}
.bundle-options-container .block-bundle-summary .bundle.items > li {
  margin-bottom: 10px;
}
.bundle-options-container .block-bundle-summary .box-tocart .actions {
  display: inline-block;
  margin-bottom: 10px;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action {
  vertical-align: top;
}
.bundle-options-container .nested .field.qty {
  margin-top: 20px;
}
.bundle-options-container .nested .field.qty .label {
  font-weight: 700;
  margin: 0 0 5px;
  display: inline-block;
}
.bundle-options-container p.required {
  color: #e02b27;
}
.bundle-options-container .product-options-bottom {
  clear: left;
}
.block-category-event {
  background: #f0f0f0;
  color: #333333;
  padding: 10px 0 15px;
  text-align: center;
}
.block-category-event.block:last-child {
  margin-bottom: 10px;
}
.block-category-event .block-title {
  margin: 0 0 10px;
}
.block-category-event .block-title strong {
  font-size: 1.5rem;
  font-weight: 300;
}
.block-category-event .ticker {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.block-category-event .ticker li {
  display: none;
  margin: 0 15px;
}
.block-category-event .ticker .value {
  font-size: 1.8rem;
  font-weight: 300;
}
.block-category-event .ticker .label {
  font-size: 1rem;
  display: block;
  text-transform: lowercase;
}
.block-category-event .dates {
  display: table;
  margin: 0 auto;
}
.block-category-event .dates .start,
.block-category-event .dates .end {
  display: table-cell;
  vertical-align: top;
}
.block-category-event .dates .date {
  font-size: 1.8rem;
}
.block-category-event .dates .time {
  display: block;
}
.block-category-event .dates .start {
  padding-right: 40px;
  position: relative;
}
.block-category-event .dates .start:after {
  font-size: 1.8rem;
  content: '\2013';
  display: block;
  position: absolute;
  right: 15px;
  top: 0;
}
.block-search {
  margin-bottom: 0;
}
.block-search .block-title {
  display: none;
}
.block-search .block-content {
  margin-bottom: 0;
}
.block-search .label {
  text-decoration: none;
  display: inline-block;
  float: right;
}
.block-search .label > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-search .label:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 35px;
  line-height: 33px;
  color: #8f8f8f;
  content: '\e615';
  font-family: 'imprintplus';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-search .label:hover:before {
  color: #333333;
}
.block-search .label:active:before {
  color: #333333;
}
.block-search .label.active + .control input {
  position: static;
}
.block-search .action.search {
  display: none;
}
.block-search .control {
  border-top: 1px solid #d1d1d1;
  clear: both;
  margin: 0 -15px -1px;
  padding: 0 15px;
}
.block-search input {
  font-size: 16px;
  left: -300%;
  margin: 15px 0;
  position: absolute;
}
.block-search .nested {
  display: none;
}
.search-autocomplete {
  display: none;
  margin-top: -15px;
  overflow: hidden;
  position: absolute;
  z-index: 3;
}
.search-autocomplete ul {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.search-autocomplete ul li {
  border-top: 1px solid #e5e5e5;
  cursor: pointer;
  margin: 0;
  padding: 5px 40px 5px 10px;
  position: relative;
  text-align: left;
  white-space: normal;
}
.search-autocomplete ul li:not(:empty) {
  border-top: 0;
  border: 1px solid #c2c2c2;
  background: #ffffff;
}
.search-autocomplete ul li:first-child {
  border-top: none;
}
.search-autocomplete ul li:hover,
.search-autocomplete ul li.selected {
  background: #e8e8e8;
}
.search-autocomplete ul li .amount {
  color: #999999;
  position: absolute;
  right: 7px;
  top: 5px;
}
.form.search.advanced .fields.range .field:first-child {
  position: relative;
}
.form.search.advanced .fields.range .field:first-child .control {
  padding-right: 25px;
}
.form.search.advanced .fields.range .field:first-child .control:after {
  content: ' \2013 ';
  display: inline-block;
  position: absolute;
  right: 0;
  text-align: center;
  top: 6px;
  width: 25px;
}
.form.search.advanced .fields.range .field:last-child {
  position: relative;
}
.form.search.advanced .fields.range .field:last-child div.mage-error {
  left: 0;
  position: absolute;
  top: 32px;
}
.form.search.advanced .fields.range .field.with-addon .control {
  padding-right: 45px;
}
.form.search.advanced .group.price .addon .addafter {
  background: none;
  border: 0;
  padding-top: 6px;
  position: absolute;
  right: 0;
  top: 0;
}
.search.summary {
  margin-bottom: 10px;
}
.cart-summary {
  background: #f5f5f5;
  margin-bottom: 25px;
  padding: 1px 15px 25px;
}
.cart-summary > .title {
  display: block;
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cart-summary .block {
  margin-bottom: 0;
}
.cart-summary .block .item-options {
  margin-left: 0;
}
.cart-summary .block .fieldset {
  margin: 15px 0 25px 5px;
}
.cart-summary .block .fieldset .field {
  margin: 0 0 10px;
}
.cart-summary .block .fieldset .field.note {
  font-size: 12px;
}
.cart-summary .block .fieldset .methods .field > .label {
  display: inline;
}
.cart-totals {
  border-top: 1px solid #d1d1d1;
  padding-top: 10px;
}
.cart-totals .table-wrapper {
  margin-bottom: 0;
  overflow: inherit;
}
.cart-totals .discount.coupon {
  display: none;
}
.cart.table-wrapper .items thead + .item {
  border-top: 1px solid #d1d1d1;
}
.cart.table-wrapper .items > .item {
  border-bottom: 1px solid #d1d1d1;
  position: relative;
}
.cart.table-wrapper .col {
  padding-top: 20px;
}
.cart.table-wrapper .col.qty .input-text {
  margin-top: -5px;
}
.cart.table-wrapper .item-actions td {
  padding-bottom: 10px;
  text-align: center;
  white-space: normal;
}
.cart.table-wrapper .item .col.item {
  display: block;
  min-height: 75px;
  padding: 25px 0 10px 75px;
  position: relative;
}
.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
  display: inline-block;
  text-decoration: none;
  margin-bottom: 10px;
  margin-right: 10px;
}
.cart.table-wrapper .actions-toolbar > .action:hover,
.cart.table-wrapper .actions-toolbar > .action:active,
.cart.table-wrapper .actions-toolbar > .action:focus,
.action-gift:hover,
.action-gift:active,
.action-gift:focus {
  text-decoration: none;
}
.cart.table-wrapper .actions-toolbar > .action:last-child,
.action-gift:last-child {
  margin-right: 0;
}
.cart.table-wrapper .action.help.map {
  font-weight: 400;
}
.cart.table-wrapper .product-item-photo {
  display: block;
  left: 0;
  max-width: 60px;
  padding: 0;
  position: absolute;
  top: 15px;
  width: 100%;
}
.cart.table-wrapper .product-item-details {
  white-space: normal;
}
.cart.table-wrapper .product-item-name {
  display: inline-block;
  font-weight: 400;
  margin-top: -6px;
}
.cart.table-wrapper .gift-registry-name-label:after {
  content: ':';
}
.cart.table-wrapper .item-options {
  font-size: 12px;
  margin-bottom: 10px;
}
.cart.table-wrapper .product-item-name + .item-options {
  margin-top: 10px;
}
.cart.table-wrapper .action.configure {
  display: inline-block;
  margin: 0 0 20px;
}
.cart-container .checkout-methods-items {
  margin-top: 20px;
  text-align: center;
}
.cart-container .checkout-methods-items .action.primary {
  width: 100%;
}
.cart-container .checkout-methods-items .item + .item {
  margin-top: 20px;
}
.cart-products-toolbar .toolbar-amount {
  margin: 25px 0 15px;
  padding: 0;
  text-align: center;
}
.cart-products-toolbar .pages {
  margin: 0 0 25px;
  text-align: center;
}
.cart-products-toolbar .pages .items > .item {
  border-bottom: 0;
}
.cart-products-toolbar-top {
  border-bottom: 1px solid #d1d1d1;
}
.block.crosssell {
  margin-top: 70px;
}
.cart-tax-info + .cart-tax-total,
.cart .cart-tax-info + .cart-tax-total {
  display: block;
}
.cart.table-wrapper .col.price,
.order-items.table-wrapper .col.price,
.cart.table-wrapper .col.qty,
.order-items.table-wrapper .col.qty,
.cart.table-wrapper .col.subtotal,
.order-items.table-wrapper .col.subtotal,
.cart.table-wrapper .col.msrp,
.order-items.table-wrapper .col.msrp {
  text-align: right;
}
.block-minicart .items-total {
  float: left;
  margin: 0 10px;
}
.block-minicart .items-total .count {
  font-weight: 700;
}
.block-minicart .subtotal {
  margin: 0 10px 10px;
  text-align: right;
}
.block-minicart .amount .price-wrapper:first-child .price {
  font-size: 18px;
  font-weight: 700;
}
.block-minicart .subtitle {
  display: none;
}
.block-minicart .subtitle.empty {
  display: block;
  font-size: 14px;
  padding: 30px 0 20px;
  text-align: center;
}
.block-minicart .text.empty {
  text-align: center;
}
.block-minicart .block-content > .actions {
  margin-top: 15px;
  text-align: center;
}
.block-minicart .block-content > .actions > .primary {
  margin: 0 10px 15px;
}
.block-minicart .block-content > .actions > .primary .action.primary {
  display: block;
  margin-bottom: 15px;
  width: 100%;
}
.block-minicart .block-content > .actions > .primary .action.primary:last-child {
  margin-bottom: 0;
}
.block-minicart .block-category-link,
.block-minicart .block-product-link,
.block-minicart .block-cms-link,
.block-minicart .block-banners {
  margin: 15px 0 0;
  text-align: center;
}
.minicart-wrapper {
  display: inline-block;
  position: relative;
  float: right;
}
.minicart-wrapper:before,
.minicart-wrapper:after {
  content: '';
  display: table;
}
.minicart-wrapper:after {
  clear: both;
}
.minicart-wrapper .action.showcart {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.showcart:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 35px;
  line-height: 33px;
  color: #8f8f8f;
  content: '\e611';
  font-family: 'imprintplus';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.showcart:hover:before {
  color: #333333;
}
.minicart-wrapper .action.showcart:active:before {
  color: #8f8f8f;
}
.minicart-wrapper .action.showcart.active {
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.showcart.active:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 35px;
  line-height: 33px;
  color: #8f8f8f;
  content: '\e611';
  font-family: 'imprintplus';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.showcart.active:hover:before {
  color: #333333;
}
.minicart-wrapper .action.showcart.active:active:before {
  color: #8f8f8f;
}
.minicart-wrapper .block-minicart {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 100%;
  width: 320px;
  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);
}
.minicart-wrapper .block-minicart li {
  margin: 0;
}
.minicart-wrapper .block-minicart li:hover {
  cursor: pointer;
}
.minicart-wrapper .block-minicart:before,
.minicart-wrapper .block-minicart:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.minicart-wrapper .block-minicart:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.minicart-wrapper .block-minicart:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.minicart-wrapper .block-minicart:before {
  right: 26px;
  top: -12px;
}
.minicart-wrapper .block-minicart:after {
  right: 25px;
  top: -14px;
}
.minicart-wrapper.active {
  overflow: visible;
}
.minicart-wrapper.active .block-minicart {
  display: block;
}
.minicart-wrapper .block-minicart {
  padding: 25px 20px;
}
.minicart-wrapper .block-minicart .block-title {
  display: none;
}
.minicart-wrapper .product .actions {
  float: right;
  margin: -28px 0 0;
  text-align: right;
}
.minicart-wrapper .product .actions > .primary,
.minicart-wrapper .product .actions > .secondary {
  display: inline;
}
.minicart-wrapper .action.close {
  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;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
}
.minicart-wrapper .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-wrapper .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 32px;
  color: inherit;
  content: '\e616';
  font-family: 'imprintplus';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.close:hover:before {
  color: inherit;
}
.minicart-wrapper .action.close:active:before {
  color: inherit;
}
.minicart-wrapper .action.close:focus,
.minicart-wrapper .action.close:active {
  background: none;
  border: none;
}
.minicart-wrapper .action.close:hover {
  background: none;
  border: none;
}
.minicart-wrapper .action.close.disabled,
.minicart-wrapper .action.close[disabled],
fieldset[disabled] .minicart-wrapper .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.minicart-wrapper .action.showcart {
  white-space: nowrap;
}
.minicart-wrapper .action.showcart .counter.qty {
  background: #ff5501;
  color: #ffffff;
  height: 24px;
  line-height: 24px;
  border-radius: 2px;
  display: inline-block;
  margin: 3px 0 0;
  min-width: 18px;
  overflow: hidden;
  padding: 0 3px;
  text-align: center;
  white-space: normal;
}
.minicart-wrapper .action.showcart .counter.qty.empty {
  display: none;
}
.minicart-wrapper .action.showcart .counter.qty .loader > img {
  max-width: 24px;
}
.minicart-wrapper .minicart-widgets {
  margin-top: 15px;
}
.minicart-items-wrapper {
  border: 1px solid #cccccc;
  margin: 0 -20px;
  border-left: 0;
  border-right: 0;
  overflow-x: auto;
  padding: 15px;
}
.minicart-items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.minicart-items .product-item {
  padding: 20px 0;
}
.minicart-items .product-item:not(:first-child) {
  border-top: 1px solid #cccccc;
}
.minicart-items .product-item:first-child {
  padding-top: 0;
}
.minicart-items .product-item-pricing .label {
  display: inline-block;
}
.minicart-items .price-minicart {
  margin-bottom: 5px;
}
.minicart-items .message {
  margin-bottom: 0;
  margin-top: 10px;
}
.minicart-items .product > .product-item-photo,
.minicart-items .product > .product-image-container {
  float: left;
}
.minicart-items .product .toggle {
  display: block;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  white-space: nowrap;
}
.minicart-items .product .toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 16px;
  color: inherit;
  content: '\e622';
  font-family: 'imprintplus';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .product .toggle:after {
  position: static;
  right: 20px;
  top: 0;
}
.minicart-items .product.active > .toggle:after {
  content: '\e621';
}
.minicart-items .product-item-name {
  font-weight: 400;
  margin: 0 0 10px;
}
.minicart-items .product-item-name a {
  color: rgba(0, 123, 255, 0.5);
}
.minicart-items .product-item-details {
  padding-left: 88px;
}
.minicart-items .product-item-details .price {
  font-weight: 700;
}
.minicart-items .product-item-details .price-including-tax,
.minicart-items .product-item-details .price-excluding-tax {
  margin: 5px 0 0;
}
.minicart-items .product-item-details .weee[data-label] {
  font-size: 1.1rem;
}
.minicart-items .product-item-details .details-qty {
  margin-top: 10px;
}
.minicart-items .product.options .tooltip.toggle {
  display: inline-block;
  text-decoration: none;
}
.minicart-items .product.options .tooltip.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .product.options .tooltip.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: inherit;
  content: '\e622';
  font-family: 'imprintplus';
  margin: -3px 0 0 7px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .product.options .tooltip.toggle .details {
  display: none;
}
.minicart-items .item-qty {
  text-align: center;
  width: 45px;
}
.minicart-items .update-cart-item {
  font-size: 1.1rem;
  margin-left: 5px;
  vertical-align: top;
}
.minicart-items .subtitle {
  display: none;
}
.minicart-items .action.edit,
.minicart-items .action.delete {
  display: inline-block;
  text-decoration: none;
}
.minicart-items .action.edit > span,
.minicart-items .action.delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .action.edit:before,
.minicart-items .action.delete: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;
}
.minicart-items .action.edit:hover:before,
.minicart-items .action.delete:hover:before {
  color: #303030;
}
.minicart-items .action.edit:active:before,
.minicart-items .action.delete:active:before {
  color: #303030;
}
.minicart-items .action.delete:before {
  content: '\e604';
}
.checkout-container {
  margin: 0 0 20px;
}
.opc-wrapper {
  margin: 0 0 20px;
}
.opc-wrapper .step-content {
  margin: 0 0 40px;
}
.checkout-index-index .nav-sections,
.checkout-index-index .nav-toggle {
  display: none;
}
.checkout-index-index .logo {
  margin-left: 0;
}
.checkout-onepage-success .print {
  display: none;
}
.opc-estimated-wrapper {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 15px;
  padding: 18px 15px;
}
.opc-estimated-wrapper .estimated-block {
  font-size: 18px;
  font-weight: 700;
  float: left;
}
.opc-estimated-wrapper .estimated-block .estimated-label {
  display: block;
  margin: 0 0 5px;
}
.opc-estimated-wrapper .minicart-wrapper .action.showcart:before {
  color: #333333;
}
.opc-estimated-wrapper .minicart-wrapper .action.showcart:hover:before {
  color: #555555;
}
.opc-progress-bar {
  margin: 0 0 20px;
  counter-reset: i;
  font-size: 0;
}
.opc-progress-bar-item {
  margin: 0 0 10px;
  display: inline-block;
  position: relative;
  text-align: center;
  vertical-align: top;
  width: 50%;
}
.opc-progress-bar-item:before {
  background: #e4e4e4;
  top: 19px;
  content: '';
  height: 7px;
  left: 0;
  position: absolute;
  width: 100%;
}
.opc-progress-bar-item:first-child:before {
  border-radius: 6px 0 0 6px;
}
.opc-progress-bar-item:last-child:before {
  border-radius: 0 6px 6px 0;
}
.opc-progress-bar-item > span {
  display: inline-block;
  padding-top: 45px;
  width: 100%;
  word-wrap: break-word;
  color: #e4e4e4;
  font-weight: 300;
  font-size: 1.8rem;
}
.opc-progress-bar-item > span:before,
.opc-progress-bar-item > span:after {
  background: #e4e4e4;
  height: 38px;
  margin-left: -19px;
  width: 38px;
  border-radius: 50%;
  content: '';
  left: 50%;
  position: absolute;
  top: 0;
}
.opc-progress-bar-item > span:after {
  background: #ffffff;
  height: 26px;
  margin-left: -13px;
  top: 6px;
  width: 26px;
  content: counter(i);
  counter-increment: i;
  color: #333333;
  font-weight: 600;
  font-size: 1.8rem;
}
.opc-progress-bar-item._active:before {
  background: #ff5501;
}
.opc-progress-bar-item._active > span {
  color: #333333;
}
.opc-progress-bar-item._active > span:before {
  background: #ff5501;
}
.opc-progress-bar-item._active > span:after {
  content: '\e610';
  font-family: 'imprintplus';
  line-height: 1;
  font-size: 2.8rem;
}
.opc-progress-bar-item._complete {
  cursor: pointer;
}
.opc-progress-bar-item._complete > span {
  color: #333333;
}
.opc-progress-bar-item._complete > span:after {
  content: '\e610';
  font-family: 'imprintplus';
  line-height: 1;
  font-size: 2.8rem;
}
.field.choice .field-tooltip {
  display: inline-block;
  margin-left: 10px;
  position: relative;
  top: -3px;
}
.field.choice .field-tooltip-action {
  line-height: 24px;
}
.field._error .control input,
.field._error .control select,
.field._error .control textarea {
  border-color: #ed8380;
}
.opc-wrapper .fieldset > .field > .label {
  font-weight: 400;
}
.field-tooltip {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 1px;
}
.field-tooltip._active {
  z-index: 100;
}
.field-tooltip._active .field-tooltip-content {
  display: block;
}
.field-tooltip._active .field-tooltip-action:before {
  color: #333333;
}
.field-tooltip .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.field-tooltip .field-tooltip-action {
  display: inline-block;
  text-decoration: none;
}
.field-tooltip .field-tooltip-action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.field-tooltip .field-tooltip-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: inherit;
  color: #bbbbbb;
  content: '\e623';
  font-family: 'imprintplus';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.field-tooltip .field-tooltip-action:hover:before {
  color: #333333;
}
.field-tooltip .field-tooltip-action:before {
  padding-left: 1px;
}
._keyfocus .field-tooltip .field-tooltip-action:focus {
  z-index: 100;
}
._keyfocus .field-tooltip .field-tooltip-action:focus + .field-tooltip-content {
  display: block;
}
._keyfocus .field-tooltip .field-tooltip-action:focus:before {
  color: #333333;
}
.field-tooltip .field-tooltip-content {
  background: #f4f4f4;
  border: 1px solid #999999;
  border-radius: 1px;
  font-size: 14px;
  padding: 12px;
  width: 270px;
  display: none;
  left: 38px;
  position: absolute;
  text-transform: none;
  top: -9px;
  word-wrap: break-word;
  z-index: 2;
}
.field-tooltip .field-tooltip-content:before,
.field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  border-right-color: #f4f4f4;
  left: -21px;
  top: 12px;
  content: '';
  display: block;
  position: absolute;
  z-index: 3;
}
.field-tooltip .field-tooltip-content:before {
  border-right-color: #666666;
}
.field-tooltip .field-tooltip-content:after {
  border-right-color: #f4f4f4;
  width: 1px;
  z-index: 4;
}
@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;
  }
}
.opc-wrapper .form-login,
.opc-wrapper .form-shipping-address {
  margin-top: 28px;
  margin-bottom: 20px;
}
.opc-wrapper .form-login .fieldset .note,
.opc-wrapper .form-shipping-address .fieldset .note {
  font-size: 14px;
  margin-top: 10px;
}
.opc-wrapper .shipping-address-items {
  font-size: 0;
}
.opc-wrapper .shipping-address-item {
  border: 2px solid transparent;
  line-height: 30px;
  margin: 0 0 20px;
  padding: 20px 35px 20px 20px;
  transition: 0.3s border-color;
  width: 50%;
  display: inline-block;
  font-size: 14px;
  position: relative;
  vertical-align: top;
  word-wrap: break-word;
}
.opc-wrapper .shipping-address-item.selected-item {
  border-color: #ff5501;
}
.opc-wrapper .shipping-address-item.selected-item:after {
  background: #ff5501;
  color: #ffffff;
  content: '\e610';
  font-family: 'imprintplus';
  height: 27px;
  width: 29px;
  font-size: 27px;
  line-height: 21px;
  padding-top: 2px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
.opc-wrapper .action-show-popup {
  margin: 0 0 20px;
}
.opc-wrapper .action-show-popup > span:before {
  content: '+';
  padding-right: 5px;
}
.opc-wrapper .action-select-shipping-item {
  float: right;
  margin: 20px 0 0;
}
.opc-wrapper .edit-address-link {
  display: block;
  float: left;
  margin: 26px 5px 0 0;
}
.checkout-shipping-method .step-title {
  margin-bottom: 0;
}
.checkout-shipping-method .no-quotes-block {
  margin: 20px 0;
}
.methods-shipping .actions-toolbar .action.primary {
  margin: 20px 0 0;
}
.table-checkout-shipping-method thead th {
  display: none;
}
.table-checkout-shipping-method tbody td {
  border-top: 1px solid #cccccc;
  padding-bottom: 20px;
  padding-top: 20px;
}
.table-checkout-shipping-method tbody td:first-child {
  padding-left: 0;
  padding-right: 0;
  width: 20px;
}
.table-checkout-shipping-method tbody tr:first-child td {
  border-top: none;
}
.table-checkout-shipping-method tbody .row-error td {
  border-top: none;
  padding-bottom: 10px;
  padding-top: 0;
}
.checkout-shipping-method {
  position: relative;
}
.shipping-policy-block.field-tooltip {
  top: 12px;
}
.shipping-policy-block.field-tooltip .field-tooltip-action {
  color: rgba(0, 123, 255, 0.5);
  cursor: pointer;
}
.shipping-policy-block.field-tooltip .field-tooltip-action:before {
  display: none;
}
.shipping-policy-block.field-tooltip .field-tooltip-content {
  width: 420px;
  top: 30px;
}
.opc-block-shipping-information {
  padding: 0 30px;
}
.opc-block-shipping-information .shipping-information-title {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 20px;
  position: relative;
}
.opc-block-shipping-information .shipping-information-title .action-edit {
  top: 2px;
  display: inline-block;
  text-decoration: none;
  margin: 0;
  position: absolute;
  right: 0;
}
.opc-block-shipping-information .shipping-information-title .action-edit > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.opc-block-shipping-information .shipping-information-title .action-edit:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #8f8f8f;
  content: '\e606';
  font-family: 'imprintplus';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opc-block-shipping-information .shipping-information-title .action-edit:hover:before {
  color: #333333;
}
.opc-block-shipping-information .shipping-information-title .action-edit:active:before {
  color: #8f8f8f;
}
.opc-block-shipping-information .shipping-information-content {
  line-height: 27px;
}
.opc-block-shipping-information .shipping-information-content .actions-toolbar {
  margin-left: 0;
}
.opc-block-shipping-information .ship-to,
.opc-block-shipping-information .ship-via {
  margin: 0 0 20px;
}
.opc-block-summary {
  background: #f5f5f5;
  padding: 22px 30px;
  margin: 0 0 20px;
}
.opc-block-summary > .title {
  display: block;
}
.opc-block-summary .mark .value {
  color: #999999;
  display: block;
}
.opc-block-summary .discount.coupon {
  display: none;
}
.opc-block-summary .grand.incl + .grand.excl .mark,
.opc-block-summary .grand.incl + .grand.excl .amount {
  border-top: 0;
  font-size: 1.4rem;
  padding-top: 0;
}
.opc-block-summary .grand.incl + .grand.excl .mark strong,
.opc-block-summary .grand.incl + .grand.excl .amount strong {
  font-weight: 400;
}
.opc-block-summary .not-calculated {
  font-style: italic;
}
.opc-block-summary .items-in-cart > .title {
  border-bottom: 1px solid #d1d1d1;
  padding: 10px 40px 10px 0;
  cursor: pointer;
  display: block;
  text-decoration: none;
  margin-bottom: 0;
  position: relative;
}
.opc-block-summary .items-in-cart > .title > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.opc-block-summary .items-in-cart > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'imprintplus';
  margin: 3px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opc-block-summary .items-in-cart > .title:after {
  position: absolute;
  right: 0;
  top: 10px;
}
.opc-block-summary .items-in-cart > .title strong {
  font-size: 1.8rem;
  font-weight: 300;
  margin: 0;
}
.opc-block-summary .items-in-cart.active > .title:after {
  content: '\e621';
}
.opc-block-summary .items-in-cart .product {
  position: relative;
}
.opc-block-summary .minicart-items-wrapper {
  margin: 0 -15px 0 0;
  max-height: 370px;
  padding: 15px 15px 0 0;
  border: 0;
}
.column.main .opc-block-summary .product-item {
  margin: 0;
  padding-left: 0;
}
.opc-block-summary .product-item .product-item-inner {
  display: table;
  margin: 0 0 10px;
  width: 100%;
}
.opc-block-summary .product-item .product-item-name-block {
  display: table-cell;
  padding-right: 5px;
  text-align: left;
}
.opc-block-summary .product-item .subtotal {
  display: table-cell;
  text-align: right;
}
.opc-block-summary .product-item .price {
  font-size: 1.6rem;
  font-weight: 400;
}
.opc-block-summary .product-item .price-including-tax + .price-excluding-tax {
  margin: 0;
}
.opc-block-summary .product-item .price-including-tax + .price-excluding-tax .price {
  font-size: 1rem;
}
.opc-block-summary .actions-toolbar {
  position: relative;
  z-index: 1;
}
.opc-block-summary .actions-toolbar .secondary {
  border-top: 1px solid #d1d1d1;
  display: block;
  float: none;
  margin: -1px 0 0;
  padding: 15px 0 0;
  text-align: left;
}
.opc-block-summary .actions-toolbar .secondary .action {
  margin: 0;
}
.authentication-dropdown {
  box-sizing: border-box;
}
.authentication-dropdown .modal-inner-wrap {
  padding: 25px;
}
.authentication-wrapper {
  float: right;
  margin-top: -60px;
  max-width: 50%;
  position: relative;
  z-index: 1;
}
._has-auth-shown .authentication-wrapper {
  z-index: 900;
}
.block-authentication .block-title {
  font-size: 1.8rem;
  border-bottom: 0;
  margin-bottom: 25px;
}
.block-authentication .block-title strong {
  font-weight: 300;
}
.block-authentication .field .label {
  font-weight: 400;
}
.block-authentication .actions-toolbar {
  margin-bottom: 5px;
}
.block-authentication .actions-toolbar > .secondary {
  padding-top: 25px;
  text-align: left;
}
.block-authentication .block[class] {
  margin: 0;
}
.block-authentication .block[class] ul {
  list-style: none;
  padding-left: 10px;
}
.block-authentication .block[class] .field .control,
.block-authentication .block[class] .field .label {
  float: none;
  width: auto;
}
.block-authentication .block[class] + .block {
  border-top: 1px solid #c1c1c1;
  margin-top: 40px;
  padding-top: 40px;
  position: relative;
}
.block-authentication .block[class] + .block:before {
  height: 36px;
  line-height: 34px;
  margin: -19px 0 0 -18px;
  min-width: 36px;
  background: #ffffff;
  border: 1px solid #c1c1c1;
  border-radius: 50%;
  box-sizing: border-box;
  color: #c1c1c1;
  content: attr(data-label);
  display: inline-block;
  left: 50%;
  letter-spacing: normal;
  padding: 0 .2rem;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 0;
}
.checkout-payment-method .step-title {
  border-bottom: 0;
  margin-bottom: 0;
}
.checkout-payment-method .payment-method:first-child .payment-method-title {
  border-top: 0;
}
.checkout-payment-method .payment-method._active .payment-method-content {
  display: block;
}
.checkout-payment-method .payment-method + .payment-method .payment-method-title {
  border-top: 1px solid #cccccc;
}
.checkout-payment-method .payment-method-title {
  padding: 20px 0;
  margin: 0;
}
.checkout-payment-method .payment-method-title .payment-icon {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.checkout-payment-method .payment-method-title .action-help {
  display: inline-block;
  margin-left: 5px;
}
.checkout-payment-method .payment-method-content {
  display: none;
  padding: 0 0 20px 22px;
}
.checkout-payment-method .payment-method-content .fieldset:not(:last-child) {
  margin: 0 0 20px;
}
.checkout-payment-method .payment-group + .payment-group .step-title {
  margin: 20px 0 0;
}
.checkout-payment-method .field-select-billing,
.checkout-payment-method .billing-address-form {
  max-width: 600px;
}
.checkout-payment-method .billing-address-same-as-shipping-block {
  margin: 0 0 10px;
}
.checkout-payment-method .checkout-billing-address {
  margin: 0 0 20px;
}
.checkout-payment-method .checkout-billing-address .primary .action-update {
  margin-right: 0;
}
.checkout-payment-method .checkout-billing-address .billing-address-details {
  line-height: 27px;
  padding: 0 0 0 23px;
}
.checkout-payment-method .payment-method-note + .checkout-billing-address {
  margin-top: 20px;
}
.checkout-payment-method .payment-method-iframe {
  background-color: transparent;
  display: none;
  width: 100%;
}
.checkout-payment-method .no-payments-block {
  margin: 20px 0;
}
.checkout-payment-method .payment-option._active .payment-option-title .action-toggle:after {
  content: '\e621';
}
.checkout-payment-method .payment-option._collapsible .payment-option-title {
  cursor: pointer;
}
.checkout-payment-method .payment-option._collapsible .payment-option-content {
  display: none;
}
.checkout-payment-method .payment-option-title {
  border-top: 1px solid #cccccc;
  padding: 20px 0;
}
.checkout-payment-method .payment-option-title .action-toggle {
  color: rgba(0, 123, 255, 0.5);
  display: inline-block;
  text-decoration: none;
}
.checkout-payment-method .payment-option-title .action-toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: #8f8f8f;
  content: '\e622';
  font-family: 'imprintplus';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.checkout-payment-method .payment-option-title .action-toggle:hover:after {
  color: #333333;
}
.checkout-payment-method .payment-option-title .action-toggle:active:after {
  color: #8f8f8f;
}
.checkout-payment-method .payment-option-content {
  padding: 0 0 20px 22px;
}
.checkout-payment-method .payment-option-inner {
  margin: 0 0 20px;
}
.checkout-payment-method .credit-card-types {
  padding: 0;
}
.checkout-payment-method .credit-card-types .item {
  display: inline-block;
  list-style: none;
  margin: 0 5px 0 0;
  vertical-align: top;
}
.checkout-payment-method .credit-card-types .item._active {
  font-weight: 700;
}
.checkout-payment-method .credit-card-types .item._active img {
  -webkit-filter: grayscale(0%);
}
.checkout-payment-method .credit-card-types .item._inactive {
  opacity: .4;
}
.checkout-payment-method .credit-card-types .item span {
  display: inline-block;
  padding-top: 6px;
  vertical-align: top;
}
.checkout-payment-method .credit-card-types img {
  -webkit-filter: grayscale(100%);
  -webkit-transition: all .6s ease;
}
.checkout-payment-method .ccard .fields > .year {
  padding-left: 5px;
}
.checkout-payment-method .ccard .fields .select {
  padding-left: 5px;
  padding-right: 5px;
}
.checkout-payment-method .ccard .month .select {
  width: 140px;
}
.checkout-payment-method .ccard .year .select {
  width: 80px;
}
.checkout-payment-method .ccard .captcha .input-text,
.checkout-payment-method .ccard .number .input-text {
  width: 225px;
}
.checkout-payment-method .ccard > .field.cvv > .control {
  padding-right: 20px;
  width: auto;
}
.checkout-payment-method .ccard .cvv .input-text {
  width: 55px;
}
.checkout-payment-method .ccard.fieldset > .field .fields.group.group-2 .field {
  width: auto !important;
}
.checkout-agreements-block .checkout-agreements {
  margin-bottom: 20px;
}
.checkout-agreements-block .checkout-agreement.field {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.checkout-agreements-block .checkout-agreement.field.required label:after {
  content: none;
}
.checkout-agreements-block .checkout-agreement.field.required .action-show:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
}
.checkout-agreements-block .action-show {
  vertical-align: baseline;
}
.checkout-agreements-items {
  padding-bottom: 30px;
}
.checkout-agreements-items .checkout-agreements-item {
  margin-bottom: 20px;
}
.checkout-agreements-items .checkout-agreements-item-title {
  border-bottom: 0;
}
.checkout-agreement-item-content {
  overflow: auto;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
.contact-index-index .column:not(.sidebar-main) .form.contact {
  float: none;
  width: 50%;
}
.contact-index-index .column:not(.sidebar-additional) .form.contact {
  float: none;
  width: 50%;
}
.login-container .block-new-customer .actions-toolbar {
  margin-top: 25px;
}
.login-container .block .block-title {
  font-size: 1.8rem;
}
.login-container .fieldset:after {
  margin: 10px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #e02b27;
  font-size: 1.2rem;
}
.login-container .fieldset:after {
  margin-top: 35px;
}
.block-addresses-list .items.addresses > .item {
  margin-bottom: 20px;
}
.block-addresses-list .items.addresses > .item:last-child {
  margin-bottom: 0;
}
.form-address-edit .region_id {
  display: none;
}
.form-edit-account .fieldset.password {
  display: none;
}
.box-billing-address .box-content,
.box-shipping-address .box-content,
.box-information .box-content,
.box-newsletter .box-content {
  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;
  line-height: 26px;
}
.fieldset .fullname.field > .label + .control {
  width: 100%;
}
.account .column.main h2 {
  margin-top: 0;
}
.account .column.main .toolbar {
  text-align: center;
}
.account .column.main .toolbar .limiter-options {
  width: auto;
}
.account .sidebar-additional {
  margin-top: 40px;
}
.account .table-wrapper:last-child {
  margin-bottom: 0;
}
.account .table-wrapper .action {
  margin-right: 15px;
}
.account .table-wrapper .action:last-child {
  margin-right: 0;
}
.account-nav .content {
  background: #f5f5f5;
  padding: 15px 0;
}
.account-nav .item {
  margin: 3px 0 0;
}
.account-nav .item:first-child {
  margin-top: 0;
}
.account-nav .item a,
.account-nav .item > strong {
  border-left: 3px solid transparent;
  display: block;
  padding: 5px 18px 5px 15px;
}
.account-nav .item a {
  text-decoration: none;
}
.account-nav .item a:hover {
  background: #e8e8e8;
}
.account-nav .item.current a,
.account-nav .item.current strong {
  border-color: #ff5501;
  font-weight: 600;
}
.account-nav .item.current a {
  border-color: #ff5501;
}
.account-nav .item .delimiter {
  border-top: 1px solid #d1d1d1;
  display: block;
  margin: 10px 1.8rem;
}
.column.main .block:last-child {
  margin-bottom: 0;
}
.block .title {
  margin-bottom: 10px;
}
.block .title strong {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.column.main .block .title strong {
  font-size: 18px;
}
.block p:last-child {
  margin: 0;
}
.block .box-actions {
  margin-top: 5px;
}
.field.password .control {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.field.password .control .mage-error {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.field.password .control .input-text {
  -ms-flex-order: 0;
  -webkit-order: 0;
  order: 0;
  z-index: 2;
}
.password-strength-meter {
  background-color: #f4f4f4;
  height: 32px;
  line-height: 32px;
  padding: 0 9px;
  position: relative;
  z-index: 1;
}
.password-strength-meter:before {
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  z-index: -1;
}
.password-none .password-strength-meter:before {
  background-color: #f4f4f4;
  width: 100%;
}
.password-weak .password-strength-meter:before {
  background-color: #ffafae;
  width: 25%;
}
.password-medium .password-strength-meter:before {
  background-color: #ffd6b3;
  width: 50%;
}
.password-strong .password-strength-meter:before {
  background-color: #c5eeac;
  width: 75%;
}
.password-very-strong .password-strength-meter:before {
  background-color: #81b562;
  width: 100%;
}
.control.captcha-image {
  margin-top: 10px;
}
.control.captcha-image .captcha-img {
  vertical-align: middle;
}
.downloadable.samples {
  margin-bottom: 20px;
}
.downloadable.samples dd {
  margin: 0 0 10px;
}
.table-downloadable-products .product-name {
  margin-right: 15px;
}
.field.downloads .price-container {
  display: inline;
  white-space: nowrap;
}
.field.downloads .price-container:before {
  content: ' + ';
  display: inline;
}
.field.downloads .price-excluding-tax {
  display: inline;
}
.field.downloads .price-excluding-tax:before {
  content: ' (' attr(data-label) ': ';
}
.field.downloads .price-excluding-tax:after {
  content: ')';
}
.field.downloads .price-including-tax {
  font-size: 1.4rem;
  display: inline;
  font-weight: 600;
}
.field.downloads .sample.link {
  float: right;
}
.page-product-downloadable .product-add-form {
  clear: both;
  margin-bottom: 25px;
}
.page-product-downloadable .product-options-bottom .field.qty {
  display: none !important;
}
.cart-summary .block.giftcard .action.check {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
  margin-top: 20px;
}
.page-product-giftcard .giftcard-amount {
  margin-bottom: 0;
  text-align: left;
}
.page-product-giftcard .giftcard-amount .field:last-child {
  padding-bottom: 20px;
}
.page-product-giftcard .product-options-wrapper .field:first-of-type {
  margin-top: 20px;
}
.giftcard-account .please-wait {
  display: none;
}
.giftcard-account .form-giftcard-redeem .giftcard.info {
  margin-bottom: 30px;
}
.opc-wrapper .form-giftcard-account {
  max-width: 500px;
}
.opc-wrapper .form-giftcard-account .field {
  margin: 0 0 20px;
}
.opc-wrapper .giftcard-account-info {
  margin: 0 0 20px;
}
.opc-wrapper .giftcard-account-info .giftcard-account-number {
  margin: 0 0 10px;
}
.gift-message .field {
  margin-bottom: 20px;
}
.gift-message .field .label {
  color: #666666;
  font-weight: 400;
}
.gift-options .actions-toolbar .action-cancel {
  display: none;
}
.gift-options-title {
  margin: 0 0 20px;
}
.gift-options-content .fieldset {
  margin: 0 0 20px;
}
.gift-summary .actions-toolbar > .secondary {
  float: none;
}
.gift-summary .actions-toolbar > .secondary .action {
  margin: 10px 20px 0 0;
}
.action-gift {
  display: inline-block;
  text-decoration: none;
}
.action-gift:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  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;
}
.action-gift:hover:after {
  color: inherit;
}
.action-gift:active:after {
  color: inherit;
}
.action-gift.active:after,
.action-gift._active:after {
  content: '\e621';
}
.cart.table-wrapper .gift-content {
  box-sizing: border-box;
  clear: left;
  display: none;
  float: left;
  margin: 10px 0 20px;
  text-align: left;
  width: 100%;
}
.cart.table-wrapper .gift-content._active {
  display: block;
}
.gift-item-block {
  margin: 0;
}
.gift-item-block._active .title:after {
  content: '\e621';
}
.gift-item-block .title {
  border-radius: 3px;
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
  cursor: pointer;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 20px 0 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
}
.gift-item-block .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  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;
}
.gift-item-block .title:hover:after {
  color: inherit;
}
.gift-item-block .title:active:after {
  color: inherit;
}
.gift-item-block .title:focus,
.gift-item-block .title:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.gift-item-block .title:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
.gift-item-block .title.disabled,
.gift-item-block .title[disabled],
fieldset[disabled] .gift-item-block .title {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.gift-item-block .title:active {
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12);
}
.gift-item-block .content {
  border-bottom: 1px solid #c1c1c1;
  padding: 10px 10px 20px;
  position: relative;
}
.order-details-items .order-gift-message .item-options dt,
.order-details-items .block-order-details-gift-message .item-options dt {
  font-weight: 400;
  margin: 10px 0;
}
.order-details-items .order-gift-message dt:after,
.order-details-items .block-order-details-gift-message dt:after {
  content: '';
}
.order-details-items .order-gift-message .item-message,
.order-details-items .block-order-details-gift-message .item-message {
  clear: left;
}
.order-details-items .order-items .action.show {
  display: inline-block;
  text-decoration: none;
  padding-right: 20px;
  position: relative;
}
.order-details-items .order-items .action.show:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  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;
}
.order-details-items .order-items .action.show:after {
  position: absolute;
  right: 0;
  top: -4px;
}
.order-details-items .order-items .action.show.expanded:after {
  content: '\e621';
}
.block-order-details-gift-message {
  border-top: 1px solid #d1d1d1;
  padding-top: 10px;
}
.form-giftregistry-share .actions-toolbar:not(:last-child),
.form-giftregistry-edit .actions-toolbar:not(:last-child) {
  margin-bottom: 40px;
}
.form-giftregistry-share .fieldset .nested .field:not(.choice) .control,
.form-giftregistry-edit .fieldset .nested .field:not(.choice) .control {
  width: 100%;
}
.table-giftregistry-items .product-image {
  float: left;
  margin-right: 10px;
}
.cart-summary .form.giftregistry .fieldset {
  margin: 25px 0 5px;
}
.cart-summary .form.giftregistry .fieldset .field {
  margin: 0 0 10px;
}
.cart-summary .form.giftregistry .fieldset .field .control {
  float: none;
  width: auto;
}
.cart-summary .form.giftregistry .fieldset .action.primary {
  margin-bottom: 0;
}
.form-giftregistry-search {
  margin-bottom: 60px;
}
.form-giftregistry-search .fields-specific-options .field:nth-last-of-type(1) {
  margin-bottom: 0;
}
.block-giftregistry-results .toolbar-giftregistry-results {
  text-align: center;
}
.block-giftregistry .actions-toolbar {
  margin: 17px 0 0;
}
.block-giftregistry-shared .item-options .item-value {
  margin: 0 0 25px;
}
.block-giftregistry-shared-items .item {
  border-bottom: 1px solid #d1d1d1;
}
.block-giftregistry-shared-items .col {
  padding: 20px 8px 10px;
}
.block-giftregistry-shared-items .col .price-box {
  display: inline-block;
}
.block-giftregistry-shared-items .col .price-wrapper {
  font-size: 1.8rem;
  display: block;
  font-weight: 700;
  white-space: nowrap;
}
.block-giftregistry-shared-items .product .item-options {
  margin-bottom: 0;
}
.block-giftregistry-shared-items .product-item-photo {
  display: block;
  max-width: 65px;
  padding: 10px 0;
}
.block-giftregistry-shared-items .product-item-name {
  display: block;
  margin: 0 0 5px;
}
.gift-wrapping .label {
  margin: 0 0 5px;
  display: inline-block;
}
.gift-wrapping .field {
  margin-bottom: 10px;
}
.gift-wrapping-info {
  font-weight: 300;
  font-size: 18px;
  margin: 20px 0;
}
.gift-wrapping-list {
  list-style: none;
  margin: 20px 0 10px;
  padding: 0;
}
.gift-wrapping-list .no-image {
  background: #f2f2f2;
  display: inline-block;
  text-decoration: none;
}
.gift-wrapping-list .no-image > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gift-wrapping-list .no-image:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 38px;
  line-height: 4rem;
  color: #494949;
  content: '\e629';
  font-family: 'imprintplus';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-wrapping-list .no-image:after {
  display: block;
}
.gift-wrapping-preview,
.gift-wrapping-item > span {
  cursor: pointer;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.gift-wrapping-item {
  float: left;
  margin: 0 10px 10px 0;
}
.gift-wrapping-item:last-child {
  margin-right: 0;
}
.gift-wrapping-item._active span:before {
  border: 3px solid #333333;
  box-sizing: border-box;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.gift-wrapping-item > span {
  height: 4rem;
  width: 4rem;
}
.gift-wrapping-title {
  margin: 10px 0;
}
.gift-wrapping-title .action-remove {
  margin-left: 5px;
}
.gift-options-content .fieldset > .field {
  margin: 0 0 5px;
}
.gift-options-content .fieldset > .field:before {
  display: none;
}
.gift-wrapping-summary .gift-wrapping-title {
  border: 0;
  display: inline-block;
  padding: 0;
}
.opc-wrapper .data.table .gift-wrapping,
.table-order-items .gift-wrapping,
.table-order-review .gift-wrapping {
  margin: 20px 0;
}
.opc-wrapper .data.table .gift-wrapping .title,
.table-order-items .gift-wrapping .title,
.table-order-review .gift-wrapping .title {
  float: none;
}
.opc-wrapper .data.table .gift-wrapping .content,
.table-order-items .gift-wrapping .content,
.table-order-review .gift-wrapping .content {
  margin: 0;
}
.opc-wrapper .data.table .gift-wrapping .content > img,
.table-order-items .gift-wrapping .content > img,
.table-order-review .gift-wrapping .content > img {
  float: left;
  margin: 0 10px 0 0;
  max-height: 50px;
  max-width: 50px;
}
.gift-summary .price-box,
.gift-options .price-box {
  margin-left: 22px;
}
.gift-summary .regular-price:before,
.gift-options .regular-price:before {
  content: attr(data-label) ': ';
}
.gift-summary .regular-price .price,
.gift-options .regular-price .price {
  font-weight: 700;
}
.order-options .item {
  padding-bottom: 20px;
}
.order-options .product {
  margin-bottom: 10px;
}
.order-options .product-image-container {
  float: left;
  padding-right: 10px;
}
.order-options .gift-wrapping {
  margin-bottom: 10px;
}
.table.grouped > thead > tr > th,
.table.grouped > tbody > tr > th,
.table.grouped > tfoot > tr > th,
.table.grouped > thead > tr > td,
.table.grouped > tbody > tr > td,
.table.grouped > tfoot > tr > td {
  border-top: 1px solid #d1d1d1;
}
.table.grouped > caption + thead > tr:first-child > th,
.table.grouped > colgroup + thead > tr:first-child > th,
.table.grouped > thead:first-child > tr:first-child > th,
.table.grouped > caption + thead > tr:first-child > td,
.table.grouped > colgroup + thead > tr:first-child > td,
.table.grouped > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table.grouped > tbody + tbody {
  border-top: 1px solid #d1d1d1;
}
.table.grouped > thead > tr > th {
  border-bottom: 0;
}
.table.grouped .product-item-name {
  font-weight: 400;
}
.table.grouped .price-box .price {
  font-size: 14px;
}
.table.grouped .stock.unavailable {
  font-weight: normal;
  margin: 0;
  text-transform: none;
  white-space: nowrap;
}
.table.grouped .row-tier-price td {
  border-top: 0;
}
.table.grouped .row-tier-price .prices-tier {
  margin: 0 -10px 10px;
}
.form-add-invitations .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 2px 0;
  width: auto;
}
.form-add-invitations .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.form-add-invitations .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 31px;
  line-height: 22px;
  color: inherit;
  content: '\e61c';
  font-family: 'imprintplus';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.form-add-invitations .action.add:hover:before {
  color: inherit;
}
.form-add-invitations .action.add:active:before {
  color: inherit;
}
.block.filter {
  margin-bottom: 40px;
}
.block.filter .filter-title {
  margin-bottom: 20px;
}
.block.filter .filter-title strong {
  font-size: 18px;
}
.block-subtitle {
  display: inline-block;
  margin-bottom: 10px;
}
.filter-current .item {
  margin-bottom: 10px;
}
.filter-current .filter-label {
  display: block;
  font-weight: 700;
}
.filter-current .filter-label:after {
  content: ':';
}
.filter-current + .filter-actions {
  margin-bottom: 30px;
}
.filter-options {
  margin: 0;
}
.filter-options .filter-options-title {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  margin: 0 0 10px;
  word-break: break-all;
}
.filter-options .filter-options-content {
  margin: 0 0 25px;
}
.filter-options .filter-options-content .item {
  margin-bottom: 3px;
}
.filter-options .count {
  color: #7d7d7d;
}
.filter-options .count:before {
  content: '(';
}
.filter-options .count:after {
  content: ')';
}
.filtered .items {
  margin: 15px 0;
}
.filtered .item {
  margin-bottom: 6px;
  padding-left: 22px;
  position: relative;
}
.filtered .item .label {
  font-weight: 700;
}
.filtered .item .action.remove {
  left: -6px;
  position: absolute;
  top: 0;
}
.filtered + .actions {
  margin-bottom: 35px;
}
.map-popup-wrapper.popup .action.close {
  top: 10px;
}
.map-popup {
  background: #ffffff;
  border: 1px solid #aeaeae;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  left: 0;
  margin-top: 10px;
  position: absolute;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
  box-sizing: border-box;
}
.map-popup .popup-header {
  margin: 0 0 25px;
  padding-right: 22px;
}
.map-popup .popup-header .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.map-popup .popup-content {
  margin: 10px 0 0;
}
.map-popup .popup-actions .action.close {
  position: absolute;
  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;
  right: 10px;
  top: 10px;
}
.map-popup .popup-actions .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.map-popup .popup-actions .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e616';
  font-family: 'imprintplus';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.map-popup .popup-actions .action.close:hover:before {
  color: inherit;
}
.map-popup .popup-actions .action.close:active:before {
  color: inherit;
}
.map-popup .popup-actions .action.close:focus,
.map-popup .popup-actions .action.close:active {
  background: none;
  border: none;
}
.map-popup .popup-actions .action.close:hover {
  background: none;
  border: none;
}
.map-popup .popup-actions .action.close.disabled,
.map-popup .popup-actions .action.close[disabled],
fieldset[disabled] .map-popup .popup-actions .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.map-popup.active {
  opacity: 1;
}
.map-popup .map-info-price {
  margin-bottom: 15px;
}
.map-popup .map-info-price .price-box {
  margin: 0 0 20px;
}
.map-popup .map-info-price .price-box .label:after {
  content: ': ';
}
.map-popup .regular-price .price-label {
  display: none;
}
.map-old-price:not(:last-child),
.product-info-price .map-show-info:not(:last-child) {
  margin-right: 10px;
}
.map-fallback-price {
  display: none;
}
.map-old-price {
  text-decoration: none;
}
.map-old-price .price-wrapper {
  text-decoration: line-through;
}
.map-form-addtocart {
  display: inline-block;
  text-align: center;
}
.map-form-addtocart img {
  display: block;
  margin: 0 auto;
}
button.map-show-info,
.quote-details-items .actions-toolbar > .action.map-show-info,
.cart.table-wrapper .actions-toolbar > .action.map-show-info,
.action-gift.map-show-info {
  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;
}
button.map-show-info:focus,
button.map-show-info:active,
.quote-details-items .actions-toolbar > .action.map-show-info:focus,
.quote-details-items .actions-toolbar > .action.map-show-info:active,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:focus,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:active,
.action-gift.map-show-info:focus,
.action-gift.map-show-info:active {
  background: none;
  border: none;
}
button.map-show-info:hover,
.quote-details-items .actions-toolbar > .action.map-show-info:hover,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:hover,
.action-gift.map-show-info:hover {
  background: none;
  border: none;
}
button.map-show-info.disabled,
button.map-show-info[disabled],
fieldset[disabled] button.map-show-info,
.quote-details-items .actions-toolbar > .action.map-show-info.disabled,
.quote-details-items .actions-toolbar > .action.map-show-info[disabled],
fieldset[disabled] .quote-details-items .actions-toolbar > .action.map-show-info,
.cart.table-wrapper .actions-toolbar > .action.map-show-info.disabled,
.cart.table-wrapper .actions-toolbar > .action.map-show-info[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action.map-show-info,
.action-gift.map-show-info.disabled,
.action-gift.map-show-info[disabled],
fieldset[disabled] .action-gift.map-show-info {
  pointer-events: none;
  opacity: 0.5;
}
button.map-show-info:visited,
.quote-details-items .actions-toolbar > .action.map-show-info:visited,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:visited,
.action-gift.map-show-info:visited {
  color: rgba(0, 123, 255, 0.5);
  text-decoration: none;
}
button.map-show-info:hover,
.quote-details-items .actions-toolbar > .action.map-show-info:hover,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:hover,
.action-gift.map-show-info:hover {
  color: #0069d9;
  text-decoration: underline;
}
button.map-show-info:active,
.quote-details-items .actions-toolbar > .action.map-show-info:active,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:active,
.action-gift.map-show-info:active {
  color: #ff5501;
  text-decoration: underline;
}
button.map-show-info:hover,
button.map-show-info:active,
button.map-show-info:focus,
.quote-details-items .actions-toolbar > .action.map-show-info:hover,
.quote-details-items .actions-toolbar > .action.map-show-info:active,
.quote-details-items .actions-toolbar > .action.map-show-info:focus,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:hover,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:active,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:focus,
.action-gift.map-show-info:hover,
.action-gift.map-show-info:active,
.action-gift.map-show-info:focus {
  background: none;
  border: 0;
}
button.map-show-info.disabled,
button.map-show-info[disabled],
fieldset[disabled] button.map-show-info,
.quote-details-items .actions-toolbar > .action.map-show-info.disabled,
.quote-details-items .actions-toolbar > .action.map-show-info[disabled],
fieldset[disabled] .quote-details-items .actions-toolbar > .action.map-show-info,
.cart.table-wrapper .actions-toolbar > .action.map-show-info.disabled,
.cart.table-wrapper .actions-toolbar > .action.map-show-info[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action.map-show-info,
.action-gift.map-show-info.disabled,
.action-gift.map-show-info[disabled],
fieldset[disabled] .action-gift.map-show-info {
  color: rgba(0, 123, 255, 0.5);
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.wishlist.split.button {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.wishlist.split.button:before,
.wishlist.split.button:after {
  content: '';
  display: table;
}
.wishlist.split.button:after {
  clear: both;
}
.wishlist.split.button .action.split {
  float: left;
  margin: 0;
}
.wishlist.split.button .action.toggle {
  float: right;
  margin: 0;
}
.wishlist.split.button button.action.split,
.wishlist.split.button .quote-details-items .actions-toolbar > .action.action.split,
.wishlist.split.button .cart.table-wrapper .actions-toolbar > .action.action.split,
.wishlist.split.button .action-gift.action.split {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.wishlist.split.button button + .action.toggle,
.wishlist.split.button .quote-details-items .actions-toolbar > .action + .action.toggle,
.wishlist.split.button .cart.table-wrapper .actions-toolbar > .action + .action.toggle,
.wishlist.split.button .action-gift + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
.wishlist.split.button .action.toggle {
  display: inline-block;
  text-decoration: none;
}
.wishlist.split.button .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.split.button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: #7d7d7d;
  content: '\e622';
  font-family: 'imprintplus';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle:hover:after {
  color: #333333;
}
.wishlist.split.button .action.toggle:active:after {
  color: inherit;
}
.wishlist.split.button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.wishlist.split.button .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.split.button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: #7d7d7d;
  content: '\e621';
  font-family: 'imprintplus';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle.active:hover:after {
  color: #333333;
}
.wishlist.split.button .action.toggle.active:active:after {
  color: inherit;
}
.wishlist.split.button .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 200px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.wishlist.split.button .items li {
  margin: 0;
  padding: 5px 5px 5px 23px;
}
.wishlist.split.button .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.wishlist.split.button .items:before,
.wishlist.split.button .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.wishlist.split.button .items:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.wishlist.split.button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.wishlist.split.button .items:before {
  left: 10px;
  top: -12px;
}
.wishlist.split.button .items:after {
  left: 9px;
  top: -14px;
}
.wishlist.split.button.active {
  overflow: visible;
}
.wishlist.split.button.active .items {
  display: block;
}
.wishlist.split.button .items {
  text-align: left;
}
.wishlist.split.button .items .item > span {
  display: block;
  padding: 5px 5px 5px 23px;
}
.wishlist.split.button .items .item:last-child:hover {
  background: #e8e8e8;
}
.wishlist.split.button .items li {
  padding: 0;
}
.table-comparison .wishlist.split.button > .action.split:before,
.product-items .wishlist.split.button > .action.split:before {
  content: '\e601';
}
.table-comparison .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:active,
.table-comparison .wishlist.split.button > .action:focus,
.product-items .wishlist.split.button > .action:focus,
.table-comparison .wishlist.split.button > .action:hover,
.product-items .wishlist.split.button > .action:hover {
  color: #333333;
}
.table-comparison .wishlist.split.button > .action.toggle:before,
.product-items .wishlist.split.button > .action.toggle:before {
  border-left: 1px solid #c9c9c9;
  content: '';
  float: left;
  height: 15px;
  margin-top: 3px;
}
.product-info-main .wishlist.split.button .action.split,
.block-bundle-summary .wishlist.split.button .action.split,
.product-add-form .wishlist.split.button .action.split,
.product-info-main .wishlist.split.button .action.toggle,
.block-bundle-summary .wishlist.split.button .action.toggle,
.product-add-form .wishlist.split.button .action.toggle {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
}
.product-info-main .wishlist.split.button .action.toggle,
.block-bundle-summary .wishlist.split.button .action.toggle,
.product-add-form .wishlist.split.button .action.toggle {
  padding: 0;
}
.cart.table-wrapper .wishlist.split.button {
  margin-bottom: 10px;
}
.cart.table-wrapper .wishlist.split.button > .action.toggle {
  padding: 4px 5px;
}
.wishlist.window.popup {
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #aeaeae;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
}
.wishlist.window.popup .popup-header {
  margin: 0 0 25px;
  padding-right: 22px;
}
.wishlist.window.popup .popup-header .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.wishlist.window.popup .popup-actions .action.close {
  position: absolute;
  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;
  right: 10px;
  top: 10px;
}
.wishlist.window.popup .popup-actions .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.window.popup .popup-actions .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e616';
  font-family: 'imprintplus';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.window.popup .popup-actions .action.close:hover:before {
  color: inherit;
}
.wishlist.window.popup .popup-actions .action.close:active:before {
  color: inherit;
}
.wishlist.window.popup .popup-actions .action.close:focus,
.wishlist.window.popup .popup-actions .action.close:active {
  background: none;
  border: none;
}
.wishlist.window.popup .popup-actions .action.close:hover {
  background: none;
  border: none;
}
.wishlist.window.popup .popup-actions .action.close.disabled,
.wishlist.window.popup .popup-actions .action.close[disabled],
fieldset[disabled] .wishlist.window.popup .popup-actions .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.wishlist.window.popup.active {
  opacity: 1;
}
.wishlist.window.popup.active {
  display: block;
}
.wishlist.overlay {
  transition: opacity 0.15s linear;
  background: #000000;
  z-index: 899;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
}
.wishlist.overlay.active {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.wishlist.overlay.active {
  display: block;
}
.block-wishlist-management {
  position: relative;
}
.block-wishlist-management .wishlist-select .wishlist-name-label {
  font-weight: 600;
}
.block-wishlist-management .wishlist-title {
  margin-bottom: 10px;
}
.block-wishlist-management .wishlist-title strong {
  font-weight: 300;
  margin-right: 10px;
}
.block-wishlist-management .wishlist-notice {
  color: #7d7d7d;
  display: inline-block;
  margin-right: 20px;
}
.block-wishlist-management .wishlist-toolbar-select,
.block-wishlist-management .wishlist-toolbar-actions {
  display: inline-block;
}
.block-wishlist-management .wishlist-toolbar-select {
  margin-right: 20px;
}
.block-wishlist-management .wishlist-dropdown.move {
  margin-right: 20px;
}
.block-wishlist-search-form .form-wishlist-search {
  margin-bottom: 60px;
  max-width: 500px;
}
.block-wishlist-search-results .toolbar-wishlist-results {
  text-align: center;
}
.block-wishlist-info-items .block-title {
  font-size: 2.2rem;
  margin-bottom: 20px;
}
.block-wishlist-info-items .block-title > strong {
  font-weight: 300;
}
.block-wishlist-info-items .product-item {
  width: 100%;
}
.block-wishlist-info-items .product-item-photo {
  margin-left: 20px;
}
.block-wishlist-info-items .product-item-info {
  width: auto;
}
.block-wishlist-info-items .product-item-info:hover .split {
  visibility: visible;
}
.block-wishlist-info-items .price-wrapper {
  display: block;
  margin: 0 0 10px;
}
.block-wishlist-info-items .split {
  clear: both;
  padding: 10px 0;
}
.block-wishlist-info-items .action.towishlist {
  padding: 10px 0;
}
.block-wishlist-info-items .input-text.qty {
  margin-right: 10px;
}
.multicheckout.results h3,
.multicheckout.success h3 {
  font-size: 1.6rem;
  margin-bottom: 20px;
  margin-top: 30px;
}
.multicheckout.results h3 a,
.multicheckout.success h3 a {
  color: #333333;
}
.multicheckout.results h3 a:hover,
.multicheckout.success h3 a:hover {
  text-decoration: none;
}
.multicheckout.results ul.orders-list,
.multicheckout.success ul.orders-list {
  list-style: none;
  padding-left: 0;
}
.multicheckout.results .orders-list,
.multicheckout.success .orders-list {
  margin-top: 25px;
  padding-left: 16px;
}
.multicheckout.results .orders-list .shipping-list .shipping-item,
.multicheckout.success .orders-list .shipping-list .shipping-item {
  margin-left: 84px;
}
.multicheckout.results .orders-list .shipping-list .shipping-label,
.multicheckout.success .orders-list .shipping-list .shipping-label {
  font-weight: 700;
  margin-right: 10px;
}
.multicheckout.results .orders-list .shipping-list .shipping-address,
.multicheckout.success .orders-list .shipping-list .shipping-address {
  font-weight: 400;
}
.multicheckout.results .orders-list .shipping-list .error-block,
.multicheckout.success .orders-list .shipping-list .error-block {
  color: #e02b27;
}
.multicheckout.results .orders-list .shipping-list .error-block .error-label,
.multicheckout.success .orders-list .shipping-list .error-block .error-label {
  font-weight: 700;
  margin-right: 10px;
}
.multicheckout.results .orders-list .shipping-list .error-block .error-description,
.multicheckout.success .orders-list .shipping-list .error-block .error-description {
  font-weight: 400;
}
.multicheckout.results .orders-succeed .orders-list,
.multicheckout.success .orders-succeed .orders-list {
  margin-top: 0;
}
.multicheckout.results .orders-succeed .orders-list .shipping-list .order-id,
.multicheckout.success .orders-succeed .orders-list .shipping-list .order-id {
  float: left;
}
.multicheckout.results .orders-succeed .orders-list .shipping-list .shipping-item,
.multicheckout.success .orders-succeed .orders-list .shipping-list .shipping-item {
  margin-left: 100px;
}
.multicheckout .title {
  margin-bottom: 30px;
}
.multicheckout .title strong {
  font-weight: 400;
}
.multicheckout .table-wrapper {
  margin-bottom: 0;
}
.multicheckout .table-wrapper .action.delete {
  display: inline-block;
}
.multicheckout .table-wrapper .col .qty {
  display: inline-block;
}
.multicheckout .table-wrapper .col.item .action.edit {
  font-weight: 400;
  margin-left: 10px;
}
.multicheckout:not(.address) .table-wrapper .product-item-name {
  margin: 0;
}
.multicheckout > .actions-toolbar {
  margin-top: 40px;
}
.multicheckout .actions-toolbar > .secondary {
  display: block;
}
.multicheckout .actions-toolbar > .secondary .action {
  margin-bottom: 25px;
}
.multicheckout .actions-toolbar > .secondary .action.back {
  display: block;
  margin-left: 0;
}
.multicheckout .actions-toolbar > .primary {
  margin-right: 10px;
}
.multicheckout .item-options {
  margin: 10px 0 0;
}
.multicheckout .block .methods-shipping .item-content .fieldset > .field:before {
  display: none;
}
.multicheckout .block .methods-shipping .item-content .fieldset > .field .control {
  display: inline-block;
}
.multicheckout .block-title,
.multicheckout .block-content .title {
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 10px;
}
.multicheckout .block-title strong,
.multicheckout .block-content .title strong {
  font-weight: 400;
}
.multicheckout .block-title strong span,
.multicheckout .block-content .title strong span {
  color: #a6a6a6;
}
.multicheckout .block-content .title {
  border-bottom: none;
  padding-bottom: 0;
}
.multicheckout.order-review .block-title > strong {
  font-size: 2.4rem;
}
.multicheckout.order-review .block-shipping .block-content:not(:last-child) {
  margin-bottom: 40px;
}
.multicheckout.order-review .error-description {
  color: #e02b27;
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: -10px;
}
.multicheckout .box-title span {
  margin-right: 10px;
}
.multicheckout .box-title > .action {
  margin: 0;
}
.multicheckout .box-shipping-method .price {
  font-weight: 700;
}
.multicheckout .box-billing-method .fieldset {
  margin: 0;
}
.multicheckout .box-billing-method .fieldset .legend.box-title {
  margin: 0 0 5px;
}
.multicheckout .checkout-review .grand.totals {
  font-size: 2.1rem;
  margin-bottom: 40px;
}
.multicheckout .checkout-review .grand.totals .mark {
  font-weight: 400;
}
[class^='multishipping-'] .logo {
  margin-left: 0;
}
.multishipping-checkout-success .nav-sections {
  display: block;
}
.block.newsletter {
  margin-bottom: 40px;
}
.block.newsletter .form.subscribe {
  display: table;
  width: 100%;
}
.block.newsletter .fieldset {
  display: table-cell;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
.block.newsletter .field {
  margin: 0;
}
.block.newsletter .field .control {
  display: inline-block;
  text-decoration: none;
  display: block;
}
.block.newsletter .field .control:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 35px;
  line-height: 33px;
  color: #c2c2c2;
  content: '\e61d';
  font-family: 'imprintplus';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block.newsletter .field .control:before {
  position: absolute;
}
.block.newsletter input {
  margin-right: 35px;
  padding: 0 0 0 35px;
}
.block.newsletter .title {
  display: none;
}
.block.newsletter .actions {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.block.newsletter .action.subscribe {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: -1px;
}
.payment-method-content .pay-later-message {
  margin-bottom: 10px;
  margin-top: 10px;
}
.paypal.after:before {
  content: '- ' attr(data-label) ' -';
  display: block;
  margin: 5px 5px 10px;
  text-transform: uppercase;
}
.paypal.before:before {
  content: '- ' attr(data-label) ' -';
  display: block;
  margin: 10px 5px;
  text-align: center;
  text-transform: uppercase;
}
.paypal.acceptance {
  display: block;
  margin: 0 0 20px;
}
.paypal.acceptance img {
  max-width: 100%;
}
.box-tocart .paypal img,
.block-minicart .paypal img {
  display: block;
  margin: 0 auto;
}
.paypal-review .paypa-review-title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  display: inline-block;
}
.paypal-review .items-qty .item {
  white-space: nowrap;
}
.paypal-review .items-qty .title:after {
  content: ': ';
}
.paypal-review .paypal-review-title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  display: inline-block;
}
.paypal-review .actions-toolbar {
  margin-top: 10px;
}
.paypal-review .item-options dt {
  display: inline-block;
}
.paypal-review .item-options dt:after {
  content: ': ';
}
.paypal-review .item-options dd {
  margin: 0;
}
.paypal-review-discount {
  border-bottom: 1px solid #d1d1d1;
  margin: 20px 0;
}
.paypal-review-discount .block {
  margin-bottom: 0;
}
.paypal-review-discount .block .fieldset {
  padding: 10px 0 20px;
}
.fotorama-video-container:after {
  background: url('../Magento_ProductVideo/img/gallery-sprite.png') bottom right;
  bottom: 0;
  content: '';
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100px;
}
.fotorama-video-container .magnify-lens {
  display: none !important;
}
.fotorama-video-container.video-unplayed:hover img {
  opacity: .6;
}
.fotorama-video-container.video-unplayed:hover:after {
  transform: scale(1.25);
}
.video-thumb-icon:after {
  background: url('../Magento_ProductVideo/img/gallery-sprite.png') bottom left;
  bottom: 0;
  content: '';
  height: 40px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 10px;
  width: 49px;
}
.product-video {
  bottom: 0;
  height: 75%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.product-video iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.fotorama__stage__shaft:focus .fotorama__stage__frame.fotorama__active:after {
  bottom: 0;
  content: '';
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100px;
}
.fotorama__product-video--loading:after {
  visibility: hidden;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
.data.switch .counter {
  color: #7d7d7d;
}
.data.switch .counter:before {
  content: '(';
}
.data.switch .counter:after {
  content: ')';
}
.rating-summary {
  overflow: hidden;
  white-space: nowrap;
}
.rating-summary .rating-result {
  width: 100px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.rating-summary .rating-result:before {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  -webkit-font-smoothing: antialiased;
  color: #c7c7c7;
  font-family: 'imprintplus';
  font-size: 28px;
  height: 28px;
  letter-spacing: -10px;
  line-height: 28px;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.rating-summary .rating-result > span {
  display: block;
  overflow: hidden;
}
.rating-summary .rating-result > span:before {
  position: relative;
  z-index: 2;
  -webkit-font-smoothing: antialiased;
  color: #ff5501;
  font-family: 'imprintplus';
  font-size: 28px;
  height: 28px;
  letter-spacing: -10px;
  line-height: 28px;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.rating-summary .rating-result > span span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.rating-summary .rating-result {
  margin-left: -5px;
}
.product-reviews-summary .rating-summary .label,
.table-reviews .rating-summary .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote {
  overflow: hidden;
}
.review-control-vote:before {
  color: #c7c7c7;
  font-family: 'imprintplus';
  font-size: 28px;
  height: 28px;
  letter-spacing: -10px;
  line-height: 28px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  position: absolute;
  z-index: 1;
}
.review-control-vote input[type="radio"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote input[type="radio"]:hover + label:before,
.review-control-vote input[type="radio"]:checked + label:before {
  opacity: 1;
}
.review-control-vote label {
  cursor: pointer;
  display: block;
  position: absolute;
}
.review-control-vote label span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote label:before {
  color: #ff5501;
  font-family: 'imprintplus';
  font-size: 28px;
  height: 28px;
  letter-spacing: -10px;
  line-height: 28px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  opacity: 0;
}
.review-control-vote label:hover:before {
  opacity: 1;
}
.review-control-vote label:hover ~ label:before {
  opacity: 0;
}
.review-control-vote .rating-5 {
  z-index: 2;
}
.review-control-vote .rating-5:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
}
.review-control-vote .rating-4 {
  z-index: 3;
}
.review-control-vote .rating-4:before {
  content: '\e605' '\e605' '\e605' '\e605';
}
.review-control-vote .rating-3 {
  z-index: 4;
}
.review-control-vote .rating-3:before {
  content: '\e605' '\e605' '\e605';
}
.review-control-vote .rating-2 {
  z-index: 5;
}
.review-control-vote .rating-2:before {
  content: '\e605' '\e605';
}
.review-control-vote .rating-1 {
  z-index: 6;
}
.review-control-vote .rating-1:before {
  content: '\e605';
}
.block.add.review {
  margin-bottom: 40px;
}
.block.add.review > .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.block.add.review .legend {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  margin: 0 0 20px;
}
.block.add.review .field.rating {
  display: table-row;
}
.block.add.review .field.rating .label {
  display: table-cell;
  padding: 5px 0;
  vertical-align: middle;
}
.block.add.review .field.rating .control {
  display: table-cell;
  vertical-align: top;
}
.block.reviews.list > .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.block.reviews.list .review.item {
  margin-bottom: 40px;
}
.block.reviews.list .review.title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.data.table.reviews .rating-summary {
  margin-top: -4px;
}
.customer-review.view {
  margin-bottom: 20px;
}
.customer-review.view .review.title,
.customer-review.view .ratings-summary,
.customer-review.view .product-details {
  margin-bottom: 20px;
}
.product-reviews-summary {
  display: table;
  margin: 10px 0 12px;
}
.products.wrapper.list .product-reviews-summary {
  margin: 0 auto;
}
.product-reviews-summary.empty {
  margin-left: 0;
}
.product-reviews-summary .rating-summary {
  display: table-cell;
  left: -5px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions {
  display: table-cell;
  line-height: 28px;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions a {
  margin-right: 5px;
}
.customer-review .product-details {
  margin-bottom: 40px;
}
.customer-review .product-media {
  float: left;
  margin-right: 3%;
  max-width: 285px;
  width: 30%;
}
.customer-review .review-details .customer-review-rating {
  margin-bottom: 20px;
}
.customer-review .review-details .customer-review-rating .item {
  margin-bottom: 10px;
}
.customer-review .review-details .customer-review-rating .item:last-child {
  margin-bottom: 0;
}
.customer-review .review-details .review-title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.customer-review .review-details .review-content {
  margin-bottom: 20px;
}
.customer-review .product-reviews-summary .rating-summary,
.customer-review .product-reviews-summary .reviews-actions {
  display: block;
}
.review-field-ratings .nested {
  display: table;
}
.review-field-ratings .review-field-rating {
  display: table-row;
}
.review-field-ratings .review-field-rating .label,
.review-field-ratings .review-field-rating .control {
  display: table-cell;
  padding-bottom: 10px;
  vertical-align: top;
}
.review-field-ratings .review-field-rating .label {
  padding-right: 10px;
  padding-top: 6px;
}
.review-field-ratings .review-field-rating .control {
  padding-top: 2px;
}
.review-toolbar {
  border-top: 1px solid #c9c9c9;
  margin: 0 0 20px;
  text-align: center;
}
.review-toolbar:first-child {
  display: none;
}
.review-toolbar .pages {
  border-bottom: 1px solid #c9c9c9;
  display: block;
  padding: 20px 0;
  text-align: center;
}
.review-toolbar .limiter {
  display: none;
}
.review-add .block-title {
  display: none;
}
.review-form .action.submit.primary {
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.review-form .action.submit.primary:focus,
.review-form .action.submit.primary:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.review-form .action.submit.primary:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
.fieldset .review-legend.legend {
  margin-bottom: 20px;
}
.fieldset .review-legend.legend strong {
  display: block;
  margin-left: 0;
}
.review-field-rating .control {
  margin-bottom: 48px;
  margin-top: 10px;
}
.review-list {
  margin-bottom: 30px;
}
.review-list .block-title strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.review-item {
  border-bottom: 1px solid #c9c9c9;
  margin: 0;
  padding: 20px 0;
}
.review-item:after {
  clear: both;
  content: '';
  display: table;
}
.review-item:last-child {
  border-width: 0;
}
.review-ratings {
  display: table;
  margin-bottom: 10px;
  max-width: 100%;
}
.review-author {
  display: inline;
}
.review-title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  margin: 0 0 20px;
}
.review-content {
  margin-bottom: 20px;
}
.block-reward-info .reward-rates:not(:last-child),
.block-reward-info .reward-limit:not(:last-child),
.block-reward-info .reward-expiring:not(:last-child) {
  margin-bottom: 25px;
}
.block-reward-info .reward-rates .title,
.block-reward-info .reward-limit .title,
.block-reward-info .reward-expiring .title {
  display: inline-block;
  margin-bottom: 10px;
}
.form-create-return .field .control > span,
.form-create-return .field address {
  display: inline-block;
  padding-top: 6px;
}
.form-create-return .additional:first-child {
  margin-top: 0;
}
.form-create-return .additional .field:nth-last-child(2) {
  margin-bottom: 0;
}
.form-create-return .additional .field:last-child {
  margin-top: 20px;
}
.form-create-return .field.comment {
  margin-top: 55px;
}
.block-returns-comments .returns-comments dt,
.block-returns-comments .returns-comments dd {
  margin: 0;
}
.block-returns-comments .returns-comments dt {
  font-weight: 400;
}
.block-returns-comments .returns-comments dd {
  margin-bottom: 15px;
}
.block-returns-comments .returns-comments dd:last-child {
  margin-bottom: 0;
}
.block-returns-comments .fieldset {
  margin-bottom: 20px;
}
.magento-rma-returns-returns .page-title-wrapper .page-title,
.magento-rma-guest-returns .page-title-wrapper .page-title,
.magento-rma-returns-view .page-title-wrapper .page-title {
  margin-right: 25px;
}
.order-links {
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 10px;
}
.order-links .item {
  display: inline-block;
  margin-right: 20px;
}
.order-actions-toolbar .action {
  margin: 0 20px 0 0;
}
.order-details-items {
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.order-details-items .order-title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  display: inline-block;
}
.order-details-items .items-qty .item {
  white-space: nowrap;
}
.order-details-items .items-qty .title:after {
  content: ': ';
}
.order-details-items .table-order-items .product-item-name {
  margin-top: 0;
}
.order-details-items .table-order-items tbody + tbody {
  border-top: 1px solid #d1d1d1;
}
.order-details-items .item-options dt {
  margin: 0;
}
.order-details-items .item-options dd {
  margin: 0 0 15px;
}
.order-details-items .item-options.links dt {
  display: inline-block;
}
.order-details-items .item-options.links dt:after {
  content: ': ';
}
.order-details-items .item-options.links dd {
  margin: 0;
}
.order-pager-wrapper .toolbar-amount {
  padding-top: 3px;
}
.order-pager-wrapper .pages-items .item:first-child,
.order-pager-wrapper .pages-items .item:last-child {
  margin-right: 0;
}
.order-actions-toolbar {
  margin-bottom: 25px;
}
.order-actions-toolbar .action {
  margin-right: 30px;
}
.order-actions-toolbar .action.print {
  margin: 0;
}
.page-title-wrapper .order-date {
  margin: 0 0 20px;
}
.account .page-title-wrapper .page-title,
[class^='sales-guest-'] .page-title-wrapper .page-title,
.sales-guest-view .page-title-wrapper .page-title {
  margin-right: 25px;
}
.form-orders-search .field.email,
.form-orders-search .field.zip {
  margin-bottom: 0;
}
.block-reorder .product-item .checkbox {
  position: relative;
  top: 2px;
  vertical-align: baseline;
}
.block-reorder .product-item .field.item {
  display: inline-block;
}
.block-reorder .product-item-name {
  display: inline-block;
}
.block-reorder .actions-toolbar {
  margin: 17px 0;
  max-width: 178px;
}
.block-order-details-comments {
  margin: 0 0 40px;
}
.block-order-details-comments .comment-date {
  font-weight: 600;
}
.block-order-details-comments .comment-content {
  line-height: 1.6;
  margin: 0 0 20px;
}
.block-order-details-view .box-content .payment-method .title {
  font-weight: 400;
}
.block-order-details-view .box-content .payment-method .content {
  margin: 0;
}
.block-order-details-view .box-content .payment-method .content > strong {
  font-weight: 400;
}
.block-order-details-view .box-content .payment-method .content > strong:after {
  content: ': ';
}
.order-tracking {
  border-bottom: 1px solid #d1d1d1;
  margin: 0;
  padding: 20px 0;
}
.order-tracking .tracking-title {
  display: inline-block;
}
.order-tracking .tracking-content {
  display: inline-block;
  margin: 0 0 0 5px;
}
.opc-wrapper .form-discount {
  max-width: 500px;
}
.action.mailto.friend {
  margin-left: -7px;
  display: inline-block;
  text-decoration: none;
}
.action.mailto.friend:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: inherit;
  content: '\e61d';
  font-family: 'imprintplus';
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.action.mailto.friend span {
  display: inline-block;
  line-height: 28px;
  vertical-align: top;
}
.swatch-attribute-label {
  font-weight: 700;
  position: relative;
}
.swatch-attribute-label.required {
  padding-right: 10px;
}
.swatch-attribute-label[data-required='1']:after {
  color: #e02b27;
  content: '*';
  font-size: 14px;
  font-weight: 700;
  position: absolute;
  right: -11px;
  top: -2px;
}
.swatch-attribute-selected-option {
  color: #646464;
  padding-left: 17px;
}
.swatch-attribute-options {
  margin: 10px 0;
}
.swatch-attribute-options:focus {
  box-shadow: none;
}
.swatch-attribute-options .swatch-option-tooltip-layered .title {
  color: #282828;
  bottom: -5px;
  height: 20px;
  left: 0;
  margin-bottom: 10px;
  position: absolute;
  text-align: center;
  width: 100%;
}
.swatch-attribute.size .swatch-option,
.swatch-attribute.manufacturer .swatch-option {
  background: #f0f0f0;
  color: #949494;
}
.swatch-attribute.size .swatch-option.selected,
.swatch-attribute.manufacturer .swatch-option.selected {
  background: #ffffff;
  border: 1px solid #ffffff;
  color: #000000;
}
.swatch-option {
  border: 1px solid #dadada;
  cursor: pointer;
  float: left;
  height: 20px;
  margin: 0 10px 5px 0;
  max-width: 100%;
  min-width: 30px;
  overflow: hidden;
  padding: 1px 2px;
  position: relative;
  text-align: center;
  text-overflow: ellipsis;
}
.swatch-option:focus {
  box-shadow: 0 0 3px 1px #68a8e0;
}
.swatch-option.text {
  background: #f0f0f0;
  color: #686868;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  margin-right: 7px;
  min-width: 22px;
  padding: 4px 8px;
}
.swatch-option.text.selected {
  background-color: #ffffff;
}
.swatch-option.selected {
  outline: 2px solid #ff5501;
  border: 1px solid #ffffff;
  color: #333333;
}
.swatch-option:not(.disabled):hover {
  border: 1px solid #ffffff;
  color: #333333;
  outline: 1px solid #999999;
}
.swatch-option.image:not(.disabled):hover,
.swatch-option.color:not(.disabled):hover {
  border: 1px solid #ffffff;
  outline: 2px solid #c34000;
}
.swatch-option.disabled {
  box-shadow: unset;
  cursor: default;
  pointer-events: none;
}
.swatch-option.disabled:after {
  background: linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(42%, rgba(255, 255, 255, 0)), color-stop(43%, #ffffff), color-stop(46%, #ffffff), color-stop(47%, #ff5216), color-stop(53%, #ff5216), color-stop(54%, #ffffff), color-stop(57%, #ffffff), color-stop(58%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  bottom: 0;
  content: '';
  filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff, endColorstr=#00ffffff, GradientType=1)';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.swatch-option-disabled {
  border: 0;
  cursor: default;
  outline: none !important;
}
.swatch-option-disabled:after {
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
  background: #e02b27;
  content: '';
  height: 2px;
  left: -4px;
  position: absolute;
  top: 10px;
  width: 42px;
  z-index: 995;
}
.swatch-option-loading {
  content: url('../images/loader-2.gif');
}
.swatch-option-tooltip {
  border: 1px solid #dadada;
  color: #949494;
  background: #ffffff;
  display: none;
  max-height: 100%;
  min-height: 20px;
  min-width: 20px;
  padding: 5px;
  position: absolute;
  text-align: center;
  z-index: 999;
}
.swatch-option-tooltip .corner,
.swatch-option-tooltip-layered .corner {
  bottom: 0;
  height: 8px;
  left: 40%;
  position: absolute;
}
.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before,
.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
  border-style: solid;
  content: '';
  font-size: 1px;
  height: 0;
  position: relative;
  width: 0;
}
.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before {
  border-color: #adadad transparent transparent transparent;
  border-width: 8px 8.5px 0 8.5px;
  left: 0;
  top: 2px;
}
.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
  border-color: #ffffff transparent transparent transparent;
  border-width: 7px 7.5px 0 7.5px;
  left: -15px;
  top: 1px;
}
.swatch-option-tooltip .image,
.swatch-option-tooltip-layered .image {
  display: block;
  height: 130px;
  margin: 0 auto;
  width: 130px;
}
.swatch-option-tooltip-layered {
  background: #ffffff;
  border: 1px solid #dadada;
  color: #949494;
  display: none;
  left: -47px;
  position: absolute;
  width: 140px;
  z-index: 999;
}
.swatch-option-tooltip .title {
  color: #282828;
  display: block;
  max-height: 200px;
  min-height: 20px;
  overflow: hidden;
  text-align: center;
}
.swatch-option-link-layered {
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
}
.swatch-option-link-layered:focus > div {
  box-shadow: 0 0 3px 1px #68a8e0;
}
.swatch-option-link-layered:hover > .swatch-option-tooltip-layered {
  display: block;
}
.swatch-opt {
  margin: 20px 0;
}
.swatch-opt-listing {
  margin-bottom: 10px;
}
.swatch-more {
  display: inline-block;
  margin: 2px 0;
  padding: 2px;
  position: static;
}
.swatch-visual-tooltip-layered {
  height: 160px;
  top: -170px;
}
.swatch-textual-tooltip-layered {
  height: 30px;
  top: -40px;
}
.swatch-input {
  left: -1000px;
  position: absolute;
  visibility: hidden;
}
.clearfix:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
}
.block-collapsible-nav .content {
  background: #f5f5f5;
  padding: 15px 0;
}
.block-collapsible-nav .item {
  margin: 3px 0 0;
}
.block-collapsible-nav .item:first-child {
  margin-top: 0;
}
.block-collapsible-nav .item a,
.block-collapsible-nav .item > strong {
  border-left: 3px solid transparent;
  color: #575757;
  display: block;
  padding: 5px 18px 5px 15px;
}
.block-collapsible-nav .item a {
  text-decoration: none;
}
.block-collapsible-nav .item a:hover {
  background: #e8e8e8;
}
.block-collapsible-nav .item.current a,
.block-collapsible-nav .item.current > strong {
  border-color: #ff5501;
  color: #000000;
  font-weight: 600;
}
.block-collapsible-nav .item.current a {
  border-color: #ff5501;
}
.block-collapsible-nav .item .delimiter {
  border-top: 1px solid #d1d1d1;
  display: block;
  margin: 10px 1.8rem;
}
body {
  background-color: #ffffff;
}
.page-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}
.page-main {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.page-header {
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 20px;
}
.header.content {
  padding-top: 10px;
  position: relative;
}
.logo {
  float: left;
  margin: 0 0 10px 40px;
  max-width: 50%;
  position: relative;
  z-index: 5;
}
.logo img {
  display: block;
  height: auto;
}
.page-print .logo {
  float: none;
}
.page-main > .page-title-wrapper .page-title + .action {
  margin-top: 30px;
}
.action.skip:focus {
  background: #f0f0f0;
  padding: 10px;
  box-sizing: border-box;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 15;
}
.action-skip-wrapper {
  height: 0;
  position: relative;
}
.message.global p {
  margin: 0;
}
.message.global.noscript,
.message.global.cookie {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #ffee9c;
  border-color: #d6ca8e;
  color: #333333;
  margin: 0;
}
.message.global.noscript a,
.message.global.cookie a {
  color: rgba(0, 123, 255, 0.5);
}
.message.global.noscript a:hover,
.message.global.cookie a:hover {
  color: #0069d9;
}
.message.global.noscript a:active,
.message.global.cookie a:active {
  color: #ff5501;
}
.message.global.cookie {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 3;
}
.message.global.cookie .actions {
  margin-top: 10px;
}
.message.global.demo {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #ff0101;
  border-color: none;
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
}
.message.global.demo a {
  color: rgba(0, 123, 255, 0.5);
}
.message.global.demo a:hover {
  color: #0069d9;
}
.message.global.demo a:active {
  color: #ff5501;
}
.page-footer {
  margin-top: auto;
}
.footer.content {
  border-top: 1px solid #d1d1d1;
  margin-top: 25px;
  padding-bottom: 25px;
  padding-top: 25px;
}
.footer.content .links > li {
  margin: 0 0 8px;
}
.footer.content .switcher-store {
  margin: 0 0 30px;
}
.footer .copyright,
.footer .bugs {
  display: block;
  margin: 20px 0 0;
}
.page-header .panel.wrapper .switcher,
.page-footer .switcher {
  margin-right: 10px;
}
.page-header .panel.wrapper .switcher .options,
.page-footer .switcher .options {
  display: inline-block;
  position: relative;
}
.page-header .panel.wrapper .switcher .options:before,
.page-footer .switcher .options:before,
.page-header .panel.wrapper .switcher .options:after,
.page-footer .switcher .options:after {
  content: '';
  display: table;
}
.page-header .panel.wrapper .switcher .options:after,
.page-footer .switcher .options:after {
  clear: both;
}
.page-header .panel.wrapper .switcher .options .action.toggle,
.page-footer .switcher .options .action.toggle {
  padding: 0;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.page-header .panel.wrapper .switcher .options .action.toggle > span,
.page-footer .switcher .options .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.page-header .panel.wrapper .switcher .options .action.toggle:after,
.page-footer .switcher .options .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  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 .panel.wrapper .switcher .options .action.toggle:hover:after,
.page-footer .switcher .options .action.toggle:hover:after {
  color: inherit;
}
.page-header .panel.wrapper .switcher .options .action.toggle:active:after,
.page-footer .switcher .options .action.toggle:active:after {
  color: inherit;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active,
.page-footer .switcher .options .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active > span,
.page-footer .switcher .options .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active:after,
.page-footer .switcher .options .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  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 .panel.wrapper .switcher .options .action.toggle.active:hover:after,
.page-footer .switcher .options .action.toggle.active:hover:after {
  color: inherit;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active:active:after,
.page-footer .switcher .options .action.toggle.active:active:after {
  color: inherit;
}
.page-header .panel.wrapper .switcher .options ul.dropdown,
.page-footer .switcher .options ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 160px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.page-header .panel.wrapper .switcher .options ul.dropdown li,
.page-footer .switcher .options ul.dropdown li {
  margin: 0;
  padding: 0;
}
.page-header .panel.wrapper .switcher .options ul.dropdown li:hover,
.page-footer .switcher .options ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before,
.page-header .panel.wrapper .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.page-header .panel.wrapper .switcher .options.active,
.page-footer .switcher .options.active {
  overflow: visible;
}
.page-header .panel.wrapper .switcher .options.active ul.dropdown,
.page-footer .switcher .options.active ul.dropdown {
  display: block;
}
.page-header .panel.wrapper .switcher .options ul.dropdown a,
.page-footer .switcher .options ul.dropdown a {
  display: block;
  padding: 8px;
}
.page-header .panel.wrapper .switcher .options ul.dropdown a:hover,
.page-footer .switcher .options ul.dropdown a:hover {
  text-decoration: none;
}
.page-header .panel.wrapper .switcher li,
.page-footer .switcher li {
  font-size: 12px;
  margin: 0;
}
.page-header .panel.wrapper .switcher strong,
.page-footer .switcher strong {
  font-weight: 400;
}
.widget {
  clear: both;
}
.page-header .widget.block,
.page-footer .widget.block {
  margin: 20px 0;
}
.ui-datepicker td {
  padding: 0;
}
.cookie-status-message {
  display: none;
}
.my-credit-cards .status {
  font-style: italic;
}
.my-credit-cards .action.delete {
  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;
}
.my-credit-cards .action.delete:focus,
.my-credit-cards .action.delete:active {
  background: none;
  border: none;
}
.my-credit-cards .action.delete:hover {
  background: none;
  border: none;
}
.my-credit-cards .action.delete.disabled,
.my-credit-cards .action.delete[disabled],
fieldset[disabled] .my-credit-cards .action.delete {
  pointer-events: none;
  opacity: 0.5;
}
.my-credit-cards .action.delete:visited {
  color: rgba(0, 123, 255, 0.5);
  text-decoration: none;
}
.my-credit-cards .action.delete:hover {
  color: #0069d9;
  text-decoration: underline;
}
.my-credit-cards .action.delete:active {
  color: #ff5501;
  text-decoration: underline;
}
.my-credit-cards .action.delete:hover,
.my-credit-cards .action.delete:active,
.my-credit-cards .action.delete:focus {
  background: none;
  border: 0;
}
.my-credit-cards .action.delete.disabled,
.my-credit-cards .action.delete[disabled],
fieldset[disabled] .my-credit-cards .action.delete {
  color: rgba(0, 123, 255, 0.5);
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.my-credit-cards-popup .modal-footer {
  text-align: right;
}
.my-credit-cards-popup .action.secondary {
  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-right: 20px;
}
.my-credit-cards-popup .action.secondary:focus,
.my-credit-cards-popup .action.secondary:active {
  background: none;
  border: none;
}
.my-credit-cards-popup .action.secondary:hover {
  background: none;
  border: none;
}
.my-credit-cards-popup .action.secondary.disabled,
.my-credit-cards-popup .action.secondary[disabled],
fieldset[disabled] .my-credit-cards-popup .action.secondary {
  pointer-events: none;
  opacity: 0.5;
}
.my-credit-cards-popup .action.secondary:visited {
  color: rgba(0, 123, 255, 0.5);
  text-decoration: none;
}
.my-credit-cards-popup .action.secondary:hover {
  color: #0069d9;
  text-decoration: underline;
}
.my-credit-cards-popup .action.secondary:active {
  color: #ff5501;
  text-decoration: underline;
}
.my-credit-cards-popup .action.secondary:hover,
.my-credit-cards-popup .action.secondary:active,
.my-credit-cards-popup .action.secondary:focus {
  background: none;
  border: 0;
}
.my-credit-cards-popup .action.secondary.disabled,
.my-credit-cards-popup .action.secondary[disabled],
fieldset[disabled] .my-credit-cards-popup .action.secondary {
  color: rgba(0, 123, 255, 0.5);
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.minilist .weee {
  display: table-row;
  font-size: 1.1rem;
}
.minilist .weee:before {
  display: none;
}
.price-container.weee:before {
  display: none;
}
.toolbar.wishlist-toolbar .limiter {
  float: right;
}
.toolbar.wishlist-toolbar .main .pages {
  display: inline-block;
  position: relative;
  z-index: 0;
}
.toolbar.wishlist-toolbar .toolbar-amount,
.toolbar.wishlist-toolbar .limiter {
  display: inline-block;
  z-index: 1;
}
.product-items .action.towishlist:before,
.products.list.items .action.towishlist:before,
.table-comparison .action.towishlist:before {
  content: '\e601';
}
.account .table-wrapper .data.table.wishlist > thead > tr > th,
.account .table-wrapper .data.table.wishlist > tbody > tr > th,
.account .table-wrapper .data.table.wishlist > tfoot > tr > th,
.account .table-wrapper .data.table.wishlist > thead > tr > td,
.account .table-wrapper .data.table.wishlist > tbody > tr > td,
.account .table-wrapper .data.table.wishlist > tfoot > tr > td {
  border-top: 1px solid #d1d1d1;
}
.account .table-wrapper .data.table.wishlist > caption + thead > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > colgroup + thead > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > thead:first-child > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > caption + thead > tr:first-child > td,
.account .table-wrapper .data.table.wishlist > colgroup + thead > tr:first-child > td,
.account .table-wrapper .data.table.wishlist > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.account .table-wrapper .data.table.wishlist > tbody + tbody {
  border-top: 1px solid #d1d1d1;
}
.account .table-wrapper .data.table.wishlist thead > tr > th {
  border-bottom: 0;
}
.account .table-wrapper .data.table.wishlist tbody > tr:last-child > td {
  border-bottom: 1px solid #d1d1d1;
}
.account .table-wrapper .data.table.wishlist .product.name {
  display: inline-block;
  margin-bottom: 10px;
}
.account .table-wrapper .data.table.wishlist .box-tocart {
  margin: 10px 0;
}
.account .table-wrapper .data.table.wishlist .box-tocart .qty {
  vertical-align: middle;
}
.account .table-wrapper .data.table.wishlist .col.item {
  width: 50%;
}
.account .table-wrapper .data.table.wishlist .col.photo {
  max-width: 150px;
}
.account .table-wrapper .data.table.wishlist .col.selector {
  max-width: 15px;
}
.account .table-wrapper .data.table.wishlist textarea {
  margin: 10px 0;
}
.account .table-wrapper .data.table.wishlist .input-text.qty {
  margin-bottom: 10px;
}
.account .table-wrapper .data.table.wishlist .action.primary {
  vertical-align: top;
}
.account .table-wrapper .data.table.wishlist .price {
  font-weight: 700;
}
.block-wishlist .product-item-name {
  margin-right: 25px;
}
.products-grid.wishlist .product-item {
  margin-left: 2%;
  width: calc((100% - 4%) / 3);
}
.products-grid.wishlist .product-item:nth-child(3n + 1) {
  margin-left: 0;
}
.products-grid.wishlist .product-item-photo {
  display: block;
  margin-bottom: 10px;
}
.products-grid.wishlist .product-item-name {
  margin-top: 0;
}
.products-grid.wishlist .product-item .price-box {
  margin: 0;
}
.products-grid.wishlist .product-item-comment {
  display: block;
  height: 42px;
  margin: 10px 0;
}
.products-grid.wishlist .product-item-actions > * {
  margin-right: 15px;
}
.products-grid.wishlist .product-item-actions > *:last-child {
  margin-right: 0;
}
.products-grid.wishlist .product-item .box-tocart input.qty {
  height: 32px;
}
.products {
  margin: 30px 0;
}
.product-items {
  font-size: 0;
}
.product-item {
  font-size: 1.4rem;
  vertical-align: top;
}
.products-grid .product-item {
  display: inline-block;
  margin-left: 2%;
  padding: 0;
  width: calc((100% - 2%) / 2);
}
.product-item:nth-child(2n + 1) {
  margin-left: 0;
}
.product-item-name {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  display: block;
  hyphens: auto;
  margin: 5px 0;
  word-wrap: break-word;
}
.product-item-info {
  max-width: 100%;
  width: 152px;
}
.page-products .product-item-info {
  width: 240px;
}
.product-item-actions {
  font-size: 0;
}
.product-item-actions > * {
  font-size: 1.4rem;
}
.product-item-actions .actions-secondary {
  display: inline-block;
  font-size: 1.4rem;
  vertical-align: middle;
  white-space: nowrap;
}
.product-item-actions .actions-secondary > button.action,
.product-item-actions .actions-secondary > .quote-details-items .actions-toolbar > .action.action,
.product-item-actions .actions-secondary > .cart.table-wrapper .actions-toolbar > .action.action,
.product-item-actions .actions-secondary > .action-gift.action {
  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;
}
.product-item-actions .actions-secondary > button.action:focus,
.product-item-actions .actions-secondary > button.action:active,
.product-item-actions .actions-secondary > .quote-details-items .actions-toolbar > .action.action:focus,
.product-item-actions .actions-secondary > .quote-details-items .actions-toolbar > .action.action:active,
.product-item-actions .actions-secondary > .cart.table-wrapper .actions-toolbar > .action.action:focus,
.product-item-actions .actions-secondary > .cart.table-wrapper .actions-toolbar > .action.action:active,
.product-item-actions .actions-secondary > .action-gift.action:focus,
.product-item-actions .actions-secondary > .action-gift.action:active {
  background: none;
  border: none;
}
.product-item-actions .actions-secondary > button.action:hover,
.product-item-actions .actions-secondary > .quote-details-items .actions-toolbar > .action.action:hover,
.product-item-actions .actions-secondary > .cart.table-wrapper .actions-toolbar > .action.action:hover,
.product-item-actions .actions-secondary > .action-gift.action:hover {
  background: none;
  border: none;
}
.product-item-actions .actions-secondary > button.action.disabled,
.product-item-actions .actions-secondary > button.action[disabled],
fieldset[disabled] .product-item-actions .actions-secondary > button.action,
.product-item-actions .actions-secondary > .quote-details-items .actions-toolbar > .action.action.disabled,
.product-item-actions .actions-secondary > .quote-details-items .actions-toolbar > .action.action[disabled],
fieldset[disabled] .product-item-actions .actions-secondary > .quote-details-items .actions-toolbar > .action.action,
.product-item-actions .actions-secondary > .cart.table-wrapper .actions-toolbar > .action.action.disabled,
.product-item-actions .actions-secondary > .cart.table-wrapper .actions-toolbar > .action.action[disabled],
fieldset[disabled] .product-item-actions .actions-secondary > .cart.table-wrapper .actions-toolbar > .action.action,
.product-item-actions .actions-secondary > .action-gift.action.disabled,
.product-item-actions .actions-secondary > .action-gift.action[disabled],
fieldset[disabled] .product-item-actions .actions-secondary > .action-gift.action {
  pointer-events: none;
  opacity: 0.5;
}
.product-item-actions .actions-secondary > .action {
  line-height: 35px;
  text-align: center;
  width: 35px;
}
.product-item-actions .actions-secondary > .action:before {
  margin: 0;
}
.product-item-actions .actions-primary {
  display: inline-block;
  vertical-align: middle;
}
.product-item-description {
  margin: 25px 0;
}
.product-item .product-reviews-summary .rating-summary {
  margin: 0 4px 0 0;
}
.product-item .product-reviews-summary .reviews-actions {
  font-size: 12px;
  margin-top: 5px;
}
.product-item .price-box {
  margin: 10px 0 25px;
}
.product-item .price-box .price {
  font-size: 1.4rem;
  font-weight: 700;
  white-space: nowrap;
}
.product-item .price-box .price-label {
  font-size: 12px;
}
.product-item .price-box .price-label:after {
  content: ':';
}
.product-item .special-price .price,
.product-item .minimal-price .price {
  font-size: 1.4rem;
  font-weight: 700;
}
.product-item .special-price .price-wrapper,
.product-item .minimal-price .price-wrapper {
  display: inline-block;
}
.product-item .special-price .price-including-tax + .price-excluding-tax,
.product-item .minimal-price .price-including-tax + .price-excluding-tax {
  display: block;
}
.product-item .special-price {
  display: block;
}
.product-item .old-price .price {
  font-weight: 400;
}
.product-item .regular-price .price-label {
  display: none;
}
.product-item .minimal-price .price-container {
  display: block;
}
.product-item .minimal-price-link {
  margin-top: 5px;
}
.product-item .minimal-price-link .price-label {
  color: rgba(0, 123, 255, 0.5);
  font-size: 1.4rem;
}
.product-item .minimal-price-link .price {
  font-weight: 400;
}
.product-item .minimal-price-link,
.product-item .price-excluding-tax,
.product-item .price-including-tax {
  display: block;
  white-space: nowrap;
}
.product-item .price-from,
.product-item .price-to {
  margin: 0;
}
.product-item .tocompare:before {
  content: '\e61f';
}
.product-item .tocart {
  white-space: nowrap;
}
.price-container .price {
  font-size: 1.4rem;
}
.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee {
  margin-top: 5px;
}
.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee,
.price-container .price-including-tax + .price-excluding-tax .price,
.price-container .weee .price,
.price-container .weee + .price-excluding-tax:before,
.price-container .weee + .price-excluding-tax .price {
  font-size: 1.1rem;
}
.price-container .weee:before {
  content: '(' attr(data-label) ': ';
}
.price-container .weee:after {
  content: ')';
}
.price-container .weee + .price-excluding-tax:before {
  content: attr(data-label) ': ';
}
.products-list .product-item {
  display: table;
  width: 100%;
}
.products-list .product-item-info {
  display: table-row;
}
.products-list .product-item-photo {
  display: table-cell;
  padding: 0 30px 30px 0;
  vertical-align: top;
  width: 1%;
}
.products-list .product-item-details {
  display: table-cell;
  vertical-align: top;
}
.page-products .columns {
  position: relative;
  z-index: 1;
}
.toolbar-amount {
  display: block;
  line-height: 26px;
  margin: 0;
  padding: 8px 0 0;
  vertical-align: middle;
}
.products.wrapper ~ .toolbar .toolbar-amount {
  display: none;
}
.toolbar-products {
  margin-bottom: 40px;
  padding: 0 10px;
  text-align: center;
}
.toolbar-products .pages {
  display: none;
}
.products.wrapper ~ .toolbar-products .pages {
  display: block;
}
.toolbar-products .limiter .control {
  display: inline-block;
}
.sorter {
  padding: 4px 0 0;
}
.products.wrapper ~ .toolbar .sorter {
  display: none;
}
.sorter .sorter-action {
  position: relative;
  top: -2px;
}
.sorter-options {
  margin: 0 0 0 7px;
  width: auto;
}
.sorter-action {
  vertical-align: top;
  display: inline-block;
  text-decoration: none;
}
.sorter-action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sorter-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 32px;
  color: #8f8f8f;
  content: '\e613';
  font-family: 'imprintplus';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sorter-action:hover:before {
  color: #333333;
}
.sorter .sort-desc:before {
  content: '\e614';
}
.modes {
  display: none;
}
.limiter-options {
  margin: 0 5px 0 7px;
  width: auto;
}
.limiter-label {
  font-weight: 400;
}
.page-products .toolbar .limiter {
  display: none;
}
.old-price,
.old.price {
  text-decoration: line-through;
}
.prices-tier .price-container .price-including-tax + .price-excluding-tax:before {
  content: '(' attr(data-label) ': ';
}
.prices-tier .price-container .price-including-tax + .price-excluding-tax:last-child:after {
  content: ')';
}
.prices-tier .price-container .weee[data-label] {
  display: inline;
}
.prices-tier .price-container .weee[data-label] .price {
  font-size: 1.1rem;
}
.prices-tier .price-container .weee[data-label]:before {
  content: ' +' attr(data-label) ': ';
}
.actual-price {
  font-weight: 700;
}
.category-image .image {
  display: block;
  height: auto;
  max-width: 100%;
}
.category-image,
.category-description {
  margin-bottom: 20px;
}
.product-image-container {
  display: inline-block;
  max-width: 100%;
}
.product-image-wrapper {
  display: block;
  height: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.product-image-photo {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
.product.media .placeholder .photo.container {
  max-width: 100%;
}
.product.media .notice {
  color: #7d7d7d;
  font-size: 1.2rem;
  margin: 10px 0;
}
.product.media .product.thumbs {
  margin: 20px 0 30px;
}
.product.media .items.thumbs {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.product.media .items.thumbs > li {
  display: inline-block;
  vertical-align: top;
}
.product.media .items.thumbs .active {
  display: block;
  line-height: 1;
}
.product.info.detailed {
  clear: both;
  margin-bottom: 30px;
}
.product.info.detailed .additional-attributes {
  width: auto;
}
.product.info.detailed .additional-attributes > thead > tr > td,
.product.info.detailed .additional-attributes > tbody > tr > td,
.product.info.detailed .additional-attributes > tfoot > tr > td {
  padding: 4px 5px 10px 5px;
}
.product.info.detailed .additional-attributes > thead > tr > th,
.product.info.detailed .additional-attributes > tbody > tr > th,
.product.info.detailed .additional-attributes > tfoot > tr > th {
  padding: 4px 30px 10px 0;
}
.page-layout-1column .product.media .description {
  display: none;
}
.product-info-main .page-title-wrapper .page-title {
  line-height: 1.42857143;
  margin-bottom: 10px;
}
.product-info-main .stock.available,
.product-info-main .stock.unavailable {
  display: inline-block;
  font-weight: 700;
  margin-right: 20px;
  text-transform: uppercase;
  vertical-align: top;
}
.product-info-main .product.attribute.sku {
  display: inline-block;
  vertical-align: top;
  color: #7d7d7d;
}
.product-info-main .product.attribute.sku > .value {
  display: inline-block;
  vertical-align: top;
  word-break: break-all;
}
.product-info-main .product.attribute.sku .type {
  margin-right: 5px;
}
.product-info-main .product.attribute.overview {
  margin: 20px 0;
}
.product-info-main .product.alert {
  margin: 10px 0;
}
.product-info-main .price-box {
  margin-top: 10px;
}
.product-info-main .product-reviews-summary .reviews-actions {
  font-size: 1.4rem;
}
.product-options-wrapper .fieldset-product-options-inner .legend {
  font-weight: 700;
  margin: 0 0 5px;
  font-size: 1.4rem;
  border: none;
  display: inline-block;
  float: none;
  padding: 0;
}
.product-options-wrapper .fieldset-product-options-inner input.datetime-picker ~ select.datetime-picker {
  margin-top: 10px;
}
.product-options-wrapper .fieldset-product-options-inner.required .legend:after,
.product-options-wrapper .fieldset-product-options-inner._required .legend:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
.product-options-wrapper .field .note {
  display: block;
}
.product-info-main .price-box .price-including-tax + .price-excluding-tax,
.product-options-bottom .price-box .price-including-tax + .price-excluding-tax,
.product-info-main .price-box .weee + .price-excluding-tax,
.product-options-bottom .price-box .weee + .price-excluding-tax,
.product-info-main .price-box .weee,
.product-options-bottom .price-box .weee {
  font-size: 1.2rem;
  line-height: 14px;
  margin-bottom: 5px;
}
.product-info-main .price-box .price-including-tax + .price-excluding-tax .price,
.product-options-bottom .price-box .price-including-tax + .price-excluding-tax .price,
.product-info-main .price-box .weee + .price-excluding-tax .price,
.product-options-bottom .price-box .weee + .price-excluding-tax .price,
.product-info-main .price-box .weee .price,
.product-options-bottom .price-box .weee .price {
  font-size: 1.2rem;
  font-weight: 700;
}
.product-info-main .price-box .price-wrapper .price,
.product-options-bottom .price-box .price-wrapper .price {
  font-size: 1.8rem;
  font-weight: 700;
}
.product-info-main .price-box .price,
.product-options-bottom .price-box .price {
  white-space: nowrap;
}
.product-info-main .special-price,
.product-options-bottom .special-price {
  display: block;
  margin: 10px 0;
}
.product-info-main .special-price .price-container,
.product-options-bottom .special-price .price-container {
  font-size: 1.4rem;
}
.product-info-main .special-price .price-label + .price-wrapper,
.product-options-bottom .special-price .price-label + .price-wrapper {
  display: inline-block;
}
.product-info-main .old-price .price-label:after,
.product-options-bottom .old-price .price-label:after,
.product-info-main .special-price .price-label:after,
.product-options-bottom .special-price .price-label:after {
  content: ': ';
}
.product-info-main .box-tocart,
.product-options-bottom .box-tocart {
  margin: 20px 0;
}
.product-info-main .box-tocart .field.qty,
.product-options-bottom .box-tocart .field.qty {
  padding-right: 15px;
}
.product-info-main .box-tocart .input-text.qty,
.product-options-bottom .box-tocart .input-text.qty {
  height: 52px;
  text-align: center;
  width: 52px;
}
.product-info-main .box-tocart .actions,
.product-options-bottom .box-tocart .actions {
  text-align: center;
}
.product-info-main .product-addto-links,
.product-options-bottom .product-addto-links {
  margin: 20px 0;
}
.product-info-main .action.tocompare,
.product-options-bottom .action.tocompare {
  vertical-align: top;
}
.prices-tier {
  background: #f5f5f5;
  margin: 10px 0;
  padding: 10px 15px;
}
.prices-tier .price-container {
  display: inline-block;
}
.prices-tier .price-including-tax,
.prices-tier .price-excluding-tax,
.prices-tier .weee {
  display: inline-block;
}
.prices-tier .price-including-tax .price,
.prices-tier .price-excluding-tax .price,
.prices-tier .weee .price {
  font-size: 1.4rem;
  font-weight: 700;
}
.ui-dialog-titlebar-close {
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: rgba(0, 123, 255, 0.5);
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.ui-dialog-titlebar-close:visited {
  color: rgba(0, 123, 255, 0.5);
  text-decoration: none;
}
.ui-dialog-titlebar-close:hover {
  color: #0069d9;
  text-decoration: underline;
}
.ui-dialog-titlebar-close:active {
  color: #ff5501;
  text-decoration: underline;
}
.ui-dialog-titlebar-close:hover,
.ui-dialog-titlebar-close:active,
.ui-dialog-titlebar-close:focus {
  background: none;
  border: 0;
}
.ui-dialog-titlebar-close.disabled,
.ui-dialog-titlebar-close[disabled],
fieldset[disabled] .ui-dialog-titlebar-close {
  color: rgba(0, 123, 255, 0.5);
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.block.related .action.select {
  margin: 0 5px;
}
.sidebar .product-items .product-item {
  margin-bottom: 20px;
  position: relative;
}
.sidebar .product-items .product-item-info {
  position: relative;
  width: auto;
}
.sidebar .product-items .product-item-info .product-item-photo {
  left: 0;
  position: absolute;
  top: 0;
}
.sidebar .product-items .product-item-name {
  margin-top: 0;
}
.sidebar .product-items .product-item-details {
  margin: 0 0 0 85px;
}
.sidebar .product-items .product-item-actions {
  display: block;
  margin-top: 10px;
}
.sidebar .product-items .price-box {
  display: block;
  margin: 7px 0;
}
.sidebar .product-items .text {
  margin-right: 8px;
}
.sidebar .product-items .counter {
  color: #7d7d7d;
  font-size: 1.2rem;
  white-space: nowrap;
}
.sidebar .product-items .minilist .price {
  display: inline;
  padding: 0;
}
.sidebar .product-items .minilist .weee:before {
  display: inline-block;
}
.sidebar .action.delete {
  position: absolute;
  right: 0;
  top: -1px;
}
.sidebar .block-wishlist .action.delete {
  line-height: unset;
  width: auto;
}
.sidebar .block-compare .action.delete {
  right: initial;
}
.sidebar .product-items-images {
  margin-left: -5px;
}
.sidebar .product-items-images .product-item {
  float: left;
  padding-left: 5px;
}
.sidebar .product-items-names .product-item {
  display: flex;
  margin-bottom: 10px;
}
.sidebar .product-items-names .product-item-name {
  margin: 0;
}
.catalog-category-view.page-layout-1column .column.main {
  min-height: inherit;
}
body.catalog-product-compare-index .action.print {
  float: right;
  margin: 15px 0;
}
.table-wrapper.comparison {
  clear: both;
  max-width: 100%;
  overflow-x: auto;
}
.table-comparison {
  table-layout: fixed;
}
.table-comparison .cell.label,
.table-comparison td:last-child {
  border-right: 1px solid #d1d1d1;
}
.table-comparison .cell {
  padding: 15px;
  width: 140px;
}
.table-comparison .cell .attribute.value {
  overflow: hidden;
  width: 100%;
}
.table-comparison .cell.product.info,
.table-comparison .cell.product.label {
  border-bottom: 1px solid #d1d1d1;
}
.table-comparison .cell.label .attribute.label {
  display: block;
  width: 100%;
  word-wrap: break-word;
}
.table-comparison .cell.attribute {
  font-size: 1.3rem;
}
.table-comparison .cell.attribute img {
  height: auto;
  max-width: 100%;
}
.table-comparison .product-item-photo {
  display: block;
  margin: 0 auto 15px;
}
.table-comparison .product-image-photo {
  margin-left: 0;
}
.table-comparison .product-item-actions,
.table-comparison .price-box,
.table-comparison .product.rating,
.table-comparison .product-item-name {
  display: block;
  margin: 15px 0;
}
.table-comparison .product-addto-links {
  margin-top: 15px;
}
.table-comparison .product-addto-links .action.split,
.table-comparison .product-addto-links .action.toggle {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
}
.table-comparison .product-addto-links .action.toggle {
  padding: 0;
}
.table-comparison .cell.remove {
  padding-bottom: 0;
  padding-top: 0;
  text-align: right;
}
.table-comparison .product-item-actions > .actions-primary + .actions-secondary {
  margin-top: 10px;
}
.table-comparison .action.tocart {
  white-space: nowrap;
}
.comparison.headings {
  background: #ffffff;
  left: 0;
  position: absolute;
  top: 0;
  width: auto;
  z-index: 2;
}
.block-compare .product-item .product-item-name {
  margin-left: 22px;
}
.block-compare .action.delete {
  left: -6px;
  position: absolute;
  right: 0;
  top: 0;
}
.block-compare .actions-toolbar {
  margin: 17px 0 0;
}
.sidebar .block-addbysku .fieldset {
  margin: 0;
}
.sidebar .block-addbysku .fieldset .fields {
  position: relative;
}
.sidebar .block-addbysku .fieldset .fields .field {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: top;
}
.sidebar .block-addbysku .fieldset .fields .field.sku {
  margin-right: -85px;
  padding-right: 90px;
  width: 100%;
}
.sidebar .block-addbysku .fieldset .fields .field.qty .qty + .mage-error {
  width: 80px;
}
.sidebar .block-addbysku .fieldset .fields .actions-toolbar {
  position: absolute;
  right: 0;
  top: 6px;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar {
  margin-bottom: 20px;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary {
  text-align: left;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary .action {
  width: auto;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .secondary {
  float: none;
  text-align: left;
}
.sidebar .block-addbysku .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 2px 0;
  width: auto;
}
.sidebar .block-addbysku .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidebar .block-addbysku .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 31px;
  line-height: 22px;
  color: inherit;
  content: '\e61c';
  font-family: 'imprintplus';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sidebar .block-addbysku .action.add:hover:before {
  color: inherit;
}
.sidebar .block-addbysku .action.add:active:before {
  color: inherit;
}
.sidebar .block-addbysku .action.links {
  display: inline-block;
  margin: 20px 0 0;
}
.sidebar .block-addbysku .action.reset {
  display: block;
  margin: 10px 0;
}
.sidebar .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;
}
.sidebar .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;
}
.sidebar .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: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sidebar .block-addbysku .action.remove:hover:before {
  color: inherit;
}
.sidebar .block-addbysku .action.remove:active:before {
  color: inherit;
}
.sidebar .block-addbysku .action.remove:focus,
.sidebar .block-addbysku .action.remove:active {
  background: none;
  border: none;
}
.sidebar .block-addbysku .action.remove:hover {
  background: none;
  border: none;
}
.sidebar .block-addbysku .action.remove.disabled,
.sidebar .block-addbysku .action.remove[disabled],
fieldset[disabled] .sidebar .block-addbysku .action.remove {
  pointer-events: none;
  opacity: 0.5;
}
.block-banners .banner-item,
.block-banners-inline .banner-item {
  display: block;
}
.block-banners .banner-item-content,
.block-banners-inline .banner-item-content {
  margin-bottom: 20px;
}
.block-banners .banner-item-content img,
.block-banners-inline .banner-item-content img {
  display: block;
  margin: 0 auto;
}
.block-product-link.widget,
.block-category-link.widget {
  display: block;
  margin-bottom: 20px;
}
.block-product-link-inline.widget {
  margin: 0;
}
.block.widget .products-grid .product-item {
  margin-left: 2%;
  width: calc((100% - 2%) / 2);
}
.block.widget .products-grid .product-item:nth-child(2n + 1) {
  margin-left: 0;
}
.block.widget .product-item-info {
  width: auto;
}
.block.widget .pager {
  padding: 0;
}
.block.widget .pager .toolbar-amount {
  float: none;
  font-size: 1.2rem;
}
.block.widget .pager .pages-item-previous {
  padding-left: 0;
}
.block.widget .pager .pages-item-next {
  position: relative;
}
.block.widget .pager .items {
  white-space: nowrap;
}
.columns .block-event {
  position: relative;
  z-index: 2;
}
.block-event .block-content {
  position: relative;
}
.block-event .block-content > .action {
  cursor: pointer;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  z-index: 3;
}
.block-event .block-content > .action.backward,
.block-event .block-content > .action.forward {
  opacity: .5;
  overflow: hidden;
  width: 20px;
  display: inline-block;
  text-decoration: none;
}
.block-event .block-content > .action.backward > span,
.block-event .block-content > .action.forward > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-event .block-content > .action.backward:before,
.block-event .block-content > .action.forward:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 55px;
  line-height: 30px;
  color: inherit;
  content: '\e617';
  font-family: 'imprintplus';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-event .block-content > .action.backward:before,
.block-event .block-content > .action.forward:before {
  margin-left: -15px;
}
.block-event .block-content > .action.backward {
  left: 0;
}
.block-event .block-content > .action.forward {
  right: 0;
}
.block-event .block-content > .action.forward:before {
  content: '\e608';
}
.block-event .block-content > .action.forward:before {
  margin-left: -20px;
}
.block-event .block-content > .action.inactive {
  cursor: default;
  display: none;
}
.block-event .block-content > .action:hover {
  opacity: 1;
}
.block-event .slider-panel {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.block-event .slider-panel .slider {
  white-space: nowrap;
}
.block-event .slider-panel .slider .item {
  background: #f0f0f0;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  white-space: normal;
  width: 16.35%;
}
.sidebar-main .block-event .slider-panel .slider .item,
.sidebar-additional .block-event .slider-panel .slider .item {
  width: 100%;
}
.block-event .slider-panel .slider .item img {
  max-width: 100%;
}
.block-event .slider-panel .slider .item .category-name {
  display: inline-block;
  font-size: 1.8rem;
  padding: 15px 5px 0;
  word-break: break-all;
}
.block-event .slider-panel .slider .item .ticker {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.block-event .slider-panel .slider .item .ticker li {
  display: none;
  margin: 0 5px;
}
.block-event .slider-panel .slider .item .ticker .value {
  font-size: 2.6rem;
  font-weight: 300;
}
.block-event .slider-panel .slider .item .ticker .label {
  display: block;
  font-size: 1.3rem;
}
.block-event .slider-panel .slider .item .dates {
  font-weight: 300;
}
.block-event .slider-panel .slider .item .dates .start,
.block-event .slider-panel .slider .item .dates .end,
.block-event .slider-panel .slider .item .dates .date {
  display: block;
}
.block-event .slider-panel .slider .item .dates .start:after {
  font-size: 1.8rem;
  content: '\2013';
  display: block;
}
.block-event .slider-panel .slider .item .dates .date {
  font-size: 1.8rem;
  font-weight: 300;
}
.block-event .slider-panel .slider .item .dates .time {
  font-size: 1.3rem;
}
.block-event .slider-panel .slider .item .box-event .box-content {
  padding: 5px 0 10px;
}
.block-event .slider-panel .slider .item .box-event .box-title {
  display: block;
  font-weight: 300;
  margin: 10px 0 0;
}
.block-event .slider-panel .slider .item .action.show {
  display: block;
  padding: 0;
}
.block-event .slider-panel .slider .item .action.show .category.name {
  display: inline-block;
  padding: 30px 10px 0;
}
.block-event .slider-panel .slider .item .action.show img {
  display: block;
}
.block-event .slider-panel .slider .item .action.event {
  background-image: none;
  background: #679f16;
  border: 1px solid #679f16;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  margin-top: 15px;
}
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active {
  background: #76b519;
  border: 1px solid #76b519;
  color: #ffffff;
}
.block-event .slider-panel .slider .item .action.event:hover {
  background: #76b519;
  border: 1px solid #76b519;
  color: #ffffff;
}
.block-event .slider-panel .slider .item .action.event.disabled,
.block-event .slider-panel .slider .item .action.event[disabled],
fieldset[disabled] .block-event .slider-panel .slider .item .action.event {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.block-event .slider-panel .slider .item .action.event:hover {
  text-decoration: none;
}
.block-static-block.widget,
.block-cms-link.widget {
  margin-bottom: 20px;
}
.links .block-static-block.widget,
.links .block-cms-link.widget {
  margin-bottom: 0;
}
.block-cms-link-inline.widget {
  margin: 0;
}
.block-wishlist-search .form-wishlist-search {
  margin: 20px 0 0;
}
.block-cms-hierarchy-link.widget {
  display: block;
  margin-bottom: 20px;
}
.block-cms-hierarchy-link-inline.widget {
  margin: 0;
}
@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,
  .main-menu .top-menu-us__list .customer-portal .quote-details-items .actions-toolbar > .action,
  .main-menu .tablet-desktop-header-links .customer-portal .quote-details-items .actions-toolbar > .action,
  .main-menu .contact-us .customer-portal .quote-details-items .actions-toolbar > .action,
  .main-menu .top-menu-us__list .customer-portal .cart.table-wrapper .actions-toolbar > .action,
  .main-menu .tablet-desktop-header-links .customer-portal .cart.table-wrapper .actions-toolbar > .action,
  .main-menu .contact-us .customer-portal .cart.table-wrapper .actions-toolbar > .action,
  .main-menu .top-menu-us__list .customer-portal .action-gift,
  .main-menu .tablet-desktop-header-links .customer-portal .action-gift,
  .main-menu .contact-us .customer-portal .action-gift {
    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,
  .main-menu .top-menu-us__list .customer-portal .quote-details-items .actions-toolbar > .action span,
  .main-menu .tablet-desktop-header-links .customer-portal .quote-details-items .actions-toolbar > .action span,
  .main-menu .contact-us .customer-portal .quote-details-items .actions-toolbar > .action span,
  .main-menu .top-menu-us__list .customer-portal .cart.table-wrapper .actions-toolbar > .action span,
  .main-menu .tablet-desktop-header-links .customer-portal .cart.table-wrapper .actions-toolbar > .action span,
  .main-menu .contact-us .customer-portal .cart.table-wrapper .actions-toolbar > .action span,
  .main-menu .top-menu-us__list .customer-portal .action-gift span,
  .main-menu .tablet-desktop-header-links .customer-portal .action-gift span,
  .main-menu .contact-us .customer-portal .action-gift 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,
  .main-menu .top-menu-us__list .customer-portal .quote-details-items .actions-toolbar > .action p,
  .main-menu .tablet-desktop-header-links .customer-portal .quote-details-items .actions-toolbar > .action p,
  .main-menu .contact-us .customer-portal .quote-details-items .actions-toolbar > .action p,
  .main-menu .top-menu-us__list .customer-portal .cart.table-wrapper .actions-toolbar > .action p,
  .main-menu .tablet-desktop-header-links .customer-portal .cart.table-wrapper .actions-toolbar > .action p,
  .main-menu .contact-us .customer-portal .cart.table-wrapper .actions-toolbar > .action p,
  .main-menu .top-menu-us__list .customer-portal .action-gift p,
  .main-menu .tablet-desktop-header-links .customer-portal .action-gift p,
  .main-menu .contact-us .customer-portal .action-gift 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,
  #maincontent .column.main .pb-newsletter .container .newsletter .content .form.subscribe .quote-details-items .actions-toolbar > .action,
  #maincontent .column.main .pb-newsletter .container .newsletter .content .form.subscribe .cart.table-wrapper .actions-toolbar > .action,
  #maincontent .column.main .pb-newsletter .container .newsletter .content .form.subscribe .action-gift {
    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,
  .block-requisition-management .requisition-toolbar-actions .quote-details-items .actions-toolbar > .action.action span,
  .block-requisition-management .requisition-toolbar-actions .cart.table-wrapper .actions-toolbar > .action.action span,
  .block-requisition-management .requisition-toolbar-actions .action-gift.action span {
    display: none;
  }
  .block-requisition-management .requisition-toolbar-actions button.action:before,
  .block-requisition-management .requisition-toolbar-actions .quote-details-items .actions-toolbar > .action.action:before,
  .block-requisition-management .requisition-toolbar-actions .cart.table-wrapper .actions-toolbar > .action.action:before,
  .block-requisition-management .requisition-toolbar-actions .action-gift.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),
  .modals-wrapper .modal-popup.popup-request-quote .modal-inner-wrap .modal-footer .quote-details-items .actions-toolbar > .action:not(:last-child),
  .modals-wrapper .modal-popup .popup-request-quote-discounts .modal-inner-wrap .modal-footer .quote-details-items .actions-toolbar > .action:not(:last-child),
  .modals-wrapper .modal-popup.popup-request-quote .modal-inner-wrap .modal-footer .cart.table-wrapper .actions-toolbar > .action:not(:last-child),
  .modals-wrapper .modal-popup .popup-request-quote-discounts .modal-inner-wrap .modal-footer .cart.table-wrapper .actions-toolbar > .action:not(:last-child),
  .modals-wrapper .modal-popup.popup-request-quote .modal-inner-wrap .modal-footer .action-gift:not(:last-child),
  .modals-wrapper .modal-popup .popup-request-quote-discounts .modal-inner-wrap .modal-footer .action-gift: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,
  #maincontent .column.main .pb-newsletter .container .newsletter .content .form.subscribe .quote-details-items .actions-toolbar > .action,
  #maincontent .column.main .pb-newsletter .container .newsletter .content .form.subscribe .cart.table-wrapper .actions-toolbar > .action,
  #maincontent .column.main .pb-newsletter .container .newsletter .content .form.subscribe .action-gift {
    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,
  .page-header .header.content .tablet-desktop-header-links .menu li .customer-portal .quote-details-items .actions-toolbar > .action,
  .page-header .header.content .tablet-desktop-header-links .menu li .customer-portal .cart.table-wrapper .actions-toolbar > .action,
  .page-header .header.content .tablet-desktop-header-links .menu li .customer-portal .action-gift {
    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,
  .page-header .header.content .tablet-desktop-header-links .menu li .customer-portal .quote-details-items .actions-toolbar > .action span,
  .page-header .header.content .tablet-desktop-header-links .menu li .customer-portal .cart.table-wrapper .actions-toolbar > .action span,
  .page-header .header.content .tablet-desktop-header-links .menu li .customer-portal .action-gift 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,
  .checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-footer .quote-details-items .actions-toolbar > .action,
  .checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-footer .cart.table-wrapper .actions-toolbar > .action,
  .checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-footer .action-gift {
    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,
  .cart-container .action-gift {
    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;
  }
}
.page-header {
  position: relative;
  width: 100%;
  padding: 0;
  min-height: 50px;
  margin: 0;
  border: none;
}
.page-header .contact-us .pagebuilder-button-primary {
  background: #679f16;
  border: 1px solid #679f16;
  box-shadow: 0 1px 4px 0 rgba(25, 33, 61, 0.08);
  height: 46px;
  padding: 9px 28px;
  cursor: pointer;
}
.page-header .contact-us .pagebuilder-button-primary span {
  font-size: 15px;
  font-weight: 700;
}
.page-header .contact-us [data-content-type='button-item'] {
  width: 100% !important;
}
.page-header .contact-us a.pagebuilder-button-primary {
  line-height: 24px;
  width: 100%;
  font-weight: 600;
  transition: background-color 0.3s ease;
  border-radius: 6px !important;
}
.page-header .contact-us a.pagebuilder-button-primary:hover {
  background-color: #ffffff !important;
  border: 1px solid #679f16 !important;
  color: #679f16 !important;
}
.page-header .header.content .tablet-desktop-header-links li.account-link {
  text-wrap: nowrap;
}
.page-header .mobile-only {
  display: block;
}
.page-header .customer-portal .action {
  border: none;
  background: none;
}
.page-header .customer-portal ul.dropdown-options {
  padding: 24px !important;
  margin-top: -2px !important;
}
.page-header .customer-portal ul.dropdown-options h4 {
  font-size: 14px;
}
.page-header .customer-portal ul.dropdown-options h2 {
  font-size: 22px;
}
.page-header .customer-portal ul.dropdown-options .pagebuilder-button-primary {
  margin: 0;
}
.page-header .customer-portal h4 {
  color: #4e99c1;
}
.page-header .upper-panel-links {
  display: block;
  float: right;
  height: 24px;
  margin-top: 14px;
  margin-right: 10px;
  margin-left: 23px;
  color: #000000;
}
.page-header .upper-panel-links a {
  color: #000000 !important;
}
.page-header .panel.wrapper {
  display: none;
}
.page-header .contact-us.button {
  padding: 0;
  float: left;
}
.page-header .contact-us.button .action {
  display: flex;
  height: 46px;
  padding: 14px 28px;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  text-wrap: nowrap;
}
.page-header .ves-megamenu .nav-item > a:first-child {
  padding-left: 0;
}
.page-header .header.content {
  min-height: 50px;
  width: 100%;
  background-color: unset;
  z-index: 800;
  padding: 24px 20px 14px;
}
.page-header .header.content .header.panel {
  max-height: 45px;
}
.page-header .header.content .upper-panel-links .menu {
  display: flex;
}
.page-header .header.content .minicart-wrapper button,
.page-header .header.content .minicart-wrapper .quote-details-items .actions-toolbar > .action,
.page-header .header.content .minicart-wrapper .cart.table-wrapper .actions-toolbar > .action,
.page-header .header.content .minicart-wrapper .action-gift {
  outline: none;
}
.page-header .header.content .minicart-wrapper .minicart-items-wrapper .product-item-details .product-item-name a {
  -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;
}
.page-header .header.content .minicart-wrapper .minicart-items-wrapper .product-item-details .product-item-name a:visited,
.page-header .header.content .minicart-wrapper .minicart-items-wrapper .product-item-details .product-item-name a:active {
  color: #3e703d;
  text-decoration: underline;
}
.page-header .header.content .minicart-wrapper .minicart-items-wrapper .product-item-details .product-item-name a:hover {
  text-decoration: underline;
  color: #65a944;
}
.page-header .header.content .minicart-wrapper .minicart-items-wrapper .product-item-details .product-item-name a:focus {
  text-decoration: underline;
  color: #000000;
}
.page-header .header.content .minicart-wrapper .minicart-items-wrapper .product-item-details .product.options td {
  padding: 0 10px 0 0;
}
.page-header .header.content:after {
  display: block;
  clear: both;
  content: "";
}
.page-header .header.content .header-nav {
  min-height: 1px;
  width: 100%;
  padding: 20px 0;
}
.page-header .header.content .header-nav:after {
  display: block;
  clear: both;
  content: "";
}
.page-header .header.content .navbar-toggle {
  display: block;
  width: 20px;
  height: 18px;
  float: left;
  margin: 16px 24px 0 0;
}
.page-header .header.content .navbar-toggle .hamburger {
  display: none;
}
.page-header .header.content .navbar-toggle .close-hamburger {
  display: block;
}
.page-header .header.content .navbar-toggle.collapsed .hamburger {
  display: block;
}
.page-header .header.content .navbar-toggle.collapsed .close-hamburger {
  display: none;
}
.page-header .header.content .logo-header {
  height: 20px;
  width: 136px;
  float: left;
  margin: 14px 0 0 0;
}
.page-header .header.content .logo-header a {
  display: block;
  height: 20px;
  width: 136px;
  background: transparent url('../images/logo.svg') no-repeat center center !important;
}
.page-header .header.content .logo-header a:visited,
.page-header .header.content .logo-header a:hover,
.page-header .header.content .logo-header a:active,
.page-header .header.content .logo-header a:focus {
  text-decoration: none;
}
.page-header .header.content .mobile-header-link {
  width: 20px;
  height: 24px;
  position: absolute;
  right: 102px;
  top: 14px;
}
.page-header .header.content .mobile-header-link a {
  width: 20px;
  height: 24px;
  display: block;
  background: transparent url('../images/icon-login.png') no-repeat center center;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  background-size: cover;
  background-position: center;
}
.page-header .header.content .mobile-header-link a:visited,
.page-header .header.content .mobile-header-link a:hover,
.page-header .header.content .mobile-header-link a:active,
.page-header .header.content .mobile-header-link a:focus {
  text-decoration: none;
}
.page-header .header.content .block-search {
  margin-top: 0;
}
.page-header .header.content .block-search .label {
  margin: 15px 16px 0 0;
}
.page-header .header.content .block-search .label:before {
  width: 21px;
  height: 20px;
  content: "";
  display: block;
  background: transparent url('../images/search.svg') no-repeat center center;
  margin: 0;
}
.page-header .header.content .block-search .label:hover {
  cursor: pointer;
}
.page-header .header.content .block-search .control {
  border: none;
}
.page-header .header.content .block-search .control input[type="text"] {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  background-color: transparent;
  border: 1px solid #575757;
  color: #333333;
  box-shadow: none;
  border-radius: 8px;
  padding: 0 16px;
  height: 46px;
  font-size: 1.6rem;
  line-height: 2.2rem;
}
.page-header .header.content .block-search .control input[type="text"]:focus {
  outline: none;
  border: 1px solid #575757;
}
.page-header .header.content .block-search .control input[type="text"]::-webkit-input-placeholder,
.page-header .header.content .block-search .control input[type="text"]::-moz-placeholder,
.page-header .header.content .block-search .control input[type="text"]:-ms-input-placeholder,
.page-header .header.content .block-search .control input[type="text"]:-moz-placeholder {
  opacity: 1;
  color: #555555;
  font-weight: 300;
  background-color: transparent;
}
.page-header .header.content .block-search .control input[type="text"].mage-error {
  border-color: #a12c2e;
}
.page-header .header.content .block-search .search-autocomplete {
  width: 300px;
  border-top: 1px solid #c2c2c2;
  margin-top: 10px;
}
.page-header .header.content .block-search .block-content .actions button,
.page-header .header.content .block-search .block-content .actions .quote-details-items .actions-toolbar > .action,
.page-header .header.content .block-search .block-content .actions .cart.table-wrapper .actions-toolbar > .action,
.page-header .header.content .block-search .block-content .actions .action-gift {
  background-color: transparent;
}
.page-header .header.content .tablet-desktop-header-links {
  display: none;
}
.page-header .header.content .minicart-wrapper {
  margin-top: 0;
}
.page-header .header.content .minicart-wrapper .block-title {
  display: none;
}
.page-header .header.content .minicart-wrapper .action.showcart:before {
  width: 23px;
  height: 24px;
  content: "";
  display: block;
  background: transparent url('../images/cart.svg') no-repeat center top;
  margin: 14px 0 0 0;
}
.page-header .header.content .minicart-wrapper .action.showcart .text,
.page-header .header.content .minicart-wrapper .action.showcart .counter.qty {
  display: none;
}
.page-header .header.content .minicart-wrapper .action.showcart.not-empty:before {
  background: transparent url('../images/cart-plus-solid.svg') no-repeat center top;
  height: 27px;
  width: 24px;
  margin: 15px 0 0 0;
}
.page-header .header.content .minicart-wrapper .block-content .items-total {
  display: none;
}
.page-header .header.content .minicart-wrapper .block-content .subtotal {
  text-align: left;
}
.page-header .header.content .minicart-wrapper .block-content .subtotal .label {
  display: inline-block;
  margin-right: 5px;
}
.page-header .header.content .minicart-wrapper .block-content .subtotal .amount.price-container {
  display: inline-block;
}
.page-header .header.content .minicart-wrapper .block-content .actions .primary .action.primary {
  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 #3e703d;
  background-color: #3e703d;
  border-radius: 8px;
  display: inline-block;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
}
.page-header .header.content .minicart-wrapper .block-content .actions .primary .action.primary:visited,
.page-header .header.content .minicart-wrapper .block-content .actions .primary .action.primary:active {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
}
.page-header .header.content .minicart-wrapper .block-content .actions .primary .action.primary:hover {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #65a944;
  border: 2px solid #65a944;
}
.page-header .header.content .minicart-wrapper .block-content .actions .primary .action.primary:focus {
  text-decoration: none;
  outline: 0;
  color: #3e703d;
  background-color: transparent;
  border: 2px solid #3e703d;
}
.page-header .header.content .minicart-wrapper .block-content .actions .secondary .action.viewcart {
  color: #333333;
  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 #333333;
  background-color: #ffffff;
  border-radius: 8px;
  display: inline-block;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  cursor: pointer;
}
.page-header .header.content .minicart-wrapper .block-content .actions .secondary .action.viewcart:visited {
  color: #65a944;
  text-decoration: none;
  outline: 0;
}
.page-header .header.content .minicart-wrapper .block-content .actions .secondary .action.viewcart:hover {
  text-decoration: none;
  outline: 0;
  color: #ffffff;
  background-color: #65a944;
  border: 2px solid #65a944;
}
.page-header .header.content .minicart-wrapper .block-content .actions .secondary .action.viewcart:active {
  color: #65a944;
  text-decoration: none;
  outline: 0;
}
.page-header .header.content .minicart-wrapper .block-content .actions .secondary .action.viewcart:focus {
  text-decoration: none;
  outline: 0;
  color: #ffffff;
  border: 2px solid #3e703d;
  background-color: #3e703d;
}
.page-header .header.content .minicart-wrapper .block-content .actions .minicart-items-wrapper .product-item-details .product-item-name a {
  -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;
}
.page-header .header.content .minicart-wrapper .block-content .actions .minicart-items-wrapper .product-item-details .product-item-name a:visited,
.page-header .header.content .minicart-wrapper .block-content .actions .minicart-items-wrapper .product-item-details .product-item-name a:active {
  color: #3e703d;
  text-decoration: underline;
}
.page-header .header.content .minicart-wrapper .block-content .actions .minicart-items-wrapper .product-item-details .product-item-name a:hover {
  text-decoration: underline;
  color: #65a944;
}
.page-header .header.content .minicart-wrapper .block-content .actions .minicart-items-wrapper .product-item-details .product-item-name a:focus {
  text-decoration: underline;
  color: #000000;
}
.page-header .header.content .minicart-wrapper .block-content .actions .minicart-items-wrapper .product-item-details .product.options td {
  padding: 0 10px 0 0;
}
.page-header .header.content .minicart-wrapper .block-content .actions .minicart-items-wrapper .product-item-details .product.options td.option-label {
  min-width: 100px;
}
.page-header .header.content .minicart-wrapper .block-content .actions .minicart-items-wrapper .product-item-details .product-item-pricing .details-qty.qty {
  display: none;
}
.page-header .header.content .navbar-collapse {
  clear: both;
  margin: 0 -20px;
}
.page-header .header.content .navbar-collapse a {
  text-decoration: none;
}
.page-header .header.content .navbar-collapse .navigation {
  padding-left: 0;
  padding-right: 0;
}
.page-header .header.content .navbar-collapse .ves-megamenu {
  padding: 0 20px;
  border-top: 2px solid #e4e4e4;
}
.page-header .header.content .navbar-collapse .ves-megamenu .nav-item .nav-anchor {
  line-height: 60px;
  font-size: 16px;
  font-weight: 400;
  border: none;
  background-color: transparent;
  color: #333333;
}
.page-header .header.content .navbar-collapse .ves-megamenu .nav-item .nav-anchor span {
  margin-left: 0;
}
.page-header .header.content .navbar-collapse .ves-megamenu .nav-item .nav-anchor .opener {
  background-color: transparent;
  right: 15px;
}
.page-header .header.content .navbar-collapse .ves-megamenu .nav-item .nav-anchor .opener:before {
  content: url('../images/arrow.svg');
  width: 15px;
  position: absolute;
  top: 24px;
}
.page-header .header.content .navbar-collapse .ves-megamenu .nav-item .nav-anchor .opener.item-active:before {
  transform: rotate(180deg);
}
.page-header .header.content .navbar-collapse .ves-megamenu .level0 {
  border: none;
}
.page-header .header.content .navbar-collapse .ves-megamenu .level0 > .nav-anchor {
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1.5px;
}
.page-header .header.content .navbar-collapse .ves-megamenu .level0 .submenu {
  border: 1px solid #dddddd;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-weight: 400;
  line-height: 1.3;
  left: auto;
  overflow-x: hidden;
  padding: 0;
  position: relative;
  transition: left 0.3s ease-out;
  top: auto;
}
.page-header .header.content .navbar-collapse .ves-megamenu .level0 .submenu .level1 {
  padding-left: 0;
}
.page-header .header.content .navbar-collapse .ves-megamenu .level0 .submenu .level1 .nav-anchor {
  text-transform: capitalize;
}
.page-header .header.content .navbar-collapse .ves-megamenu .level0 .submenu .level1 .nav-item .nav-anchor {
  padding-left: 40px;
}
.page-header .header.content .navbar-collapse .ves-megamenu .level0 .submenu .level1 .submenu {
  background-color: #e4e4e4;
  padding-left: 20px;
}
.page-header .header.content .navbar-collapse .ves-megamenu .level0 .submenu .level1 .submenu .megamenu-products-grid .product .product-image,
.page-header .header.content .navbar-collapse .ves-megamenu .level0 .submenu .level1 .submenu .megamenu-products-grid .product .product-description {
  display: none;
}
.page-header .header.content .navbar-collapse .ves-megamenu .level0 .submenu .level1 .submenu .megamenu-products-grid .product .product-title {
  line-height: 60px;
  font-size: 16px;
  padding-left: 40px;
}
.page-header .header.content .navbar-collapse .ves-megamenu .level0 .submenu .level1.nav-item .nav-anchor {
  padding-left: 40px;
}
.page-header .header.content .navbar-collapse .ves-megamenu.mobile-bottom .nav-anchor {
  font-family: 'Lato', sans-serif;
  text-transform: capitalize;
  letter-spacing: 0.3px;
  font-weight: 400;
  font-size: 16px;
}
.page-header .header.content .navbar-collapse .ves-megamenu.mobile-bottom .nav-anchor:before {
  width: 22px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: sub;
}
.page-header .header.content .navbar-collapse .ves-megamenu.mobile-bottom .nav-anchor.help-support:before {
  content: url('../images/help.svg');
}
.page-header .header.content .navbar-collapse .ves-megamenu.mobile-bottom .nav-anchor.my-account:before {
  content: url('../images/account.svg');
}
.page-header .header.content .navbar-collapse .megamenu-mobile-footer {
  padding: 20px;
  background-color: #65a944;
  float: left;
  width: 100%;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 20px;
}
.page-header .header.content .navbar-collapse .megamenu-mobile-footer a {
  text-decoration: underline;
  font-weight: 400;
}
.page-header .header.content .navbar-collapse .megamenu-mobile-footer a:link,
.page-header .header.content .navbar-collapse .megamenu-mobile-footer a:visited,
.page-header .header.content .navbar-collapse .megamenu-mobile-footer a:active {
  color: #333333;
}
.page-header .header.content .navbar-collapse .megamenu-mobile-footer:hover {
  color: #333333;
}
.page-header .header.content .navbar-collapse .megamenu-mobile-footer p + p {
  margin-top: 20px;
}
.page-header .header.content .navbar-collapse .megamenu-mobile-footer div > div {
  padding: 0;
  margin-bottom: 0;
}
.header-panel-promo {
  width: 100%;
}
.page-footer {
  background: #F0F0F0;
  margin-top: 40px;
}
.page-footer .footer.content {
  margin-top: 0;
  padding: 0;
  display: none;
}
@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%;
  }
}
.cms-index-index [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner img {
  width: 100%;
}
.cms-index-index a.pagebuilder-button-primary,
.cms-new-home a.pagebuilder-button-primary,
.cms-index-index button.pagebuilder-button-primary,
.cms-new-home button.pagebuilder-button-primary,
.cms-index-index div.pagebuilder-button-primary,
.cms-new-home div.pagebuilder-button-primary,
.cms-index-index .quote-details-items .actions-toolbar > .action.pagebuilder-button-primary,
.cms-new-home .quote-details-items .actions-toolbar > .action.pagebuilder-button-primary,
.cms-index-index .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary,
.cms-new-home .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary,
.cms-index-index .action-gift.pagebuilder-button-primary,
.cms-new-home .action-gift.pagebuilder-button-primary {
  font-weight: 600;
  transition: background-color 0.3s ease;
  border-radius: 6px !important;
}
.cms-index-index a.pagebuilder-button-primary:hover,
.cms-new-home a.pagebuilder-button-primary:hover,
.cms-index-index button.pagebuilder-button-primary:hover,
.cms-new-home button.pagebuilder-button-primary:hover,
.cms-index-index div.pagebuilder-button-primary:hover,
.cms-new-home div.pagebuilder-button-primary:hover,
.cms-index-index .quote-details-items .actions-toolbar > .action.pagebuilder-button-primary:hover,
.cms-new-home .quote-details-items .actions-toolbar > .action.pagebuilder-button-primary:hover,
.cms-index-index .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:hover,
.cms-new-home .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:hover,
.cms-index-index .action-gift.pagebuilder-button-primary:hover,
.cms-new-home .action-gift.pagebuilder-button-primary:hover {
  background-color: #ffffff !important;
  border: 1px solid #679f16 !important;
  color: #679f16 !important;
}
.cms-index-index .columns,
.cms-new-home .columns {
  display: block;
}
.cms-index-index p a,
.cms-new-home p a {
  color: #679f16;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  text-decoration-line: underline;
}
.cms-index-index.page-layout-1column #maincontent .column.main,
.cms-new-home.page-layout-1column #maincontent .column.main {
  padding: 0;
}
.cms-index-index h1,
.cms-new-home h1,
.cms-index-index h2,
.cms-new-home h2,
.cms-index-index h3,
.cms-new-home h3 {
  color: #000000 !important;
}
.cms-index-index .beyond,
.cms-new-home .beyond {
  margin-bottom: 0 !important;
  display: block !important;
}
.cms-index-index .beyond .pagebuilder-column p,
.cms-new-home .beyond .pagebuilder-column p {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
}
.cms-index-index .beyond .pagebuilder-column figure,
.cms-new-home .beyond .pagebuilder-column figure {
  margin-bottom: 0;
}
.cms-index-index .beyond .pagebuilder-column.content,
.cms-new-home .beyond .pagebuilder-column.content {
  justify-content: center !important;
  margin-top: 10px !important;
  padding-left: 20px;
  font-family: 'Raleway', sans-serif;
}
.cms-index-index .beyond .pagebuilder-column.content .h1 p,
.cms-new-home .beyond .pagebuilder-column.content .h1 p {
  font-size: 28px;
  font-weight: 700;
  line-height: 28px;
  font-family: 'Raleway', sans-serif;
  padding: 0;
}
.cms-index-index .beyond .pagebuilder-column.content h1,
.cms-new-home .beyond .pagebuilder-column.content h1 {
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
  font-family: 'Lato', sans-serif;
  padding: 30px 0 !important;
}
.cms-index-index .beyond .pagebuilder-column.content .icon-trustpilot-excellent-1,
.cms-new-home .beyond .pagebuilder-column.content .icon-trustpilot-excellent-1 {
  font-size: 18px;
}
.cms-index-index .beyond .pagebuilder-column.content .badges a.pagebuilder-button-primary,
.cms-new-home .beyond .pagebuilder-column.content .badges a.pagebuilder-button-primary,
.cms-index-index .beyond .pagebuilder-column.content .badges button.pagebuilder-button-primary,
.cms-new-home .beyond .pagebuilder-column.content .badges button.pagebuilder-button-primary,
.cms-index-index .beyond .pagebuilder-column.content .badges div.pagebuilder-button-primary,
.cms-new-home .beyond .pagebuilder-column.content .badges div.pagebuilder-button-primary,
.cms-index-index .beyond .pagebuilder-column.content .badges .quote-details-items .actions-toolbar > .action.pagebuilder-button-primary,
.cms-new-home .beyond .pagebuilder-column.content .badges .quote-details-items .actions-toolbar > .action.pagebuilder-button-primary,
.cms-index-index .beyond .pagebuilder-column.content .badges .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary,
.cms-new-home .beyond .pagebuilder-column.content .badges .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary,
.cms-index-index .beyond .pagebuilder-column.content .badges .action-gift.pagebuilder-button-primary,
.cms-new-home .beyond .pagebuilder-column.content .badges .action-gift.pagebuilder-button-primary {
  background: #679f16;
  border: 1px solid #679f16;
  box-shadow: 0 1px 4px 0 rgba(25, 33, 61, 0.08);
}
.cms-index-index .beyond .pagebuilder-column.content .badges a.pagebuilder-button-primary::after,
.cms-new-home .beyond .pagebuilder-column.content .badges a.pagebuilder-button-primary::after,
.cms-index-index .beyond .pagebuilder-column.content .badges button.pagebuilder-button-primary::after,
.cms-new-home .beyond .pagebuilder-column.content .badges button.pagebuilder-button-primary::after,
.cms-index-index .beyond .pagebuilder-column.content .badges div.pagebuilder-button-primary::after,
.cms-new-home .beyond .pagebuilder-column.content .badges div.pagebuilder-button-primary::after,
.cms-index-index .beyond .pagebuilder-column.content .badges .quote-details-items .actions-toolbar > .action.pagebuilder-button-primary::after,
.cms-new-home .beyond .pagebuilder-column.content .badges .quote-details-items .actions-toolbar > .action.pagebuilder-button-primary::after,
.cms-index-index .beyond .pagebuilder-column.content .badges .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary::after,
.cms-new-home .beyond .pagebuilder-column.content .badges .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary::after,
.cms-index-index .beyond .pagebuilder-column.content .badges .action-gift.pagebuilder-button-primary::after,
.cms-new-home .beyond .pagebuilder-column.content .badges .action-gift.pagebuilder-button-primary::after {
  font-size: 16px;
  font-family: 'imprintplus';
  content: "\e900";
  color: #ffffff;
  margin-left: 15px;
  transition: color 0.3s ease;
}
.cms-index-index .beyond .pagebuilder-column.content .badges a.pagebuilder-button-primary:hover,
.cms-new-home .beyond .pagebuilder-column.content .badges a.pagebuilder-button-primary:hover,
.cms-index-index .beyond .pagebuilder-column.content .badges button.pagebuilder-button-primary:hover,
.cms-new-home .beyond .pagebuilder-column.content .badges button.pagebuilder-button-primary:hover,
.cms-index-index .beyond .pagebuilder-column.content .badges div.pagebuilder-button-primary:hover,
.cms-new-home .beyond .pagebuilder-column.content .badges div.pagebuilder-button-primary:hover,
.cms-index-index .beyond .pagebuilder-column.content .badges .quote-details-items .actions-toolbar > .action.pagebuilder-button-primary:hover,
.cms-new-home .beyond .pagebuilder-column.content .badges .quote-details-items .actions-toolbar > .action.pagebuilder-button-primary:hover,
.cms-index-index .beyond .pagebuilder-column.content .badges .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:hover,
.cms-new-home .beyond .pagebuilder-column.content .badges .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:hover,
.cms-index-index .beyond .pagebuilder-column.content .badges .action-gift.pagebuilder-button-primary:hover,
.cms-new-home .beyond .pagebuilder-column.content .badges .action-gift.pagebuilder-button-primary:hover {
  background-color: #ffffff !important;
  border: 1px solid #679f16 !important;
  color: #679f16 !important;
}
.cms-index-index .beyond .pagebuilder-column.content .badges a.pagebuilder-button-primary:hover::after,
.cms-new-home .beyond .pagebuilder-column.content .badges a.pagebuilder-button-primary:hover::after,
.cms-index-index .beyond .pagebuilder-column.content .badges button.pagebuilder-button-primary:hover::after,
.cms-new-home .beyond .pagebuilder-column.content .badges button.pagebuilder-button-primary:hover::after,
.cms-index-index .beyond .pagebuilder-column.content .badges div.pagebuilder-button-primary:hover::after,
.cms-new-home .beyond .pagebuilder-column.content .badges div.pagebuilder-button-primary:hover::after,
.cms-index-index .beyond .pagebuilder-column.content .badges .quote-details-items .actions-toolbar > .action.pagebuilder-button-primary:hover::after,
.cms-new-home .beyond .pagebuilder-column.content .badges .quote-details-items .actions-toolbar > .action.pagebuilder-button-primary:hover::after,
.cms-index-index .beyond .pagebuilder-column.content .badges .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:hover::after,
.cms-new-home .beyond .pagebuilder-column.content .badges .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:hover::after,
.cms-index-index .beyond .pagebuilder-column.content .badges .action-gift.pagebuilder-button-primary:hover::after,
.cms-new-home .beyond .pagebuilder-column.content .badges .action-gift.pagebuilder-button-primary:hover::after {
  color: #679f16 !important;
}
.cms-index-index .beyond .pagebuilder-column.content .quote a.pagebuilder-button-primary,
.cms-new-home .beyond .pagebuilder-column.content .quote a.pagebuilder-button-primary,
.cms-index-index .beyond .pagebuilder-column.content .quote button.pagebuilder-button-primary,
.cms-new-home .beyond .pagebuilder-column.content .quote button.pagebuilder-button-primary,
.cms-index-index .beyond .pagebuilder-column.content .quote div.pagebuilder-button-primary,
.cms-new-home .beyond .pagebuilder-column.content .quote div.pagebuilder-button-primary,
.cms-index-index .beyond .pagebuilder-column.content .quote .quote-details-items .actions-toolbar > .action.pagebuilder-button-primary,
.cms-new-home .beyond .pagebuilder-column.content .quote .quote-details-items .actions-toolbar > .action.pagebuilder-button-primary,
.cms-index-index .beyond .pagebuilder-column.content .quote .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary,
.cms-new-home .beyond .pagebuilder-column.content .quote .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary,
.cms-index-index .beyond .pagebuilder-column.content .quote .action-gift.pagebuilder-button-primary,
.cms-new-home .beyond .pagebuilder-column.content .quote .action-gift.pagebuilder-button-primary {
  background: none !important;
  border: none !important;
  border: 1px solid #000000 !important;
  color: #000000;
  box-shadow: 0px 1px 4px 0px rgba(25, 33, 61, 0.08);
}
.cms-index-index .beyond .pagebuilder-column.content .quote a.pagebuilder-button-primary:hover,
.cms-new-home .beyond .pagebuilder-column.content .quote a.pagebuilder-button-primary:hover,
.cms-index-index .beyond .pagebuilder-column.content .quote button.pagebuilder-button-primary:hover,
.cms-new-home .beyond .pagebuilder-column.content .quote button.pagebuilder-button-primary:hover,
.cms-index-index .beyond .pagebuilder-column.content .quote div.pagebuilder-button-primary:hover,
.cms-new-home .beyond .pagebuilder-column.content .quote div.pagebuilder-button-primary:hover,
.cms-index-index .beyond .pagebuilder-column.content .quote .quote-details-items .actions-toolbar > .action.pagebuilder-button-primary:hover,
.cms-new-home .beyond .pagebuilder-column.content .quote .quote-details-items .actions-toolbar > .action.pagebuilder-button-primary:hover,
.cms-index-index .beyond .pagebuilder-column.content .quote .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:hover,
.cms-new-home .beyond .pagebuilder-column.content .quote .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:hover,
.cms-index-index .beyond .pagebuilder-column.content .quote .action-gift.pagebuilder-button-primary:hover,
.cms-new-home .beyond .pagebuilder-column.content .quote .action-gift.pagebuilder-button-primary:hover {
  background-color: #ffffff !important;
  border: 1px solid #679f16 !important;
  color: #679f16 !important;
}
.cms-index-index .info-bar,
.cms-new-home .info-bar {
  background: #fafafa;
  justify-content: center;
  align-items: flex-start;
  padding: 20px 10px;
  align-self: stretch;
  text-align: center !important;
}
.cms-index-index .info-bar .pagebuilder-column,
.cms-new-home .info-bar .pagebuilder-column {
  padding: 20px;
}
.cms-index-index .info-bar .pagebuilder-column .customer,
.cms-new-home .info-bar .pagebuilder-column .customer {
  font-size: 38px;
}
.cms-index-index .info-bar .pagebuilder-column .customer span[class^="icon-"],
.cms-new-home .info-bar .pagebuilder-column .customer span[class^="icon-"] {
  font-size: 36px;
}
.cms-index-index .info-bar .pagebuilder-column span[class^="icon-"],
.cms-new-home .info-bar .pagebuilder-column span[class^="icon-"] {
  color: #000000;
  font-size: 42px;
  padding: 10px 5px;
}
.cms-index-index .info-bar .pagebuilder-column h4,
.cms-new-home .info-bar .pagebuilder-column h4 {
  color: #000000;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  padding-top: 20px !important;
}
.cms-index-index .info-bar .pagebuilder-column p,
.cms-new-home .info-bar .pagebuilder-column p {
  color: #4f4f4f;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.cms-index-index .solutions,
.cms-new-home .solutions {
  padding: 45px 0;
}
.cms-index-index .solutions .pagebuilder-column-line,
.cms-new-home .solutions .pagebuilder-column-line {
  gap: 16px;
}
.cms-index-index .solutions .pagebuilder-mobile-hidden,
.cms-new-home .solutions .pagebuilder-mobile-hidden {
  max-width: 380px !important;
}
.cms-index-index .solutions h2,
.cms-new-home .solutions h2 {
  color: #000000;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  padding-bottom: 30px;
}
.cms-index-index .solutions p,
.cms-new-home .solutions p {
  color: #000000;
  font-size: 18px;
  font-weight: 400;
}
.cms-index-index .solutions .shop-our-popular,
.cms-new-home .solutions .shop-our-popular {
  padding: 0 20px;
}
.cms-index-index .solutions .shop-our-popular__list,
.cms-new-home .solutions .shop-our-popular__list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}
.cms-index-index .solutions .shop-our-popular__item,
.cms-new-home .solutions .shop-our-popular__item {
  flex-basis: 33.333%;
  padding: 10px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.cms-index-index .solutions .shop-our-popular__link,
.cms-new-home .solutions .shop-our-popular__link {
  text-decoration: none;
  display: block;
  text-align: left;
  position: relative;
}
.cms-index-index .solutions .shop-our-popular__link p,
.cms-new-home .solutions .shop-our-popular__link p,
.cms-index-index .solutions .shop-our-popular__link h3,
.cms-new-home .solutions .shop-our-popular__link h3 {
  color: #ffffff !important;
  margin: 0;
}
.cms-index-index .solutions .shop-our-popular__link > div,
.cms-new-home .solutions .shop-our-popular__link > div {
  position: absolute;
  bottom: 25px !important;
  left: 16px;
}
.cms-index-index .solutions .shop-our-popular__link span,
.cms-new-home .solutions .shop-our-popular__link span,
.cms-index-index .solutions .shop-our-popular__link a,
.cms-new-home .solutions .shop-our-popular__link a {
  color: #ffffff !important;
  font-size: 28px;
}
.cms-index-index .solutions .shop-our-popular__link span p,
.cms-new-home .solutions .shop-our-popular__link span p,
.cms-index-index .solutions .shop-our-popular__link a p,
.cms-new-home .solutions .shop-our-popular__link a p {
  color: #ffffff !important;
  font-size: 18px;
  padding: 0;
}
.cms-index-index .solutions .shop-our-popular span,
.cms-new-home .solutions .shop-our-popular span {
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}
.cms-index-index .solutions .shop-our-popular picture img,
.cms-new-home .solutions .shop-our-popular picture img {
  height: auto;
  display: block;
  border-radius: 6px;
}
.cms-index-index .products,
.cms-new-home .products {
  padding: 45px 0 100px 0;
  margin: 0;
}
.cms-index-index .products .premium-products,
.cms-new-home .products .premium-products {
  padding: 0;
}
.cms-index-index .products .premium-products a:visited,
.cms-new-home .products .premium-products a:visited {
  color: #4f4f4f;
}
.cms-index-index .products .premium-products .slick-track,
.cms-new-home .products .premium-products .slick-track {
  display: flex;
  gap: 0;
  flex-wrap: nowrap;
}
.cms-index-index .products .premium-products .premium-products__list,
.cms-new-home .products .premium-products .premium-products__list {
  padding: 0;
  display: flex;
}
.cms-index-index .products .premium-products__list .slick-slide,
.cms-new-home .products .premium-products__list .slick-slide {
  margin: 10px;
  padding: 0;
  background: #ffffff;
  border-radius: 6px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  min-height: 440px;
}
.cms-index-index .products .premium-products__item h3,
.cms-new-home .products .premium-products__item h3 {
  text-decoration: none;
  font-size: 22px;
}
.cms-index-index .products .premium-products__item a,
.cms-new-home .products .premium-products__item a {
  text-decoration: none;
  padding: 25px 20px 0;
}
.cms-index-index .products .premium-products__item a > h3,
.cms-new-home .products .premium-products__item a > h3,
.cms-index-index .products .premium-products__item a > h2,
.cms-new-home .products .premium-products__item a > h2,
.cms-index-index .products .premium-products__item a > p,
.cms-new-home .products .premium-products__item a > p,
.cms-index-index .products .premium-products__item a > span,
.cms-new-home .products .premium-products__item a > span {
  padding: 0 24px;
}
.cms-index-index .products .premium-products__item h3,
.cms-new-home .products .premium-products__item h3,
.cms-index-index .products .premium-products__item p,
.cms-new-home .products .premium-products__item p,
.cms-index-index .products .premium-products__item span,
.cms-new-home .products .premium-products__item span {
  margin-bottom: 5px;
}
.cms-index-index .products .premium-products__item h3 b,
.cms-new-home .products .premium-products__item h3 b,
.cms-index-index .products .premium-products__item p b,
.cms-new-home .products .premium-products__item p b,
.cms-index-index .products .premium-products__item span b,
.cms-new-home .products .premium-products__item span b {
  color: #679F16;
  font-size: 22px;
  font-weight: 700;
  font-family: Raleway;
}
.cms-index-index .products .premium-products__item h3,
.cms-new-home .products .premium-products__item h3 {
  margin-top: 5px;
}
.cms-index-index .products .premium-products__item p:first-child,
.cms-new-home .products .premium-products__item p:first-child {
  min-height: 48px;
}
.cms-index-index .products .premium-products picture img,
.cms-new-home .products .premium-products picture img {
  height: auto;
}
.cms-index-index .products .product-item,
.cms-new-home .products .product-item {
  border-radius: 6px;
  background: #ffffff;
  box-shadow: 0px 1px 4px 0px rgba(25, 33, 61, 0.12);
  padding-left: 22px;
}
.cms-index-index .products h2,
.cms-new-home .products h2 {
  color: #000000 !important;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  padding-bottom: 30px;
}
.cms-index-index .products .slick-next,
.cms-new-home .products .slick-next {
  background: #fafafa;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}
.cms-index-index .products .slick-next:before,
.cms-new-home .products .slick-next:before {
  content: '\e92d';
}
.cms-index-index .portal,
.cms-new-home .portal {
  padding: 0 20px;
}
.cms-index-index .portal .content,
.cms-new-home .portal .content {
  padding: 60px 0;
}
.cms-index-index .portal .content h5,
.cms-new-home .portal .content h5 {
  color: #6ad5eb;
  font-size: 22px;
  font-weight: 700;
  line-height: normal;
}
.cms-index-index .portal .content h2,
.cms-new-home .portal .content h2 {
  color: #ffffff !important;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  padding: 0;
  margin-bottom: 40px;
}
.cms-index-index .portal .content p,
.cms-new-home .portal .content p {
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 30px;
}
.cms-index-index .portal .content p a,
.cms-new-home .portal .content p a {
  color: #6ad5eb;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  text-decoration-line: underline;
}
.cms-index-index .portal .content a.pagebuilder-button-primary,
.cms-new-home .portal .content a.pagebuilder-button-primary,
.cms-index-index .portal .content button.pagebuilder-button-primary,
.cms-new-home .portal .content button.pagebuilder-button-primary,
.cms-index-index .portal .content div.pagebuilder-button-primary,
.cms-new-home .portal .content div.pagebuilder-button-primary,
.cms-index-index .portal .content .quote-details-items .actions-toolbar > .action.pagebuilder-button-primary,
.cms-new-home .portal .content .quote-details-items .actions-toolbar > .action.pagebuilder-button-primary,
.cms-index-index .portal .content .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary,
.cms-new-home .portal .content .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary,
.cms-index-index .portal .content .action-gift.pagebuilder-button-primary,
.cms-new-home .portal .content .action-gift.pagebuilder-button-primary {
  background: #ffffff;
  border: 1px solid #ffffff;
  box-shadow: 0px 1px 4px 0px rgba(25, 33, 61, 0.08);
  color: #000000;
  margin-bottom: 30px;
}
.cms-index-index .portal .content a.pagebuilder-button-primary::after,
.cms-new-home .portal .content a.pagebuilder-button-primary::after,
.cms-index-index .portal .content button.pagebuilder-button-primary::after,
.cms-new-home .portal .content button.pagebuilder-button-primary::after,
.cms-index-index .portal .content div.pagebuilder-button-primary::after,
.cms-new-home .portal .content div.pagebuilder-button-primary::after,
.cms-index-index .portal .content .quote-details-items .actions-toolbar > .action.pagebuilder-button-primary::after,
.cms-new-home .portal .content .quote-details-items .actions-toolbar > .action.pagebuilder-button-primary::after,
.cms-index-index .portal .content .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary::after,
.cms-new-home .portal .content .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary::after,
.cms-index-index .portal .content .action-gift.pagebuilder-button-primary::after,
.cms-new-home .portal .content .action-gift.pagebuilder-button-primary::after {
  font-size: 16px;
  font-family: 'imprintplus';
  content: "\e900";
  color: #679f16 !important;
  position: relative;
  margin-left: 15px;
}
.cms-index-index .reviews,
.cms-new-home .reviews {
  padding: 120px 20px;
  background: #fafafa;
}
.cms-index-index .reviews h2,
.cms-new-home .reviews h2 {
  color: #000000;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
}
.cms-index-index .reviews h3,
.cms-new-home .reviews h3 {
  color: #000000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.cms-index-index .reviews .icon-trustpilot-excellent-1,
.cms-new-home .reviews .icon-trustpilot-excellent-1 {
  font-size: 25px;
  line-height: 45px;
}
.cms-index-index .reviews a.pagebuilder-button-primary,
.cms-new-home .reviews a.pagebuilder-button-primary,
.cms-index-index .reviews button.pagebuilder-button-primary,
.cms-new-home .reviews button.pagebuilder-button-primary,
.cms-index-index .reviews div.pagebuilder-button-primary,
.cms-new-home .reviews div.pagebuilder-button-primary,
.cms-index-index .reviews .quote-details-items .actions-toolbar > .action.pagebuilder-button-primary,
.cms-new-home .reviews .quote-details-items .actions-toolbar > .action.pagebuilder-button-primary,
.cms-index-index .reviews .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary,
.cms-new-home .reviews .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary,
.cms-index-index .reviews .action-gift.pagebuilder-button-primary,
.cms-new-home .reviews .action-gift.pagebuilder-button-primary {
  background: none !important;
  border: none !important;
  border: 1px solid #000000 !important;
  color: #000000;
  box-shadow: 0px 1px 4px 0px rgba(25, 33, 61, 0.08);
}
.cms-index-index .reviews a.pagebuilder-button-primary:hover,
.cms-new-home .reviews a.pagebuilder-button-primary:hover,
.cms-index-index .reviews button.pagebuilder-button-primary:hover,
.cms-new-home .reviews button.pagebuilder-button-primary:hover,
.cms-index-index .reviews div.pagebuilder-button-primary:hover,
.cms-new-home .reviews div.pagebuilder-button-primary:hover,
.cms-index-index .reviews .quote-details-items .actions-toolbar > .action.pagebuilder-button-primary:hover,
.cms-new-home .reviews .quote-details-items .actions-toolbar > .action.pagebuilder-button-primary:hover,
.cms-index-index .reviews .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:hover,
.cms-new-home .reviews .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:hover,
.cms-index-index .reviews .action-gift.pagebuilder-button-primary:hover,
.cms-new-home .reviews .action-gift.pagebuilder-button-primary:hover {
  background-color: #ffffff !important;
  border: 1px solid #679f16 !important;
  color: #679f16 !important;
}
.cms-index-index .reviews .reviews-menu,
.cms-new-home .reviews .reviews-menu {
  padding: 20px;
}
.cms-index-index .reviews .reviews-menu .slick-track,
.cms-new-home .reviews .reviews-menu .slick-track {
  background-color: #f9f9f9;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
}
.cms-index-index .reviews .reviews-menu .slick-next:not(.primary),
.cms-new-home .reviews .reviews-menu .slick-next:not(.primary) {
  background: #ffffff;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}
.cms-index-index .reviews .reviews-menu__list,
.cms-new-home .reviews .reviews-menu__list {
  padding: 0;
}
.cms-index-index .reviews .reviews-menu__item,
.cms-new-home .reviews .reviews-menu__item {
  width: 300px;
  margin: 10px;
  padding: 20px;
  background-color: #ffffff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  text-align: center;
  display: flex !important;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 6px;
}
.cms-index-index .reviews .reviews-menu__item span,
.cms-new-home .reviews .reviews-menu__item span {
  text-align: left;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cms-index-index .reviews .reviews-menu__item h3,
.cms-new-home .reviews .reviews-menu__item h3 {
  font-size: 18px;
  font-weight: 700;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cms-index-index .reviews .reviews-menu__item h4,
.cms-new-home .reviews .reviews-menu__item h4 {
  font-size: 14px;
  font-weight: 400;
  color: #00B67A;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cms-index-index .reviews .reviews-menu__item img,
.cms-new-home .reviews .reviews-menu__item img {
  width: 50px;
  margin-top: 10px;
}
.cms-index-index .reviews .reviews-menu__item .fourstars::after,
.cms-new-home .reviews .reviews-menu__item .fourstars::after {
  content: "";
  display: inline-block;
  width: 120px;
  height: 24px;
  background-image: url('..//images/4.svg');
  background-repeat: no-repeat;
  margin-left: 8px;
}
.cms-index-index .reviews .reviews-menu__item .fourhstars::after,
.cms-new-home .reviews .reviews-menu__item .fourhstars::after {
  content: "";
  display: inline-block;
  width: 120px;
  height: 24px;
  background-image: url('..//images/4_5.svg');
  background-repeat: no-repeat;
  margin-left: 8px;
}
.cms-index-index .reviews .reviews-menu__item .fivestars::after,
.cms-new-home .reviews .reviews-menu__item .fivestars::after {
  content: "";
  display: inline-block;
  width: 120px;
  height: 24px;
  background-image: url('..//images/5.svg');
  background-repeat: no-repeat;
}
.cms-index-index .reviews .reviews-menu__item .review__text,
.cms-new-home .reviews .reviews-menu__item .review__text {
  font-size: 14px;
  color: #555;
  margin: 10px 0;
}
.cms-index-index .reviews .reviews-menu__item h3,
.cms-new-home .reviews .reviews-menu__item h3,
.cms-index-index .reviews .reviews-menu__item h4,
.cms-new-home .reviews .reviews-menu__item h4 {
  margin: 5px 0;
}
.cms-index-index .badge,
.cms-new-home .badge {
  padding: 13%;
}
.cms-index-index .badge .content,
.cms-new-home .badge .content {
  padding: 20px;
  border-radius: 10px;
  border: 1px solid rgba(100, 172, 197, 0.1);
  background: #fafafa;
  box-shadow: 0 1px 4px 0 rgba(25, 33, 61, 0.12);
}
.cms-index-index .badge .content h2,
.cms-new-home .badge .content h2 {
  color: #000000;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  padding-bottom: 15px;
}
.cms-index-index .badge .content h3,
.cms-new-home .badge .content h3 {
  padding-bottom: 30px;
  color: #679f16 !important;
  font-size: 28px;
  font-weight: 700;
  line-height: normal;
}
.cms-index-index .badge .content p,
.cms-new-home .badge .content p {
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  padding-bottom: 30px;
}
.cms-index-index .badge .content a.pagebuilder-button-primary,
.cms-new-home .badge .content a.pagebuilder-button-primary,
.cms-index-index .badge .content button.pagebuilder-button-primary,
.cms-new-home .badge .content button.pagebuilder-button-primary,
.cms-index-index .badge .content div.pagebuilder-button-primary,
.cms-new-home .badge .content div.pagebuilder-button-primary,
.cms-index-index .badge .content .quote-details-items .actions-toolbar > .action.pagebuilder-button-primary,
.cms-new-home .badge .content .quote-details-items .actions-toolbar > .action.pagebuilder-button-primary,
.cms-index-index .badge .content .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary,
.cms-new-home .badge .content .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary,
.cms-index-index .badge .content .action-gift.pagebuilder-button-primary,
.cms-new-home .badge .content .action-gift.pagebuilder-button-primary {
  background: #679f16;
  border: 1px solid #679f16;
  box-shadow: 0 1px 4px 0 rgba(25, 33, 61, 0.08);
  color: #ffffff;
  margin: 0;
}
.cms-index-index .badge .content a.pagebuilder-button-primary::after,
.cms-new-home .badge .content a.pagebuilder-button-primary::after,
.cms-index-index .badge .content button.pagebuilder-button-primary::after,
.cms-new-home .badge .content button.pagebuilder-button-primary::after,
.cms-index-index .badge .content div.pagebuilder-button-primary::after,
.cms-new-home .badge .content div.pagebuilder-button-primary::after,
.cms-index-index .badge .content .quote-details-items .actions-toolbar > .action.pagebuilder-button-primary::after,
.cms-new-home .badge .content .quote-details-items .actions-toolbar > .action.pagebuilder-button-primary::after,
.cms-index-index .badge .content .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary::after,
.cms-new-home .badge .content .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary::after,
.cms-index-index .badge .content .action-gift.pagebuilder-button-primary::after,
.cms-new-home .badge .content .action-gift.pagebuilder-button-primary::after {
  font-size: 16px;
  font-family: 'imprintplus';
  content: "\e900";
  color: #ffffff !important;
  position: relative;
  margin-left: 15px;
}
.cms-index-index .badge .content a.pagebuilder-button-primary:hover,
.cms-new-home .badge .content a.pagebuilder-button-primary:hover,
.cms-index-index .badge .content button.pagebuilder-button-primary:hover,
.cms-new-home .badge .content button.pagebuilder-button-primary:hover,
.cms-index-index .badge .content div.pagebuilder-button-primary:hover,
.cms-new-home .badge .content div.pagebuilder-button-primary:hover,
.cms-index-index .badge .content .quote-details-items .actions-toolbar > .action.pagebuilder-button-primary:hover,
.cms-new-home .badge .content .quote-details-items .actions-toolbar > .action.pagebuilder-button-primary:hover,
.cms-index-index .badge .content .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:hover,
.cms-new-home .badge .content .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:hover,
.cms-index-index .badge .content .action-gift.pagebuilder-button-primary:hover,
.cms-new-home .badge .content .action-gift.pagebuilder-button-primary:hover {
  background-color: #ffffff !important;
  border: 1px solid #679f16 !important;
  color: #679f16 !important;
}
.cms-index-index .badge .content a.pagebuilder-button-primary:hover::after,
.cms-new-home .badge .content a.pagebuilder-button-primary:hover::after,
.cms-index-index .badge .content button.pagebuilder-button-primary:hover::after,
.cms-new-home .badge .content button.pagebuilder-button-primary:hover::after,
.cms-index-index .badge .content div.pagebuilder-button-primary:hover::after,
.cms-new-home .badge .content div.pagebuilder-button-primary:hover::after,
.cms-index-index .badge .content .quote-details-items .actions-toolbar > .action.pagebuilder-button-primary:hover::after,
.cms-new-home .badge .content .quote-details-items .actions-toolbar > .action.pagebuilder-button-primary:hover::after,
.cms-index-index .badge .content .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:hover::after,
.cms-new-home .badge .content .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:hover::after,
.cms-index-index .badge .content .action-gift.pagebuilder-button-primary:hover::after,
.cms-new-home .badge .content .action-gift.pagebuilder-button-primary:hover::after {
  color: #679f16 !important;
}
.cms-index-index .tailored,
.cms-new-home .tailored {
  padding-bottom: 100px;
}
.cms-index-index .tailored h2,
.cms-new-home .tailored h2 {
  color: #000000;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  padding: 0 40px 40px;
}
.cms-index-index .tailored h4,
.cms-new-home .tailored h4 {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  padding-bottom: 30px;
}
.cms-index-index .tailored ul,
.cms-new-home .tailored ul,
.cms-index-index .tailored li,
.cms-new-home .tailored li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cms-index-index .tailored .industry-menu__list,
.cms-new-home .tailored .industry-menu__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.cms-index-index .tailored .industry-menu__list ul,
.cms-new-home .tailored .industry-menu__list ul,
.cms-index-index .tailored .industry-menu__list li,
.cms-new-home .tailored .industry-menu__list li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cms-index-index .tailored .industry-menu__list .industry-menu__item,
.cms-new-home .tailored .industry-menu__list .industry-menu__item {
  flex: 1 1 100%;
  text-align: left;
  padding: 7px 20px;
}
.cms-index-index .tailored .industry-menu__list .industry-menu__item .industry-menu__link,
.cms-new-home .tailored .industry-menu__list .industry-menu__item .industry-menu__link {
  color: #000000;
  text-decoration: none;
  transition: color 0.3s ease, text-decoration 0.3s ease;
  position: relative;
}
.cms-index-index .tailored .industry-menu__list .industry-menu__item .industry-menu__link:hover,
.cms-new-home .tailored .industry-menu__list .industry-menu__item .industry-menu__link:hover {
  text-decoration: none;
}
.cms-index-index .tailored .industry-menu__list .industry-menu__item .industry-menu__link:hover h3,
.cms-new-home .tailored .industry-menu__list .industry-menu__item .industry-menu__link:hover h3 {
  text-decoration: underline;
}
.cms-index-index .tailored .industry-menu__list .industry-menu__item .industry-menu__link:hover span,
.cms-new-home .tailored .industry-menu__list .industry-menu__item .industry-menu__link:hover span {
  text-decoration: none !important;
}
.cms-index-index .tailored .industry-menu__list .industry-menu__item .industry-menu__link h3,
.cms-new-home .tailored .industry-menu__list .industry-menu__item .industry-menu__link h3 {
  margin-left: 55px;
}
.cms-index-index .tailored .industry-menu__list .industry-menu__item .industry-menu__link h3 span:before,
.cms-new-home .tailored .industry-menu__list .industry-menu__item .industry-menu__link h3 span:before {
  position: absolute;
  left: 0;
  top: 17px;
}
.cms-index-index .tailored .industry-menu__list .industry-menu__item .industry-menu__link span,
.cms-new-home .tailored .industry-menu__list .industry-menu__item .industry-menu__link span {
  text-decoration: none !important;
}
.cms-index-index .tailored .industry-menu__list .industry-menu__item .industry-menu__link span[class^="icon-"],
.cms-new-home .tailored .industry-menu__list .industry-menu__item .industry-menu__link span[class^="icon-"] {
  color: #000000;
  font-size: 32px;
}
.cms-index-index .tailored .industry-menu__list .industry-menu__item .industry-menu__link h3,
.cms-new-home .tailored .industry-menu__list .industry-menu__item .industry-menu__link h3 {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 15px;
  height: 50px;
  margin-top: 17px;
}
.cms-index-index .why,
.cms-new-home .why {
  padding: 18% 6%;
}
.cms-index-index .why h2,
.cms-new-home .why h2 {
  color: #ffffff !important;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  margin-bottom: 20px;
}
.cms-index-index .why p,
.cms-new-home .why p {
  color: #ffffff !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.cms-index-index .why a.pagebuilder-button-primary,
.cms-new-home .why a.pagebuilder-button-primary,
.cms-index-index .why button.pagebuilder-button-primary,
.cms-new-home .why button.pagebuilder-button-primary,
.cms-index-index .why div.pagebuilder-button-primary,
.cms-new-home .why div.pagebuilder-button-primary,
.cms-index-index .why .quote-details-items .actions-toolbar > .action.pagebuilder-button-primary,
.cms-new-home .why .quote-details-items .actions-toolbar > .action.pagebuilder-button-primary,
.cms-index-index .why .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary,
.cms-new-home .why .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary,
.cms-index-index .why .action-gift.pagebuilder-button-primary,
.cms-new-home .why .action-gift.pagebuilder-button-primary {
  background: #ffffff;
  border: 1px solid #ffffff;
  box-shadow: 0px 1px 4px 0px rgba(25, 33, 61, 0.08);
  color: #000000;
}
.cms-index-index .why a.pagebuilder-button-primary::after,
.cms-new-home .why a.pagebuilder-button-primary::after,
.cms-index-index .why button.pagebuilder-button-primary::after,
.cms-new-home .why button.pagebuilder-button-primary::after,
.cms-index-index .why div.pagebuilder-button-primary::after,
.cms-new-home .why div.pagebuilder-button-primary::after,
.cms-index-index .why .quote-details-items .actions-toolbar > .action.pagebuilder-button-primary::after,
.cms-new-home .why .quote-details-items .actions-toolbar > .action.pagebuilder-button-primary::after,
.cms-index-index .why .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary::after,
.cms-new-home .why .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary::after,
.cms-index-index .why .action-gift.pagebuilder-button-primary::after,
.cms-new-home .why .action-gift.pagebuilder-button-primary::after {
  font-size: 16px;
  font-family: 'imprintplus';
  content: "\e900";
  color: #679f16 !important;
  position: relative;
  margin-left: 15px;
}
.widget-product-carousel .product-item .product-item-name {
  font-weight: 700;
}
.widget-product-carousel .product-item .price-box {
  display: block !important;
}
.widget-product-carousel .product-item .price-box .price-label {
  font-size: 12px;
}
.widget-product-carousel .product-item .price-box .price {
  color: #679F16;
  font-size: 16px;
  font-weight: 700;
}
.widget-product-carousel .slick-prev,
.widget-product-carousel .slick-next {
  width: 40px;
  height: 40px;
}
.widget-product-carousel .slick-next:before {
  padding-left: 1px;
}
.widget-product-carousel .slick-list {
  padding: 0 40px !important;
  padding-left: 0 !important;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .product-item {
  opacity: 1;
}
.cms-index-index .slick-next,
.cms-index-index .slick-prev {
  opacity: 1;
  transition: opacity .5s ease;
}
.cms-index-index .slick-next.slick-disabled,
.cms-index-index .slick-prev.slick-disabled {
  opacity: 0;
  transition: opacity .5s ease;
}
.cms-page-view h1,
.cms-page-view h2,
.cms-page-view h3 {
  font-family: 'Raleway', sans-serif;
}
.cms-page-view .pagebuilder-column-group {
  display: flex;
}
.cms-page-view .banner-content-right .pagebuilder-column-line {
  justify-content: flex-end;
}
html {
  scroll-behavior: smooth;
}
.description-title {
  font-size: 40px !important;
}
.page-layout-1column #maincontent {
  padding: 0;
}
.banner-title {
  color: #ffffff;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -1.5px;
  line-height: 48px;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 0 0 20px;
  border-bottom: 1px solid;
  margin: 0 20px 20px;
}
.box-above-right {
  margin: auto;
}
.box-above-right .pagebuilder-mobile-hidden {
  border-radius: 7px 0 0 7px;
}
.cms-block .pagebuilder-column p {
  color: #555555;
  font-size: 17px;
  letter-spacing: .5px;
  line-height: 26px;
  margin-bottom: 10px;
}
.cms-block .pagebuilder-column p:last-child {
  margin-bottom: 0;
}
.cms-block .pagebuilder-column h2 {
  font-size: 24px;
  line-height: 35px;
}
.cms-block-popup .pagebuilder-column h2 {
  color: #555555;
  font-family: 'Raleway', sans-serif;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -.5px;
  line-height: 26px;
  margin-bottom: 18px;
  padding-right: 30px;
}
.cms-block-popup .pagebuilder-column p:last-child {
  margin-bottom: 0;
}
.cms-block-banner > .row-full-width-inner {
  margin-bottom: auto;
  margin-top: auto;
}
.cms-block-banner > .pagebuilder-column-group:first-child {
  width: 100%;
}
.cms-block-banner h1 {
  color: #ffffff;
  font-family: 'Raleway', sans-serif;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -1.5px;
  line-height: 48px;
  z-index: 5;
}
.cms-block-banner h2 {
  color: #ffffff;
  font-family: 'Raleway', sans-serif;
  font-size: 40px;
  letter-spacing: -1.5px;
  line-height: 48px;
}
.cms-block-banner p {
  color: #ffffff;
  font-size: 17px;
  letter-spacing: .5px;
  line-height: 26px;
  margin-bottom: 10px;
}
.cms-block-banner p:last-child {
  margin-bottom: 0;
}
.corporate-banner .pagebuilder-column h2 {
  font-weight: 700;
  letter-spacing: -1.5px;
  line-height: 48px;
  margin: 0 38.1px 0 88.22px;
  max-width: 446px;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  text-transform: capitalize;
}
.corporate-reason .pagebuilder-column h2 {
  font-size: 24px;
  line-height: 35px;
}
.tablet-l-1-column .pagebuilder-column-group,
.tablet-l-2-column .pagebuilder-column-group,
.right-l-img-left .pagebuilder-column-group,
.right-l-img-right .pagebuilder-column-group {
  flex-wrap: wrap;
}
[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";
}
#braintree-three-d-modal {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  align-items: center;
  height: 100vh;
  width: 100vw;
  z-index: 100000;
  visibility: visible;
}
#braintree-three-d-modal .bt-modal-frame {
  height: 420px;
  width: 440px;
  margin: auto;
  background-color: #ffffff;
  z-index: 2;
  border-radius: 6px;
}
#braintree-three-d-modal .bt-modal-body {
  height: 380px;
  margin: 20px;
  background-color: white;
  border: 1px solid lightgray;
}
#braintree-three-d-modal .bt-mask {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.75;
}
.braintree-applepay-container-product {
  display: inline-block;
}
.braintree-applepay-container-product .braintree-apple-pay-button {
  padding: 10px 0;
  margin: 0;
  margin-bottom: 15px;
}
.braintree-apple-pay-button {
  -webkit-appearance: -apple-pay-button;
  -apple-pay-button-type: plain;
  display: block;
  width: 200px;
  min-height: 40px;
  border: 1px solid black;
  background-image: -webkit-named-image(apple-pay-logo-black);
  background-size: 100% calc(60% + 2px);
  background-repeat: no-repeat;
  background-color: black;
  background-position: 50% 50%;
  border-radius: 5px;
  padding: 2px;
  margin: 20px auto;
  transition: background-color 0.15s;
  cursor: pointer;
}
.ppcredit-summary {
  background: linear-gradient(to right, #009cde, #003087);
  color: #ffffff;
  padding: 15px;
  text-align: center;
  margin: 10px 0px;
}
.ppcreditcalc-container {
  border: 1px solid #dedede;
  background: #ffffff;
}
.ppcreditcalc-header {
  background: #ffffff;
  padding: 15px;
}
.ppcreditcalc-legal {
  background-color: #eee;
  border-top: 1px solid #dedede;
  padding: 15px;
  font-size: 1.2rem;
  line-height: 2rem;
}
.ppcreditcalc-instalments {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
  background-color: #eeeeee;
}
.ppcreditcalc-instalments li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.ppcreditcalc-instalments-term {
  display: block;
  padding: 10px 15px;
  color: #000;
}
.ppcreditcalc-instalments-term:hover {
  background: #009CDE;
  color: #FFF;
  text-decoration: none;
}
.ppcreditcalc-instalments-term.active {
  background: #003087;
  color: #FFF;
}
.ppcreditcalc-instalment-summary {
  padding: 15px;
}
.ppcreditcalc-instalment-summary dl {
  margin: 0;
}
.ppcreditcalc-instalment-summary dt {
  display: inline-block;
  width: 50%;
}
.ppcreditcalc-instalment-summary dd {
  display: inline-block;
}
#braintree_expirationDate {
  width: 90px;
}
button.braintree-googlepay-button,
.quote-details-items .actions-toolbar > .action.braintree-googlepay-button,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button,
.action-gift.braintree-googlepay-button {
  background-origin: content-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
  border-radius: 4px;
  box-shadow: rgba(60, 64, 67, 0.3) 0 1px 1px 0, rgba(60, 64, 67, 0.15) 0 1px 3px 1px;
  cursor: pointer;
  height: 40px;
  min-height: 40px;
  padding: 11px 24px;
}
button.braintree-googlepay-button.black,
.quote-details-items .actions-toolbar > .action.braintree-googlepay-button.black,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.black,
.action-gift.braintree-googlepay-button.black {
  background-color: #000;
  box-shadow: none;
  padding: 12px 24px 10px;
}
button.braintree-googlepay-button.white,
.quote-details-items .actions-toolbar > .action.braintree-googlepay-button.white,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.white,
.action-gift.braintree-googlepay-button.white {
  background-color: #ffffff;
}
button.braintree-googlepay-button.short,
.quote-details-items .actions-toolbar > .action.braintree-googlepay-button.short,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.short,
.action-gift.braintree-googlepay-button.short {
  min-width: 90px;
  width: 160px;
}
button.braintree-googlepay-button.black.short,
.quote-details-items .actions-toolbar > .action.braintree-googlepay-button.black.short,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.black.short,
.action-gift.braintree-googlepay-button.black.short {
  background-image: url(https://www.gstatic.com/instantbuy/svg/dark_gpay.svg);
}
button.braintree-googlepay-button.white.short,
.quote-details-items .actions-toolbar > .action.braintree-googlepay-button.white.short,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.white.short,
.action-gift.braintree-googlepay-button.white.short {
  background-image: url(https://www.gstatic.com/instantbuy/svg/light_gpay.svg);
}
button.braintree-googlepay-button.black:active,
.quote-details-items .actions-toolbar > .action.braintree-googlepay-button.black:active,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.black:active,
.action-gift.braintree-googlepay-button.black:active {
  background-color: #5f6368;
}
button.braintree-googlepay-button.black:hover,
.quote-details-items .actions-toolbar > .action.braintree-googlepay-button.black:hover,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.black:hover,
.action-gift.braintree-googlepay-button.black:hover {
  background-color: #3c4043;
}
button.braintree-googlepay-button.white:active,
.quote-details-items .actions-toolbar > .action.braintree-googlepay-button.white:active,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.white:active,
.action-gift.braintree-googlepay-button.white:active {
  background-color: #ffffff;
}
button.braintree-googlepay-button.white:focus,
.quote-details-items .actions-toolbar > .action.braintree-googlepay-button.white:focus,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.white:focus,
.action-gift.braintree-googlepay-button.white:focus {
  box-shadow: #e8e8e8 0 1px 1px 0, #e8e8e8 0 1px 3px;
}
button.braintree-googlepay-button.white:hover,
.quote-details-items .actions-toolbar > .action.braintree-googlepay-button.white:hover,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.white:hover,
.action-gift.braintree-googlepay-button.white:hover {
  background-color: #f8f8f8;
}
button.braintree-googlepay-button.long,
.quote-details-items .actions-toolbar > .action.braintree-googlepay-button.long,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.long,
.action-gift.braintree-googlepay-button.long {
  min-width: 152px;
  width: 240px;
}
button.braintree-googlepay-button.white.long,
.quote-details-items .actions-toolbar > .action.braintree-googlepay-button.white.long,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.white.long,
.action-gift.braintree-googlepay-button.white.long {
  background-image: url(https://www.gstatic.com/instantbuy/svg/light/en.svg);
}
button.braintree-googlepay-button.black.long,
.quote-details-items .actions-toolbar > .action.braintree-googlepay-button.black.long,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.black.long,
.action-gift.braintree-googlepay-button.black.long {
  background-image: url(https://www.gstatic.com/instantbuy/svg/dark/en.svg);
}
.googlepay-minicart-logo {
  margin-top: 15px;
  text-align: center;
}
.checkout-payment-method .credit-card-types.braintree-credit-card-types img {
  width: 30px;
  -webkit-filter: none;
  -webkit-transition: none;
}
.braintree-card-control {
  position: relative;
}
.braintree-credit-card-selected {
  position: absolute;
  z-index: 10;
  left: 10px;
}
.braintree-paypal-logo.oneclick-container {
  width: 100%;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field .label {
  font-weight: 600;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field.required > .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.8rem;
  margin: 0 0 0 5px;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field .control {
  margin: 10px 10px 0 0;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field .control input[type="text"]::placeholder,
#payment_form_braintree_ach_direct_debit .field > .fields .field .control input[type="number"]::placeholder {
  color: lightgrey;
}
#payment-method-braintree-lpm .primary {
  width: 100%;
}
#payment-method-braintree-lpm .primary .action {
  margin-bottom: 12px;
  width: 100%;
}
#payment-method-braintree-lpm .primary .action img {
  height: 40px;
}
#payment-method-braintree-cc-vault .field.required .label {
  font-weight: 600;
}
#payment-method-braintree-cc-vault .field.required .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.8rem;
  margin: 0 0 0 5px;
}
#payment-method-braintree-cc-vault .field .hosted-control {
  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: 1.4rem;
  height: 32px;
  padding: 0 9px;
  vertical-align: baseline;
  box-sizing: border-box;
  position: relative;
  width: 5rem;
}
#payment-method-braintree-cc-vault .field .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) ~ .hosted-error {
  height: auto;
  opacity: 1;
}
#payment-method-braintree-cc-vault .field .hosted-error {
  clear: both;
  color: #e02b27;
  font-size: 1.2rem;
  height: 0;
  margin-top: 7px;
  opacity: 0;
}
.braintree-paypal-fieldset {
  display: none;
}
.payment-method-braintree .hosted-control {
  border: 1px solid #c2c2c2;
  height: 32px;
  padding: 8px 15px;
  max-width: 300px;
}
.payment-method-braintree .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) ~ .hosted-error {
  height: auto;
  opacity: 1;
}
.payment-method-braintree .hosted-error {
  clear: both;
  color: #e02b27;
  font-size: 1.2rem;
  height: 0;
  margin-top: 7px;
  opacity: 0;
}
.payment-method-braintree .cvv {
  max-width: 200px;
  position: relative;
}
.payment-method-braintree .cvv .field-tooltip {
  top: 10px;
  right: 30px;
}
#braintree_cc_number {
  padding-left: 68px;
}
/**
  * Copyright © Magento, Inc. All rights reserved.
  * See COPYING.txt for license details.
*/
.catalog-product-view .weprint-data-popup.modal-popup._show .modal-inner-wrap {
  background-color: #ffffff;
  border-radius: 10px !important;
  height: auto;
  max-height: 90%;
  max-width: 1180px;
  overflow: hidden;
  padding-bottom: 44.4px;
  position: relative;
  width: 100%;
}
.catalog-product-view .page-header .header.content {
  z-index: 777;
}
.catalog-product-view .weprint-data-modal .weprint-data-index {
  font-size: 16px;
  font-weight: 700;
  padding-right: 0;
  text-align: center;
  width: 26px;
}
.catalog-product-view .modal-popup .modal-inner-wrap .modal-header {
  padding-top: 38px;
}
.catalog-product-view .modal-popup .modal-inner-wrap .modal-header .action-close:before {
  color: #555555;
}
.catalog-product-view .modal-slide .modal-inner-wrap,
.catalog-product-view .modal-popup .modal-inner-wrap {
  box-shadow: unset;
  -webkit-box-shadow: unset;
  -moz-box-shadow: unset;
  -ms-box-shadow: unset;
}
.catalog-product-view .modal-popup input:hover,
.catalog-product-view .modal-popup textarea:hover {
  border-color: #707070;
}
.weprint-data-modal .weprint-introduce .weprint-personalize {
  font-family: 'Raleway', sans-serif;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -.5px;
  line-height: 26px;
  margin-bottom: 43px;
}
.weprint-data-modal .weprint-introduce .weprint-description p {
  color: #707070;
  font-size: 15px;
  letter-spacing: .04px;
  line-height: 20px;
  margin-bottom: 44px;
}
.weprint-data-modal .weprint-table {
  max-height: 466px;
  overflow: auto;
}
.weprint-data-modal table,
.weprint-data-modal td {
  border: 0;
}
.weprint-data-modal table > tbody > tr > td,
.weprint-data-modal table > tbody > tr > th {
  vertical-align: middle;
}
.weprint-data-modal .weprint-data-input {
  width: 25.9%;
}
.weprint-data-modal .weprint-data-input input {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #707070;
  height: 37px;
}
.weprint-data-modal .weprint-data-select select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #ffffff !important;
  background-image: url('../images/arrow.svg');
  background-position: calc(95%) center;
  background-repeat: no-repeat;
  background-size: 13px;
  height: 37px !important;
  line-height: 37px !important;
}
.weprint-data-modal tr:nth-child(odd):not(:first-child) {
  background: #e5e5e5;
}
.weprint-data-modal tr:nth-child(even) td {
  padding: 12px 10px;
}
.weprint-data-modal tr:nth-child(even) .weprint-data-index {
  padding-right: 0;
}
.weprint-data-modal tr:nth-child(2) td {
  padding-top: 0;
}
.weprint-data-modal .weprint-data-rf th {
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  padding: 0 10px;
}
.weprint-data-button {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-top: 50px;
}
.weprint-data-button .weprint-data-check {
  margin-right: 38.57px;
}
.weprint-data-button .weprint-data-check .checkmark {
  background-color: #ffffff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #707070;
  cursor: pointer;
  height: 30px;
  margin: 0 11px 0 0;
  outline: none;
  vertical-align: middle;
  width: 30px;
}
.weprint-data-button .weprint-data-check .label {
  color: #707070;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .1px;
  line-height: 20px;
  margin-bottom: 0;
  text-align: left;
  vertical-align: middle;
}
.weprint-data-button .action.primary {
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  background: #679f16;
  border: 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  font-size: 16px;
  font-weight: 400;
  min-height: 33.6px;
}
.weprint-data-button .action.primary:hover,
.weprint-data-button .action.primary:active,
.weprint-data-button .action.primary:focus {
  background: #65a944;
  border: 0;
}
.modals-wrapper .modals-overlay {
  background-color: #000000;
  mix-blend-mode: normal;
  opacity: 0.6;
}
.weprint-data-button .action.primary {
  font-family: 'Lato', sans-serif;
  padding: 7px 26px;
}
.weprint-table::-webkit-scrollbar {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border: 1px solid #8c8c8c;
  height: 16px;
  width: 20px;
}
.weprint-table::-webkit-scrollbar-corner,
.weprint-table::-webkit-scrollbar-track {
  background-color: transparent;
}
.weprint-table::-webkit-scrollbar-thumb {
  background-clip: padding-box;
  background-color: #e5e5e5;
  border: 2px solid transparent;
}
.weprint-table::-webkit-scrollbar-thumb:hover {
  background-color: #707070;
}
.weprint-table::-webkit-scrollbar-thumb:active {
  background-color: #808080;
}
.weprint-table::-webkit-scrollbar-button:single-button {
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 10px;
  display: block;
}
.weprint-table::-webkit-scrollbar-button:single-button:vertical:decrement {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(96, 96, 96)'><polygon points='50,00 0,50 100,50'/></svg>");
  background-position: center 4px;
  height: 12px;
  width: 16px;
}
.weprint-table::-webkit-scrollbar-button:single-button:vertical:decrement:hover {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(112, 112, 112)'><polygon points='50,00 0,50 100,50'/></svg>");
}
.weprint-table::-webkit-scrollbar-button:single-button:vertical:decrement:active {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(128, 128, 128)'><polygon points='50,00 0,50 100,50'/></svg>");
}
.weprint-table::-webkit-scrollbar-button:single-button:vertical:increment {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(96, 96, 96)'><polygon points='0,0 100,0 50,50'/></svg>");
  background-position: center 2px;
  height: 12px;
  width: 16px;
}
.weprint-table::-webkit-scrollbar-button:single-button:vertical:increment:hover {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(112, 112, 112)'><polygon points='0,0 100,0 50,50'/></svg>");
}
.weprint-table::-webkit-scrollbar-button:single-button:vertical:increment:active {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(128, 128, 128)'><polygon points='0,0 100,0 50,50'/></svg>");
}
@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;
  }
}
.template-1-2 .post-list div.post-description {
  max-height: 53px;
}
.blog-post-view .post-date {
  color: #679f16;
}
.blog-post-view .post-bottom .block.related .block-title.title strong {
  border: none;
}
.blog-post-view .post-bottom .block.related .block-title.title {
  border-color: #d6d7da;
}
.blog-post-view ._post-description .post-description p {
  font-size: 16px;
  line-height: 24px;
}
.blog-page {
  font-family: 'Lato', sans-serif;
}
.blog-page.blog-index-index .breadcrumbs {
  position: absolute;
  margin-top: 15px;
  z-index: 1;
}
.blog-page.blog-index-index .page-title {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 50px;
}
.blog-page.blog-index-index .page-main > .page-title-wrapper {
  display: none;
}
.blog-page .page-wrapper > .breadcrumbs .items .item,
.blog-page .page-wrapper > .breadcrumbs .items .item a {
  text-decoration: none;
  color: #555555;
}
.blog-page .page-wrapper > .breadcrumbs .items .item:hover,
.blog-page .page-wrapper > .breadcrumbs .items .item a:hover {
  text-decoration: underline;
}
.blog-page .page-wrapper > .breadcrumbs .items .item:visited,
.blog-page .page-wrapper > .breadcrumbs .items .item a:visited {
  color: #555555;
}
.blog-page .blog-banner {
  max-width: 100vw;
  width: 100vw;
  height: calc(100vw/1536*450);
  margin-left: 50%;
  transform: translateX(-50%);
  margin-bottom: 75px;
}
.blog-page .blog-banner .row-full-width-inner {
  padding: 0 20px;
}
.blog-page .blog-banner .content-banner h5 {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  max-width: 350px;
}
.blog-page .block-wishlist {
  display: none;
}
.blog-page .block-categories,
.blog-page .block-rss {
  background-color: #f0f0f0;
  border-radius: 10px;
  padding: 15px;
}
.blog-page .block-categories .content-title,
.blog-page .block-rss .content-title {
  color: #000000;
  font-weight: 700;
  font-size: 18px;
  line-height: 35px;
}
.blog-page .widget.block-rss .block-title {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
}
.blog-page .widget.block-rss .block-title strong {
  margin: 0;
}
.blog-page .widget.block-rss .rss-icon {
  width: 20px;
  height: 20px;
  padding-right: 0;
  margin-right: 5px;
}
.blog-page .widget.block-categories .accordion li a {
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #000000;
}
.blog-page .widget.block-categories .block-title {
  margin-bottom: 0;
}
.blog-page .widget.block-categories .block-title .content-title {
  margin: 0;
}
.blog-page .after-title {
  font-weight: 300;
  font-size: 14px;
  line-height: 26px;
}
.blog-page [class^=template-] .post-description {
  margin-left: -10px;
  color: #333333;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
}
.blog-page [class^=template-] .post-data {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #679f16;
}
.blog-page [class^=template-] .post-info .content-post-title {
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  font-family: 'Raleway', sans-serif;
  color: #000000;
}
.blog-page .toolbar-blog-posts .pages .items {
  display: flex;
  gap: 10px;
}
.blog-page .toolbar-blog-posts .pages .item {
  border: 1px solid #828282;
  border-radius: 7px;
  display: flex;
  align-items: center;
  height: 36px;
  justify-content: center;
  width: 36px;
  margin: 0;
}
.blog-page .toolbar-blog-posts .pages .item.arrow {
  display: none;
}
.blog-page .toolbar-blog-posts .pages .item.current {
  border: none;
  background-color: #679f16;
  color: #ffffff;
}
.blog-page .toolbar-blog-posts .pages .item.current .page {
  color: #ffffff;
}
.blog-page .toolbar-blog-posts .pages .item .page {
  color: #828282;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
}
.braintree-credit-card-selected {
  position: relative;
  left: 0;
}
.payment-method-braintree .hosted-control {
  padding: 0 9px;
  width: 225px;
  position: relative;
}
.payment-method-braintree .hosted-control.hosted-cid {
  width: 5rem;
}
.payment-method-braintree .cvv {
  max-width: unset;
}
.payment-method-braintree .cvv .field-tooltip {
  left: 6rem;
}
#braintree_cc_number {
  padding-left: 9px;
}
#braintree_expirationDate {
  width: 225px;
}
.checkout-payment-method .credit-card-types.braintree-credit-card-types img {
  width: 48px;
  -webkit-filter: grayscale(100%);
}
.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;
  }
}
.catalog-product-view .pdp-shipping-message-title .pdp-free-shipping-message .pdp-shipping-message-title {
  color: #005827;
}
.availability-message {
  color: #000000;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  padding-top: 6px;
  text-align: center;
}
.availability-message:after {
  content: '';
  border-bottom: 0.5px solid #000000;
  display: block;
  margin: 35px 0;
  width: 100%;
}
.catalog-product-view .field.qty > .pdp-shipping-message-title {
  border-top: 0.5px solid #000000;
  display: block;
  margin-top: 40px;
  padding-top: 10px;
}
.catalog-product-view .column.main .product-info-main #product_addtocart_form .box-tocart .fieldset .field.qty {
  margin-bottom: 0;
  padding-right: 0;
}
.catalog-product-view .column.main .product-info-main #product_addtocart_form .box-tocart .fieldset .product-info-price {
  border-top: 0.5px solid #000000;
  margin-top: 0;
}
.catalog-product-view .column.main .klaviyo-form {
  padding: 12px 0 !important;
  max-width: 1200px !important;
}
.catalog-product-view .column.main [data-testid="form-component"] {
  padding: 0 0 10px 0 !important;
}
.catalog-product-view .old-price {
  text-decoration: none;
  margin-bottom: 36px;
}
.catalog-product-view .old-price .price {
  text-decoration: line-through;
}
.catalog-product-view .old-price .price-per-badge {
  display: none;
}
.catalog-product-view .normal-price {
  margin-bottom: 18px;
}
.catalog-product-view .normal-price .price {
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
}
.catalog-product-view .normal-price .price-per-badge {
  display: block;
}
.catalog-product-view .normal-price .price-container {
  align-items: center;
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
}
.catalog-product-view .normal-price .price-label {
  display: none;
}
.catalog-product-view .price-label {
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
}
.catalog-product-view .ct-spe-price {
  display: none;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  padding-left: 5px;
}
.catalog-product-view .format-custom {
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  padding-left: 5px;
}
.catalog-product-view .page-main .page-title-wrapper .page-title {
  margin-bottom: 10px;
}
.catalog-product-view .page-main .page-title-wrapper .page-title .base {
  font-size: 32px;
}
.catalog-product-view .columns .column.main .product.media .gallery-placeholder {
  border-radius: 20px;
  border: 1px solid #707070;
  overflow: hidden;
}
.catalog-product-view .columns .column.main .product.media .gallery-placeholder .fotorama__nav--dots .fotorama__nav__frame.fotorama__active .fotorama__dot {
  background-color: #8c8c8c;
  border: 1px solid #555555;
}
.catalog-product-view .columns .column.main .product.media .gallery-placeholder .fotorama__wrap {
  overflow: hidden;
}
.catalog-product-view .columns .column.main .product.media select {
  color: #000000;
}
.catalog-product-view .columns .column.main .product.media .fieldset > .field > .label,
.catalog-product-view .columns .column.main .product.media .fieldset > .fields > .field > .label {
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
}
.catalog-product-view .column.main .product.media .attribute.description {
  margin-top: 28px;
}
.catalog-product-view .column.main .product.media .attribute.description h2,
.catalog-product-view .column.main .product.media .attribute.description h3,
.catalog-product-view .column.main .product.media .attribute.description h4 {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  margin-bottom: 0;
}
.catalog-product-view .column.main .product.media .attribute.description h3 {
  font-size: 22px;
  line-height: 26px;
  padding: 20px 0 6px 0;
}
.catalog-product-view .column.main .product.media .attribute.description h4 {
  font-size: 18px;
  line-height: 26px;
  padding: 16px 0 4px 0;
}
.catalog-product-view .column.main .product.media .attribute.description ul,
.catalog-product-view .column.main .product.media .attribute.description ol {
  padding: 4px 0 12px 40px;
  margin-bottom: 0;
}
.catalog-product-view .column.main .product.media .attribute.description p {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0;
  margin-bottom: 0;
}
.catalog-product-view .column.main .product.media .attribute.description p:last-child {
  margin-bottom: 0;
}
.catalog-product-view .column.main .product.media .attribute.description .body-text-size-1,
.catalog-product-view .column.main .product.media .attribute.description .body-text-size-3 {
  color: #333333;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}
.catalog-product-view .column.main .product.media .attribute.description .body-text-size-1 p {
  font-size: 18px;
  line-height: 28px;
  padding: 9px 0;
  margin-bottom: 0;
}
.catalog-product-view .column.main .product.media .attribute.description .body-text-size-1 p span {
  font-size: 18px;
  line-height: 28px;
}
.catalog-product-view .column.main .product.media .attribute.description .body-text-size-1 ul li,
.catalog-product-view .column.main .product.media .attribute.description .body-text-size-1 ol li {
  font-size: 18px;
  line-height: 28px;
}
.catalog-product-view .column.main .product.media .attribute.description .body-text-size-3 p {
  font-size: 14px;
  line-height: 18px;
  padding: 7px 0;
  margin-bottom: 0;
}
.catalog-product-view .column.main .product.media .attribute.description .body-text-size-3 p span {
  font-size: 14px;
  line-height: 18px;
}
.catalog-product-view .column.main .product.media .attribute.description .body-text-size-3 ul li,
.catalog-product-view .column.main .product.media .attribute.description .body-text-size-3 ol li {
  font-size: 14px;
  line-height: 18px;
}
.catalog-product-view .column.main .product.media .attribute.description hr {
  margin: 10px 0;
}
.catalog-product-view .column.main .product.media .attribute.description h2 {
  font-family: 'Raleway', sans-serif;
  font-size: 28px;
  line-height: 33px;
  padding: 24px 0 8px 0;
}
.catalog-product-view .column.main .product-info-main-wrapper .product-info-main {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin: 0 auto;
}
.catalog-product-view .column.main .product-info-main-wrapper .product-info-main .product-addto-links,
.catalog-product-view .column.main .product-info-main-wrapper .product-info-main .product-options-bottom .product-addto-links {
  margin: 14.44px 0 11.88px;
  text-align: center;
}
.catalog-product-view .column.main .product-info-main-wrapper .product-info-main select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url('../images/arrow.svg');
  background-position: calc(95%) center;
  background-repeat: no-repeat;
  background-size: 13px;
  border-radius: 5px;
  border: 1px solid #707070;
  font-size: 12px;
  height: 37px;
  line-height: 30px;
  padding: 0 16px 0 10px;
}
.catalog-product-view .column.main .product-info-main-wrapper .product-info-main .pdp-product-info-bottom a:hover {
  text-decoration: none;
}
.catalog-product-view .column.main .product-info-main-wrapper .product-info-main #product_addtocart_form .box-tocart {
  background-color: unset;
  border: unset;
}
.catalog-product-view .column.main .product-info-main-wrapper .product-info-main #product_addtocart_form .box-tocart .actions .action.primary {
  background-color: #679f16;
  border-radius: 7px;
  border: 2px solid #679f16;
  font-size: 21px;
  font-weight: 400;
  height: 65px;
}
.catalog-product-view .column.main .product-info-main-wrapper .product-info-main #product_addtocart_form .box-tocart .actions .action.primary:hover {
  background-color: #65a944;
  border: 2px solid #65a944;
}
.catalog-product-view .column.main .product-info-main-wrapper .product-info-main #product_addtocart_form .compare-materials:hover,
.catalog-product-view .column.main .product-info-main-wrapper .product-info-main #product_addtocart_form .volume-pricing-sheet:hover {
  text-decoration: none;
}
.catalog-product-view .column.main .product-info-main-wrapper .product-info-main #product_addtocart_form .field.configurable .label,
.catalog-product-view .column.main .product-info-main-wrapper .product-info-main #product_addtocart_form .field.qty .label {
  color: #000000;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  line-height: 30px;
  padding-left: 10px;
  text-transform: capitalize;
}
.catalog-product-view .column.main .product-info-main-wrapper .product-info-main #product_addtocart_form .field.qty .input-text.qty,
.catalog-product-view .column.main .product-info-main-wrapper .product-info-main #product_addtocart_form .field.qty .badges-qty-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}
.catalog-product-view .column.main .product-info-main-wrapper .product-info-main #product_addtocart_form .field.qty .input-text.qty {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  max-height: 37px;
  max-width: 68px;
}
.catalog-product-view .column.main .product-info-main-wrapper .product-info-main #product_addtocart_form .fieldset .field.option .label {
  color: #000000;
}
.catalog-product-view .column.main .product-info-main-wrapper .product-info-main #product_addtocart_form .price-per-badge {
  color: #828282;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
}
.catalog-product-view .column.main .product-info-main-wrapper .product-info-main #product_addtocart_form .old-price .price {
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
}
.catalog-product-view .column.main .product-info-main-wrapper .product-info-main #product_addtocart_form .price {
  color: #000000;
  font-weight: 900;
  font-size: 35px;
  line-height: 43px;
}
.catalog-product-view .column.main .product-info-main-wrapper .product-info-main .box-tocart .price {
  font-size: 35px;
  line-height: 43px;
}
.catalog-product-view .column.main .product-info-main-wrapper .product-info-main .pdp-product-info-bottom p {
  font-size: 20px;
  font-weight: 900;
  line-height: 43px;
}
.catalog-product-view .column.main .product-info-main-wrapper .product-info-main .pdp-product-info-bottom p > span {
  font-weight: inherit;
}
.catalog-product-view .column.main .printing-assembly-wrapper {
  margin-top: 20px;
}
.catalog-product-view .column.main .product-info-main #product_addtocart_form .fieldset-bundle-options .field.option.customization-options .label,
.catalog-product-view .column.main .product-info-main #product_addtocart_form .fieldset-bundle-options .field.option.fasteners .label {
  font-size: 16px;
  padding-left: 10px;
  text-transform: capitalize;
}
.catalog-product-view.page-product-bundle .page-header .block-bundle-summary,
.catalog-product-view.page-product-bundle .product-add-form .block-bundle-summary {
  border-top: 0.95px solid #000000;
}
.catalog-product-view.page-product-bundle .columns .printing-assembly-wrapper .included-title {
  font-weight: 700;
}
.catalog-product-view.page-product-bundle .printing-assembly-wrapper .included-wrapper .included-grid {
  font-size: 17px;
  letter-spacing: .5px;
  line-height: 26px;
}
.catalog-product-view .page-main-details .column.main .block.related .product-items .product-item .product-item-info .actions-toolbar {
  margin-bottom: 60px;
}
.catalog-product-view .page-main-details .column.main .block.related .product-items .product-item .product-item-info .actions-toolbar .action.primary {
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  background: #ffffff;
  border: 2px solid #515151;
  color: #555555;
  font-size: 21px;
  font-weight: 700;
  line-height: 25px;
  padding: 11px 38px;
}
.catalog-product-view .page-main-details .column.main .block.related .product-items .product-item .product-item-info .product-item-details .product-item-name {
  margin: 11px 0 19px 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: 15px;
  font-weight: 500;
  line-height: 22px;
}
.catalog-product-view .page-main-details .column.main .block.related .product-items .product-item .product-item-info .photo.product-item-photo {
  border-radius: 7.1px;
  -moz-border-radius: 7.1px;
  -webkit-border-radius: 7.1px;
}
.catalog-product-view .page-main-details .column.main .block.related .title h1 {
  font-family: 'Lato', sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 36px;
  margin-bottom: 3px;
}
.catalog-product-view .page-main-details .column.main .block.related .product-items {
  padding: 0 17px;
}
.catalog-product-view .page-main-details .column.main .block.related .product-items .product.product-item {
  padding: 0;
}
.catalog-product-view .how-reusable-badges-work.how-reusable-badges-work-content {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  margin: 0 0 10px;
}
.catalog-product-view .product-item-name > a {
  color: #000000;
}
.page-layout-product-full-width .block.related {
  margin-top: 24px;
}
.page-layout-product-full-width .block.upsell {
  margin-top: 24px;
  margin-bottom: 0;
}
.page-layout-product-full-width .block.upsell #success-message {
  display: none;
}
#maincontent .column.main .how-reusable-badges-work .pagebuilder-column h2 {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -.5px;
  line-height: 26px;
  margin-bottom: 15px;
}
#maincontent .column.main .how-reusable-badges-work .pagebuilder-column p {
  color: #000000;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: .5px;
  line-height: 26px;
}
#maincontent .column.main .how-reusable-badges-work .pagebuilder-column .video-modal:hover {
  text-decoration: none;
}
.bundle-options-wrapper .fieldset {
  margin-bottom: 0;
}
.catalog-category-view .sidebar .block.filter,
.catalogsearch-result-index .sidebar .block.filter {
  display: none;
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
  margin-bottom: 10px;
  padding: 20px 0;
}
.catalog-category-view .sidebar .block.filter .filter-content,
.catalogsearch-result-index .sidebar .block.filter .filter-content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.catalog-category-view .sidebar .block.filter .filter-content .filter-subtitle,
.catalogsearch-result-index .sidebar .block.filter .filter-content .filter-subtitle {
  font-size: 12px;
  font-weight: 500;
  line-height: 37px;
  margin-bottom: 0;
  margin-right: 20px;
  text-transform: uppercase;
}
.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 {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border: 1px solid #000000;
  border-radius: 5px;
  cursor: pointer;
  margin-bottom: 10px;
  margin-right: 10px;
  min-width: 160px;
  padding: 10px 15px;
  width: 100%;
}
.catalog-category-view .sidebar .block.filter .filter-content .filter-options .filter-options-item .filter-options-title,
.catalogsearch-result-index .sidebar .block.filter .filter-content .filter-options .filter-options-item .filter-options-title {
  margin: 0;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 400;
}
.catalog-category-view .sidebar .block.filter .filter-content .filter-options .filter-options-item .filter-options-title:after,
.catalogsearch-result-index .sidebar .block.filter .filter-content .filter-options .filter-options-item .filter-options-title:after {
  content: '+';
  font-size: 24px;
  font-weight: 400;
  line-height: 14px;
}
.catalog-category-view .sidebar .block.filter .filter-content .filter-current,
.catalogsearch-result-index .sidebar .block.filter .filter-content .filter-current {
  margin-top: 10px;
  width: 100%;
}
.catalog-category-view .sidebar .block.filter .filter-content .filter-current .items,
.catalogsearch-result-index .sidebar .block.filter .filter-content .filter-current .items {
  display: flex;
  flex-direction: column;
}
.catalog-category-view .sidebar .block.filter .filter-content .filter-current .items .item,
.catalogsearch-result-index .sidebar .block.filter .filter-content .filter-current .items .item {
  font-size: 14px;
  font-weight: 300;
  margin-left: 0;
  text-align: center;
}
.catalog-category-view .sidebar .block.filter .filter-content .filter-current .items .item:first-of-type,
.catalogsearch-result-index .sidebar .block.filter .filter-content .filter-current .items .item:first-of-type {
  border-left: none;
  padding-left: 0;
}
.catalog-category-view .sidebar .block.filter .filter-content .filter-current .items .item .action.remove:before,
.catalogsearch-result-index .sidebar .block.filter .filter-content .filter-current .items .item .action.remove:before {
  background-image: url('..//images/close.svg');
  background-size: 10px;
  content: '';
  display: inline-block;
  height: 10px;
  margin-left: 5px;
  vertical-align: middle;
  width: 10px;
}
.catalog-category-view .sidebar .block.filter .filter-content .filter-current .items .item.toolbar-sidebar-count .toolbar.toolbar-products,
.catalogsearch-result-index .sidebar .block.filter .filter-content .filter-current .items .item.toolbar-sidebar-count .toolbar.toolbar-products {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 0;
  padding: 0;
  text-transform: uppercase;
}
.catalog-category-view .sidebar .block.filter .filter-content .filter-current .items .item.toolbar-sidebar-count .toolbar.toolbar-products .toolbar-amount,
.catalogsearch-result-index .sidebar .block.filter .filter-content .filter-current .items .item.toolbar-sidebar-count .toolbar.toolbar-products .toolbar-amount {
  line-height: 18px;
  padding: 0;
}
.catalog-category-view .sidebar .block.filter .filter-content .filter-current .items .item.clear-all,
.catalogsearch-result-index .sidebar .block.filter .filter-content .filter-current .items .item.clear-all {
  font-weight: 400;
}
.catalog-category-view .sidebar .block.filter .filter-content .filter-current .items .item.clear-all .action.clear:link,
.catalogsearch-result-index .sidebar .block.filter .filter-content .filter-current .items .item.clear-all .action.clear:link {
  color: #333333;
}
.catalog-category-view .sidebar .block.filter .filter-content .filter-current .items .item.clear-all .action.clear:visited,
.catalogsearch-result-index .sidebar .block.filter .filter-content .filter-current .items .item.clear-all .action.clear:visited {
  color: #333333;
}
.catalog-category-view .sidebar .block.filter .filter-content .filter-current .items .item.clear-all .action.clear:active,
.catalogsearch-result-index .sidebar .block.filter .filter-content .filter-current .items .item.clear-all .action.clear:active {
  color: #333333;
}
.catalog-category-view .sidebar .block.filter .filter-content .filter-current .items .item.clear-all .action.clearhover,
.catalogsearch-result-index .sidebar .block.filter .filter-content .filter-current .items .item.clear-all .action.clearhover {
  color: #333333;
}
.catalog-category-view .filter-modal .item,
.catalogsearch-result-index .filter-modal .item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  display: block;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
  margin-bottom: 17px;
  padding-left: 35px;
  position: relative;
  user-select: none;
}
.catalog-category-view .filter-modal .item label,
.catalogsearch-result-index .filter-modal .item label {
  cursor: pointer;
  margin-bottom: 0;
}
.catalog-category-view .filter-modal .item input,
.catalogsearch-result-index .filter-modal .item input {
  height: 0;
  position: absolute;
  width: 0;
}
.catalog-category-view .filter-modal .item input:checked ~ .checkmark,
.catalogsearch-result-index .filter-modal .item input:checked ~ .checkmark {
  background-color: #333333;
}
.catalog-category-view .filter-modal .item input:checked ~ .checkmark:after,
.catalogsearch-result-index .filter-modal .item input:checked ~ .checkmark:after {
  display: block;
}
.catalog-category-view .filter-modal .item .checkmark:after,
.catalogsearch-result-index .filter-modal .item .checkmark:after {
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  height: 10px;
  left: 8px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 4px;
  width: 5px;
}
.catalog-category-view .filter-modal .checkmark,
.catalogsearch-result-index .filter-modal .checkmark {
  border-radius: 3px;
  border: 1px solid #333333;
  height: 22px;
  left: 0;
  position: absolute;
  top: 0;
  width: 22px;
}
.catalog-category-view .filter-modal .checkmark:after,
.catalogsearch-result-index .filter-modal .checkmark:after {
  content: '';
  position: absolute;
  display: none;
}
.catalog-category-view .column.main .toolbar-products .pages,
.catalogsearch-result-index .column.main .toolbar-products .pages {
  float: none;
}
.catalog-category-view .column.main .toolbar-products .pages .item,
.catalogsearch-result-index .column.main .toolbar-products .pages .item {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 1.4rem;
  line-height: 1.4rem;
  margin: 0 15px 0 0;
  padding: 4px;
}
.catalog-category-view .column.main .toolbar-products .pages .item .page,
.catalogsearch-result-index .column.main .toolbar-products .pages .item .page {
  font-size: 1.4rem;
  line-height: 1.4rem;
}
.catalog-category-view .column.main .toolbar-products .pages .item a.page:link,
.catalogsearch-result-index .column.main .toolbar-products .pages .item a.page:link {
  color: #333333;
}
.catalog-category-view .column.main .toolbar-products .pages .item a.page:visited,
.catalogsearch-result-index .column.main .toolbar-products .pages .item a.page:visited {
  color: #333333;
}
.catalog-category-view .column.main .toolbar-products .pages .item a.page:active,
.catalogsearch-result-index .column.main .toolbar-products .pages .item a.page:active {
  color: #ffffff;
}
.catalog-category-view .column.main .toolbar-products .pages .item a.pagehover,
.catalogsearch-result-index .column.main .toolbar-products .pages .item a.pagehover {
  color: #ffffff;
}
.catalog-category-view .column.main .toolbar-products .pages .item:hover:not(.arrow),
.catalogsearch-result-index .column.main .toolbar-products .pages .item:hover:not(.arrow) {
  background-color: #333333;
}
.catalog-category-view .column.main .toolbar-products .pages .item:hover:not(.arrow) .page,
.catalogsearch-result-index .column.main .toolbar-products .pages .item:hover:not(.arrow) .page {
  color: #ffffff;
}
.catalog-category-view .column.main .toolbar-products .pages .item:last-of-type,
.catalogsearch-result-index .column.main .toolbar-products .pages .item:last-of-type {
  margin-right: 0;
}
.catalog-category-view .column.main .toolbar-products .pages .item.current,
.catalogsearch-result-index .column.main .toolbar-products .pages .item.current {
  background-color: #333333;
}
.catalog-category-view .column.main .toolbar-products .pages .item.current .page,
.catalogsearch-result-index .column.main .toolbar-products .pages .item.current .page {
  color: #ffffff;
}
.catalog-category-view .column.main .toolbar-products .pages .item.arrow,
.catalogsearch-result-index .column.main .toolbar-products .pages .item.arrow {
  transform-origin: bottom;
}
.catalog-category-view .column.main .toolbar-products .pages .item.arrow .link:before,
.catalogsearch-result-index .column.main .toolbar-products .pages .item.arrow .link:before {
  background-image: url('..//images/arrow.svg');
  background-repeat: no-repeat;
  background-size: 12px;
  content: '';
  display: block;
  height: 12px;
  width: 12px;
}
.catalog-category-view .column.main .toolbar-products .pages .item.arrow.arrow-left,
.catalogsearch-result-index .column.main .toolbar-products .pages .item.arrow.arrow-left {
  margin-right: 26px;
  transform: rotate(90deg);
}
.catalog-category-view .column.main .toolbar-products .pages .item.arrow.arrow-left .link:before,
.catalogsearch-result-index .column.main .toolbar-products .pages .item.arrow.arrow-left .link:before {
  margin-right: 10px;
}
.catalog-category-view .column.main .toolbar-products .pages .item.arrow.arrow-right,
.catalogsearch-result-index .column.main .toolbar-products .pages .item.arrow.arrow-right {
  margin-left: 10px;
  transform: rotate(-90deg);
}
.catalog-category-view .column.main .toolbar-products .pages .item.arrow.arrow-right .link:before,
.catalogsearch-result-index .column.main .toolbar-products .pages .item.arrow.arrow-right .link:before {
  margin-left: 10px;
}
.catalog-category-view .column.main .block-static-block div[data-content-type='text'] h2,
.catalogsearch-result-index .column.main .block-static-block div[data-content-type='text'] h2,
.catalog-category-view .column.main .block-static-block div[data-content-type='text'] h3,
.catalogsearch-result-index .column.main .block-static-block div[data-content-type='text'] h3,
.catalog-category-view .column.main .block-static-block div[data-content-type='text'] h4,
.catalogsearch-result-index .column.main .block-static-block div[data-content-type='text'] h4 {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  margin-bottom: 0;
}
.catalog-category-view .column.main .block-static-block div[data-content-type='text'] h2,
.catalogsearch-result-index .column.main .block-static-block div[data-content-type='text'] h2 {
  font-size: 28px;
  line-height: 33px;
  padding: 24px 0 8px 0;
}
.catalog-category-view .column.main .block-static-block div[data-content-type='text'] h3,
.catalogsearch-result-index .column.main .block-static-block div[data-content-type='text'] h3 {
  font-size: 22px;
  line-height: 26px;
  padding: 20px 0 6px 0;
}
.catalog-category-view .column.main .block-static-block div[data-content-type='text'] h4,
.catalogsearch-result-index .column.main .block-static-block div[data-content-type='text'] h4 {
  font-size: 18px;
  line-height: 26px;
  padding: 16px 0 4px 0;
}
.catalog-category-view .column.main .block-static-block div[data-content-type='text'] ul,
.catalogsearch-result-index .column.main .block-static-block div[data-content-type='text'] ul,
.catalog-category-view .column.main .block-static-block div[data-content-type='text'] ol,
.catalogsearch-result-index .column.main .block-static-block div[data-content-type='text'] ol {
  margin-bottom: 0;
  padding: 4px 0 12px 40px;
}
.catalog-category-view .column.main .block-static-block div[data-content-type='text'] p,
.catalogsearch-result-index .column.main .block-static-block div[data-content-type='text'] p {
  color: #333333;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 0;
  padding: 9px 0;
}
.catalog-category-view .column.main .block-static-block div[data-content-type='text'] p a,
.catalogsearch-result-index .column.main .block-static-block div[data-content-type='text'] p a {
  font-size: 18px;
  line-height: 28px;
}
.catalog-category-view .column.main .block-static-block div[data-content-type='text'] ul li,
.catalogsearch-result-index .column.main .block-static-block div[data-content-type='text'] ul li,
.catalog-category-view .column.main .block-static-block div[data-content-type='text'] ol li,
.catalogsearch-result-index .column.main .block-static-block div[data-content-type='text'] ol li {
  color: #333333;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}
.catalog-category-view .column.main .button-primary a.pagebuilder-button-secondary:hover,
.catalogsearch-result-index .column.main .button-primary a.pagebuilder-button-secondary:hover,
.catalog-category-view .column.main .button-primary div.pagebuilder-button-secondary:hover,
.catalogsearch-result-index .column.main .button-primary div.pagebuilder-button-secondary:hover,
.catalog-category-view .column.main .button-primary a.pagebuilder-button-primary:hover,
.catalogsearch-result-index .column.main .button-primary a.pagebuilder-button-primary:hover,
.catalog-category-view .column.main .button-primary div.pagebuilder-button-primary:hover,
.catalogsearch-result-index .column.main .button-primary div.pagebuilder-button-primary:hover,
.catalog-category-view .column.main .button-primary a.pagebuilder-button-secondary:focus,
.catalogsearch-result-index .column.main .button-primary a.pagebuilder-button-secondary:focus,
.catalog-category-view .column.main .button-primary div.pagebuilder-button-secondary:focus,
.catalogsearch-result-index .column.main .button-primary div.pagebuilder-button-secondary:focus,
.catalog-category-view .column.main .button-primary a.pagebuilder-button-primary:focus,
.catalogsearch-result-index .column.main .button-primary a.pagebuilder-button-primary:focus,
.catalog-category-view .column.main .button-primary div.pagebuilder-button-primary:focus,
.catalogsearch-result-index .column.main .button-primary div.pagebuilder-button-primary:focus {
  border: 2px solid #679f16 !important;
}
.catalog-category-view .products-grid .product-items,
.catalogsearch-result-index .products-grid .product-items {
  display: flex;
  flex-direction: column;
}
.catalog-category-view .products-grid .product-items .product-item,
.catalogsearch-result-index .products-grid .product-items .product-item {
  margin-bottom: 20px;
  margin-left: 0 !important;
  width: 100%;
}
.catalog-category-view .products-grid .product-items .product-item .product-item-info,
.catalogsearch-result-index .products-grid .product-items .product-item .product-item-info {
  width: 100%;
}
.cms-products .products-banner .pagebuilder-banner-wrapper {
  max-height: 220px;
  padding-top: 0;
}
.cms-products .products-banner .pagebuilder-banner-wrapper .pagebuilder-overlay {
  align-items: center;
  display: flex;
  padding: 30px 0;
}
.cms-products .products-banner .pagebuilder-banner-wrapper .pagebuilder-overlay [data-element='content'] {
  align-items: center;
  display: flex;
}
.cms-products .products-banner .pagebuilder-banner-wrapper .pagebuilder-overlay [data-element='content'] h1 {
  font-size: 36px;
  font-weight: 600;
}
.cms-products .icons-row {
  display: none;
}
.cms-products .section-header {
  margin-top: 10px;
}
.cms-products .section-header h2 {
  color: #333333;
  font-family: 'Raleway', sans-serif;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 1px;
}
.cms-products .section-header .section-icon:before {
  background-repeat: no-repeat;
  background-size: 69px 40px;
  content: '';
  display: block;
  height: 40px;
  margin: 0 auto 15px;
  width: 69px;
}
.cms-products .section-header .section-icon.badges-icon:before {
  background-image: url('..//images/badges.svg');
}
.cms-products .section-header .section-icon.signs-icon:before {
  background-image: url('..//images/signs.svg');
}
.cms-products .section-header .section-icon.accessories-icon:before {
  background-image: url('..//images/accessories.svg');
}
.cms-products .section-header .section-icon.supplies-icon:before {
  background-image: url('..//images/supplies.svg');
}
.cms-products .section-header .section-icon.safety-icon:before {
  background-image: url('..//images/safety-products.svg');
}
.cms-products .products-grid .product-items .product-item {
  margin-bottom: 40px;
  width: 100% !important;
}
.catalogsearch-result-index .columns {
  padding: 20px;
}
.catalogsearch-result-index .columns .search.results.cms-pages {
  border-top: 1px solid #dddddd;
  margin-top: 60px;
  padding-top: 60px;
}
.catalogsearch-result-index .columns .search.results.cms-pages h2 {
  line-height: 48px;
  font-size: 40px;
  font-weight: 500;
  font-family: 'Raleway', sans-serif;
  text-align: center;
}
.catalogsearch-result-index .columns .search.results.cms-pages ul {
  list-style-type: none;
  margin: 60px auto;
  max-width: 800px;
  padding-left: 0;
}
.catalogsearch-result-index .columns .search.results.cms-pages ul li {
  margin-bottom: 30px;
}
.catalogsearch-result-index .columns .search.results.cms-pages ul li a {
  font-size: 24px;
}
.catalogsearch-result-index .columns .search.results.cms-pages ul li p {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  margin-top: 10px;
}
.catalog-category-view .modals-wrapper .modal-content .actions-primary,
.catalogsearch-result-index .modals-wrapper .modal-content .actions-primary,
.cms-products .modals-wrapper .modal-content .actions-primary {
  visibility: hidden;
}
.catalog-category-view .modals-wrapper .modal-content .message-box,
.catalogsearch-result-index .modals-wrapper .modal-content .message-box,
.cms-products .modals-wrapper .modal-content .message-box {
  text-align: right;
}
.catalog-category-view .page-title-wrapper .page-title,
.catalogsearch-result-index .page-title-wrapper .page-title,
.cms-products .page-title-wrapper .page-title {
  font-family: 'Raleway', sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 54px;
}
.catalog-category-view .smile-es-range-slider,
.catalogsearch-result-index .smile-es-range-slider,
.cms-products .smile-es-range-slider {
  font-size: 16px;
  line-height: 34px;
}
.catalog-category-view .smile-es-range-slider .ui-slider-handle,
.catalogsearch-result-index .smile-es-range-slider .ui-slider-handle,
.cms-products .smile-es-range-slider .ui-slider-handle {
  background-color: #333333;
}
.catalog-category-view .smile-es-range-slider .message-box,
.catalogsearch-result-index .smile-es-range-slider .message-box,
.cms-products .smile-es-range-slider .message-box {
  font-size: 14px;
  line-height: 20px;
}
.catalog-category-view .products-grid a:link,
.catalogsearch-result-index .products-grid a:link,
.cms-products .products-grid a:link {
  color: #333333;
}
.catalog-category-view .products-grid a:visited,
.catalogsearch-result-index .products-grid a:visited,
.cms-products .products-grid a:visited {
  color: #333333;
}
.catalog-category-view .products-grid a:active,
.catalogsearch-result-index .products-grid a:active,
.cms-products .products-grid a:active {
  color: #333333;
}
.catalog-category-view .products-grid a:hover,
.catalogsearch-result-index .products-grid a:hover,
.cms-products .products-grid a:hover {
  color: #666666;
}
.catalog-category-view .products-grid .product-items .product-item .product-image-container,
.catalogsearch-result-index .products-grid .product-items .product-item .product-image-container,
.cms-products .products-grid .product-items .product-item .product-image-container {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  background-color: #f0f0f0;
  border-radius: 12px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  width: 100% !important;
}
.catalog-category-view .products-grid .product-items .product-item .product-image-container:hover,
.catalogsearch-result-index .products-grid .product-items .product-item .product-image-container:hover,
.cms-products .products-grid .product-items .product-item .product-image-container:hover {
  -moz-box-shadow: 0 0 8px #bbbbbb;
  -webkit-box-shadow: 0 0 8px #bbbbbb;
  box-shadow: 0 0 8px #bbbbbb;
}
.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%;
}
.catalog-category-view .products-grid .product-items .product-item .product-image-container .product-image-wrapper img,
.catalogsearch-result-index .products-grid .product-items .product-item .product-image-container .product-image-wrapper img,
.cms-products .products-grid .product-items .product-item .product-image-container .product-image-wrapper img {
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.catalog-category-view .products-grid .product-items .product-item .product-image-container .product-image-wrapper img:hover,
.catalogsearch-result-index .products-grid .product-items .product-item .product-image-container .product-image-wrapper img:hover,
.cms-products .products-grid .product-items .product-item .product-image-container .product-image-wrapper img:hover {
  transform: scale(1.1);
}
.catalog-category-view .products-grid .product-items .product-item .product-item-details,
.catalogsearch-result-index .products-grid .product-items .product-item .product-item-details,
.cms-products .products-grid .product-items .product-item .product-item-details {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  text-align: left;
}
.catalog-category-view .products-grid .product-items .product-item .product-item-details .product-item-name,
.catalogsearch-result-index .products-grid .product-items .product-item .product-item-details .product-item-name,
.cms-products .products-grid .product-items .product-item .product-item-details .product-item-name {
  margin: 15px 0;
}
.catalog-category-view .products-grid .product-items .product-item .product-item-details .product-item-name .product-item-link,
.catalogsearch-result-index .products-grid .product-items .product-item .product-item-details .product-item-name .product-item-link,
.cms-products .products-grid .product-items .product-item .product-item-details .product-item-name .product-item-link {
  font-family: 'Raleway', sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
}
.catalog-category-view .products-grid .product-items .product-item .product-item-details .product-best-for,
.catalogsearch-result-index .products-grid .product-items .product-item .product-item-details .product-best-for,
.cms-products .products-grid .product-items .product-item .product-item-details .product-best-for {
  margin-top: 10px;
}
.catalog-category-view .products-grid .product-items .product-item .product-item-details ul,
.catalogsearch-result-index .products-grid .product-items .product-item .product-item-details ul,
.cms-products .products-grid .product-items .product-item .product-item-details ul {
  list-style-type: disc;
  list-style-position: inside;
  padding-left: 0;
}
.catalog-category-view .products-grid .product-items .product-item .product-item-details ul li,
.catalogsearch-result-index .products-grid .product-items .product-item .product-item-details ul li,
.cms-products .products-grid .product-items .product-item .product-item-details ul li {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 3px;
}
.catalog-category-view .products-grid .product-items .product-item .product-item-details ul li:before,
.catalogsearch-result-index .products-grid .product-items .product-item .product-item-details ul li:before,
.cms-products .products-grid .product-items .product-item .product-item-details ul li:before {
  content: '';
  margin-left: -10px;
}
.catalog-category-view .products-grid .product-items .product-item .product-item-details .actions-toolbar,
.catalogsearch-result-index .products-grid .product-items .product-item .product-item-details .actions-toolbar,
.cms-products .products-grid .product-items .product-item .product-item-details .actions-toolbar {
  margin-top: 25px;
}
.catalog-category-view .products-grid .product-items .product-item .product-item-details .actions-toolbar .primary,
.catalogsearch-result-index .products-grid .product-items .product-item .product-item-details .actions-toolbar .primary,
.cms-products .products-grid .product-items .product-item .product-item-details .actions-toolbar .primary {
  background-color: #ffffff;
  border: 2px solid #333333;
  border-radius: 8px;
  box-shadow: none;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Lato', sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  height: 40px;
  line-height: 12px;
  opacity: 1;
  padding: 12px 26px;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.catalog-category-view .products-grid .product-items .product-item .product-item-details .actions-toolbar .primary:hover,
.catalogsearch-result-index .products-grid .product-items .product-item .product-item-details .actions-toolbar .primary:hover,
.cms-products .products-grid .product-items .product-item .product-item-details .actions-toolbar .primary:hover {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #65a944;
  border: 2px solid #65a944;
}
.catalog-category-view .products-grid .product-items .product-item .product-item-details .actions-toolbar .primary:focus,
.catalogsearch-result-index .products-grid .product-items .product-item .product-item-details .actions-toolbar .primary:focus,
.cms-products .products-grid .product-items .product-item .product-item-details .actions-toolbar .primary:focus {
  border: 2px solid #3e703d;
  background-color: #3e703d;
  color: #ffffff;
  outline: 0;
  text-decoration: none;
}
.catalog-category-view .products-grid .product-items .product-item .product-item-details .actions-toolbar .link,
.catalogsearch-result-index .products-grid .product-items .product-item .product-item-details .actions-toolbar .link,
.cms-products .products-grid .product-items .product-item .product-item-details .actions-toolbar .link {
  font-weight: 400;
}
.catalog-category-view .products-grid .product-items .product-item .product-item-details .actions-toolbar .video-modal,
.catalogsearch-result-index .products-grid .product-items .product-item .product-item-details .actions-toolbar .video-modal,
.cms-products .products-grid .product-items .product-item .product-item-details .actions-toolbar .video-modal {
  margin-top: 5px;
}
.catalog-category-view .category-view .pagebuilder-column div[data-content-type='text'] {
  font-size: 18px;
  line-height: 28px;
  margin: 0 auto;
  padding: 0 20px;
}
.catalog-category-view .category-view .pagebuilder-column div[data-content-type='text'] .read-more {
  font-size: 18px;
  line-height: 28px;
}
.catalog-product-view .product-help-link a {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  color: #3e703d;
  text-decoration: underline;
}
.catalog-product-view .product-help-link a:visited,
.catalog-product-view .product-help-link a:active {
  color: #3e703d;
  text-decoration: underline;
}
.catalog-product-view .product-help-link a:hover {
  color: #65a944;
  text-decoration: underline;
}
.catalog-product-view .product-help-link a:focus {
  color: #000000;
  text-decoration: underline;
}
.catalog-product-view .page-title-wrapper .page-title {
  margin-bottom: 0;
}
.catalog-product-view .column.main {
  padding: 0 20px;
  min-height: unset;
}
.catalog-product-view .column.main .product.media .gallery-placeholder {
  border: 1px solid #f0f0f0;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  margin-bottom: 40px;
  opacity: 1;
}
.catalog-product-view .column.main .product.media .gallery-placeholder .fotorama__arr {
  opacity: unset;
  -webkit-transform: none;
  transform: none;
  background: none;
  transition-duration: unset;
  transition-property: unset;
  width: 46px;
}
.catalog-product-view .column.main .product.media .gallery-placeholder .fotorama__arr .fotorama__arr__arr {
  background-image: url('..//images/arrow-slideshow.png');
  height: 92px;
  width: 46px;
  background-position: unset;
  background-size: 46px 92px;
}
.catalog-product-view .column.main .product.media .gallery-placeholder .fotorama__arr.fotorama__arr--next .fotorama__arr__arr {
  transform: translate3d(-50%, -50%, 0) rotate(180deg);
}
.catalog-product-view .column.main .product.media .gallery-placeholder .fotorama__nav--dots .fotorama__nav__frame {
  height: 46px;
  width: 24px;
}
.catalog-product-view .column.main .product.media .gallery-placeholder .fotorama__nav--dots .fotorama__nav__frame .fotorama__dot {
  width: 10px;
  height: 10px;
  border-color: #777777;
}
.catalog-product-view .column.main .product.media .gallery-placeholder .fotorama__nav--dots .fotorama__nav__frame.fotorama__active .fotorama__dot {
  background-color: #777777;
}
.catalog-product-view .column.main .product.media .attribute.description {
  margin-top: 30px;
}
.catalog-product-view .column.main .product.media .attribute.description ul li {
  font-size: 16px;
  font-weight: 400;
}
.catalog-product-view .column.main .product.media .attribute.description ol {
  padding: 4px 0 12px 40px;
  margin-bottom: 0;
}
.catalog-product-view .column.main .product.media .attribute.description ol li {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.catalog-product-view .column.main .product.media .attribute.description .value > div > div {
  padding: 10px 0 !important;
}
.catalog-product-view .column.main .select-options-help-link {
  display: flex;
  justify-content: space-between;
}
.catalog-product-view .column.main .select-options-help-link h1 {
  font-size: 28px;
  font-weight: 700;
}
.catalog-product-view .column.main .select-options-help-link .product-help-link {
  padding: 0;
  margin: 10px 0;
}
.catalog-product-view .column.main .product-info-main {
  background-color: #f0f0f0;
  margin: 0 -20px 40px;
  padding: 10px 20px 0;
}
.catalog-product-view .column.main .product-info-main #product_addtocart_form .field.configurable .label,
.catalog-product-view .column.main .product-info-main .box-tocart .field.configurable .label,
.catalog-product-view .column.main .product-info-main #product_addtocart_form .field.option .label,
.catalog-product-view .column.main .product-info-main .box-tocart .field.option .label,
.catalog-product-view .column.main .product-info-main #product_addtocart_form .field.qty .label,
.catalog-product-view .column.main .product-info-main .box-tocart .field.qty .label {
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 12px;
  color: #333333;
  margin-bottom: 10px;
  font-family: 'Raleway', sans-serif;
}
.catalog-product-view .column.main .product-info-main #product_addtocart_form .field.configurable .label:after,
.catalog-product-view .column.main .product-info-main .box-tocart .field.configurable .label:after,
.catalog-product-view .column.main .product-info-main #product_addtocart_form .field.option .label:after,
.catalog-product-view .column.main .product-info-main .box-tocart .field.option .label:after,
.catalog-product-view .column.main .product-info-main #product_addtocart_form .field.qty .label:after,
.catalog-product-view .column.main .product-info-main .box-tocart .field.qty .label:after {
  display: none;
}
.catalog-product-view .column.main .product-info-main #product_addtocart_form .product-options-wrapper .bundle-configurable.fieldset,
.catalog-product-view .column.main .product-info-main .box-tocart .product-options-wrapper .bundle-configurable.fieldset {
  margin-left: 0;
}
.catalog-product-view .column.main .product-info-main #product_addtocart_form .product-options-wrapper .field.configurable.half-option,
.catalog-product-view .column.main .product-info-main .box-tocart .product-options-wrapper .field.configurable.half-option {
  display: inline-block;
  width: 47%;
}
.catalog-product-view .column.main .product-info-main #product_addtocart_form .product-options-wrapper .field.configurable.half-option:first-of-type,
.catalog-product-view .column.main .product-info-main .box-tocart .product-options-wrapper .field.configurable.half-option:first-of-type {
  margin-right: 6%;
}
.catalog-product-view .column.main .product-info-main #product_addtocart_form .product-options-wrapper .field.qty.qty-holder,
.catalog-product-view .column.main .product-info-main .box-tocart .product-options-wrapper .field.qty.qty-holder {
  display: none;
}
.catalog-product-view .column.main .product-info-main #product_addtocart_form .product-options-wrapper .field.configurable,
.catalog-product-view .column.main .product-info-main .box-tocart .product-options-wrapper .field.configurable {
  position: relative;
}
.catalog-product-view .column.main .product-info-main #product_addtocart_form .product-options-wrapper .field.radio,
.catalog-product-view .column.main .product-info-main .box-tocart .product-options-wrapper .field.radio {
  display: block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.catalog-product-view .column.main .product-info-main #product_addtocart_form .product-options-wrapper .field.radio label,
.catalog-product-view .column.main .product-info-main .box-tocart .product-options-wrapper .field.radio label {
  cursor: pointer;
  text-transform: none;
  font-size: 16px;
  letter-spacing: .5px;
  font-weight: 100;
  font-family: 'Lato', sans-serif;
}
.catalog-product-view .column.main .product-info-main #product_addtocart_form .product-options-wrapper .field.radio input,
.catalog-product-view .column.main .product-info-main .box-tocart .product-options-wrapper .field.radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.catalog-product-view .column.main .product-info-main #product_addtocart_form .product-options-wrapper .field.radio input:checked ~ .checkmark:after,
.catalog-product-view .column.main .product-info-main .box-tocart .product-options-wrapper .field.radio input:checked ~ .checkmark:after {
  display: block;
}
.catalog-product-view .column.main .product-info-main #product_addtocart_form .product-options-wrapper .field.radio .checkmark,
.catalog-product-view .column.main .product-info-main .box-tocart .product-options-wrapper .field.radio .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  border: 1px solid #333333;
}
.catalog-product-view .column.main .product-info-main #product_addtocart_form .product-options-wrapper .field.radio .checkmark:after,
.catalog-product-view .column.main .product-info-main .box-tocart .product-options-wrapper .field.radio .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  top: 3px;
  left: 3px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #333333;
}
.catalog-product-view .column.main .product-info-main #product_addtocart_form .block-bundle-summary .field.qty,
.catalog-product-view .column.main .product-info-main .box-tocart .block-bundle-summary .field.qty {
  display: none;
}
.catalog-product-view .column.main .product-info-main #product_addtocart_form .volume-pricing-sheet,
.catalog-product-view .column.main .product-info-main .box-tocart .volume-pricing-sheet,
.catalog-product-view .column.main .product-info-main #product_addtocart_form .compare-materials,
.catalog-product-view .column.main .product-info-main .box-tocart .compare-materials {
  display: none;
  position: absolute;
  top: 4px;
  right: 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  color: #3e703d;
  text-decoration: underline;
  cursor: pointer;
}
.catalog-product-view .column.main .product-info-main #product_addtocart_form .volume-pricing-sheet:visited,
.catalog-product-view .column.main .product-info-main .box-tocart .volume-pricing-sheet:visited,
.catalog-product-view .column.main .product-info-main #product_addtocart_form .compare-materials:visited,
.catalog-product-view .column.main .product-info-main .box-tocart .compare-materials:visited,
.catalog-product-view .column.main .product-info-main #product_addtocart_form .volume-pricing-sheet:active,
.catalog-product-view .column.main .product-info-main .box-tocart .volume-pricing-sheet:active,
.catalog-product-view .column.main .product-info-main #product_addtocart_form .compare-materials:active,
.catalog-product-view .column.main .product-info-main .box-tocart .compare-materials:active {
  color: #3e703d;
  text-decoration: underline;
}
.catalog-product-view .column.main .product-info-main #product_addtocart_form .volume-pricing-sheet:hover,
.catalog-product-view .column.main .product-info-main .box-tocart .volume-pricing-sheet:hover,
.catalog-product-view .column.main .product-info-main #product_addtocart_form .compare-materials:hover,
.catalog-product-view .column.main .product-info-main .box-tocart .compare-materials:hover {
  color: #65a944;
  text-decoration: underline;
}
.catalog-product-view .column.main .product-info-main #product_addtocart_form .volume-pricing-sheet:focus,
.catalog-product-view .column.main .product-info-main .box-tocart .volume-pricing-sheet:focus,
.catalog-product-view .column.main .product-info-main #product_addtocart_form .compare-materials:focus,
.catalog-product-view .column.main .product-info-main .box-tocart .compare-materials:focus {
  color: #000000;
  text-decoration: underline;
}
.catalog-product-view .column.main .product-info-main #product_addtocart_form .custom-qty,
.catalog-product-view .column.main .product-info-main .box-tocart .custom-qty,
.catalog-product-view .column.main .product-info-main #product_addtocart_form .field.qty,
.catalog-product-view .column.main .product-info-main .box-tocart .field.qty {
  position: relative;
  display: block;
  width: 100%;
}
.catalog-product-view .column.main .product-info-main #product_addtocart_form .custom-qty .input-text.qty,
.catalog-product-view .column.main .product-info-main .box-tocart .custom-qty .input-text.qty,
.catalog-product-view .column.main .product-info-main #product_addtocart_form .field.qty .input-text.qty,
.catalog-product-view .column.main .product-info-main .box-tocart .field.qty .input-text.qty {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  background-color: transparent;
  border: 1px solid #575757;
  color: #333333;
  box-shadow: none;
  border-radius: 8px;
  padding: 0 16px;
  height: 46px;
  font-size: 1.6rem;
  line-height: 2.2rem;
  width: 70px;
  text-align: center;
}
.catalog-product-view .column.main .product-info-main #product_addtocart_form .custom-qty .input-text.qty:focus,
.catalog-product-view .column.main .product-info-main .box-tocart .custom-qty .input-text.qty:focus,
.catalog-product-view .column.main .product-info-main #product_addtocart_form .field.qty .input-text.qty:focus,
.catalog-product-view .column.main .product-info-main .box-tocart .field.qty .input-text.qty:focus {
  outline: none;
  border: 1px solid #575757;
}
.catalog-product-view .column.main .product-info-main #product_addtocart_form .custom-qty .input-text.qty::-webkit-input-placeholder,
.catalog-product-view .column.main .product-info-main .box-tocart .custom-qty .input-text.qty::-webkit-input-placeholder,
.catalog-product-view .column.main .product-info-main #product_addtocart_form .field.qty .input-text.qty::-webkit-input-placeholder,
.catalog-product-view .column.main .product-info-main .box-tocart .field.qty .input-text.qty::-webkit-input-placeholder,
.catalog-product-view .column.main .product-info-main #product_addtocart_form .custom-qty .input-text.qty::-moz-placeholder,
.catalog-product-view .column.main .product-info-main .box-tocart .custom-qty .input-text.qty::-moz-placeholder,
.catalog-product-view .column.main .product-info-main #product_addtocart_form .field.qty .input-text.qty::-moz-placeholder,
.catalog-product-view .column.main .product-info-main .box-tocart .field.qty .input-text.qty::-moz-placeholder,
.catalog-product-view .column.main .product-info-main #product_addtocart_form .custom-qty .input-text.qty::-ms-input-placeholder,
.catalog-product-view .column.main .product-info-main .box-tocart .custom-qty .input-text.qty::-ms-input-placeholder,
.catalog-product-view .column.main .product-info-main #product_addtocart_form .field.qty .input-text.qty::-ms-input-placeholder,
.catalog-product-view .column.main .product-info-main .box-tocart .field.qty .input-text.qty::-ms-input-placeholder,
.catalog-product-view .column.main .product-info-main #product_addtocart_form .custom-qty .input-text.qty:-moz-placeholder,
.catalog-product-view .column.main .product-info-main .box-tocart .custom-qty .input-text.qty:-moz-placeholder,
.catalog-product-view .column.main .product-info-main #product_addtocart_form .field.qty .input-text.qty:-moz-placeholder,
.catalog-product-view .column.main .product-info-main .box-tocart .field.qty .input-text.qty:-moz-placeholder {
  opacity: 1;
  color: #555555;
  font-weight: 300;
  background-color: transparent;
}
.catalog-product-view .column.main .product-info-main #product_addtocart_form .custom-qty .input-text.qty.mage-error,
.catalog-product-view .column.main .product-info-main .box-tocart .custom-qty .input-text.qty.mage-error,
.catalog-product-view .column.main .product-info-main #product_addtocart_form .field.qty .input-text.qty.mage-error,
.catalog-product-view .column.main .product-info-main .box-tocart .field.qty .input-text.qty.mage-error {
  border-color: #a12c2e;
}
.catalog-product-view .column.main .product-info-main #product_addtocart_form .custom-qty .mixed-qty + .mixed-qty,
.catalog-product-view .column.main .product-info-main .box-tocart .custom-qty .mixed-qty + .mixed-qty,
.catalog-product-view .column.main .product-info-main #product_addtocart_form .field.qty .mixed-qty + .mixed-qty,
.catalog-product-view .column.main .product-info-main .box-tocart .field.qty .mixed-qty + .mixed-qty {
  margin-top: 8px;
}
.catalog-product-view .column.main .product-info-main #product_addtocart_form .custom-qty .badges-qty-text,
.catalog-product-view .column.main .product-info-main .box-tocart .custom-qty .badges-qty-text,
.catalog-product-view .column.main .product-info-main #product_addtocart_form .field.qty .badges-qty-text,
.catalog-product-view .column.main .product-info-main .box-tocart .field.qty .badges-qty-text {
  margin-left: 10px;
  font-weight: 300;
}
.catalog-product-view .column.main .product-info-main #product_addtocart_form .box-tocart,
.catalog-product-view .column.main .product-info-main .box-tocart .box-tocart {
  display: block;
  position: relative;
}
.catalog-product-view .column.main .product-info-main #product_addtocart_form .box-tocart .qty .badges-qty-text,
.catalog-product-view .column.main .product-info-main .box-tocart .box-tocart .qty .badges-qty-text {
  margin-left: 10px;
  font-weight: 300;
}
.catalog-product-view .column.main .product-info-main #product_addtocart_form .box-tocart .product-info-price,
.catalog-product-view .column.main .product-info-main .box-tocart .box-tocart .product-info-price {
  border-top: 1px solid #888888;
  padding-top: 20px;
  margin-top: 20px;
  text-align: center;
}
.catalog-product-view .column.main .product-info-main #product_addtocart_form .box-tocart .actions,
.catalog-product-view .column.main .product-info-main .box-tocart .box-tocart .actions {
  display: block;
  padding-top: 0;
  margin-top: 20px;
}
.catalog-product-view .column.main .product-info-main #product_addtocart_form .box-tocart .actions .action.primary,
.catalog-product-view .column.main .product-info-main .box-tocart .box-tocart .actions .action.primary {
  color: #ffffff;
  padding: 12px 26px;
  font-size: 14px;
  line-height: 14px;
  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 #3e703d;
  background-color: #3e703d;
  border-radius: 8px;
  display: inline-block;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
}
.catalog-product-view .column.main .product-info-main #product_addtocart_form .box-tocart .actions .action.primary:visited,
.catalog-product-view .column.main .product-info-main .box-tocart .box-tocart .actions .action.primary:visited,
.catalog-product-view .column.main .product-info-main #product_addtocart_form .box-tocart .actions .action.primary:active,
.catalog-product-view .column.main .product-info-main .box-tocart .box-tocart .actions .action.primary:active {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
}
.catalog-product-view .column.main .product-info-main #product_addtocart_form .box-tocart .actions .action.primary:hover,
.catalog-product-view .column.main .product-info-main .box-tocart .box-tocart .actions .action.primary:hover {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #65a944;
  border: 2px solid #65a944;
}
.catalog-product-view .column.main .product-info-main #product_addtocart_form .box-tocart .actions .action.primary:focus,
.catalog-product-view .column.main .product-info-main .box-tocart .box-tocart .actions .action.primary:focus {
  outline: 0;
  color: #3e703d;
  background-color: transparent;
  border: 2px solid #3e703d;
  text-decoration: none;
}
.catalog-product-view .column.main .product-info-main #product_addtocart_form .price,
.catalog-product-view .column.main .product-info-main .box-tocart .price {
  font-size: 30px;
  letter-spacing: 1px;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
}
.catalog-product-view .column.main .product-info-main #product_addtocart_form .price-per-badge,
.catalog-product-view .column.main .product-info-main .box-tocart .price-per-badge {
  margin-left: 10px;
  font-size: 18px;
  font-weight: 100;
  font-family: 'Lato', sans-serif;
}
.catalog-product-view .column.main .product-info-main .pdp-product-info-bottom p > span {
  font-weight: 300;
}
.catalog-product-view .column.main .product-info-main .pdp-product-info-bottom a {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  color: #3e703d;
  text-decoration: underline;
}
.catalog-product-view .column.main .product-info-main .pdp-product-info-bottom a:visited,
.catalog-product-view .column.main .product-info-main .pdp-product-info-bottom a:active {
  color: #3e703d;
  text-decoration: underline;
}
.catalog-product-view .column.main .product-info-main .pdp-product-info-bottom a:hover {
  color: #65a944;
  text-decoration: underline;
}
.catalog-product-view .column.main .product-info-main .pdp-product-info-bottom a:focus {
  color: #000000;
  text-decoration: underline;
}
.catalog-product-view .column.main .product-info-main select {
  background-color: transparent;
  height: 46px;
  border: 1px solid #575757;
  border-radius: 6px;
  color: #333333;
  padding: 0 16px 0 20px;
  font-size: 1.6rem;
  line-height: 4.4rem;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.catalog-product-view .column.main .product-info-main select:hover {
  background-color: #f0f0f0;
}
.catalog-product-view .page-main-details {
  max-width: 1536px;
  padding: 0;
}
.catalog-product-view .page-main-details .column.main {
  padding: 0;
}
.catalog-product-view .page-main-details .column.main .block.related .title h1 {
  text-align: center;
  font-family: 'Raleway', sans-serif;
  font-size: 36px;
  font-weight: 600;
}
.catalog-product-view .page-main-details .column.main .block.related .product-items {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.catalog-product-view .page-main-details .column.main .block.related .product-items .product-item {
  width: 100%;
  margin-left: 0;
  padding: 0 10px;
}
.catalog-product-view .page-main-details .column.main .block.related .product-items .product-item .product-item-info {
  width: 100%;
}
.catalog-product-view .page-main-details .column.main .block.related .product-items .product-item .product-item-info .product-item-photo {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f0f0f0;
  margin-bottom: 15px;
  border-radius: 12px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.catalog-product-view .page-main-details .column.main .block.related .product-items .product-item .product-item-info .product-item-photo .product-image-container {
  width: 100% !important;
  height: 0;
  padding-bottom: 100%;
}
.catalog-product-view .page-main-details .column.main .block.related .product-items .product-item .product-item-info .product-item-photo:hover {
  -moz-box-shadow: 0 0 8px #bbbbbb;
  -webkit-box-shadow: 0 0 8px #bbbbbb;
  box-shadow: 0 0 8px #bbbbbb;
}
.catalog-product-view .page-main-details .column.main .block.related .product-items .product-item .product-item-info .product-item-photo .product-image-wrapper img {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.catalog-product-view .page-main-details .column.main .block.related .product-items .product-item .product-item-info .product-item-photo .product-image-wrapper img:hover {
  transform: scale(1.1);
}
.catalog-product-view .page-main-details .column.main .block.related .product-items .product-item .product-item-info .product-item-details .product-item-link {
  font-size: 20px;
  font-weight: 600;
}
.catalog-product-view .page-main-details .column.main .block.related .product-items .product-item .product-item-info .product-item-details .shapes-sizes-count {
  margin: 15px 0;
  font-size: 16px;
  font-weight: 300;
}
.catalog-product-view .page-main-details .column.main .block.related .product-items .product-item .product-item-info .product-item-details .price-box .price {
  font-size: 16px;
  font-weight: 300;
}
.catalog-product-view #trustpilot-widget-trustbox-1-wrapper {
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
}
.catalog-product-view #trustpilot-widget-trustbox-1-wrapper .trustpilot-widget {
  float: left;
  margin-left: -56px;
}
.catalog-product-view .modal-popup .modal-inner-wrap .modal-header {
  padding-bottom: 2rem;
}
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .volume-pricing-sheet-modal {
  padding-top: 10px;
  padding-bottom: 10px;
}
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .volume-pricing-sheet-modal p {
  text-align: center;
  font-size: 16px;
}
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .volume-pricing-sheet-modal .volume-pricing-table-wrapper h3 {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .volume-pricing-sheet-modal .volume-pricing-table-wrapper table {
  margin-top: 30px;
}
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .volume-pricing-sheet-modal .volume-pricing-table-wrapper table thead th {
  text-align: center;
  font-size: 16px;
}
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .volume-pricing-sheet-modal .volume-pricing-table-wrapper table tbody td {
  text-align: center;
}
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .volume-pricing-sheet-modal .volume-pricing-table-wrapper table tbody tr:nth-child(even) {
  background-color: #dee2e6;
}
.catalog-product-view .pdp-free-shipping-message {
  text-align: center;
}
.catalog-product-view .pdp-free-shipping-message .pdp-shipping-message-title {
  text-transform: uppercase;
  color: #3e703d;
  margin-right: 7px;
  font-style: italic;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 1.5px;
  font-family: 'Lato', sans-serif;
}
.catalog-product-view .pdp-free-shipping-message .free-shipping-thum-group {
  width: 46px;
}
.catalog-product-view .pdp-free-shipping-message .pdp-free-shipping-message-icon {
  cursor: pointer;
}
.catalog-product-view .custom-qty > .pdp-shipping-message-title {
  border-top: 0.5px solid #000000;
  display: block;
  margin-top: 40px;
  padding-top: 10px;
}
.catalog-product-view .product-items .slick-track {
  min-width: 1536px;
}
.catalog-product-view .page-main-details .column.main .block.related .product-items {
  flex-direction: row;
  flex-wrap: wrap;
}
.catalog-product-view.page-product-bundle .printing-assembly-wrapper .printing-assembly-title {
  display: none;
}
.catalog-product-view.page-product-bundle .printing-assembly-wrapper .diagram {
  display: none;
}
.catalog-product-view.page-product-bundle .printing-assembly-wrapper .diagram > * {
  position: relative;
  display: flex;
  align-items: center;
}
.catalog-product-view.page-product-bundle .printing-assembly-wrapper .diagram .fasteners {
  z-index: 10;
}
.catalog-product-view.page-product-bundle .printing-assembly-wrapper .diagram .fasteners img {
  max-width: 160px;
}
.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 .material img {
  max-width: 200px;
}
.catalog-product-view.page-product-bundle .printing-assembly-wrapper .diagram .insert-sheets,
.catalog-product-view.page-product-bundle .printing-assembly-wrapper .diagram .material {
  z-index: 20;
  padding-left: 15px;
  margin-top: -30px;
}
.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 {
  display: flex;
  align-items: center;
  position: absolute;
  z-index: 10;
  width: 200px;
}
.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 {
  visibility: hidden;
  background-color: #005827;
  border-radius: 50px;
  height: 45px;
  width: 45px;
  color: #ffffff;
  text-align: center;
  display: flex;
  align-items: center;
  margin-left: 5%;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
}
.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: 18px;
  line-height: 20px;
  color: #333333;
  margin-left: 6%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.catalog-product-view.page-product-bundle .printing-assembly-wrapper .diagram .insert-sheets .image {
  background-color: #ffffff;
  width: 100%;
  max-width: 200px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  opacity: .4;
}
.catalog-product-view.page-product-bundle .printing-assembly-wrapper .diagram .insert-sheets.shape-rectangle .image {
  height: 56px;
}
.catalog-product-view.page-product-bundle .printing-assembly-wrapper .diagram .insert-sheets.shape-square {
  margin-top: -75px;
}
.catalog-product-view.page-product-bundle .printing-assembly-wrapper .diagram .insert-sheets.shape-square .image {
  height: 200px;
}
.catalog-product-view.page-product-bundle .printing-assembly-wrapper .diagram .insert-sheets.shape-oval {
  margin-top: -60px;
}
.catalog-product-view.page-product-bundle .printing-assembly-wrapper .diagram .insert-sheets.shape-oval .image {
  height: 134px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.catalog-product-view.page-product-bundle .printing-assembly-wrapper .diagram .lens-covers {
  z-index: 40;
  padding-left: 100px;
  margin-top: -20px;
}
.catalog-product-view.page-product-bundle .printing-assembly-wrapper .diagram .lens-covers img {
  max-width: 200px;
}
.catalog-product-view.page-product-bundle .printing-assembly-wrapper .diagram .lens-covers.shape-square {
  margin-top: -75px;
}
.catalog-product-view.page-product-bundle .printing-assembly-wrapper .diagram .lens-covers.shape-oval {
  margin-top: -60px;
}
.catalog-product-view.page-product-bundle .printing-assembly-wrapper .diagram .line {
  flex-grow: 1;
  border-bottom: 2px solid #575757;
  margin: 0 10px 0 0;
}
.catalog-product-view.page-product-bundle .printing-assembly-wrapper .diagram .label {
  text-transform: uppercase;
}
.catalog-product-view.page-product-bundle .printing-assembly-wrapper h3 {
  margin-bottom: 20px;
}
.catalog-product-view.page-product-bundle .printing-assembly-wrapper .included-title {
  margin-top: 40px;
  margin-bottom: 20px;
}
.catalog-product-view.page-product-bundle .printing-assembly-wrapper .included-wrapper {
  counter-reset: included-counter;
}
.catalog-product-view.page-product-bundle .printing-assembly-wrapper .included-wrapper .included-grid {
  display: block;
  min-height: 0;
}
.catalog-product-view.page-product-bundle .printing-assembly-wrapper .included-wrapper .included-grid::after {
  display: block;
  clear: both;
  content: "";
}
.catalog-product-view.page-product-bundle .printing-assembly-wrapper .included-wrapper .included-grid > div {
  margin-bottom: 5px;
}
.catalog-product-view.page-product-bundle .printing-assembly-wrapper .included-wrapper .included-grid > div .image {
  display: none;
}
.catalog-product-view.page-product-bundle .printing-assembly-wrapper .included-wrapper .included-grid > div .text:before {
  counter-increment: included-counter;
  content: counter(included-counter) ". ";
  font-weight: 700;
}
.catalog-product-view.page-product-bundle .printing-assembly-wrapper .included-wrapper .included-grid.desktop-and-up {
  display: none;
}
.catalog-product-view.page-product-bundle .block-bundle-summary {
  border-top: 1px solid #888888;
  padding-top: 20px;
}
.catalog-product-view.page-product-bundle .block-bundle-summary .price-as-configured {
  text-align: center;
}
.catalog-product-view.page-product-bundle .product-options-bottom {
  display: none;
}
.catalog-product-view.page-product-configurable .product-options-wrapper {
  margin-top: 20px;
}
.catalog-product-view.page-product-simple .custom-qty-wrapper .control,
.catalog-product-view.page-product-bundle .custom-qty-wrapper .control {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.catalog-product-view.page-product-simple .custom-qty-wrapper .control .qty,
.catalog-product-view.page-product-bundle .custom-qty-wrapper .control .qty {
  order: 1;
}
.catalog-product-view.page-product-simple .custom-qty-wrapper .control .badges-qty-text,
.catalog-product-view.page-product-bundle .custom-qty-wrapper .control .badges-qty-text {
  order: 2;
}
.catalog-product-view.page-product-simple .custom-qty-wrapper .control #qty-error,
.catalog-product-view.page-product-bundle .custom-qty-wrapper .control #qty-error {
  order: 3;
  width: 100%;
}
.catalog-product-view.page-product-simple .custom-qty-wrapper .control #qty_custom-error,
.catalog-product-view.page-product-bundle .custom-qty-wrapper .control #qty_custom-error {
  order: 3;
  width: 100%;
}
.catalog-product-view.page-product-simple .box-tocart .field.qty .control,
.catalog-product-view.page-product-bundle .box-tocart .field.qty .control {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.catalog-product-view.page-product-simple .box-tocart .field.qty .control .qty,
.catalog-product-view.page-product-bundle .box-tocart .field.qty .control .qty {
  order: 1;
}
.catalog-product-view.page-product-simple .box-tocart .field.qty .control .badges-qty-text,
.catalog-product-view.page-product-bundle .box-tocart .field.qty .control .badges-qty-text {
  order: 2;
}
.catalog-product-view.page-product-simple .box-tocart .field.qty .control #qty-error,
.catalog-product-view.page-product-bundle .box-tocart .field.qty .control #qty-error {
  order: 3;
  width: 100%;
}
.catalog-product-view.page-product-simple .box-tocart .field.qty .control #qty_custom-error,
.catalog-product-view.page-product-bundle .box-tocart .field.qty .control #qty_custom-error {
  order: 3;
  width: 100%;
}
.ie11 .catalog-product-view .column.main .product-info-main select {
  padding: 0 0 0 20px;
}
.lock-scroll {
  overflow: hidden !important;
}
.catalog-product-view .success-popup._inner-scroll {
  width: 70%;
  top: 0;
  bottom: 0;
  right: 0;
  left: auto;
  position: fixed;
  z-index: 2147483641;
}
.catalog-product-view .success-popup._inner-scroll .modal-header {
  background-color: #679f16;
  min-height: 160px;
}
.catalog-product-view .success-popup._inner-scroll .modal-header .action-close::before {
  font-size: 38px;
  border: 6px solid white;
  border-radius: 50%;
  height: 46px;
  background-color: white;
  color: #3e703d !important;
  font-weight: 900;
  width: 50px;
  margin-top: 18px;
}
.catalog-product-view .success-popup._inner-scroll .modal-header #success-message {
  max-width: 90%;
}
.catalog-product-view .success-popup._inner-scroll .modal-header #success-message .title {
  padding-right: 30px;
  padding-bottom: 20px;
  color: #ffffff;
  font-size: 17px;
  line-height: 26px;
  letter-spacing: 0.5px;
  font-weight: 800;
}
.catalog-product-view .success-popup._inner-scroll .modal-header #success-message .view-cart-link {
  padding-top: 20px;
  color: #ffffff;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.25px;
  font-weight: 700;
  margin-right: 20px;
}
.catalog-product-view .success-popup._inner-scroll .modal-header #success-message .continue-shopping {
  border-radius: 7px;
  color: #3e703d;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.25px;
  font-weight: 800;
  background-color: #ffffff;
}
.catalog-product-view .success-popup._inner-scroll .modal-content .upsell-product-title {
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 28px;
}
.catalog-product-view .success-popup._inner-scroll .modal-content .products {
  margin: 0;
}
.catalog-product-view .success-popup._inner-scroll .modal-content .product-items-upsell {
  display: flex;
  flex-direction: column;
  overflow-x: auto;
  white-space: nowrap;
}
.catalog-product-view .success-popup._inner-scroll .modal-content .product-items-upsell .border-bottom-div {
  border-bottom: 1px solid #8c8c8c;
}
.catalog-product-view .success-popup._inner-scroll .modal-content .product-items-upsell .border-bottom-div .product-item {
  margin: 0;
  width: 100%;
}
.catalog-product-view .success-popup._inner-scroll .modal-content .product-items-upsell .border-bottom-div .product-item-info {
  display: flex;
  width: auto;
}
.catalog-product-view .success-popup._inner-scroll .modal-content .product-items-upsell .border-bottom-div .product-item-info .product-item-photo {
  padding-right: 30px;
}
.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: 100px !important;
}
.catalog-product-view .success-popup._inner-scroll .modal-content .product-items-upsell .border-bottom-div .product-item-info .product-item-details {
  margin: auto;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.catalog-product-view .success-popup._inner-scroll .modal-content .product-items-upsell .border-bottom-div .product-item-info .product-item-details .product-item-link {
  display: block;
  white-space: normal;
  max-width: 400px;
  font-size: 15px;
  font-weight: 800;
  line-height: 20px;
  letter-spacing: 0.25px;
  padding-bottom: 10px;
  padding-right: 15px;
}
.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: 15px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
}
.catalog-product-view .success-popup._inner-scroll .modal-content .product-items-upsell .border-bottom-div .product-item-info .product-item-details .actions {
  text-align: right;
  margin-top: 30px;
}
.catalog-product-view .success-popup._inner-scroll .modal-content .product-items-upsell .border-bottom-div .product-item-info .product-item-details .actions .primary.tocart {
  background-color: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  display: inline-block;
  position: relative;
}
.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 {
  content: "";
  width: 50px;
  height: 50px;
  display: block;
  background: url('../images/mini-cart-slide.svg') no-repeat center center;
  background-size: cover;
}
@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
*/
.form.methods-shipping tbody td:first-child {
  margin-left: 20px;
}
.checkout-cart-index #maincontent.page-main,
.checkout-index-index #maincontent.page-main,
.checkout-onepage-success #maincontent.page-main {
  padding: 20px 0 40px;
}
.checkout-cart-index .modal-footer button,
.checkout-index-index .modal-footer button,
.checkout-onepage-success .modal-footer button,
.checkout-cart-index .modal-footer .quote-details-items .actions-toolbar > .action,
.checkout-index-index .modal-footer .quote-details-items .actions-toolbar > .action,
.checkout-onepage-success .modal-footer .quote-details-items .actions-toolbar > .action,
.checkout-cart-index .modal-footer .cart.table-wrapper .actions-toolbar > .action,
.checkout-index-index .modal-footer .cart.table-wrapper .actions-toolbar > .action,
.checkout-onepage-success .modal-footer .cart.table-wrapper .actions-toolbar > .action,
.checkout-cart-index .modal-footer .action-gift,
.checkout-index-index .modal-footer .action-gift,
.checkout-onepage-success .modal-footer .action-gift {
  margin-bottom: 10px;
  min-width: 115px;
}
.checkout-cart-index .page-title-wrapper {
  width: 100%;
  max-width: 100%;
  padding: 0 20px;
  margin-bottom: 18px;
  position: static;
  height: auto;
  overflow: visible;
}
.checkout-cart-index .page-title-wrapper h1 {
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  font-size: 3.6rem;
  line-height: 4.2rem;
  margin-bottom: 0;
}
.checkout-cart-index .page-title-wrapper .print {
  display: none;
}
.checkout-cart-index .page-main {
  padding: 20px 0 40px 0;
}
.checkout-cart-index .page-main .column.main {
  padding-bottom: 0;
}
.checkout-cart-index .columns {
  padding: 0 20px;
}
.checkout-cart-index .columns .column.main {
  padding: 0;
}
.checkout-cart-index .columns .column.main .fieldset legend {
  margin-left: 0;
}
.checkout-cart-index .columns .column.main .fieldset .field {
  min-height: 20px;
  clear: both;
  margin: 0 0 15px;
}
.checkout-cart-index .columns .column.main .fieldset .field:after {
  display: block;
  clear: both;
  content: "";
}
.checkout-cart-index .columns .column.main .fieldset .field > label {
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  margin: 0 0 14px 0;
  font-size: 1.2rem;
  line-height: 1.8rem;
  width: 100%;
  text-transform: uppercase;
  clear: both;
  text-align: left;
}
.checkout-cart-index .columns .column.main .fieldset .field > label .required {
  font-weight: 600;
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.8rem;
}
.checkout-cart-index .columns .column.main .fieldset .field .control {
  width: 100%;
  display: block;
  min-height: 1px;
}
.checkout-cart-index .columns .column.main .fieldset .field .control:after {
  display: block;
  clear: both;
  content: "";
}
.checkout-cart-index .columns .column.main .fieldset .field.form-group {
  margin-bottom: 24px;
}
.checkout-cart-index .columns .column.main .fieldset .field.street legend {
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  margin: 0 0 14px 0;
  font-size: 1.2rem;
  line-height: 1.8rem;
  width: 100%;
  text-transform: uppercase;
  clear: both;
  text-align: left;
}
.checkout-cart-index .columns .column.main .fieldset .field.street legend .required {
  font-weight: 600;
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.8rem;
}
.checkout-cart-index .columns .column.main .fieldset .field.captcha .captcha-reload {
  color: #333333;
  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 #333333;
  background-color: #ffffff;
  border-radius: 8px;
  display: inline-block;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  cursor: pointer;
}
.checkout-cart-index .columns .column.main .fieldset .field.captcha .captcha-reload:visited,
.checkout-cart-index .columns .column.main .fieldset .field.captcha .captcha-reload:active {
  color: #65a944;
  text-decoration: none;
  outline: 0;
}
.checkout-cart-index .columns .column.main .fieldset .field.captcha .captcha-reload:hover {
  text-decoration: none;
  outline: 0;
  color: #ffffff;
  background-color: #65a944;
  border: 2px solid #65a944;
}
.checkout-cart-index .columns .column.main .fieldset .field.captcha .captcha-reload:focus {
  text-decoration: none;
  outline: 0;
  color: #ffffff;
  border: 2px solid #3e703d;
  background-color: #3e703d;
}
.checkout-cart-index .columns .column.main .fieldset .checkbox-group .amform-groupv2 {
  min-height: 20px;
  width: 100%;
  clear: both;
  display: block;
}
.checkout-cart-index .columns .column.main .fieldset .checkbox-group .amform-groupv2:after {
  display: block;
  clear: both;
  content: "";
}
.checkout-cart-index .columns .column.main .fieldset .checkbox-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;
  float: left;
}
.checkout-cart-index .columns .column.main .fieldset .checkbox-group label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkout-cart-index .columns .column.main .fieldset .checkbox-group label input:checked ~ .checkmark {
  background-color: #333333;
}
.checkout-cart-index .columns .column.main .fieldset .checkbox-group label input:checked ~ .checkmark:after {
  display: block;
}
.checkout-cart-index .columns .column.main .fieldset .checkbox-group label:hover input ~ .checkmark {
  background-color: #333333;
}
.checkout-cart-index .columns .column.main .fieldset .checkbox-group label:hover input ~ .checkmark:after {
  display: block;
}
.checkout-cart-index .columns .column.main .fieldset .checkbox-group label .checkmark:after {
  left: 7px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.checkout-cart-index .columns .column.main .fieldset .checkbox-group .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #ffffff;
  border: 1px solid #333333;
  border-radius: 2px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.checkout-cart-index .columns .column.main .fieldset .checkbox-group .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.checkout-cart-index .columns .column.main .fieldset .tooltip.wrapper {
  float: left;
}
.checkout-cart-index .columns .column.main .fieldset .tooltip.wrapper:hover:before {
  border: solid;
  border-color: #ffffff transparent;
  border-width: 0 16px 16px 16px;
  bottom: unset;
  content: '';
  top: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  z-index: 101;
}
.checkout-cart-index .columns .column.main .fieldset .tooltip.wrapper a.link.tooltip.toggle {
  color: #333333;
  background: #ffffff;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid #333333;
  display: inline-block;
  text-align: center;
  margin: 0 5px 0 5px;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 600;
  cursor: pointer;
  text-transform: none;
  text-decoration: none;
}
.checkout-cart-index .columns .column.main .fieldset .tooltip.wrapper a.link.tooltip.toggle:visited,
.checkout-cart-index .columns .column.main .fieldset .tooltip.wrapper a.link.tooltip.toggle:hover,
.checkout-cart-index .columns .column.main .fieldset .tooltip.wrapper a.link.tooltip.toggle:active,
.checkout-cart-index .columns .column.main .fieldset .tooltip.wrapper a.link.tooltip.toggle:focus {
  color: #333333;
  text-decoration: none;
}
.checkout-cart-index .columns .column.main .fieldset .tooltip.wrapper .tooltip.content {
  text-align: center;
  margin-top: 0;
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid #e9e9e9;
  -webkit-box-shadow: 0 0 40px -1px rgba(140, 140, 140, 0.85);
  -moz-box-shadow: 0 0 40px -1px rgba(140, 140, 140, 0.85);
  box-shadow: 0 0 40px -1px rgba(140, 140, 140, 0.85);
  bottom: unset;
  top: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 300px;
  padding: 24px;
  content: attr(tooltip);
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 400;
  color: #333333;
}
.checkout-cart-index .columns .column.main .fieldset .tooltip.wrapper .tooltip.content:after,
.checkout-cart-index .columns .column.main .fieldset .tooltip.wrapper .tooltip.content:before {
  display: none;
}
.checkout-cart-index .columns .column.main .fieldset .field-tooltip.toggle {
  top: 8px;
}
.checkout-cart-index .columns .column.main .fieldset .field-tooltip.toggle:hover:before {
  border: solid;
  border-color: #ffffff transparent;
  border-width: 0 16px 16px 16px;
  bottom: unset;
  content: '';
  top: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  z-index: 101;
}
.checkout-cart-index .columns .column.main .fieldset .field-tooltip.toggle .field-tooltip-action.action-help:before {
  vertical-align: middle;
  display: inline-block;
  font-family: 'Lato', sans-serif;
  content: '?';
  color: #333333;
  background: #ffffff;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid #333333;
  text-align: center;
  margin: 0 5px 0 5px;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 600;
  cursor: pointer;
  text-transform: none;
  text-decoration: none;
}
.checkout-cart-index .columns .column.main .fieldset .field-tooltip.toggle .field-tooltip-content {
  text-align: center;
  margin-top: 0;
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid #e9e9e9;
  -webkit-box-shadow: 0 0 40px -1px rgba(140, 140, 140, 0.85);
  -moz-box-shadow: 0 0 40px -1px rgba(140, 140, 140, 0.85);
  box-shadow: 0 0 40px -1px rgba(140, 140, 140, 0.85);
  bottom: unset;
  top: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 300px;
  padding: 24px;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 400;
  color: #333333;
}
.checkout-cart-index .columns .column.main .fieldset .field-tooltip.toggle .field-tooltip-content:after,
.checkout-cart-index .columns .column.main .fieldset .field-tooltip.toggle .field-tooltip-content:before {
  display: none;
}
.checkout-cart-index .columns .column.main .fieldset .note {
  margin: 0 0 20px;
  font-weight: 400;
  color: #333333;
  font-size: 1.4rem;
  line-height: 2.2rem;
}
.checkout-cart-index .columns .column.main .fieldset:after {
  margin: 10px 0 0;
  font-size: 16px;
  text-align: right;
}
.checkout-cart-index .columns .column.main .radio-group .label {
  display: block;
  position: relative;
  padding-left: 30px;
  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;
}
.checkout-cart-index .columns .column.main .radio-group .label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkout-cart-index .columns .column.main .radio-group .label input:checked ~ .checkmark {
  background-color: #ffffff;
}
.checkout-cart-index .columns .column.main .radio-group .label input:checked ~ .checkmark:after {
  display: block;
}
.checkout-cart-index .columns .column.main .radio-group .label:hover input ~ .checkmark {
  background-color: #ffffff;
}
.checkout-cart-index .columns .column.main .radio-group .label:hover input ~ .checkmark:after {
  display: block;
}
.checkout-cart-index .columns .column.main .radio-group .label .checkmark:after {
  top: 3px;
  left: 3px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #333333;
}
.checkout-cart-index .columns .column.main .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%;
}
.checkout-cart-index .columns .column.main .radio-group .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.checkout-cart-index .columns .column.main .actions-toolbar > .primary {
  padding: 3px;
  margin: 0 0 6px;
}
.checkout-cart-index .columns .column.main .actions-toolbar > .primary .action.primary {
  color: #333333;
  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 #333333;
  background-color: #ffffff;
  border-radius: 8px;
  display: inline-block;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  cursor: pointer;
}
.checkout-cart-index .columns .column.main .actions-toolbar > .primary .action.primary:visited,
.checkout-cart-index .columns .column.main .actions-toolbar > .primary .action.primary:active {
  color: #65a944;
  text-decoration: none;
  outline: 0;
}
.checkout-cart-index .columns .column.main .actions-toolbar > .primary .action.primary:hover {
  text-decoration: none;
  outline: 0;
  color: #ffffff;
  background-color: #65a944;
  border: 2px solid #65a944;
}
.checkout-cart-index .columns .column.main .actions-toolbar > .primary .action.primary:focus {
  outline: 0;
  color: #ffffff;
  border: 2px solid #3e703d;
  background-color: #3e703d;
  text-decoration: none;
}
.checkout-cart-index .columns .column.main .actions-toolbar > .primary .action.primary span:after {
  display: none;
}
.checkout-cart-index .columns .column.main .actions-toolbar > .secondary .action.remind {
  -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;
}
.checkout-cart-index .columns .column.main .actions-toolbar > .secondary .action.remind:visited {
  color: #3e703d;
  text-decoration: underline;
}
.checkout-cart-index .columns .column.main .actions-toolbar > .secondary .action.remind:hover {
  color: #65a944;
  text-decoration: underline;
}
.checkout-cart-index .columns .column.main .actions-toolbar > .secondary .action.remind:active {
  color: #3e703d;
  text-decoration: underline;
}
.checkout-cart-index .columns .column.main .actions-toolbar > .secondary .action.remind:focus {
  text-decoration: underline;
  color: #000000;
}
.checkout-cart-index .columns .column.main .actions-toolbar > .secondary .action.back {
  -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;
}
.checkout-cart-index .columns .column.main .actions-toolbar > .secondary .action.back:visited {
  color: #3e703d;
  text-decoration: underline;
}
.checkout-cart-index .columns .column.main .actions-toolbar > .secondary .action.back:hover {
  color: #65a944;
  text-decoration: underline;
}
.checkout-cart-index .columns .column.main .actions-toolbar > .secondary .action.back:active {
  color: #3e703d;
  text-decoration: underline;
}
.checkout-cart-index .columns .column.main .actions-toolbar > .secondary .action.back:focus {
  text-decoration: underline;
  color: #000000;
}
.checkout-cart-index .modals-wrapper .modal-popup.confirm .action-primary.action-accept:focus {
  outline: none;
}
.checkout-index-index .page-title-wrapper {
  width: 100%;
  max-width: 100%;
  padding: 0 20px;
  margin-bottom: 18px;
  position: static;
  height: auto;
  overflow: visible;
}
.checkout-index-index .page-title-wrapper h1 {
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  font-size: 3.6rem;
  line-height: 4.2rem;
  margin-bottom: 0;
}
.checkout-index-index .page-title-wrapper .print {
  display: none;
}
.checkout-index-index .page-main {
  padding: 20px 0 40px 0;
}
.checkout-index-index .page-main .column.main {
  padding-bottom: 0;
}
.checkout-index-index .columns {
  padding: 0 20px;
}
.checkout-index-index .columns .column.main {
  padding: 0;
}
.checkout-index-index .columns .column.main .fieldset legend {
  margin-left: 0;
}
.checkout-index-index .columns .column.main .fieldset .field {
  min-height: 20px;
  clear: both;
  margin: 0 0 15px;
}
.checkout-index-index .columns .column.main .fieldset .field:after {
  display: block;
  clear: both;
  content: "";
}
.checkout-index-index .columns .column.main .fieldset .field > label {
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  margin: 0 0 14px 0;
  font-size: 1.2rem;
  line-height: 1.8rem;
  width: 100%;
  text-transform: uppercase;
  clear: both;
  text-align: left;
}
.checkout-index-index .columns .column.main .fieldset .field > label .required {
  font-weight: 600;
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.8rem;
}
.checkout-index-index .columns .column.main .fieldset .field .control {
  width: 100%;
  display: block;
  min-height: 1px;
}
.checkout-index-index .columns .column.main .fieldset .field .control:after {
  display: block;
  clear: both;
  content: "";
}
.checkout-index-index .columns .column.main .fieldset .field.form-group {
  margin-bottom: 24px;
}
.checkout-index-index .columns .column.main .fieldset .field.street legend {
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  margin: 0 0 14px 0;
  font-size: 1.2rem;
  line-height: 1.8rem;
  width: 100%;
  text-transform: uppercase;
  clear: both;
  text-align: left;
}
.checkout-index-index .columns .column.main .fieldset .field.street legend .required {
  font-weight: 600;
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.8rem;
}
.checkout-index-index .columns .column.main .fieldset .field.street legend.compact {
  width: auto;
}
.checkout-index-index .columns .column.main .fieldset .field.street .sub-label-note {
  width: auto;
  padding-bottom: 10px;
  display: block;
  font-size: 12px;
  font-style: italic;
}
.checkout-index-index .columns .column.main .fieldset .field.captcha .captcha-reload {
  color: #333333;
  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 #333333;
  background-color: #ffffff;
  border-radius: 8px;
  display: inline-block;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  cursor: pointer;
}
.checkout-index-index .columns .column.main .fieldset .field.captcha .captcha-reload:visited,
.checkout-index-index .columns .column.main .fieldset .field.captcha .captcha-reload:active {
  color: #65a944;
  text-decoration: none;
  outline: 0;
}
.checkout-index-index .columns .column.main .fieldset .field.captcha .captcha-reload:hover {
  outline: 0;
  color: #ffffff;
  background-color: #65a944;
  border: 2px solid #65a944;
  text-decoration: none;
}
.checkout-index-index .columns .column.main .fieldset .field.captcha .captcha-reload:focus {
  text-decoration: none;
  outline: 0;
  color: #ffffff;
  border: 2px solid #3e703d;
  background-color: #3e703d;
}
.checkout-index-index .columns .column.main .fieldset .checkbox-group .amform-groupv2 {
  min-height: 20px;
  width: 100%;
  clear: both;
  display: block;
}
.checkout-index-index .columns .column.main .fieldset .checkbox-group .amform-groupv2:after {
  display: block;
  clear: both;
  content: "";
}
.checkout-index-index .columns .column.main .fieldset .checkbox-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;
  float: left;
}
.checkout-index-index .columns .column.main .fieldset .checkbox-group label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkout-index-index .columns .column.main .fieldset .checkbox-group label input:checked ~ .checkmark {
  background-color: #333333;
}
.checkout-index-index .columns .column.main .fieldset .checkbox-group label input:checked ~ .checkmark:after {
  display: block;
}
.checkout-index-index .columns .column.main .fieldset .checkbox-group label:hover input ~ .checkmark {
  background-color: #333333;
}
.checkout-index-index .columns .column.main .fieldset .checkbox-group label:hover input ~ .checkmark:after {
  display: block;
}
.checkout-index-index .columns .column.main .fieldset .checkbox-group label .checkmark:after {
  left: 7px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.checkout-index-index .columns .column.main .fieldset .checkbox-group .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #ffffff;
  border: 1px solid #333333;
  border-radius: 2px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.checkout-index-index .columns .column.main .fieldset .checkbox-group .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.checkout-index-index .columns .column.main .fieldset .tooltip.wrapper {
  float: left;
}
.checkout-index-index .columns .column.main .fieldset .tooltip.wrapper:hover:before {
  border: solid;
  border-color: #ffffff transparent;
  border-width: 0 16px 16px 16px;
  bottom: unset;
  content: '';
  top: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  z-index: 101;
}
.checkout-index-index .columns .column.main .fieldset .tooltip.wrapper a.link.tooltip.toggle {
  color: #333333;
  background: #ffffff;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid #333333;
  display: inline-block;
  text-align: center;
  margin: 0 5px 0 5px;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 600;
  cursor: pointer;
  text-transform: none;
  text-decoration: none;
}
.checkout-index-index .columns .column.main .fieldset .tooltip.wrapper a.link.tooltip.toggle:visited,
.checkout-index-index .columns .column.main .fieldset .tooltip.wrapper a.link.tooltip.toggle:hover,
.checkout-index-index .columns .column.main .fieldset .tooltip.wrapper a.link.tooltip.toggle:active,
.checkout-index-index .columns .column.main .fieldset .tooltip.wrapper a.link.tooltip.toggle:focus {
  color: #333333;
  text-decoration: none;
}
.checkout-index-index .columns .column.main .fieldset .tooltip.wrapper .tooltip.content {
  text-align: center;
  margin-top: 0;
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid #e9e9e9;
  -webkit-box-shadow: 0 0 40px -1px rgba(140, 140, 140, 0.85);
  -moz-box-shadow: 0 0 40px -1px rgba(140, 140, 140, 0.85);
  box-shadow: 0 0 40px -1px rgba(140, 140, 140, 0.85);
  bottom: unset;
  top: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 300px;
  padding: 24px;
  content: attr(tooltip);
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 400;
  color: #333333;
}
.checkout-index-index .columns .column.main .fieldset .tooltip.wrapper .tooltip.content:after,
.checkout-index-index .columns .column.main .fieldset .tooltip.wrapper .tooltip.content:before {
  display: none;
}
.checkout-index-index .columns .column.main .fieldset .field-tooltip.toggle {
  top: 8px;
}
.checkout-index-index .columns .column.main .fieldset .field-tooltip.toggle:hover:before {
  border: solid;
  border-color: #ffffff transparent;
  border-width: 0 16px 16px 16px;
  bottom: unset;
  content: '';
  top: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  z-index: 101;
}
.checkout-index-index .columns .column.main .fieldset .field-tooltip.toggle .field-tooltip-action.action-help:before {
  vertical-align: middle;
  display: inline-block;
  font-family: 'Lato', sans-serif;
  content: '?';
  color: #333333;
  background: #ffffff;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid #333333;
  text-align: center;
  margin: 0 5px 0 5px;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 600;
  cursor: pointer;
  text-transform: none;
  text-decoration: none;
}
.checkout-index-index .columns .column.main .fieldset .field-tooltip.toggle .field-tooltip-content {
  text-align: center;
  margin-top: 0;
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid #e9e9e9;
  -webkit-box-shadow: 0 0 40px -1px rgba(140, 140, 140, 0.85);
  -moz-box-shadow: 0 0 40px -1px rgba(140, 140, 140, 0.85);
  box-shadow: 0 0 40px -1px rgba(140, 140, 140, 0.85);
  bottom: unset;
  top: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 300px;
  padding: 24px;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 400;
  color: #333333;
}
.checkout-index-index .columns .column.main .fieldset .field-tooltip.toggle .field-tooltip-content:after {
  display: none;
}
.checkout-index-index .columns .column.main .fieldset .field-tooltip.toggle .field-tooltip-content:before {
  display: none;
}
.checkout-index-index .columns .column.main .fieldset .note {
  margin: 0 0 20px;
  font-weight: 400;
  color: #333333;
  font-size: 1.4rem;
  line-height: 2.2rem;
}
.checkout-index-index .columns .column.main .fieldset:after {
  margin: 10px 0 0;
  font-size: 16px;
  text-align: right;
}
.checkout-index-index .columns .column.main .radio-group .label {
  display: block;
  position: relative;
  padding-left: 30px;
  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;
}
.checkout-index-index .columns .column.main .radio-group .label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkout-index-index .columns .column.main .radio-group .label input:checked ~ .checkmark {
  background-color: #ffffff;
}
.checkout-index-index .columns .column.main .radio-group .label input:checked ~ .checkmark:after {
  display: block;
}
.checkout-index-index .columns .column.main .radio-group .label:hover input ~ .checkmark {
  background-color: #ffffff;
}
.checkout-index-index .columns .column.main .radio-group .label:hover input ~ .checkmark:after {
  display: block;
}
.checkout-index-index .columns .column.main .radio-group .label .checkmark:after {
  top: 3px;
  left: 3px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #333333;
}
.checkout-index-index .columns .column.main .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%;
}
.checkout-index-index .columns .column.main .radio-group .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.checkout-index-index .columns .column.main .actions-toolbar > .primary {
  padding: 3px;
  margin: 0 0 6px;
}
.checkout-index-index .columns .column.main .actions-toolbar > .primary .action.primary {
  color: #333333;
  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 #333333;
  background-color: #ffffff;
  border-radius: 8px;
  display: inline-block;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  cursor: pointer;
}
.checkout-index-index .columns .column.main .actions-toolbar > .primary .action.primary:visited,
.checkout-index-index .columns .column.main .actions-toolbar > .primary .action.primary:active {
  color: #65a944;
  text-decoration: none;
  outline: 0;
}
.checkout-index-index .columns .column.main .actions-toolbar > .primary .action.primary:hover {
  outline: 0;
  color: #ffffff;
  background-color: #65a944;
  border: 2px solid #65a944;
  text-decoration: none;
}
.checkout-index-index .columns .column.main .actions-toolbar > .primary .action.primary span:after {
  display: none;
}
.checkout-index-index .columns .column.main .actions-toolbar > .secondary .action.remind {
  -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;
}
.checkout-index-index .columns .column.main .actions-toolbar > .secondary .action.remind:visited,
.checkout-index-index .columns .column.main .actions-toolbar > .secondary .action.remind:active {
  color: #3e703d;
  text-decoration: underline;
}
.checkout-index-index .columns .column.main .actions-toolbar > .secondary .action.remind:hover {
  color: #65a944;
  text-decoration: underline;
}
.checkout-index-index .columns .column.main .actions-toolbar > .secondary .action.remind:focus {
  color: #000000;
  text-decoration: underline;
}
.checkout-index-index .columns .column.main .actions-toolbar > .secondary .action.back {
  -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;
}
.checkout-index-index .columns .column.main .actions-toolbar > .secondary .action.back:visited,
.checkout-index-index .columns .column.main .actions-toolbar > .secondary .action.back:active {
  color: #3e703d;
  text-decoration: underline;
}
.checkout-index-index .columns .column.main .actions-toolbar > .secondary .action.back:hover {
  color: #65a944;
  text-decoration: underline;
}
.checkout-index-index .columns .column.main .actions-toolbar > .secondary .action.back:focus {
  color: #000000;
  text-decoration: underline;
}
.checkout-index-index .checkout-container {
  padding-top: 34px;
}
.checkout-index-index .checkout-container .authentication-wrapper {
  display: none;
}
.checkout-index-index .checkout-container .opc-progress-bar {
  margin-bottom: 30px;
}
.checkout-index-index .checkout-container .opc-progress-bar .opc-progress-bar-item._active:before {
  background: #333333;
}
.checkout-index-index .checkout-container .opc-progress-bar .opc-progress-bar-item._active > span {
  font-size: 1.8rem;
  line-height: 1.8rem;
  margin: 0;
  font-weight: 600;
}
.checkout-index-index .checkout-container .opc-progress-bar .opc-progress-bar-item._active > span:before {
  background: #333333;
}
.checkout-index-index .checkout-container .opc-progress-bar .opc-progress-bar-item._active > span:after {
  color: #333333;
}
.checkout-index-index .checkout-container .opc-progress-bar .opc-progress-bar-item._complete:before {
  background: #333333;
}
.checkout-index-index .checkout-container .opc-progress-bar .opc-progress-bar-item._complete > span:before {
  background: #333333;
}
.checkout-index-index .checkout-container .opc-progress-bar .opc-progress-bar-item._complete > span:after {
  color: #333333;
}
.checkout-index-index .checkout-container .opc-progress-bar .opc-progress-bar-item > span {
  font-size: 1.8rem;
  line-height: 1.8rem;
  margin: 0;
  font-weight: 600;
}
.checkout-index-index .checkout-container .opc-estimated-wrapper .minicart-wrapper .action.showcart {
  background: transparent;
  border: none;
}
.checkout-index-index .checkout-container .opc-estimated-wrapper .minicart-wrapper .action.showcart:active {
  box-shadow: none;
}
.checkout-index-index .checkout-container .opc-estimated-wrapper .minicart-wrapper .action.showcart:before {
  font-size: 2.7rem;
  line-height: 2.7rem;
  content: "";
  display: block;
  background: transparent url('../images/cart-plus-solid.svg') no-repeat center top;
  height: 27px;
  width: 24px;
}
.checkout-index-index .checkout-container .opc-estimated-wrapper .minicart-wrapper .action.showcart .counter.qty {
  display: none;
}
.checkout-index-index .checkout-container .opc-wrapper .shipping-address-item.selected-item {
  border-color: #333333;
}
.checkout-index-index .checkout-container .opc-wrapper .shipping-address-item.selected-item:after {
  background: #333333;
}
.checkout-index-index .checkout-container .opc-wrapper .step-title {
  font-size: 2rem;
  line-height: 2.6rem;
  font-weight: 500;
}
.checkout-index-index .checkout-container .opc-wrapper .action-select-shipping-item {
  color: #333333;
  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 #333333;
  background-color: #ffffff;
  border-radius: 8px;
  display: inline-block;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  cursor: pointer;
}
.checkout-index-index .checkout-container .opc-wrapper .action-select-shipping-item:visited,
.checkout-index-index .checkout-container .opc-wrapper .action-select-shipping-item:active {
  color: #65a944;
  text-decoration: none;
  outline: 0;
}
.checkout-index-index .checkout-container .opc-wrapper .action-select-shipping-item:hover {
  outline: 0;
  color: #ffffff;
  background-color: #65a944;
  border: 2px solid #65a944;
  text-decoration: none;
}
.checkout-index-index .checkout-container .opc-wrapper .action-select-shipping-item:focus {
  outline: 0;
  color: #ffffff;
  border: 2px solid #3e703d;
  background-color: #3e703d;
  text-decoration: none;
}
.checkout-index-index .checkout-container .opc-wrapper .action-select-shipping-item span:before {
  display: none;
}
.checkout-index-index .checkout-container .opc-wrapper .action-show-popup {
  color: #333333;
  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 #333333;
  background-color: #ffffff;
  border-radius: 8px;
  display: inline-block;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  cursor: pointer;
}
.checkout-index-index .checkout-container .opc-wrapper .action-show-popup:visited,
.checkout-index-index .checkout-container .opc-wrapper .action-show-popup:active {
  color: #65a944;
  text-decoration: none;
  outline: 0;
}
.checkout-index-index .checkout-container .opc-wrapper .action-show-popup:hover {
  outline: 0;
  color: #ffffff;
  background-color: #65a944;
  border: 2px solid #65a944;
  text-decoration: none;
}
.checkout-index-index .checkout-container .opc-wrapper .action-show-popup:focus {
  outline: 0;
  color: #ffffff;
  border: 2px solid #3e703d;
  background-color: #3e703d;
  text-decoration: none;
}
.checkout-index-index .checkout-container .opc-wrapper .action-show-popup span:before {
  display: none;
}
.checkout-index-index .checkout-container .opc-wrapper .action.action-apply {
  color: #333333;
  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 #333333;
  background-color: #ffffff;
  border-radius: 8px;
  display: inline-block;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  cursor: pointer;
}
.checkout-index-index .checkout-container .opc-wrapper .action.action-apply:visited,
.checkout-index-index .checkout-container .opc-wrapper .action.action-apply:active {
  color: #65a944;
  text-decoration: none;
  outline: 0;
}
.checkout-index-index .checkout-container .opc-wrapper .action.action-apply:hover {
  outline: 0;
  color: #ffffff;
  background-color: #65a944;
  border: 2px solid #65a944;
  text-decoration: none;
}
.checkout-index-index .checkout-container .opc-wrapper .action.action-apply:focus {
  outline: 0;
  color: #ffffff;
  border: 2px solid #3e703d;
  background-color: #3e703d;
  text-decoration: none;
}
.checkout-index-index .checkout-container .opc-wrapper .action.action-apply span:before {
  display: none;
}
.checkout-index-index .checkout-container .opc-wrapper .checkout-validate-address .edit-address {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  color: #3e703d;
  text-decoration: underline;
}
.checkout-index-index .checkout-container .opc-wrapper .checkout-validate-address .edit-address:visited,
.checkout-index-index .checkout-container .opc-wrapper .checkout-validate-address .edit-address:active {
  color: #3e703d;
  text-decoration: underline;
}
.checkout-index-index .checkout-container .opc-wrapper .checkout-validate-address .edit-address:hover {
  color: #65a944;
  text-decoration: underline;
}
.checkout-index-index .checkout-container .opc-wrapper .checkout-validate-address .edit-address:focus {
  color: #000000;
  text-decoration: underline;
}
.checkout-index-index .checkout-container .opc-wrapper .checkout-payment-method .amasty-gdpr-consent .action a {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  color: #3e703d;
  text-decoration: underline;
}
.checkout-index-index .checkout-container .opc-wrapper .checkout-payment-method .amasty-gdpr-consent .action a:visited {
  color: #3e703d;
  text-decoration: underline;
}
.checkout-index-index .checkout-container .opc-wrapper .checkout-payment-method .amasty-gdpr-consent .action a:hover {
  color: #65a944;
  text-decoration: underline;
}
.checkout-index-index .checkout-container .opc-wrapper .checkout-payment-method .amasty-gdpr-consent .action a:active {
  color: #3e703d;
  text-decoration: underline;
}
.checkout-index-index .checkout-container .opc-wrapper .checkout-payment-method .amasty-gdpr-consent .action a:focus {
  color: #000000;
  text-decoration: underline;
}
.checkout-index-index .checkout-container .opc-wrapper .checkout-payment-method .payment-option.discount-code {
  margin: 0;
}
.checkout-index-index .checkout-container .opc-wrapper .checkout-payment-method .payment-option.discount-code .payment-option-title .action.action-toggle {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  color: #3e703d;
  text-decoration: underline;
}
.checkout-index-index .checkout-container .opc-wrapper .checkout-payment-method .payment-option.discount-code .payment-option-title .action.action-toggle:visited,
.checkout-index-index .checkout-container .opc-wrapper .checkout-payment-method .payment-option.discount-code .payment-option-title .action.action-toggle:active {
  color: #3e703d;
  text-decoration: underline;
}
.checkout-index-index .checkout-container .opc-wrapper .checkout-payment-method .payment-option.discount-code .payment-option-title .action.action-toggle:hover {
  color: #65a944;
  text-decoration: underline;
}
.checkout-index-index .checkout-container .opc-wrapper .checkout-payment-method .payment-option.discount-code .payment-option-title .action.action-toggle:focus {
  color: #000000;
  text-decoration: underline;
}
.checkout-index-index .checkout-container .opc-wrapper .checkout-payment-method .payment-option.giftcardaccount {
  display: none;
}
.checkout-index-index .checkout-container .opc-summary-wrapper .modal-inner-wrap {
  background-color: #ffffff;
}
.checkout-index-index .checkout-container .opc-summary-wrapper .modal-header .action-close {
  margin: 0;
  top: 20px;
  right: 25px;
}
.checkout-index-index .checkout-container .opc-summary-wrapper .opc-block-summary {
  background-color: #ffffff;
}
.checkout-index-index .checkout-container .opc-summary-wrapper .opc-block-summary > .title {
  font-size: 2.5rem;
  line-height: 2.8rem;
  font-weight: 500;
  padding-bottom: 14px;
}
.checkout-index-index .checkout-container .opc-summary-wrapper .items-in-cart > .title {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.checkout-index-index .checkout-container .opc-summary-wrapper .items-in-cart > .title:after {
  top: 14px;
}
.checkout-index-index .checkout-container .opc-summary-wrapper .items-in-cart > .title strong {
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 400;
}
.checkout-index-index .checkout-container .opc-summary-wrapper .items-in-cart .product.options td {
  padding: 0 10px 0 0;
}
.checkout-index-index .checkout-container .opc-summary-wrapper .items-in-cart .product.options td.option-label {
  min-width: 100px;
}
.checkout-index-index .checkout-container .opc-summary-wrapper .item-options {
  margin-top: 10px;
  margin-bottom: 10px;
}
.checkout-index-index .checkout-container .opc-summary-wrapper .item-options dt.label {
  margin-right: 5px;
}
.checkout-index-index .checkout-container .opc-summary-wrapper .item-options dd .bundle_selection_attribute {
  width: 100%;
  display: inline-block;
  clear: both;
  padding-left: 10px;
  font-style: italic;
}
.checkout-index-index .checkout-container .opc-summary-wrapper .table-totals mark,
.checkout-index-index .checkout-container .opc-summary-wrapper .table-totals .mark {
  padding: 0.2em;
  background-color: transparent;
}
.checkout-index-index .checkout-container .opc-summary-wrapper .opc-block-shipping-information .shipping-information-title {
  font-size: 2rem;
  line-height: 2.3rem;
  font-weight: 500;
  padding-bottom: 14px;
}
.checkout-index-index .checkout-container .checkout-payment-method .checkout-billing-address .primary .action-update {
  color: #333333;
  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 #333333;
  background-color: #ffffff;
  border-radius: 8px;
  display: inline-block;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  cursor: pointer;
}
.checkout-index-index .checkout-container .checkout-payment-method .checkout-billing-address .primary .action-update:visited {
  color: #65a944;
  text-decoration: none;
  outline: 0;
}
.checkout-index-index .checkout-container .checkout-payment-method .checkout-billing-address .primary .action-update:hover {
  outline: 0;
  color: #ffffff;
  background-color: #65a944;
  border: 2px solid #65a944;
  text-decoration: none;
}
.checkout-index-index .checkout-container .checkout-payment-method .checkout-billing-address .primary .action-update:active {
  color: #65a944;
  text-decoration: none;
  outline: 0;
}
.checkout-index-index .checkout-container .checkout-payment-method .checkout-billing-address .primary .action-update:focus {
  outline: 0;
  color: #ffffff;
  border: 2px solid #3e703d;
  background-color: #3e703d;
  text-decoration: none;
}
.checkout-index-index .checkout-container .checkout-payment-method .checkout-billing-address .actions-toolbar > .primary .action:last-child,
.checkout-index-index .checkout-container .checkout-payment-method .checkout-billing-address .actions-toolbar > .secondary .action:last-child {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  color: #3e703d;
  text-decoration: underline;
}
.checkout-index-index .checkout-container .checkout-payment-method .checkout-billing-address .actions-toolbar > .primary .action:last-child:visited,
.checkout-index-index .checkout-container .checkout-payment-method .checkout-billing-address .actions-toolbar > .secondary .action:last-child:visited {
  color: #3e703d;
  text-decoration: underline;
}
.checkout-index-index .checkout-container .checkout-payment-method .checkout-billing-address .actions-toolbar > .primary .action:last-child:hover,
.checkout-index-index .checkout-container .checkout-payment-method .checkout-billing-address .actions-toolbar > .secondary .action:last-child:hover {
  color: #65a944;
  text-decoration: underline;
}
.checkout-index-index .checkout-container .opc-block-shipping-information .shipping-information-title .action-edit:not(:focus) {
  top: -3px;
}
.checkout-index-index .modals-wrapper .modal-popup.modal-slide {
  pointer-events: all;
  padding: 20px;
}
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-header {
  background: #ffffff;
  border: none;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
}
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-header .modal-title {
  font-size: 2.5rem;
  line-height: 2.8rem;
  font-weight: 500;
  padding-bottom: 14px;
}
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content {
  border: none;
  background: #ffffff;
}
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset legend {
  margin-left: 0;
}
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .field {
  min-height: 20px;
  clear: both;
  margin: 0 0 15px;
}
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .field:after {
  display: block;
  clear: both;
  content: "";
}
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .field > label {
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  margin: 0 0 14px 0;
  font-size: 1.2rem;
  line-height: 1.8rem;
  width: 100%;
  text-transform: uppercase;
  clear: both;
  text-align: left;
}
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .field > label .required {
  font-weight: 600;
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.8rem;
}
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .field .control {
  width: 100%;
  display: block;
  min-height: 1px;
}
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .field .control:after {
  display: block;
  clear: both;
  content: "";
}
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .field .control input[type="text"],
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .field .control input[type="password"],
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .field .control input[type="url"],
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .field .control input[type="tel"],
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .field .control input[type="search"],
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .field .control input[type="number"],
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .field .control input[type="datetime"],
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .field .control input[type="email"],
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .field .control textarea {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  background-color: transparent;
  border: 1px solid #575757;
  color: #333333;
  box-shadow: none;
  border-radius: 8px;
  padding: 0 16px;
  height: 46px;
  font-size: 1.6rem;
  line-height: 2.2rem;
}
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .field .control input[type="text"]:focus,
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .field .control input[type="password"]:focus,
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .field .control input[type="url"]:focus,
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .field .control input[type="tel"]:focus,
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .field .control input[type="search"]:focus,
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .field .control input[type="number"]:focus,
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .field .control input[type="datetime"]:focus,
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .field .control input[type="email"]:focus,
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .field .control textarea:focus {
  outline: none;
  border: 1px solid #575757;
}
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .field .control input[type="text"]::-webkit-input-placeholder,
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .field .control input[type="password"]::-webkit-input-placeholder,
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .field .control input[type="url"]::-webkit-input-placeholder,
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .field .control input[type="tel"]::-webkit-input-placeholder,
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .field .control input[type="search"]::-webkit-input-placeholder,
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .field .control input[type="number"]::-webkit-input-placeholder,
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .field .control input[type="datetime"]::-webkit-input-placeholder,
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .field .control input[type="email"]::-webkit-input-placeholder,
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .field .control textarea::-webkit-input-placeholder,
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .field .control input[type="text"]::-moz-placeholder,
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .field .control input[type="password"]::-moz-placeholder,
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .field .control input[type="url"]::-moz-placeholder,
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .field .control input[type="tel"]::-moz-placeholder,
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .field .control input[type="search"]::-moz-placeholder,
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .field .control input[type="number"]::-moz-placeholder,
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .field .control input[type="datetime"]::-moz-placeholder,
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .field .control input[type="email"]::-moz-placeholder,
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .field .control textarea::-moz-placeholder,
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .field .control input[type="text"]:-ms-input-placeholder,
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .field .control input[type="password"]:-ms-input-placeholder,
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .field .control input[type="url"]:-ms-input-placeholder,
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .field .control input[type="tel"]:-ms-input-placeholder,
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .field .control input[type="search"]:-ms-input-placeholder,
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .field .control input[type="number"]:-ms-input-placeholder,
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .field .control input[type="datetime"]:-ms-input-placeholder,
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .field .control input[type="email"]:-ms-input-placeholder,
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .field .control textarea:-ms-input-placeholder,
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .field .control input[type="text"]:-moz-placeholder,
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .field .control input[type="password"]:-moz-placeholder,
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .field .control input[type="url"]:-moz-placeholder,
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .field .control input[type="tel"]:-moz-placeholder,
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .field .control input[type="search"]:-moz-placeholder,
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .field .control input[type="number"]:-moz-placeholder,
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .field .control input[type="datetime"]:-moz-placeholder,
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .field .control input[type="email"]:-moz-placeholder,
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .field .control textarea:-moz-placeholder {
  opacity: 1;
  color: #555555;
  font-weight: 300;
  background-color: transparent;
}
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .field .control input[type="text"].mage-error,
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .field .control input[type="password"].mage-error,
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .field .control input[type="url"].mage-error,
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .field .control input[type="tel"].mage-error,
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .field .control input[type="search"].mage-error,
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .field .control input[type="number"].mage-error,
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .field .control input[type="datetime"].mage-error,
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .field .control input[type="email"].mage-error,
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .field .control textarea.mage-error {
  border-color: #a12c2e;
}
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .field .control input[type="text"].mage-error,
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .field .control input[type="password"].mage-error,
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .field .control input[type="url"].mage-error,
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .field .control input[type="tel"].mage-error,
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .field .control input[type="search"].mage-error,
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .field .control input[type="number"].mage-error,
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .field .control input[type="datetime"].mage-error,
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .field .control input[type="email"],
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .field .control textarea {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  background-color: transparent;
  border: 1px solid #575757;
  color: #333333;
  box-shadow: none;
  border-radius: 8px;
  padding: 0 16px;
  height: 46px;
  font-size: 1.6rem;
  line-height: 2rem;
  min-height: 90px;
  resize: none;
}
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .field .control input[type="text"].mage-error:focus,
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .field .control input[type="password"].mage-error:focus,
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .field .control input[type="url"].mage-error:focus,
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .field .control input[type="tel"].mage-error:focus,
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .field .control input[type="search"].mage-error:focus,
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .field .control input[type="number"].mage-error:focus,
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .field .control input[type="datetime"].mage-error:focus,
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .field .control input[type="email"]:focus,
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .field .control textarea:focus {
  outline: none;
  border: 1px solid #575757;
}
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .field .control input[type="text"].mage-error::-webkit-input-placeholder,
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .field .control input[type="password"].mage-error::-webkit-input-placeholder,
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .field .control input[type="url"].mage-error::-webkit-input-placeholder,
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .field .control input[type="tel"].mage-error::-webkit-input-placeholder,
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .field .control input[type="search"].mage-error::-webkit-input-placeholder,
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .field .control input[type="number"].mage-error::-webkit-input-placeholder,
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .field .control input[type="datetime"].mage-error::-webkit-input-placeholder,
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .field .control input[type="email"]::-webkit-input-placeholder,
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .field .control textarea::-webkit-input-placeholder,
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .field .control input[type="text"].mage-error::-moz-placeholder,
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .field .control input[type="password"].mage-error::-moz-placeholder,
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .field .control input[type="url"].mage-error::-moz-placeholder,
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .field .control input[type="tel"].mage-error::-moz-placeholder,
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .field .control input[type="search"].mage-error::-moz-placeholder,
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .field .control input[type="number"].mage-error::-moz-placeholder,
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .field .control input[type="datetime"].mage-error::-moz-placeholder,
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .field .control input[type="email"]::-moz-placeholder,
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .field .control textarea::-moz-placeholder,
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .field .control input[type="text"].mage-error:-ms-input-placeholder,
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .field .control input[type="password"].mage-error:-ms-input-placeholder,
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .field .control input[type="url"].mage-error:-ms-input-placeholder,
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .field .control input[type="tel"].mage-error:-ms-input-placeholder,
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .field .control input[type="search"].mage-error:-ms-input-placeholder,
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .field .control input[type="number"].mage-error:-ms-input-placeholder,
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .field .control input[type="datetime"].mage-error:-ms-input-placeholder,
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .field .control input[type="email"]:-ms-input-placeholder,
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .field .control textarea:-ms-input-placeholder,
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .field .control input[type="text"].mage-error:-moz-placeholder,
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .field .control input[type="password"].mage-error:-moz-placeholder,
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .field .control input[type="url"].mage-error:-moz-placeholder,
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .field .control input[type="tel"].mage-error:-moz-placeholder,
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .field .control input[type="search"].mage-error:-moz-placeholder,
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .field .control input[type="number"].mage-error:-moz-placeholder,
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .field .control input[type="datetime"].mage-error:-moz-placeholder,
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .field .control input[type="email"]:-moz-placeholder,
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .field .control textarea:-moz-placeholder {
  opacity: 1;
  color: #555555;
  font-weight: 300;
  background-color: transparent;
}
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .field .control textarea.mage-error {
  border-color: #a12c2e;
}
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .field .control .custom-select {
  position: relative;
}
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .field .control .custom-select .select {
  font-size: 1.6rem;
  line-height: 4.4rem;
}
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .field .control .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;
}
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .field .control .select-selected:hover {
  background-color: #f0f0f0;
}
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .field .control .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;
}
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .field .control .select-selected.select-arrow-active {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .field .control .select-selected.select-arrow-active:after {
  transform: rotate(-180deg);
}
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .field .control .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;
}
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .field .control .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;
}
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .field .control .select-items div:first-child {
  border-top: 1px solid #dddddd;
}
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .field .control .select-items div:last-child {
  border-bottom: none;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .field .control .select-items div:hover {
  background-color: #f1f1f1;
}
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .field .control .select-hide {
  display: none;
}
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .field.form-group {
  margin-bottom: 24px;
}
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .field.street legend {
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  margin: 0 0 14px 0;
  font-size: 1.2rem;
  line-height: 1.8rem;
  width: 100%;
  text-transform: uppercase;
  clear: both;
  text-align: left;
}
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .field.street legend .required {
  font-weight: 600;
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.8rem;
}
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .field.captcha .captcha-reload {
  color: #333333;
  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 #333333;
  background-color: #ffffff;
  border-radius: 8px;
  display: inline-block;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  cursor: pointer;
}
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .field.captcha .captcha-reload:visited {
  color: #65a944;
  text-decoration: none;
  outline: 0;
}
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .field.captcha .captcha-reload:hover {
  outline: 0;
  color: #ffffff;
  background-color: #65a944;
  border: 2px solid #65a944;
  text-decoration: none;
}
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .field.captcha .captcha-reload:active {
  color: #65a944;
  text-decoration: none;
  outline: 0;
}
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .field.captcha .captcha-reload:focus {
  outline: 0;
  color: #ffffff;
  border: 2px solid #3e703d;
  background-color: #3e703d;
  text-decoration: none;
}
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .checkbox-group .amform-groupv2 {
  min-height: 20px;
  width: 100%;
  clear: both;
  display: block;
}
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .checkbox-group .amform-groupv2:after {
  display: block;
  clear: both;
  content: "";
}
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .checkbox-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;
  float: left;
}
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .checkbox-group label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .checkbox-group label input:checked ~ .checkmark {
  background-color: #333333;
}
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .checkbox-group label input:checked ~ .checkmark:after {
  display: block;
}
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .checkbox-group label:hover input ~ .checkmark {
  background-color: #333333;
}
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .checkbox-group label:hover input ~ .checkmark:after {
  display: block;
}
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .checkbox-group label .checkmark:after {
  left: 7px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .checkbox-group .amform-versiontwo-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;
  float: left;
}
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .checkbox-group .amform-versiontwo-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .checkbox-group .amform-versiontwo-label input:checked ~ .checkmark {
  background-color: #333333;
}
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .checkbox-group .amform-versiontwo-label input:checked ~ .checkmark:after {
  display: block;
}
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .checkbox-group .amform-versiontwo-label:hover input ~ .checkmark {
  background-color: #333333;
}
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .checkbox-group .amform-versiontwo-label:hover input ~ .checkmark:after {
  display: block;
}
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .checkbox-group .amform-versiontwo-label .checkmark:after {
  left: 7px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .checkbox-group .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #ffffff;
  border: 1px solid #333333;
  border-radius: 2px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .checkbox-group .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .tooltip.wrapper {
  float: left;
}
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .tooltip.wrapper:hover:before {
  border: solid;
  border-color: #ffffff transparent;
  border-width: 0 16px 16px 16px;
  bottom: unset;
  content: '';
  top: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  z-index: 101;
}
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .tooltip.wrapper a.link.tooltip.toggle {
  color: #333333;
  background: #ffffff;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid #333333;
  display: inline-block;
  text-align: center;
  margin: 0 5px 0 5px;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 600;
  cursor: pointer;
  text-transform: none;
  text-decoration: none;
}
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .tooltip.wrapper a.link.tooltip.toggle:visited {
  color: #333333;
  text-decoration: none;
}
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .tooltip.wrapper a.link.tooltip.toggle:hover {
  color: #333333;
  text-decoration: none;
}
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .tooltip.wrapper a.link.tooltip.toggle:active {
  color: #333333;
  text-decoration: none;
}
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .tooltip.wrapper a.link.tooltip.toggle:focus {
  color: #333333;
  text-decoration: none;
}
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .tooltip.wrapper .tooltip.content {
  text-align: center;
  margin-top: 0;
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid #e9e9e9;
  -webkit-box-shadow: 0 0 40px -1px rgba(140, 140, 140, 0.85);
  -moz-box-shadow: 0 0 40px -1px rgba(140, 140, 140, 0.85);
  box-shadow: 0 0 40px -1px rgba(140, 140, 140, 0.85);
  bottom: unset;
  top: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 300px;
  padding: 24px;
  content: attr(tooltip);
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 400;
  color: #333333;
}
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .tooltip.wrapper .tooltip.content:after {
  display: none;
}
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .tooltip.wrapper .tooltip.content:before {
  display: none;
}
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .field-tooltip.toggle {
  top: 8px;
}
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .field-tooltip.toggle:hover:before {
  border: solid;
  border-color: #ffffff transparent;
  border-width: 0 16px 16px 16px;
  bottom: unset;
  content: '';
  top: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  z-index: 101;
}
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .field-tooltip.toggle .field-tooltip-action.action-help:before {
  vertical-align: middle;
  font-family: 'Lato', sans-serif;
  content: '?';
  color: #333333;
  background: #ffffff;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid #333333;
  display: inline-block;
  text-align: center;
  margin: 0 5px 0 5px;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 600;
  cursor: pointer;
  text-transform: none;
  text-decoration: none;
}
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .field-tooltip.toggle .field-tooltip-content {
  text-align: center;
  margin-top: 0;
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid #e9e9e9;
  -webkit-box-shadow: 0 0 40px -1px rgba(140, 140, 140, 0.85);
  -moz-box-shadow: 0 0 40px -1px rgba(140, 140, 140, 0.85);
  box-shadow: 0 0 40px -1px rgba(140, 140, 140, 0.85);
  bottom: unset;
  top: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 300px;
  padding: 24px;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 400;
  color: #333333;
}
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .field-tooltip.toggle .field-tooltip-content:after {
  display: none;
}
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .field-tooltip.toggle .field-tooltip-content:before {
  display: none;
}
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset .note {
  margin: 0 0 20px;
  font-weight: 400;
  color: #333333;
  font-size: 1.4rem;
  line-height: 2.2rem;
}
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .fieldset:after {
  margin: 10px 0 0;
  font-size: 16px;
  text-align: right;
}
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address fieldset.field.street > legend {
  display: block;
}
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address fieldset.field.street .control .field label {
  display: none;
}
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-content form.form-shipping-address .billing-address-details {
  font-size: 14px;
}
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-footer {
  border: none;
  background: #ffffff;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 15px;
}
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-footer button,
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-footer .quote-details-items .actions-toolbar > .action,
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-footer .cart.table-wrapper .actions-toolbar > .action,
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-footer .action-gift {
  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 #3e703d;
  background-color: #3e703d;
  border-radius: 8px;
  display: inline-block;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  margin-right: 10px;
}
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-footer button:visited,
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-footer .quote-details-items .actions-toolbar > .action:visited,
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-footer .cart.table-wrapper .actions-toolbar > .action:visited,
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-footer .action-gift:visited {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
}
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-footer button:hover,
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-footer .quote-details-items .actions-toolbar > .action:hover,
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-footer .cart.table-wrapper .actions-toolbar > .action:hover,
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-footer .action-gift:hover {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #65a944;
  border: 2px solid #65a944;
}
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-footer button:active,
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-footer .quote-details-items .actions-toolbar > .action:active,
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-footer .cart.table-wrapper .actions-toolbar > .action:active,
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-footer .action-gift:active {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
}
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-footer button:focus,
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-footer .quote-details-items .actions-toolbar > .action:focus,
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-footer .cart.table-wrapper .actions-toolbar > .action:focus,
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-footer .action-gift:focus {
  outline: 0;
  color: #3e703d;
  background-color: transparent;
  border: 2px solid #3e703d;
  text-decoration: none;
}
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-footer button.action-secondary,
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-footer button.action-primary,
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-footer .quote-details-items .actions-toolbar > .action.action-secondary,
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-footer .quote-details-items .actions-toolbar > .action.action-primary,
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-footer .cart.table-wrapper .actions-toolbar > .action.action-secondary,
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-footer .cart.table-wrapper .actions-toolbar > .action.action-primary,
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-footer .action-gift.action-secondary,
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-footer .action-gift.action-primary {
  height: auto;
  padding: 12px 20px;
}
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-footer button.action-secondary,
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-footer button.action.secondary,
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-footer .quote-details-items .actions-toolbar > .action.action-secondary,
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-footer .quote-details-items .actions-toolbar > .action.action.secondary,
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-footer .cart.table-wrapper .actions-toolbar > .action.action-secondary,
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-footer .cart.table-wrapper .actions-toolbar > .action.action.secondary,
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-footer .action-gift.action-secondary,
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-footer .action-gift.action.secondary {
  color: #679f16;
  border-color: #333333;
  background-color: #ffffff;
}
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-footer button.action-secondary:hover,
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-footer button.action.secondary:hover,
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-footer .quote-details-items .actions-toolbar > .action.action-secondary:hover,
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-footer .quote-details-items .actions-toolbar > .action.action.secondary:hover,
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-footer .cart.table-wrapper .actions-toolbar > .action.action-secondary:hover,
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-footer .cart.table-wrapper .actions-toolbar > .action.action.secondary:hover,
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-footer .action-gift.action-secondary:hover,
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-footer .action-gift.action.secondary:hover {
  color: #ffffff;
  border-color: #679f16;
  background-color: #679f16;
}
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-footer button.action-primary,
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-footer button.action.primary,
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-footer .quote-details-items .actions-toolbar > .action.action-primary,
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-footer .quote-details-items .actions-toolbar > .action.action.primary,
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-footer .cart.table-wrapper .actions-toolbar > .action.action-primary,
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-footer .cart.table-wrapper .actions-toolbar > .action.action.primary,
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-footer .action-gift.action-primary,
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-footer .action-gift.action.primary {
  color: #ffffff;
  border: 2px solid #3e703d;
  background-color: #3e703d;
}
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-footer button.action-primary:hover,
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-footer button.action.primary:hover,
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-footer .quote-details-items .actions-toolbar > .action.action-primary:hover,
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-footer .quote-details-items .actions-toolbar > .action.action.primary:hover,
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-footer .cart.table-wrapper .actions-toolbar > .action.action-primary:hover,
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-footer .cart.table-wrapper .actions-toolbar > .action.action.primary:hover,
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-footer .action-gift.action-primary:hover,
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-footer .action-gift.action.primary:hover {
  color: #ffffff;
  border: 2px solid #679f16;
  background-color: #679f16;
}
.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-inner-wrap {
  top: 0;
  left: 0;
  margin: 50px auto;
}
.checkout-index-index .form .field.type .control {
  margin-left: 0;
}
.checkout-index-index .form .field.type .control ul.credit-card-types li {
  float: left;
}
.checkout-index-index .select {
  font-size: 1.6rem;
  line-height: 4.4rem;
}
.checkout-onepage-success .page-title-wrapper {
  width: 100%;
  max-width: 100%;
  padding: 0 20px;
  margin-bottom: 18px;
  position: static;
  height: auto;
  overflow: visible;
}
.checkout-onepage-success .page-title-wrapper h1 {
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  font-size: 3.6rem;
  line-height: 4.2rem;
  margin-bottom: 0;
}
.checkout-onepage-success .page-title-wrapper .print {
  display: none;
}
.checkout-onepage-success .page-main {
  padding: 20px 0 40px 0;
}
.checkout-onepage-success .page-main .column.main {
  padding-bottom: 0;
}
.checkout-onepage-success .columns {
  padding: 0 20px;
}
.checkout-onepage-success .columns .column.main {
  padding: 0;
}
.checkout-onepage-success .columns .column.main .fieldset legend {
  margin-left: 0;
}
.checkout-onepage-success .columns .column.main .fieldset .field {
  min-height: 20px;
  clear: both;
  margin: 0 0 15px;
}
.checkout-onepage-success .columns .column.main .fieldset .field:after {
  display: block;
  clear: both;
  content: "";
}
.checkout-onepage-success .columns .column.main .fieldset .field > label {
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  margin: 0 0 14px 0;
  font-size: 1.2rem;
  line-height: 1.8rem;
  width: 100%;
  text-transform: uppercase;
  clear: both;
  text-align: left;
}
.checkout-onepage-success .columns .column.main .fieldset .field > label .required {
  font-weight: 600;
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.8rem;
}
.checkout-onepage-success .columns .column.main .fieldset .field .control {
  width: 100%;
  display: block;
  min-height: 1px;
}
.checkout-onepage-success .columns .column.main .fieldset .field .control:after {
  display: block;
  clear: both;
  content: "";
}
.checkout-onepage-success .columns .column.main .fieldset .field.form-group {
  margin-bottom: 24px;
}
.checkout-onepage-success .columns .column.main .fieldset .field.street legend {
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  margin: 0 0 14px 0;
  font-size: 1.2rem;
  line-height: 1.8rem;
  width: 100%;
  text-transform: uppercase;
  clear: both;
  text-align: left;
}
.checkout-onepage-success .columns .column.main .fieldset .field.street legend .required {
  font-weight: 600;
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.8rem;
}
.checkout-onepage-success .columns .column.main .fieldset .field.captcha .captcha-reload {
  color: #333333;
  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 #333333;
  background-color: #ffffff;
  border-radius: 8px;
  display: inline-block;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  cursor: pointer;
}
.checkout-onepage-success .columns .column.main .fieldset .field.captcha .captcha-reload:visited {
  color: #65a944;
  text-decoration: none;
  outline: 0;
}
.checkout-onepage-success .columns .column.main .fieldset .field.captcha .captcha-reload:hover {
  outline: 0;
  color: #ffffff;
  background-color: #65a944;
  border: 2px solid #65a944;
  text-decoration: none;
}
.checkout-onepage-success .columns .column.main .fieldset .field.captcha .captcha-reload:active {
  color: #65a944;
  text-decoration: none;
  outline: 0;
}
.checkout-onepage-success .columns .column.main .fieldset .field.captcha .captcha-reload:focus {
  outline: 0;
  color: #ffffff;
  border: 2px solid #3e703d;
  background-color: #3e703d;
  text-decoration: none;
}
.checkout-onepage-success .columns .column.main .fieldset .checkbox-group .amform-groupv2 {
  min-height: 20px;
  width: 100%;
  clear: both;
  display: block;
}
.checkout-onepage-success .columns .column.main .fieldset .checkbox-group .amform-groupv2:after {
  display: block;
  clear: both;
  content: "";
}
.checkout-onepage-success .columns .column.main .fieldset .checkbox-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;
  float: left;
}
.checkout-onepage-success .columns .column.main .fieldset .checkbox-group label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkout-onepage-success .columns .column.main .fieldset .checkbox-group label input:checked ~ .checkmark {
  background-color: #333333;
}
.checkout-onepage-success .columns .column.main .fieldset .checkbox-group label input:checked ~ .checkmark:after {
  display: block;
}
.checkout-onepage-success .columns .column.main .fieldset .checkbox-group label:hover input ~ .checkmark {
  background-color: #333333;
}
.checkout-onepage-success .columns .column.main .fieldset .checkbox-group label:hover input ~ .checkmark:after {
  display: block;
}
.checkout-onepage-success .columns .column.main .fieldset .checkbox-group label .checkmark:after {
  left: 7px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.checkout-onepage-success .columns .column.main .fieldset .checkbox-group .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #ffffff;
  border: 1px solid #333333;
  border-radius: 2px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.checkout-onepage-success .columns .column.main .fieldset .checkbox-group .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.checkout-onepage-success .columns .column.main .fieldset .tooltip.wrapper {
  float: left;
}
.checkout-onepage-success .columns .column.main .fieldset .tooltip.wrapper:hover:before {
  border: solid;
  border-color: #ffffff transparent;
  border-width: 0 16px 16px 16px;
  bottom: unset;
  content: '';
  top: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  z-index: 101;
}
.checkout-onepage-success .columns .column.main .fieldset .tooltip.wrapper a.link.tooltip.toggle {
  color: #333333;
  background: #ffffff;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid #333333;
  display: inline-block;
  text-align: center;
  margin: 0 5px 0 5px;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 600;
  cursor: pointer;
  text-transform: none;
  text-decoration: none;
}
.checkout-onepage-success .columns .column.main .fieldset .tooltip.wrapper a.link.tooltip.toggle:visited {
  color: #333333;
  text-decoration: none;
}
.checkout-onepage-success .columns .column.main .fieldset .tooltip.wrapper a.link.tooltip.toggle:hover {
  color: #333333;
  text-decoration: none;
}
.checkout-onepage-success .columns .column.main .fieldset .tooltip.wrapper a.link.tooltip.toggle:active {
  color: #333333;
  text-decoration: none;
}
.checkout-onepage-success .columns .column.main .fieldset .tooltip.wrapper a.link.tooltip.toggle:focus {
  color: #333333;
  text-decoration: none;
}
.checkout-onepage-success .columns .column.main .fieldset .tooltip.wrapper .tooltip.content {
  text-align: center;
  margin-top: 0;
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid #e9e9e9;
  -webkit-box-shadow: 0 0 40px -1px rgba(140, 140, 140, 0.85);
  -moz-box-shadow: 0 0 40px -1px rgba(140, 140, 140, 0.85);
  box-shadow: 0 0 40px -1px rgba(140, 140, 140, 0.85);
  bottom: unset;
  top: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 300px;
  padding: 24px;
  content: attr(tooltip);
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 400;
  color: #333333;
}
.checkout-onepage-success .columns .column.main .fieldset .tooltip.wrapper .tooltip.content:after {
  display: none;
}
.checkout-onepage-success .columns .column.main .fieldset .tooltip.wrapper .tooltip.content:before {
  display: none;
}
.checkout-onepage-success .columns .column.main .fieldset .field-tooltip.toggle {
  top: 8px;
}
.checkout-onepage-success .columns .column.main .fieldset .field-tooltip.toggle:hover:before {
  border: solid;
  border-color: #ffffff transparent;
  border-width: 0 16px 16px 16px;
  bottom: unset;
  content: '';
  top: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  z-index: 101;
}
.checkout-onepage-success .columns .column.main .fieldset .field-tooltip.toggle .field-tooltip-action.action-help:before {
  vertical-align: middle;
  display: inline-block;
  font-family: 'Lato', sans-serif;
  content: '?';
  color: #333333;
  background: #ffffff;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid #333333;
  text-align: center;
  margin: 0 5px 0 5px;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 600;
  cursor: pointer;
  text-transform: none;
  text-decoration: none;
}
.checkout-onepage-success .columns .column.main .fieldset .field-tooltip.toggle .field-tooltip-content {
  text-align: center;
  margin-top: 0;
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid #e9e9e9;
  -webkit-box-shadow: 0 0 40px -1px rgba(140, 140, 140, 0.85);
  -moz-box-shadow: 0 0 40px -1px rgba(140, 140, 140, 0.85);
  box-shadow: 0 0 40px -1px rgba(140, 140, 140, 0.85);
  bottom: unset;
  top: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 300px;
  padding: 24px;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 400;
  color: #333333;
}
.checkout-onepage-success .columns .column.main .fieldset .field-tooltip.toggle .field-tooltip-content:after {
  display: none;
}
.checkout-onepage-success .columns .column.main .fieldset .field-tooltip.toggle .field-tooltip-content:before {
  display: none;
}
.checkout-onepage-success .columns .column.main .fieldset .note {
  margin: 0 0 20px;
  font-weight: 400;
  color: #333333;
  font-size: 1.4rem;
  line-height: 2.2rem;
}
.checkout-onepage-success .columns .column.main .fieldset:after {
  margin: 10px 0 0;
  font-size: 16px;
  text-align: right;
}
.checkout-onepage-success .columns .column.main .radio-group .label {
  display: block;
  position: relative;
  padding-left: 30px;
  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;
}
.checkout-onepage-success .columns .column.main .radio-group .label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkout-onepage-success .columns .column.main .radio-group .label input:checked ~ .checkmark {
  background-color: #ffffff;
}
.checkout-onepage-success .columns .column.main .radio-group .label input:checked ~ .checkmark:after {
  display: block;
}
.checkout-onepage-success .columns .column.main .radio-group .label:hover input ~ .checkmark {
  background-color: #ffffff;
}
.checkout-onepage-success .columns .column.main .radio-group .label:hover input ~ .checkmark:after {
  display: block;
}
.checkout-onepage-success .columns .column.main .radio-group .label .checkmark:after {
  top: 3px;
  left: 3px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #333333;
}
.checkout-onepage-success .columns .column.main .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%;
}
.checkout-onepage-success .columns .column.main .radio-group .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.checkout-onepage-success .columns .column.main .actions-toolbar > .primary {
  padding: 3px;
  margin: 0 0 6px;
}
.checkout-onepage-success .columns .column.main .actions-toolbar > .primary .action.primary {
  color: #333333;
  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 #333333;
  background-color: #ffffff;
  border-radius: 8px;
  display: inline-block;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  cursor: pointer;
}
.checkout-onepage-success .columns .column.main .actions-toolbar > .primary .action.primary:visited {
  color: #65a944;
  text-decoration: none;
  outline: 0;
}
.checkout-onepage-success .columns .column.main .actions-toolbar > .primary .action.primary:hover {
  outline: 0;
  color: #ffffff;
  background-color: #65a944;
  border: 2px solid #65a944;
  text-decoration: none;
}
.checkout-onepage-success .columns .column.main .actions-toolbar > .primary .action.primary:active {
  color: #65a944;
  text-decoration: none;
  outline: 0;
}
.checkout-onepage-success .columns .column.main .actions-toolbar > .primary .action.primary:focus {
  outline: 0;
  color: #ffffff;
  border: 2px solid #3e703d;
  background-color: #3e703d;
  text-decoration: none;
}
.checkout-onepage-success .columns .column.main .actions-toolbar > .primary .action.primary span:after {
  display: none;
}
.checkout-onepage-success .columns .column.main .actions-toolbar > .secondary .action.remind {
  -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;
}
.checkout-onepage-success .columns .column.main .actions-toolbar > .secondary .action.remind:visited {
  color: #3e703d;
  text-decoration: underline;
}
.checkout-onepage-success .columns .column.main .actions-toolbar > .secondary .action.remind:hover {
  color: #65a944;
  text-decoration: underline;
}
.checkout-onepage-success .columns .column.main .actions-toolbar > .secondary .action.remind:active {
  color: #3e703d;
  text-decoration: underline;
}
.checkout-onepage-success .columns .column.main .actions-toolbar > .secondary .action.remind:focus {
  text-decoration: underline;
  color: #000000;
}
.checkout-onepage-success .columns .column.main .actions-toolbar > .secondary .action.back {
  -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;
}
.checkout-onepage-success .columns .column.main .actions-toolbar > .secondary .action.back:visited {
  color: #3e703d;
  text-decoration: underline;
}
.checkout-onepage-success .columns .column.main .actions-toolbar > .secondary .action.back:hover {
  color: #65a944;
  text-decoration: underline;
}
.checkout-onepage-success .columns .column.main .actions-toolbar > .secondary .action.back:active {
  color: #3e703d;
  text-decoration: underline;
}
.checkout-onepage-success .columns .column.main .actions-toolbar > .secondary .action.back:focus {
  color: #000000;
  text-decoration: underline;
}
.checkout-onepage-success .checkout-success p {
  font-weight: 400;
  color: #333333;
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.checkout-onepage-success .checkout-success p a {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  color: #3e703d;
  text-decoration: underline;
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.checkout-onepage-success .checkout-success p a:visited {
  color: #3e703d;
  text-decoration: underline;
}
.checkout-onepage-success .checkout-success p a:hover {
  color: #65a944;
  text-decoration: underline;
}
.checkout-onepage-success .checkout-success p a:active {
  color: #3e703d;
  text-decoration: underline;
}
.checkout-onepage-success .checkout-success p a:focus {
  color: #000000;
  text-decoration: underline;
}
.checkout-onepage-success .checkout-success .actions-toolbar > .primary {
  padding: 3px;
  margin: 0 0 6px;
}
.checkout-onepage-success .checkout-success .actions-toolbar > .primary .action.primary {
  color: #333333;
  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 #333333;
  background-color: #ffffff;
  border-radius: 8px;
  display: inline-block;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  cursor: pointer;
}
.checkout-onepage-success .checkout-success .actions-toolbar > .primary .action.primary:visited {
  color: #65a944;
  text-decoration: none;
  outline: 0;
}
.checkout-onepage-success .checkout-success .actions-toolbar > .primary .action.primary:hover {
  outline: 0;
  color: #ffffff;
  background-color: #65a944;
  border: 2px solid #65a944;
  text-decoration: none;
}
.checkout-onepage-success .checkout-success .actions-toolbar > .primary .action.primary:active {
  color: #65a944;
  text-decoration: none;
  outline: 0;
}
.checkout-onepage-success .checkout-success .actions-toolbar > .primary .action.primary:focus {
  outline: 0;
  color: #ffffff;
  border: 2px solid #3e703d;
  background-color: #3e703d;
  text-decoration: none;
}
.checkout-onepage-success .checkout-success .actions-toolbar > .primary .action.primary span:after {
  display: none;
}
.checkout-onepage-success .checkout-success .actions-toolbar > .secondary .action {
  color: #333333;
  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 #333333;
  background-color: #ffffff;
  border-radius: 8px;
  display: inline-block;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  cursor: pointer;
}
.checkout-onepage-success .checkout-success .actions-toolbar > .secondary .action:visited {
  color: #65a944;
  text-decoration: none;
  outline: 0;
}
.checkout-onepage-success .checkout-success .actions-toolbar > .secondary .action:hover {
  outline: 0;
  color: #ffffff;
  background-color: #65a944;
  border: 2px solid #65a944;
  text-decoration: none;
}
.checkout-onepage-success .checkout-success .actions-toolbar > .secondary .action:active {
  color: #65a944;
  text-decoration: none;
  outline: 0;
}
.checkout-onepage-success .checkout-success .actions-toolbar > .secondary .action:focus {
  outline: 0;
  color: #ffffff;
  border: 2px solid #3e703d;
  background-color: #3e703d;
  text-decoration: none;
}
.checkout-onepage-success .block-static-block h2 {
  font-size: 2.8rem;
  line-height: 3.4rem;
  font-weight: 700;
}
.checkout-onepage-success .block-static-block h3 {
  font-size: 2.4rem;
  line-height: 3rem;
  font-weight: 700;
}
.checkout-onepage-success .block-static-block h4 {
  font-size: 2rem;
  line-height: 2.6rem;
  font-weight: 600;
}
.checkout-onepage-success .block-static-block h5 {
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-weight: 600;
}
.checkout-onepage-success .block-static-block h5 a {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  color: #3e703d;
  text-decoration: underline;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: .4px;
  font-weight: 500;
}
.checkout-onepage-success .block-static-block h5 a:visited {
  color: #3e703d;
  text-decoration: underline;
}
.checkout-onepage-success .block-static-block h5 a:hover {
  color: #65a944;
  text-decoration: underline;
}
.checkout-onepage-success .block-static-block h5 a:active {
  color: #3e703d;
  text-decoration: underline;
}
.checkout-onepage-success .block-static-block h5 a:focus {
  color: #000000;
  text-decoration: underline;
}
.checkout-onepage-success .block-static-block h6 {
  font-size: 1.2rem;
  line-height: 1.8rem;
  font-weight: 600;
  text-transform: uppercase;
}
.checkout-onepage-success .block-static-block blockquote {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 2rem;
  line-height: 3rem;
}
.checkout-onepage-success .block-static-block blockquote a {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  color: #3e703d;
  text-decoration: underline;
  font-size: 2rem;
  line-height: 3rem;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-style: italic;
}
.checkout-onepage-success .block-static-block blockquote a:visited {
  color: #3e703d;
  text-decoration: underline;
}
.checkout-onepage-success .block-static-block blockquote a:hover {
  color: #65a944;
  text-decoration: underline;
}
.checkout-onepage-success .block-static-block blockquote a:active {
  color: #3e703d;
  text-decoration: underline;
}
.checkout-onepage-success .block-static-block blockquote a:focus {
  color: #000000;
  text-decoration: underline;
}
.checkout-onepage-success .block-static-block p {
  font-weight: 400;
  color: #333333;
  font-size: 1.4rem;
  line-height: 2.2rem;
}
.checkout-onepage-success .block-static-block p small {
  font-size: 1.2rem;
  line-height: 2rem;
}
.checkout-onepage-success .block-static-block p small a {
  font-weight: 400;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  color: #3e703d;
  text-decoration: underline;
  font-size: 1.2rem;
  line-height: 2rem;
}
.checkout-onepage-success .block-static-block p small a:visited {
  color: #3e703d;
  text-decoration: underline;
}
.checkout-onepage-success .block-static-block p small a:hover {
  color: #65a944;
  text-decoration: underline;
}
.checkout-onepage-success .block-static-block p small a:active {
  color: #3e703d;
  text-decoration: underline;
}
.checkout-onepage-success .block-static-block p small a:focus {
  color: #000000;
  text-decoration: underline;
}
.checkout-onepage-success .block-static-block p a {
  -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;
}
.checkout-onepage-success .block-static-block p a:visited {
  color: #3e703d;
  text-decoration: underline;
}
.checkout-onepage-success .block-static-block p a:hover {
  color: #65a944;
  text-decoration: underline;
}
.checkout-onepage-success .block-static-block p a:active {
  color: #3e703d;
  text-decoration: underline;
}
.checkout-onepage-success .block-static-block p a:focus {
  color: #000000;
  text-decoration: underline;
}
.checkout-onepage-success .block-static-block p.p-lg {
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.checkout-onepage-success .block-static-block p.p-lg a {
  font-weight: 400;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  color: #3e703d;
  text-decoration: underline;
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.checkout-onepage-success .block-static-block p.p-lg a:visited {
  color: #3e703d;
  text-decoration: underline;
}
.checkout-onepage-success .block-static-block p.p-lg a:hover {
  color: #65a944;
  text-decoration: underline;
}
.checkout-onepage-success .block-static-block p.p-lg a:active {
  color: #3e703d;
  text-decoration: underline;
}
.checkout-onepage-success .block-static-block p.p-lg a:focus {
  color: #000000;
  text-decoration: underline;
}
.checkout-onepage-success .block-static-block .primary-button {
  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 #3e703d;
  background-color: #3e703d;
  border-radius: 8px;
  display: inline-block;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
}
.checkout-onepage-success .block-static-block .primary-button:visited {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
}
.checkout-onepage-success .block-static-block .primary-button:hover {
  text-decoration: none;
  outline: 0;
  color: #ffffff;
  background-color: #65a944;
  border: 2px solid #65a944;
}
.checkout-onepage-success .block-static-block .primary-button:active {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
}
.checkout-onepage-success .block-static-block .primary-button:focus {
  outline: 0;
  color: #3e703d;
  background-color: transparent;
  border: 2px solid #3e703d;
  text-decoration: none;
}
.checkout-onepage-success .block-static-block .secondary-button {
  color: #333333;
  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 #333333;
  background-color: #ffffff;
  border-radius: 8px;
  display: inline-block;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  cursor: pointer;
}
.checkout-onepage-success .block-static-block .secondary-button:visited {
  color: #65a944;
  text-decoration: none;
  outline: 0;
}
.checkout-onepage-success .block-static-block .secondary-button:hover {
  outline: 0;
  color: #ffffff;
  background-color: #65a944;
  border: 2px solid #65a944;
  text-decoration: none;
}
.checkout-onepage-success .block-static-block .secondary-button:active {
  color: #65a944;
  text-decoration: none;
  outline: 0;
}
.checkout-onepage-success .block-static-block .secondary-button:focus {
  outline: 0;
  color: #ffffff;
  border: 2px solid #3e703d;
  background-color: #3e703d;
  text-decoration: none;
}
.checkout-onepage-success .block-static-block .transparent-button {
  color: #3e703d;
  padding: 12px 26px 12px 26px;
  font-size: 1.4rem;
  line-height: 1.4rem;
  height: 42px;
  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: 3px solid #3e703d;
  background-color: transparent;
  border-radius: 8px;
  display: inline-block;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  cursor: pointer;
}
.checkout-onepage-success .block-static-block .transparent-button:visited {
  color: #3e703d;
  background-color: #3e703d;
  border: 3px solid #3e703d;
  text-decoration: none;
  outline: 0;
}
.checkout-onepage-success .block-static-block .transparent-button:active {
  color: #3e703d;
  background-color: #3e703d;
  border: 3px solid #3e703d;
  text-decoration: none;
  outline: 0;
}
.checkout-onepage-success .block-static-block .transparent-button:hover {
  color: #ffffff;
  background-color: #65a944;
  border: 3px solid #65a944;
  text-decoration: none;
}
.checkout-onepage-success .block-static-block .transparent-button:focus {
  color: #ffffff;
  border: 3px solid #3e703d;
  background-color: #3e703d;
  text-decoration: none;
}
.checkout-onepage-success .block-static-block ul li,
.checkout-onepage-success .block-static-block ol li {
  font-weight: 400;
  color: #333333;
  font-size: 1.4rem;
  line-height: 2.2rem;
}
.checkout-onepage-success .block-static-block ul li p,
.checkout-onepage-success .block-static-block ol li p {
  font-weight: 400;
  color: #333333;
  font-size: 1.4rem;
  line-height: 2.2rem;
}
.checkout-onepage-success .block-static-block ul li a,
.checkout-onepage-success .block-static-block ol li a {
  font-size: 1.4rem;
  line-height: 2.2rem;
}
.checkout-onepage-success .checkout-totals {
  display: none;
}
.checkout-onepage-success #order-confirmation-what-to-expect-next {
  display: none;
}
.checkout-onepage-success .success-order-shipping .box-des,
.checkout-onepage-success .success-order-shipping .box-content,
.checkout-onepage-success .success-order-shipping address {
  font-size: 1.4rem;
  line-height: 2.2rem;
}
.checkout-onepage-success .success-order-details {
  border-top: 1px solid #dddddd;
  margin-top: 25px;
  padding-top: 25px;
}
.checkout-onepage-success .success-order-details tr.item-options-container td {
  padding: 0 0 0 .75rem;
}
.checkout-onepage-success .success-order-details .col {
  width: auto;
}
.checkout-onepage-success #registration .action.primary {
  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 #3e703d;
  background-color: #3e703d;
  border-radius: 8px;
  display: inline-block;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
}
.checkout-onepage-success #registration .action.primary:visited {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
}
.checkout-onepage-success #registration .action.primary:hover {
  outline: 0;
  color: #ffffff;
  background-color: #65a944;
  border: 2px solid #65a944;
  text-decoration: none;
}
.checkout-onepage-success #registration .action.primary:active {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
}
.checkout-onepage-success #registration .action.primary:focus {
  outline: 0;
  color: #3e703d;
  background-color: transparent;
  border: 2px solid #3e703d;
  text-decoration: none;
}
.cart-empty p {
  font-weight: 400;
  color: #333333;
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.cart-empty p a {
  font-weight: 400;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  color: #3e703d;
  text-decoration: underline;
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.cart-empty p a:visited {
  color: #3e703d;
  text-decoration: underline;
}
.cart-empty p a:hover {
  color: #65a944;
  text-decoration: underline;
}
.cart-empty p a:active {
  color: #3e703d;
  text-decoration: underline;
}
.cart-empty p a:focus {
  color: #000000;
  text-decoration: underline;
}
.cart-container .form.form-cart .cart.table-wrapper .items.table thead th {
  font-size: 1.2rem;
  line-height: 2rem;
  white-space: nowrap;
}
.cart-container .form.form-cart .cart.table-wrapper .items.table tbody tr td .product-image-container .npg-image {
  padding: 15px 0;
}
.cart-container .form.form-cart .cart.table-wrapper .items.table tbody tr td .product-item-details .product-item-name a {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  color: #3e703d;
  text-decoration: underline;
  font-size: 1.6rem;
  line-height: 2rem;
}
.cart-container .form.form-cart .cart.table-wrapper .items.table tbody tr td .product-item-details .product-item-name a:visited {
  color: #3e703d;
  text-decoration: underline;
}
.cart-container .form.form-cart .cart.table-wrapper .items.table tbody tr td .product-item-details .product-item-name a:hover {
  color: #65a944;
  text-decoration: underline;
}
.cart-container .form.form-cart .cart.table-wrapper .items.table tbody tr td .product-item-details .product-item-name a:active {
  color: #3e703d;
  text-decoration: underline;
}
.cart-container .form.form-cart .cart.table-wrapper .items.table tbody tr td .product-item-details .product-item-name a:focus {
  color: #000000;
  text-decoration: underline;
}
.cart-container .form.form-cart .cart.table-wrapper .items.table tbody tr td .product-item-details .item-options table {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
.cart-container .form.form-cart .cart.table-wrapper .items.table tbody tr td .product-item-details .item-options table .label-td {
  min-width: 80px;
}
.cart-container .form.form-cart .cart.table-wrapper .items.table tbody tr td .product-item-details .item-options tbody {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
.cart-container .form.form-cart .cart.table-wrapper .items.table tbody tr td .product-item-details .item-options tr {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
.cart-container .form.form-cart .cart.table-wrapper .items.table tbody tr td .product-item-details .item-options td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
.cart-container .form.form-cart .cart.table-wrapper .items.table tbody tr td .product-item-details .item-options dd .bundle_selection_attribute {
  width: 100%;
  display: inline-block;
  clear: both;
  padding-left: 10px;
  font-style: italic;
}
.cart-container .form.form-cart .cart.table-wrapper .items.table tbody tr td .control.qty {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}
.cart-container .cart-summary {
  background: #ffffff;
  padding: 0 0 0 5px;
}
.cart-container .cart-summary .summary.title {
  font-size: 2rem;
  line-height: 2.6rem;
  font-weight: 600;
}
.cart-container .cart-summary .block > .title {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.cart-container .cart-summary .block > .title strong {
  font-size: 1.8rem;
  line-height: 2.4rem;
}
.cart-container .cart-summary .block > .title:after {
  top: 8px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.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 .cart-totals {
  padding-top: 30px;
}
.cart-container .cart-summary .cart-totals .table-wrapper .table mark,
.cart-container .cart-summary .cart-totals .table-wrapper .table .mark {
  padding: 0.2em;
  background-color: transparent;
}
.cart-container .cart-summary .block.discount {
  border-bottom: 1px solid #d1d1d1;
}
.cart-container .cart-summary .block.giftcard {
  display: none;
}
.cart-container .cart.table-wrapper .actions-toolbar > .action,
.cart-container .action-gift {
  margin: 10px 10px 10px 0;
  color: #333333;
  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 #333333;
  background-color: #ffffff;
  border-radius: 8px;
  display: inline-block;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  cursor: pointer;
  vertical-align: unset;
  -webkit-appearance: none;
}
.cart-container .cart.table-wrapper .actions-toolbar > .action:visited,
.cart-container .action-gift:visited {
  color: #65a944;
  text-decoration: none;
  outline: 0;
}
.cart-container .cart.table-wrapper .actions-toolbar > .action:hover,
.cart-container .action-gift:hover {
  outline: 0;
  color: #ffffff;
  background-color: #65a944;
  border: 2px solid #65a944;
  text-decoration: none;
}
.cart-container .cart.table-wrapper .actions-toolbar > .action:active,
.cart-container .action-gift:active {
  color: #65a944;
  text-decoration: none;
  outline: 0;
}
.cart-container .cart.table-wrapper .actions-toolbar > .action:focus,
.cart-container .action-gift:focus {
  outline: 0;
  color: #ffffff;
  border: 2px solid #3e703d;
  background-color: #3e703d;
  text-decoration: none;
}
.cart-container .action-gift {
  margin-top: 10px;
  color: #333333;
  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 #333333;
  background-color: #ffffff;
  border-radius: 8px;
  display: inline-block;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  cursor: pointer;
  vertical-align: unset;
}
.cart-container .action-gift:visited {
  color: #65a944;
  text-decoration: none;
  outline: 0;
}
.cart-container .action-gift:hover {
  outline: 0;
  color: #ffffff;
  background-color: #65a944;
  border: 2px solid #65a944;
  text-decoration: none;
}
.cart-container .action-gift:active {
  color: #65a944;
  text-decoration: none;
  outline: 0;
}
.cart-container .action-gift:focus {
  outline: 0;
  color: #ffffff;
  border: 2px solid #3e703d;
  background-color: #3e703d;
  text-decoration: none;
}
.cart-container .block-cart-failed .action.continue {
  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 #3e703d;
  background-color: #3e703d;
  border-radius: 8px;
  display: inline-block;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
}
.cart-container .block-cart-failed .action.continue:visited {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
}
.cart-container .block-cart-failed .action.continue:hover {
  outline: 0;
  color: #ffffff;
  background-color: #65a944;
  border: 2px solid #65a944;
  text-decoration: none;
}
.cart-container .block-cart-failed .action.continue:active {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
}
.cart-container .block-cart-failed .action.continue:focus {
  outline: 0;
  color: #3e703d;
  background-color: transparent;
  border: 2px solid #3e703d;
  text-decoration: none;
}
.cart-container .block-cart-failed .action.continue:before {
  display: none;
}
.cart-container .form-cart .action.continue {
  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 #3e703d;
  background-color: #3e703d;
  border-radius: 8px;
  display: inline-block;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
}
.cart-container .form-cart .action.continue:visited {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
}
.cart-container .form-cart .action.continue:hover {
  outline: 0;
  color: #ffffff;
  background-color: #65a944;
  border: 2px solid #65a944;
  text-decoration: none;
}
.cart-container .form-cart .action.continue:active {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
}
.cart-container .form-cart .action.continue:focus {
  outline: 0;
  color: #3e703d;
  background-color: transparent;
  border: 2px solid #3e703d;
  text-decoration: none;
}
.cart-container .form-cart .action.continue:before {
  display: none;
}
.cart-container .form-cart .action.update {
  color: #333333;
  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 #333333;
  background-color: #ffffff;
  border-radius: 8px;
  display: inline-block;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  cursor: pointer;
  vertical-align: unset;
}
.cart-container .form-cart .action.update:visited {
  color: #65a944;
  text-decoration: none;
  outline: 0;
}
.cart-container .form-cart .action.update:hover {
  outline: 0;
  color: #ffffff;
  background-color: #65a944;
  border: 2px solid #65a944;
  text-decoration: none;
}
.cart-container .form-cart .action.update:active {
  color: #65a944;
  text-decoration: none;
  outline: 0;
}
.cart-container .form-cart .action.update:focus {
  outline: 0;
  color: #ffffff;
  border: 2px solid #3e703d;
  background-color: #3e703d;
  text-decoration: none;
}
.cart-container .form-cart .action.clear {
  color: #333333;
  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 #333333;
  background-color: #ffffff;
  border-radius: 8px;
  display: inline-block;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  cursor: pointer;
  vertical-align: unset;
}
.cart-container .form-cart .action.clear:visited {
  color: #65a944;
  text-decoration: none;
  outline: 0;
}
.cart-container .form-cart .action.clear:hover {
  outline: 0;
  color: #ffffff;
  background-color: #65a944;
  border: 2px solid #65a944;
  text-decoration: none;
}
.cart-container .form-cart .action.clear:active {
  color: #65a944;
  text-decoration: none;
  outline: 0;
}
.cart-container .form-cart .action.clear:focus {
  outline: 0;
  color: #ffffff;
  border: 2px solid #3e703d;
  background-color: #3e703d;
  text-decoration: none;
}
.cart-container .checkout-methods-items .action.primary {
  color: #ffffff;
  padding: 12px 26px 12px 26px;
  font-size: 1.4rem;
  line-height: 1.4rem;
  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 #3e703d;
  background-color: #3e703d;
  border-radius: 8px;
  display: inline-block;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  min-height: 40px;
  height: auto;
}
.cart-container .checkout-methods-items .action.primary:visited {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
}
.cart-container .checkout-methods-items .action.primary:hover {
  outline: 0;
  color: #ffffff;
  background-color: #65a944;
  border: 2px solid #65a944;
  text-decoration: none;
}
.cart-container .checkout-methods-items .action.primary:active {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
}
.cart-container .checkout-methods-items .action.primary:focus {
  outline: 0;
  color: #3e703d;
  background-color: transparent;
  border: 2px solid #3e703d;
  text-decoration: none;
}
.checkout-onepage-success.has-npg-design #order-confirmation-what-to-expect-next {
  display: block;
}
.checkout-index-index .columns .column.main .fieldset .field .control input[type="text"],
.checkout-cart-index .columns .column.main .fieldset .field .control input[type="text"],
.checkout-onepage-success .columns .column.main .fieldset .field .control input[type="text"],
.checkout-index-index .columns .column.main .fieldset .field .control input[type="password"],
.checkout-cart-index .columns .column.main .fieldset .field .control input[type="password"],
.checkout-onepage-success .columns .column.main .fieldset .field .control input[type="password"],
.checkout-index-index .columns .column.main .fieldset .field .control input[type="url"],
.checkout-cart-index .columns .column.main .fieldset .field .control input[type="url"],
.checkout-onepage-success .columns .column.main .fieldset .field .control input[type="url"],
.checkout-index-index .columns .column.main .fieldset .field .control input[type="tel"],
.checkout-cart-index .columns .column.main .fieldset .field .control input[type="tel"],
.checkout-onepage-success .columns .column.main .fieldset .field .control input[type="tel"],
.checkout-index-index .columns .column.main .fieldset .field .control input[type="search"],
.checkout-cart-index .columns .column.main .fieldset .field .control input[type="search"],
.checkout-onepage-success .columns .column.main .fieldset .field .control input[type="search"],
.checkout-index-index .columns .column.main .fieldset .field .control input[type="number"],
.checkout-cart-index .columns .column.main .fieldset .field .control input[type="number"],
.checkout-onepage-success .columns .column.main .fieldset .field .control input[type="number"],
.checkout-index-index .columns .column.main .fieldset .field .control input[type="datetime"],
.checkout-cart-index .columns .column.main .fieldset .field .control input[type="datetime"],
.checkout-onepage-success .columns .column.main .fieldset .field .control input[type="datetime"],
.checkout-index-index .columns .column.main .fieldset .field .control input[type="email"],
.checkout-cart-index .columns .column.main .fieldset .field .control input[type="email"],
.checkout-onepage-success .columns .column.main .fieldset .field .control input[type="email"],
.checkout-index-index .columns .column.main .fieldset .field .control textarea,
.checkout-cart-index .columns .column.main .fieldset .field .control textarea,
.checkout-onepage-success .columns .column.main .fieldset .field .control textarea {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  background-color: transparent;
  border: 1px solid #575757;
  color: #333333;
  box-shadow: none;
  border-radius: 8px;
  padding: 0 16px;
  height: 46px;
  font-size: 1.6rem;
  line-height: 2.2rem;
}
.checkout-index-index .columns .column.main .fieldset .field .control input[type="text"]:focus,
.checkout-cart-index .columns .column.main .fieldset .field .control input[type="text"]:focus,
.checkout-onepage-success .columns .column.main .fieldset .field .control input[type="text"]:focus,
.checkout-index-index .columns .column.main .fieldset .field .control input[type="password"]:focus,
.checkout-cart-index .columns .column.main .fieldset .field .control input[type="password"]:focus,
.checkout-onepage-success .columns .column.main .fieldset .field .control input[type="password"]:focus,
.checkout-index-index .columns .column.main .fieldset .field .control input[type="url"]:focus,
.checkout-cart-index .columns .column.main .fieldset .field .control input[type="url"]:focus,
.checkout-onepage-success .columns .column.main .fieldset .field .control input[type="url"]:focus,
.checkout-index-index .columns .column.main .fieldset .field .control input[type="tel"]:focus,
.checkout-cart-index .columns .column.main .fieldset .field .control input[type="tel"]:focus,
.checkout-onepage-success .columns .column.main .fieldset .field .control input[type="tel"]:focus,
.checkout-index-index .columns .column.main .fieldset .field .control input[type="search"]:focus,
.checkout-cart-index .columns .column.main .fieldset .field .control input[type="search"]:focus,
.checkout-onepage-success .columns .column.main .fieldset .field .control input[type="search"]:focus,
.checkout-index-index .columns .column.main .fieldset .field .control input[type="number"]:focus,
.checkout-cart-index .columns .column.main .fieldset .field .control input[type="number"]:focus,
.checkout-onepage-success .columns .column.main .fieldset .field .control input[type="number"]:focus,
.checkout-index-index .columns .column.main .fieldset .field .control input[type="datetime"]:focus,
.checkout-cart-index .columns .column.main .fieldset .field .control input[type="datetime"]:focus,
.checkout-onepage-success .columns .column.main .fieldset .field .control input[type="datetime"]:focus,
.checkout-index-index .columns .column.main .fieldset .field .control input[type="email"]:focus,
.checkout-cart-index .columns .column.main .fieldset .field .control input[type="email"]:focus,
.checkout-onepage-success .columns .column.main .fieldset .field .control input[type="email"]:focus,
.checkout-index-index .columns .column.main .fieldset .field .control textarea:focus,
.checkout-cart-index .columns .column.main .fieldset .field .control textarea:focus,
.checkout-onepage-success .columns .column.main .fieldset .field .control textarea:focus {
  outline: none;
  border: 1px solid #575757;
}
.checkout-index-index .columns .column.main .fieldset .field .control input[type="text"]::placeholder,
.checkout-cart-index .columns .column.main .fieldset .field .control input[type="text"]::placeholder,
.checkout-onepage-success .columns .column.main .fieldset .field .control input[type="text"]::placeholder,
.checkout-index-index .columns .column.main .fieldset .field .control input[type="password"]::placeholder,
.checkout-cart-index .columns .column.main .fieldset .field .control input[type="password"]::placeholder,
.checkout-onepage-success .columns .column.main .fieldset .field .control input[type="password"]::placeholder,
.checkout-index-index .columns .column.main .fieldset .field .control input[type="url"]::placeholder,
.checkout-cart-index .columns .column.main .fieldset .field .control input[type="url"]::placeholder,
.checkout-onepage-success .columns .column.main .fieldset .field .control input[type="url"]::placeholder,
.checkout-index-index .columns .column.main .fieldset .field .control input[type="tel"]::placeholder,
.checkout-cart-index .columns .column.main .fieldset .field .control input[type="tel"]::placeholder,
.checkout-onepage-success .columns .column.main .fieldset .field .control input[type="tel"]::placeholder,
.checkout-index-index .columns .column.main .fieldset .field .control input[type="search"]::placeholder,
.checkout-cart-index .columns .column.main .fieldset .field .control input[type="search"]::placeholder,
.checkout-onepage-success .columns .column.main .fieldset .field .control input[type="search"]::placeholder,
.checkout-index-index .columns .column.main .fieldset .field .control input[type="number"]::placeholder,
.checkout-cart-index .columns .column.main .fieldset .field .control input[type="number"]::placeholder,
.checkout-onepage-success .columns .column.main .fieldset .field .control input[type="number"]::placeholder,
.checkout-index-index .columns .column.main .fieldset .field .control input[type="datetime"]::placeholder,
.checkout-cart-index .columns .column.main .fieldset .field .control input[type="datetime"]::placeholder,
.checkout-onepage-success .columns .column.main .fieldset .field .control input[type="datetime"]::placeholder,
.checkout-index-index .columns .column.main .fieldset .field .control input[type="email"]::placeholder,
.checkout-cart-index .columns .column.main .fieldset .field .control input[type="email"]::placeholder,
.checkout-onepage-success .columns .column.main .fieldset .field .control input[type="email"]::placeholder,
.checkout-index-index .columns .column.main .fieldset .field .control textarea::placeholder,
.checkout-cart-index .columns .column.main .fieldset .field .control textarea::placeholder,
.checkout-onepage-success .columns .column.main .fieldset .field .control textarea::placeholder,
.checkout-index-index .columns .column.main .fieldset .field .control input[type="text"]::-webkit-input-placeholder,
.checkout-cart-index .columns .column.main .fieldset .field .control input[type="text"]::-webkit-input-placeholder,
.checkout-onepage-success .columns .column.main .fieldset .field .control input[type="text"]::-webkit-input-placeholder,
.checkout-index-index .columns .column.main .fieldset .field .control input[type="password"]::-webkit-input-placeholder,
.checkout-cart-index .columns .column.main .fieldset .field .control input[type="password"]::-webkit-input-placeholder,
.checkout-onepage-success .columns .column.main .fieldset .field .control input[type="password"]::-webkit-input-placeholder,
.checkout-index-index .columns .column.main .fieldset .field .control input[type="url"]::-webkit-input-placeholder,
.checkout-cart-index .columns .column.main .fieldset .field .control input[type="url"]::-webkit-input-placeholder,
.checkout-onepage-success .columns .column.main .fieldset .field .control input[type="url"]::-webkit-input-placeholder,
.checkout-index-index .columns .column.main .fieldset .field .control input[type="tel"]::-webkit-input-placeholder,
.checkout-cart-index .columns .column.main .fieldset .field .control input[type="tel"]::-webkit-input-placeholder,
.checkout-onepage-success .columns .column.main .fieldset .field .control input[type="tel"]::-webkit-input-placeholder,
.checkout-index-index .columns .column.main .fieldset .field .control input[type="search"]::-webkit-input-placeholder,
.checkout-cart-index .columns .column.main .fieldset .field .control input[type="search"]::-webkit-input-placeholder,
.checkout-onepage-success .columns .column.main .fieldset .field .control input[type="search"]::-webkit-input-placeholder,
.checkout-index-index .columns .column.main .fieldset .field .control input[type="number"]::-webkit-input-placeholder,
.checkout-cart-index .columns .column.main .fieldset .field .control input[type="number"]::-webkit-input-placeholder,
.checkout-onepage-success .columns .column.main .fieldset .field .control input[type="number"]::-webkit-input-placeholder,
.checkout-index-index .columns .column.main .fieldset .field .control input[type="datetime"]::-webkit-input-placeholder,
.checkout-cart-index .columns .column.main .fieldset .field .control input[type="datetime"]::-webkit-input-placeholder,
.checkout-onepage-success .columns .column.main .fieldset .field .control input[type="datetime"]::-webkit-input-placeholder,
.checkout-index-index .columns .column.main .fieldset .field .control input[type="email"]::-webkit-input-placeholder,
.checkout-cart-index .columns .column.main .fieldset .field .control input[type="email"]::-webkit-input-placeholder,
.checkout-onepage-success .columns .column.main .fieldset .field .control input[type="email"]::-webkit-input-placeholder,
.checkout-index-index .columns .column.main .fieldset .field .control textarea::-webkit-input-placeholder,
.checkout-cart-index .columns .column.main .fieldset .field .control textarea::-webkit-input-placeholder,
.checkout-onepage-success .columns .column.main .fieldset .field .control textarea::-webkit-input-placeholder,
.checkout-index-index .columns .column.main .fieldset .field .control input[type="text"]::-moz-placeholder,
.checkout-cart-index .columns .column.main .fieldset .field .control input[type="text"]::-moz-placeholder,
.checkout-onepage-success .columns .column.main .fieldset .field .control input[type="text"]::-moz-placeholder,
.checkout-index-index .columns .column.main .fieldset .field .control input[type="password"]::-moz-placeholder,
.checkout-cart-index .columns .column.main .fieldset .field .control input[type="password"]::-moz-placeholder,
.checkout-onepage-success .columns .column.main .fieldset .field .control input[type="password"]::-moz-placeholder,
.checkout-index-index .columns .column.main .fieldset .field .control input[type="url"]::-moz-placeholder,
.checkout-cart-index .columns .column.main .fieldset .field .control input[type="url"]::-moz-placeholder,
.checkout-onepage-success .columns .column.main .fieldset .field .control input[type="url"]::-moz-placeholder,
.checkout-index-index .columns .column.main .fieldset .field .control input[type="tel"]::-moz-placeholder,
.checkout-cart-index .columns .column.main .fieldset .field .control input[type="tel"]::-moz-placeholder,
.checkout-onepage-success .columns .column.main .fieldset .field .control input[type="tel"]::-moz-placeholder,
.checkout-index-index .columns .column.main .fieldset .field .control input[type="search"]::-moz-placeholder,
.checkout-cart-index .columns .column.main .fieldset .field .control input[type="search"]::-moz-placeholder,
.checkout-onepage-success .columns .column.main .fieldset .field .control input[type="search"]::-moz-placeholder,
.checkout-index-index .columns .column.main .fieldset .field .control input[type="number"]::-moz-placeholder,
.checkout-cart-index .columns .column.main .fieldset .field .control input[type="number"]::-moz-placeholder,
.checkout-onepage-success .columns .column.main .fieldset .field .control input[type="number"]::-moz-placeholder,
.checkout-index-index .columns .column.main .fieldset .field .control input[type="datetime"]::-moz-placeholder,
.checkout-cart-index .columns .column.main .fieldset .field .control input[type="datetime"]::-moz-placeholder,
.checkout-onepage-success .columns .column.main .fieldset .field .control input[type="datetime"]::-moz-placeholder,
.checkout-index-index .columns .column.main .fieldset .field .control input[type="email"]::-moz-placeholder,
.checkout-cart-index .columns .column.main .fieldset .field .control input[type="email"]::-moz-placeholder,
.checkout-onepage-success .columns .column.main .fieldset .field .control input[type="email"]::-moz-placeholder,
.checkout-index-index .columns .column.main .fieldset .field .control textarea::-moz-placeholder,
.checkout-cart-index .columns .column.main .fieldset .field .control textarea::-moz-placeholder,
.checkout-onepage-success .columns .column.main .fieldset .field .control textarea::-moz-placeholder,
.checkout-index-index .columns .column.main .fieldset .field .control input[type="text"]:-ms-input-placeholder,
.checkout-cart-index .columns .column.main .fieldset .field .control input[type="text"]:-ms-input-placeholder,
.checkout-onepage-success .columns .column.main .fieldset .field .control input[type="text"]:-ms-input-placeholder,
.checkout-index-index .columns .column.main .fieldset .field .control input[type="password"]:-ms-input-placeholder,
.checkout-cart-index .columns .column.main .fieldset .field .control input[type="password"]:-ms-input-placeholder,
.checkout-onepage-success .columns .column.main .fieldset .field .control input[type="password"]:-ms-input-placeholder,
.checkout-index-index .columns .column.main .fieldset .field .control input[type="url"]:-ms-input-placeholder,
.checkout-cart-index .columns .column.main .fieldset .field .control input[type="url"]:-ms-input-placeholder,
.checkout-onepage-success .columns .column.main .fieldset .field .control input[type="url"]:-ms-input-placeholder,
.checkout-index-index .columns .column.main .fieldset .field .control input[type="tel"]:-ms-input-placeholder,
.checkout-cart-index .columns .column.main .fieldset .field .control input[type="tel"]:-ms-input-placeholder,
.checkout-onepage-success .columns .column.main .fieldset .field .control input[type="tel"]:-ms-input-placeholder,
.checkout-index-index .columns .column.main .fieldset .field .control input[type="search"]:-ms-input-placeholder,
.checkout-cart-index .columns .column.main .fieldset .field .control input[type="search"]:-ms-input-placeholder,
.checkout-onepage-success .columns .column.main .fieldset .field .control input[type="search"]:-ms-input-placeholder,
.checkout-index-index .columns .column.main .fieldset .field .control input[type="number"]:-ms-input-placeholder,
.checkout-cart-index .columns .column.main .fieldset .field .control input[type="number"]:-ms-input-placeholder,
.checkout-onepage-success .columns .column.main .fieldset .field .control input[type="number"]:-ms-input-placeholder,
.checkout-index-index .columns .column.main .fieldset .field .control input[type="datetime"]:-ms-input-placeholder,
.checkout-cart-index .columns .column.main .fieldset .field .control input[type="datetime"]:-ms-input-placeholder,
.checkout-onepage-success .columns .column.main .fieldset .field .control input[type="datetime"]:-ms-input-placeholder,
.checkout-index-index .columns .column.main .fieldset .field .control input[type="email"]:-ms-input-placeholder,
.checkout-cart-index .columns .column.main .fieldset .field .control input[type="email"]:-ms-input-placeholder,
.checkout-onepage-success .columns .column.main .fieldset .field .control input[type="email"]:-ms-input-placeholder,
.checkout-index-index .columns .column.main .fieldset .field .control textarea:-ms-input-placeholder,
.checkout-cart-index .columns .column.main .fieldset .field .control textarea:-ms-input-placeholder,
.checkout-onepage-success .columns .column.main .fieldset .field .control textarea:-ms-input-placeholder,
.checkout-index-index .columns .column.main .fieldset .field .control input[type="text"]:-moz-placeholder,
.checkout-cart-index .columns .column.main .fieldset .field .control input[type="text"]:-moz-placeholder,
.checkout-onepage-success .columns .column.main .fieldset .field .control input[type="text"]:-moz-placeholder,
.checkout-index-index .columns .column.main .fieldset .field .control input[type="password"]:-moz-placeholder,
.checkout-cart-index .columns .column.main .fieldset .field .control input[type="password"]:-moz-placeholder,
.checkout-onepage-success .columns .column.main .fieldset .field .control input[type="password"]:-moz-placeholder,
.checkout-index-index .columns .column.main .fieldset .field .control input[type="url"]:-moz-placeholder,
.checkout-cart-index .columns .column.main .fieldset .field .control input[type="url"]:-moz-placeholder,
.checkout-onepage-success .columns .column.main .fieldset .field .control input[type="url"]:-moz-placeholder,
.checkout-index-index .columns .column.main .fieldset .field .control input[type="tel"]:-moz-placeholder,
.checkout-cart-index .columns .column.main .fieldset .field .control input[type="tel"]:-moz-placeholder,
.checkout-onepage-success .columns .column.main .fieldset .field .control input[type="tel"]:-moz-placeholder,
.checkout-index-index .columns .column.main .fieldset .field .control input[type="search"]:-moz-placeholder,
.checkout-cart-index .columns .column.main .fieldset .field .control input[type="search"]:-moz-placeholder,
.checkout-onepage-success .columns .column.main .fieldset .field .control input[type="search"]:-moz-placeholder,
.checkout-index-index .columns .column.main .fieldset .field .control input[type="number"]:-moz-placeholder,
.checkout-cart-index .columns .column.main .fieldset .field .control input[type="number"]:-moz-placeholder,
.checkout-onepage-success .columns .column.main .fieldset .field .control input[type="number"]:-moz-placeholder,
.checkout-index-index .columns .column.main .fieldset .field .control input[type="datetime"]:-moz-placeholder,
.checkout-cart-index .columns .column.main .fieldset .field .control input[type="datetime"]:-moz-placeholder,
.checkout-onepage-success .columns .column.main .fieldset .field .control input[type="datetime"]:-moz-placeholder,
.checkout-index-index .columns .column.main .fieldset .field .control input[type="email"]:-moz-placeholder,
.checkout-cart-index .columns .column.main .fieldset .field .control input[type="email"]:-moz-placeholder,
.checkout-onepage-success .columns .column.main .fieldset .field .control input[type="email"]:-moz-placeholder,
.checkout-index-index .columns .column.main .fieldset .field .control textarea:-moz-placeholder,
.checkout-cart-index .columns .column.main .fieldset .field .control textarea:-moz-placeholder,
.checkout-onepage-success .columns .column.main .fieldset .field .control textarea:-moz-placeholder {
  opacity: 1;
  color: #555555;
  font-weight: 300;
  background-color: transparent;
}
.checkout-index-index .columns .column.main .fieldset .field .control input[type="text"].mage-error,
.checkout-cart-index .columns .column.main .fieldset .field .control input[type="text"].mage-error,
.checkout-onepage-success .columns .column.main .fieldset .field .control input[type="text"].mage-error,
.checkout-index-index .columns .column.main .fieldset .field .control input[type="password"].mage-error,
.checkout-cart-index .columns .column.main .fieldset .field .control input[type="password"].mage-error,
.checkout-onepage-success .columns .column.main .fieldset .field .control input[type="password"].mage-error,
.checkout-index-index .columns .column.main .fieldset .field .control input[type="url"].mage-error,
.checkout-cart-index .columns .column.main .fieldset .field .control input[type="url"].mage-error,
.checkout-onepage-success .columns .column.main .fieldset .field .control input[type="url"].mage-error,
.checkout-index-index .columns .column.main .fieldset .field .control input[type="tel"].mage-error,
.checkout-cart-index .columns .column.main .fieldset .field .control input[type="tel"].mage-error,
.checkout-onepage-success .columns .column.main .fieldset .field .control input[type="tel"].mage-error,
.checkout-index-index .columns .column.main .fieldset .field .control input[type="search"].mage-error,
.checkout-cart-index .columns .column.main .fieldset .field .control input[type="search"].mage-error,
.checkout-onepage-success .columns .column.main .fieldset .field .control input[type="search"].mage-error,
.checkout-index-index .columns .column.main .fieldset .field .control input[type="number"].mage-error,
.checkout-cart-index .columns .column.main .fieldset .field .control input[type="number"].mage-error,
.checkout-onepage-success .columns .column.main .fieldset .field .control input[type="number"].mage-error,
.checkout-index-index .columns .column.main .fieldset .field .control input[type="datetime"].mage-error,
.checkout-cart-index .columns .column.main .fieldset .field .control input[type="datetime"].mage-error,
.checkout-onepage-success .columns .column.main .fieldset .field .control input[type="datetime"].mage-error,
.checkout-index-index .columns .column.main .fieldset .field .control input[type="email"].mage-error,
.checkout-cart-index .columns .column.main .fieldset .field .control input[type="email"].mage-error,
.checkout-onepage-success .columns .column.main .fieldset .field .control input[type="email"].mage-error,
.checkout-index-index .columns .column.main .fieldset .field .control textarea.mage-error,
.checkout-cart-index .columns .column.main .fieldset .field .control textarea.mage-error,
.checkout-onepage-success .columns .column.main .fieldset .field .control textarea.mage-error {
  border-color: #a12c2e;
}
.cart-summary .cart-totals .totals-tax-summary .amount .price:after,
.cart-summary .opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  top: 0;
}
.checkout-agreement {
  flex-direction: column;
}
.checkout-agreement input[type='checkbox'] {
  left: calc(-50% + 5px);
  top: 17px;
}
.checkout-agreement .label {
  left: 15px;
  position: relative;
}
.message.cookie .content-inner {
  text-align: left;
}
.checkout-agreements-block .action-show {
  color: #005827;
  font-size: 14px;
}
.checkout-agreements-block .action-show:hover {
  color: #679f16;
}
.notification-message {
  font-style: italic;
}
.customer-account-forgotpassword .actions-toolbar > .secondary .action.back {
  display: inline-block;
}
.customer-account-forgotpassword .fieldset > .field:last-child.email {
  margin-bottom: 29px;
}
.modal-popup.confirm .modal-footer .action-primary.action-accept {
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.modal-popup.confirm .modal-footer .action-primary.action-accept:hover {
  background: #e2e2e2;
}
.column.main .cms-block .pagebuilder-column p {
  color: #555555;
  font-size: 17px;
  letter-spacing: .5px;
  line-height: 26px;
  margin-bottom: 10px;
}
.column.main .cms-block .pagebuilder-column p:last-child {
  margin-bottom: 0;
}
.column.main .cms-block .pagebuilder-column h2 {
  font-size: 24px;
  line-height: 35px;
}
.column.main .cms-block.choice-hotel-corporate-store p {
  color: #555555;
}
.column.main .cms-block.choice-hotel-corporate-store .step p {
  font-family: 'Lato', sans-serif;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -.5px;
  line-height: 26px;
  text-transform: uppercase;
}
.column.main .cms-block.choice-hotel-corporate-store .step-detail p {
  color: #555555;
  font-size: 17px;
  letter-spacing: .5px;
  line-height: 26px;
}
.column.main .cms-block-banner .pagebuilder-column h1 {
  color: #ffffff;
  font-family: 'Raleway', sans-serif;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -1.5px;
  line-height: 48px;
  z-index: 5;
}
.column.main .cms-block-banner .pagebuilder-column h2 {
  color: #ffffff;
  font-family: 'Raleway', sans-serif;
  font-size: 40px;
  letter-spacing: -1.5px;
  line-height: 48px;
}
.column.main .cms-block-banner .pagebuilder-column p {
  color: #ffffff;
  font-size: 17px;
  letter-spacing: .5px;
  line-height: 26px;
  margin-bottom: 10px;
}
.column.main .cms-block-banner .pagebuilder-column p:last-child {
  margin-bottom: 0;
}
.column.main .cms-block-banner .pagebuilder-column.banner-content {
  z-index: 5;
}
.column.main .cms-block-banner .pagebuilder-column.banner-content .content-detail p,
.column.main .cms-block-banner .pagebuilder-column.banner-content .content-detail a {
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: .15px;
}
.column.main .cms-block-banner .pagebuilder-column.banner-content .content-detail a {
  color: #ffffff;
  font-weight: 700;
}
.column.main .cms-block-banner .pagebuilder-column.banner-content .content-detail a:hover {
  text-decoration-line: none;
}
.column.main .cms-block-banner .pagebuilder-column.banner-content .content-contact p,
.column.main .cms-block-banner .pagebuilder-column.banner-content .content-contact a {
  color: #ffffff;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: .1px;
}
.column.main .cms-block-banner .pagebuilder-column.banner-content .content-contact a {
  font-weight: 700;
  text-decoration: underline;
}
.column.main .cms-block-banner .pagebuilder-column.banner-content .content-contact a:hover {
  text-decoration-line: none;
}
.column.main .cms-block-banner .pagebuilder-column.banner-content .content-popup p {
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: .15px;
  line-height: 25px;
}
.column.main .cms-block-banner .pagebuilder-column.banner-content .content-popup p a {
  color: #ffffff;
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: .15px;
  line-height: 25px;
}
.column.main .cms-block-banner .pagebuilder-column.banner-content .content-popup p a:hover {
  text-decoration-line: none;
}
.column.main .cms-block-popup .pagebuilder-column h2 {
  color: #555555;
  font-family: 'Raleway', sans-serif;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -.5px;
  line-height: 26px;
  margin-bottom: 18px;
  padding-right: 30px;
}
.column.main .cms-block-popup .pagebuilder-column p:last-child {
  margin-bottom: 0;
}
.column.main .cms-block-popup .pagebuilder-column .detail p {
  color: #555555;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: .0025em;
}
.column.main .cms-block-popup .pagebuilder-column .brand-hotel p {
  color: #707070;
  font-size: 17px;
  letter-spacing: .5px;
  line-height: 26px;
}
.column.main .cms-block-popup .pagebuilder-column .contact p {
  color: #555555;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .1px;
  line-height: 20px;
}
.column.main .cms-block-popup .pagebuilder-column .contact p a {
  color: #555555;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .1px;
  line-height: 20px;
}
.column.main .cms-block-popup .popup-content.pagebuilder-column h2 {
  color: #000000;
}
.cms-block-banner {
  margin-bottom: 56px;
  margin-left: 15px;
  margin-right: 10px;
  position: relative;
}
.cms-block-banner > .row-full-width-inner {
  margin-bottom: auto;
  margin-top: auto;
}
.cms-block-banner > .pagebuilder-column-group:first-child {
  width: 100%;
}
.cms-block-banner .logo-banner {
  position: absolute;
  right: 25px;
  top: -5px;
  z-index: 10;
}
.cms-block-banner .banner-heading {
  margin-bottom: auto;
  margin-top: auto;
}
.cms-block-banner .banner-heading .heading {
  padding-left: 25px;
  padding-right: 25px;
}
.cms-block-banner .banner-content {
  border-radius: 12px 0 0 12px;
  -moz-border-radius: 12px 0 0 12px;
  -webkit-border-radius: 12px 0 0 12px;
  background: #679f16;
  padding: 50px 37px 74px 50px;
}
.cms-block-banner .banner-content .content-title {
  border-bottom: 1px solid #ffffff;
  margin-bottom: 22px;
  min-height: 67px;
  padding-bottom: 12px;
}
.cms-block-banner .banner-content .content-detail {
  margin-bottom: 35px;
}
.cms-block-banner .banner-content .content-button {
  margin-bottom: 34px;
}
.cms-block-banner .banner-content .content-button .pagebuilder-button-link {
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  -ms-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  background: #ffffff;
  border: 0;
  color: #679f16;
  font-family: 'Lato', sans-serif;
  font-size: 17px;
  font-weight: 700;
  height: 50px;
  letter-spacing: 1.25px;
  line-height: 22px;
  margin: 0;
  width: 148px;
}
.cms-block-banner .banner-content .content-button .pagebuilder-button-link:hover {
  background: #3e703d;
  color: #ffffff;
  text-decoration-line: none;
}
.cms-block-banner .banner-content .content-contact {
  margin-bottom: 28px;
}
.cms-block-banner .banner-content .content-popup-click {
  cursor: pointer;
}
.cms-block-banner.best-choice-page .banner-content .content-title {
  border-bottom: 0;
  margin-bottom: 0;
}
.cms-block-banner.best-choice-page .banner-content .banner-partner {
  border-bottom: 1px solid #ffffff;
  margin-bottom: 10px;
  padding-bottom: 15px;
}
.cms-block-banner.best-choice-page .banner-content .banner-partner img {
  height: 32px;
  margin-bottom: 7px;
  margin-right: 2.5px;
  max-height: 32px;
  max-width: 34px;
}
.cms-block-banner.best-choice-page .banner-content .content-detail {
  margin-bottom: 17px;
}
.cms-block-banner.best-choice-page .banner-content .content-button {
  margin-bottom: 0;
}
.cms-block-banner.best-choice-page .banner-content .content-button .pagebuilder-button-link {
  max-width: 132px;
}
.cms-block-banner.best-choice-page .banner-content .form-login .fieldset:last-child {
  margin-bottom: 22px;
}
.cms-block-banner.best-choice-page .banner-content .form-login .fieldset > .field {
  margin-bottom: 16px;
}
.cms-block-banner.best-choice-page .banner-content .form-login .fieldset > .field.password {
  margin-bottom: 22px;
}
.cms-block-banner.best-choice-page .banner-content .form-login input {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.160784);
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.160784);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.160784);
  -ms-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.160784);
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  color: #8c8c8c;
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  line-height: 20px;
  height: 51px;
  padding: 0 25px;
  width: 100%;
}
.cms-block-banner.best-choice-page .banner-content .form-login .content-button {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
}
.cms-block-banner.best-choice-page .banner-content .form-login .content-button .primary.login {
  margin-right: 43px;
}
.cms-block-banner.best-choice-page .banner-content .form-login .content-button .primary.login:hover {
  background: #3e703d;
  color: #ffffff;
}
.cms-block-banner.best-choice-page .banner-content .form-login .banner-forgot {
  color: #ffffff;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .1px;
  line-height: 20px;
}
.cms-block-banner.best-choice-page .banner-content .form-login .banner-forgot:hover {
  text-decoration-line: none;
}
.cms-block {
  margin-bottom: 100px;
  margin-left: 15px;
  margin-right: 15px;
}
.cms-block .block-heading {
  color: #000000;
  font-family: 'Raleway', sans-serif;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -.5px;
  line-height: 26px;
}
.cms-block .block-media.has-video .video {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.cms-block .block-content {
  margin-bottom: auto;
  margin-top: auto;
}
.cms-block .block-content .title {
  margin-bottom: 10px;
}
.cms-block .block-content.right {
  padding-left: 36px;
}
.cms-block .block-content.left {
  padding-right: 36px;
}
[data-content-type$='block'] .block .list-badge-products:last-child {
  margin-bottom: -15px;
}
.identification-products {
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}
.identification-products .badge-product {
  display: block;
  margin-bottom: 0;
}
.identification-products .badge-product img {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
.identification-products .heading {
  font-size: 28px;
  line-height: 26px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
}
.choice-hotel-corporate-store {
  margin-bottom: 18px;
}
.choice-hotel-corporate-store .heading {
  color: #000000;
  font-family: 'Raleway', sans-serif;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -.5px;
  line-height: 26px;
  margin-bottom: 36px;
}
.choice-hotel-corporate-store .detail {
  margin-bottom: 75px;
}
.choice-hotel-corporate-store .detail p {
  color: #555555;
  font-size: 17px;
  letter-spacing: .5px;
  line-height: 26px;
}
.choice-hotel-corporate-store .detail p:last-child {
  margin-bottom: 0;
}
.choice-hotel-corporate-store .choice-step {
  margin-bottom: 75px;
  text-align: center;
}
.choice-hotel-corporate-store .choice-step .step-image {
  margin: 0 auto 31px;
  height: 131px;
  width: 131px;
}
.choice-hotel-corporate-store .choice-step .step {
  margin-bottom: 19px;
}
.choice-hotel-corporate-store .login-store .pagebuilder-button-link {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  -ms-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  background: #679f16;
  color: #ffffff;
  font-family: 'Lato', sans-serif;
  font-size: 17px;
  font-weight: 700;
  height: 52px;
  line-height: 22px;
  margin: 0;
  padding-top: 15px;
  width: 91px;
}
.choice-hotel-corporate-store .login-store .pagebuilder-button-link:hover {
  background: #679f16;
  color: #ffffff;
  text-decoration-line: none;
}
.cms-block-popup {
  display: none;
  position: relative;
  z-index: 1001;
}
.cms-block-popup .popup-close {
  cursor: pointer;
  background: #5a5757 a1;
  display: block;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 1;
}
.cms-block-popup .popup-content {
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  background: #ffffff;
  cursor: auto;
  left: 50%;
  max-height: 60%;
  max-width: 939px;
  min-height: 410px;
  overflow: auto;
  padding: 29px 46px 36px 51px;
  position: fixed;
  top: 30vh;
  transform: translate(-50%, 0);
  z-index: 2;
}
.cms-block-popup .popup-content .popup-close-button {
  cursor: pointer;
  height: 18px;
  position: absolute;
  right: 48px;
  top: 30px;
  width: 18px;
}
.cms-block-popup .popup-content .title,
.cms-block-popup .popup-content .detail {
  flex: 100%;
}
.cms-block-popup .popup-content .detail {
  margin-bottom: 34px;
}
.cms-block-popup .popup-content .brand-hotel {
  columns: 3 250px;
  margin-bottom: 34px;
  flex: 100%;
}
.background-linenear-banner {
  background: linear-gradient(91.45999999999999deg, rgba(0, 0, 0, 0.38) 14.93%, rgba(0, 0, 0, 0) 66.51000000000001%);
  box-sizing: border-box;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 3;
}
.logo-banner-main {
  position: absolute;
  right: -12px;
  top: -26px;
  z-index: 12;
}
@media (max-width: 992px) {
  .cms-block-popup .popup-content {
    max-width: 90%;
  }
}
@media (max-width: 1024px) {
  .background-linenear-banner {
    transform: matrix(-1, 0, 0, 1, 0, 0);
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .cms-block-banner {
    margin-bottom: 430px;
  }
  .cms-block-banner .logo-banner + .pagebuilder-column-group {
    flex-wrap: wrap;
    padding-top: 0;
    position: absolute;
  }
  .cms-block-banner .banner-heading {
    height: 490px;
  }
  .cms-block-banner .banner-heading h1 {
    margin-left: auto;
    margin-right: 13%;
    max-width: 40%;
  }
  .cms-block-banner .banner-heading,
  .cms-block-banner .banner-content {
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    flex: 100%;
  }
  .background-linenear-banner {
    height: 100%;
  }
  .cms-block.best-western-hotels-store {
    margin-top: 90px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .cms-block-banner .banner-heading h1 {
    margin-right: 0;
    max-width: 52%;
  }
}
.main .corporate-banner .pagebuilder-column h2 {
  line-height: 48px;
}
.main .corporate-banner .pagebuilder-column .content p {
  color: #ffffff;
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: .15px;
  line-height: 25px;
  max-width: 412px;
}
.main .corporate-reason .pagebuilder-column h2 {
  font-size: 24px;
  line-height: 35px;
}
.main .corporate-reason .pagebuilder-column .content p,
.main .corporate-reason .pagebuilder-column .link p {
  color: #555555;
  font-size: 17px;
  letter-spacing: .5px;
  line-height: 26px;
}
.main .corporate-reason .pagebuilder-column .content p a,
.main .corporate-reason .pagebuilder-column .link p a {
  color: #679f16;
  font-size: inherit;
  font-weight: 700;
  letter-spacing: inherit;
  line-height: inherit;
}
.reason-link-mobile {
  color: #555555;
  display: none;
  font-size: 17px;
  letter-spacing: .5px;
  line-height: 26px;
}
.reason-link-mobile a {
  color: #679f16;
  font-weight: 700;
}
.reason-link-mobile p:last-child {
  margin-bottom: 0;
}
.corporate-banner {
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  min-height: 550px;
  position: relative;
  z-index: 5;
}
.corporate-banner .banner-description {
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  background: #679f16;
  color: #ffffff;
  margin-top: 65px;
  min-height: 451px;
  padding: 32px 0 83px;
  z-index: 4;
}
.corporate-banner .banner-description .divider {
  margin: 0 43.11px 0 88.23px;
}
.corporate-banner .banner-description .divider hr {
  border: 1px solid #ffffff;
  margin: 18px 0;
  transform: rotate(180deg);
}
.corporate-banner .banner-description .content {
  margin: 0 75.19px 0 85.22px;
  text-align: center;
}
.corporate-banner .banner-description .button .pagebuilder-button-primary {
  background: transparent;
  border-radius: 50%;
  border: 2px solid #ffffff;
  height: 78px;
  margin: 41px 0 0;
  position: relative;
  width: 78px;
}
.corporate-banner .banner-description .button .pagebuilder-button-primary span {
  font-size: 0;
}
.corporate-banner .banner-description .button .pagebuilder-button-primary:after {
  background-image: url('../images/line200.png');
  background-repeat: no-repeat;
  content: '';
  display: block;
  height: 24px;
  left: 15px;
  position: absolute;
  top: 27px;
  width: 46px;
}
.corporate-banner::after {
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  background: linear-gradient(91.45999999999999deg, rgba(0, 0, 0, 0.38) 14.93%, rgba(0, 0, 0, 0) 66.51000000000001%);
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transform: matrix(-1, 0, 0, 1, 0, 0);
  width: 100%;
  z-index: 3;
}
.corporate-introduce .title,
.corporate-brand .title,
.corporate-reason .title {
  font-family: 'Raleway', sans-serif;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -.5px;
  line-height: 26px;
}
.corporate-introduce {
  margin: 29px 0 77px;
}
.corporate-introduce .title {
  margin-bottom: 28px;
}
.corporate-introduce .content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  color: #000000;
  font-size: 17px;
  letter-spacing: .5px;
  line-height: 26px;
}
.corporate-introduce .content p:last-child {
  margin-bottom: 0;
}
.corporate-brand .title {
  margin-bottom: 18px;
  scroll-margin-top: 30px;
}
.corporate-brand .content {
  font-family: 'Raleway', sans-serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: .15px;
  line-height: 25px;
  margin-bottom: 14px;
}
.corporate-brand .content p:last-child {
  margin-bottom: 0;
  font-family: 'Lato', sans-serif;
}
.corporate-brands .list-brands-slider .slick-prev,
.corporate-brands .list-brands-slider .slick-next {
  margin-bottom: 28px;
}
.corporate-reason .title {
  margin: 72.2px 0 67px;
}
.corporate-reason .reason-description {
  padding-left: 21px;
}
.corporate-reason .reason-description .title {
  margin: 0 0 18.66px;
}
.corporate-reason .reason-description .content {
  margin-bottom: 10px;
}
.corporate-reason figure {
  margin-bottom: 0;
}
.corporate-block-reason {
  margin-bottom: 105px;
}
.main .comfort-banner .pagebuilder-column .title {
  font-size: 37px;
  font-weight: 900;
  letter-spacing: 1.85px;
  line-height: 40px;
}
.main .comfort-banner .pagebuilder-column .content p {
  color: #555555;
  font-size: 16px;
  line-height: 20px;
}
.comfort-banner {
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  min-height: 300px;
  position: relative;
}
.comfort-banner .banner-logo {
  margin-left: 19.44px;
  max-width: 188px;
  padding: 44px 0 48px;
}
.comfort-banner .banner-logo figure {
  margin-bottom: 0;
}
.comfort-banner .comfort-tags {
  padding: 11px 0 15px;
}
.comfort-banner .comfort-tags .banner-tag {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.comfort-banner .comfort-tags .banner-tag p,
.comfort-banner .comfort-tags .banner-tag p:last-child {
  margin-bottom: 0;
}
.comfort-banner .comfort-tags .banner-tag p img {
  max-width: 222px;
}
.comfort-banner .banner-description .title {
  color: #ffffff;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.160784);
}
.comfort-banner .banner-description .content {
  color: #555555;
  font-size: 16px;
  line-height: 20px;
  margin-top: 32px;
  max-width: 294px;
}
.comfort-banner .banner-description .button {
  margin-top: 17px;
}
.comfort-banner .banner-description .button > .pagebuilder-button-primary {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.160784);
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.160784);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.160784);
  -ms-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.160784);
  background-color: #ffffff;
  border-radius: 7px;
  border: none;
  color: #679f16;
  font-size: 16px;
  font-weight: 700;
  height: 45px;
  line-height: 19px;
  margin: 0;
  min-width: 159px;
  padding: 12px 42px 14px 43px;
}
.block-first-banner,
.block-second-banner {
  padding: 0 16px;
}
.block-second-banner .comfort-banner {
  background-color: #f7c7ca;
  min-height: 432px;
  padding: 56.6px 24.5px 76px;
}
.block-second-banner .comfort-banner .banner-description .content {
  margin-top: 28px;
  max-width: 369px;
}
.comfort-heading .title,
.comfort-heading-product .title {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  margin-bottom: 0;
}
.comfort-heading {
  margin: 57px 0 50.4px;
  padding-left: 22px;
}
.comfort-heading .title {
  font-size: 28px;
  letter-spacing: -.5px;
  line-height: 26px;
}
.comfort-heading-product {
  margin: 61.6px 0 34px;
  padding: 0 22px;
}
.comfort-heading-product .title {
  font-size: 24px;
  line-height: 35px;
  scroll-margin-top: 30px;
}
.main .pagebuilder-column .comfort-item-name p a {
  color: #000000;
  font-size: 24px;
  font-weight: 500;
  line-height: 19px;
  text-decoration: none;
}
.main .pagebuilder-column .comfort-item-name p a:hover {
  color: #000000;
}
.comfort-product-items .pagebuilder-column-group {
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  padding: 0 20px;
}
.comfort-product-items .comfort-item {
  margin-bottom: 49px;
}
.comfort-product-items .comfort-item-image {
  border-radius: 7.5px;
  -moz-border-radius: 7.5px;
  -webkit-border-radius: 7.5px;
  background: #f0f0f0;
  text-align: center;
}
.comfort-product-items .comfort-item-image img {
  border-radius: 7.5px;
  -moz-border-radius: 7.5px;
  -webkit-border-radius: 7.5px;
}
.comfort-product-items .comfort-item-name {
  margin: 14px 0 12.5px;
}
.comfort-product-items .comfort-item-link > .pagebuilder-button-primary {
  background: transparent;
  border-radius: 7px;
  border: 2px solid #515151;
  color: #555555;
  font-size: 15px;
  font-weight: 700;
  height: 45px;
  line-height: 18px;
  min-width: 92px;
  padding: 10px 15px;
}
.comfort-product-items .comfort-item-link > .pagebuilder-button-primary:hover {
  background: #679f16;
  border: 2px solid #679f16;
  color: #ffffff;
}
.column.main .pagebuilder-column .brand-store-listing li {
  list-style: none;
  margin: 0;
}
.brand-store-heading .title-brands {
  font-family: 'Raleway', sans-serif;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.5px;
  line-height: 26px;
  margin-bottom: 18px;
}
.brand-store-heading .short-text-brands {
  font-family: 'Raleway', sans-serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: .15px;
  line-height: 25px;
  margin-bottom: 14px;
}
.brand-store-heading .short-text-brands p {
  margin-bottom: 0;
}
.brand-store-listing {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
  padding: 0;
}
.brand-store-listing figure {
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  margin: 0;
  overflow: hidden;
}
.brand-store-listing figure img {
  background: #f0f0f0;
}
.brand-store-listing figure:hover {
  cursor: pointer;
  opacity: .5;
}
.coporate-store-container {
  position: relative;
}
.coporate-store-container .view-all-store {
  bottom: 0;
  position: absolute;
  text-align: right;
  z-index: 10;
}
.coporate-store-container .view-all-store p {
  margin: 0;
}
.column.main .coporate-store-container .pagebuilder-column p a {
  color: #679f16;
  font-weight: 700;
  font-size: 17px;
  line-height: 26px;
  letter-spacing: .5px;
}
.column.main .coporate-store-container .pagebuilder-column p a:hover {
  color: #679f16;
  text-decoration-line: none;
}
.list-brands-slider {
  flex-direction: row !important;
  flex-wrap: wrap;
}
.list-brands-slider .slick-prev,
.list-brands-slider .slick-next {
  background: #679f16;
  height: 28px;
  order: -1;
  position: static;
  transform: translate(0);
  width: 28px;
}
.list-brands-slider .slick-prev.slick-disabled,
.list-brands-slider .slick-next.slick-disabled,
.list-brands-slider .slick-prev:hover,
.list-brands-slider .slick-next:hover {
  opacity: .6;
}
.list-brands-slider .slick-prev::before,
.list-brands-slider .slick-next::before {
  color: #ffffff;
  font-size: 20px;
  padding: 0;
}
.list-brands-slider .slick-prev {
  margin-left: auto;
  margin-right: 5px;
}
.list-brands-slider .slick-dots {
  bottom: 6px;
  left: 50%;
  line-height: 0;
  padding: 0;
  position: absolute;
  transform: translate(-50%, 0);
  width: max-content;
  z-index: 99;
}
.list-brands-slider .slick-dots li {
  height: 12px;
  width: 12px;
}
.list-brands-slider .slick-dots li button,
.list-brands-slider .slick-dots li .quote-details-items .actions-toolbar > .action,
.list-brands-slider .slick-dots li .cart.table-wrapper .actions-toolbar > .action,
.list-brands-slider .slick-dots li .action-gift {
  background: #679f16;
  border: 0;
  height: 12px;
  opacity: .6;
  width: 12px;
}
.list-brands-slider .slick-dots li.slick-active button,
.list-brands-slider .slick-dots li.slick-active .quote-details-items .actions-toolbar > .action,
.list-brands-slider .slick-dots li.slick-active .cart.table-wrapper .actions-toolbar > .action,
.list-brands-slider .slick-dots li.slick-active .action-gift {
  opacity: 1;
}
.list-brands-slider.slick-slider .slick-list {
  width: 100%;
}
.login-brand {
  background: #679f16;
}
.login-brand .login-form .login-form-title {
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  font-family: 'Raleway', sans-serif;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -1.5px;
  line-height: 48px;
  text-transform: capitalize;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.160784);
}
.login-brand .login-form .dont-account {
  color: #ffffff;
  font-family: 'Raleway', sans-serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: .15px;
  line-height: 25px;
}
.login-brand .login-form .dont-account a {
  color: #ffffff;
  padding-left: 3px;
}
.login-brand .login-form .dont-account a:hover {
  color: #ffffff;
  text-decoration-line: none;
}
.login-brand .login-find-store {
  text-align: center;
}
.login-brand .login-find-store .login-find-title p {
  color: #ffffff;
  font-family: 'Raleway', sans-serif;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -1.5px;
  line-height: 48px;
  margin: 0;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.160784);
}
.login-brand .login-find-store .login-find-short p {
  color: #ffffff;
  font-family: 'Raleway', sans-serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: .15px;
  line-height: 25px;
  margin: 0;
}
.login-brand .login-find-store .login-find-icon {
  margin: 0;
}
.login-brand .login-find-store .login-find-icon img {
  cursor: pointer;
  max-height: 78px;
  max-width: 78px;
}
html {
  scroll-behavior: smooth;
}
.customer-account-login #maincontent.page-main {
  padding: 12px 0 137px;
}
.customer-account-login #maincontent .columns .column.main .login-brand .fieldset {
  margin-bottom: 0;
}
.customer-account-login #maincontent .columns .column.main .login-brand .fieldset .field .control input[type="email"],
.customer-account-login #maincontent .columns .column.main .login-brand .fieldset .field .control input[type="password"] {
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.160784);
  -webkit-box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.160784);
  -moz-box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.160784);
  -ms-box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.160784);
  background: #ffffff;
  border: 0;
  color: #8c8c8c;
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  height: 41px;
  line-height: 20px;
  padding-left: 25px;
}
.customer-account-login #maincontent .columns .column.main .login-brand .fieldset .field .control input[type="email"]::placeholder,
.customer-account-login #maincontent .columns .column.main .login-brand .fieldset .field .control input[type="password"]::placeholder {
  color: #8c8c8c;
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  line-height: 20px;
}
.customer-account-login #maincontent .columns .column.main .login-brand .fieldset .actions-toolbar {
  margin-left: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.customer-account-login #maincontent .columns .column.main .login-brand .fieldset .actions-toolbar > .primary {
  display: inline-block;
  padding: 0;
  margin: 0;
}
.customer-account-login #maincontent .columns .column.main .login-brand .fieldset .actions-toolbar > .primary .action.primary {
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  -ms-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  background: #ffffff;
  border: 0;
  color: #679f16;
  font-size: 17px;
  font-weight: 700;
  height: 52px;
  letter-spacing: 1.25px;
  line-height: 22px;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 91px;
}
.customer-account-login #maincontent .columns .column.main .login-brand .fieldset .actions-toolbar > .primary .action.primary:hover {
  background: #3e703d;
  color: #ffffff;
}
.customer-account-login #maincontent .columns .column.main .login-brand .fieldset .actions-toolbar .secondary {
  display: inline-block;
  padding-left: 44px;
}
.customer-account-login #maincontent .columns .column.main .login-brand .fieldset .actions-toolbar .secondary .action.remind {
  color: #ffffff;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  letter-spacing: .1px;
  line-height: 20px;
  margin: 0;
  text-decoration-line: underline;
}
.customer-account-login #maincontent .columns .column.main .login-brand .fieldset .actions-toolbar .secondary .action.remind:hover {
  text-decoration-line: none;
}
.customer-account-login #maincontent .columns .column.main .login-brand .fieldset::after {
  margin: 0;
}
.breadcrumb-log {
  margin-bottom: 75.5px;
}
.breadcrumb-log p {
  color: #555555;
  font-size: 13px;
  letter-spacing: .015em;
  line-height: 20px;
  margin-bottom: 0;
}
.login-contact p a {
  color: #000000;
  text-decoration-line: underline;
}
.login-contact p a:hover {
  color: #000000;
  text-decoration-line: none;
}
.login-contact > div:first-child p {
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 35px;
  margin-bottom: 0;
}
.login-contact > div:last-child p,
.login-contact > div:last-child a {
  font-size: 17px;
  line-height: 26px;
  letter-spacing: .5px;
  margin-bottom: 0;
}
@media (min-width: 640px) and (max-width: 1023px) {
  .customer-account-login .columns .column.main .login-brand .fieldset {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
  }
  .customer-account-login .columns .column.main .login-brand .fieldset .field.email,
  .customer-account-login .columns .column.main .login-brand .fieldset .field.password {
    flex: calc(50% - 9.5px);
  }
  .customer-account-login .columns .column.main .login-brand .fieldset .field.email {
    margin-right: 9.5px;
  }
  .customer-account-login .columns .column.main .login-brand .fieldset .field.password {
    margin-left: 9.5px;
  }
}
.homepage-group-block .banner-col-mid .pagebuilder-button-primary {
  background: #679f16;
  border-radius: 7px;
  border: 1px solid #679f16;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  color: #ffffff;
  font-size: 17px;
  font-weight: 900;
  letter-spacing: 1.25px;
  line-height: 19px;
  text-transform: capitalize;
}
.homepage-group-block .banner-col-mid .pagebuilder-button-primary:hover {
  background: #fff;
  color: #679f16;
  border: 1px solid #679f16;
  text-decoration-line: none;
}
.homepage-banner {
  margin: 40px 0 50px;
  padding: 0 20px;
}
.homepage-banner .description-under-title {
  color: #ffffff;
  font-size: 20px;
  letter-spacing: .15px;
  line-height: 25px;
  padding: 0 20px 20px;
}
.homepage-banner .banner-col-right {
  background: #fe881e;
  border-top-right-radius: 15px;
}
.homepage-banner .banner-col-right .pagebuilder-mobile-only {
  width: 100%;
}
.homepage-banner .heading-col-right {
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  line-height: 35px;
  margin-bottom: 10px;
  padding: 16px 10px 0;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.homepage-banner .description-col-right {
  font-family: 'Lato', sans-serif;
  color: #ffffff;
  font-size: 13px;
  line-height: 20px;
  padding: 0 10px;
}
.homepage-banner .description-col-right .link {
  color: #ffffff;
}
.homepage-banner .description-col-right .link:hover {
  text-decoration: none;
}
.badges-content .link {
  font-weight: 700;
}
.find-your-store .pagebuilder-button-link {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 1.25px;
  line-height: 22px;
  padding: 0 0 25px 0;
  margin: 0;
}
.find-your-store .pagebuilder-button-link:visited {
  color: #ffffff;
}
.find-your-store .pagebuilder-button-link:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 46px;
  line-height: 16px;
  color: #ffffff;
  content: '\e608';
  font-family: 'imprintplus';
  vertical-align: middle;
  display: inline-block;
}
.banner-col-mid {
  background: #4e99c1;
}
.banner-col-mid .pagebuilder-button-primary {
  font-family: 'Raleway', sans-serif;
  font-size: 17px;
}
.shop-badges .pagebuilder-column-group {
  flex-wrap: wrap;
}
.badges-col.pagebuilder-column {
  padding: 0 20px 40px;
  flex-basis: 33.33333333%;
}
.badges-col .pagebuilder-mobile-only {
  border-radius: 7px;
}
.badges-content {
  background: #ffffff;
  border-radius: 7px;
  border: 0.25px solid #afafaf;
  height: 100%;
  margin-top: -46px;
  font-size: 15px;
  text-align: center;
  padding: 10px 0 5px 0;
}
.badges-content .heading {
  font-family: 'Lato', sans-serif;
}
.badges-content .content {
  font-size: 14px;
  font-weight: 500;
}
.badges-content .price {
  color: #000000;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .1px;
  line-height: 20px;
  display: block;
  margin-bottom: 10px;
}
.badges-content .button-shop {
  display: inline-block;
  padding: 14px 32px 14px 32px;
}
.badges-content .button-shop .link {
  color: #ffffff;
  text-decoration: none;
}
.badges-image .pagebuilder-mobile-hidden {
  min-width: 100%;
  border-radius: 7px;
}
.shop-industry-slider {
  padding: 0 10px;
}
.shop-industry-slider .slick-prev,
.shop-industry-slider .slick-next {
  margin-right: 100px;
  margin-left: auto;
  right: 0;
  background: #679f16;
  height: 28px;
  width: 28px;
  bottom: 0;
  top: revert;
}
.shop-industry-slider .slick-prev:before,
.shop-industry-slider .slick-next:before {
  color: #ffffff;
  font-size: 20px;
  padding: 0;
}
.shop-industry-slider .slick-prev {
  margin-right: 45px;
}
.shop-industry-slider .slick-next {
  margin-right: 10px;
}
.shop-industry-slider .slick-dots li button,
.shop-industry-slider .slick-dots li .quote-details-items .actions-toolbar > .action,
.shop-industry-slider .slick-dots li .cart.table-wrapper .actions-toolbar > .action,
.shop-industry-slider .slick-dots li .action-gift {
  background: #679f16;
  border: 0;
  height: 12px;
  opacity: .6;
  width: 12px;
}
.shop-industry-slider .slick-dots li.slick-active button,
.shop-industry-slider .slick-dots li.slick-active .quote-details-items .actions-toolbar > .action,
.shop-industry-slider .slick-dots li.slick-active .cart.table-wrapper .actions-toolbar > .action,
.shop-industry-slider .slick-dots li.slick-active .action-gift {
  opacity: 1;
}
.shop-industry-slider .industry-name {
  line-height: 20px;
  padding-top: 10px;
  font-weight: 500;
}
.shop-industry-slider .pagebuilder-mobile-hidden {
  margin-bottom: 10px;
}
.hot-topic-content {
  background: #6fc8db;
  border-radius: 7px;
  margin: 0 10px 50px 20px;
}
.hot-topic-content .pagebuilder-button-link {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  -ms-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background: #ffffff;
  border-radius: 7px;
  border: 0;
  color: #679f16;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 1.25px;
  line-height: 22px;
  margin: 0;
  padding: 15px 20px;
}
.hot-topic-content .pagebuilder-button-link:visited {
  color: #679f16;
}
.hot-topic-content .pagebuilder-button-link:hover {
  color: #ffffff;
  background: #4e99c1;
  text-decoration: none;
}
.box-above-right {
  margin: auto;
}
.box-above-right .pagebuilder-mobile-hidden {
  border-radius: 7px 0 0 7px;
}
.hot-toptic-title {
  border-bottom: 1px solid #ffffff;
}
.below-left-content {
  border-radius: 7px 0 0 7px;
  text-align: center;
  background: #c8e1ea;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  letter-spacing: .15px;
  line-height: 25px;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.block-below {
  padding: 0 10px 50px 20px;
}
.block-below .pagebuilder-button-link:after {
  font-size: 46px;
  content: '\e608';
  font-family: 'imprintplus';
  vertical-align: middle;
  font-weight: 400;
  display: inline-block;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-below > .block {
  display: flex;
  gap: 15px;
}
.block-below .below-right {
  gap: 15px;
}
.block-below .below-right .pagebuilder-button-link {
  margin: 0;
  padding: 0;
  color: #000000;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: .15px;
  line-height: 25px;
}
.block-below .below-left .pagebuilder-button-link {
  color: #000000;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .1px;
  line-height: 20px;
  padding: 20px 20px 0;
}
.below-left,
.below-right-top,
.below-right-bottom {
  border-radius: 7px;
}
.our-client-top-content > .pagebuilder-column-group .pagebuilder-column {
  margin: auto;
  align-items: center;
}
.our-client-top-content > .pagebuilder-column-group .pagebuilder-column .pagebuilder-mobile-hidden {
  width: 50%;
}
.our-client-bottom {
  padding: 30px 10px 50px;
}
.our-client-bottom .pagebuilder-button-link,
.our-client-bottom .pagebuilder-button-link:visited {
  color: #679f16;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: .5px;
  line-height: 26px;
  margin: 0;
  padding: 0;
  text-decoration: underline;
}
.our-client-bottom .pagebuilder-button-link:hover {
  text-decoration: none;
}
.our-client-bottom .quality-text {
  font-size: 17px;
  font-family: 'Lato', sans-serif;
}
.rate-title {
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 40px;
  margin-top: 35px;
}
.rate-block {
  margin-bottom: 50px;
}
.homepage-group-block {
  font-family: 'Raleway', sans-serif;
}
.homepage-group-block .pagebuilder-button-primary {
  background: #679f16;
  border-radius: 7px;
  border: 1px solid #679f16;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 1.25px;
  line-height: 22px;
  text-transform: capitalize;
}
.homepage-group-block .pagebuilder-button-primary:hover,
.homepage-group-block .pagebuilder-button-primary:focus {
  background: #ffffff;
  color: #679f16;
  cursor: pointer;
  border: 1px solid #679f16;
  text-decoration-line: none;
}
.homepage-group-block .pagebuilder-button-primary:hover .link,
.homepage-group-block .pagebuilder-button-primary:focus .link {
  color: #679f16;
}
.homepage-group-block .title-blocks {
  color: #000000;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -.5px;
  line-height: 26px;
  margin: 0 20px 30px;
}
.homepage-group-block > .pagebuilder-column-group {
  margin: 40px 0 50px 0;
}
.button-primary-home .pagebuilder-button-link {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  -ms-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  background: #ffffff;
  border-radius: 7px;
  border: 0;
  color: #679f16;
  font-family: 'Raleway', sans-serif;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 1.25px;
  line-height: 22px;
  margin: 0;
  padding: 15px 20px;
}
.button-primary-home .pagebuilder-button-link:hover,
.button-primary-home .pagebuilder-button-link:active,
.button-primary-home .pagebuilder-button-link:focus {
  background: #679f16;
  color: #ffffff;
  text-decoration-line: none;
}
.button-secondary-home .pagebuilder-button-link {
  align-items: center;
  color: #000000;
  cursor: pointer;
  display: flex;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .1px;
  line-height: 20px;
  margin: 0;
  padding: 0 20px 0;
  position: relative;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1608);
  display: inline-block;
  text-decoration: none;
}
.button-secondary-home .pagebuilder-button-link:hover,
.button-secondary-home .pagebuilder-button-link:active,
.button-secondary-home .pagebuilder-button-link:focus {
  color: #000000;
  text-decoration: underline;
}
.button-secondary-home .pagebuilder-button-link:before {
  height: 16px;
  width: 16px;
}
.button-secondary-home .pagebuilder-button-link:after {
  height: 16px;
  width: 16px;
}
.button-secondary-home .pagebuilder-button-link:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 46px;
  line-height: 16px;
  color: inherit;
  content: '\e608';
  font-family: 'imprintplus';
  margin: 0 16px 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.button-secondary-home .pagebuilder-button-link::after {
  overflow: inherit;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
[data-content-type$='block'] .block .shop-custom-name-badges p:last-child,
[data-content-type$='block'] .block .shop-by-industry p:last-child,
[data-content-type$='block'] .block .our-clients-block p:last-child,
[data-content-type$='block'] .block .banner-new-homepage p:last-child,
[data-content-type$='block'] .block .newsletter-block p:last-child {
  margin-bottom: 0;
}
.block-padding,
.block-padding-left {
  padding: 0 20px;
}
.shop-custom-name-badges {
  margin-bottom: 8px;
}
.shop-custom-name-badges p {
  margin-bottom: 0;
}
.shop-custom-name-badges h2 {
  color: #000000;
  font-family: 'Raleway', sans-serif;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.5px;
  line-height: 26px;
}
.shop-custom-name-badges > .pagebuilder-column-group .pagebuilder-column-line {
  flex-wrap: wrap;
}
.shop-custom-name-badges .name-badges-item {
  justify-content: space-between;
}
.shop-custom-name-badges .name-badges-item figure img {
  border-radius: 7px;
}
.shop-custom-name-badges .name-badges-item .name-badges-item-content {
  align-content: space-between;
  background: #ffffff;
  border-radius: 7px;
  border: 0.25px solid #afafaf;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}
.shop-custom-name-badges .name-badges-item .name-badges-item-content p {
  flex: 100%;
}
.hot-topic-block .widget.block {
  display: flex;
  flex-wrap: wrap;
}
.hot-topic-block .widget.block > [data-content-type='row'] {
  flex: 100%;
}
.hot-topic-block[data-content-type$='block'] .block p:last-child {
  margin-bottom: 0;
}
.hot-topic-block .hot-topic-banner .banner-title {
  border-bottom: 1px solid #ffffff;
}
.hot-topic-block .hot-topic-bottom-left {
  height: 100%;
  overflow: hidden;
}
.hot-topic-block .hot-topic-bottom-left > div {
  height: 100%;
}
.hot-topic-block .hot-topic-bottom-left .hot-topic-bottom-left-content {
  background: #c8e1ea;
  max-width: 38%;
  text-align: center;
}
.hot-topic-block .hot-topic-bottom-right {
  align-content: flex-end;
  background: linear-gradient(to top, transparent 40%, #c7e4ee 0);
  border-radius: 7px;
  flex-direction: row !important;
  flex-wrap: wrap;
  height: 100%;
  text-align: center;
}
.hot-topic-block .hot-topic-bottom-right > div {
  flex: 100%;
}
.hot-topic-block .hot-topic-bottom-right .button-secondary-home .pagebuilder-button-link {
  color: #000000;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: .15px;
  line-height: 25px;
}
.hot-topic-block .hot-topic-bottom-right > .button-secondary-home {
  background: #fdcc9b;
  border-radius: 7px;
  text-align: left;
}
.hot-topic-block .hot-topic-bottom-right .hot-topic-bottom-right-main {
  border-radius: 7px;
  text-align: left;
}
.shop-by-industry.title {
  margin-bottom: 0;
}
.shop-by-industry.title h2 {
  color: #000000;
  font-family: 'Raleway', sans-serif;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.5px;
  line-height: 26px;
}
.shop-by-industry.content {
  flex-direction: row !important;
  flex-wrap: wrap;
  margin-left: -9px;
  margin-right: -9px;
}
.shop-by-industry.content .pagebuilder-column-group {
  padding: 0 9px;
}
.shop-by-industry.content .industry-rule {
  position: relative;
}
.shop-by-industry.content .industry-rule figure {
  border-radius: 7px;
  margin-bottom: 0;
  overflow: hidden;
}
.shop-by-industry.content .industry-rule .industry-name {
  background: #ffffff;
}
.shop-by-industry.content .slick-prev,
.shop-by-industry.content .slick-next {
  background: #679f16;
  height: 28px;
  margin-top: -21px;
  order: 1;
  position: static;
  transform: translate(0);
  width: 28px;
}
.shop-by-industry.content .slick-prev.slick-disabled,
.shop-by-industry.content .slick-next.slick-disabled {
  opacity: .6;
}
.shop-by-industry.content .slick-prev::before,
.shop-by-industry.content .slick-next::before {
  color: #ffffff;
  font-size: 20px;
  padding: 0;
}
.shop-by-industry.content .slick-prev {
  margin-left: auto;
  margin-right: 5px;
}
.shop-by-industry.content .slick-next {
  margin-right: 9px;
}
.shop-by-industry.content .slick-dots {
  line-height: 0;
  padding: 0;
}
.shop-by-industry.content .slick-dots li {
  height: 12px;
  width: 12px;
}
.shop-by-industry.content .slick-dots li button,
.shop-by-industry.content .slick-dots li .quote-details-items .actions-toolbar > .action,
.shop-by-industry.content .slick-dots li .cart.table-wrapper .actions-toolbar > .action,
.shop-by-industry.content .slick-dots li .action-gift {
  background: #679f16;
  border: 0;
  height: 12px;
  opacity: .6;
  width: 12px;
}
.shop-by-industry.content .slick-dots li.slick-active button,
.shop-by-industry.content .slick-dots li.slick-active .quote-details-items .actions-toolbar > .action,
.shop-by-industry.content .slick-dots li.slick-active .cart.table-wrapper .actions-toolbar > .action,
.shop-by-industry.content .slick-dots li.slick-active .action-gift {
  opacity: 1;
}
.our-clients-block h2 {
  color: #000000;
  font-family: 'Raleway', sans-serif;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.5px;
  line-height: 26px;
}
.our-clients-block.top {
  flex-direction: row !important;
  flex-wrap: wrap;
  justify-content: center !important;
}
.our-clients-block.top .pagebuilder-column-group {
  flex: calc(100% / 7);
  max-width: calc(100% / 7);
  margin: auto;
}
.our-clients-block.top .pagebuilder-column-group .our-clients-brand {
  justify-content: center !important;
}
.our-clients-block.top .pagebuilder-column-group figure {
  display: flex;
  justify-content: center;
  margin-bottom: 0;
}
.our-clients-block.top .pagebuilder-column-group figure img {
  width: 50%;
}
.our-clients-block.top > h2 {
  flex: 100%;
}
.our-clients-block.bottom .pagebuilder-column-group {
  flex-wrap: wrap !important;
}
.our-clients-block.bottom .column-media figure {
  border-radius: 7px;
  overflow: hidden;
  margin: 0;
}
.banner-new-homepage {
  flex-direction: row !important;
  flex-wrap: wrap;
  margin-top: 35px;
}
.banner-new-homepage .button-secondary-home .pagebuilder-button-link::after {
  font-size: 60px;
  margin-top: -2px;
}
.banner-new-homepage .pagebuilder-column-group:first-child {
  border-radius: 7px 0 0 7px;
  overflow: hidden;
}
.banner-new-homepage .pagebuilder-column-group:last-child {
  border-radius: 0 7px 7px 0;
  overflow: hidden;
  flex-direction: column;
  flex-wrap: nowrap;
}
.banner-new-homepage .pagebuilder-column-group:last-child .column-content-secondary,
.banner-new-homepage .pagebuilder-column-group:last-child .column-media-secondary {
  flex: 100%;
  min-width: 100%;
}
.banner-new-homepage .pagebuilder-column-group:last-child .column-media-secondary figure img {
  width: 100%;
}
.banner-new-homepage .pagebuilder-column-group:last-child .column-content-secondary {
  bottom: 0;
}
.banner-new-homepage .column-content .heading {
  margin-bottom: 19px;
  padding-bottom: 19px;
}
.banner-new-homepage .column-content-secondary .button-secondary-home .pagebuilder-button-link {
  color: #ffffff;
  font-size: 17px;
  letter-spacing: 1.25px;
  line-height: 22px;
  text-shadow: none;
}
.banner-new-homepage .column-media figure {
  margin: 0;
  width: 100%;
  height: 100%;
}
.banner-new-homepage .column-media figure img {
  height: 100% !important;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
.newsletter-block {
  background: #f0f0f0;
  border-radius: 7px;
  margin-top: 46px;
  padding: 0 20px 19px;
}
.newsletter-block .logo-newsletter {
  background: #679f16;
  border-radius: 50%;
  height: 90px;
  margin: -46px auto 7px;
  padding: 12.5px;
  width: 90px;
}
.newsletter-block .email-newsletter {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 34px;
  position: relative;
}
.newsletter-block .email-newsletter input {
  background: #ffffff;
  border-radius: 6px;
  box-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.160784);
  color: #000000;
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  height: 41px;
  line-height: 20px;
  margin-right: 47.5px;
  max-width: 326px;
  padding-left: 23px;
}
.newsletter-block .email-newsletter input::placeholder {
  color: #8c8c8c;
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  line-height: 20px;
}
.newsletter-block .email-newsletter button,
.newsletter-block .email-newsletter .quote-details-items .actions-toolbar > .action,
.newsletter-block .email-newsletter .cart.table-wrapper .actions-toolbar > .action,
.newsletter-block .email-newsletter .action-gift {
  background: #679f16;
  border: 1px solid #679f16;
  border-radius: 7px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  color: #ffffff;
  font-family: 'Raleway', sans-serif;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 1.25px;
  line-height: 22px;
  padding: 15px 20px;
}
.newsletter-block .email-newsletter button:hover,
.newsletter-block .email-newsletter .quote-details-items .actions-toolbar > .action:hover,
.newsletter-block .email-newsletter .cart.table-wrapper .actions-toolbar > .action:hover,
.newsletter-block .email-newsletter .action-gift:hover {
  background: #ffffff;
  color: #679f16;
}
.newsletter-block .email-newsletter div.mage-error {
  bottom: -17px;
  display: block;
  max-width: 508px;
  order: 2;
  position: absolute;
  width: 100%;
}
.newsletter-block .check-newsletter {
  align-items: center;
  display: flex;
  justify-content: center;
}
.newsletter-block .check-newsletter .input-check {
  display: flex;
  margin-right: 23px;
}
.newsletter-block .check-newsletter input {
  background: #f0f0f0;
  border-radius: 7px;
  height: 27px;
  margin: 0;
  top: 0;
  width: 27px;
}
.newsletter-block .check-newsletter input::after {
  border-radius: 7px;
  border: 3px solid #000000;
  content: '';
  display: block;
  height: 30px;
  left: -2px;
  position: absolute;
  top: -2px;
  width: 30px;
}
.newsletter-block .check-newsletter .text-check {
  color: #000000;
  font-family: 'Raleway', sans-serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: .15px;
  line-height: 25px;
}
.newsletter-block .notify-newsletter {
  text-align: center;
}
.trust-pilot-block {
  margin-bottom: 75px;
}
.trust-pilot-block h3 {
  font-family: 'Raleway', sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 4rem;
  margin-bottom: 40px;
  margin-top: 35px;
}
#maincontent .column.main .hot-topic-block .pagebuilder-column h2,
#maincontent .column.main .hot-topic-block .pagebuilder-column p {
  font-family: 'Raleway', sans-serif;
}
#maincontent .column.main .hot-topic-block .hot-topic-top .pagebuilder-column h2 {
  color: #000000;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.5px;
  line-height: 26px;
}
#maincontent .column.main .hot-topic-block .hot-topic-top .pagebuilder-column .banner-title p {
  color: #ffffff;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -1.5px;
  line-height: 48px;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1608);
}
#maincontent .column.main .hot-topic-block .hot-topic-top .pagebuilder-column .banner-content p {
  color: #ffffff;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .1px;
  line-height: 20px;
}
#maincontent .column.main .hot-topic-block .hot-topic-bottom-left .pagebuilder-column .hot-topic-bottom-left-title p {
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .1px;
  line-height: 20px;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1608);
}
#maincontent .column.main .hot-topic-block .hot-topic-bottom-left .pagebuilder-column .hot-topic-bottom-left-detail p {
  color: #000000;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: .15px;
  line-height: 25px;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1608);
}
#maincontent .column.main .pagebuilder-column .button-shop a {
  background: #679f16;
  border-radius: 7px;
  border: 1px solid #679f16;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  color: #ffffff !important;
  display: block;
  font-family: 'Raleway', sans-serif;
  font-size: 17px;
  letter-spacing: 1.25px;
  line-height: 22px;
  margin: auto;
  padding: 13.5px 13.5px;
  text-decoration-line: none;
  text-transform: capitalize;
  width: max-content;
}
#maincontent .column.main .pagebuilder-column .button-shop a:hover,
#maincontent .column.main .pagebuilder-column .button-shop a:active,
#maincontent .column.main .pagebuilder-column .button-shop a:focus {
  background: #ffffff;
  color: #679f16 !important;
  text-decoration-line: none;
}
#maincontent .column.main .shop-custom-name-badges .pagebuilder-column .heading {
  color: #000000;
  font-size: 15px;
  letter-spacing: .0025em;
  line-height: 20px;
}
#maincontent .column.main .shop-custom-name-badges .pagebuilder-column .content,
#maincontent .column.main .shop-custom-name-badges .pagebuilder-column .price {
  color: #000000;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .1px;
  line-height: 20px;
}
#maincontent .column.main .shop-custom-name-badges .pagebuilder-column .price {
  font-weight: 700;
}
#maincontent .column.main .shop-by-industry .pagebuilder-column .industry-name p {
  color: #000000;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .1px;
  line-height: 20px;
}
#maincontent .column.main .our-clients-block .column-content .detail p {
  color: #000000;
  font-size: 17px;
  letter-spacing: .5px;
  line-height: 26px;
}
#maincontent .column.main .our-clients-block .column-content .link-content p a {
  color: #679f16;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: .5px;
  line-height: 26px;
}
#maincontent .column.main .our-clients-block .column-content .link-content p a:hover {
  text-decoration-line: none;
}
#maincontent .column.main .banner-new-homepage .column-content .heading {
  color: #ffffff;
  font-size: 40px !important;
  font-weight: 700;
  letter-spacing: -1.5px;
  line-height: 48px;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1608);
}
#maincontent .column.main .banner-new-homepage .column-content .detail {
  color: #ffffff;
  font-family: 'Raleway', sans-serif;
  font-size: 20px;
  letter-spacing: .15px;
  line-height: 25px;
}
#maincontent .column.main .banner-new-homepage .column-content .button-shop a {
  padding: 15px 20px;
  margin: auto;
}
#maincontent .column.main .banner-new-homepage .column-content-secondary .heading {
  color: #ffffff;
  font-family: 'Raleway', sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 35px;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1608);
}
#maincontent .column.main .banner-new-homepage .column-content-secondary .detail p {
  color: #ffffff;
  font-size: 13px;
  letter-spacing: .015em;
  line-height: 20px;
}
#maincontent .column.main .banner-new-homepage .column-content-secondary .contact-us p {
  color: #ffffff;
  font-size: 13px;
  letter-spacing: .015em;
  line-height: 20px;
}
#maincontent .column.main .banner-new-homepage .column-content-secondary .contact-us p a {
  color: #ffffff;
  font-size: 13px;
  letter-spacing: .015em;
  line-height: 20px;
}
#maincontent .column.main .banner-new-homepage .column-content-secondary .contact-us p a:hover {
  text-decoration: none;
}
#maincontent .column.main .newsletter-block .heading-newsletter p {
  color: #000000;
  font-family: 'Raleway', sans-serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: .15px;
  line-height: 25px;
  text-align: center;
}
#maincontent .column.main .newsletter-block .notify-newsletter p {
  color: #000000;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .1px;
  line-height: 20px;
}
@media (min-width: 1024px) {
  .hot-topic-block.bottom {
    margin-bottom: 51px;
  }
  .hot-topic-block.bottom .widget.block > [data-content-type='row']:first-child {
    flex: calc(58% - 20px);
    padding-right: 20px;
  }
  .hot-topic-block.bottom .widget.block > [data-content-type='row']:last-child {
    flex: 42%;
  }
  .hot-topic-block .hot-topic-top .hot-topic-heading {
    margin-bottom: 45px;
  }
  .hot-topic-block .hot-topic-top .hot-topic-banner {
    margin-bottom: 49px;
    padding: 124px 75px 66px 50%;
  }
  .hot-topic-block .hot-topic-top .hot-topic-banner .banner-title {
    border-bottom: 1px solid #ffffff;
    margin-bottom: 14px;
    padding-bottom: 17px;
  }
  .hot-topic-block .hot-topic-top .hot-topic-banner .banner-content {
    margin-bottom: 60px;
  }
  .hot-topic-block .hot-topic-bottom-left .hot-topic-bottom-left-title {
    margin-bottom: 31px;
  }
  .hot-topic-block .hot-topic-bottom-left .hot-topic-bottom-left-detail {
    margin-bottom: 44px;
  }
  .hot-topic-block .hot-topic-bottom-left .hot-topic-bottom-left-content {
    margin-left: -1px;
    padding: 100px 13px 102px;
  }
  .hot-topic-block .hot-topic-bottom-right > .pagebuilder-column-group {
    height: calc(100% - 102px);
  }
  .hot-topic-block .hot-topic-bottom-right > .button-secondary-home {
    padding: 39px 46px 38px;
  }
  .hot-topic-block .hot-topic-bottom-right .hot-topic-bottom-right-main {
    margin-bottom: 18px;
  }
  .hot-topic-block .hot-topic-bottom-right .hot-topic-bottom-right-main > .button-secondary-home {
    padding: 221px 46px 26px;
  }
  .hot-topic-block .hot-topic-bottom-right .button-secondary-home .pagebuilder-button-link {
    padding-left: 0;
  }
  .shop-custom-name-badges h2 {
    margin-bottom: 31px;
  }
  .shop-custom-name-badges > .pagebuilder-column-group {
    margin-left: -22px;
    margin-right: -22px;
  }
  .shop-custom-name-badges > .pagebuilder-column-group .name-badges-item {
    flex: 33%;
    padding: 0 22px;
  }
  .shop-custom-name-badges .name-badges-item {
    margin-bottom: 44px;
  }
  .shop-custom-name-badges .name-badges-item .name-badges-item-content {
    margin-top: -46px;
    padding: 8px 10px 15px;
  }
  .shop-custom-name-badges .name-badges-item .name-badges-item-content .heading {
    margin-bottom: 18px;
  }
  .shop-custom-name-badges .name-badges-item .name-badges-item-content .price {
    display: block;
    margin-bottom: 10px;
  }
  .shop-custom-name-badges .name-badges-item .name-badges-item-content .button-shop a {
    min-width: 131px;
  }
  .shop-by-industry.title h2 {
    margin-bottom: 53px;
  }
  .shop-by-industry.content {
    margin-bottom: 44px;
  }
  .shop-by-industry.content .industry-rule .industry-name {
    padding: 10px 0 27px;
  }
  .our-clients-block.top {
    margin-bottom: 51px;
  }
  .our-clients-block.top h2 {
    margin-bottom: 16px;
  }
  .our-clients-block.bottom {
    margin-bottom: 63px;
  }
  .our-clients-block.bottom .column-content {
    flex: calc(61.5% - 39px);
    padding-right: 39px;
  }
  .our-clients-block.bottom .column-content .detail {
    margin-bottom: 27px;
  }
  .our-clients-block.bottom .column-media {
    flex: 38.5%;
  }
  .banner-new-homepage {
    margin-bottom: 62px;
  }
  .banner-new-homepage .pagebuilder-column-group:first-child {
    flex: calc(73% - 11px);
    padding-right: 15px;
  }
  .banner-new-homepage .pagebuilder-column-group:last-child {
    flex: 27%;
  }
  .banner-new-homepage .column-content {
    margin-left: -1px;
    padding: 118px 20px 61px 20px;
  }
  .banner-new-homepage .column-content .heading {
    margin-bottom: 19px;
    padding-bottom: 19px;
    padding-right: 28px;
  }
  .banner-new-homepage .column-content .detail {
    margin-bottom: 65px;
  }
  .banner-new-homepage .column-media figure {
    margin: 0;
    padding-left: 0;
    padding-right: 10px;
  }
  .banner-new-homepage .column-content-secondary {
    padding: 10px 10px 16px;
  }
  .banner-new-homepage .column-content-secondary .heading {
    margin-bottom: 10px;
  }
  .banner-new-homepage .column-content-secondary .detail {
    margin-bottom: 19px;
    padding-right: 1px;
  }
  .banner-new-homepage .column-content-secondary .button-secondary-home {
    margin-bottom: 24px;
  }
  .newsletter-block {
    margin-bottom: 75px;
  }
  .newsletter-block .heading-newsletter {
    margin-bottom: 20px;
  }
  .newsletter-block .check-newsletter {
    margin-bottom: 32px;
  }
}
@media (max-width: 1023px) {
  .hot-topic-block.bottom {
    margin-bottom: 73px;
  }
  .hot-topic-block.bottom .widget.block {
    flex-wrap: nowrap;
  }
  .hot-topic-block.bottom .widget.block > [data-content-type='row']:first-child {
    flex: calc(55% - 12px);
    padding-right: 12px;
  }
  .hot-topic-block.bottom .widget.block > [data-content-type='row']:last-child {
    flex: 45%;
  }
  .hot-topic-block .hot-topic-top .hot-topic-heading {
    margin-bottom: 31px;
  }
  .hot-topic-block .hot-topic-top .hot-topic-banner {
    margin-bottom: 39px;
    min-height: 262px;
    padding: 8px 12px 10px 48%;
  }
  .hot-topic-block .hot-topic-top .hot-topic-banner .banner-title {
    border-bottom: 1px solid #ffffff;
    margin-bottom: 12px;
    padding-bottom: 8px;
  }
  .hot-topic-block .hot-topic-top .hot-topic-banner .banner-content {
    margin-bottom: 20px;
  }
  .hot-topic-block .hot-topic-top .button-primary-home {
    text-align: center;
  }
  .hot-topic-block .hot-topic-bottom-left .hot-topic-bottom-left-title {
    margin-bottom: 22px;
  }
  .hot-topic-block .hot-topic-bottom-left .hot-topic-bottom-left-detail {
    margin-bottom: 39px;
  }
  .hot-topic-block .hot-topic-bottom-left .hot-topic-bottom-left-content {
    padding: 30px 12px 22px;
  }
  .hot-topic-block .hot-topic-bottom-right > .button-secondary-home {
    padding: 9px 5px 10px;
    text-align: left;
  }
  .hot-topic-block .hot-topic-bottom-right .hot-topic-bottom-right-main {
    background-position: right top !important;
    background-size: contain !important;
    margin-bottom: 8px;
  }
  .hot-topic-block .hot-topic-bottom-right .hot-topic-bottom-right-main > .button-secondary-home {
    padding: 147px 5px 4px;
  }
  .shop-custom-name-badges h2 {
    margin-bottom: 32px;
  }
  .shop-custom-name-badges > .pagebuilder-column-group {
    margin-left: -13px;
    margin-right: -13px;
  }
  .shop-custom-name-badges > .pagebuilder-column-group .name-badges-item {
    flex: 33%;
    padding: 0 13px;
  }
  .shop-custom-name-badges .name-badges-item {
    margin-bottom: 22px;
  }
  .shop-custom-name-badges .name-badges-item .name-badges-item-content {
    border: 0.5px solid #afafaf;
    margin-top: -26px;
    padding: 3px 5px 14px;
  }
  .shop-custom-name-badges .name-badges-item .name-badges-item-content .heading {
    margin-bottom: 12px;
  }
  .shop-custom-name-badges .name-badges-item .name-badges-item-content .content {
    margin-bottom: 19px;
  }
  .shop-by-industry.title h2 {
    margin-bottom: 30px;
  }
  .shop-by-industry.content {
    margin-bottom: 22px;
    margin-left: -5.5px;
    margin-right: -5.5px;
  }
  .shop-by-industry.content .pagebuilder-column-group {
    padding: 0 5.5px;
  }
  .shop-by-industry.content .slick-next {
    margin-right: 5.5px;
  }
  .shop-by-industry.content .industry-rule .industry-name {
    padding: 14px 0 31px;
  }
  .our-clients-block.top {
    margin-bottom: 30px;
  }
  .our-clients-block.top h2 {
    margin-bottom: 18px;
  }
  .our-clients-block.top .pagebuilder-column-group {
    flex: 25%;
    margin-bottom: 20px;
    max-width: 25%;
  }
  .our-clients-block.top .pagebuilder-column-group figure {
    text-align: center;
  }
  .our-clients-block.bottom {
    margin-bottom: 65px;
  }
  .our-clients-block.bottom .column-content {
    flex: 100%;
    order: 2;
  }
  .our-clients-block.bottom .column-content .detail {
    margin-bottom: 33px;
  }
  .our-clients-block.bottom .column-media {
    flex: 100%;
    order: 1;
    margin-bottom: 18px;
  }
  .our-clients-block.bottom .column-media figure {
    max-width: 453px;
    margin: 0 auto;
  }
  .banner-new-homepage {
    margin-bottom: 33px;
    margin-top: 48px;
  }
  .banner-new-homepage .pagebuilder-column-group:first-child {
    flex-wrap: wrap !important;
    flex: calc(64% - 9px);
    padding-right: 12px;
  }
  .banner-new-homepage .pagebuilder-column-group:first-child > .pagebuilder-column {
    flex: 100%;
  }
  .banner-new-homepage .pagebuilder-column-group:last-child {
    flex: 36%;
  }
  .banner-new-homepage .column-content {
    margin-top: -170px;
    padding: 0 23px 29px;
  }
  .banner-new-homepage .column-content .heading {
    margin-bottom: 19px;
    padding: 10px 7px 11px 0;
  }
  .banner-new-homepage .column-content .detail {
    margin-bottom: 19px;
  }
  .banner-new-homepage .column-media figure {
    margin: 0 auto;
    max-width: 100%;
  }
  .banner-new-homepage .column-content-secondary {
    padding: 9px 9px 25px;
  }
  .banner-new-homepage .column-content-secondary .heading {
    margin-bottom: 20px;
  }
  .banner-new-homepage .column-content-secondary .detail {
    margin-bottom: 10px;
  }
  .banner-new-homepage .column-content-secondary .button-secondary-home {
    margin-bottom: 16px;
  }
  .newsletter-block {
    margin-top: 45px;
    margin-bottom: 64px;
    padding: 0 64px 23px;
  }
  .newsletter-block .logo-newsletter {
    margin: -45px auto 6px;
  }
  .newsletter-block .heading-newsletter {
    margin-bottom: 25px;
  }
  .newsletter-block .check-newsletter {
    margin-bottom: 24px;
  }
  .newsletter-block .notify-newsletter {
    text-align: left;
  }
  .trust-pilot-block {
    margin-bottom: 95px;
  }
  .trust-pilot-block h3 {
    font-size: 2.4rem;
    line-height: 3rem;
  }
  #maincontent .column.main .hot-topic-block .hot-topic-bottom-left .pagebuilder-column .hot-topic-bottom-left-title p {
    font-size: 11px;
  }
  #maincontent .column.main .hot-topic-block .hot-topic-bottom-left .pagebuilder-column .hot-topic-bottom-left-detail p {
    font-size: 12px;
    line-height: 25px;
  }
  #maincontent .column.main .pagebuilder-column .button-shop a {
    font-size: 12px;
    padding: 2px 4px;
  }
  #maincontent .column.main .banner-new-homepage .column-content .detail {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: .1px;
  }
  #maincontent .column.main .banner-new-homepage .column-content .button-shop a {
    font-size: 17px;
    padding: 8.5px 3.5px;
  }
  #maincontent .column.main .newsletter-block .heading-newsletter p {
    font-size: 14px;
    letter-spacing: .1px;
    line-height: 20px;
  }
  #maincontent .column.main .name-badges-item .button-shop a {
    border-radius: 3px;
  }
}
@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,
  .shop-by-industry.content .slick-dots li .quote-details-items .actions-toolbar > .action,
  .shop-by-industry.content .slick-dots li .cart.table-wrapper .actions-toolbar > .action,
  .shop-by-industry.content .slick-dots li .action-gift {
    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,
  .newsletter-block .email-newsletter .quote-details-items .actions-toolbar > .action,
  .newsletter-block .email-newsletter .cart.table-wrapper .actions-toolbar > .action,
  .newsletter-block .email-newsletter .action-gift {
    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;
  }
}
select {
  background-color: transparent;
  height: 46px;
  border: 1px solid #575757;
  border-radius: 6px;
  color: #333333;
  padding: 0 16px 0 20px;
  font-size: 1.6rem;
  line-height: 4.4rem;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
select:focus {
  outline: none;
  border: 1px solid #575757;
  box-shadow: none;
}
select:hover {
  background-color: #f0f0f0;
}
.ie11 select {
  padding: 0 0 0 20px;
}
.main .pagebuilder-column h1 {
  color: #ffffff;
  margin-bottom: 10px;
}
.main .pagebuilder-column blockquote {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 2rem;
  line-height: 3rem;
}
.main .pagebuilder-column blockquote a {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  color: #3e703d;
  text-decoration: underline;
  font-size: 2rem;
  line-height: 3rem;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-style: italic;
}
.main .pagebuilder-column blockquote a:visited,
.main .pagebuilder-column blockquote a:active {
  color: #3e703d;
  text-decoration: underline;
}
.main .pagebuilder-column blockquote a:hover {
  color: #65a944;
  text-decoration: underline;
}
.main .pagebuilder-column blockquote a:focus {
  color: #000000;
  text-decoration: underline;
}
.main .pagebuilder-column.body-text-size-1 p {
  font-size: 18px;
  line-height: 28px;
}
.main .pagebuilder-column.body-text-size-1 p span {
  font-size: 18px;
  line-height: 28px;
}
.main .pagebuilder-column.body-text-size-3 p {
  font-size: 14px;
  line-height: 18px;
}
.main .pagebuilder-column.body-text-size-3 p span {
  font-size: 14px;
  line-height: 18px;
}
.main .pagebuilder-column p {
  font-weight: 400;
  color: #333333;
  font-size: 16px;
  line-height: 24px;
}
.main .pagebuilder-column p small {
  font-size: 1.2rem;
  line-height: 2rem;
}
.main .pagebuilder-column p.p-lg {
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.main .pagebuilder-column p a,
.main .pagebuilder-column p small a,
.main .pagebuilder-column p.p-lg {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  color: #3e703d;
  text-decoration: underline;
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.main .pagebuilder-column p a:hover,
.main .pagebuilder-column p small a:hover,
.main .pagebuilder-column p.p-lg:hover {
  color: #65a944;
  text-decoration: underline;
}
.main .pagebuilder-column p a:active,
.main .pagebuilder-column p small a:active,
.main .pagebuilder-column p.p-lg:active {
  color: #3e703d;
  text-decoration: underline;
}
.main .pagebuilder-column p a:focus,
.main .pagebuilder-column p small a:focus,
.main .pagebuilder-column p.p-lg:focus {
  color: #000000;
  text-decoration: underline;
}
.main .pagebuilder-column .button-primary a.pagebuilder-button-secondary:hover,
.main .pagebuilder-column .button-primary div.pagebuilder-button-secondary:hover,
.main .pagebuilder-column .button-primary a.pagebuilder-button-primary:hover,
.main .pagebuilder-column .button-primary div.pagebuilder-button-primary:hover,
.main .pagebuilder-column .button-primary a.pagebuilder-button-secondary:focus,
.main .pagebuilder-column .button-primary div.pagebuilder-button-secondary:focus,
.main .pagebuilder-column .button-primary a.pagebuilder-button-primary:focus,
.main .pagebuilder-column .button-primary div.pagebuilder-button-primary:focus {
  border: 2px solid #679f16 !important;
}
.main .pagebuilder-column .primary-button {
  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 #3e703d;
  background-color: #3e703d;
  border-radius: 8px;
  display: inline-block;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
}
.main .pagebuilder-column .primary-button:visited,
.main .pagebuilder-column .primary-button:active {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
}
.main .pagebuilder-column .primary-button:hover {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #65a944;
  border: 2px solid #65a944;
}
.main .pagebuilder-column .primary-button:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: transparent;
  border: 2px solid #3e703d;
}
.main .pagebuilder-column .secondary-button {
  color: #333333;
  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 #333333;
  background-color: #ffffff;
  border-radius: 8px;
  display: inline-block;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  cursor: pointer;
}
.main .pagebuilder-column .secondary-button:visited,
.main .pagebuilder-column .secondary-button:active {
  color: #65a944;
  text-decoration: none;
  outline: 0;
}
.main .pagebuilder-column .secondary-button:hover {
  outline: 0;
  color: #ffffff;
  background-color: #65a944;
  border: 2px solid #65a944;
  text-decoration: none;
}
.main .pagebuilder-column .secondary-button:focus {
  outline: 0;
  color: #ffffff;
  border: 2px solid #3e703d;
  background-color: #3e703d;
  text-decoration: none;
}
.main .pagebuilder-column .transparent-button {
  color: #3e703d;
  padding: 12px 26px 12px 26px;
  font-size: 1.4rem;
  line-height: 1.4rem;
  height: 42px;
  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: 3px solid #3e703d;
  background-color: transparent;
  border-radius: 8px;
  display: inline-block;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  cursor: pointer;
}
.main .pagebuilder-column .transparent-button:visited,
.main .pagebuilder-column .transparent-button:active {
  color: #3e703d;
  background-color: #3e703d;
  border: 3px solid #3e703d;
  text-decoration: none;
  outline: 0;
}
.main .pagebuilder-column .transparent-button:hover {
  color: #ffffff;
  background-color: #65a944;
  border: 3px solid #65a944;
  text-decoration: none;
}
.main .pagebuilder-column .transparent-button:focus {
  color: #ffffff;
  border: 3px solid #3e703d;
  background-color: #3e703d;
  text-decoration: none;
}
.main .pagebuilder-column ul li,
.main .pagebuilder-column ol li {
  font-weight: 400;
  color: #333333;
  font-size: 1.4rem;
  line-height: 2.2rem;
}
.main .pagebuilder-column ul li p,
.main .pagebuilder-column ol li p {
  font-weight: 400;
  color: #333333;
  font-size: 1.4rem;
  line-height: 2.2rem;
}
.main .pagebuilder-column ul li a,
.main .pagebuilder-column ol li a {
  font-size: 1.4rem;
  line-height: 2.2rem;
}
.main .pagebuilder-column .industry-icons {
  min-height: 1px;
  padding-bottom: 10px;
  text-align: center;
  border-bottom: 1px solid #dddddd;
}
.main .pagebuilder-column .industry-icons::after {
  display: block;
  clear: both;
  content: '';
}
.main .pagebuilder-column .industry-icons ul {
  margin: 0;
  padding: 0;
  display: inline-block;
  text-align: center;
  width: 100%;
}
.main .pagebuilder-column .industry-icons ul li {
  display: inline-block;
  padding: 0;
  margin: 0 0 25px 0;
  width: 100%;
}
.main .pagebuilder-column .industry-icons ul li a {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.8rem;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  color: #333333;
  text-decoration: none;
  display: block;
}
.main .pagebuilder-column .industry-icons ul li a img {
  width: auto;
  height: 62px;
}
.main .pagebuilder-column .industry-icons ul li a:visited {
  color: #333333;
  text-decoration: none;
}
.main .pagebuilder-column .industry-icons ul li a:hover {
  color: #666666;
  text-decoration: underline;
}
.main .pagebuilder-column .industry-icons ul li a:active {
  color: #333333;
  text-decoration: none;
}
.main .pagebuilder-column .industry-icons ul li a:focus {
  color: #000000;
  text-decoration: underline;
}
.main .pagebuilder-column .industry-icons ul li a span {
  display: block;
  width: 100%;
  clear: both;
  margin-top: 10px;
}
.main .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column .h1-xlarge {
  font-size: 50px;
  line-height: 54px;
  color: #000000;
}
.main .row-full-width-inner .pagebuilder-slider .slick-dots {
  position: relative;
  bottom: 50px;
}
.main .row-full-width-inner .pagebuilder-slider .slick-dots li.slick-active button,
.main .row-full-width-inner .pagebuilder-slider .slick-dots li.slick-active .quote-details-items .actions-toolbar > .action,
.main .row-full-width-inner .pagebuilder-slider .slick-dots li.slick-active .cart.table-wrapper .actions-toolbar > .action,
.main .row-full-width-inner .pagebuilder-slider .slick-dots li.slick-active .action-gift {
  background: #679f16;
}
.page-wrapper > .breadcrumbs {
  margin-top: 20px;
  margin-bottom: 20px;
}
.page-wrapper > .breadcrumbs .items .item {
  font-size: 1.4rem;
  line-height: 1.6rem;
  color: #333333;
}
.page-wrapper > .breadcrumbs .items .item a {
  -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: 1.6rem;
}
.page-wrapper > .breadcrumbs .items .item a:visited,
.page-wrapper > .breadcrumbs .items .item a:active {
  color: #3e703d;
  text-decoration: underline;
}
.page-wrapper > .breadcrumbs .items .item a:hover {
  color: #65a944;
  text-decoration: underline;
}
.page-wrapper > .breadcrumbs .items .item a:focus {
  color: #000000;
  text-decoration: underline;
}
.page-wrapper > .breadcrumbs .items .item:not(:last-child):after {
  font-size: 1.4rem;
  line-height: 1.6rem;
  content: '/';
  font-family: 'Lato', sans-serif;
  color: #333333;
  margin: 0 5px;
}
.page-layout-1column .page-title-wrapper {
  width: 100%;
  max-width: 100%;
  padding: 0 20px;
}
.page-layout-1column .page-title-wrapper h1 {
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  font-size: 3.6rem;
  line-height: 4.2rem;
}
.page-layout-1column #maincontent {
  padding: 0;
}
.page-layout-1column #maincontent .column.main {
  padding-bottom: 0;
}
.page-layout-1column #maincontent .column.main .full-width-block {
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.page-layout-1column #maincontent .column.main .pagebuilder-column .needsclick.klaviyo-form {
  background-color: #f5f5f5 !important;
}
.pagebuilder-slide-wrapper .pagebuilder-slide-button,
a.pagebuilder-button-primary {
  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 #3e703d;
  background-color: #3e703d;
  border-radius: 8px;
  display: inline-block;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
}
.pagebuilder-slide-wrapper .pagebuilder-slide-button:visited,
a.pagebuilder-button-primary:visited,
.pagebuilder-slide-wrapper .pagebuilder-slide-button:active,
a.pagebuilder-button-primary:active {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
}
.pagebuilder-slide-wrapper .pagebuilder-slide-button:hover,
a.pagebuilder-button-primary:hover {
  outline: 0;
  color: #ffffff;
  background-color: #65a944;
  border: 2px solid #65a944;
  text-decoration: none;
}
.pagebuilder-slide-wrapper .pagebuilder-slide-button:focus,
a.pagebuilder-button-primary:focus {
  outline: 0;
  color: #3e703d;
  background-color: transparent;
  border: 2px solid #3e703d;
  text-decoration: none;
}
.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 {
  max-width: 100%;
  margin: 0;
}
.rendered-form.amform-form .amform-form-fieldset.fieldset .field {
  min-height: 20px;
  clear: both;
}
.rendered-form.amform-form .amform-form-fieldset.fieldset .field::after {
  display: block;
  clear: both;
  content: '';
}
.rendered-form.amform-form .amform-form-fieldset.fieldset .field > label {
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  margin: 0 0 14px 0;
  font-size: 1.2rem;
  line-height: 1.8rem;
  width: 100%;
  text-transform: uppercase;
  clear: both;
}
.rendered-form.amform-form .amform-form-fieldset.fieldset .field > label .required {
  font-weight: 600;
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.8rem;
}
.rendered-form.amform-form .amform-form-fieldset.fieldset .field > label a {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  color: #3e703d;
  text-decoration: underline;
}
.rendered-form.amform-form .amform-form-fieldset.fieldset .field > label a:visited {
  color: #3e703d;
  text-decoration: underline;
}
.rendered-form.amform-form .amform-form-fieldset.fieldset .field > label a:hover {
  color: #65a944;
  text-decoration: underline;
}
.rendered-form.amform-form .amform-form-fieldset.fieldset .field > label a:active {
  color: #3e703d;
  text-decoration: underline;
}
.rendered-form.amform-form .amform-form-fieldset.fieldset .field > label a:focus {
  color: #000000;
  text-decoration: underline;
}
.rendered-form.amform-form .amform-form-fieldset.fieldset .field .control {
  width: 100%;
  display: block;
  min-height: 1px;
}
.rendered-form.amform-form .amform-form-fieldset.fieldset .field .control::after {
  display: block;
  clear: both;
  content: '';
}
.rendered-form.amform-form .amform-form-fieldset.fieldset .field .control input[type='text'],
.rendered-form.amform-form .amform-form-fieldset.fieldset .field .control input[type='password'],
.rendered-form.amform-form .amform-form-fieldset.fieldset .field .control input[type='url'],
.rendered-form.amform-form .amform-form-fieldset.fieldset .field .control input[type='tel'],
.rendered-form.amform-form .amform-form-fieldset.fieldset .field .control input[type='search'],
.rendered-form.amform-form .amform-form-fieldset.fieldset .field .control input[type='number'],
.rendered-form.amform-form .amform-form-fieldset.fieldset .field .control input[type='datetime'],
.rendered-form.amform-form .amform-form-fieldset.fieldset .field .control input[type='email'] {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  background-color: transparent;
  border: 1px solid #575757;
  color: #333333;
  box-shadow: none;
  border-radius: 8px;
  padding: 0 16px;
  height: 46px;
  font-size: 1.6rem;
  line-height: 2.2rem;
}
.rendered-form.amform-form .amform-form-fieldset.fieldset .field .control input[type='text']:focus,
.rendered-form.amform-form .amform-form-fieldset.fieldset .field .control input[type='password']:focus,
.rendered-form.amform-form .amform-form-fieldset.fieldset .field .control input[type='url']:focus,
.rendered-form.amform-form .amform-form-fieldset.fieldset .field .control input[type='tel']:focus,
.rendered-form.amform-form .amform-form-fieldset.fieldset .field .control input[type='search']:focus,
.rendered-form.amform-form .amform-form-fieldset.fieldset .field .control input[type='number']:focus,
.rendered-form.amform-form .amform-form-fieldset.fieldset .field .control input[type='datetime']:focus,
.rendered-form.amform-form .amform-form-fieldset.fieldset .field .control input[type='email']:focus {
  outline: none;
  border: 1px solid #575757;
}
.rendered-form.amform-form .amform-form-fieldset.fieldset .field .control input[type='text']::-webkit-input-placeholder,
.rendered-form.amform-form .amform-form-fieldset.fieldset .field .control input[type='password']::-webkit-input-placeholder,
.rendered-form.amform-form .amform-form-fieldset.fieldset .field .control input[type='url']::-webkit-input-placeholder,
.rendered-form.amform-form .amform-form-fieldset.fieldset .field .control input[type='tel']::-webkit-input-placeholder,
.rendered-form.amform-form .amform-form-fieldset.fieldset .field .control input[type='search']::-webkit-input-placeholder,
.rendered-form.amform-form .amform-form-fieldset.fieldset .field .control input[type='number']::-webkit-input-placeholder,
.rendered-form.amform-form .amform-form-fieldset.fieldset .field .control input[type='datetime']::-webkit-input-placeholder,
.rendered-form.amform-form .amform-form-fieldset.fieldset .field .control input[type='email']::-webkit-input-placeholder {
  opacity: 1;
  color: #555555;
  font-weight: 300;
  background-color: transparent;
}
.rendered-form.amform-form .amform-form-fieldset.fieldset .field .control input[type='text']::-moz-placeholder,
.rendered-form.amform-form .amform-form-fieldset.fieldset .field .control input[type='password']::-moz-placeholder,
.rendered-form.amform-form .amform-form-fieldset.fieldset .field .control input[type='url']::-moz-placeholder,
.rendered-form.amform-form .amform-form-fieldset.fieldset .field .control input[type='tel']::-moz-placeholder,
.rendered-form.amform-form .amform-form-fieldset.fieldset .field .control input[type='search']::-moz-placeholder,
.rendered-form.amform-form .amform-form-fieldset.fieldset .field .control input[type='number']::-moz-placeholder,
.rendered-form.amform-form .amform-form-fieldset.fieldset .field .control input[type='datetime']::-moz-placeholder,
.rendered-form.amform-form .amform-form-fieldset.fieldset .field .control input[type='email']::-moz-placeholder {
  opacity: 1;
  color: #555555;
  font-weight: 300;
  background-color: transparent;
}
.rendered-form.amform-form .amform-form-fieldset.fieldset .field .control input[type='text']:-ms-input-placeholder,
.rendered-form.amform-form .amform-form-fieldset.fieldset .field .control input[type='password']:-ms-input-placeholder,
.rendered-form.amform-form .amform-form-fieldset.fieldset .field .control input[type='url']:-ms-input-placeholder,
.rendered-form.amform-form .amform-form-fieldset.fieldset .field .control input[type='tel']:-ms-input-placeholder,
.rendered-form.amform-form .amform-form-fieldset.fieldset .field .control input[type='search']:-ms-input-placeholder,
.rendered-form.amform-form .amform-form-fieldset.fieldset .field .control input[type='number']:-ms-input-placeholder,
.rendered-form.amform-form .amform-form-fieldset.fieldset .field .control input[type='datetime']:-ms-input-placeholder,
.rendered-form.amform-form .amform-form-fieldset.fieldset .field .control input[type='email']:-ms-input-placeholder {
  opacity: 1;
  color: #555555;
  font-weight: 300;
  background-color: transparent;
}
.rendered-form.amform-form .amform-form-fieldset.fieldset .field .control input[type='text']:-moz-placeholder,
.rendered-form.amform-form .amform-form-fieldset.fieldset .field .control input[type='password']:-moz-placeholder,
.rendered-form.amform-form .amform-form-fieldset.fieldset .field .control input[type='url']:-moz-placeholder,
.rendered-form.amform-form .amform-form-fieldset.fieldset .field .control input[type='tel']:-moz-placeholder,
.rendered-form.amform-form .amform-form-fieldset.fieldset .field .control input[type='search']:-moz-placeholder,
.rendered-form.amform-form .amform-form-fieldset.fieldset .field .control input[type='number']:-moz-placeholder,
.rendered-form.amform-form .amform-form-fieldset.fieldset .field .control input[type='datetime']:-moz-placeholder,
.rendered-form.amform-form .amform-form-fieldset.fieldset .field .control input[type='email']:-moz-placeholder {
  opacity: 1;
  color: #555555;
  font-weight: 300;
  background-color: transparent;
}
.rendered-form.amform-form .amform-form-fieldset.fieldset .field .control input[type='text'].mage-error,
.rendered-form.amform-form .amform-form-fieldset.fieldset .field .control input[type='password'].mage-error,
.rendered-form.amform-form .amform-form-fieldset.fieldset .field .control input[type='url'].mage-error,
.rendered-form.amform-form .amform-form-fieldset.fieldset .field .control input[type='tel'].mage-error,
.rendered-form.amform-form .amform-form-fieldset.fieldset .field .control input[type='search'].mage-error,
.rendered-form.amform-form .amform-form-fieldset.fieldset .field .control input[type='number'].mage-error,
.rendered-form.amform-form .amform-form-fieldset.fieldset .field .control input[type='datetime'].mage-error,
.rendered-form.amform-form .amform-form-fieldset.fieldset .field .control input[type='email'].mage-error {
  border-color: #ffffff transparent;
}
.rendered-form.amform-form .amform-form-fieldset.fieldset .field .control textarea {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  background-color: transparent;
  border: 1px solid #575757;
  color: #333333;
  box-shadow: none;
  border-radius: 8px;
  height: 46px;
  padding: 10px 16px;
  font-size: 1.6rem;
  line-height: 2rem;
  min-height: 90px;
  resize: none;
}
.rendered-form.amform-form .amform-form-fieldset.fieldset .field .control textarea:focus {
  outline: none;
  border: 1px solid #575757;
}
.rendered-form.amform-form .amform-form-fieldset.fieldset .field .control textarea::-webkit-input-placeholder {
  opacity: 1;
  color: #555555;
  font-weight: 300;
  background-color: transparent;
}
.rendered-form.amform-form .amform-form-fieldset.fieldset .field .control textarea::-moz-placeholder {
  opacity: 1;
  color: #555555;
  font-weight: 300;
  background-color: transparent;
}
.rendered-form.amform-form .amform-form-fieldset.fieldset .field .control textarea:-ms-input-placeholder {
  opacity: 1;
  color: #555555;
  font-weight: 300;
  background-color: transparent;
}
.rendered-form.amform-form .amform-form-fieldset.fieldset .field .control textarea:-moz-placeholder {
  opacity: 1;
  color: #555555;
  font-weight: 300;
  background-color: transparent;
}
.rendered-form.amform-form .amform-form-fieldset.fieldset .field .control textarea.mage-error {
  border-color: #ffffff transparent;
}
.rendered-form.amform-form .amform-form-fieldset.fieldset .field .amform-htwo {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  margin: 0 0 14px 0;
  font-size: 2.8rem;
  line-height: 3.4rem;
}
.rendered-form.amform-form .amform-form-fieldset.fieldset .field.form-group {
  margin-bottom: 24px;
}
.rendered-form.amform-form .amform-form-fieldset.fieldset .amcform-toolbar {
  margin-top: 28px;
  text-align: center;
}
.rendered-form.amform-form .amform-form-fieldset.fieldset .amcform-toolbar .action.primary {
  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 #3e703d;
  background-color: #3e703d;
  border-radius: 8px;
  display: inline-block;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  margin: 0;
}
.rendered-form.amform-form .amform-form-fieldset.fieldset .amcform-toolbar .action.primary:visited {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
}
.rendered-form.amform-form .amform-form-fieldset.fieldset .amcform-toolbar .action.primary:hover {
  outline: 0;
  color: #ffffff;
  background-color: #65a944;
  border: 2px solid #65a944;
  text-decoration: none;
}
.rendered-form.amform-form .amform-form-fieldset.fieldset .amcform-toolbar .action.primary:active {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
}
.rendered-form.amform-form .amform-form-fieldset.fieldset .amcform-toolbar .action.primary:focus {
  outline: 0;
  color: #3e703d;
  background-color: transparent;
  border: 2px solid #3e703d;
  text-decoration: none;
}
.rendered-form.amform-form .fb-checkbox label,
.rendered-form.amform-form .fb-radio label {
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.8rem;
  text-transform: uppercase;
  width: 100%;
  clear: both;
  display: inline-block;
  margin-bottom: 9px;
}
.rendered-form.amform-form .checkbox-group .amform-groupv2 {
  min-height: 20px;
  width: 100%;
  clear: both;
  display: block;
}
.rendered-form.amform-form .checkbox-group .amform-groupv2::after {
  display: block;
  clear: both;
  content: '';
}
.rendered-form.amform-form .checkbox-group .amform-versiontwo-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;
}
.rendered-form.amform-form .checkbox-group .amform-versiontwo-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.rendered-form.amform-form .checkbox-group .amform-versiontwo-label input:checked ~ .checkmark {
  background-color: #333333;
}
.rendered-form.amform-form .checkbox-group .amform-versiontwo-label input:checked ~ .checkmark:after {
  display: block;
}
.rendered-form.amform-form .checkbox-group .amform-versiontwo-label:hover input ~ .checkmark {
  background-color: #333333;
}
.rendered-form.amform-form .checkbox-group .amform-versiontwo-label:hover input ~ .checkmark:after {
  display: block;
}
.rendered-form.amform-form .checkbox-group .amform-versiontwo-label .checkmark:after {
  left: 7px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.rendered-form.amform-form .checkbox-group .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #ffffff;
  border: 1px solid #333333;
  border-radius: 2px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.rendered-form.amform-form .checkbox-group .checkmark:after {
  content: '';
  position: absolute;
  display: none;
}
.rendered-form.amform-form .radio-group br {
  display: none;
}
.rendered-form.amform-form .radio-group .amform-versiontwo-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;
}
.rendered-form.amform-form .radio-group .amform-versiontwo-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.rendered-form.amform-form .radio-group .amform-versiontwo-label input:checked ~ .checkmark {
  background-color: #ffffff;
}
.rendered-form.amform-form .radio-group .amform-versiontwo-label input:checked ~ .checkmark:after {
  display: block;
}
.rendered-form.amform-form .radio-group .amform-versiontwo-label:hover input ~ .checkmark {
  background-color: #ffffff;
}
.rendered-form.amform-form .radio-group .amform-versiontwo-label:hover input ~ .checkmark:after {
  display: block;
}
.rendered-form.amform-form .radio-group .amform-versiontwo-label .checkmark:after {
  top: 3px;
  left: 3px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #333333;
}
.rendered-form.amform-form .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%;
}
.rendered-form.amform-form .radio-group .checkmark:after {
  content: '';
  position: absolute;
  display: none;
}
.rendered-form.amform-form .fb-select .custom-select {
  position: relative;
}
.rendered-form.amform-form .fb-select .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;
}
.rendered-form.amform-form .fb-select .select-selected:hover {
  background-color: #f0f0f0;
}
.rendered-form.amform-form .fb-select .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;
}
.rendered-form.amform-form .fb-select .select-selected.select-arrow-active {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.rendered-form.amform-form .fb-select .select-selected.select-arrow-active:after {
  transform: rotate(-180deg);
}
.rendered-form.amform-form .fb-select .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;
}
.rendered-form.amform-form .fb-select .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;
}
.rendered-form.amform-form .fb-select .select-items div:first-child {
  border-top: 1px solid #dddddd;
}
.rendered-form.amform-form .fb-select .select-items div:last-child {
  border-bottom: none;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.rendered-form.amform-form .fb-select .select-items div:hover {
  background-color: #f1f1f1;
}
.rendered-form.amform-form .fb-select .select-hide {
  display: none;
}
.rendered-form.amform-form .tooltip-element {
  color: #333333;
  background: #ffffff;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid #333333;
  display: inline-block;
  text-align: center;
  margin: 0 5px 0 5px;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 600;
  cursor: pointer;
  text-transform: none;
}
.rendered-form.amform-form *[tooltip]:hover:before {
  border: solid;
  border-color: #ffffff transparent;
  border-width: 0 16px 16px 16px;
  bottom: unset;
  content: '';
  top: 28px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  z-index: 99;
}
.rendered-form.amform-form *[tooltip]:hover:after {
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid #e9e9e9;
  -webkit-box-shadow: 0 0 40px -1px rgba(140, 140, 140, 0.85);
  -moz-box-shadow: 0 0 40px -1px rgba(140, 140, 140, 0.85);
  box-shadow: 0 0 40px -1px rgba(140, 140, 140, 0.85);
  bottom: unset;
  top: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 300px;
  padding: 24px;
  content: attr(tooltip);
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 400;
  color: #333333;
}
.pagebuilder-banner-wrapper {
  padding-top: 50%;
}
.pagebuilder-banner-wrapper h2 {
  font-size: 36px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  margin-bottom: 1.8rem;
}
.pagebuilder-banner-wrapper p {
  font-size: 16px;
  margin-bottom: .8rem;
}
.pagebuilder-banner-wrapper .secondary-button {
  color: #333333;
  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 #333333;
  background-color: #ffffff;
  border-radius: 8px;
  display: inline-block;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  cursor: pointer;
  margin-right: 15px;
}
.pagebuilder-banner-wrapper .secondary-button:visited {
  color: #65a944;
  text-decoration: none;
  outline: 0;
}
.pagebuilder-banner-wrapper .secondary-button:hover {
  outline: 0;
  color: #ffffff;
  background-color: #65a944;
  border: 2px solid #65a944;
  text-decoration: none;
}
.pagebuilder-banner-wrapper .secondary-button:active {
  color: #65a944;
  text-decoration: none;
  outline: 0;
}
.pagebuilder-banner-wrapper .secondary-button:focus {
  outline: 0;
  color: #ffffff;
  border: 2px solid #3e703d;
  background-color: #3e703d;
  text-decoration: none;
}
.pagebuilder-banner-wrapper .actions {
  margin-top: 30px;
}
.pagebuilder-banner-wrapper .actions > span > span a:link {
  color: #ffffff;
  font-size: 14px;
}
.pagebuilder-banner-wrapper .actions > span > span a:visited {
  color: #ffffff;
  font-size: 14px;
}
.pagebuilder-banner-wrapper .actions > span > span a:hover {
  color: #ffffff;
  font-size: 14px;
}
.pagebuilder-banner-wrapper .actions > span > span.active {
  color: #ffffff;
  font-size: 14px;
}
.cms-index-index .icons-row {
  display: none;
}
.cms-index-index .home-section.section-header {
  margin-top: 40px;
}
.cms-index-index .home-section.section-header h2 {
  font-family: 'Raleway', sans-serif;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #333333;
}
.cms-index-index .home-section.section-header p {
  font-weight: 300;
  font-size: 16px;
}
.cms-index-index .home-section.section-header .section-icon:before {
  content: '';
  display: block;
  width: 69px;
  height: 40px;
  background-size: 69px 40px;
  background-repeat: no-repeat;
  margin: 0 auto 15px;
}
.cms-index-index .home-section.section-header .section-icon.badges-icon:before {
  background-image: url('..//images/badges.svg');
}
.cms-index-index .home-section.section-header .section-icon.signs-icon:before {
  background-image: url('..//images/signs.svg');
}
.cms-index-index .home-section.section-header .section-icon.accessories-icon:before {
  background-image: url('..//images/accessories.svg');
}
.cms-index-index .home-section.section-header .section-icon.safety-icon:before {
  background-image: url('..//images/safety-products.svg');
}
.cms-index-index .home-section.section-products h4 {
  font-weight: 500;
  color: #333333;
  margin-top: 20px;
  margin-bottom: 15px;
  letter-spacing: .25px;
}
.cms-index-index .home-section.section-products p {
  font-weight: 300;
  font-size: 16px;
}
.cms-index-index .home-section.section-products .pagebuilder-column:not(:first-of-type) {
  border-top: 0 solid #888888;
}
.cms-index-index .home-section.section-products .pagebuilder-column figure {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cms-index-index .home-section.section-footer .pagebuilder-column-group .pagebuilder-column {
  flex-basis: unset;
  width: 50%;
}
.cms-index-index .home-section.section-footer .pagebuilder-column-group .pagebuilder-column h5 {
  font-size: 15px;
  text-align: center;
  padding: 10px 0;
  font-weight: 500;
  color: #333333;
}
.cms-index-index .home-section.section-footer .pagebuilder-column-group .pagebuilder-column figure {
  max-height: 250px;
  background-color: #f0f0f0;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cms-index-index .home-section.section-footer .pagebuilder-column-group .pagebuilder-column figure img {
  max-height: 250px;
}
.cms-index-index .home-section.section-footer .pagebuilder-column-group .pagebuilder-column:last-of-type {
  width: 100%;
  padding-bottom: 40px;
}
.cms-index-index .home-section.section-footer .pagebuilder-column-group .pagebuilder-column:last-of-type > div {
  background-color: #f0f0f0;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 28px 15px;
  position: relative;
  min-height: 160px;
  overflow: hidden;
}
.cms-index-index .home-section.section-footer .pagebuilder-column-group .pagebuilder-column:last-of-type > div h4 {
  color: #333333;
  font-weight: 500;
  letter-spacing: .5px;
  font-size: 18px;
}
.cms-index-index .home-section.section-footer .pagebuilder-column-group .pagebuilder-column:last-of-type > div p {
  max-width: 70%;
}
.cms-index-index .home-section.section-footer .pagebuilder-column-group .pagebuilder-column:last-of-type > div p a {
  font-size: 16px;
}
.cms-index-index .home-section.section-footer .pagebuilder-column-group .pagebuilder-column:last-of-type > div img {
  position: absolute;
  right: -25px;
  bottom: -20px;
  width: 178px;
}
.cms-index-index .home-section.section-footer.signs-footer .pagebuilder-column-group .pagebuilder-column:last-of-type img {
  right: -16px;
  bottom: -22px;
  width: 150px;
}
.cms-index-index .home-section.accessories-products .pagebuilder-column {
  flex-basis: unset;
}
.cms-index-index .home-section.accessories-products .pagebuilder-column:first-of-type {
  width: 100%;
}
.cms-index-index .home-section.accessories-products .pagebuilder-column:nth-child(n+2) {
  width: 50%;
  justify-content: space-between;
}
.cms-index-index .home-section.accessories-products .pagebuilder-column:nth-child(n+2) figure {
  max-height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cms-index-index .home-section.accessories-products .pagebuilder-column:nth-child(n+2) figure a {
  background-color: #f0f0f0;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.cms-index-index .home-section.accessories-products .pagebuilder-column:nth-child(n+2) figure a img {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  max-height: 200px;
}
.cms-index-index .home-section.accessories-products .pagebuilder-column:nth-child(n+2) figure a:hover {
  -moz-box-shadow: 0 0 8px #bbbbbb;
  -webkit-box-shadow: 0 0 8px #bbbbbb;
  box-shadow: 0 0 8px #bbbbbb;
}
.cms-index-index .home-section.accessories-products .pagebuilder-column:nth-child(n+2) figure a:hover img {
  transform: scale(1.1);
}
.cms-index-index .home-section.accessories-products .pagebuilder-column:nth-child(n+2) h5 {
  font-size: 15px;
  text-align: center;
  padding: 10px 0;
  font-weight: 500;
  color: #333333;
}
.cms-index-index .home-section.accessories-products .pagebuilder-column:nth-child(n+2) h5 a:link {
  color: #333333;
  text-decoration: none;
}
.cms-index-index .home-section.accessories-products .pagebuilder-column:nth-child(n+2) h5 a:visited {
  color: #333333;
  text-decoration: none;
}
.cms-index-index .home-section.accessories-products .pagebuilder-column:nth-child(n+2) h5 a:active {
  color: #333333;
  text-decoration: none;
}
.cms-index-index .home-section.accessories-products .pagebuilder-column:nth-child(n+2) h5 a:hover {
  color: #666666;
  text-decoration: underline;
}
.success-stories-wrapper {
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 40px;
}
.success-stories-wrapper h1 {
  color: #333333;
  font-weight: 600;
  font-size: 28px;
  max-width: 325px;
  margin: 0 auto 15px;
}
.success-stories-wrapper h1 + p {
  font-size: 16px;
  font-weight: 100;
}
.success-stories-wrapper .slick-arrow {
  top: 233px;
  background: none;
}
.success-stories-wrapper .slick-arrow:before {
  font-size: 20px;
}
.success-stories-wrapper .slick-arrow.slick-prev {
  left: 0;
}
.success-stories-wrapper .slick-arrow.slick-next {
  right: 0;
}
.success-stories-wrapper .slick-dots {
  top: 225px;
  height: 20px;
}
.success-stories-wrapper .slick-dots li button,
.success-stories-wrapper .slick-dots li .quote-details-items .actions-toolbar > .action,
.success-stories-wrapper .slick-dots li .cart.table-wrapper .actions-toolbar > .action,
.success-stories-wrapper .slick-dots li .action-gift {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  width: 6px;
  height: 6px;
  border: none;
  background-color: #dcdcdc;
  margin-top: 1px;
}
.success-stories-wrapper .slick-dots li.slick-active button,
.success-stories-wrapper .slick-dots li.slick-active .quote-details-items .actions-toolbar > .action,
.success-stories-wrapper .slick-dots li.slick-active .cart.table-wrapper .actions-toolbar > .action,
.success-stories-wrapper .slick-dots li.slick-active .action-gift {
  background-color: #333333;
  width: 8px;
  height: 8px;
  margin-top: 0;
}
.success-stories-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  padding: 0;
}
.success-stories-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay .pagebuilder-poster-content {
  padding-left: 25px;
  padding-right: 25px;
}
.success-stories-wrapper .testimonial {
  display: flex;
  flex-direction: column;
}
.success-stories-wrapper .testimonial .testimonial-image img {
  height: 219px;
  margin: 0 auto 30px;
}
.success-stories-wrapper .testimonial .testimonial-copy {
  margin-top: 30px;
}
.success-stories-wrapper .testimonial .testimonial-copy .testimonial-quote-wrapper {
  text-align: left;
  display: flex;
  margin: 0 -20px;
}
.success-stories-wrapper .testimonial .testimonial-copy .testimonial-quote-wrapper .testimonial-quote-symbol {
  font-size: 40px;
  font-family: 'Georgia', sans-serif;
}
.success-stories-wrapper .testimonial .testimonial-copy .testimonial-quote-wrapper .testimonial-text {
  margin-left: 3px;
  font-size: 26px;
  line-height: 27px;
  font-weight: 300;
  color: #333333;
  letter-spacing: .5px;
  font-style: italic;
}
.success-stories-wrapper .testimonial .testimonial-copy .testimonial-quote-wrapper .testimonial-text .testimonial-quote-symbol {
  vertical-align: bottom;
  margin-left: 6px;
}
.success-stories-wrapper .testimonial .testimonial-copy .testimonial-author {
  margin-top: 15px;
  text-align: left;
  font-weight: 300;
}
.success-stories-wrapper .testimonial .testimonial-copy .testimonial-product {
  margin-top: 20px;
}
.success-stories-wrapper .testimonial .testimonial-copy .testimonial-product table {
  text-align: left;
}
.success-stories-wrapper .testimonial .testimonial-copy .testimonial-product table thead {
  display: inline-block;
}
.success-stories-wrapper .testimonial .testimonial-copy .testimonial-product table tbody {
  display: inline-block;
}
.success-stories-wrapper .testimonial .testimonial-copy .testimonial-product table tr td {
  display: block;
  min-width: 124px;
  padding-left: 0;
  font-weight: 300;
}
.success-stories-wrapper .testimonial .testimonial-copy .testimonial-product table tr th {
  display: block;
  min-width: 124px;
  padding-left: 0;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
}
.success-stories-wrapper .testimonial .testimonial-copy .testimonial-cta {
  margin-top: 20px;
  text-align: left;
}
.success-stories-wrapper div[data-content-type='slider'].slick-initialized {
  margin-bottom: 20px;
}
.faq-title {
  font-weight: 600;
}
[data-content-type='faq'] {
  border-bottom: 1px solid #cccccc !important;
}
[data-content-type='faq-item'] {
  border-top: 1px solid #cccccc !important;
}
ul[data-content-type='faq'] {
  border: none !important;
  text-align: left;
}
ul[data-content-type='faq']:last-of-type {
  border-bottom: 1px solid #888888 !important;
}
ul[data-content-type='faq'] li[data-content-type='faq-item'] {
  border-right: none;
  border-left: none;
  padding: 20px 0 20px 15px !important;
}
ul[data-content-type='faq'] li[data-content-type='faq-item'] h3 {
  font-size: 17px;
  font-weight: 300;
  padding-left: 28px;
}
ul[data-content-type='faq'] li[data-content-type='faq-item'] h3:before {
  content: '';
  background-image: url('..//images/plus.svg');
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  top: 20px;
  left: 5px;
}
ul[data-content-type='faq'] li[data-content-type='faq-item'] h3[aria-expanded='true']:before {
  background-image: url('..//images/minus.svg');
}
ul[data-content-type='faq'] li[data-content-type='faq-item'] > div {
  margin-top: 10px;
  font-weight: 300;
  font-size: 16px;
}
ul[data-content-type='faq'] li[data-content-type='faq-item'] > div [data-element='answer'] {
  padding-left: 28px;
}
.cms-page-view .main h2,
.cms-page-view .main h3,
.cms-page-view .main h4 {
  margin-bottom: 0;
}
.cms-page-view .main h2 {
  padding: 24px 0 8px 0;
}
.cms-page-view .main h3 {
  padding: 20px 0 6px 0;
}
.cms-page-view .main h4 {
  padding: 16px 0 4px 0;
}
.cms-page-view .main p {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0;
  margin-bottom: 0;
}
.cms-page-view .main ul,
.cms-page-view .main ol {
  padding: 4px 0 12px 40px;
  margin-bottom: 0;
}
.cms-page-view .main ul li,
.cms-page-view .main ol li {
  font-size: 16px;
  line-height: 24px;
}
.cms-page-view .main .body-text-size-1,
.cms-page-view .main .body-text-size-3 {
  color: #333333;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}
.cms-page-view .main .body-text-size-1 p {
  font-size: 18px;
  line-height: 28px;
  padding: 9px 0;
  margin-bottom: 0;
}
.cms-page-view .main .body-text-size-1 ul li,
.cms-page-view .main .body-text-size-1 ol li {
  font-size: 18px;
  line-height: 28px;
}
.cms-page-view .main .body-text-size-3 p {
  font-size: 14px;
  line-height: 18px;
  padding: 7px 0;
  margin-bottom: 0;
}
.cms-page-view .main .body-text-size-3 ul li,
.cms-page-view .main .body-text-size-3 ol li {
  font-size: 14px;
  line-height: 18px;
}
.cms-page-view ul[data-content-type='faq'] li[data-content-type='faq-item'] h3:before {
  top: 31px;
}
.about-title h2 {
  font-weight: 600;
}
.grey-header {
  padding: 20px;
}
.grey-header .pagebuilder-column-group {
  background-color: #f0f0f0;
  border-radius: 14px;
  padding: 20px;
}
.grey-header .grey-header-content {
  width: 100%;
}
.grey-header .grey-header-content h2 {
  font-size: 2rem;
  line-height: 2.4rem;
  margin-bottom: 14px;
}
.grey-header .grey-header-content p:last-child {
  margin-bottom: 0;
}
.grey-header .grey-header-image {
  display: none;
}
.success-story .success-story-image {
  display: none;
}
.explore-gallery .pagebuilder-banner-wrapper .pagebuilder-overlay {
  width: 100%;
  height: 300px;
  position: relative;
  padding: 0;
}
.explore-gallery .pagebuilder-banner-wrapper .pagebuilder-collage-content {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.explore-gallery .pagebuilder-banner-wrapper .centered-banner-text h1 {
  font-family: 'Raleway', sans-serif;
  font-size: 3.6rem;
  line-height: 4.2rem;
  font-weight: 600;
}
.explore-gallery .pagebuilder-banner-wrapper .centered-banner-text h2 {
  font-family: 'Raleway', sans-serif;
  font-size: 2.8rem;
  line-height: 3.4rem;
  font-weight: 700;
}
.explore-gallery .pagebuilder-banner-wrapper .centered-banner-text h3 {
  font-family: 'Raleway', sans-serif;
  font-size: 2.4rem;
  line-height: 3rem;
  font-weight: 700;
}
.explore-gallery .pagebuilder-banner-wrapper .centered-banner-text h4 {
  font-family: 'Lato', sans-serif;
  font-size: 2rem;
  line-height: 2.6rem;
  font-weight: 600;
}
.explore-gallery .pagebuilder-banner-wrapper .centered-banner-text h5 {
  font-family: 'Lato', sans-serif;
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-weight: 600;
}
.explore-gallery .pagebuilder-banner-wrapper .centered-banner-text h5 a {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  color: #3e703d;
  text-decoration: underline;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: .4px;
  font-weight: 500;
}
.explore-gallery .pagebuilder-banner-wrapper .centered-banner-text h5 a:visited {
  color: #3e703d;
  text-decoration: underline;
}
.explore-gallery .pagebuilder-banner-wrapper .centered-banner-text h5 a:hover {
  color: #65a944;
  text-decoration: underline;
}
.explore-gallery .pagebuilder-banner-wrapper .centered-banner-text h5 a:active {
  color: #3e703d;
  text-decoration: underline;
}
.explore-gallery .pagebuilder-banner-wrapper .centered-banner-text h5 a:focus {
  color: #000000;
  text-decoration: underline;
}
.explore-gallery .pagebuilder-banner-wrapper .centered-banner-text h6 {
  font-family: 'Lato', sans-serif;
  font-size: 1.2rem;
  line-height: 1.8rem;
  font-weight: 600;
  text-transform: uppercase;
}
.explore-gallery .pagebuilder-banner-wrapper .centered-banner-text p {
  font-weight: 400;
  color: #333333;
  font-size: 1.4rem;
  line-height: 2.2rem;
}
.explore-gallery .pagebuilder-banner-wrapper .centered-banner-text p small {
  font-size: 1.2rem;
  line-height: 2rem;
}
.explore-gallery .pagebuilder-banner-wrapper .centered-banner-text p.p-lg {
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.explore-gallery .pagebuilder-banner-wrapper .centered-banner-text a {
  margin-top: 10px;
  color: #3e703d;
  padding: 12px 26px 12px 26px;
  font-size: 1.4rem;
  line-height: 1.4rem;
  height: 42px;
  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: 3px solid #3e703d;
  background-color: transparent;
  border-radius: 8px;
  display: inline-block;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  cursor: pointer;
}
.explore-gallery .pagebuilder-banner-wrapper .centered-banner-text a:visited {
  color: #3e703d;
  background-color: #3e703d;
  border: 3px solid #3e703d;
  text-decoration: none;
  outline: 0;
}
.explore-gallery .pagebuilder-banner-wrapper .centered-banner-text a:active {
  color: #3e703d;
  background-color: #3e703d;
  border: 3px solid #3e703d;
  text-decoration: none;
  outline: 0;
}
.explore-gallery .pagebuilder-banner-wrapper .centered-banner-text a:hover {
  color: #ffffff;
  background-color: #65a944;
  border: 3px solid #65a944;
  text-decoration: none;
}
.explore-gallery .pagebuilder-banner-wrapper .centered-banner-text a:focus {
  color: #ffffff;
  border: 3px solid #3e703d;
  background-color: #3e703d;
  text-decoration: none;
}
.hot-topics-banner-1 .banner-title {
  color: #000000;
  font-family: 'Raleway', sans-serif;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.5px;
  line-height: 26px;
}
.hot-topics-banner-1 .content {
  border-bottom-left-radius: 7px;
  border-top-left-radius: 7px;
}
.hot-topics-banner-1 .content .heading-title p {
  font-family: 'Lato', sans-serif;
  font-style: normal;
}
.hot-topics-banner-1 .content .description p {
  font-family: 'Lato', sans-serif;
  font-style: normal;
}
.hot-topics-banner-1 .content .btn-hot-topics div.pagebuilder-button-primary,
.hot-topics-banner-1 .content .btn-hot-topics a.pagebuilder-button-primary {
  background: #679f16 !important;
  border: none !important;
  border-radius: 7px;
  cursor: pointer;
  gap: 10px;
  height: auto !important;
  transition-duration: 0.2s;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.hot-topics-banner-1 .content .btn-hot-topics div.pagebuilder-button-secondary,
.hot-topics-banner-1 .content .btn-hot-topics a.pagebuilder-button-secondary {
  background: #ffffff !important;
  border: none !important;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  color: #679f16 !important;
  height: auto;
  font-weight: 700 !important;
  margin: 0;
  gap: 10px;
  cursor: pointer;
  transition-duration: 0.2s;
}
.hot-topics-banner-1 .content .btn-hot-topics div.pagebuilder-button-primary:hover,
.hot-topics-banner-1 .content .btn-hot-topics a.pagebuilder-button-primary:hover {
  background: #ffffff !important;
  color: #679f16 !important;
}
.hot-topics-banner-1 .content .btn-hot-topics div.pagebuilder-button-secondary:hover,
.hot-topics-banner-1 .content .btn-hot-topics a.pagebuilder-button-secondary:hover {
  background: #679f16 !important;
  color: #ffffff !important;
}
.hot-topics-banner-1 .banner-container {
  border-bottom-right-radius: 7px;
  border-top-right-radius: 7px;
}
.hot-topics-banner-1.layout-reverse .banner-container {
  border-radius: 7px 0 0 7px;
}
.hot-topics-banner-1.layout-reverse .content {
  border-radius: 0 7px 7px 0;
}
.hot-topics-banner-1 .banner-image {
  object-fit: cover;
}
.hot-topics-banner-1 .pagebuilder-column-group {
  flex-wrap: nowrap;
}
.pagebuilder-column {
  flex-basis: auto;
}
#maincontent .column.main .hot-topics-banner-1 .content .heading-title p {
  font-family: 'Raleway', sans-serif;
  font-style: normal;
}
#maincontent .column.main .hot-topics-banner-1 .content.text-white .description p {
  color: #ffffff;
}
#maincontent .column.main .hot-topics-banner-1 .description p {
  font-family: 'Lato', sans-serif;
}
/**
 * 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
 */
.hot-topics-banner-2 {
  max-width: 60%;
}
.hot-topics-banner-2 .banner-title {
  color: #000000;
  font-family: 'Raleway', sans-serif;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.5px;
  line-height: 26px;
}
.hot-topics-banner-2 .content {
  border-bottom-left-radius: 7px;
  border-top-left-radius: 7px;
}
.hot-topics-banner-2.layout-reverse .content {
  border-radius: 0 7px 7px 0;
}
.hot-topics-banner-2 .banner-container {
  object-fit: cover;
  border-bottom-right-radius: 7px !important;
  border-top-right-radius: 7px !important;
}
.hot-topics-banner-2.layout-reverse .banner-container {
  border-radius: 7px 0 0 7px !important;
}
.hot-topics-banner-2 .pagebuilder-column-group {
  flex-wrap: nowrap;
}
.pagebuilder-column {
  flex-basis: auto;
}
.hot-topics-banner-2 .content .heading-title p {
  font-style: normal;
}
.hot-topics-banner-2 .content.text-white .description p {
  color: #ffffff;
}
.hot-topics-banner-2 div.pagebuilder-button-link,
.hot-topics-banner-2 a.pagebuilder-button-link {
  cursor: pointer;
  padding: 0;
  position: relative;
  font-weight: 700;
  font-size: 17px;
  line-height: 22px;
  letter-spacing: 1.25px;
}
.hot-topics-banner-2 div.pagebuilder-button-link::after,
.hot-topics-banner-2 a.pagebuilder-button-link::after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 46px;
  line-height: 16px;
  color: inherit;
  content: '\e608';
  font-family: 'imprintplus';
  margin: 0 -4px 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  text-align: center;
  height: 16px;
  width: 16px;
}
/**
 * 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
 */
.hot-topics-banner-3 {
  max-width: 40%;
}
.hot-topics-banner-3 .banner-title {
  color: #000000;
  font-family: 'Raleway', sans-serif;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.5px;
  line-height: 26px;
}
.hot-topics-banner-3 .content {
  border-bottom-left-radius: 7px;
  border-top-left-radius: 7px;
}
.hot-topics-banner-3 .banner-container {
  border-top-right-radius: 7px !important;
  border-bottom-right-radius: 7px !important;
}
.hot-topics-banner-3.layout-reverse .content {
  border-radius: 0 7px 7px 0;
}
.hot-topics-banner-3.layout-reverse .banner-container {
  border-radius: 7px 0 0 7px !important;
}
.hot-topics-banner-3 .pagebuilder-column-group {
  flex-wrap: nowrap;
}
.pagebuilder-column {
  flex-basis: auto;
}
.hot-topics-banner-3 div.pagebuilder-button-link,
.hot-topics-banner-3 a.pagebuilder-button-link {
  cursor: pointer;
  padding: 0;
  position: relative;
  color: #4e99c1;
  font-size: 20px;
  font-weight: 500;
  font-family: 'Raleway', sans-serif;
  letter-spacing: .15px;
  line-height: 25px;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.1608);
}
.hot-topics-banner-3 div.pagebuilder-button-link::after,
.hot-topics-banner-3 a.pagebuilder-button-link::after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 46px;
  line-height: 16px;
  color: inherit;
  content: '\e608';
  font-family: 'imprintplus';
  margin: 0 -4px 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  text-align: center;
  height: 16px;
  width: 16px;
}
/**
 * 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
 */
.hot-topics-merged .hot-topics-banner-2 {
  max-width: 100%;
}
.hot-topics-merged .hot-topics-banner-3 {
  max-width: 100%;
}
.hot-topics-merged div.pagebuilder-button-link {
  margin: 0 10px 0 0;
}
.hot-topics-merged .hot-topics-4 {
  width: 100%;
  height: 100%;
}
.hot-topics-merged .hot-topics-4 .text-white .pagebuilder-button-link {
  color: #ffffff;
}
.hot-topics-merged .hot-topics-4 .pagebuilder-button-link {
  padding: 14px 25px;
  position: relative;
  font-size: 20px;
  font-weight: 500;
  font-family: 'Raleway', sans-serif;
  letter-spacing: .15px;
  line-height: 25px;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.1608);
  margin: 5px 0;
}
.hot-topics-merged .hot-topics-4 .pagebuilder-button-link::after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 46px;
  line-height: 16px;
  content: '\e608';
  font-family: 'imprintplus';
  margin: 0 22px 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  text-align: center;
  height: 16px;
  width: 16px;
}
.hot-topics-merged > .pagebuilder-column-group .pagebuilder-column [data-content-type='block'] {
  height: 100%;
}
.hot-topics-merged > .pagebuilder-column-group .pagebuilder-column [data-content-type='block'] .block-static-block.widget {
  height: 100%;
}
.hot-topics-merged > .pagebuilder-column-group .pagebuilder-column [data-content-type='block'] .block-static-block.widget [data-content-type='row'][data-appearance='contained'] {
  height: 100%;
}
.hot-topics-merged > .pagebuilder-column-group .pagebuilder-column [data-content-type='block'] .block-static-block.widget [data-content-type='row'][data-appearance='contained'] .hot-topics-banner-2 {
  height: 100%;
}
.hot-topics-merged > .pagebuilder-column-group .pagebuilder-column [data-content-type='block'] .block-static-block.widget [data-content-type='row'][data-appearance='contained'] .hot-topics-banner-2 .pagebuilder-column-group:first-child {
  height: 100%;
}
.hot-topics-merged > .pagebuilder-column-group .pagebuilder-column [data-content-type='block'] .block-static-block.widget {
  height: 100%;
}
.hot-topics-merged > .pagebuilder-column-group .pagebuilder-column [data-content-type='block'] .block-static-block.widget [data-content-type='row'][data-appearance='contained'] {
  height: 100%;
}
.hot-topics-merged > .pagebuilder-column-group .pagebuilder-column [data-content-type='block'] .block-static-block.widget [data-content-type='row'][data-appearance='contained'] .hot-topics-4 {
  height: 100%;
}
.hot-topics-merged .pagebuilder-column-group .pagebuilder-column:first-child [data-content-type='block'] {
  margin: 0 15px 0 0;
}
@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;
  }
}
.text-align-center {
  text-align: center;
}
.text-align-center.last-column-content {
  flex: 100%;
  min-width: 100%;
}
.banner-new-homepage.home-banner-new .pagebuilder-column-group {
  display: flex;
}
.banner-new-homepage.home-banner-new .pagebuilder-column-group.column-padding-left {
  flex: 28%;
  max-height: 100%;
  padding-left: 15px;
}
.banner-new-homepage.home-banner-new .pagebuilder-column-group .pagebuilder-column-line {
  flex-wrap: wrap;
}
.banner-new-homepage.home-banner-new .pagebuilder-column-group .column-media {
  border-radius: 7px;
}
.banner-new-homepage.home-banner-new .pagebuilder-column-group .column-media figure {
  margin: 0;
  padding: 0;
}
.banner-new-homepage.home-banner-new .pagebuilder-column-group .column-media figure img {
  border-radius: 0 7px 7px 0;
}
.banner-new-homepage.home-banner-new .pagebuilder-column-group .column-media-secondary.first-column-media {
  flex: 100%;
  min-width: 100%;
}
.banner-new-homepage.home-banner-new .pagebuilder-column-group .column-media-secondary figure {
  min-width: 100%;
  margin-bottom: 0;
  height: 100%;
}
.banner-new-homepage.home-banner-new .pagebuilder-column-group .column-media-secondary figure img {
  object-position: top center;
  min-height: 100% !important;
  object-fit: cover;
}
.banner-new-homepage.home-banner-new .pagebuilder-column-group .column-content-secondary {
  min-height: 50%;
  height: 100%;
}
.banner-new-homepage.home-banner-new .pagebuilder-column-group .column-content-secondary.last-column-content {
  height: auto;
  min-height: unset;
  border-radius: 0 0 7px 0;
}
.banner-new-homepage.home-banner-new.layout-reverse .pagebuilder-column-group .column-content {
  border-radius: 0 7px 7px 0;
}
.banner-new-homepage.home-banner-new.layout-reverse .pagebuilder-column-group .column-media figure img {
  border-radius: 0;
}
.banner-new-homepage.home-banner-new.layout-reverse.login-here .pagebuilder-column-group {
  padding: 0 10px;
}
.banner-new-homepage.home-banner-new.layout-reverse.login-here .pagebuilder-column-group .column-content-secondary {
  min-height: auto;
  height: auto;
  border-radius: 0 0 7px 7px;
}
.banner-new-homepage.home-banner-new.layout-reverse.login-here .pagebuilder-column-group .column-media-secondary figure img {
  border-radius: 7px 7px 0 0;
}
#maincontent .column.main .banner-new-homepage.home-banner-new .column-content .heading {
  font-family: 'Raleway', sans-serif;
  font-style: normal;
  letter-spacing: initial;
}
#maincontent .column.main .banner-new-homepage.home-banner-new .column-content .overlord {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}
#maincontent .column.main .banner-new-homepage.home-banner-new .column-content .overlord p {
  color: #ffffff;
}
#maincontent .column.main .banner-new-homepage.home-banner-new .column-content .overlord:nth-child(2) p {
  font-weight: 700;
}
#maincontent .column.main .banner-new-homepage.home-banner-new .buttons {
  padding: 0;
}
#maincontent .column.main .banner-new-homepage.home-banner-new .buttons > :first-child {
  margin-right: 5px;
}
#maincontent .column.main .banner-new-homepage.home-banner-new .buttons .pagebuilder-button-primary {
  gap: 10px;
  height: unset !important;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border: none !important;
  border-radius: 7px;
  cursor: pointer;
  margin-bottom: 0;
  transition-duration: 0.2s;
}
#maincontent .column.main .banner-new-homepage.home-banner-new .buttons .pagebuilder-button-primary:hover {
  border: none !important;
}
.button-primary .pagebuilder-button-secondary,
.button-primary .pagebuilder-button-primary {
  background-color: #679f16;
  color: #ffffff;
}
.button-primary .pagebuilder-button-secondary:hover,
.button-primary .pagebuilder-button-primary:hover {
  background-color: #ffffff;
  color: #679f16;
}
.button-primary .pagebuilder-button-link {
  color: #679f16;
}
.button-primary .pagebuilder-button-link:hover,
.button-primary .pagebuilder-button-link:focus,
.button-primary .pagebuilder-button-link:active,
.button-primary .pagebuilder-button-link:visited {
  color: #679f16;
}
.button-primary a.pagebuilder-button-secondary,
.button-primary div.pagebuilder-button-secondary,
.button-primary a.pagebuilder-button-primary,
.button-primary div.pagebuilder-button-primary {
  background-color: #679f16 !important;
  color: #ffffff !important;
  border: 2px solid #679f16 !important;
}
.button-primary a.pagebuilder-button-secondary:hover,
.button-primary div.pagebuilder-button-secondary:hover,
.button-primary a.pagebuilder-button-primary:hover,
.button-primary div.pagebuilder-button-primary:hover,
.button-primary a.pagebuilder-button-secondary:focus,
.button-primary div.pagebuilder-button-secondary:focus,
.button-primary a.pagebuilder-button-primary:focus,
.button-primary div.pagebuilder-button-primary:focus {
  background-color: #ffffff !important;
  color: #679f16 !important;
  border: 2px solid #ffffff !important;
}
.button-primary a.pagebuilder-button-secondary:visited,
.button-primary div.pagebuilder-button-secondary:visited,
.button-primary a.pagebuilder-button-primary:visited,
.button-primary div.pagebuilder-button-primary:visited,
.button-primary a.pagebuilder-button-secondary:active,
.button-primary div.pagebuilder-button-secondary:active,
.button-primary a.pagebuilder-button-primary:active,
.button-primary div.pagebuilder-button-primary:active {
  color: #ffffff;
}
.button-primary a.pagebuilder-button-link,
.button-primary div.pagebuilder-button-link {
  color: #679f16;
}
.button-primary a.pagebuilder-button-link:hover,
.button-primary div.pagebuilder-button-link:hover,
.button-primary a.pagebuilder-button-link:focus,
.button-primary div.pagebuilder-button-link:focus,
.button-primary a.pagebuilder-button-link:active,
.button-primary div.pagebuilder-button-link:active,
.button-primary a.pagebuilder-button-link:visited,
.button-primary div.pagebuilder-button-link:visited {
  color: #679f16;
}
.button-secondary .pagebuilder-button-secondary,
.button-secondary .pagebuilder-button-primary {
  background-color: #ffffff;
  color: #679f16;
}
.button-secondary .pagebuilder-button-secondary:hover,
.button-secondary .pagebuilder-button-primary:hover {
  background-color: #679f16;
  color: #ffffff;
}
.button-secondary .pagebuilder-button-link {
  color: #ffffff;
}
.button-secondary .pagebuilder-button-link:hover,
.button-secondary .pagebuilder-button-link:focus,
.button-secondary .pagebuilder-button-link:active,
.button-secondary .pagebuilder-button-link:visited {
  color: #ffffff;
}
.button-secondary a.pagebuilder-button-secondary,
.button-secondary div.pagebuilder-button-secondary,
.button-secondary a.pagebuilder-button-primary,
.button-secondary div.pagebuilder-button-primary {
  background-color: #ffffff !important;
  color: #679f16 !important;
  border: 2px solid #ffffff !important;
}
.button-secondary a.pagebuilder-button-secondary:hover,
.button-secondary div.pagebuilder-button-secondary:hover,
.button-secondary a.pagebuilder-button-primary:hover,
.button-secondary div.pagebuilder-button-primary:hover,
.button-secondary a.pagebuilder-button-secondary:focus,
.button-secondary div.pagebuilder-button-secondary:focus,
.button-secondary a.pagebuilder-button-primary:focus,
.button-secondary div.pagebuilder-button-primary:focus {
  background-color: #679f16 !important;
  color: #ffffff !important;
  border: 2px solid #679f16 !important;
}
.button-secondary a.pagebuilder-button-secondary:visited,
.button-secondary div.pagebuilder-button-secondary:visited,
.button-secondary a.pagebuilder-button-primary:visited,
.button-secondary div.pagebuilder-button-primary:visited,
.button-secondary a.pagebuilder-button-secondary:active,
.button-secondary div.pagebuilder-button-secondary:active,
.button-secondary a.pagebuilder-button-primary:active,
.button-secondary div.pagebuilder-button-primary:active {
  color: #679f16;
}
.button-secondary a.pagebuilder-button-link,
.button-secondary div.pagebuilder-button-link {
  color: #ffffff;
}
.button-secondary a.pagebuilder-button-link:hover,
.button-secondary div.pagebuilder-button-link:hover,
.button-secondary a.pagebuilder-button-link:focus,
.button-secondary div.pagebuilder-button-link:focus,
.button-secondary a.pagebuilder-button-link:active,
.button-secondary div.pagebuilder-button-link:active,
.button-secondary a.pagebuilder-button-link:visited,
.button-secondary div.pagebuilder-button-link:visited {
  color: #ffffff;
}
.button-shop-white .pagebuilder-button-secondary,
.button-shop-white .pagebuilder-button-primary {
  background-color: #ffffff;
  color: #4e99c1;
}
.button-shop-white .pagebuilder-button-secondary:hover,
.button-shop-white .pagebuilder-button-primary:hover,
.button-shop-white .pagebuilder-button-secondary:focus,
.button-shop-white .pagebuilder-button-primary:focus {
  background-color: #4e99c1;
  color: #ffffff;
}
.button-shop-white .pagebuilder-button-secondary:visited,
.button-shop-white .pagebuilder-button-primary:visited,
.button-shop-white .pagebuilder-button-secondary:active,
.button-shop-white .pagebuilder-button-primary:active {
  color: #ffffff;
}
.button-shop-white .pagebuilder-button-link {
  color: #ffffff;
}
.button-shop-white .pagebuilder-button-link:hover,
.button-shop-white .pagebuilder-button-link:focus,
.button-shop-white .pagebuilder-button-link:active,
.button-shop-white .pagebuilder-button-link:visited {
  color: #ffffff;
}
.button-shop-white a.pagebuilder-button-secondary,
.button-shop-white div.pagebuilder-button-secondary,
.button-shop-white a.pagebuilder-button-primary,
.button-shop-white div.pagebuilder-button-primary {
  background-color: #ffffff !important;
  color: #4e99c1 !important;
  border: 2px solid #ffffff !important;
}
.button-shop-white a.pagebuilder-button-secondary:hover,
.button-shop-white div.pagebuilder-button-secondary:hover,
.button-shop-white a.pagebuilder-button-primary:hover,
.button-shop-white div.pagebuilder-button-primary:hover,
.button-shop-white a.pagebuilder-button-secondary:focus,
.button-shop-white div.pagebuilder-button-secondary:focus,
.button-shop-white a.pagebuilder-button-primary:focus,
.button-shop-white div.pagebuilder-button-primary:focus {
  background-color: #4e99c1 !important;
  color: #ffffff !important;
  border: 2px solid #4e99c1 !important;
}
.button-shop-white a.pagebuilder-button-secondary:visited,
.button-shop-white div.pagebuilder-button-secondary:visited,
.button-shop-white a.pagebuilder-button-primary:visited,
.button-shop-white div.pagebuilder-button-primary:visited,
.button-shop-white a.pagebuilder-button-secondary:active,
.button-shop-white div.pagebuilder-button-secondary:active,
.button-shop-white a.pagebuilder-button-primary:active,
.button-shop-white div.pagebuilder-button-primary:active {
  color: #4e99c1;
}
.button-shop-white a.pagebuilder-button-link,
.button-shop-white div.pagebuilder-button-link {
  color: #ffffff;
}
.button-shop-white a.pagebuilder-button-link:hover,
.button-shop-white div.pagebuilder-button-link:hover,
.button-shop-white a.pagebuilder-button-link:focus,
.button-shop-white div.pagebuilder-button-link:focus,
.button-shop-white a.pagebuilder-button-link:active,
.button-shop-white div.pagebuilder-button-link:active,
.button-shop-white a.pagebuilder-button-link:visited,
.button-shop-white div.pagebuilder-button-link:visited {
  color: #ffffff;
}
.button-shop-blue .pagebuilder-button-secondary,
.button-shop-blue .pagebuilder-button-primary {
  background-color: #4e99c1;
  color: #ffffff;
}
.button-shop-blue .pagebuilder-button-secondary:hover,
.button-shop-blue .pagebuilder-button-primary:hover,
.button-shop-blue .pagebuilder-button-secondary:focus,
.button-shop-blue .pagebuilder-button-primary:focus {
  background-color: #ffffff;
  color: #4e99c1;
}
.button-shop-blue .pagebuilder-button-link {
  color: #4e99c1;
}
.button-shop-blue .pagebuilder-button-link:hover,
.button-shop-blue .pagebuilder-button-link:focus,
.button-shop-blue .pagebuilder-button-link:active,
.button-shop-blue .pagebuilder-button-link:visited {
  color: #4e99c1;
}
.button-shop-blue a.pagebuilder-button-secondary,
.button-shop-blue div.pagebuilder-button-secondary,
.button-shop-blue a.pagebuilder-button-primary,
.button-shop-blue div.pagebuilder-button-primary {
  background-color: #4e99c1 !important;
  color: #ffffff !important;
  border: 2px solid #4e99c1 !important;
}
.button-shop-blue a.pagebuilder-button-secondary:hover,
.button-shop-blue div.pagebuilder-button-secondary:hover,
.button-shop-blue a.pagebuilder-button-primary:hover,
.button-shop-blue div.pagebuilder-button-primary:hover,
.button-shop-blue a.pagebuilder-button-secondary:focus,
.button-shop-blue div.pagebuilder-button-secondary:focus,
.button-shop-blue a.pagebuilder-button-primary:focus,
.button-shop-blue div.pagebuilder-button-primary:focus {
  background-color: #ffffff !important;
  color: #4e99c1 !important;
  border: 2px solid #ffffff !important;
}
.button-shop-blue a.pagebuilder-button-secondary:visited,
.button-shop-blue div.pagebuilder-button-secondary:visited,
.button-shop-blue a.pagebuilder-button-primary:visited,
.button-shop-blue div.pagebuilder-button-primary:visited,
.button-shop-blue a.pagebuilder-button-secondary:active,
.button-shop-blue div.pagebuilder-button-secondary:active,
.button-shop-blue a.pagebuilder-button-primary:active,
.button-shop-blue div.pagebuilder-button-primary:active {
  color: #ffffff;
}
.button-shop-blue a.pagebuilder-button-link,
.button-shop-blue div.pagebuilder-button-link {
  color: #4e99c1;
}
.button-shop-blue a.pagebuilder-button-link:hover,
.button-shop-blue div.pagebuilder-button-link:hover,
.button-shop-blue a.pagebuilder-button-link:focus,
.button-shop-blue div.pagebuilder-button-link:focus,
.button-shop-blue a.pagebuilder-button-link:active,
.button-shop-blue div.pagebuilder-button-link:active,
.button-shop-blue a.pagebuilder-button-link:visited,
.button-shop-blue div.pagebuilder-button-link:visited {
  color: #4e99c1;
}
.button-black .pagebuilder-button-secondary,
.button-black .pagebuilder-button-primary {
  background-color: #000000;
  color: #ffffff;
}
.button-black .pagebuilder-button-secondary:hover,
.button-black .pagebuilder-button-primary:hover,
.button-black .pagebuilder-button-secondary:focus,
.button-black .pagebuilder-button-primary:focus {
  background-color: #ffffff;
  color: #000000;
}
.button-black .pagebuilder-button-link {
  color: #000000;
}
.button-black .pagebuilder-button-link:hover,
.button-black .pagebuilder-button-link:focus,
.button-black .pagebuilder-button-link:active,
.button-black .pagebuilder-button-link:visited {
  color: #000000;
}
.button-black a.pagebuilder-button-secondary,
.button-black div.pagebuilder-button-secondary,
.button-black a.pagebuilder-button-primary,
.button-black div.pagebuilder-button-primary {
  background-color: #000000 !important;
  color: #ffffff !important;
  border: 2px solid #000000 !important;
}
.button-black a.pagebuilder-button-secondary:hover,
.button-black div.pagebuilder-button-secondary:hover,
.button-black a.pagebuilder-button-primary:hover,
.button-black div.pagebuilder-button-primary:hover,
.button-black a.pagebuilder-button-secondary:focus,
.button-black div.pagebuilder-button-secondary:focus,
.button-black a.pagebuilder-button-primary:focus,
.button-black div.pagebuilder-button-primary:focus {
  background-color: #ffffff !important;
  color: #000000 !important;
  border: 2px solid #ffffff !important;
}
.button-black a.pagebuilder-button-secondary:visited,
.button-black div.pagebuilder-button-secondary:visited,
.button-black a.pagebuilder-button-primary:visited,
.button-black div.pagebuilder-button-primary:visited,
.button-black a.pagebuilder-button-secondary:active,
.button-black div.pagebuilder-button-secondary:active,
.button-black a.pagebuilder-button-primary:active,
.button-black div.pagebuilder-button-primary:active {
  color: #ffffff;
}
.button-black a.pagebuilder-button-link,
.button-black div.pagebuilder-button-link {
  color: #000000;
}
.button-black a.pagebuilder-button-link:hover,
.button-black div.pagebuilder-button-link:hover,
.button-black a.pagebuilder-button-link:focus,
.button-black div.pagebuilder-button-link:focus,
.button-black a.pagebuilder-button-link:active,
.button-black div.pagebuilder-button-link:active,
.button-black a.pagebuilder-button-link:visited,
.button-black div.pagebuilder-button-link:visited {
  color: #000000;
}
/**
 * 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.
 */
.heading-title-blog {
  font-weight: 700;
  font-size: 50px;
  font-family: 'Raleway', sans-serif;
  margin-bottom: 0;
}
.content-blog {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}
.content-banner {
  max-width: 370px;
}
.first-part-content {
  padding: 20px 10px;
}
.row-work-with-us,
.row-culture,
.content-benefit {
  padding: 10px 10px 20px;
}
.button-culture,
.button-work-with-us {
  padding: 10px 10px 0 10px;
}
.content-culture {
  padding: 10px;
}
.content-culture .text-culture {
  line-height: 24px;
  font-size: 16px;
  font-weight: 600;
}
.content-culture p,
.content-work-with-us p {
  margin-bottom: 27px;
}
.content-culture p:last-child,
.content-work-with-us p:last-child {
  margin-bottom: 10px;
}
.content-work-with-us {
  padding: 8px 10px;
}
.content-work-with-us .text-work-with-us {
  line-height: 24px;
  font-size: 16px;
  font-weight: 600;
}
.column-img-work-with-us,
.column-img-culture {
  padding: 10px;
}
.banner-cms-page {
  padding: 10px;
}
.banner-cms-page .pagebuilder-banner-wrapper {
  min-height: 540px;
  padding: 40px 40px 80px;
}
.content-benefit .pagebuilder-column-group {
  flex-wrap: wrap;
}
.img-benefits {
  padding: 0 40px;
}
.content-text-intro-ip,
.content-text-right {
  padding: 8px 10px;
}
.content-text-intro-ip {
  max-width: 1100px;
}
.content-text-common {
  font-size: 16px;
  line-height: 36px;
  font-weight: 600;
}
.column-intro-imprint-plus {
  padding: 0 0 0 40px;
}
.img-catalog {
  padding-top: 20px;
}
.row-find-resource {
  margin: 0 0 10px;
  padding: 10px 10px 40px;
}
.row-contact-us {
  margin: 0 0 80px;
  padding: 10px 10px 20px;
}
.row-explain {
  margin: 0 0 10px;
}
.row-img-name-badges {
  padding: 10px;
}
.row-explain {
  padding: 20px 10px;
}
.cms-sonesta-name-badge-software ._hj_feedback_container {
  display: none;
}
#maincontent .sonesta-name .sonesta-banner .cms-block-banner {
  margin-left: 0;
  margin-right: 0;
}
#maincontent .sonesta-name .sonesta-banner .cms-block-banner .logo-banner-main {
  right: 35px;
  top: 40px;
}
#maincontent .sonesta-name .sonesta-banner .cms-block-banner .banner-content {
  bottom: 30px;
}
#maincontent .sonesta-name .sonesta-banner .cms-block-banner .banner-content h2 {
  font-size: 24px;
  letter-spacing: 0;
}
#maincontent .sonesta-name .sonesta-banner .cms-block-banner .banner-content.pagebuilder-column .content-detail p {
  font-family: 'Raleway', sans-serif;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 0.15px;
}
#maincontent .sonesta-name .sonesta-banner .cms-block-banner .banner-content .content-button .pagebuilder-button-link {
  font-family: 'Raleway', sans-serif;
}
#maincontent .sonesta-name .reusable-content .pagebuilder-column {
  padding-left: 0;
  padding-bottom: 22px;
}
#maincontent .sonesta-name .reusable-content .pagebuilder-column h2 {
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
}
#maincontent .sonesta-name .reusable-content .pagebuilder-column div[data-content-type='text'] {
  padding-top: 22px;
  color: #000000;
}
#maincontent .sonesta-name .reusable-content .pagebuilder-column div[data-content-type='text'] p {
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  line-height: 23px;
  letter-spacing: 0;
}
#maincontent .sonesta-name .reusable-content .pagebuilder-column .content-detail {
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  line-height: 23px;
}
#maincontent .sonesta-name .reusable-content .pagebuilder-column .content-detail:visited,
#maincontent .sonesta-name .reusable-content .pagebuilder-column .content-detail:active {
  text-decoration: underline;
}
#maincontent .sonesta-name .reusable-content .pagebuilder-column .content-detail:hover {
  text-decoration: none;
}
#maincontent .sonesta-name .sonesta-brands h2 {
  font-size: 22px;
}
#maincontent .sonesta-name .sonesta-brands .pagebuilder-column figure[data-content-type='image'] {
  padding-bottom: 28px;
}
.sonesta-footer {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 97%;
  width: 100%;
}
.sonesta-footer .row-full-width-inner .content-detail {
  font-size: 18px;
  line-height: 23px;
  font-weight: 400;
  color: #000000;
}
.sonesta-footer .row-full-width-inner .content-detail:visited,
.sonesta-footer .row-full-width-inner .content-detail:active {
  text-decoration: underline;
}
.sonesta-footer .row-full-width-inner .content-detail:hover {
  text-decoration: none;
}
.content-banner-industry {
  padding: 0 10px;
}
.text-industry {
  line-height: 26px;
  font-size: 16px;
}
.content-heading-industry {
  font-size: 32px;
  color: #ffffff;
  font-weight: 800;
}
.content-sub-heading-industry {
  font-size: 35px;
  color: #ffffff;
  font-weight: 800;
}
.banner-content-right .pagebuilder-column-group {
  justify-content: flex-end;
}
/* Imprint Plus - Custom Styles - Magento
 * Bear Group, www.beargroup.com
 * Author: Chris Bovard, Jaime Lopez
 * Nov. 19, 11:41 PST, 2019
*/
.customer-account-login .page-title-wrapper,
.customer-account-forgotpassword .page-title-wrapper,
.customer-account-create .page-title-wrapper,
.customer-account-logoutsuccess .page-title-wrapper,
.gdpr-customer-settings .page-title-wrapper,
.customer-account-createpassword .page-title-wrapper {
  width: 100%;
  max-width: 100%;
  padding: 0 20px;
  margin-bottom: 18px;
}
.customer-account-login .page-title-wrapper h1,
.customer-account-forgotpassword .page-title-wrapper h1,
.customer-account-create .page-title-wrapper h1,
.customer-account-logoutsuccess .page-title-wrapper h1,
.gdpr-customer-settings .page-title-wrapper h1,
.customer-account-createpassword .page-title-wrapper h1 {
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  font-size: 3.6rem;
  line-height: 4.2rem;
}
.customer-account-login #maincontent.page-main,
.customer-account-forgotpassword #maincontent.page-main,
.customer-account-create #maincontent.page-main,
.customer-account-logoutsuccess #maincontent.page-main,
.gdpr-customer-settings #maincontent.page-main,
.customer-account-createpassword #maincontent.page-main {
  padding: 20px 0 40px 0;
}
.customer-account-login #maincontent.page-main .column.main,
.customer-account-forgotpassword #maincontent.page-main .column.main,
.customer-account-create #maincontent.page-main .column.main,
.customer-account-logoutsuccess #maincontent.page-main .column.main,
.gdpr-customer-settings #maincontent.page-main .column.main,
.customer-account-createpassword #maincontent.page-main .column.main {
  padding-bottom: 0;
}
.customer-account-login .form.password.reset,
.customer-account-forgotpassword .form.password.reset,
.customer-account-create .form.password.reset,
.customer-account-logoutsuccess .form.password.reset,
.gdpr-customer-settings .form.password.reset,
.customer-account-createpassword .form.password.reset,
.customer-account-login .form.send.confirmation,
.customer-account-forgotpassword .form.send.confirmation,
.customer-account-create .form.send.confirmation,
.customer-account-logoutsuccess .form.send.confirmation,
.gdpr-customer-settings .form.send.confirmation,
.customer-account-createpassword .form.send.confirmation,
.customer-account-login .form.password.forget,
.customer-account-forgotpassword .form.password.forget,
.customer-account-create .form.password.forget,
.customer-account-logoutsuccess .form.password.forget,
.gdpr-customer-settings .form.password.forget,
.customer-account-createpassword .form.password.forget,
.customer-account-login .form.create.account,
.customer-account-forgotpassword .form.create.account,
.customer-account-create .form.create.account,
.customer-account-logoutsuccess .form.create.account,
.gdpr-customer-settings .form.create.account,
.customer-account-createpassword .form.create.account {
  min-width: unset;
  width: 100%;
}
.customer-account-login .form.password.reset .account .choice,
.customer-account-forgotpassword .form.password.reset .account .choice,
.customer-account-create .form.password.reset .account .choice,
.customer-account-logoutsuccess .form.password.reset .account .choice,
.gdpr-customer-settings .form.password.reset .account .choice,
.customer-account-createpassword .form.password.reset .account .choice,
.customer-account-login .form.send.confirmation .account .choice,
.customer-account-forgotpassword .form.send.confirmation .account .choice,
.customer-account-create .form.send.confirmation .account .choice,
.customer-account-logoutsuccess .form.send.confirmation .account .choice,
.gdpr-customer-settings .form.send.confirmation .account .choice,
.customer-account-createpassword .form.send.confirmation .account .choice,
.customer-account-login .form.password.forget .account .choice,
.customer-account-forgotpassword .form.password.forget .account .choice,
.customer-account-create .form.password.forget .account .choice,
.customer-account-logoutsuccess .form.password.forget .account .choice,
.gdpr-customer-settings .form.password.forget .account .choice,
.customer-account-createpassword .form.password.forget .account .choice,
.customer-account-login .form.create.account .account .choice,
.customer-account-forgotpassword .form.create.account .account .choice,
.customer-account-create .form.create.account .account .choice,
.customer-account-logoutsuccess .form.create.account .account .choice,
.gdpr-customer-settings .form.create.account .account .choice,
.customer-account-createpassword .form.create.account .account .choice {
  display: none;
}
.customer-account-login .form.password.reset .info div:last-child,
.customer-account-forgotpassword .form.password.reset .info div:last-child,
.customer-account-create .form.password.reset .info div:last-child,
.customer-account-logoutsuccess .form.password.reset .info div:last-child,
.gdpr-customer-settings .form.password.reset .info div:last-child,
.customer-account-createpassword .form.password.reset .info div:last-child,
.customer-account-login .form.send.confirmation .info div:last-child,
.customer-account-forgotpassword .form.send.confirmation .info div:last-child,
.customer-account-create .form.send.confirmation .info div:last-child,
.customer-account-logoutsuccess .form.send.confirmation .info div:last-child,
.gdpr-customer-settings .form.send.confirmation .info div:last-child,
.customer-account-createpassword .form.send.confirmation .info div:last-child,
.customer-account-login .form.password.forget .info div:last-child,
.customer-account-forgotpassword .form.password.forget .info div:last-child,
.customer-account-create .form.password.forget .info div:last-child,
.customer-account-logoutsuccess .form.password.forget .info div:last-child,
.gdpr-customer-settings .form.password.forget .info div:last-child,
.customer-account-createpassword .form.password.forget .info div:last-child,
.customer-account-login .form.create.account .info div:last-child,
.customer-account-forgotpassword .form.create.account .info div:last-child,
.customer-account-create .form.create.account .info div:last-child,
.customer-account-logoutsuccess .form.create.account .info div:last-child,
.gdpr-customer-settings .form.create.account .info div:last-child,
.customer-account-createpassword .form.create.account .info div:last-child {
  display: none;
}
.customer-account-login .columns,
.customer-account-forgotpassword .columns,
.customer-account-create .columns,
.customer-account-logoutsuccess .columns,
.gdpr-customer-settings .columns,
.customer-account-createpassword .columns {
  padding: 0 20px;
}
.customer-account-login .columns .column.main,
.customer-account-forgotpassword .columns .column.main,
.customer-account-create .columns .column.main,
.customer-account-logoutsuccess .columns .column.main,
.gdpr-customer-settings .columns .column.main,
.customer-account-createpassword .columns .column.main {
  padding: 0;
}
.customer-account-login .columns .column.main .fieldset legend,
.customer-account-forgotpassword .columns .column.main .fieldset legend,
.customer-account-create .columns .column.main .fieldset legend,
.customer-account-logoutsuccess .columns .column.main .fieldset legend,
.gdpr-customer-settings .columns .column.main .fieldset legend,
.customer-account-createpassword .columns .column.main .fieldset legend {
  margin-left: 0;
}
.customer-account-login .columns .column.main .fieldset .field,
.customer-account-forgotpassword .columns .column.main .fieldset .field,
.customer-account-create .columns .column.main .fieldset .field,
.customer-account-logoutsuccess .columns .column.main .fieldset .field,
.gdpr-customer-settings .columns .column.main .fieldset .field,
.customer-account-createpassword .columns .column.main .fieldset .field {
  min-height: 20px;
  clear: both;
}
.customer-account-login .columns .column.main .fieldset .field:after,
.customer-account-forgotpassword .columns .column.main .fieldset .field:after,
.customer-account-create .columns .column.main .fieldset .field:after,
.customer-account-logoutsuccess .columns .column.main .fieldset .field:after,
.gdpr-customer-settings .columns .column.main .fieldset .field:after,
.customer-account-createpassword .columns .column.main .fieldset .field:after {
  display: block;
  clear: both;
  content: "";
}
.customer-account-login .columns .column.main .fieldset .field > label,
.customer-account-forgotpassword .columns .column.main .fieldset .field > label,
.customer-account-create .columns .column.main .fieldset .field > label,
.customer-account-logoutsuccess .columns .column.main .fieldset .field > label,
.gdpr-customer-settings .columns .column.main .fieldset .field > label,
.customer-account-createpassword .columns .column.main .fieldset .field > label {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  margin: 0 0 14px 0;
  font-size: 1.2rem;
  line-height: 1.8rem;
  width: 100%;
  text-transform: uppercase;
  clear: both;
  text-align: left;
}
.customer-account-login .columns .column.main .fieldset .field > label .required,
.customer-account-forgotpassword .columns .column.main .fieldset .field > label .required,
.customer-account-create .columns .column.main .fieldset .field > label .required,
.customer-account-logoutsuccess .columns .column.main .fieldset .field > label .required,
.gdpr-customer-settings .columns .column.main .fieldset .field > label .required,
.customer-account-createpassword .columns .column.main .fieldset .field > label .required {
  font-weight: 400;
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.8rem;
}
.customer-account-login .columns .column.main .fieldset .field .control,
.customer-account-forgotpassword .columns .column.main .fieldset .field .control,
.customer-account-create .columns .column.main .fieldset .field .control,
.customer-account-logoutsuccess .columns .column.main .fieldset .field .control,
.gdpr-customer-settings .columns .column.main .fieldset .field .control,
.customer-account-createpassword .columns .column.main .fieldset .field .control {
  width: 100%;
  display: block;
  min-height: 1px;
}
.customer-account-login .columns .column.main .fieldset .field .control:after,
.customer-account-forgotpassword .columns .column.main .fieldset .field .control:after,
.customer-account-create .columns .column.main .fieldset .field .control:after,
.customer-account-logoutsuccess .columns .column.main .fieldset .field .control:after,
.gdpr-customer-settings .columns .column.main .fieldset .field .control:after,
.customer-account-createpassword .columns .column.main .fieldset .field .control:after {
  display: block;
  clear: both;
  content: "";
}
.customer-account-login .columns .column.main .fieldset .field .control input[type="text"],
.customer-account-forgotpassword .columns .column.main .fieldset .field .control input[type="text"],
.customer-account-create .columns .column.main .fieldset .field .control input[type="text"],
.customer-account-logoutsuccess .columns .column.main .fieldset .field .control input[type="text"],
.gdpr-customer-settings .columns .column.main .fieldset .field .control input[type="text"],
.customer-account-createpassword .columns .column.main .fieldset .field .control input[type="text"],
.customer-account-login .columns .column.main .fieldset .field .control input[type="password"],
.customer-account-forgotpassword .columns .column.main .fieldset .field .control input[type="password"],
.customer-account-create .columns .column.main .fieldset .field .control input[type="password"],
.customer-account-logoutsuccess .columns .column.main .fieldset .field .control input[type="password"],
.gdpr-customer-settings .columns .column.main .fieldset .field .control input[type="password"],
.customer-account-createpassword .columns .column.main .fieldset .field .control input[type="password"],
.customer-account-login .columns .column.main .fieldset .field .control input[type="url"],
.customer-account-forgotpassword .columns .column.main .fieldset .field .control input[type="url"],
.customer-account-create .columns .column.main .fieldset .field .control input[type="url"],
.customer-account-logoutsuccess .columns .column.main .fieldset .field .control input[type="url"],
.gdpr-customer-settings .columns .column.main .fieldset .field .control input[type="url"],
.customer-account-createpassword .columns .column.main .fieldset .field .control input[type="url"],
.customer-account-login .columns .column.main .fieldset .field .control input[type="tel"],
.customer-account-forgotpassword .columns .column.main .fieldset .field .control input[type="tel"],
.customer-account-create .columns .column.main .fieldset .field .control input[type="tel"],
.customer-account-logoutsuccess .columns .column.main .fieldset .field .control input[type="tel"],
.gdpr-customer-settings .columns .column.main .fieldset .field .control input[type="tel"],
.customer-account-createpassword .columns .column.main .fieldset .field .control input[type="tel"],
.customer-account-login .columns .column.main .fieldset .field .control input[type="search"],
.customer-account-forgotpassword .columns .column.main .fieldset .field .control input[type="search"],
.customer-account-create .columns .column.main .fieldset .field .control input[type="search"],
.customer-account-logoutsuccess .columns .column.main .fieldset .field .control input[type="search"],
.gdpr-customer-settings .columns .column.main .fieldset .field .control input[type="search"],
.customer-account-createpassword .columns .column.main .fieldset .field .control input[type="search"],
.customer-account-login .columns .column.main .fieldset .field .control input[type="number"],
.customer-account-forgotpassword .columns .column.main .fieldset .field .control input[type="number"],
.customer-account-create .columns .column.main .fieldset .field .control input[type="number"],
.customer-account-logoutsuccess .columns .column.main .fieldset .field .control input[type="number"],
.gdpr-customer-settings .columns .column.main .fieldset .field .control input[type="number"],
.customer-account-createpassword .columns .column.main .fieldset .field .control input[type="number"],
.customer-account-login .columns .column.main .fieldset .field .control input[type="datetime"],
.customer-account-forgotpassword .columns .column.main .fieldset .field .control input[type="datetime"],
.customer-account-create .columns .column.main .fieldset .field .control input[type="datetime"],
.customer-account-logoutsuccess .columns .column.main .fieldset .field .control input[type="datetime"],
.gdpr-customer-settings .columns .column.main .fieldset .field .control input[type="datetime"],
.customer-account-createpassword .columns .column.main .fieldset .field .control input[type="datetime"],
.customer-account-login .columns .column.main .fieldset .field .control input[type="email"],
.customer-account-forgotpassword .columns .column.main .fieldset .field .control input[type="email"],
.customer-account-create .columns .column.main .fieldset .field .control input[type="email"],
.customer-account-logoutsuccess .columns .column.main .fieldset .field .control input[type="email"],
.gdpr-customer-settings .columns .column.main .fieldset .field .control input[type="email"],
.customer-account-createpassword .columns .column.main .fieldset .field .control input[type="email"] {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  background-color: transparent;
  border: 1px solid #575757;
  color: #333333;
  box-shadow: none;
  border-radius: 8px;
  padding: 0 16px;
  height: 46px;
  font-size: 1.6rem;
  line-height: 2.2rem;
}
.customer-account-login .columns .column.main .fieldset .field .control input[type="text"]:focus,
.customer-account-forgotpassword .columns .column.main .fieldset .field .control input[type="text"]:focus,
.customer-account-create .columns .column.main .fieldset .field .control input[type="text"]:focus,
.customer-account-logoutsuccess .columns .column.main .fieldset .field .control input[type="text"]:focus,
.gdpr-customer-settings .columns .column.main .fieldset .field .control input[type="text"]:focus,
.customer-account-createpassword .columns .column.main .fieldset .field .control input[type="text"]:focus,
.customer-account-login .columns .column.main .fieldset .field .control input[type="password"]:focus,
.customer-account-forgotpassword .columns .column.main .fieldset .field .control input[type="password"]:focus,
.customer-account-create .columns .column.main .fieldset .field .control input[type="password"]:focus,
.customer-account-logoutsuccess .columns .column.main .fieldset .field .control input[type="password"]:focus,
.gdpr-customer-settings .columns .column.main .fieldset .field .control input[type="password"]:focus,
.customer-account-createpassword .columns .column.main .fieldset .field .control input[type="password"]:focus,
.customer-account-login .columns .column.main .fieldset .field .control input[type="url"]:focus,
.customer-account-forgotpassword .columns .column.main .fieldset .field .control input[type="url"]:focus,
.customer-account-create .columns .column.main .fieldset .field .control input[type="url"]:focus,
.customer-account-logoutsuccess .columns .column.main .fieldset .field .control input[type="url"]:focus,
.gdpr-customer-settings .columns .column.main .fieldset .field .control input[type="url"]:focus,
.customer-account-createpassword .columns .column.main .fieldset .field .control input[type="url"]:focus,
.customer-account-login .columns .column.main .fieldset .field .control input[type="tel"]:focus,
.customer-account-forgotpassword .columns .column.main .fieldset .field .control input[type="tel"]:focus,
.customer-account-create .columns .column.main .fieldset .field .control input[type="tel"]:focus,
.customer-account-logoutsuccess .columns .column.main .fieldset .field .control input[type="tel"]:focus,
.gdpr-customer-settings .columns .column.main .fieldset .field .control input[type="tel"]:focus,
.customer-account-createpassword .columns .column.main .fieldset .field .control input[type="tel"]:focus,
.customer-account-login .columns .column.main .fieldset .field .control input[type="search"]:focus,
.customer-account-forgotpassword .columns .column.main .fieldset .field .control input[type="search"]:focus,
.customer-account-create .columns .column.main .fieldset .field .control input[type="search"]:focus,
.customer-account-logoutsuccess .columns .column.main .fieldset .field .control input[type="search"]:focus,
.gdpr-customer-settings .columns .column.main .fieldset .field .control input[type="search"]:focus,
.customer-account-createpassword .columns .column.main .fieldset .field .control input[type="search"]:focus,
.customer-account-login .columns .column.main .fieldset .field .control input[type="number"]:focus,
.customer-account-forgotpassword .columns .column.main .fieldset .field .control input[type="number"]:focus,
.customer-account-create .columns .column.main .fieldset .field .control input[type="number"]:focus,
.customer-account-logoutsuccess .columns .column.main .fieldset .field .control input[type="number"]:focus,
.gdpr-customer-settings .columns .column.main .fieldset .field .control input[type="number"]:focus,
.customer-account-createpassword .columns .column.main .fieldset .field .control input[type="number"]:focus,
.customer-account-login .columns .column.main .fieldset .field .control input[type="datetime"]:focus,
.customer-account-forgotpassword .columns .column.main .fieldset .field .control input[type="datetime"]:focus,
.customer-account-create .columns .column.main .fieldset .field .control input[type="datetime"]:focus,
.customer-account-logoutsuccess .columns .column.main .fieldset .field .control input[type="datetime"]:focus,
.gdpr-customer-settings .columns .column.main .fieldset .field .control input[type="datetime"]:focus,
.customer-account-createpassword .columns .column.main .fieldset .field .control input[type="datetime"]:focus,
.customer-account-login .columns .column.main .fieldset .field .control input[type="email"]:focus,
.customer-account-forgotpassword .columns .column.main .fieldset .field .control input[type="email"]:focus,
.customer-account-create .columns .column.main .fieldset .field .control input[type="email"]:focus,
.customer-account-logoutsuccess .columns .column.main .fieldset .field .control input[type="email"]:focus,
.gdpr-customer-settings .columns .column.main .fieldset .field .control input[type="email"]:focus,
.customer-account-createpassword .columns .column.main .fieldset .field .control input[type="email"]:focus {
  outline: none;
  border: 1px solid #575757;
}
.customer-account-login .columns .column.main .fieldset .field .control input[type="text"]::-webkit-input-placeholder,
.customer-account-forgotpassword .columns .column.main .fieldset .field .control input[type="text"]::-webkit-input-placeholder,
.customer-account-create .columns .column.main .fieldset .field .control input[type="text"]::-webkit-input-placeholder,
.customer-account-logoutsuccess .columns .column.main .fieldset .field .control input[type="text"]::-webkit-input-placeholder,
.gdpr-customer-settings .columns .column.main .fieldset .field .control input[type="text"]::-webkit-input-placeholder,
.customer-account-createpassword .columns .column.main .fieldset .field .control input[type="text"]::-webkit-input-placeholder,
.customer-account-login .columns .column.main .fieldset .field .control input[type="password"]::-webkit-input-placeholder,
.customer-account-forgotpassword .columns .column.main .fieldset .field .control input[type="password"]::-webkit-input-placeholder,
.customer-account-create .columns .column.main .fieldset .field .control input[type="password"]::-webkit-input-placeholder,
.customer-account-logoutsuccess .columns .column.main .fieldset .field .control input[type="password"]::-webkit-input-placeholder,
.gdpr-customer-settings .columns .column.main .fieldset .field .control input[type="password"]::-webkit-input-placeholder,
.customer-account-createpassword .columns .column.main .fieldset .field .control input[type="password"]::-webkit-input-placeholder,
.customer-account-login .columns .column.main .fieldset .field .control input[type="url"]::-webkit-input-placeholder,
.customer-account-forgotpassword .columns .column.main .fieldset .field .control input[type="url"]::-webkit-input-placeholder,
.customer-account-create .columns .column.main .fieldset .field .control input[type="url"]::-webkit-input-placeholder,
.customer-account-logoutsuccess .columns .column.main .fieldset .field .control input[type="url"]::-webkit-input-placeholder,
.gdpr-customer-settings .columns .column.main .fieldset .field .control input[type="url"]::-webkit-input-placeholder,
.customer-account-createpassword .columns .column.main .fieldset .field .control input[type="url"]::-webkit-input-placeholder,
.customer-account-login .columns .column.main .fieldset .field .control input[type="tel"]::-webkit-input-placeholder,
.customer-account-forgotpassword .columns .column.main .fieldset .field .control input[type="tel"]::-webkit-input-placeholder,
.customer-account-create .columns .column.main .fieldset .field .control input[type="tel"]::-webkit-input-placeholder,
.customer-account-logoutsuccess .columns .column.main .fieldset .field .control input[type="tel"]::-webkit-input-placeholder,
.gdpr-customer-settings .columns .column.main .fieldset .field .control input[type="tel"]::-webkit-input-placeholder,
.customer-account-createpassword .columns .column.main .fieldset .field .control input[type="tel"]::-webkit-input-placeholder,
.customer-account-login .columns .column.main .fieldset .field .control input[type="search"]::-webkit-input-placeholder,
.customer-account-forgotpassword .columns .column.main .fieldset .field .control input[type="search"]::-webkit-input-placeholder,
.customer-account-create .columns .column.main .fieldset .field .control input[type="search"]::-webkit-input-placeholder,
.customer-account-logoutsuccess .columns .column.main .fieldset .field .control input[type="search"]::-webkit-input-placeholder,
.gdpr-customer-settings .columns .column.main .fieldset .field .control input[type="search"]::-webkit-input-placeholder,
.customer-account-createpassword .columns .column.main .fieldset .field .control input[type="search"]::-webkit-input-placeholder,
.customer-account-login .columns .column.main .fieldset .field .control input[type="number"]::-webkit-input-placeholder,
.customer-account-forgotpassword .columns .column.main .fieldset .field .control input[type="number"]::-webkit-input-placeholder,
.customer-account-create .columns .column.main .fieldset .field .control input[type="number"]::-webkit-input-placeholder,
.customer-account-logoutsuccess .columns .column.main .fieldset .field .control input[type="number"]::-webkit-input-placeholder,
.gdpr-customer-settings .columns .column.main .fieldset .field .control input[type="number"]::-webkit-input-placeholder,
.customer-account-createpassword .columns .column.main .fieldset .field .control input[type="number"]::-webkit-input-placeholder,
.customer-account-login .columns .column.main .fieldset .field .control input[type="datetime"]::-webkit-input-placeholder,
.customer-account-forgotpassword .columns .column.main .fieldset .field .control input[type="datetime"]::-webkit-input-placeholder,
.customer-account-create .columns .column.main .fieldset .field .control input[type="datetime"]::-webkit-input-placeholder,
.customer-account-logoutsuccess .columns .column.main .fieldset .field .control input[type="datetime"]::-webkit-input-placeholder,
.gdpr-customer-settings .columns .column.main .fieldset .field .control input[type="datetime"]::-webkit-input-placeholder,
.customer-account-createpassword .columns .column.main .fieldset .field .control input[type="datetime"]::-webkit-input-placeholder,
.customer-account-login .columns .column.main .fieldset .field .control input[type="email"]::-webkit-input-placeholder,
.customer-account-forgotpassword .columns .column.main .fieldset .field .control input[type="email"]::-webkit-input-placeholder,
.customer-account-create .columns .column.main .fieldset .field .control input[type="email"]::-webkit-input-placeholder,
.customer-account-logoutsuccess .columns .column.main .fieldset .field .control input[type="email"]::-webkit-input-placeholder,
.gdpr-customer-settings .columns .column.main .fieldset .field .control input[type="email"]::-webkit-input-placeholder,
.customer-account-createpassword .columns .column.main .fieldset .field .control input[type="email"]::-webkit-input-placeholder,
.customer-account-login .columns .column.main .fieldset .field .control input[type="text"]:-moz-placeholder,
.customer-account-forgotpassword .columns .column.main .fieldset .field .control input[type="text"]:-moz-placeholder,
.customer-account-create .columns .column.main .fieldset .field .control input[type="text"]:-moz-placeholder,
.customer-account-logoutsuccess .columns .column.main .fieldset .field .control input[type="text"]:-moz-placeholder,
.gdpr-customer-settings .columns .column.main .fieldset .field .control input[type="text"]:-moz-placeholder,
.customer-account-createpassword .columns .column.main .fieldset .field .control input[type="text"]:-moz-placeholder,
.customer-account-login .columns .column.main .fieldset .field .control input[type="password"]:-moz-placeholder,
.customer-account-forgotpassword .columns .column.main .fieldset .field .control input[type="password"]:-moz-placeholder,
.customer-account-create .columns .column.main .fieldset .field .control input[type="password"]:-moz-placeholder,
.customer-account-logoutsuccess .columns .column.main .fieldset .field .control input[type="password"]:-moz-placeholder,
.gdpr-customer-settings .columns .column.main .fieldset .field .control input[type="password"]:-moz-placeholder,
.customer-account-createpassword .columns .column.main .fieldset .field .control input[type="password"]:-moz-placeholder,
.customer-account-login .columns .column.main .fieldset .field .control input[type="url"]:-moz-placeholder,
.customer-account-forgotpassword .columns .column.main .fieldset .field .control input[type="url"]:-moz-placeholder,
.customer-account-create .columns .column.main .fieldset .field .control input[type="url"]:-moz-placeholder,
.customer-account-logoutsuccess .columns .column.main .fieldset .field .control input[type="url"]:-moz-placeholder,
.gdpr-customer-settings .columns .column.main .fieldset .field .control input[type="url"]:-moz-placeholder,
.customer-account-createpassword .columns .column.main .fieldset .field .control input[type="url"]:-moz-placeholder,
.customer-account-login .columns .column.main .fieldset .field .control input[type="tel"]:-moz-placeholder,
.customer-account-forgotpassword .columns .column.main .fieldset .field .control input[type="tel"]:-moz-placeholder,
.customer-account-create .columns .column.main .fieldset .field .control input[type="tel"]:-moz-placeholder,
.customer-account-logoutsuccess .columns .column.main .fieldset .field .control input[type="tel"]:-moz-placeholder,
.gdpr-customer-settings .columns .column.main .fieldset .field .control input[type="tel"]:-moz-placeholder,
.customer-account-createpassword .columns .column.main .fieldset .field .control input[type="tel"]:-moz-placeholder,
.customer-account-login .columns .column.main .fieldset .field .control input[type="search"]:-moz-placeholder,
.customer-account-forgotpassword .columns .column.main .fieldset .field .control input[type="search"]:-moz-placeholder,
.customer-account-create .columns .column.main .fieldset .field .control input[type="search"]:-moz-placeholder,
.customer-account-logoutsuccess .columns .column.main .fieldset .field .control input[type="search"]:-moz-placeholder,
.gdpr-customer-settings .columns .column.main .fieldset .field .control input[type="search"]:-moz-placeholder,
.customer-account-createpassword .columns .column.main .fieldset .field .control input[type="search"]:-moz-placeholder,
.customer-account-login .columns .column.main .fieldset .field .control input[type="number"]:-moz-placeholder,
.customer-account-forgotpassword .columns .column.main .fieldset .field .control input[type="number"]:-moz-placeholder,
.customer-account-create .columns .column.main .fieldset .field .control input[type="number"]:-moz-placeholder,
.customer-account-logoutsuccess .columns .column.main .fieldset .field .control input[type="number"]:-moz-placeholder,
.gdpr-customer-settings .columns .column.main .fieldset .field .control input[type="number"]:-moz-placeholder,
.customer-account-createpassword .columns .column.main .fieldset .field .control input[type="number"]:-moz-placeholder,
.customer-account-login .columns .column.main .fieldset .field .control input[type="datetime"]:-moz-placeholder,
.customer-account-forgotpassword .columns .column.main .fieldset .field .control input[type="datetime"]:-moz-placeholder,
.customer-account-create .columns .column.main .fieldset .field .control input[type="datetime"]:-moz-placeholder,
.customer-account-logoutsuccess .columns .column.main .fieldset .field .control input[type="datetime"]:-moz-placeholder,
.gdpr-customer-settings .columns .column.main .fieldset .field .control input[type="datetime"]:-moz-placeholder,
.customer-account-createpassword .columns .column.main .fieldset .field .control input[type="datetime"]:-moz-placeholder,
.customer-account-login .columns .column.main .fieldset .field .control input[type="email"]:-moz-placeholder,
.customer-account-forgotpassword .columns .column.main .fieldset .field .control input[type="email"]:-moz-placeholder,
.customer-account-create .columns .column.main .fieldset .field .control input[type="email"]:-moz-placeholder,
.customer-account-logoutsuccess .columns .column.main .fieldset .field .control input[type="email"]:-moz-placeholder,
.gdpr-customer-settings .columns .column.main .fieldset .field .control input[type="email"]:-moz-placeholder,
.customer-account-createpassword .columns .column.main .fieldset .field .control input[type="email"]:-moz-placeholder,
.customer-account-login .columns .column.main .fieldset .field .control input[type="text"]:-ms-input-placeholder,
.customer-account-forgotpassword .columns .column.main .fieldset .field .control input[type="text"]:-ms-input-placeholder,
.customer-account-create .columns .column.main .fieldset .field .control input[type="text"]:-ms-input-placeholder,
.customer-account-logoutsuccess .columns .column.main .fieldset .field .control input[type="text"]:-ms-input-placeholder,
.gdpr-customer-settings .columns .column.main .fieldset .field .control input[type="text"]:-ms-input-placeholder,
.customer-account-createpassword .columns .column.main .fieldset .field .control input[type="text"]:-ms-input-placeholder,
.customer-account-login .columns .column.main .fieldset .field .control input[type="password"]:-ms-input-placeholder,
.customer-account-forgotpassword .columns .column.main .fieldset .field .control input[type="password"]:-ms-input-placeholder,
.customer-account-create .columns .column.main .fieldset .field .control input[type="password"]:-ms-input-placeholder,
.customer-account-logoutsuccess .columns .column.main .fieldset .field .control input[type="password"]:-ms-input-placeholder,
.gdpr-customer-settings .columns .column.main .fieldset .field .control input[type="password"]:-ms-input-placeholder,
.customer-account-createpassword .columns .column.main .fieldset .field .control input[type="password"]:-ms-input-placeholder,
.customer-account-login .columns .column.main .fieldset .field .control input[type="url"]:-ms-input-placeholder,
.customer-account-forgotpassword .columns .column.main .fieldset .field .control input[type="url"]:-ms-input-placeholder,
.customer-account-create .columns .column.main .fieldset .field .control input[type="url"]:-ms-input-placeholder,
.customer-account-logoutsuccess .columns .column.main .fieldset .field .control input[type="url"]:-ms-input-placeholder,
.gdpr-customer-settings .columns .column.main .fieldset .field .control input[type="url"]:-ms-input-placeholder,
.customer-account-createpassword .columns .column.main .fieldset .field .control input[type="url"]:-ms-input-placeholder,
.customer-account-login .columns .column.main .fieldset .field .control input[type="tel"]:-ms-input-placeholder,
.customer-account-forgotpassword .columns .column.main .fieldset .field .control input[type="tel"]:-ms-input-placeholder,
.customer-account-create .columns .column.main .fieldset .field .control input[type="tel"]:-ms-input-placeholder,
.customer-account-logoutsuccess .columns .column.main .fieldset .field .control input[type="tel"]:-ms-input-placeholder,
.gdpr-customer-settings .columns .column.main .fieldset .field .control input[type="tel"]:-ms-input-placeholder,
.customer-account-createpassword .columns .column.main .fieldset .field .control input[type="tel"]:-ms-input-placeholder,
.customer-account-login .columns .column.main .fieldset .field .control input[type="search"]:-ms-input-placeholder,
.customer-account-forgotpassword .columns .column.main .fieldset .field .control input[type="search"]:-ms-input-placeholder,
.customer-account-create .columns .column.main .fieldset .field .control input[type="search"]:-ms-input-placeholder,
.customer-account-logoutsuccess .columns .column.main .fieldset .field .control input[type="search"]:-ms-input-placeholder,
.gdpr-customer-settings .columns .column.main .fieldset .field .control input[type="search"]:-ms-input-placeholder,
.customer-account-createpassword .columns .column.main .fieldset .field .control input[type="search"]:-ms-input-placeholder,
.customer-account-login .columns .column.main .fieldset .field .control input[type="number"]:-ms-input-placeholder,
.customer-account-forgotpassword .columns .column.main .fieldset .field .control input[type="number"]:-ms-input-placeholder,
.customer-account-create .columns .column.main .fieldset .field .control input[type="number"]:-ms-input-placeholder,
.customer-account-logoutsuccess .columns .column.main .fieldset .field .control input[type="number"]:-ms-input-placeholder,
.gdpr-customer-settings .columns .column.main .fieldset .field .control input[type="number"]:-ms-input-placeholder,
.customer-account-createpassword .columns .column.main .fieldset .field .control input[type="number"]:-ms-input-placeholder,
.customer-account-login .columns .column.main .fieldset .field .control input[type="datetime"]:-ms-input-placeholder,
.customer-account-forgotpassword .columns .column.main .fieldset .field .control input[type="datetime"]:-ms-input-placeholder,
.customer-account-create .columns .column.main .fieldset .field .control input[type="datetime"]:-ms-input-placeholder,
.customer-account-logoutsuccess .columns .column.main .fieldset .field .control input[type="datetime"]:-ms-input-placeholder,
.gdpr-customer-settings .columns .column.main .fieldset .field .control input[type="datetime"]:-ms-input-placeholder,
.customer-account-createpassword .columns .column.main .fieldset .field .control input[type="datetime"]:-ms-input-placeholder,
.customer-account-login .columns .column.main .fieldset .field .control input[type="email"]:-ms-input-placeholder,
.customer-account-forgotpassword .columns .column.main .fieldset .field .control input[type="email"]:-ms-input-placeholder,
.customer-account-create .columns .column.main .fieldset .field .control input[type="email"]:-ms-input-placeholder,
.customer-account-logoutsuccess .columns .column.main .fieldset .field .control input[type="email"]:-ms-input-placeholder,
.gdpr-customer-settings .columns .column.main .fieldset .field .control input[type="email"]:-ms-input-placeholder,
.customer-account-createpassword .columns .column.main .fieldset .field .control input[type="email"]:-ms-input-placeholder,
.customer-account-login .columns .column.main .fieldset .field .control input[type="text"]:-moz-placeholder,
.customer-account-forgotpassword .columns .column.main .fieldset .field .control input[type="text"]:-moz-placeholder,
.customer-account-create .columns .column.main .fieldset .field .control input[type="text"]:-moz-placeholder,
.customer-account-logoutsuccess .columns .column.main .fieldset .field .control input[type="text"]:-moz-placeholder,
.gdpr-customer-settings .columns .column.main .fieldset .field .control input[type="text"]:-moz-placeholder,
.customer-account-createpassword .columns .column.main .fieldset .field .control input[type="text"]:-moz-placeholder,
.customer-account-login .columns .column.main .fieldset .field .control input[type="password"]:-moz-placeholder,
.customer-account-forgotpassword .columns .column.main .fieldset .field .control input[type="password"]:-moz-placeholder,
.customer-account-create .columns .column.main .fieldset .field .control input[type="password"]:-moz-placeholder,
.customer-account-logoutsuccess .columns .column.main .fieldset .field .control input[type="password"]:-moz-placeholder,
.gdpr-customer-settings .columns .column.main .fieldset .field .control input[type="password"]:-moz-placeholder,
.customer-account-createpassword .columns .column.main .fieldset .field .control input[type="password"]:-moz-placeholder,
.customer-account-login .columns .column.main .fieldset .field .control input[type="url"]:-moz-placeholder,
.customer-account-forgotpassword .columns .column.main .fieldset .field .control input[type="url"]:-moz-placeholder,
.customer-account-create .columns .column.main .fieldset .field .control input[type="url"]:-moz-placeholder,
.customer-account-logoutsuccess .columns .column.main .fieldset .field .control input[type="url"]:-moz-placeholder,
.gdpr-customer-settings .columns .column.main .fieldset .field .control input[type="url"]:-moz-placeholder,
.customer-account-createpassword .columns .column.main .fieldset .field .control input[type="url"]:-moz-placeholder,
.customer-account-login .columns .column.main .fieldset .field .control input[type="tel"]:-moz-placeholder,
.customer-account-forgotpassword .columns .column.main .fieldset .field .control input[type="tel"]:-moz-placeholder,
.customer-account-create .columns .column.main .fieldset .field .control input[type="tel"]:-moz-placeholder,
.customer-account-logoutsuccess .columns .column.main .fieldset .field .control input[type="tel"]:-moz-placeholder,
.gdpr-customer-settings .columns .column.main .fieldset .field .control input[type="tel"]:-moz-placeholder,
.customer-account-createpassword .columns .column.main .fieldset .field .control input[type="tel"]:-moz-placeholder,
.customer-account-login .columns .column.main .fieldset .field .control input[type="search"]:-moz-placeholder,
.customer-account-forgotpassword .columns .column.main .fieldset .field .control input[type="search"]:-moz-placeholder,
.customer-account-create .columns .column.main .fieldset .field .control input[type="search"]:-moz-placeholder,
.customer-account-logoutsuccess .columns .column.main .fieldset .field .control input[type="search"]:-moz-placeholder,
.gdpr-customer-settings .columns .column.main .fieldset .field .control input[type="search"]:-moz-placeholder,
.customer-account-createpassword .columns .column.main .fieldset .field .control input[type="search"]:-moz-placeholder,
.customer-account-login .columns .column.main .fieldset .field .control input[type="number"]:-moz-placeholder,
.customer-account-forgotpassword .columns .column.main .fieldset .field .control input[type="number"]:-moz-placeholder,
.customer-account-create .columns .column.main .fieldset .field .control input[type="number"]:-moz-placeholder,
.customer-account-logoutsuccess .columns .column.main .fieldset .field .control input[type="number"]:-moz-placeholder,
.gdpr-customer-settings .columns .column.main .fieldset .field .control input[type="number"]:-moz-placeholder,
.customer-account-createpassword .columns .column.main .fieldset .field .control input[type="number"]:-moz-placeholder,
.customer-account-login .columns .column.main .fieldset .field .control input[type="datetime"]:-moz-placeholder,
.customer-account-forgotpassword .columns .column.main .fieldset .field .control input[type="datetime"]:-moz-placeholder,
.customer-account-create .columns .column.main .fieldset .field .control input[type="datetime"]:-moz-placeholder,
.customer-account-logoutsuccess .columns .column.main .fieldset .field .control input[type="datetime"]:-moz-placeholder,
.gdpr-customer-settings .columns .column.main .fieldset .field .control input[type="datetime"]:-moz-placeholder,
.customer-account-createpassword .columns .column.main .fieldset .field .control input[type="datetime"]:-moz-placeholder,
.customer-account-login .columns .column.main .fieldset .field .control input[type="email"]:-moz-placeholder,
.customer-account-forgotpassword .columns .column.main .fieldset .field .control input[type="email"]:-moz-placeholder,
.customer-account-create .columns .column.main .fieldset .field .control input[type="email"]:-moz-placeholder,
.customer-account-logoutsuccess .columns .column.main .fieldset .field .control input[type="email"]:-moz-placeholder,
.gdpr-customer-settings .columns .column.main .fieldset .field .control input[type="email"]:-moz-placeholder,
.customer-account-createpassword .columns .column.main .fieldset .field .control input[type="email"]:-moz-placeholder {
  opacity: 1;
  color: #555555;
  font-weight: 300;
  background-color: transparent;
}
.customer-account-login .columns .column.main .fieldset .field .control input[type="text"].mage-error,
.customer-account-forgotpassword .columns .column.main .fieldset .field .control input[type="text"].mage-error,
.customer-account-create .columns .column.main .fieldset .field .control input[type="text"].mage-error,
.customer-account-logoutsuccess .columns .column.main .fieldset .field .control input[type="text"].mage-error,
.gdpr-customer-settings .columns .column.main .fieldset .field .control input[type="text"].mage-error,
.customer-account-createpassword .columns .column.main .fieldset .field .control input[type="text"].mage-error,
.customer-account-login .columns .column.main .fieldset .field .control input[type="password"].mage-error,
.customer-account-forgotpassword .columns .column.main .fieldset .field .control input[type="password"].mage-error,
.customer-account-create .columns .column.main .fieldset .field .control input[type="password"].mage-error,
.customer-account-logoutsuccess .columns .column.main .fieldset .field .control input[type="password"].mage-error,
.gdpr-customer-settings .columns .column.main .fieldset .field .control input[type="password"].mage-error,
.customer-account-createpassword .columns .column.main .fieldset .field .control input[type="password"].mage-error,
.customer-account-login .columns .column.main .fieldset .field .control input[type="url"].mage-error,
.customer-account-forgotpassword .columns .column.main .fieldset .field .control input[type="url"].mage-error,
.customer-account-create .columns .column.main .fieldset .field .control input[type="url"].mage-error,
.customer-account-logoutsuccess .columns .column.main .fieldset .field .control input[type="url"].mage-error,
.gdpr-customer-settings .columns .column.main .fieldset .field .control input[type="url"].mage-error,
.customer-account-createpassword .columns .column.main .fieldset .field .control input[type="url"].mage-error,
.customer-account-login .columns .column.main .fieldset .field .control input[type="tel"].mage-error,
.customer-account-forgotpassword .columns .column.main .fieldset .field .control input[type="tel"].mage-error,
.customer-account-create .columns .column.main .fieldset .field .control input[type="tel"].mage-error,
.customer-account-logoutsuccess .columns .column.main .fieldset .field .control input[type="tel"].mage-error,
.gdpr-customer-settings .columns .column.main .fieldset .field .control input[type="tel"].mage-error,
.customer-account-createpassword .columns .column.main .fieldset .field .control input[type="tel"].mage-error,
.customer-account-login .columns .column.main .fieldset .field .control input[type="search"].mage-error,
.customer-account-forgotpassword .columns .column.main .fieldset .field .control input[type="search"].mage-error,
.customer-account-create .columns .column.main .fieldset .field .control input[type="search"].mage-error,
.customer-account-logoutsuccess .columns .column.main .fieldset .field .control input[type="search"].mage-error,
.gdpr-customer-settings .columns .column.main .fieldset .field .control input[type="search"].mage-error,
.customer-account-createpassword .columns .column.main .fieldset .field .control input[type="search"].mage-error,
.customer-account-login .columns .column.main .fieldset .field .control input[type="number"].mage-error,
.customer-account-forgotpassword .columns .column.main .fieldset .field .control input[type="number"].mage-error,
.customer-account-create .columns .column.main .fieldset .field .control input[type="number"].mage-error,
.customer-account-logoutsuccess .columns .column.main .fieldset .field .control input[type="number"].mage-error,
.gdpr-customer-settings .columns .column.main .fieldset .field .control input[type="number"].mage-error,
.customer-account-createpassword .columns .column.main .fieldset .field .control input[type="number"].mage-error,
.customer-account-login .columns .column.main .fieldset .field .control input[type="email"].mage-error,
.customer-account-forgotpassword .columns .column.main .fieldset .field .control input[type="email"].mage-error,
.customer-account-create .columns .column.main .fieldset .field .control input[type="email"].mage-error,
.customer-account-logoutsuccess .columns .column.main .fieldset .field .control input[type="email"].mage-error,
.gdpr-customer-settings .columns .column.main .fieldset .field .control input[type="email"].mage-error,
.customer-account-createpassword .columns .column.main .fieldset .field .control input[type="email"].mage-error {
  border-color: #a12c2e;
}
.customer-account-login .columns .column.main .fieldset .field .control textarea,
.customer-account-forgotpassword .columns .column.main .fieldset .field .control textarea,
.customer-account-create .columns .column.main .fieldset .field .control textarea,
.customer-account-logoutsuccess .columns .column.main .fieldset .field .control textarea,
.gdpr-customer-settings .columns .column.main .fieldset .field .control textarea,
.customer-account-createpassword .columns .column.main .fieldset .field .control textarea {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  background-color: transparent;
  border: 1px solid #575757;
  color: #333333;
  box-shadow: none;
  border-radius: 8px;
  padding: 0 16px;
  height: 46px;
  font-size: 1.6rem;
  line-height: 2rem;
  min-height: 90px;
  resize: none;
}
.customer-account-login .columns .column.main .fieldset .field .control textarea:focus,
.customer-account-forgotpassword .columns .column.main .fieldset .field .control textarea:focus,
.customer-account-create .columns .column.main .fieldset .field .control textarea:focus,
.customer-account-logoutsuccess .columns .column.main .fieldset .field .control textarea:focus,
.gdpr-customer-settings .columns .column.main .fieldset .field .control textarea:focus,
.customer-account-createpassword .columns .column.main .fieldset .field .control textarea:focus {
  outline: none;
  border: 1px solid #575757;
}
.customer-account-login .columns .column.main .fieldset .field .control textarea::-webkit-input-placeholder,
.customer-account-forgotpassword .columns .column.main .fieldset .field .control textarea::-webkit-input-placeholder,
.customer-account-create .columns .column.main .fieldset .field .control textarea::-webkit-input-placeholder,
.customer-account-logoutsuccess .columns .column.main .fieldset .field .control textarea::-webkit-input-placeholder,
.gdpr-customer-settings .columns .column.main .fieldset .field .control textarea::-webkit-input-placeholder,
.customer-account-createpassword .columns .column.main .fieldset .field .control textarea::-webkit-input-placeholder,
.customer-account-login .columns .column.main .fieldset .field .control textarea:-moz-placeholder,
.customer-account-forgotpassword .columns .column.main .fieldset .field .control textarea:-moz-placeholder,
.customer-account-create .columns .column.main .fieldset .field .control textarea:-moz-placeholder,
.customer-account-logoutsuccess .columns .column.main .fieldset .field .control textarea:-moz-placeholder,
.gdpr-customer-settings .columns .column.main .fieldset .field .control textarea:-moz-placeholder,
.customer-account-createpassword .columns .column.main .fieldset .field .control textarea:-moz-placeholder,
.customer-account-login .columns .column.main .fieldset .field .control textarea:-ms-input-placeholder,
.customer-account-forgotpassword .columns .column.main .fieldset .field .control textarea:-ms-input-placeholder,
.customer-account-create .columns .column.main .fieldset .field .control textarea:-ms-input-placeholder,
.customer-account-logoutsuccess .columns .column.main .fieldset .field .control textarea:-ms-input-placeholder,
.gdpr-customer-settings .columns .column.main .fieldset .field .control textarea:-ms-input-placeholder,
.customer-account-createpassword .columns .column.main .fieldset .field .control textarea:-ms-input-placeholder,
.customer-account-login .columns .column.main .fieldset .field .control textarea:-moz-placeholder,
.customer-account-forgotpassword .columns .column.main .fieldset .field .control textarea:-moz-placeholder,
.customer-account-create .columns .column.main .fieldset .field .control textarea:-moz-placeholder,
.customer-account-logoutsuccess .columns .column.main .fieldset .field .control textarea:-moz-placeholder,
.gdpr-customer-settings .columns .column.main .fieldset .field .control textarea:-moz-placeholder,
.customer-account-createpassword .columns .column.main .fieldset .field .control textarea:-moz-placeholder {
  opacity: 1;
  color: #555555;
  font-weight: 300;
  background-color: transparent;
}
.customer-account-login .columns .column.main .fieldset .field .control textarea.mage-error,
.customer-account-forgotpassword .columns .column.main .fieldset .field .control textarea.mage-error,
.customer-account-create .columns .column.main .fieldset .field .control textarea.mage-error,
.customer-account-logoutsuccess .columns .column.main .fieldset .field .control textarea.mage-error,
.gdpr-customer-settings .columns .column.main .fieldset .field .control textarea.mage-error,
.customer-account-createpassword .columns .column.main .fieldset .field .control textarea.mage-error {
  border-color: #a12c2e;
}
.customer-account-login .columns .column.main .fieldset .field.form-group,
.customer-account-forgotpassword .columns .column.main .fieldset .field.form-group,
.customer-account-create .columns .column.main .fieldset .field.form-group,
.customer-account-logoutsuccess .columns .column.main .fieldset .field.form-group,
.gdpr-customer-settings .columns .column.main .fieldset .field.form-group,
.customer-account-createpassword .columns .column.main .fieldset .field.form-group {
  margin-bottom: 24px;
}
.customer-account-login .columns .column.main .fieldset .checkbox-group .amform-groupv2,
.customer-account-forgotpassword .columns .column.main .fieldset .checkbox-group .amform-groupv2,
.customer-account-create .columns .column.main .fieldset .checkbox-group .amform-groupv2,
.customer-account-logoutsuccess .columns .column.main .fieldset .checkbox-group .amform-groupv2,
.gdpr-customer-settings .columns .column.main .fieldset .checkbox-group .amform-groupv2,
.customer-account-createpassword .columns .column.main .fieldset .checkbox-group .amform-groupv2 {
  min-height: 20px;
  width: 100%;
  clear: both;
  display: block;
}
.customer-account-login .columns .column.main .fieldset .checkbox-group .amform-groupv2:after,
.customer-account-forgotpassword .columns .column.main .fieldset .checkbox-group .amform-groupv2:after,
.customer-account-create .columns .column.main .fieldset .checkbox-group .amform-groupv2:after,
.customer-account-logoutsuccess .columns .column.main .fieldset .checkbox-group .amform-groupv2:after,
.gdpr-customer-settings .columns .column.main .fieldset .checkbox-group .amform-groupv2:after,
.customer-account-createpassword .columns .column.main .fieldset .checkbox-group .amform-groupv2:after {
  display: block;
  clear: both;
  content: "";
}
.customer-account-login .columns .column.main .fieldset .checkbox-group .amform-versiontwo-label,
.customer-account-forgotpassword .columns .column.main .fieldset .checkbox-group .amform-versiontwo-label,
.customer-account-create .columns .column.main .fieldset .checkbox-group .amform-versiontwo-label,
.customer-account-logoutsuccess .columns .column.main .fieldset .checkbox-group .amform-versiontwo-label,
.gdpr-customer-settings .columns .column.main .fieldset .checkbox-group .amform-versiontwo-label,
.customer-account-createpassword .columns .column.main .fieldset .checkbox-group .amform-versiontwo-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;
  float: left;
}
.customer-account-login .columns .column.main .fieldset .checkbox-group .amform-versiontwo-label input,
.customer-account-forgotpassword .columns .column.main .fieldset .checkbox-group .amform-versiontwo-label input,
.customer-account-create .columns .column.main .fieldset .checkbox-group .amform-versiontwo-label input,
.customer-account-logoutsuccess .columns .column.main .fieldset .checkbox-group .amform-versiontwo-label input,
.gdpr-customer-settings .columns .column.main .fieldset .checkbox-group .amform-versiontwo-label input,
.customer-account-createpassword .columns .column.main .fieldset .checkbox-group .amform-versiontwo-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.customer-account-login .columns .column.main .fieldset .checkbox-group .amform-versiontwo-label input:checked ~ .checkmark,
.customer-account-forgotpassword .columns .column.main .fieldset .checkbox-group .amform-versiontwo-label input:checked ~ .checkmark,
.customer-account-create .columns .column.main .fieldset .checkbox-group .amform-versiontwo-label input:checked ~ .checkmark,
.customer-account-logoutsuccess .columns .column.main .fieldset .checkbox-group .amform-versiontwo-label input:checked ~ .checkmark,
.gdpr-customer-settings .columns .column.main .fieldset .checkbox-group .amform-versiontwo-label input:checked ~ .checkmark,
.customer-account-createpassword .columns .column.main .fieldset .checkbox-group .amform-versiontwo-label input:checked ~ .checkmark {
  background-color: #333333;
}
.customer-account-login .columns .column.main .fieldset .checkbox-group .amform-versiontwo-label input:checked ~ .checkmark:after,
.customer-account-forgotpassword .columns .column.main .fieldset .checkbox-group .amform-versiontwo-label input:checked ~ .checkmark:after,
.customer-account-create .columns .column.main .fieldset .checkbox-group .amform-versiontwo-label input:checked ~ .checkmark:after,
.customer-account-logoutsuccess .columns .column.main .fieldset .checkbox-group .amform-versiontwo-label input:checked ~ .checkmark:after,
.gdpr-customer-settings .columns .column.main .fieldset .checkbox-group .amform-versiontwo-label input:checked ~ .checkmark:after,
.customer-account-createpassword .columns .column.main .fieldset .checkbox-group .amform-versiontwo-label input:checked ~ .checkmark:after {
  display: block;
}
.customer-account-login .columns .column.main .fieldset .checkbox-group .amform-versiontwo-label:hover input ~ .checkmark,
.customer-account-forgotpassword .columns .column.main .fieldset .checkbox-group .amform-versiontwo-label:hover input ~ .checkmark,
.customer-account-create .columns .column.main .fieldset .checkbox-group .amform-versiontwo-label:hover input ~ .checkmark,
.customer-account-logoutsuccess .columns .column.main .fieldset .checkbox-group .amform-versiontwo-label:hover input ~ .checkmark,
.gdpr-customer-settings .columns .column.main .fieldset .checkbox-group .amform-versiontwo-label:hover input ~ .checkmark,
.customer-account-createpassword .columns .column.main .fieldset .checkbox-group .amform-versiontwo-label:hover input ~ .checkmark {
  background-color: #333333;
}
.customer-account-login .columns .column.main .fieldset .checkbox-group .amform-versiontwo-label:hover input ~ .checkmark:after,
.customer-account-forgotpassword .columns .column.main .fieldset .checkbox-group .amform-versiontwo-label:hover input ~ .checkmark:after,
.customer-account-create .columns .column.main .fieldset .checkbox-group .amform-versiontwo-label:hover input ~ .checkmark:after,
.customer-account-logoutsuccess .columns .column.main .fieldset .checkbox-group .amform-versiontwo-label:hover input ~ .checkmark:after,
.gdpr-customer-settings .columns .column.main .fieldset .checkbox-group .amform-versiontwo-label:hover input ~ .checkmark:after,
.customer-account-createpassword .columns .column.main .fieldset .checkbox-group .amform-versiontwo-label:hover input ~ .checkmark:after {
  display: block;
}
.customer-account-login .columns .column.main .fieldset .checkbox-group .amform-versiontwo-label .checkmark:after,
.customer-account-forgotpassword .columns .column.main .fieldset .checkbox-group .amform-versiontwo-label .checkmark:after,
.customer-account-create .columns .column.main .fieldset .checkbox-group .amform-versiontwo-label .checkmark:after,
.customer-account-logoutsuccess .columns .column.main .fieldset .checkbox-group .amform-versiontwo-label .checkmark:after,
.gdpr-customer-settings .columns .column.main .fieldset .checkbox-group .amform-versiontwo-label .checkmark:after,
.customer-account-createpassword .columns .column.main .fieldset .checkbox-group .amform-versiontwo-label .checkmark:after {
  left: 7px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.customer-account-login .columns .column.main .fieldset .checkbox-group .checkmark,
.customer-account-forgotpassword .columns .column.main .fieldset .checkbox-group .checkmark,
.customer-account-create .columns .column.main .fieldset .checkbox-group .checkmark,
.customer-account-logoutsuccess .columns .column.main .fieldset .checkbox-group .checkmark,
.gdpr-customer-settings .columns .column.main .fieldset .checkbox-group .checkmark,
.customer-account-createpassword .columns .column.main .fieldset .checkbox-group .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #ffffff;
  border: 1px solid #333333;
  border-radius: 2px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.customer-account-login .columns .column.main .fieldset .checkbox-group .checkmark:after,
.customer-account-forgotpassword .columns .column.main .fieldset .checkbox-group .checkmark:after,
.customer-account-create .columns .column.main .fieldset .checkbox-group .checkmark:after,
.customer-account-logoutsuccess .columns .column.main .fieldset .checkbox-group .checkmark:after,
.gdpr-customer-settings .columns .column.main .fieldset .checkbox-group .checkmark:after,
.customer-account-createpassword .columns .column.main .fieldset .checkbox-group .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.customer-account-login .columns .column.main .fieldset .tooltip.wrapper,
.customer-account-forgotpassword .columns .column.main .fieldset .tooltip.wrapper,
.customer-account-create .columns .column.main .fieldset .tooltip.wrapper,
.customer-account-logoutsuccess .columns .column.main .fieldset .tooltip.wrapper,
.gdpr-customer-settings .columns .column.main .fieldset .tooltip.wrapper,
.customer-account-createpassword .columns .column.main .fieldset .tooltip.wrapper {
  float: left;
}
.customer-account-login .columns .column.main .fieldset .tooltip.wrapper:hover:before,
.customer-account-forgotpassword .columns .column.main .fieldset .tooltip.wrapper:hover:before,
.customer-account-create .columns .column.main .fieldset .tooltip.wrapper:hover:before,
.customer-account-logoutsuccess .columns .column.main .fieldset .tooltip.wrapper:hover:before,
.gdpr-customer-settings .columns .column.main .fieldset .tooltip.wrapper:hover:before,
.customer-account-createpassword .columns .column.main .fieldset .tooltip.wrapper:hover:before {
  border: solid;
  border-color: #ffffff transparent;
  border-width: 0 16px 16px 16px;
  bottom: unset;
  content: '';
  top: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  z-index: 101;
}
.customer-account-login .columns .column.main .fieldset .tooltip.wrapper a.link.tooltip.toggle,
.customer-account-forgotpassword .columns .column.main .fieldset .tooltip.wrapper a.link.tooltip.toggle,
.customer-account-create .columns .column.main .fieldset .tooltip.wrapper a.link.tooltip.toggle,
.customer-account-logoutsuccess .columns .column.main .fieldset .tooltip.wrapper a.link.tooltip.toggle,
.gdpr-customer-settings .columns .column.main .fieldset .tooltip.wrapper a.link.tooltip.toggle,
.customer-account-createpassword .columns .column.main .fieldset .tooltip.wrapper a.link.tooltip.toggle {
  color: #333333;
  background: #ffffff;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid #333333;
  display: inline-block;
  text-align: center;
  margin: 0 5px 0 5px;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 600;
  cursor: pointer;
  text-transform: none;
  text-decoration: none;
}
.customer-account-login .columns .column.main .fieldset .tooltip.wrapper a.link.tooltip.toggle:visited,
.customer-account-forgotpassword .columns .column.main .fieldset .tooltip.wrapper a.link.tooltip.toggle:visited,
.customer-account-create .columns .column.main .fieldset .tooltip.wrapper a.link.tooltip.toggle:visited,
.customer-account-logoutsuccess .columns .column.main .fieldset .tooltip.wrapper a.link.tooltip.toggle:visited,
.gdpr-customer-settings .columns .column.main .fieldset .tooltip.wrapper a.link.tooltip.toggle:visited,
.customer-account-createpassword .columns .column.main .fieldset .tooltip.wrapper a.link.tooltip.toggle:visited,
.customer-account-login .columns .column.main .fieldset .tooltip.wrapper a.link.tooltip.toggle:active,
.customer-account-forgotpassword .columns .column.main .fieldset .tooltip.wrapper a.link.tooltip.toggle:active,
.customer-account-create .columns .column.main .fieldset .tooltip.wrapper a.link.tooltip.toggle:active,
.customer-account-logoutsuccess .columns .column.main .fieldset .tooltip.wrapper a.link.tooltip.toggle:active,
.gdpr-customer-settings .columns .column.main .fieldset .tooltip.wrapper a.link.tooltip.toggle:active,
.customer-account-createpassword .columns .column.main .fieldset .tooltip.wrapper a.link.tooltip.toggle:active {
  color: #333333;
  text-decoration: none;
}
.customer-account-login .columns .column.main .fieldset .tooltip.wrapper a.link.tooltip.toggle:hover,
.customer-account-forgotpassword .columns .column.main .fieldset .tooltip.wrapper a.link.tooltip.toggle:hover,
.customer-account-create .columns .column.main .fieldset .tooltip.wrapper a.link.tooltip.toggle:hover,
.customer-account-logoutsuccess .columns .column.main .fieldset .tooltip.wrapper a.link.tooltip.toggle:hover,
.gdpr-customer-settings .columns .column.main .fieldset .tooltip.wrapper a.link.tooltip.toggle:hover,
.customer-account-createpassword .columns .column.main .fieldset .tooltip.wrapper a.link.tooltip.toggle:hover {
  color: #333333;
  text-decoration: none;
}
.customer-account-login .columns .column.main .fieldset .tooltip.wrapper a.link.tooltip.toggle:focus,
.customer-account-forgotpassword .columns .column.main .fieldset .tooltip.wrapper a.link.tooltip.toggle:focus,
.customer-account-create .columns .column.main .fieldset .tooltip.wrapper a.link.tooltip.toggle:focus,
.customer-account-logoutsuccess .columns .column.main .fieldset .tooltip.wrapper a.link.tooltip.toggle:focus,
.gdpr-customer-settings .columns .column.main .fieldset .tooltip.wrapper a.link.tooltip.toggle:focus,
.customer-account-createpassword .columns .column.main .fieldset .tooltip.wrapper a.link.tooltip.toggle:focus {
  color: #333333;
  text-decoration: none;
}
.customer-account-login .columns .column.main .fieldset .tooltip.wrapper .tooltip.content,
.customer-account-forgotpassword .columns .column.main .fieldset .tooltip.wrapper .tooltip.content,
.customer-account-create .columns .column.main .fieldset .tooltip.wrapper .tooltip.content,
.customer-account-logoutsuccess .columns .column.main .fieldset .tooltip.wrapper .tooltip.content,
.gdpr-customer-settings .columns .column.main .fieldset .tooltip.wrapper .tooltip.content,
.customer-account-createpassword .columns .column.main .fieldset .tooltip.wrapper .tooltip.content {
  text-align: center;
  margin-top: 0;
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid #e9e9e9;
  -webkit-box-shadow: 0 0 40px -1px rgba(140, 140, 140, 0.85);
  -moz-box-shadow: 0 0 40px -1px rgba(140, 140, 140, 0.85);
  box-shadow: 0 0 40px -1px rgba(140, 140, 140, 0.85);
  bottom: unset;
  top: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 300px;
  padding: 24px;
  content: attr(tooltip);
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 400;
  color: #333333;
}
.customer-account-login .columns .column.main .fieldset .tooltip.wrapper .tooltip.content:after,
.customer-account-forgotpassword .columns .column.main .fieldset .tooltip.wrapper .tooltip.content:after,
.customer-account-create .columns .column.main .fieldset .tooltip.wrapper .tooltip.content:after,
.customer-account-logoutsuccess .columns .column.main .fieldset .tooltip.wrapper .tooltip.content:after,
.gdpr-customer-settings .columns .column.main .fieldset .tooltip.wrapper .tooltip.content:after,
.customer-account-createpassword .columns .column.main .fieldset .tooltip.wrapper .tooltip.content:after {
  display: none;
}
.customer-account-login .columns .column.main .fieldset .tooltip.wrapper .tooltip.content:before,
.customer-account-forgotpassword .columns .column.main .fieldset .tooltip.wrapper .tooltip.content:before,
.customer-account-create .columns .column.main .fieldset .tooltip.wrapper .tooltip.content:before,
.customer-account-logoutsuccess .columns .column.main .fieldset .tooltip.wrapper .tooltip.content:before,
.gdpr-customer-settings .columns .column.main .fieldset .tooltip.wrapper .tooltip.content:before,
.customer-account-createpassword .columns .column.main .fieldset .tooltip.wrapper .tooltip.content:before {
  display: none;
}
.customer-account-login .columns .column.main .fieldset .note,
.customer-account-forgotpassword .columns .column.main .fieldset .note,
.customer-account-create .columns .column.main .fieldset .note,
.customer-account-logoutsuccess .columns .column.main .fieldset .note,
.gdpr-customer-settings .columns .column.main .fieldset .note,
.customer-account-createpassword .columns .column.main .fieldset .note {
  margin: 0 0 20px;
  font-weight: 400;
  color: #333333;
  font-size: 1.4rem;
  line-height: 2.2rem;
}
.customer-account-login .columns .column.main .fieldset:after,
.customer-account-forgotpassword .columns .column.main .fieldset:after,
.customer-account-create .columns .column.main .fieldset:after,
.customer-account-logoutsuccess .columns .column.main .fieldset:after,
.gdpr-customer-settings .columns .column.main .fieldset:after,
.customer-account-createpassword .columns .column.main .fieldset:after {
  margin: 10px 0 0;
  font-size: 16px;
  text-align: right;
}
.customer-account-login .columns .column.main .actions-toolbar > .primary,
.customer-account-forgotpassword .columns .column.main .actions-toolbar > .primary,
.customer-account-create .columns .column.main .actions-toolbar > .primary,
.customer-account-logoutsuccess .columns .column.main .actions-toolbar > .primary,
.gdpr-customer-settings .columns .column.main .actions-toolbar > .primary,
.customer-account-createpassword .columns .column.main .actions-toolbar > .primary {
  padding: 3px;
  margin: 0 0 6px;
}
.customer-account-login .columns .column.main .actions-toolbar > .primary .action.primary,
.customer-account-forgotpassword .columns .column.main .actions-toolbar > .primary .action.primary,
.customer-account-create .columns .column.main .actions-toolbar > .primary .action.primary,
.customer-account-logoutsuccess .columns .column.main .actions-toolbar > .primary .action.primary,
.gdpr-customer-settings .columns .column.main .actions-toolbar > .primary .action.primary,
.customer-account-createpassword .columns .column.main .actions-toolbar > .primary .action.primary {
  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;
}
.customer-account-login .columns .column.main .actions-toolbar > .primary .action.primary:visited,
.customer-account-forgotpassword .columns .column.main .actions-toolbar > .primary .action.primary:visited,
.customer-account-create .columns .column.main .actions-toolbar > .primary .action.primary:visited,
.customer-account-logoutsuccess .columns .column.main .actions-toolbar > .primary .action.primary:visited,
.gdpr-customer-settings .columns .column.main .actions-toolbar > .primary .action.primary:visited,
.customer-account-createpassword .columns .column.main .actions-toolbar > .primary .action.primary:visited,
.customer-account-login .columns .column.main .actions-toolbar > .primary .action.primary:active,
.customer-account-forgotpassword .columns .column.main .actions-toolbar > .primary .action.primary:active,
.customer-account-create .columns .column.main .actions-toolbar > .primary .action.primary:active,
.customer-account-logoutsuccess .columns .column.main .actions-toolbar > .primary .action.primary:active,
.gdpr-customer-settings .columns .column.main .actions-toolbar > .primary .action.primary:active,
.customer-account-createpassword .columns .column.main .actions-toolbar > .primary .action.primary:active {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
}
.customer-account-login .columns .column.main .actions-toolbar > .primary .action.primary:hover,
.customer-account-forgotpassword .columns .column.main .actions-toolbar > .primary .action.primary:hover,
.customer-account-create .columns .column.main .actions-toolbar > .primary .action.primary:hover,
.customer-account-logoutsuccess .columns .column.main .actions-toolbar > .primary .action.primary:hover,
.gdpr-customer-settings .columns .column.main .actions-toolbar > .primary .action.primary:hover,
.customer-account-createpassword .columns .column.main .actions-toolbar > .primary .action.primary:hover {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #65a944;
  border: 2px solid #65a944;
}
.customer-account-login .columns .column.main .actions-toolbar > .primary .action.primary:focus,
.customer-account-forgotpassword .columns .column.main .actions-toolbar > .primary .action.primary:focus,
.customer-account-create .columns .column.main .actions-toolbar > .primary .action.primary:focus,
.customer-account-logoutsuccess .columns .column.main .actions-toolbar > .primary .action.primary:focus,
.gdpr-customer-settings .columns .column.main .actions-toolbar > .primary .action.primary:focus,
.customer-account-createpassword .columns .column.main .actions-toolbar > .primary .action.primary:focus {
  outline: 0;
  color: #3e703d;
  background-color: transparent;
  border: 2px solid #3e703d;
  text-decoration: none;
}
.customer-account-login .columns .column.main .actions-toolbar > .primary .action.primary span:after,
.customer-account-forgotpassword .columns .column.main .actions-toolbar > .primary .action.primary span:after,
.customer-account-create .columns .column.main .actions-toolbar > .primary .action.primary span:after,
.customer-account-logoutsuccess .columns .column.main .actions-toolbar > .primary .action.primary span:after,
.gdpr-customer-settings .columns .column.main .actions-toolbar > .primary .action.primary span:after,
.customer-account-createpassword .columns .column.main .actions-toolbar > .primary .action.primary span:after {
  display: none;
}
.customer-account-login .columns .column.main .actions-toolbar > .secondary .action.remind,
.customer-account-forgotpassword .columns .column.main .actions-toolbar > .secondary .action.remind,
.customer-account-create .columns .column.main .actions-toolbar > .secondary .action.remind,
.customer-account-logoutsuccess .columns .column.main .actions-toolbar > .secondary .action.remind,
.gdpr-customer-settings .columns .column.main .actions-toolbar > .secondary .action.remind,
.customer-account-createpassword .columns .column.main .actions-toolbar > .secondary .action.remind,
.customer-account-login .columns .column.main .actions-toolbar > .secondary .action.back,
.customer-account-forgotpassword .columns .column.main .actions-toolbar > .secondary .action.back,
.customer-account-create .columns .column.main .actions-toolbar > .secondary .action.back,
.customer-account-logoutsuccess .columns .column.main .actions-toolbar > .secondary .action.back,
.gdpr-customer-settings .columns .column.main .actions-toolbar > .secondary .action.back,
.customer-account-createpassword .columns .column.main .actions-toolbar > .secondary .action.back {
  -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;
}
.customer-account-login .columns .column.main .actions-toolbar > .secondary .action.remind:visited,
.customer-account-forgotpassword .columns .column.main .actions-toolbar > .secondary .action.remind:visited,
.customer-account-create .columns .column.main .actions-toolbar > .secondary .action.remind:visited,
.customer-account-logoutsuccess .columns .column.main .actions-toolbar > .secondary .action.remind:visited,
.gdpr-customer-settings .columns .column.main .actions-toolbar > .secondary .action.remind:visited,
.customer-account-createpassword .columns .column.main .actions-toolbar > .secondary .action.remind:visited,
.customer-account-login .columns .column.main .actions-toolbar > .secondary .action.back:visited,
.customer-account-forgotpassword .columns .column.main .actions-toolbar > .secondary .action.back:visited,
.customer-account-create .columns .column.main .actions-toolbar > .secondary .action.back:visited,
.customer-account-logoutsuccess .columns .column.main .actions-toolbar > .secondary .action.back:visited,
.gdpr-customer-settings .columns .column.main .actions-toolbar > .secondary .action.back:visited,
.customer-account-createpassword .columns .column.main .actions-toolbar > .secondary .action.back:visited,
.customer-account-login .columns .column.main .actions-toolbar > .secondary .action.remind:active,
.customer-account-forgotpassword .columns .column.main .actions-toolbar > .secondary .action.remind:active,
.customer-account-create .columns .column.main .actions-toolbar > .secondary .action.remind:active,
.customer-account-logoutsuccess .columns .column.main .actions-toolbar > .secondary .action.remind:active,
.gdpr-customer-settings .columns .column.main .actions-toolbar > .secondary .action.remind:active,
.customer-account-createpassword .columns .column.main .actions-toolbar > .secondary .action.remind:active,
.customer-account-login .columns .column.main .actions-toolbar > .secondary .action.back:active,
.customer-account-forgotpassword .columns .column.main .actions-toolbar > .secondary .action.back:active,
.customer-account-create .columns .column.main .actions-toolbar > .secondary .action.back:active,
.customer-account-logoutsuccess .columns .column.main .actions-toolbar > .secondary .action.back:active,
.gdpr-customer-settings .columns .column.main .actions-toolbar > .secondary .action.back:active,
.customer-account-createpassword .columns .column.main .actions-toolbar > .secondary .action.back:active {
  color: #3e703d;
  text-decoration: underline;
}
.customer-account-login .columns .column.main .actions-toolbar > .secondary .action.remind:hover,
.customer-account-forgotpassword .columns .column.main .actions-toolbar > .secondary .action.remind:hover,
.customer-account-create .columns .column.main .actions-toolbar > .secondary .action.remind:hover,
.customer-account-logoutsuccess .columns .column.main .actions-toolbar > .secondary .action.remind:hover,
.gdpr-customer-settings .columns .column.main .actions-toolbar > .secondary .action.remind:hover,
.customer-account-createpassword .columns .column.main .actions-toolbar > .secondary .action.remind:hover,
.customer-account-login .columns .column.main .actions-toolbar > .secondary .action.back:hover,
.customer-account-forgotpassword .columns .column.main .actions-toolbar > .secondary .action.back:hover,
.customer-account-create .columns .column.main .actions-toolbar > .secondary .action.back:hover,
.customer-account-logoutsuccess .columns .column.main .actions-toolbar > .secondary .action.back:hover,
.gdpr-customer-settings .columns .column.main .actions-toolbar > .secondary .action.back:hover,
.customer-account-createpassword .columns .column.main .actions-toolbar > .secondary .action.back:hover {
  color: #65a944;
  text-decoration: underline;
}
.customer-account-login .columns .column.main .actions-toolbar > .secondary .action.remind:focus,
.customer-account-forgotpassword .columns .column.main .actions-toolbar > .secondary .action.remind:focus,
.customer-account-create .columns .column.main .actions-toolbar > .secondary .action.remind:focus,
.customer-account-logoutsuccess .columns .column.main .actions-toolbar > .secondary .action.remind:focus,
.gdpr-customer-settings .columns .column.main .actions-toolbar > .secondary .action.remind:focus,
.customer-account-createpassword .columns .column.main .actions-toolbar > .secondary .action.remind:focus,
.customer-account-login .columns .column.main .actions-toolbar > .secondary .action.back:focus,
.customer-account-forgotpassword .columns .column.main .actions-toolbar > .secondary .action.back:focus,
.customer-account-create .columns .column.main .actions-toolbar > .secondary .action.back:focus,
.customer-account-logoutsuccess .columns .column.main .actions-toolbar > .secondary .action.back:focus,
.gdpr-customer-settings .columns .column.main .actions-toolbar > .secondary .action.back:focus,
.customer-account-createpassword .columns .column.main .actions-toolbar > .secondary .action.back:focus {
  color: #3e703d;
  text-decoration: underline;
}
.customer-account-login .login-container,
.customer-account-forgotpassword .login-container,
.customer-account-create .login-container,
.customer-account-logoutsuccess .login-container,
.gdpr-customer-settings .login-container,
.customer-account-createpassword .login-container,
.customer-account-login .register-container,
.customer-account-forgotpassword .register-container,
.customer-account-create .register-container,
.customer-account-logoutsuccess .register-container,
.gdpr-customer-settings .register-container,
.customer-account-createpassword .register-container,
.customer-account-login .forgot-container,
.customer-account-forgotpassword .forgot-container,
.customer-account-create .forgot-container,
.customer-account-logoutsuccess .forgot-container,
.gdpr-customer-settings .forgot-container,
.customer-account-createpassword .forgot-container {
  min-height: 1px;
}
.customer-account-login .login-container:after,
.customer-account-forgotpassword .login-container:after,
.customer-account-create .login-container:after,
.customer-account-logoutsuccess .login-container:after,
.gdpr-customer-settings .login-container:after,
.customer-account-createpassword .login-container:after,
.customer-account-login .register-container:after,
.customer-account-forgotpassword .register-container:after,
.customer-account-create .register-container:after,
.customer-account-logoutsuccess .register-container:after,
.gdpr-customer-settings .register-container:after,
.customer-account-createpassword .register-container:after,
.customer-account-login .forgot-container:after,
.customer-account-forgotpassword .forgot-container:after,
.customer-account-create .forgot-container:after,
.customer-account-logoutsuccess .forgot-container:after,
.gdpr-customer-settings .forgot-container:after,
.customer-account-createpassword .forgot-container:after {
  display: block;
  clear: both;
  content: "";
}
.customer-account-login .login-container .block .block-title strong,
.customer-account-forgotpassword .login-container .block .block-title strong,
.customer-account-create .login-container .block .block-title strong,
.customer-account-logoutsuccess .login-container .block .block-title strong,
.gdpr-customer-settings .login-container .block .block-title strong,
.customer-account-createpassword .login-container .block .block-title strong,
.customer-account-login .register-container .block .block-title strong,
.customer-account-forgotpassword .register-container .block .block-title strong,
.customer-account-create .register-container .block .block-title strong,
.customer-account-logoutsuccess .register-container .block .block-title strong,
.gdpr-customer-settings .register-container .block .block-title strong,
.customer-account-createpassword .register-container .block .block-title strong,
.customer-account-login .forgot-container .block .block-title strong,
.customer-account-forgotpassword .forgot-container .block .block-title strong,
.customer-account-create .forgot-container .block .block-title strong,
.customer-account-logoutsuccess .forgot-container .block .block-title strong,
.gdpr-customer-settings .forgot-container .block .block-title strong,
.customer-account-createpassword .forgot-container .block .block-title strong {
  font-size: 2rem;
  line-height: 2.6rem;
  font-weight: 500;
}
.customer-account-login .login-container .block.create.account .block-content .fieldset,
.customer-account-forgotpassword .login-container .block.create.account .block-content .fieldset,
.customer-account-create .login-container .block.create.account .block-content .fieldset,
.customer-account-logoutsuccess .login-container .block.create.account .block-content .fieldset,
.gdpr-customer-settings .login-container .block.create.account .block-content .fieldset,
.customer-account-createpassword .login-container .block.create.account .block-content .fieldset,
.customer-account-login .register-container .block.create.account .block-content .fieldset,
.customer-account-forgotpassword .register-container .block.create.account .block-content .fieldset,
.customer-account-create .register-container .block.create.account .block-content .fieldset,
.customer-account-logoutsuccess .register-container .block.create.account .block-content .fieldset,
.gdpr-customer-settings .register-container .block.create.account .block-content .fieldset,
.customer-account-createpassword .register-container .block.create.account .block-content .fieldset,
.customer-account-login .forgot-container .block.create.account .block-content .fieldset,
.customer-account-forgotpassword .forgot-container .block.create.account .block-content .fieldset,
.customer-account-create .forgot-container .block.create.account .block-content .fieldset,
.customer-account-logoutsuccess .forgot-container .block.create.account .block-content .fieldset,
.gdpr-customer-settings .forgot-container .block.create.account .block-content .fieldset,
.customer-account-createpassword .forgot-container .block.create.account .block-content .fieldset {
  margin: 0 0 15px;
}
.customer-account-login .login-container .actions-toolbar,
.customer-account-forgotpassword .login-container .actions-toolbar,
.customer-account-create .login-container .actions-toolbar,
.customer-account-logoutsuccess .login-container .actions-toolbar,
.gdpr-customer-settings .login-container .actions-toolbar,
.customer-account-createpassword .login-container .actions-toolbar,
.customer-account-login .register-container .actions-toolbar,
.customer-account-forgotpassword .register-container .actions-toolbar,
.customer-account-create .register-container .actions-toolbar,
.customer-account-logoutsuccess .register-container .actions-toolbar,
.gdpr-customer-settings .register-container .actions-toolbar,
.customer-account-createpassword .register-container .actions-toolbar,
.customer-account-login .forgot-container .actions-toolbar,
.customer-account-forgotpassword .forgot-container .actions-toolbar,
.customer-account-create .forgot-container .actions-toolbar,
.customer-account-logoutsuccess .forgot-container .actions-toolbar,
.gdpr-customer-settings .forgot-container .actions-toolbar,
.customer-account-createpassword .forgot-container .actions-toolbar {
  margin-left: 0;
}
.customer-account-login .login-container .actions-toolbar > .primary,
.customer-account-forgotpassword .login-container .actions-toolbar > .primary,
.customer-account-create .login-container .actions-toolbar > .primary,
.customer-account-logoutsuccess .login-container .actions-toolbar > .primary,
.gdpr-customer-settings .login-container .actions-toolbar > .primary,
.customer-account-createpassword .login-container .actions-toolbar > .primary,
.customer-account-login .register-container .actions-toolbar > .primary,
.customer-account-forgotpassword .register-container .actions-toolbar > .primary,
.customer-account-create .register-container .actions-toolbar > .primary,
.customer-account-logoutsuccess .register-container .actions-toolbar > .primary,
.gdpr-customer-settings .register-container .actions-toolbar > .primary,
.customer-account-createpassword .register-container .actions-toolbar > .primary,
.customer-account-login .forgot-container .actions-toolbar > .primary,
.customer-account-forgotpassword .forgot-container .actions-toolbar > .primary,
.customer-account-create .forgot-container .actions-toolbar > .primary,
.customer-account-logoutsuccess .forgot-container .actions-toolbar > .primary,
.gdpr-customer-settings .forgot-container .actions-toolbar > .primary,
.customer-account-createpassword .forgot-container .actions-toolbar > .primary,
.customer-account-login .login-container .actions-toolbar > .secondary,
.customer-account-forgotpassword .login-container .actions-toolbar > .secondary,
.customer-account-create .login-container .actions-toolbar > .secondary,
.customer-account-logoutsuccess .login-container .actions-toolbar > .secondary,
.gdpr-customer-settings .login-container .actions-toolbar > .secondary,
.customer-account-createpassword .login-container .actions-toolbar > .secondary,
.customer-account-login .register-container .actions-toolbar > .secondary,
.customer-account-forgotpassword .register-container .actions-toolbar > .secondary,
.customer-account-create .register-container .actions-toolbar > .secondary,
.customer-account-logoutsuccess .register-container .actions-toolbar > .secondary,
.gdpr-customer-settings .register-container .actions-toolbar > .secondary,
.customer-account-createpassword .register-container .actions-toolbar > .secondary,
.customer-account-login .forgot-container .actions-toolbar > .secondary,
.customer-account-forgotpassword .forgot-container .actions-toolbar > .secondary,
.customer-account-create .forgot-container .actions-toolbar > .secondary,
.customer-account-logoutsuccess .forgot-container .actions-toolbar > .secondary,
.gdpr-customer-settings .forgot-container .actions-toolbar > .secondary,
.customer-account-createpassword .forgot-container .actions-toolbar > .secondary {
  text-align: left;
}
.customer-account-login .login-container .fieldset:after,
.customer-account-forgotpassword .login-container .fieldset:after,
.customer-account-create .login-container .fieldset:after,
.customer-account-logoutsuccess .login-container .fieldset:after,
.gdpr-customer-settings .login-container .fieldset:after,
.customer-account-createpassword .login-container .fieldset:after,
.customer-account-login .register-container .fieldset:after,
.customer-account-forgotpassword .register-container .fieldset:after,
.customer-account-create .register-container .fieldset:after,
.customer-account-logoutsuccess .register-container .fieldset:after,
.gdpr-customer-settings .register-container .fieldset:after,
.customer-account-createpassword .register-container .fieldset:after,
.customer-account-login .forgot-container .fieldset:after,
.customer-account-forgotpassword .forgot-container .fieldset:after,
.customer-account-create .forgot-container .fieldset:after,
.customer-account-logoutsuccess .forgot-container .fieldset:after,
.gdpr-customer-settings .forgot-container .fieldset:after,
.customer-account-createpassword .forgot-container .fieldset:after {
  margin: 10px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #a12c2e;
  font-size: 1.4rem;
  line-height: 2.2rem;
  font-weight: 400;
}
.customer-account-login .amprivacy-policy a,
.customer-account-forgotpassword .amprivacy-policy a,
.customer-account-create .amprivacy-policy a,
.customer-account-logoutsuccess .amprivacy-policy a,
.gdpr-customer-settings .amprivacy-policy a,
.customer-account-createpassword .amprivacy-policy a {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  color: #3e703d;
  text-decoration: underline;
}
.customer-account-login .amprivacy-policy a:visited,
.customer-account-forgotpassword .amprivacy-policy a:visited,
.customer-account-create .amprivacy-policy a:visited,
.customer-account-logoutsuccess .amprivacy-policy a:visited,
.gdpr-customer-settings .amprivacy-policy a:visited,
.customer-account-createpassword .amprivacy-policy a:visited,
.customer-account-login .amprivacy-policy a:active,
.customer-account-forgotpassword .amprivacy-policy a:active,
.customer-account-create .amprivacy-policy a:active,
.customer-account-logoutsuccess .amprivacy-policy a:active,
.gdpr-customer-settings .amprivacy-policy a:active,
.customer-account-createpassword .amprivacy-policy a:active {
  color: #3e703d;
  text-decoration: underline;
}
.customer-account-login .amprivacy-policy a:hover,
.customer-account-forgotpassword .amprivacy-policy a:hover,
.customer-account-create .amprivacy-policy a:hover,
.customer-account-logoutsuccess .amprivacy-policy a:hover,
.gdpr-customer-settings .amprivacy-policy a:hover,
.customer-account-createpassword .amprivacy-policy a:hover {
  color: #65a944;
  text-decoration: underline;
}
.customer-account-login .amprivacy-policy a:focus,
.customer-account-forgotpassword .amprivacy-policy a:focus,
.customer-account-create .amprivacy-policy a:focus,
.customer-account-logoutsuccess .amprivacy-policy a:focus,
.gdpr-customer-settings .amprivacy-policy a:focus,
.customer-account-createpassword .amprivacy-policy a:focus {
  color: #000000;
  text-decoration: underline;
}
.customer-account-login .checkout-agreement input[type="checkbox"],
.customer-account-forgotpassword .checkout-agreement input[type="checkbox"],
.customer-account-create .checkout-agreement input[type="checkbox"],
.customer-account-logoutsuccess .checkout-agreement input[type="checkbox"],
.gdpr-customer-settings .checkout-agreement input[type="checkbox"],
.customer-account-createpassword .checkout-agreement input[type="checkbox"] {
  top: 20px;
  left: 1px;
}
.customer-account-login .checkout-agreement .action-show,
.customer-account-forgotpassword .checkout-agreement .action-show,
.customer-account-create .checkout-agreement .action-show,
.customer-account-logoutsuccess .checkout-agreement .action-show,
.gdpr-customer-settings .checkout-agreement .action-show,
.customer-account-createpassword .checkout-agreement .action-show {
  margin-left: -14px;
}
.gdpr-customer-settings .policy-content {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}
.gdpr-customer-settings .fieldset {
  margin-bottom: 0;
}
.gdpr-customer-settings .field.choice {
  margin-top: 20px;
}
.gdpr-customer-settings .actions-toolbar .action.primary {
  color: #ffffff;
  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;
  padding: 12px 26px;
  width: 100%;
}
.gdpr-customer-settings .actions-toolbar .action.primary:visited,
.gdpr-customer-settings .actions-toolbar .action.primary:active {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
}
.gdpr-customer-settings .actions-toolbar .action.primary:hover {
  outline: 0;
  color: #ffffff;
  background-color: #65a944;
  border: 2px solid #65a944;
  text-decoration: none;
}
.gdpr-customer-settings .actions-toolbar .action.primary:focus {
  outline: 0;
  color: #3e703d;
  background-color: transparent;
  border: 2px solid #3e703d;
  text-decoration: none;
}
.form.password.forget .actions-toolbar,
.form.password.reset .actions-toolbar {
  margin-left: 0;
}
body.account .page-title-wrapper {
  width: 100%;
  max-width: 100%;
  padding: 0 20px;
  margin-bottom: 18px;
}
body.account .page-title-wrapper h1 {
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  font-size: 3.6rem;
  line-height: 4.2rem;
}
body.account .page-main {
  padding: 20px 0 40px 0;
}
body.account .page-main .column.main {
  padding-bottom: 0;
}
body.account .columns {
  padding: 0 20px;
  min-height: 1px;
}
body.account .columns:after {
  display: block;
  clear: both;
  content: "";
}
body.account .columns .sidebar.sidebar-main {
  padding-top: 25px;
  padding-right: 0;
  min-height: 1px;
}
body.account .columns .sidebar.sidebar-main:after {
  display: block;
  clear: both;
  content: "";
}
body.account .columns .sidebar.sidebar-main .block-collapsible-nav {
  position: unset;
}
body.account .columns .sidebar.sidebar-main .block-collapsible-nav .title {
  display: none;
}
body.account .columns .sidebar.sidebar-main .block-collapsible-nav .content {
  border-bottom: none;
  display: block;
}
body.account .columns .block-collapsible-nav-content {
  background: #ffffff;
  padding: 0;
}
body.account .columns .block-collapsible-nav-content ul.nav {
  display: block;
  width: 100%;
}
body.account .columns .block-collapsible-nav-content ul.nav li a {
  -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;
  width: 100%;
  padding-left: 0;
  border: none;
}
body.account .columns .block-collapsible-nav-content ul.nav li a:visited,
body.account .columns .block-collapsible-nav-content ul.nav li a:active {
  color: #3e703d;
  text-decoration: underline;
}
body.account .columns .block-collapsible-nav-content ul.nav li a:hover {
  color: #65a944;
  text-decoration: underline;
}
body.account .columns .block-collapsible-nav-content ul.nav li a:focus {
  color: #000000;
  text-decoration: underline;
}
body.account .columns .block-collapsible-nav-content ul.nav li.item.current a {
  margin: 0;
  padding: 0;
}
body.account .columns .block-collapsible-nav-content ul.nav li.item.current strong {
  border: none;
  padding-left: 0;
}
body.account .columns .block-collapsible-nav-content .item a:hover {
  background: transparent;
}
body.account .columns .column.main {
  padding: 0;
}
body.account .columns .column.main .block:not(.widget) .block-title > strong {
  font-size: 2rem;
  line-height: 2.6rem;
  font-weight: 500;
}
body.account .columns .column.main .block:not(.widget) .block-title > .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;
}
body.account .columns .column.main .block:not(.widget) .block-title > .action:visited,
body.account .columns .column.main .block:not(.widget) .block-title > .action:active {
  color: #3e703d;
  text-decoration: underline;
}
body.account .columns .column.main .block:not(.widget) .block-title > .action:hover {
  color: #65a944;
  text-decoration: underline;
}
body.account .columns .column.main .block:not(.widget) .block-title > .action:focus {
  color: #000000;
  text-decoration: underline;
}
body.account .columns .column.main .block:not(.widget) .block-content .box .box-actions a {
  -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;
  margin-right: 10px;
}
body.account .columns .column.main .block:not(.widget) .block-content .box .box-actions a:visited,
body.account .columns .column.main .block:not(.widget) .block-content .box .box-actions a:active {
  color: #3e703d;
  text-decoration: underline;
}
body.account .columns .column.main .block:not(.widget) .block-content .box .box-actions a:hover {
  color: #65a944;
  text-decoration: underline;
}
body.account .columns .column.main .block:not(.widget) .block-content .box .box-actions a:focus {
  color: #000000;
  text-decoration: underline;
}
body.account .columns .actions-toolbar > .primary {
  padding: 3px;
  margin: 0 0 6px;
}
body.account .columns .actions-toolbar > .primary .action.primary {
  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;
}
body.account .columns .actions-toolbar > .primary .action.primary:visited,
body.account .columns .actions-toolbar > .primary .action.primary:active {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
}
body.account .columns .actions-toolbar > .primary .action.primary:hover {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #65a944;
  border: 2px solid #65a944;
}
body.account .columns .actions-toolbar > .primary .action.primary:focus {
  outline: 0;
  color: #3e703d;
  background-color: transparent;
  border: 2px solid #3e703d;
  text-decoration: none;
}
body.account .columns .actions-toolbar > .primary .action.primary span:after {
  display: none;
}
body.account .columns .actions-toolbar > .secondary .action.remind,
body.account .columns .actions-toolbar > .secondary .action.back {
  -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;
}
body.account .columns .actions-toolbar > .secondary .action.remind:visited,
body.account .columns .actions-toolbar > .secondary .action.back:visited,
body.account .columns .actions-toolbar > .secondary .action.remind:active,
body.account .columns .actions-toolbar > .secondary .action.back:active {
  color: #3e703d;
  text-decoration: underline;
}
body.account .columns .actions-toolbar > .secondary .action.remind:hover,
body.account .columns .actions-toolbar > .secondary .action.back:hover {
  color: #65a944;
  text-decoration: underline;
}
body.account .columns .actions-toolbar > .secondary .action.remind:focus,
body.account .columns .actions-toolbar > .secondary .action.back:focus {
  color: #000000;
  text-decoration: underline;
}
body.account .columns .my-credit-cards .action.delete {
  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;
}
body.account .columns .my-credit-cards .action.delete:visited,
body.account .columns .my-credit-cards .action.delete:active {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
}
body.account .columns .my-credit-cards .action.delete:hover {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #65a944;
  border: 2px solid #65a944;
}
body.account .columns .my-credit-cards .action.delete:focus {
  outline: 0;
  color: #3e703d;
  background-color: transparent;
  border: 2px solid #f1f1f1;
  text-decoration: none;
}
body.account .columns.customer-account-index .account-sections-wrapper {
  display: flex;
  flex-direction: column;
}
body.account .table-wrapper table {
  width: 100%;
}
body.account .table-wrapper table tr {
  width: 100%;
  border-bottom: 1px solid #cccccc;
}
body.account .table-wrapper table th.col,
body.account .table-wrapper table td.col {
  flex-basis: unset;
  flex-grow: unset;
  max-width: unset;
  position: static;
  width: unset;
  min-height: unset;
}
body.account .table-wrapper table th.thumb,
body.account .table-wrapper table td.thumb {
  padding: 0;
  display: inline-block;
  height: 200px;
  overflow: hidden;
}
body.account .table-wrapper table th.thumb:after,
body.account .table-wrapper table td.thumb:after {
  display: block;
  clear: both;
  content: "";
}
body.account .table-wrapper table th .npg-order-details,
body.account .table-wrapper table td .npg-order-details {
  padding: 20px;
}
body.account .pages a.page {
  -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;
}
body.account .pages a.page:visited,
body.account .pages a.page:active {
  color: #3e703d;
  text-decoration: underline;
}
body.account .pages a.page:hover {
  color: #65a944;
  text-decoration: underline;
}
body.account .pages a.page:focus {
  color: #000000;
  text-decoration: underline;
}
body.account.customer-address-form {
  overflow-x: hidden;
}
form.form-wishlist-items .wishlist .product-item-info .action.primary {
  background: #1979c3;
  border: 1px solid #1979c3;
}
form.form-wishlist-items .wishlist .product-item-info .action.primary:hover,
form.form-wishlist-items .wishlist .product-item-info .action.primary:active,
form.form-wishlist-items .wishlist .product-item-info .action.primary:focus {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
form.form.form-create-account,
form.form.form-edit-account,
form.form.form-address-edit,
form.form.form-gdpr {
  min-width: unset;
}
form.form.form-create-account div.actions-toolbar,
form.form.form-edit-account div.actions-toolbar,
form.form.form-address-edit div.actions-toolbar,
form.form.form-gdpr div.actions-toolbar {
  margin-left: 0;
}
form.form.form-create-account div.actions-toolbar.amgdpr-actions-toolbar > .action.primary,
form.form.form-edit-account div.actions-toolbar.amgdpr-actions-toolbar > .action.primary,
form.form.form-address-edit div.actions-toolbar.amgdpr-actions-toolbar > .action.primary,
form.form.form-gdpr div.actions-toolbar.amgdpr-actions-toolbar > .action.primary {
  color: #ffffff;
  background: #3e703d;
  border: 1px solid #3e703d;
  padding: 12px 26px;
}
form.form.form-create-account div.actions-toolbar.amgdpr-actions-toolbar > .action.primary:hover,
form.form.form-edit-account div.actions-toolbar.amgdpr-actions-toolbar > .action.primary:hover,
form.form.form-address-edit div.actions-toolbar.amgdpr-actions-toolbar > .action.primary:hover,
form.form.form-gdpr div.actions-toolbar.amgdpr-actions-toolbar > .action.primary:hover,
form.form.form-create-account div.actions-toolbar.amgdpr-actions-toolbar > .action.primary:active,
form.form.form-edit-account div.actions-toolbar.amgdpr-actions-toolbar > .action.primary:active,
form.form.form-address-edit div.actions-toolbar.amgdpr-actions-toolbar > .action.primary:active,
form.form.form-gdpr div.actions-toolbar.amgdpr-actions-toolbar > .action.primary:active,
form.form.form-create-account div.actions-toolbar.amgdpr-actions-toolbar > .action.primary:focus,
form.form.form-edit-account div.actions-toolbar.amgdpr-actions-toolbar > .action.primary:focus,
form.form.form-address-edit div.actions-toolbar.amgdpr-actions-toolbar > .action.primary:focus,
form.form.form-gdpr div.actions-toolbar.amgdpr-actions-toolbar > .action.primary:focus {
  color: #ffffff;
  background: #65a944;
  border: 1px solid #65a944;
}
form.form .fieldset .amgdpr-checkbox .label.amgdpr-label {
  text-transform: none;
  font-family: 'Lato', sans-serif;
  float: none;
}
form.form .fieldset .legend {
  margin-left: 0;
}
form.form .fieldset .field {
  min-height: 20px;
  clear: both;
}
form.form .fieldset .field.choice > label.label {
  font-weight: 400;
  text-transform: capitalize;
  font-size: 1.4rem;
  line-height: 2rem;
}
form.form .fieldset .field:after {
  display: block;
  clear: both;
  content: "";
}
form.form .fieldset .field > label.label {
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  margin: 0 0 14px 0;
  font-size: 1.2rem;
  line-height: 1.8rem;
  width: 100%;
  text-transform: uppercase;
  clear: both;
  text-align: left;
}
form.form .fieldset .field > label.label .required {
  font-weight: 600;
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.8rem;
}
form.form .fieldset .field .control {
  display: block;
  min-height: 1px;
}
form.form .fieldset .field .control:after {
  display: block;
  clear: both;
  content: "";
}
form.form .fieldset .field .control input[type="text"],
form.form .fieldset .field .control input[type="password"],
form.form .fieldset .field .control input[type="url"],
form.form .fieldset .field .control input[type="tel"],
form.form .fieldset .field .control input[type="search"],
form.form .fieldset .field .control input[type="number"],
form.form .fieldset .field .control input[type="datetime"],
form.form .fieldset .field .control input[type="email"] {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  background-color: transparent;
  border: 1px solid #575757;
  color: #333333;
  box-shadow: none;
  border-radius: 8px;
  padding: 0 16px;
  height: 46px;
  font-size: 1.6rem;
  line-height: 2.2rem;
}
form.form .fieldset .field .control input[type="text"]:focus,
form.form .fieldset .field .control input[type="password"]:focus,
form.form .fieldset .field .control input[type="url"]:focus,
form.form .fieldset .field .control input[type="tel"]:focus,
form.form .fieldset .field .control input[type="search"]:focus,
form.form .fieldset .field .control input[type="number"]:focus,
form.form .fieldset .field .control input[type="datetime"]:focus,
form.form .fieldset .field .control input[type="email"]:focus {
  outline: none;
  border: 1px solid #575757;
}
form.form .fieldset .field .control input[type="text"]::-webkit-input-placeholder,
form.form .fieldset .field .control input[type="password"]::-webkit-input-placeholder,
form.form .fieldset .field .control input[type="url"]::-webkit-input-placeholder,
form.form .fieldset .field .control input[type="tel"]::-webkit-input-placeholder,
form.form .fieldset .field .control input[type="search"]::-webkit-input-placeholder,
form.form .fieldset .field .control input[type="number"]::-webkit-input-placeholder,
form.form .fieldset .field .control input[type="datetime"]::-webkit-input-placeholder,
form.form .fieldset .field .control input[type="email"]::-webkit-input-placeholder,
form.form .fieldset .field .control input[type="text"]:-moz-placeholder,
form.form .fieldset .field .control input[type="password"]:-moz-placeholder,
form.form .fieldset .field .control input[type="url"]:-moz-placeholder,
form.form .fieldset .field .control input[type="tel"]:-moz-placeholder,
form.form .fieldset .field .control input[type="search"]:-moz-placeholder,
form.form .fieldset .field .control input[type="number"]:-moz-placeholder,
form.form .fieldset .field .control input[type="datetime"]:-moz-placeholder,
form.form .fieldset .field .control input[type="email"]:-moz-placeholder,
form.form .fieldset .field .control input[type="text"]:-ms-input-placeholder,
form.form .fieldset .field .control input[type="password"]:-ms-input-placeholder,
form.form .fieldset .field .control input[type="url"]:-ms-input-placeholder,
form.form .fieldset .field .control input[type="tel"]:-ms-input-placeholder,
form.form .fieldset .field .control input[type="search"]:-ms-input-placeholder,
form.form .fieldset .field .control input[type="number"]:-ms-input-placeholder,
form.form .fieldset .field .control input[type="datetime"]:-ms-input-placeholder,
form.form .fieldset .field .control input[type="email"]:-ms-input-placeholder,
form.form .fieldset .field .control input[type="text"]:-moz-placeholder,
form.form .fieldset .field .control input[type="password"]:-moz-placeholder,
form.form .fieldset .field .control input[type="url"]:-moz-placeholder,
form.form .fieldset .field .control input[type="tel"]:-moz-placeholder,
form.form .fieldset .field .control input[type="search"]:-moz-placeholder,
form.form .fieldset .field .control input[type="number"]:-moz-placeholder,
form.form .fieldset .field .control input[type="datetime"]:-moz-placeholder,
form.form .fieldset .field .control input[type="email"]:-moz-placeholder {
  opacity: 1;
  color: #555555;
  font-weight: 300;
  background-color: transparent;
}
form.form .fieldset .field .control input[type="text"].mage-erro,
form.form .fieldset .field .control input[type="password"].mage-error,
form.form .fieldset .field .control input[type="url"].mage-error,
form.form .fieldset .field .control input[type="tel"].mage-error,
form.form .fieldset .field .control input[type="search"].mage-error,
form.form .fieldset .field .control input[type="number"].mage-error,
form.form .fieldset .field .control input[type="datetime"].mage-error,
form.form .fieldset .field .control input[type="email"].mage-error {
  border-color: #a12c2e;
}
form.form .fieldset .field .control textarea {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  background-color: transparent;
  border: 1px solid #575757;
  color: #333333;
  box-shadow: none;
  border-radius: 8px;
  padding: 0 16px;
  height: 46px;
  font-size: 1.6rem;
  line-height: 2rem;
  min-height: 90px;
  resize: none;
}
form.form .fieldset .field .control textarea:focus {
  outline: none;
  border: 1px solid #575757;
}
form.form .fieldset .field .control textarea::-webkit-input-placeholder,
form.form .fieldset .field .control textarea:-moz-placeholder,
form.form .fieldset .field .control textarea:-ms-input-placeholder,
form.form .fieldset .field .control textarea:-moz-placeholder {
  opacity: 1;
  color: #555555;
  font-weight: 300;
  background-color: transparent;
}
form.form .fieldset .field .control textarea.mage-error {
  border-color: #a12c2e;
}
form.form .fieldset .field p {
  font-weight: 400;
  color: #333333;
  font-size: 1.4rem;
  line-height: 2.2rem;
}
form.form .fieldset .field p a {
  -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;
}
form.form .fieldset .field p a:visited,
form.form .fieldset .field p a:active {
  color: #3e703d;
  text-decoration: underline;
}
form.form .fieldset .field p a:hover {
  color: #65a944;
  text-decoration: underline;
}
form.form .fieldset .field p a:focus {
  color: #000000;
  text-decoration: underline;
}
form.form .field.form-group,
form.form .field.password {
  margin-bottom: 24px;
}
form.form .field.choice {
  min-height: 20px;
  width: 100%;
  margin-bottom: 10px;
  clear: both;
  display: block;
}
form.form .field.choice.newsletter > label.label {
  text-transform: uppercase;
  font-size: 1.2rem;
  line-height: 1.8rem;
}
form.form .field.choice:after {
  display: block;
  clear: both;
  content: "";
}
form.form .field.choice:before {
  display: none;
}
form.form .field.choice .label {
  width: 100%;
  font-family: 'Raleway', sans-serif;
  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;
  float: left;
}
form.form .field.choice .label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
form.form .field.choice .label input:checked ~ .checkmark {
  background-color: #333333;
}
form.form .field.choice .label input:checked ~ .checkmark:after {
  display: block;
}
form.form .field.choice .label:hover input ~ .checkmark {
  background-color: #333333;
}
form.form .field.choice .label:hover input ~ .checkmark:after {
  display: block;
}
form.form .field.choice .label .checkmark:after {
  left: 7px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
form.form .field.choice .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #ffffff;
  border: 1px solid #333333;
  border-radius: 2px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
form.form .field.choice .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
form.form .field.country .custom-select,
form.form .field.region .custom-select {
  position: relative;
}
form.form .field.country .select-selected,
form.form .field.region .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;
}
form.form .field.country .select-selected:hover,
form.form .field.region .select-selected:hover {
  background-color: #f0f0f0;
}
form.form .field.country .select-selected:after,
form.form .field.region .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;
}
form.form .field.country .select-selected.select-arrow-active,
form.form .field.region .select-selected.select-arrow-active {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
form.form .field.country .select-selected.select-arrow-active:after,
form.form .field.region .select-selected.select-arrow-active:after {
  transform: rotate(-180deg);
}
form.form .field.country .select-items,
form.form .field.region .select-items {
  position: absolute;
  background-color: #ffffff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  border-left: 1px solid #333333;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
form.form .field.country .select-items div,
form.form .field.region .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;
}
form.form .field.country .select-items div:first-child,
form.form .field.region .select-items div:first-child {
  border-top: 1px solid #dddddd;
}
form.form .field.country .select-items div:last-child,
form.form .field.region .select-items div:last-child {
  border-bottom: none;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
form.form .field.country .select-items div:hover,
form.form .field.region .select-items div:hover {
  background-color: #f1f1f1;
}
form.form .field.country .select-hide,
form.form .field.region .select-hide {
  display: none;
}
form.form .gdpr label.label {
  font-size: 1.4rem;
  line-height: 2rem;
  text-transform: unset;
  font-weight: 400;
  font-family: 'Lato', sans-serif;
  float: none;
}
form.form .gdpr label.label a {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  color: #3e703d;
  text-decoration: underline;
}
form.form .gdpr label.label a:visited,
form.form .gdpr label.label a:active {
  color: #3e703d;
  text-decoration: underline;
}
form.form .gdpr label.label a:hover {
  color: #65a944;
  text-decoration: underline;
}
form.form .gdpr label.label a:focus {
  color: #000000;
  text-decoration: underline;
}
.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;
}
.form-login .fieldset > .field .note:before {
  font-size: 24px;
  line-height: 12px;
  content: '\e618';
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
  -webkit-font-smoothing: antialiased;
}
.form-create-account .additional_info .amform-versiontwo-label {
  margin-right: 10px;
  padding-right: 20px;
}
.form-create-account .actions-toolbar .action.back {
  display: inline-block;
}
body.account .columns .column.main .block:not(.widget) .block-content {
  padding-right: 25px;
}
body.account .columns .column.main .block:not(.widget) .block-content .box .box-actions .action-mail {
  margin-right: 0;
  display: inline-block;
}
body.account .columns .column.main .block:not(.widget) .block-content .box .box-actions .action-tel {
  margin: 0;
}
/* Imprint Plus - Custom Styles - Magento
 * Bear Group, www.beargroup.com
 * Author: Chris Bovard, Jaime Lopez
 * Nov. 19, 11:41 PST, 2019
*/
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #ECF9ED;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 570px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 1110px;
  --breakpoint-xl: 1536px;
  --font-family-sans-serif: "Lato", sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
*:focus {
  outline: none;
}
html {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-size: 62.5%;
}
html [type="button"] {
  -webkit-appearance: button;
}
@-ms-viewport {
  width: device-width;
}
body {
  font-family: var(--font-family-sans-serif);
}
body .pagebuilder-button-primary {
  font-family: var(--font-family-sans-serif);
}
figure {
  display: block;
  margin: 0 0 1rem;
}
article,
aside,
figcaption,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  color: #333333;
  text-align: left;
  background-color: #ffffff;
  height: auto;
  font-size: 14px;
  line-height: 18px;
}
[tabindex="-1"]:focus {
  outline: 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 700;
  color: #000000;
}
.main .pagebuilder-column .caption {
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  line-height: 14.4px;
  font-weight: 400;
  color: #333333;
}
.main .pagebuilder-column .caption p {
  font-size: 12px;
  line-height: 14.4px;
}
.main .pagebuilder-column .h1-xlrg {
  margin-top: 0;
  font-weight: 700;
  color: #000000;
  font-family: 'Raleway', sans-serif;
  font-size: 50px;
}
.main .pagebuilder-column .h1-xlrg p {
  font-size: 50px;
}
caption,
.caption {
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  line-height: 14.4px;
  font-weight: 400;
  color: #333333;
}
h1-xlrg,
.h1-xlrg {
  margin-top: 0;
  font-weight: 700;
  color: #000000;
  font-family: 'Raleway', sans-serif;
  font-size: 50px;
}
h1,
.h1 {
  font-family: 'Raleway', sans-serif;
  font-size: 40px;
}
h2,
.h2 {
  font-family: 'Raleway', sans-serif;
  font-size: 28px;
}
h3,
.h3 {
  font-family: 'Raleway', sans-serif;
  font-size: 22px;
}
h4,
.h4 {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
}
h5,
.h5 {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
}
h6,
.h6 {
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title],
abbr[data-original-title] {
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ul,
ul ul,
ol ol,
ul ol {
  margin-bottom: 0;
}
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
dfn {
  font-style: italic;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
  font-weight: 400;
}
sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
  bottom: -.25em;
}
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
  top: -.5em;
}
a {
  font-size: 16px;
  line-height: 24px;
  color: #005827;
  text-decoration: underline;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #679f16;
  text-decoration: none;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
  outline: 0;
}
a > code {
  color: inherit;
}
a:visited {
  color: #005827;
}
pre {
  font-family: 'Raleway', sans-serif;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
code {
  font-family: 'Raleway', sans-serif;
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}
kbd {
  font-family: 'Raleway', sans-serif;
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #ffffff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}
samp {
  font-family: 'Raleway', sans-serif;
  font-size: 1em;
}
img {
  vertical-align: middle;
  border-style: none;
  height: auto;
  max-height: none;
}
svg:not(:root) {
  overflow: hidden;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
  color: #333333;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}
button,
.quote-details-items .actions-toolbar > .action,
.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
  border-radius: 0;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  overflow: visible;
  text-transform: none;
  -webkit-appearance: button;
}
button:focus,
.quote-details-items .actions-toolbar > .action:focus,
.cart.table-wrapper .actions-toolbar > .action:focus,
.action-gift:focus {
  outline: 0;
}
button::-moz-focus-inner,
.quote-details-items .actions-toolbar > .action::-moz-focus-inner,
.cart.table-wrapper .actions-toolbar > .action::-moz-focus-inner,
.action-gift::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  overflow: visible;
}
select {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
}
optgroup {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  overflow: auto;
  resize: vertical;
}
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
[type="button"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
fieldset:disabled a.btn {
  pointer-events: none;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
[type="search"]::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template,
[hidden] {
  display: none;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.small {
  font-size: 80%;
  font-weight: 400;
}
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.list-unstyled,
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer:before {
  content: "\2014 \00A0";
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: #ffffff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 90%;
  color: #6c757d;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container,
.container-fluid {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}
.col-2 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}
.col-3 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
.col-5 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}
.col-6 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}
.col-8 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}
.col-9 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}
.col-11 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}
.col-12 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
  flex: 0 0 100%;
  max-width: 100%;
}
.col {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  position: relative;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
}
.order-first {
  order: -1;
}
.order-last {
  order: 13;
}
.order-0 {
  order: 0;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.order-5 {
  order: 5;
}
.order-6 {
  order: 6;
}
.order-7 {
  order: 7;
}
.order-8 {
  order: 8;
}
.order-9 {
  order: 9;
}
.order-10 {
  order: 10;
}
.order-11 {
  order: 11;
}
.order-12 {
  order: 12;
}
.offset-1 {
  margin-left: 8.33333%;
}
.offset-2 {
  margin-left: 16.66667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333%;
}
.offset-5 {
  margin-left: 41.66667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333%;
}
.offset-8 {
  margin-left: 66.66667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333%;
}
.offset-11 {
  margin-left: 91.66667%;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.table .table {
  background-color: #ffffff;
}
.table .thead-dark th {
  color: #ffffff;
  background-color: #212529;
  border-color: #32383e;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.table-sm th,
.table-sm td {
  padding: 0.3rem;
}
.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}
.table-borderless th,
.table-borderless td {
  border: 0;
}
.table-borderless thead th {
  border: 0;
}
.table-borderless tbody + tbody {
  border: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-primary:hover {
  background-color: #9fcdff;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}
.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}
.table-hover .table-success:hover {
  background-color: #e8f6e8;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #e8f6e8;
}
.table-hover .table-info:hover {
  background-color: #abdde5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}
.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}
.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}
.table-hover .table-light:hover {
  background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}
.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-primary {
  background-color: #b8daff;
}
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}
.table-secondary {
  background-color: #d6d8db;
}
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}
.table-success {
  background-color: #fafdfa;
}
.table-success > th,
.table-success > td {
  background-color: #fafdfa;
}
.table-info {
  background-color: #bee5eb;
}
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}
.table-warning {
  background-color: #ffeeba;
}
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}
.table-danger {
  background-color: #f5c6cb;
}
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}
.table-light {
  background-color: #fdfdfe;
}
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}
.table-dark {
  color: #ffffff;
  background-color: #212529;
}
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}
.table-dark th,
.table-dark td {
  border-color: #32383e;
}
.table-dark thead th {
  border-color: #32383e;
}
.table-active {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive > .table-bordered {
  border: 0;
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #ffffff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
select.form-control:not([size]):not([multiple]) {
  height: calc(4.25rem);
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #ffffff;
}
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}
.col-form-label {
  padding-top: calc(1.375rem);
  padding-bottom: calc(1.375rem);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.col-form-label-lg {
  padding-top: calc(1.5rem);
  padding-bottom: calc(1.5rem);
  font-size: 1.25rem;
  line-height: 1.5;
}
.col-form-label-sm {
  padding-top: calc(1.25rem);
  padding-bottom: calc(1.25rem);
  font-size: 0.875rem;
  line-height: 1.5;
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #000000;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
select.form-control-sm:not([size]):not([multiple]) {
  height: calc(3.8125rem);
}
.form-control-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
select.form-control-lg:not([size]):not([multiple]) {
  height: calc(4.875rem);
}
.form-group {
  margin-bottom: 1rem;
}
.form-text {
  display: block;
  margin-top: 0.25rem;
}
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col {
  padding-right: 5px;
  padding-left: 5px;
}
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}
.form-check-label {
  margin-bottom: 0;
}
.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #ecf9ed;
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #ffffff;
  background-color: rgba(236, 249, 237, 0.8);
  border-radius: .2rem;
}
.was-validated .form-control:valid {
  border-color: #ecf9ed;
}
.was-validated .form-control:valid:focus {
  border-color: #ecf9ed;
  box-shadow: 0 0 0 0.2rem rgba(236, 249, 237, 0.25);
}
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip {
  display: block;
}
.was-validated .form-control:invalid {
  border-color: #dc3545;
}
.was-validated .form-control:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-select:valid {
  border-color: #ecf9ed;
}
.was-validated .custom-select:valid:focus {
  border-color: #ecf9ed;
  box-shadow: 0 0 0 0.2rem rgba(236, 249, 237, 0.25);
}
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-select:invalid {
  border-color: #dc3545;
}
.was-validated .custom-select:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip {
  display: block;
}
.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .form-check-input:valid ~ .form-check-label {
  color: #ecf9ed;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip {
  display: block;
}
.was-validated .form-check-input:invalid ~ .form-check-label {
  color: #dc3545;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid ~ .custom-control-label {
  color: #ecf9ed;
}
.was-validated .custom-control-input:valid ~ .custom-control-label:before {
  background-color: #ffffff;
}
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label:before {
  background-color: #ffffff;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label:before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(236, 249, 237, 0.25);
}
.was-validated .custom-control-input:invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label:before {
  background-color: #efa2a9;
}
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label:before {
  background-color: #e4606d;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label:before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-file-input:valid ~ .custom-file-label {
  border-color: #ecf9ed;
}
.was-validated .custom-file-input:valid ~ .custom-file-label:before {
  border-color: inherit;
}
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(236, 249, 237, 0.25);
}
.was-validated .custom-file-input:invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid ~ .custom-file-label:before {
  border-color: inherit;
}
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.form-control.is-valid {
  border-color: #ecf9ed;
}
.form-control.is-valid:focus {
  border-color: #ecf9ed;
  box-shadow: 0 0 0 0.2rem rgba(236, 249, 237, 0.25);
}
.form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip {
  display: block;
}
.custom-select.is-valid {
  border-color: #ecf9ed;
}
.custom-select.is-valid:focus {
  border-color: #ecf9ed;
  box-shadow: 0 0 0 0.2rem rgba(236, 249, 237, 0.25);
}
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}
.form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}
.form-check-input.is-valid ~ .form-check-label {
  color: #ecf9ed;
}
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}
.custom-control-input.is-valid ~ .custom-control-label {
  color: #ecf9ed;
}
.custom-control-input.is-valid ~ .custom-control-label:before {
  background-color: #ffffff;
}
.custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.custom-control-input.is-valid:checked ~ .custom-control-label:before {
  background-color: #ffffff;
}
.custom-control-input.is-valid:focus ~ .custom-control-label:before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(236, 249, 237, 0.25);
}
.custom-file-input.is-valid ~ .custom-file-label {
  border-color: #ecf9ed;
}
.custom-file-input.is-valid ~ .custom-file-label:before {
  border-color: inherit;
}
.custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(236, 249, 237, 0.25);
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #ffffff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: .2rem;
}
.form-control.is-invalid {
  border-color: #dc3545;
}
.form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip {
  display: block;
}
.custom-select.is-invalid {
  border-color: #dc3545;
}
.custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}
.form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}
.form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.custom-control-input.is-invalid ~ .custom-control-label:before {
  background-color: #efa2a9;
}
.custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.custom-control-input.is-invalid:checked ~ .custom-control-label:before {
  background-color: #e4606d;
}
.custom-control-input.is-invalid:focus ~ .custom-control-label:before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.custom-file-input.is-invalid ~ .custom-file-label:before {
  border-color: inherit;
}
.custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn:hover {
  text-decoration: none;
}
.btn:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btn:not(:disabled):not(.disabled):active {
  background-image: none;
}
.btn:not(:disabled):not(.disabled).active {
  background-image: none;
}
.btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled {
  opacity: 0.65;
}
a.btn.disabled {
  pointer-events: none;
}
.btn-primary {
  color: #ffffff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-primary:disabled {
  color: #ffffff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled):active {
  color: #ffffff;
  background-color: #0062cc;
  border-color: #005cbf;
}
.btn-primary:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-primary:not(:disabled):not(.disabled).active {
  color: #ffffff;
  background-color: #0062cc;
  border-color: #005cbf;
}
.btn-primary:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-primary.disabled {
  color: #ffffff;
  background-color: #007bff;
  border-color: #007bff;
}
.show > .btn-primary.dropdown-toggle {
  color: #ffffff;
  background-color: #0062cc;
  border-color: #005cbf;
}
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.show > .btn-secondary.dropdown-toggle {
  color: #ffffff;
  background-color: #545b62;
  border-color: #4e555b;
}
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.show > .btn-success.dropdown-toggle {
  color: #212529;
  background-color: #c5edc8;
  border-color: #bceabf;
}
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(236, 249, 237, 0.5);
}
.show > .btn-info.dropdown-toggle {
  color: #ffffff;
  background-color: #117a8b;
  border-color: #10707f;
}
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.show > .btn-danger.dropdown-toggle {
  color: #ffffff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.show > .btn-dark.dropdown-toggle {
  color: #ffffff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.show > .btn-outline-primary.dropdown-toggle {
  color: #ffffff;
  background-color: #007bff;
  border-color: #007bff;
}
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.show > .btn-outline-secondary.dropdown-toggle {
  color: #ffffff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.show > .btn-outline-success.dropdown-toggle {
  color: #212529;
  background-color: #ecf9ed;
  border-color: #ecf9ed;
}
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(236, 249, 237, 0.5);
}
.show > .btn-outline-info.dropdown-toggle {
  color: #ffffff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.show > .btn-outline-danger.dropdown-toggle {
  color: #ffffff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.show > .btn-outline-dark.dropdown-toggle {
  color: #ffffff;
  background-color: #343a40;
  border-color: #343a40;
}
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-secondary {
  color: #ffffff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #ffffff;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-secondary:disabled {
  color: #ffffff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active {
  color: #ffffff;
  background-color: #545b62;
  border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-secondary:not(:disabled):not(.disabled).active {
  color: #ffffff;
  background-color: #545b62;
  border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-secondary.disabled {
  color: #ffffff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-success {
  color: #212529;
  background-color: #ecf9ed;
  border-color: #ecf9ed;
}
.btn-success:hover {
  color: #212529;
  background-color: #cff0d1;
  border-color: #c5edc8;
}
.btn-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(236, 249, 237, 0.5);
}
.btn-success:disabled {
  color: #212529;
  background-color: #ecf9ed;
  border-color: #ecf9ed;
}
.btn-success:not(:disabled):not(.disabled):active {
  color: #212529;
  background-color: #c5edc8;
  border-color: #bceabf;
}
.btn-success:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(236, 249, 237, 0.5);
}
.btn-success:not(:disabled):not(.disabled).active {
  color: #212529;
  background-color: #c5edc8;
  border-color: #bceabf;
}
.btn-success:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(236, 249, 237, 0.5);
}
.btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(236, 249, 237, 0.5);
}
.btn-success.disabled {
  color: #212529;
  background-color: #ecf9ed;
  border-color: #ecf9ed;
}
.btn-info {
  color: #ffffff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #ffffff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-info:disabled {
  color: #ffffff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active {
  color: #ffffff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-info:not(:disabled):not(.disabled).active {
  color: #ffffff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-info.disabled {
  color: #ffffff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-warning:not(:disabled):not(.disabled).active {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-warning.disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-danger {
  color: #ffffff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #ffffff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-danger:disabled {
  color: #ffffff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active {
  color: #ffffff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-danger:not(:disabled):not(.disabled).active {
  color: #ffffff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-danger.disabled {
  color: #ffffff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-light:not(:disabled):not(.disabled).active {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-light.disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-dark {
  color: #ffffff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #ffffff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-dark:disabled {
  color: #ffffff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active {
  color: #ffffff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-dark:not(:disabled):not(.disabled).active {
  color: #ffffff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-dark.disabled {
  color: #ffffff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff;
}
.btn-outline-primary:hover {
  color: #ffffff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active {
  color: #ffffff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary:not(:disabled):not(.disabled).active {
  color: #ffffff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled {
  color: #007bff;
  background-color: transparent;
}
.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #ffffff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active {
  color: #ffffff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary:not(:disabled):not(.disabled).active {
  color: #ffffff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-success {
  color: #ecf9ed;
  background-color: transparent;
  background-image: none;
  border-color: #ecf9ed;
}
.btn-outline-success:hover {
  color: #212529;
  background-color: #ecf9ed;
  border-color: #ecf9ed;
}
.btn-outline-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(236, 249, 237, 0.5);
}
.btn-outline-success:disabled {
  color: #ecf9ed;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active {
  color: #212529;
  background-color: #ecf9ed;
  border-color: #ecf9ed;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(236, 249, 237, 0.5);
}
.btn-outline-success:not(:disabled):not(.disabled).active {
  color: #212529;
  background-color: #ecf9ed;
  border-color: #ecf9ed;
}
.btn-outline-success:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(236, 249, 237, 0.5);
}
.btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(236, 249, 237, 0.5);
}
.btn-outline-success.disabled {
  color: #ecf9ed;
  background-color: transparent;
}
.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #ffffff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active {
  color: #ffffff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info:not(:disabled):not(.disabled).active {
  color: #ffffff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning:not(:disabled):not(.disabled).active {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #ffffff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active {
  color: #ffffff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger:not(:disabled):not(.disabled).active {
  color: #ffffff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light:not(:disabled):not(.disabled).active {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #ffffff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active {
  color: #ffffff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark:not(:disabled):not(.disabled).active {
  color: #ffffff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-link {
  font-weight: 400;
  color: #333333;
  background-color: transparent;
}
.btn-link:hover {
  color: #666666;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}
.btn-link:focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}
.btn-link:disabled {
  color: #6c757d;
  pointer-events: none;
}
.btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}
.btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}
.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  transition: opacity 0.15s linear;
}
.fade:not(.show) {
  opacity: 0;
}
.collapse {
  display: none;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
.dropup {
  position: relative;
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty:after {
  margin-left: 0;
}
.dropright {
  position: relative;
}
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  vertical-align: 0;
}
.dropright .dropdown-toggle:empty:after {
  margin-left: 0;
}
.dropdown {
  position: relative;
}
.dropleft {
  position: relative;
}
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle:after {
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  display: none;
}
.dropleft .dropdown-toggle:before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
  vertical-align: 0;
}
.dropleft .dropdown-toggle:empty:after {
  margin-left: 0;
}
.dropdown-toggle:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty:after {
  margin-left: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #000000;
  text-align: left;
  list-style: none;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu[x-placement^="top"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover,
.dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item:active {
  color: #ffffff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}
.dropdown-item.active {
  color: #ffffff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled {
  color: #6c757d;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover,
.nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
}
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: #ced4da;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active {
  color: #495057;
  background-color: #ffffff;
  border-color: #dee2e6 #dee2e6 #ffffff;
}
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #ffffff;
  border-color: #dee2e6 #dee2e6 #ffffff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active {
  color: #ffffff;
  background-color: #007bff;
}
.nav-pills .show > .nav-link {
  color: #ffffff;
  background-color: #007bff;
}
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar > .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0;
}
.navbar-toggler:hover,
.navbar-toggler:focus {
  text-decoration: none;
}
.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
  flex-wrap: nowrap;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand .navbar-collapse {
  display: flex;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand {
  color: #ffffff;
}
.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
  color: #ffffff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link {
  color: #ffffff;
}
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #ffffff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #ffffff;
}
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #ffffff;
}
.align-baseline {
  vertical-align: baseline;
}
.align-top {
  vertical-align: top;
}
.align-middle {
  vertical-align: middle;
}
.align-bottom {
  vertical-align: bottom;
}
.align-text-bottom {
  vertical-align: text-bottom;
}
.align-text-top {
  vertical-align: text-top;
}
.bg-primary {
  background-color: #007bff;
}
a.bg-primary:hover,
button.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:focus,
.quote-details-items .actions-toolbar > .action.bg-primary:hover,
.quote-details-items .actions-toolbar > .action.bg-primary:focus,
.cart.table-wrapper .actions-toolbar > .action.bg-primary:hover,
.cart.table-wrapper .actions-toolbar > .action.bg-primary:focus,
.action-gift.bg-primary:hover,
.action-gift.bg-primary:focus {
  background-color: #0062cc;
}
.bg-secondary {
  background-color: #6c757d;
}
a.bg-secondary:hover,
button.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:focus,
.quote-details-items .actions-toolbar > .action.bg-secondary:hover,
.quote-details-items .actions-toolbar > .action.bg-secondary:focus,
.cart.table-wrapper .actions-toolbar > .action.bg-secondary:hover,
.cart.table-wrapper .actions-toolbar > .action.bg-secondary:focus,
.action-gift.bg-secondary:hover,
.action-gift.bg-secondary:focus {
  background-color: #545b62;
}
.bg-success {
  background-color: #ecf9ed;
}
a.bg-success:hover,
button.bg-success:hover,
a.bg-success:focus,
button.bg-success:focus,
.quote-details-items .actions-toolbar > .action.bg-success:hover,
.quote-details-items .actions-toolbar > .action.bg-success:focus,
.cart.table-wrapper .actions-toolbar > .action.bg-success:hover,
.cart.table-wrapper .actions-toolbar > .action.bg-success:focus,
.action-gift.bg-success:hover,
.action-gift.bg-success:focus {
  background-color: #c5edc8;
}
.bg-info {
  background-color: #17a2b8;
}
a.bg-info:hover,
button.bg-info:hover,
a.bg-info:focus,
button.bg-info:focus,
.quote-details-items .actions-toolbar > .action.bg-info:hover,
.quote-details-items .actions-toolbar > .action.bg-info:focus,
.cart.table-wrapper .actions-toolbar > .action.bg-info:hover,
.cart.table-wrapper .actions-toolbar > .action.bg-info:focus,
.action-gift.bg-info:hover,
.action-gift.bg-info:focus {
  background-color: #117a8b;
}
.bg-warning {
  background-color: #ffc107;
}
a.bg-warning:hover,
button.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:focus,
.quote-details-items .actions-toolbar > .action.bg-warning:hover,
.quote-details-items .actions-toolbar > .action.bg-warning:focus,
.cart.table-wrapper .actions-toolbar > .action.bg-warning:hover,
.cart.table-wrapper .actions-toolbar > .action.bg-warning:focus,
.action-gift.bg-warning:hover,
.action-gift.bg-warning:focus {
  background-color: #d39e00;
}
.bg-danger {
  background-color: #dc3545;
}
a.bg-danger:hover,
button.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:focus,
.quote-details-items .actions-toolbar > .action.bg-danger:hover,
.quote-details-items .actions-toolbar > .action.bg-danger:focus,
.cart.table-wrapper .actions-toolbar > .action.bg-danger:hover,
.cart.table-wrapper .actions-toolbar > .action.bg-danger:focus,
.action-gift.bg-danger:hover,
.action-gift.bg-danger:focus {
  background-color: #bd2130;
}
.bg-light {
  background-color: #f8f9fa;
}
a.bg-light:hover,
button.bg-light:hover,
a.bg-light:focus,
button.bg-light:focus,
.quote-details-items .actions-toolbar > .action.bg-light:hover,
.quote-details-items .actions-toolbar > .action.bg-light:focus,
.cart.table-wrapper .actions-toolbar > .action.bg-light:hover,
.cart.table-wrapper .actions-toolbar > .action.bg-light:focus,
.action-gift.bg-light:hover,
.action-gift.bg-light:focus {
  background-color: #dae0e5;
}
.bg-dark {
  background-color: #343a40;
}
a.bg-dark:hover,
a.bg-dark:focus {
  background-color: #1d2124;
}
button.bg-dark:hover,
button.bg-dark:focus,
.quote-details-items .actions-toolbar > .action.bg-dark:hover,
.quote-details-items .actions-toolbar > .action.bg-dark:focus,
.cart.table-wrapper .actions-toolbar > .action.bg-dark:hover,
.cart.table-wrapper .actions-toolbar > .action.bg-dark:focus,
.action-gift.bg-dark:hover,
.action-gift.bg-dark:focus {
  background-color: #1d2124;
}
.bg-white {
  background-color: #ffffff;
}
.bg-transparent {
  background-color: transparent;
}
.border {
  border: 1px solid #dee2e6;
}
.border-top {
  border-top: 1px solid #dee2e6;
}
.border-right {
  border-right: 1px solid #dee2e6;
}
.border-bottom {
  border-bottom: 1px solid #dee2e6;
}
.border-left {
  border-left: 1px solid #dee2e6;
}
.border-0 {
  border: 0;
}
.border-top-0 {
  border-top: 0;
}
.border-right-0 {
  border-right: 0;
}
.border-bottom-0 {
  border-bottom: 0;
}
.border-left-0 {
  border-left: 0;
}
.border-primary {
  border-color: #007bff;
}
.border-secondary {
  border-color: #6c757d;
}
.border-success {
  border-color: #ecf9ed;
}
.border-info {
  border-color: #17a2b8;
}
.border-warning {
  border-color: #ffc107;
}
.border-danger {
  border-color: #dc3545;
}
.border-light {
  border-color: #f8f9fa;
}
.border-dark {
  border-color: #343a40;
}
.border-white {
  border-color: #ffffff;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-top {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.rounded-right {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.rounded-bottom {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.rounded-left {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.rounded-circle {
  border-radius: 50%;
}
.rounded-0 {
  border-radius: 0;
}
.clearfix:after {
  display: block;
  clear: both;
  content: "";
}
.d-none {
  display: none;
}
.d-inline {
  display: inline;
}
.d-inline-block {
  display: inline-block;
}
.d-block {
  display: block;
}
.d-table {
  display: table;
}
.d-table-row {
  display: table-row;
}
.d-table-cell {
  display: table-cell;
}
.d-flex {
  display: flex;
}
.d-inline-flex {
  display: inline-flex;
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive:before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-21by9:before {
  padding-top: 42.85714%;
}
.embed-responsive-16by9:before {
  padding-top: 56.25%;
}
.embed-responsive-4by3:before {
  padding-top: 75%;
}
.embed-responsive-1by1:before {
  padding-top: 100%;
}
.flex-row {
  flex-direction: row;
}
.flex-column {
  flex-direction: column;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-column-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}
.flex-fill {
  flex: 1 1 auto;
}
.flex-grow-0 {
  flex-grow: 0;
}
.flex-grow-1 {
  flex-grow: 1;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.flex-shrink-1 {
  flex-shrink: 1;
}
.justify-content-start {
  justify-content: flex-start;
}
.justify-content-end {
  justify-content: flex-end;
}
.justify-content-center {
  justify-content: center;
}
.justify-content-between {
  justify-content: space-between;
}
.justify-content-around {
  justify-content: space-around;
}
.align-items-start {
  align-items: flex-start;
}
.align-items-end {
  align-items: flex-end;
}
.align-items-center {
  align-items: center;
}
.align-items-baseline {
  align-items: baseline;
}
.align-items-stretch {
  align-items: stretch;
}
.align-content-start {
  align-content: flex-start;
}
.align-content-end {
  align-content: flex-end;
}
.align-content-center {
  align-content: center;
}
.align-content-between {
  align-content: space-between;
}
.align-content-around {
  align-content: space-around;
}
.align-content-stretch {
  align-content: stretch;
}
.align-self-auto {
  align-self: auto;
}
.align-self-start {
  align-self: flex-start;
}
.align-self-end {
  align-self: flex-end;
}
.align-self-center {
  align-self: center;
}
.align-self-baseline {
  align-self: baseline;
}
.align-self-stretch {
  align-self: stretch;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.float-none {
  float: none;
}
.position-static {
  position: static;
}
.position-relative {
  position: relative;
}
.position-absolute {
  position: absolute;
}
.position-fixed {
  position: fixed;
}
.position-sticky {
  position: sticky;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
@supports (position:sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  margin: 0;
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
}
.shadow-none {
  box-shadow: none;
}
.w-25 {
  width: 25%;
}
.w-50 {
  width: 50%;
}
.w-75 {
  width: 75%;
}
.w-100 {
  width: 100%;
}
.w-auto {
  width: auto;
}
.h-25 {
  height: 25%;
}
.h-50 {
  height: 50%;
}
.h-75 {
  height: 75%;
}
.h-100 {
  height: 100%;
}
.h-auto {
  height: auto;
}
.mw-100 {
  max-width: 100%;
}
.mh-100 {
  max-height: 100%;
}
.m-0 {
  margin: 0;
}
.mt-0 {
  margin-top: 0;
}
.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}
.mr-0 {
  margin-right: 0;
}
.mx-0 {
  margin-right: 0;
  margin-left: 0;
}
.mb-0 {
  margin-bottom: 0;
}
.ml-0 {
  margin-left: 0;
}
.m-1 {
  margin: 0.25rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mx-1 {
  margin-right: 0.25rem;
  margin-left: 0.25rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.m-2 {
  margin: 0.5rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mx-2 {
  margin-right: 0.5rem;
  margin-left: 0.5rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.m-3 {
  margin: 1rem;
}
.mt-3 {
  margin-top: 1rem;
}
.my-3 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.mr-3 {
  margin-right: 1rem;
}
.mx-3 {
  margin-right: 1rem;
  margin-left: 1rem;
}
.mb-3 {
  margin-bottom: 1rem;
}
.ml-3 {
  margin-left: 1rem;
}
.m-4 {
  margin: 1.5rem;
}
.mt-4 {
  margin-top: 1.5rem;
}
.my-4 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.mr-4 {
  margin-right: 1.5rem;
}
.mx-4 {
  margin-right: 1.5rem;
  margin-left: 1.5rem;
}
.mb-4 {
  margin-bottom: 1.5rem;
}
.ml-4 {
  margin-left: 1.5rem;
}
.m-5 {
  margin: 3rem;
}
.mt-5 {
  margin-top: 3rem;
}
.my-5 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.mr-5 {
  margin-right: 3rem;
}
.mx-5 {
  margin-right: 3rem;
  margin-left: 3rem;
}
.mb-5 {
  margin-bottom: 3rem;
}
.ml-5 {
  margin-left: 3rem;
}
.p-0 {
  padding: 0;
}
.pt-0 {
  padding-top: 0;
}
.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}
.pr-0 {
  padding-right: 0;
}
.px-0 {
  padding-right: 0;
  padding-left: 0;
}
.pb-0 {
  padding-bottom: 0;
}
.pl-0 {
  padding-left: 0;
}
.p-1 {
  padding: 0.25rem;
}
.pt-1 {
  padding-top: 0.25rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.pr-1 {
  padding-right: 0.25rem;
}
.px-1 {
  padding-right: 0.25rem;
  padding-left: 0.25rem;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pl-1 {
  padding-left: 0.25rem;
}
.p-2 {
  padding: 0.5rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.px-2 {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.p-3 {
  padding: 1rem;
}
.pt-3 {
  padding-top: 1rem;
}
.py-3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.pr-3 {
  padding-right: 1rem;
}
.px-3 {
  padding-right: 1rem;
  padding-left: 1rem;
}
.pb-3 {
  padding-bottom: 1rem;
}
.pl-3 {
  padding-left: 1rem;
}
.p-4 {
  padding: 1.5rem;
}
.pt-4 {
  padding-top: 1.5rem;
}
.py-4 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.pr-4 {
  padding-right: 1.5rem;
}
.px-4 {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
.pb-4 {
  padding-bottom: 1.5rem;
}
.pl-4 {
  padding-left: 1.5rem;
}
.p-5 {
  padding: 3rem;
}
.pt-5 {
  padding-top: 3rem;
}
.py-5 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.pr-5 {
  padding-right: 3rem;
}
.px-5 {
  padding-right: 3rem;
  padding-left: 3rem;
}
.pb-5 {
  padding-bottom: 3rem;
}
.pl-5 {
  padding-left: 3rem;
}
.m-auto {
  margin: auto;
}
.mt-auto {
  margin-top: auto;
}
.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}
.mr-auto {
  margin-right: auto;
}
.mx-auto {
  margin-right: auto;
  margin-left: auto;
}
.mb-auto {
  margin-bottom: auto;
}
.ml-auto {
  margin-left: auto;
}
.text-monospace {
  font-family: 'Raleway', sans-serif;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.font-weight-light {
  font-weight: 300;
}
.font-weight-normal {
  font-weight: 400;
}
.font-weight-bold {
  font-weight: 700;
}
.font-italic {
  font-style: italic;
}
.text-white {
  color: #ffffff;
}
.text-primary {
  color: #007bff;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0062cc;
}
.text-secondary {
  color: #6c757d;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #545b62;
}
.text-success {
  color: #ecf9ed;
}
a.text-success:hover,
a.text-success:focus {
  color: #c5edc8;
}
.text-info {
  color: #17a2b8;
}
a.text-info:hover,
a.text-info:focus {
  color: #117a8b;
}
.text-warning {
  color: #ffc107;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #d39e00;
}
.text-danger {
  color: #dc3545;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #bd2130;
}
.text-light {
  color: #f8f9fa;
}
a.text-light:hover,
a.text-light:focus {
  color: #dae0e5;
}
.text-dark {
  color: #343a40;
}
a.text-dark:hover,
a.text-dark:focus {
  color: #1d2124;
}
.text-body {
  color: #000000;
}
.text-muted {
  color: #6c757d;
}
.text-black-50 {
  color: rgba(0, 0, 0, 0.5);
}
.text-white-50 {
  color: rgba(255, 255, 255, 0.5);
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.pagebuilder-card-badge {
  border-radius: 15px;
  border: 1px solid #dee2e6;
  display: flex;
  height: auto;
  max-width: 700px;
}
.pagebuilder-card-badge .pb-card {
  border-radius: 15px;
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.pagebuilder-card-badge .pb-card__image {
  border-radius: 15px;
}
.pagebuilder-card-badge .pb-card__image img {
  border-radius: 15px;
  width: 100%;
}
.pagebuilder-card-badge .pb-card-image {
  padding: 0;
  position: relative;
  text-align: center;
  border-radius: 15px;
}
.pagebuilder-card-badge .pb-card-image img {
  border-radius: 15px;
}
.pagebuilder-card-badge .pb-card-image .share {
  position: absolute;
  top: 10px;
  left: 10px;
}
.pagebuilder-card-badge .pb-card-image .like {
  position: absolute;
  top: 10px;
  right: 10px;
}
.pagebuilder-card-badge .pb-card__wrapper {
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  padding: 25px 10px;
  text-align: center;
  border-radius: 15px;
  position: relative;
  z-index: 99;
  margin-top: -4.2vw;
  height: 100%;
  padding-bottom: 85px;
}
.pagebuilder-card-badge .pb-card__wrapper .card__title {
  font-size: 4vw;
  font-weight: 500;
}
.pagebuilder-card-badge .pb-card__wrapper hr {
  margin: 10px auto;
  width: 20%;
  border: 2px solid #679f16;
}
.pagebuilder-card-badge .pb-card__wrapper .horizontal-divider {
  border: 2px solid #679f16;
  margin: 12px auto;
  width: 20%;
}
.pagebuilder-card-badge .pb-card__wrapper .pb-card__description {
  font-size: 3.5vw;
  font-weight: 300;
  line-height: 1.5;
}
.page-main-full-width {
  background-color: #ffffff;
  min-height: 1px;
  display: block;
  width: 100%;
  max-width: 100%;
}
.page-main-full-width .column.main .pb-promo-badge-row {
  margin-bottom: 1.75rem;
  position: relative;
}
.page-main-full-width .column.main .pb-promo-badge-row .pagebuilder-button-primary.green-btn {
  align-items: center;
  color: #ffffff;
  display: flex;
  padding: 0 2.5vw;
  height: auto;
  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 #679f16;
  background-color: #679f16;
  border-radius: 8px;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  margin: 20px auto;
  min-width: unset;
  min-height: 45px;
  width: auto;
  -webkit-appearance: none;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.page-main-full-width .column.main .pb-promo-badge-row .pagebuilder-button-primary.green-btn span {
  font-size: 3vw;
  line-height: 1.5;
}
.page-main-full-width .column.main .pb-promo-badge-row .pagebuilder-button-primary.green-btn:hover {
  background-color: #ffffff;
  color: #679f16;
}
.page-main-full-width .column.main .pb-promo-badge-row .pagebuilder-button-primary {
  border: none;
  color: #679f16;
  padding: 12px 26px 12px 26px;
  font-size: 1.4rem;
  line-height: 1.8rem;
  height: 45px;
  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;
  background-color: #ffffff;
  border-radius: 8px;
  display: inline-block;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  margin: 0;
  cursor: pointer;
}
.page-main-full-width .column.main .pb-promo-badge-row .pagebuilder-button-primary:hover {
  background-color: #679f16;
  color: #ffffff;
}
.page-main-full-width .column.main .pb-promo-badge-row .pagebuilder-button-primary:hover span {
  color: #ffffff;
}
.page-main-full-width .column.main .pb-promo-badge-row h6[data-content-type="heading"] {
  text-transform: none;
  font-weight: 400;
}
.page-main-full-width .column.main .pb-promo-badge-row .pb-safety-products {
  margin: 0 5px;
}
.page-main-full-width .column.main .pb-promo-badge-row .pb-safety-products:first-of-type {
  margin-left: 0;
}
.page-main-full-width .column.main .pb-promo-badge-row .pb-safety-products:last-of-type {
  margin-right: 0;
}
.page-main-full-width .column.main .pb-promo-badge-row .pb-safety-products *[data-content-type="image"] > img {
  border-radius: 15px;
}
.page-main-full-width .column.main .pb-promo-badge-row .pb-safety-products *[data-content-type="text"] {
  margin: 10px auto 0 auto;
}
.page-main-full-width .column.main .pb-promo-badge-row .pb-safety-products *[data-content-type="text"] p {
  font-weight: 400;
}
.page-main-full-width .column.main .pb-promo-badge-row .pb-promo-badge {
  border-radius: 15px;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}
.page-main-full-width .column.main .pb-promo-badge-row .pb-promo-badge .pagebuilder-button-primary {
  border: none;
}
.page-main-full-width .column.main .pb-promo-badge-row .pb-promo-badge > .pagebuilder-column-group {
  lex-direction: row;
  justify-content: space-between;
}
.page-main-full-width .column.main .pb-promo-badge-row .pb-buttons-section .pagebuilder-button-primary {
  border: none;
}
.page-main-full-width .column.main .pb-promo-badge-row > .pagebuilder-column-group > .pagebuilder-column > div[data-content-type="block"] {
  border-radius: 15px;
}
.page-main-full-width .column.main .pb-promo-badge-row .pb-promo-badge__text-block {
  justify-content: center;
}
.page-main-full-width .column.main .pb-promo-badge-row .pb-promo-badge__text-block h5 {
  font-family: 'Lato', sans-serif;
  color: #ffffff;
  font-weight: 900;
  font-size: 6rem;
  line-height: 7rem;
}
.page-main-full-width .column.main .pb-promo-badge-row .pb-promo-badge__text-block p {
  font-family: 'Lato', sans-serif;
  color: #ffffff;
  font-size: 3rem;
  font-weight: 400;
  line-height: 3rem;
}
.page-main-full-width .column.main .pb-promo-badge-row .pb-promo-badge__text-block div[data-content-type="buttons"] {
  margin-top: 15px;
}
.page-main-full-width .column.main .pb-promo-badge-row .pb-promo-badge__text-block div[data-content-type="buttons"] span {
  font-weight: 700;
  color: #000000;
  font-size: 1.8rem;
}
.page-main-full-width .column.main .pb-shop-by-badges-row .pagebuilder-button-primary.green-btn {
  align-items: center;
  color: #ffffff;
  display: flex;
  padding: 0 2.5vw;
  height: auto;
  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 #679f16;
  background-color: #679f16;
  border-radius: 8px;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  margin: 20px auto;
  min-width: unset;
  min-height: 45px;
  width: auto;
  -webkit-appearance: none;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.page-main-full-width .column.main .pb-shop-by-badges-row .pagebuilder-button-primary.green-btn span {
  font-size: 3vw;
  line-height: 1.5;
}
.page-main-full-width .column.main .pb-shop-by-badges-row .pagebuilder-button-primary.green-btn:hover {
  background-color: #ffffff;
  color: #679f16;
}
.page-main-full-width .column.main .pb-rounded-corners {
  border-radius: 15px;
}
.page-main-full-width .column.main .pb-rounded-corners img {
  border-radius: 15px;
}
.page-main-full-width .column.main .pb-border-top {
  border-top: 1px solid #cccccc;
}
.page-main-full-width .column.main .pb-border-bottom {
  border-bottom: 1px solid #cccccc;
}
.page-main-full-width .column.main .pb-action-buttons .pagebuilder-button-secondary {
  background: #679f16;
  border-color: #679f16;
  color: #ffffff;
  height: 48px;
}
.page-main-full-width .column.main .pb-action-buttons .pagebuilder-button-secondary span {
  font-size: 1.6rem;
  line-height: 1.6rem;
}
.page-main-full-width .column.main .pb-mobile-header {
  margin-bottom: 1.75rem;
}
.page-main-full-width .column.main .pb-mobile-header .pagebuilder-button-primary {
  background: #679f16;
  border-color: #679f16;
  border: none;
  color: #679f16;
  padding: 12px 26px 12px 26px;
  font-size: 1.4rem;
  line-height: 1.8rem;
  height: 45px;
  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;
  background-color: #ffffff;
  border-radius: 8px;
  display: inline-block;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  margin: 0;
  cursor: pointer;
}
.page-main-full-width .column.main .pb-mobile-header .pagebuilder-button-primary:hover {
  background: #679f16;
  border-color: #679f16;
  color: #ffffff;
  background-color: #679f16;
}
.page-main-full-width .column.main .pb-mobile-header .pagebuilder-button-primary:hover span {
  color: #ffffff;
}
.page-main-full-width .column.main .pb-mobile-header .pagebuilder-button-primary span {
  font-size: 1.6rem;
  line-height: 1.6rem;
}
.page-main-full-width .column.main .pb-mobile-header h6[data-content-type="heading"] {
  text-transform: none;
  font-weight: 400;
}
.page-main-full-width .column.main .pb-mobile-header .pb-safety-products {
  margin: 0 5px;
}
.page-main-full-width .column.main .pb-mobile-header .pb-safety-products:first-of-type {
  margin-left: 0;
}
.page-main-full-width .column.main .pb-mobile-header .pb-safety-products:last-of-type {
  margin-right: 0;
}
.page-main-full-width .column.main .pb-mobile-header .pb-safety-products *[data-content-type="image"] > img {
  border-radius: 15px;
}
.page-main-full-width .column.main .pb-mobile-header .pb-safety-products *[data-content-type="text"] {
  margin: 10px auto 0 auto;
}
.page-main-full-width .column.main .pb-mobile-header .pb-safety-products *[data-content-type="text"] p {
  font-weight: 400;
}
.page-main-full-width .column.main .pagebuilder-column h6.pb-heading {
  font-size: 2.1rem;
  padding: 15px 0;
  font-weight: 500;
  text-transform: none;
}
.page-main-full-width .column.main .pb-buttons-section .pagebuilder-button-primary {
  background-color: #679f16;
  border: 2px solid #679f16;
  color: #ffffff;
}
.page-main-full-width .column.main .pb-buttons-section .pagebuilder-button-primary:hover {
  background-color: #ffffff;
  border: 2px solid #679f16;
  color: #679f16;
}
.page-main-full-width .column.main .pb-buttons-section .pagebuilder-button-primary.reversed {
  background-color: #ffffff;
  border: 2px solid #679f16;
  color: #679f16;
}
.page-main-full-width .column.main .pb-buttons-section .pagebuilder-button-primary.reversed:hover {
  background-color: #679f16;
  color: #ffffff;
}
.page-main-full-width .column.main .pb-buttons-section .same-as-primary a.pagebuilder-button-secondary {
  background-color: #679f16;
  border: 2px solid #679f16;
  color: #ffffff;
}
.page-main-full-width .column.main .pb-buttons-section .same-as-primary a.pagebuilder-button-secondary:hover {
  background-color: #ffffff;
  border: 2px solid #679f16;
  color: #679f16;
}
.page-main-full-width .column.main .pb-buttons-section .same-as-primary.transparency a.pagebuilder-button-secondary {
  background-color: transparent;
  border: 2px solid #679f16;
  color: #679f16;
}
.page-main-full-width .column.main .pb-buttons-section .same-as-primary.transparency a.pagebuilder-button-secondary:hover {
  background-color: #679f16;
  border: 2px solid #679f16;
  color: #ffffff;
}
.page-main-full-width .column.main .pb-buttons-section .same-as-primary.btn-white a.pagebuilder-button-secondary {
  background-color: #ffffff;
  color: #679f16;
}
.page-main-full-width .column.main .pb-trendy-products-row {
  margin-bottom: 1.75rem;
}
.page-main-full-width .column.main .pb-trendy-products-row .pb-trendy-products.image-block {
  position: relative;
}
.page-main-full-width .column.main .pb-trendy-products-row .pb-trendy-products.image-block figure {
  margin: 0;
}
.page-main-full-width .column.main .pb-trendy-products-row .pb-trendy-products.image-block figure img {
  height: 100%;
  border-radius: 15px;
  width: 100%;
}
.page-main-full-width .column.main .pb-trendy-products-row .pb-trendy-products.image-block .image-container {
  height: 100%;
}
.page-main-full-width .column.main .pb-trendy-products-row .pb-trendy-products.image-block .image-container .pagebuilder-mobile-only,
.page-main-full-width .column.main .pb-trendy-products-row .pb-trendy-products.image-block .image-container .pagebuilder-mobile-hidden {
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 15px;
  background-size: cover;
  height: 100%;
}
.page-main-full-width .column.main .pb-trendy-products-row .pb-trendy-products.image-block .cta {
  position: absolute;
  top: 1rem;
  width: 100%;
}
.page-main-full-width .column.main .pb-trendy-products-row .pb-trendy-products.image-block .cta img {
  cursor: pointer;
  height: auto;
  width: 40px;
}
.page-main-full-width .column.main .pb-trendy-products-row .pb-trendy-products.image-block .cta img.share {
  margin-left: 5rem;
  margin-right: auto;
}
.page-main-full-width .column.main .pb-trendy-products-row .pb-trendy-products.image-block .cta img.like {
  margin-right: 5rem;
  margin-left: auto;
  float: right;
}
.page-main-full-width .column.main .pb-trendy-products-row .pb-trendy-products.image-block .cta .share {
  left: 10px;
}
.page-main-full-width .column.main .pb-trendy-products-row .pb-trendy-products.image-block .cta .like {
  right: 10px;
}
.page-main-full-width .column.main .pb-trendy-products-row .pb-buttons-section .pagebuilder-button-primary {
  border: none;
}
.page-main-full-width .column.main .pb-trendy-products-row .pb-buttons-section .pagebuilder-button-primary span {
  color: #679f16;
}
.page-main-full-width .column.main .pb-trendy-products-row .pagebuilder-button-primary {
  border: none;
  color: #679f16;
  padding: 12px 26px 12px 26px;
  font-size: 1.4rem;
  line-height: 1.8rem;
  height: 45px;
  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;
  background-color: #ffffff;
  border-radius: 8px;
  display: inline-block;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  margin: 0;
  cursor: pointer;
}
.page-main-full-width .column.main .pb-trendy-products-row .pagebuilder-button-primary:hover {
  background-color: #679f16;
  color: #ffffff;
}
.page-main-full-width .column.main .pb-trendy-products-row .pagebuilder-button-primary:hover span {
  color: #ffffff;
}
.page-main-full-width .column.main .pb-trendy-products-row h6[data-content-type="heading"] {
  text-transform: none;
  font-weight: 400;
}
.page-main-full-width .column.main .pb-trendy-products-row .pb-safety-products {
  margin: 0 5px;
}
.page-main-full-width .column.main .pb-trendy-products-row .pb-safety-products:first-of-type {
  margin-left: 0;
}
.page-main-full-width .column.main .pb-trendy-products-row .pb-safety-products:last-of-type {
  margin-right: 0;
}
.page-main-full-width .column.main .pb-trendy-products-row .pb-safety-products *[data-content-type="image"] > img {
  border-radius: 15px;
}
.page-main-full-width .column.main .pb-trendy-products-row .pb-safety-products *[data-content-type="text"] {
  margin: 10px auto 0 auto;
}
.page-main-full-width .column.main .pb-trendy-products-row .pb-safety-products *[data-content-type="text"] p {
  font-weight: 400;
}
.page-main-full-width .column.main .pb-trendy-products-row .pb-trendy-products.color-block {
  align-items: center;
  border-radius: 15px;
  justify-content: center;
}
.page-main-full-width .column.main .pb-trendy-products-row .pb-trendy-products.color-block h5 {
  margin-bottom: 20px;
  font-family: 'Lato', sans-serif;
  color: #ffffff;
  font-size: 3rem;
}
.page-main-full-width .column.main .pb-trendy-products-row .pb-trendy-products.color-block div[data-content-type="text"] {
  margin-bottom: 20px;
}
.page-main-full-width .column.main .pb-trendy-products-row .pb-trendy-products.color-block div[data-content-type="buttons"] {
  padding: 0;
}
.page-main-full-width .column.main .pb-trendy-products-row .pb-trendy-products.color-block p {
  font-family: 'Lato', sans-serif;
  color: #ffffff;
  font-size: 2rem;
}
.page-main-full-width .column.main .pb-safety-products-row {
  margin-bottom: 1.75rem;
}
.page-main-full-width .column.main .pb-safety-products-row .pagebuilder-button-primary {
  border: none;
  color: #679f16;
  padding: 12px 26px 12px 26px;
  font-size: 1.4rem;
  line-height: 1.8rem;
  height: 45px;
  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;
  background-color: #ffffff;
  border-radius: 8px;
  display: inline-block;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  margin: 0;
  cursor: pointer;
}
.page-main-full-width .column.main .pb-safety-products-row .pagebuilder-button-primary:hover {
  background-color: #679f16;
  color: #ffffff;
}
.page-main-full-width .column.main .pb-safety-products-row .pagebuilder-button-primary:hover span {
  color: #ffffff;
}
.page-main-full-width .column.main .pb-safety-products-row h6[data-content-type="heading"] {
  text-transform: none;
  font-weight: 400;
}
.page-main-full-width .column.main .pb-safety-products-row .pb-safety-products {
  margin: 0 5px;
}
.page-main-full-width .column.main .pb-safety-products-row .pb-safety-products:first-of-type {
  margin-left: 0;
}
.page-main-full-width .column.main .pb-safety-products-row .pb-safety-products:last-of-type {
  margin-right: 0;
}
.page-main-full-width .column.main .pb-safety-products-row .pb-safety-products *[data-content-type="image"] > img {
  border-radius: 15px;
}
.page-main-full-width .column.main .pb-safety-products-row .pb-safety-products *[data-content-type="text"] {
  margin: 10px auto 0 auto;
}
.page-main-full-width .column.main .pb-safety-products-row .pb-safety-products *[data-content-type="text"] p {
  font-weight: 400;
}
.page-main-full-width .column.main .pb-safety-products-row .pb-carousel-wide-variety .slick-slide .pb-safety-products {
  padding: 0 11px;
}
.page-main-full-width .column.main .pb-safety-products-row .pb-carousel-wide-variety .slick-slide .pb-safety-products figure img {
  width: 100%;
}
.page-main-full-width .column.main .pb-all-industries {
  margin-bottom: 1.75rem;
}
.page-main-full-width .column.main .pb-all-industries .pagebuilder-button-primary {
  border: none;
  color: #679f16;
  padding: 12px 26px 12px 26px;
  font-size: 1.4rem;
  line-height: 1.8rem;
  height: 45px;
  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;
  background-color: #ffffff;
  border-radius: 8px;
  display: inline-block;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  margin: 0;
  cursor: pointer;
}
.page-main-full-width .column.main .pb-all-industries .pagebuilder-button-primary:hover {
  background-color: #679f16;
  color: #ffffff;
}
.page-main-full-width .column.main .pb-all-industries .pagebuilder-button-primary:hover span {
  color: #ffffff;
}
.page-main-full-width .column.main .pb-all-industries h6[data-content-type="heading"] {
  text-transform: none;
  font-weight: 400;
}
.page-main-full-width .column.main .pb-all-industries .pb-safety-products {
  margin: 0 5px;
}
.page-main-full-width .column.main .pb-all-industries .pb-safety-products:first-of-type {
  margin-left: 0;
}
.page-main-full-width .column.main .pb-all-industries .pb-safety-products:last-of-type {
  margin-right: 0;
}
.page-main-full-width .column.main .pb-all-industries .pb-safety-products *[data-content-type="image"] > img {
  border-radius: 15px;
}
.page-main-full-width .column.main .pb-all-industries .pb-safety-products *[data-content-type="text"] {
  margin: 10px auto 0 auto;
}
.page-main-full-width .column.main .pb-all-industries .pb-safety-products *[data-content-type="text"] p {
  font-weight: 400;
}
.page-main-full-width .column.main .pb-shop-by-row .pb-shop-by-badges-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.page-main-full-width .column.main .pb-shop-by-row .pb-shop-by-badges-row .pagebuilder-card-badge {
  flex-basis: calc(9.33333333%);
  flex-grow: 1;
  margin: 0 12px 30px 12px;
}
.page-main-full-width .column.main .pb-shop-by-row .pb-shop-by-badges-row .pagebuilder-card-badge:nth-of-type(3n) {
  margin-right: 0;
}
.page-main-full-width .column.main .pb-shop-by-row .pb-shop-by-badges-row .pagebuilder-card-badge:nth-of-type(3n.page-main-full-width .column.main .pb-shop-by-row .pb-shop-by-badges-row .pagebuilder-card-badge + 1),
.page-main-full-width .column.main .pb-shop-by-row .pb-shop-by-badges-row .pagebuilder-card-badge:first-of-type {
  margin-left: 0;
}
.page-main-full-width .column.main .pb-all-industries__product {
  padding: 0 11px;
  position: relative;
}
.page-main-full-width .column.main .pb-all-industries__product figure[data-content-type="image"] img {
  border-radius: 15px;
}
.page-main-full-width .column.main .pb-all-industries__product div[data-content-type="buttons"] {
  position: absolute;
  bottom: 3rem;
  right: 25px;
}
.page-main-full-width .column.main .pb-all-industries__product div[data-content-type="buttons"] .pagebuilder-button-primary {
  border: none;
  color: #333333;
  padding: 12px 7px;
  font-size: 14px;
  height: 40px;
  text-align: center;
  text-decoration: none;
  box-shadow: none;
  text-shadow: none;
  opacity: 1;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  transition: all .2s;
  background-color: #ffffff;
  border-radius: 8px;
  display: inline-block;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  cursor: pointer;
  line-height: 18px;
  margin: 0;
  -webkit-font-smoothing: subpixel-antialiased;
}
.page-main-full-width .column.main .pb-carousel {
  display: none;
}
.page-main-full-width .column.main .pb-carousel .slick-arrow {
  border: 1px solid #6c757d;
  border-radius: 50px;
  color: #6c757d;
  z-index: 1;
}
.page-main-full-width .column.main .pb-carousel .slick-arrow:before {
  color: #6c757d;
}
.page-main-full-width .column.main .pb-carousel .slick-track .slick-slide .pagebuilder-mobile-only img {
  width: 100%;
}
.page-main-full-width .column.main .pb-carousel.slick-initialized {
  display: block;
}
.page-main-full-width .column.main .pb-brands .pb-carousel .slick-arrow.slick-prev,
.page-main-full-width .column.main .pb-brands .pb-carousel .slick-arrow.slick-next {
  top: 13rem;
}
.page-main-full-width .column.main .pb-brands .pb-carousel figure.logo-brand {
  opacity: 0.5;
}
.page-main-full-width .column.main .pb-brands .pb-carousel figure.logo-brand:hover {
  opacity: 1;
}
.page-main-full-width .column.main .pb-newsletter {
  background-color: #e9ecef;
  border-radius: 10px;
  margin-top: 14rem;
}
.page-main-full-width .column.main .pb-newsletter .container {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.page-main-full-width .column.main .pb-newsletter .container .row {
  width: 100%;
}
.page-main-full-width .column.main .pb-newsletter .container .newsletter {
  margin: 0 auto;
  width: 100%;
}
.page-main-full-width .column.main .pb-newsletter .container .newsletter img {
  width: 210px;
  height: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  top: -10rem;
}
.page-main-full-width .column.main .pb-newsletter .container .newsletter .content {
  position: relative;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 8rem;
  margin: 0 auto;
  max-width: 550px;
}
.page-main-full-width .column.main .pb-newsletter .container .newsletter .content .cms-content {
  text-align: center;
}
.page-main-full-width .column.main .pb-newsletter .container .newsletter .content .cms-content * {
  font-size: 18px;
  line-height: 18px;
  color: #679f16;
}
.page-main-full-width .column.main .pb-newsletter .container .newsletter .content .form.subscribe {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding-top: 10px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.page-main-full-width .column.main .pb-newsletter .container .newsletter .content .form.subscribe input {
  width: 50%;
  border-radius: 5px;
  border: 2px solid #679f16;
  color: #679f16;
  font-weight: 700;
  padding: 0 15px;
  text-overflow: ellipsis;
  height: 40px;
}
.page-main-full-width .column.main .pb-newsletter .container .newsletter .content .form.subscribe input::placeholder {
  color: #679f16;
  font-weight: 700;
}
.page-main-full-width .column.main .pb-newsletter .container .newsletter .content .form.subscribe button,
.page-main-full-width .column.main .pb-newsletter .container .newsletter .content .form.subscribe .quote-details-items .actions-toolbar > .action,
.page-main-full-width .column.main .pb-newsletter .container .newsletter .content .form.subscribe .cart.table-wrapper .actions-toolbar > .action,
.page-main-full-width .column.main .pb-newsletter .container .newsletter .content .form.subscribe .action-gift {
  width: 50%;
  height: 40px;
  border-radius: 5px;
  margin-left: 2rem;
  text-transform: uppercase;
  background-color: #679f16;
  font-size: 1.2rem;
}
.page-main-full-width .column.main .pb-block-reviews {
  margin-bottom: 5rem;
  margin-top: 5rem;
}
.page-main-full-width .column.main .pb-block-reviews h3[data-content-type="heading"] {
  font-weight: 700;
  margin-bottom: 40px;
}
.page-main-full-width:after {
  display: block;
  clear: both;
  content: "";
}
.like-share {
  position: absolute;
  width: 100%;
  opacity: 1;
  z-index: 9;
  padding: 0 2rem;
}
.like-share .like-button {
  width: 50%;
  padding: 10px;
  transition-duration: 0.2s;
  float: right;
  text-align: right;
  transform-origin: top right;
}
.like-share .like-button i {
  color: #65a944;
  padding: 5px;
}
.like-share .like-button:hover {
  transform: scale(1.05);
}
.like-share .share-button {
  width: 50%;
  padding: 10px;
  transition-duration: 0.2s;
  float: left;
  transform-origin: top left;
}
.like-share .share-button i {
  color: #65a944;
  padding: 5px;
}
.like-share .share-button:hover {
  transform: scale(1.05);
}
.like-share .share-button:hover .share-links {
  display: block;
}
.like-share .share-links {
  display: none;
}
.like-share .share-links a {
  text-decoration: none;
}
.div {
  border: 1px solid red;
}
.img-responsive-important {
  display: block;
  height: auto;
  max-width: 100%;
}
object,
video,
embed {
  height: auto;
  max-height: none;
}
.hide,
.hidden {
  display: none;
}
.hide-text,
.text-hidden {
  text-indent: 999em;
  white-space: nowrap;
  overflow: hidden;
}
.visually-hidden,
.element-hidden,
.sr-only {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  word-wrap: normal;
  overflow: hidden;
}
.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
  position: static;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
}
.no-link {
  text-decoration: none;
  cursor: default;
}
.toolbar .toolbar-tray-vertical > .toolbar-lining {
  min-height: auto;
}
.collapse.show {
  display: block;
}
div.mage-error {
  color: #a12c2e;
  font-size: 1.4rem;
  line-height: 2.2rem;
  font-weight: 400;
}
.catalog-product-view .half-option div.mage-error {
  position: absolute;
}
.round-corners {
  border-radius: 8px !important;
  -moz-border-radius: 8px !important;
  -webkit-border-radius: 8px !important;
}
.round-corners > * {
  border-radius: 8px !important;
  -moz-border-radius: 8px !important;
  -webkit-border-radius: 8px !important;
}
.round-corners .pagebuilder-banner-wrapper {
  border-radius: 8px !important;
  -moz-border-radius: 8px !important;
  -webkit-border-radius: 8px !important;
}
.video-embedded-wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.video-embedded-wrap .video-embedded {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pagebuilder-button-secondary {
  color: #3e703d;
  padding: 12px 26px 12px 26px;
  height: 42px;
  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: 3px solid #3e703d;
  background-color: transparent;
  border-radius: 8px;
  display: inline-block;
  font-weight: 500;
  cursor: pointer;
  font-size: 14px;
  line-height: 14px;
  font-family: 'Lato', sans-serif;
}
.pagebuilder-button-secondary:visited,
.pagebuilder-button-secondary:active {
  color: #3e703d;
  background-color: #3e703d;
  border: 3px solid #3e703d;
  text-decoration: none;
  outline: 0;
}
.pagebuilder-button-secondary:hover {
  color: #ffffff;
  background-color: #65a944;
  border: 3px solid #65a944;
  text-decoration: none;
}
.pagebuilder-button-secondary:focus {
  color: #ffffff;
  border: 3px solid #3e703d;
  background-color: #3e703d;
  text-decoration: none;
}
.npg-order-links a {
  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 #3e703d;
  background-color: #3e703d;
  border-radius: 8px;
  display: inline-block;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
}
.npg-order-links a:visited,
.npg-order-links a:active {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
}
.npg-order-links a:hover {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #65a944;
  border: 2px solid #65a944;
}
.npg-order-links a:focus {
  text-decoration: none;
  outline: 0;
  color: #3e703d;
  background-color: transparent;
  border: 2px solid #3e703d;
}
.tablet-and-up {
  display: none;
}
.modal-popup div.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: 70%;
}
.modal-popup div.modal-inner-wrap .modal-header .modal-title {
  border-bottom: none;
  font-weight: 500;
  font-size: 22px;
}
.modal-popup div.modal-inner-wrap .modal-header .action-close {
  margin: 0;
  top: 4px;
  right: 0;
}
.modal-popup div.modal-inner-wrap .modal-header .action-close:before {
  color: #333333;
  font-size: 52px;
}
.modal-popup div.modal-inner-wrap .modal-footer {
  border-top: none;
  text-align: center;
  padding-top: 0;
  padding-bottom: 70px;
}
.modal-popup div.modal-inner-wrap .modal-footer .action.primary {
  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 #3e703d;
  background-color: #3e703d;
  border-radius: 8px;
  display: inline-block;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
}
.modal-popup div.modal-inner-wrap .modal-footer .action.primary:visited {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
}
.modal-popup div.modal-inner-wrap .modal-footer .action.primary:hover {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #65a944;
  border: 2px solid #65a944;
}
.modal-popup div.modal-inner-wrap .modal-footer .action.primary:active {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
}
.modal-popup div.modal-inner-wrap .modal-footer .action.primary:focus {
  text-decoration: none;
  outline: 0;
  color: #3e703d;
  background-color: transparent;
  border: 2px solid #3e703d;
}
.header-promo-wrap {
  min-height: 33px;
  width: 100%;
  padding: 0 20px;
  background-color: #65a944;
}
.header-promo-wrap:after {
  display: block;
  clear: both;
  content: "";
}
.header-promo-wrap .header-promo {
  min-height: 33px;
  width: 100%;
  padding: 14px 0;
}
.header-promo-wrap .header-promo:after {
  display: block;
  clear: both;
  content: "";
}
.header-promo-wrap .header-promo [data-content-type='row'][data-appearance='contained'] {
  margin: 0;
  max-width: 100%;
}
.header-promo-wrap .header-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;
}
.header-promo-wrap .header-promo p {
  font-size: 1.4rem;
  line-height: 2rem;
  margin: 0;
  font-weight: 400;
}
.header-promo-wrap .header-promo p strong {
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 600;
}
.header-promo-wrap .header-promo p a {
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 600;
  text-decoration: underline;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  color: #333333;
}
.header-promo-wrap .header-promo p a:visited,
.header-promo-wrap .header-promo p a:hover,
.header-promo-wrap .header-promo p a:active,
.header-promo-wrap .header-promo p a:focus {
  color: #333333;
  text-decoration: underline;
}
.page-header {
  position: relative;
  width: 100%;
  padding: 0;
  min-height: 50px;
  margin: 0;
  border: none;
}
.page-header .panel.wrapper {
  display: none;
}
.page-header .header.content {
  min-height: 50px;
  width: 100%;
  padding: 0 20px;
  background-color: unset;
  z-index: 800;
}
.page-header .header.content .minicart-wrapper button,
.page-header .header.content .minicart-wrapper .quote-details-items .actions-toolbar > .action,
.page-header .header.content .minicart-wrapper .cart.table-wrapper .actions-toolbar > .action,
.page-header .header.content .minicart-wrapper .action-gift {
  outline: none;
}
.page-header .header.content .minicart-wrapper .minicart-items-wrapper .product-item-details .product-item-name a {
  -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;
}
.page-header .header.content .minicart-wrapper .minicart-items-wrapper .product-item-details .product-item-name a:visited,
.page-header .header.content .minicart-wrapper .minicart-items-wrapper .product-item-details .product-item-name a:active {
  color: #3e703d;
  text-decoration: underline;
}
.page-header .header.content .minicart-wrapper .minicart-items-wrapper .product-item-details .product-item-name a:hover {
  text-decoration: underline;
  color: #65a944;
}
.page-header .header.content .minicart-wrapper .minicart-items-wrapper .product-item-details .product-item-name a:focus {
  text-decoration: underline;
  color: #000000;
}
.page-header .header.content .minicart-wrapper .minicart-items-wrapper .product-item-details .product.options td {
  padding: 0 10px 0 0;
}
.page-header .header.content:after {
  display: block;
  clear: both;
  content: "";
}
.page-header .header.content .header-nav {
  min-height: 1px;
  width: 100%;
  padding: 20px 0;
}
.page-header .header.content .header-nav:after {
  display: block;
  clear: both;
  content: "";
}
.page-header .header.content .navbar-toggle {
  display: block;
  width: 20px;
  height: 18px;
  float: left;
  margin: 16px 24px 0 0;
}
.page-header .header.content .navbar-toggle .hamburger {
  display: none;
}
.page-header .header.content .navbar-toggle .close-hamburger {
  display: block;
}
.page-header .header.content .navbar-toggle.collapsed .hamburger {
  display: block;
  width: 15px;
  margin: 8px 0 0 6px;
}
.page-header .header.content .navbar-toggle.collapsed .close-hamburger {
  display: none;
  width: 15px;
  margin: 8px 0 0 6px;
}
.page-header .header.content .logo-header {
  height: 20px;
  width: 136px;
  float: left;
  margin: 15px 0 0 0;
}
.page-header .header.content .logo-header a {
  display: block;
  height: 20px;
  width: 136px;
  background: transparent url('../images/Footer/Imprint-plus-logo-footer.png') no-repeat center center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain !important;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.page-header .header.content .logo-header a:visited,
.page-header .header.content .logo-header a:hover,
.page-header .header.content .logo-header a:active,
.page-header .header.content .logo-header a:focus {
  text-decoration: none;
}
.page-header .header.content .mobile-header-link {
  width: 20px;
  height: 24px;
  position: absolute;
  right: 102px;
  top: 14px;
}
.page-header .header.content .mobile-header-link a {
  width: 20px;
  height: 24px;
  display: block;
  background: transparent url('../images/icon-login.png') no-repeat center center;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  background-size: cover;
  background-position: center;
}
.page-header .header.content .mobile-header-link a:visited,
.page-header .header.content .mobile-header-link a:hover,
.page-header .header.content .mobile-header-link a:active,
.page-header .header.content .mobile-header-link a:focus {
  text-decoration: none;
}
.page-header .header.content .block-search {
  margin-top: 0;
}
.page-header .header.content .block-search .label {
  margin: 15px 16px 0 0;
}
.page-header .header.content .block-search .label:before {
  width: 21px;
  height: 20px;
  content: "";
  display: block;
  background: transparent url('../images/search.svg') no-repeat center center;
  margin: 0;
}
.page-header .header.content .block-search .label:hover {
  cursor: pointer;
}
.page-header .header.content .block-search .control {
  border: none;
}
.page-header .header.content .block-search .control input[type="text"] {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  background-color: transparent;
  border: 1px solid #575757;
  color: #333333;
  box-shadow: none;
  border-radius: 8px;
  padding: 0 16px;
  height: 46px;
  font-size: 1.6rem;
  line-height: 2.2rem;
}
.page-header .header.content .block-search .control input[type="text"]:focus {
  outline: none;
  border: 1px solid #BDBDBD;
}
.page-header .header.content .block-search .control input[type="text"]::-webkit-input-placeholder,
.page-header .header.content .block-search .control input[type="text"]::-moz-placeholder,
.page-header .header.content .block-search .control input[type="text"]:-ms-input-placeholder,
.page-header .header.content .block-search .control input[type="text"]:-moz-placeholder {
  opacity: 1;
  color: #555555;
  font-weight: 300;
  background-color: transparent;
}
.page-header .header.content .block-search .control input[type="text"].mage-error {
  border-color: #a12c2e;
}
.page-header .header.content .block-search .search-autocomplete {
  width: 300px;
  border-top: 1px solid #c2c2c2;
  margin-top: 10px;
}
.page-header .header.content .block-search .block-content .actions button,
.page-header .header.content .block-search .block-content .actions .quote-details-items .actions-toolbar > .action,
.page-header .header.content .block-search .block-content .actions .cart.table-wrapper .actions-toolbar > .action,
.page-header .header.content .block-search .block-content .actions .action-gift {
  background-color: transparent;
}
.page-header .header.content .tablet-desktop-header-links {
  display: none;
}
.page-header .header.content .minicart-wrapper {
  margin-top: 0;
}
.page-header .header.content .minicart-wrapper .block-title {
  display: none;
}
.page-header .header.content .minicart-wrapper .action.showcart:before {
  width: 20px;
  height: 21px;
  content: "";
  display: block;
  background: transparent url('../images/cart.svg') no-repeat center top;
  margin: 26px 0 0 0;
}
.page-header .header.content .minicart-wrapper .action.showcart .text,
.page-header .header.content .minicart-wrapper .action.showcart .counter.qty {
  display: none;
}
.page-header .header.content .minicart-wrapper .action.showcart.not-empty:before {
  background: transparent url('../images/cart-plus-solid.svg') no-repeat center top;
  height: 27px;
  width: 24px;
  margin: 15px 0 0 0;
}
.page-header .header.content .minicart-wrapper .block-content .items-total {
  display: none;
}
.page-header .header.content .minicart-wrapper .block-content .subtotal {
  text-align: left;
}
.page-header .header.content .minicart-wrapper .block-content .subtotal .label {
  display: inline-block;
  margin-right: 5px;
}
.page-header .header.content .minicart-wrapper .block-content .subtotal .amount.price-container {
  display: inline-block;
}
.page-header .header.content .minicart-wrapper .block-content .actions .primary .action.primary {
  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 #3e703d;
  background-color: #3e703d;
  border-radius: 8px;
  display: inline-block;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
}
.page-header .header.content .minicart-wrapper .block-content .actions .primary .action.primary:visited,
.page-header .header.content .minicart-wrapper .block-content .actions .primary .action.primary:active {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
}
.page-header .header.content .minicart-wrapper .block-content .actions .primary .action.primary:hover {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #65a944;
  border: 2px solid #65a944;
}
.page-header .header.content .minicart-wrapper .block-content .actions .primary .action.primary:focus {
  text-decoration: none;
  outline: 0;
  color: #3e703d;
  background-color: transparent;
  border: 2px solid #3e703d;
}
.page-header .header.content .minicart-wrapper .block-content .actions .secondary .action.viewcart {
  color: #333333;
  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 #333333;
  background-color: #ffffff;
  border-radius: 8px;
  display: inline-block;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  cursor: pointer;
}
.page-header .header.content .minicart-wrapper .block-content .actions .secondary .action.viewcart:visited {
  color: #65a944;
  text-decoration: none;
  outline: 0;
}
.page-header .header.content .minicart-wrapper .block-content .actions .secondary .action.viewcart:hover {
  text-decoration: none;
  outline: 0;
  color: #ffffff;
  background-color: #65a944;
  border: 2px solid #65a944;
}
.page-header .header.content .minicart-wrapper .block-content .actions .secondary .action.viewcart:active {
  color: #65a944;
  text-decoration: none;
  outline: 0;
}
.page-header .header.content .minicart-wrapper .block-content .actions .secondary .action.viewcart:focus {
  text-decoration: none;
  outline: 0;
  color: #ffffff;
  border: 2px solid #3e703d;
  background-color: #3e703d;
}
.page-header .header.content .minicart-wrapper .block-content .actions .minicart-items-wrapper .product-item-details .product-item-name a {
  -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;
}
.page-header .header.content .minicart-wrapper .block-content .actions .minicart-items-wrapper .product-item-details .product-item-name a:visited,
.page-header .header.content .minicart-wrapper .block-content .actions .minicart-items-wrapper .product-item-details .product-item-name a:active {
  color: #3e703d;
  text-decoration: underline;
}
.page-header .header.content .minicart-wrapper .block-content .actions .minicart-items-wrapper .product-item-details .product-item-name a:hover {
  text-decoration: underline;
  color: #65a944;
}
.page-header .header.content .minicart-wrapper .block-content .actions .minicart-items-wrapper .product-item-details .product-item-name a:focus {
  text-decoration: underline;
  color: #000000;
}
.page-header .header.content .minicart-wrapper .block-content .actions .minicart-items-wrapper .product-item-details .product.options td {
  padding: 0 10px 0 0;
}
.page-header .header.content .minicart-wrapper .block-content .actions .minicart-items-wrapper .product-item-details .product.options td.option-label {
  min-width: 100px;
}
.page-header .header.content .minicart-wrapper .block-content .actions .minicart-items-wrapper .product-item-details .product-item-pricing .details-qty.qty {
  display: none;
}
.page-header .header.content .navbar-collapse {
  clear: both;
  margin: 0 -20px;
}
.page-header .header.content .navbar-collapse a {
  text-decoration: none;
}
.page-header .header.content .navbar-collapse .navigation {
  padding-left: 0;
  padding-right: 0;
}
.page-header .header.content .navbar-collapse .ves-megamenu {
  background-color: transparent;
  padding: 20px 0;
  border-top: 2px solid #e4e4e4;
  margin-top: 10px;
}
.page-header .header.content .navbar-collapse .ves-megamenu .nav-item .nav-anchor {
  line-height: 60px;
  font-size: 16px;
  font-weight: 400;
  border: none;
  background-color: transparent;
  color: #333333;
}
.page-header .header.content .navbar-collapse .ves-megamenu .nav-item .nav-anchor span {
  margin-left: 0;
}
.page-header .header.content .navbar-collapse .ves-megamenu .nav-item .nav-anchor .opener {
  background-color: transparent;
  right: 15px;
}
.page-header .header.content .navbar-collapse .ves-megamenu .nav-item .nav-anchor .opener:before {
  content: url('../images/arrow.svg');
  width: 15px;
  position: absolute;
  top: 24px;
}
.page-header .header.content .navbar-collapse .ves-megamenu .nav-item .nav-anchor .opener.item-active:before {
  transform: rotate(180deg);
}
.page-header .header.content .navbar-collapse .ves-megamenu .level0 {
  border: none;
}
.page-header .header.content .navbar-collapse .ves-megamenu .level0 > .nav-anchor {
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1.5px;
}
.page-header .header.content .navbar-collapse .ves-megamenu .level0 .submenu {
  border: 1px solid #dddddd;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-weight: 400;
  line-height: 1.3;
  left: auto;
  overflow-x: hidden;
  padding: 0;
  position: relative;
  transition: left 0.3s ease-out;
  top: auto;
}
.page-header .header.content .navbar-collapse .ves-megamenu .level0 .submenu .level1 {
  padding-left: 0;
}
.page-header .header.content .navbar-collapse .ves-megamenu .level0 .submenu .level1 .nav-anchor {
  text-transform: capitalize;
}
.page-header .header.content .navbar-collapse .ves-megamenu .level0 .submenu .level1 .nav-item .nav-anchor {
  padding-left: 40px;
}
.page-header .header.content .navbar-collapse .ves-megamenu .level0 .submenu .level1 .submenu {
  background-color: #e4e4e4;
  padding-left: 20px;
}
.page-header .header.content .navbar-collapse .ves-megamenu .level0 .submenu .level1 .submenu .megamenu-products-grid .product .product-image,
.page-header .header.content .navbar-collapse .ves-megamenu .level0 .submenu .level1 .submenu .megamenu-products-grid .product .product-description {
  display: none;
}
.page-header .header.content .navbar-collapse .ves-megamenu .level0 .submenu .level1 .submenu .megamenu-products-grid .product .product-title {
  line-height: 60px;
  font-size: 16px;
  padding-left: 40px;
}
.page-header .header.content .navbar-collapse .ves-megamenu .level0 .submenu .level1.nav-item .nav-anchor {
  padding-left: 40px;
}
.page-header .header.content .navbar-collapse .ves-megamenu.mobile-bottom .nav-anchor {
  font-family: 'Lato', sans-serif;
  text-transform: capitalize;
  letter-spacing: 0.3px;
  font-weight: 400;
  font-size: 16px;
}
.page-header .header.content .navbar-collapse .ves-megamenu.mobile-bottom .nav-anchor:before {
  width: 22px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: sub;
}
.page-header .header.content .navbar-collapse .ves-megamenu.mobile-bottom .nav-anchor.help-support:before {
  content: url('../images/help.svg');
}
.page-header .header.content .navbar-collapse .ves-megamenu.mobile-bottom .nav-anchor.my-account:before {
  content: url('../images/account.svg');
}
.page-header .header.content .navbar-collapse .megamenu-mobile-footer {
  padding: 20px;
  background-color: #65a944;
  float: left;
  width: 100%;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 20px;
}
.page-header .header.content .navbar-collapse .megamenu-mobile-footer a {
  text-decoration: underline;
  font-weight: 400;
}
.page-header .header.content .navbar-collapse .megamenu-mobile-footer a:link,
.page-header .header.content .navbar-collapse .megamenu-mobile-footer a:visited,
.page-header .header.content .navbar-collapse .megamenu-mobile-footer a:active {
  color: #333333;
}
.page-header .header.content .navbar-collapse .megamenu-mobile-footer:hover {
  color: #333333;
}
.page-header .header.content .navbar-collapse .megamenu-mobile-footer p + p {
  margin-top: 20px;
}
.page-header .header.content .navbar-collapse .megamenu-mobile-footer div > div {
  padding: 0;
  margin-bottom: 0;
}
.ves-menu .category-menu-image-link,
.ves-menu .category-menu-description,
.ves-menu .megamenu-footer {
  display: none;
}
.page-wrapper {
  position: relative;
  display: block;
}
.page-wrapper .page-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;
}
.modal-popup.modal-slide._show .modal-inner-wrap {
  margin: 50px;
  height: auto;
}
.modal-popup.modal-slide._show .modal-inner-wrap .modal-content .country-switch-modal .country-goto-detected {
  width: 246px;
  margin-bottom: 10px;
}
.modal-popup.modal-slide._show .modal-inner-wrap .modal-content .country-switch-modal .country-continue {
  width: 277px;
  margin-bottom: 10px;
}
.modal-popup.modal-slide._show.country-modal {
  padding: 0 25px;
}
.modal-popup.modal-slide._show.country-modal .modal-header .modal-title {
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  padding: 0 3em;
}
.modal-popup.modal-slide._show.country-modal .modal-inner-wrap {
  margin: 50px auto;
}
.modal-popup.modal-slide._show.country-modal .modal-inner-wrap .modal-content {
  padding-left: 3rem;
  padding-right: 3rem;
}
.modal-popup.modal-slide._show.country-modal .country-switch-modal {
  flex-direction: column;
  padding-right: 15px;
}
.modal-popup.modal-slide._show.country-modal .cta .contry-cta {
  font-weight: 700;
  font-size: 17px;
  line-height: 22px;
  letter-spacing: 1.25px;
  color: #679f16;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 7px;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-direction: row;
  justify-content: center;
  height: 52px;
  text-decoration: none;
}
.modal-popup.modal-slide._show.country-modal .cta .contry-cta:visited,
.modal-popup.modal-slide._show.country-modal .cta .contry-cta:active {
  color: #679f16;
  text-decoration: none;
  outline: 0;
}
.modal-popup.modal-slide._show.country-modal .cta .contry-cta:hover {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  transition: 0.5s;
  background-color: #679f16;
  border: 2px solid #679f16;
}
.modal-popup.modal-slide._show.country-modal .cta .contry-cta:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  transition: 0.5s;
  background-color: #679f16;
  border: 2px solid #679f16;
}
.modal-popup.modal-slide._show.country-modal .cta .contry-cta-click {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 22px;
  letter-spacing: 1.25px;
  margin: 0;
  height: 22px;
}
.modal-popup.modal-slide._show.country-modal .cta .contry-cta-img {
  width: 45px;
  height: 45px;
}
.modal-popup.modal-slide._show.country-modal .cta .contry-cta-title {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #333333;
  padding-top: 10px;
  margin: 0 auto;
  height: 18px;
  text-align: center;
}
.free-design-tools-section .section-header {
  margin-top: 0;
}
.free-design-tools-section .section-header h2 {
  font-weight: 500;
}
.free-design-tools-section .section-header p {
  font-size: 16px;
  font-weight: 300;
}
.free-design-tools-section .section-header .section-icon:before {
  content: "";
  display: block;
  width: 69px;
  height: 40px;
  background-size: 69px 40px;
  background-repeat: no-repeat;
  margin: 0 auto 15px;
  background-image: url('../images/design-tools.svg');
}
.free-design-tools-section .free-design-tools-icon {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
}
.free-design-tools-section .free-design-tools-icon:before {
  content: "";
  display: block;
  width: 135px;
  height: 88px;
  background-size: 135px 88px;
  background-repeat: no-repeat;
  margin: 0 auto 15px;
}
.free-design-tools-section .free-design-tools-icon.icon-1:before {
  background-image: url('../images/free-design-tools-1.svg');
}
.free-design-tools-section .free-design-tools-icon.icon-2:before {
  background-image: url('../images/free-design-tools-2.svg');
}
.free-design-tools-section .free-design-tools-icon.icon-3:before {
  background-image: url('../images/free-design-tools-3.svg');
}
.free-design-tools-section .free-design-tools-icon.icon-4:before {
  background-image: url('../images/free-design-tools-4.svg');
}
.free-design-tools-section .pagebuilder-column-group:nth-child(2) .pagebuilder-column {
  flex-basis: unset;
  width: 50%;
}
.free-design-tools-section .also-available h4 a:link,
.free-design-tools-section .also-available h4 a:visited,
.free-design-tools-section .also-available h4 a:hover {
  color: #333333;
  text-decoration: none;
  font-weight: 500;
  font-size: 17px;
}
.free-design-tools-section .also-available h4:active {
  color: #333333;
  text-decoration: none;
  font-weight: 500;
  font-size: 17px;
}
.free-design-tools-section .also-available p {
  font-weight: 300;
}
.video-modal {
  display: block;
  margin-top: 15px;
  font-weight: 400;
}
.video-modal:link,
.video-modal:visited,
.video-modal:hover {
  text-decoration: none;
}
.video-modal:before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  background-size: 28px 28px;
  background-repeat: no-repeat;
  margin-right: 10px;
  background-image: url('../images/video.svg');
  vertical-align: middle;
}
.video-modal span {
  text-decoration: underline;
}
.video-modalactive {
  text-decoration: none;
}
.how-reusable-badges-work.how-reusable-badges-work-header h3 {
  font-weight: 600;
  margin-bottom: 15px;
}
.how-reusable-badges-work.how-reusable-badges-work-header p {
  font-weight: 300;
  font-size: 18px;
}
.how-reusable-badges-work.how-reusable-badges-work-content {
  margin: 0 -20px 10px;
}
.how-reusable-badges-work.how-reusable-badges-work-content p {
  font-weight: 300;
}
.how-reusable-badges-work.how-reusable-badges-work-content p a {
  font-weight: 400;
}
.country-modal .modal-inner-wrap {
  max-width: 700px;
}
.country-modal .modal-inner-wrap .country-switch-modal {
  display: block;
}
.country-modal .modal-inner-wrap .country-switch-modal > * {
  display: block;
  clear: both;
}
.country-modal .modal-inner-wrap .country-switch-modal > *:last-of-type {
  margin-top: 90px;
}
.country-modal .modal-inner-wrap .country-switch-modal p > img {
  margin-left: 15px;
  width: 45px;
}
.country-modal .modal-inner-wrap .country-switch-modal ul {
  padding: 0;
  list-style-position: inside;
  margin-top: 20px;
  font-weight: 300;
}
.country-modal .modal-inner-wrap .country-switch-modal .country-goto-detected .action-goto-detected {
  float: left;
  color: #ffffff;
  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 #3e703d;
  background-color: #3e703d;
  border-radius: 8px;
  display: inline-block;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  padding: 0 10px;
}
.country-modal .modal-inner-wrap .country-switch-modal .country-goto-detected .action-goto-detected:visited,
.country-modal .modal-inner-wrap .country-switch-modal .country-goto-detected .action-goto-detected:active {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
}
.country-modal .modal-inner-wrap .country-switch-modal .country-goto-detected .action-goto-detected:hover {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #65a944;
  border: 2px solid #65a944;
}
.country-modal .modal-inner-wrap .country-switch-modal .country-goto-detected .action-goto-detected:focus {
  text-decoration: none;
  outline: 0;
  color: #3e703d;
  background-color: transparent;
  border: 2px solid #3e703d;
}
.country-modal .modal-inner-wrap .country-switch-modal .country-continue .action-continue {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  color: #3e703d;
  text-decoration: underline;
  float: right;
  border: none;
  padding-top: 2rem;
}
.country-modal .modal-inner-wrap .country-switch-modal .country-continue .action-continue:visited,
.country-modal .modal-inner-wrap .country-switch-modal .country-continue .action-continue:active {
  color: #3e703d;
  text-decoration: underline;
}
.country-modal .modal-inner-wrap .country-switch-modal .country-continue .action-continue:hover {
  color: #65a944;
  background-color: inherit;
  text-decoration: none;
}
.country-modal .modal-inner-wrap .country-switch-modal .country-continue .action-continue:focus {
  text-decoration: underline;
  color: #000000;
}
.country-modal .modal-inner-wrap .country-switch-modal .country-continue .action-continue:after {
  display: inline-block;
  content: ' ';
  background: url('../images/arrow-green.svg');
  background-size: 15px 15px;
  width: 15px;
  height: 15px;
  transform: rotate(-90deg);
  margin-left: 8px;
  vertical-align: middle;
}
.country-modal .modal-inner-wrap .modal-footer {
  display: none;
}
.page-footer .footer-desktop-wrapper {
  display: none;
}
.page-footer .footer-mobile-wrapper {
  width: 100%;
  min-height: 1px;
}
.page-footer .footer-mobile-wrapper:after {
  display: block;
  clear: both;
  content: "";
}
.page-footer .footer-mobile-wrapper [data-content-type='row'][data-appearance='contained'] {
  margin: 0;
  max-width: 100%;
}
.page-footer .footer-mobile-wrapper [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-footer .footer-mobile-wrapper .footer-mobile-upper-wrap {
  align-items: center;
  background-color: #679f16;
  border-radius: 10px;
  display: flex;
  padding: 15px 0;
  width: 95%;
  margin: 0 10px 25px 10px;
  min-height: 1px;
}
.page-footer .footer-mobile-wrapper .footer-mobile-upper-wrap:after {
  clear: both;
  content: "";
  background-image: url("../images/Footer/svg/headset.svg");
  background-repeat: no-repeat;
  background-size: 40px;
  display: inline-block;
  float: left;
  height: 40px;
  margin-left: 20px;
  order: 1;
  width: 50px;
}
.page-footer .footer-mobile-wrapper .footer-mobile-upper-wrap .footer-mobile-upper {
  display: flex;
  flex-direction: row;
  padding: 0 0 0 10px;
  order: 2;
  height: auto;
  width: 100%;
  text-align: center;
}
.page-footer .footer-mobile-wrapper .footer-mobile-upper-wrap .footer-mobile-upper:after {
  display: block;
  clear: both;
  content: "";
}
.page-footer .footer-mobile-wrapper .footer-mobile-upper-wrap .footer-mobile-upper p {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 3rem;
  color: #333333;
  font-size: 20px;
  margin: 0;
}
.page-footer .footer-mobile-wrapper .footer-mobile-upper-wrap .footer-mobile-upper p a {
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 3rem;
  text-decoration: underline;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  color: #333333;
}
.page-footer .footer-mobile-wrapper .footer-mobile-upper-wrap .footer-mobile-upper p a:visited,
.page-footer .footer-mobile-wrapper .footer-mobile-upper-wrap .footer-mobile-upper p a:hover,
.page-footer .footer-mobile-wrapper .footer-mobile-upper-wrap .footer-mobile-upper p a:active,
.page-footer .footer-mobile-wrapper .footer-mobile-upper-wrap .footer-mobile-upper p a:focus {
  color: #333333;
  text-decoration: underline;
}
.page-footer .footer-mobile-wrapper .footer-mobile-upper-wrap .footer-mobile-upper p:nth-of-type(2) {
  background: #ffffff;
  border-radius: 8px;
  color: #3e703d;
  width: 125px;
  float: right;
  margin-left: auto;
  margin-right: 25px;
}
.page-footer .footer-mobile-wrapper .footer-mobile-upper-wrap .footer-mobile-upper p:nth-of-type(2) a {
  color: #3e703d;
  border-radius: 15px;
  font-size: 1.0rem;
  padding: 0 10px 0 10px;
  text-decoration: none;
  line-height: 3.3rem;
  -webkit-appearance: none;
}
.page-footer .footer-mobile-wrapper .footer-mobile-lower-wrap {
  width: 100%;
  min-height: 1px;
}
.page-footer .footer-mobile-wrapper .footer-mobile-lower-wrap:after {
  display: block;
  clear: both;
  content: "";
}
.page-footer .footer-mobile-wrapper .footer-mobile-lower-wrap .footer-mobile-lower {
  width: 100%;
  min-height: 1px;
  padding: 20px 20px 40px 20px;
  text-align: center;
  color: #ffffff;
}
.page-footer .footer-mobile-wrapper .footer-mobile-lower-wrap .footer-mobile-lower:after {
  display: block;
  clear: both;
  content: "";
}
.page-footer .footer-mobile-wrapper .footer-mobile-lower-wrap .footer-mobile-lower ul[data-content-type='faq']:nth-child(7) {
  display: none;
}
.page-footer .footer-mobile-wrapper .footer-mobile-lower-wrap .footer-mobile-lower ul[data-content-type='faq'] h3 {
  color: #212529;
  text-transform: uppercase;
}
.page-footer .footer-mobile-wrapper .footer-mobile-lower-wrap .footer-mobile-lower ul[data-content-type='faq'] h3:before {
  top: 20px;
}
.page-footer .footer-mobile-wrapper .footer-mobile-lower-wrap .footer-mobile-lower ul[data-content-type='faq'] > li {
  border-top: 1px solid #212529 !important;
}
.page-footer .footer-mobile-wrapper .footer-mobile-lower-wrap .footer-mobile-lower ul[data-content-type='faq'] div[data-element="answer"] {
  color: #212529;
}
.page-footer .footer-mobile-wrapper .footer-mobile-lower-wrap .footer-mobile-lower ul[data-content-type='faq'] div[data-element="answer"] div {
  color: #212529;
}
.page-footer .footer-mobile-wrapper .footer-mobile-lower-wrap .footer-mobile-lower ul[data-content-type='faq'] div[data-element="answer"] div .no-indent-menu {
  padding: 0;
  list-style: none;
}
.page-footer .footer-mobile-wrapper .footer-mobile-lower-wrap .footer-mobile-lower .social-links {
  margin: 15px 0;
  margin-top: 40px;
  padding: 0;
  list-style: none;
  display: inline-block;
}
.page-footer .footer-mobile-wrapper .footer-mobile-lower-wrap .footer-mobile-lower .social-links li {
  display: inline-block;
  margin: 0 6px;
}
.page-footer .footer-mobile-wrapper .footer-mobile-lower-wrap .footer-mobile-lower .social-links li:first-child,
.page-footer .footer-mobile-wrapper .footer-mobile-lower-wrap .footer-mobile-lower .social-links li:last-child {
  margin-right: 0;
}
.page-footer .footer-mobile-wrapper .footer-mobile-lower-wrap .footer-mobile-lower .social-links li a {
  color: #ffffff;
  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;
}
.page-footer .footer-mobile-wrapper .footer-mobile-lower-wrap .footer-mobile-lower .social-links li a img {
  height: 40px;
  width: 40px;
}
.page-footer .footer-mobile-wrapper .footer-mobile-lower-wrap .footer-mobile-lower .footer-mobile-links {
  margin: 30px 0 0 0;
  padding: 0;
  list-style: none;
}
.page-footer .footer-mobile-wrapper .footer-mobile-lower-wrap .footer-mobile-lower .footer-mobile-links li {
  margin: 14px 0;
  font-size: 1.2rem;
  line-height: 1.4rem;
}
.page-footer .footer-mobile-wrapper .footer-mobile-lower-wrap .footer-mobile-lower .footer-mobile-links li a {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  font-size: 1.2rem;
  line-height: 1.4rem;
}
.page-footer .footer-mobile-wrapper .footer-mobile-lower-wrap .footer-mobile-lower .footer-mobile-links li a:visited,
.page-footer .footer-mobile-wrapper .footer-mobile-lower-wrap .footer-mobile-lower .footer-mobile-links li a:hover,
.page-footer .footer-mobile-wrapper .footer-mobile-lower-wrap .footer-mobile-lower .footer-mobile-links li a:active,
.page-footer .footer-mobile-wrapper .footer-mobile-lower-wrap .footer-mobile-lower .footer-mobile-links li a:focus {
  color: #ffffff;
  text-decoration: none;
}
.page-footer .footer-mobile-wrapper .footer-mobile-lower-wrap .footer-mobile-lower .footer-mobile-copyright {
  width: 100%;
  min-height: 1px;
  margin-top: 24px;
  padding: 0 30px;
}
.page-footer .footer-mobile-wrapper .footer-mobile-lower-wrap .footer-mobile-lower .footer-mobile-copyright:after {
  display: block;
  clear: both;
  content: "";
}
.page-footer .footer-mobile-wrapper .footer-mobile-lower-wrap .footer-mobile-lower .footer-mobile-copyright p {
  color: #212529;
  font-size: 1.2rem;
  line-height: 1.8rem;
  font-weight: 400;
  margin: 0;
}
.page-footer .footer-mobile-wrapper .footer-mobile-lower-wrap .footer-mobile-lower .footer-mobile-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;
}
.page-footer .footer-mobile-wrapper .footer-mobile-lower-wrap .footer-mobile-lower .footer-mobile-copyright p a:visited,
.page-footer .footer-mobile-wrapper .footer-mobile-lower-wrap .footer-mobile-lower .footer-mobile-copyright p a:hover,
.page-footer .footer-mobile-wrapper .footer-mobile-lower-wrap .footer-mobile-lower .footer-mobile-copyright p a:active,
.page-footer .footer-mobile-wrapper .footer-mobile-lower-wrap .footer-mobile-lower .footer-mobile-copyright p a:focus {
  color: #212529;
  text-decoration: none;
}
.page-footer .footer-mobile-wrapper .footer-mobile-lower-wrap .footer-mobile-lower .footer-mobile-copyright h6 {
  color: #212529;
  font-size: 1.2rem;
  line-height: 1.8rem;
  font-weight: 400;
  margin: 0;
}
.page-footer .footer-mobile-wrapper .footer-mobile-lower-wrap .footer-mobile-lower .footer-mobile-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;
}
.page-footer .footer-mobile-wrapper .footer-mobile-lower-wrap .footer-mobile-lower .footer-mobile-copyright h6 a:visited,
.page-footer .footer-mobile-wrapper .footer-mobile-lower-wrap .footer-mobile-lower .footer-mobile-copyright h6 a:hover,
.page-footer .footer-mobile-wrapper .footer-mobile-lower-wrap .footer-mobile-lower .footer-mobile-copyright h6 a:active,
.page-footer .footer-mobile-wrapper .footer-mobile-lower-wrap .footer-mobile-lower .footer-mobile-copyright h6 a:focus {
  color: #212529;
  text-decoration: none;
}
.page-footer .footer-mobile-wrapper .footer-mobile-lower-wrap .footer-mobile-lower .footer-mobile-copyright hr {
  border-top: 1px solid #3e703d;
}
.message.global.cookie {
  background: #535d64;
  border-color: #d6d8db;
  color: #ffffff;
  margin: 0;
  padding: 0;
  min-height: 30px;
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.message.global.cookie:after {
  display: block;
  clear: both;
  content: "";
}
.message.global.cookie .content {
  min-height: 30px;
  padding: 15px 20px;
}
.message.global.cookie .content:after {
  display: block;
  clear: both;
  content: "";
}
.message.global.cookie .content .content-inner {
  position: relative;
  padding-right: 30px;
}
.message.global.cookie .content .content-inner p {
  font-size: 1.6rem;
  line-height: 2.4rem;
  width: 80%;
  margin: 0;
  font-weight: 400;
  color: #ffffff;
}
.message.global.cookie .content .content-inner p strong {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 600;
}
.message.global.cookie .content .content-inner p a {
  font-size: 1.6rem;
  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: #ffffff;
}
.message.global.cookie .content .content-inner p a:visited,
.message.global.cookie .content .content-inner p a:hover,
.message.global.cookie .content .content-inner p a:active,
.message.global.cookie .content .content-inner p a:focus {
  color: #ffffff;
  text-decoration: underline;
}
.message.global.cookie .content .content-inner .btn-cookie-allow {
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  background: transparent url('../images/close-white.svg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  text-decoration: none;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.message.global.cookie .content .content-inner .btn-cookie-allow:visited,
.message.global.cookie .content .content-inner .btn-cookie-allow:hover,
.message.global.cookie .content .content-inner .btn-cookie-allow:active,
.message.global.cookie .content .content-inner .btn-cookie-allow:focus {
  color: #ffffff;
  text-decoration: none;
}
@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;
  }
}
.modal-popup.country-modal .modal-inner-wrap {
  max-width: 700px;
}
.modal-popup._show.country-modal .modal-inner-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 700px;
  height: 457px;
  overflow: hidden;
  background: #ffffff;
  border-radius: 8px;
}
.modal-popup.modal-slide._show.country-modal .country-switch-modal {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px;
  width: 540px;
  height: 257px;
  align-self: stretch;
}
.modal-popup.modal-slide._show.country-modal .instruction-title {
  font-weight: 700;
  font-size: 28px;
  line-height: 33px;
  text-align: center;
  color: #000000;
  align-self: stretch;
}
.ves-menu {
  padding: 0;
  margin: 0;
}
.ves-menu .ves-megamenu {
  padding: 0;
}
.ves-menu > .block-title {
  margin: 0;
  text-align: center;
  padding: 10px;
  background: #333333;
  color: #ffffff;
  text-transform: uppercase;
}
.ves-menu .navigation .level0 .submenu {
  background: none;
  border-style: none;
}
.ves-menu .navigation .level0 > .submenu {
  background: #ffffff;
}
.ves-menu .submenu .products-grid .product-item-photo {
  padding: 0;
  float: left;
  width: 100%;
  text-align: center;
}
.ves-menu .level0 .submenu .products-grid a {
  padding: 0;
}
.ves-megamenu {
  padding: 0;
  float: left;
  width: 100%;
  background: #f0f0f0;
}
.ves-megamenu .dropdown-menu {
  border: 0 none;
  color: #333333;
  display: block;
  margin-top: 0;
  padding: 20px;
  min-width: 230px;
}
.ves-megamenu .dropdown-menu .content-wrap .megamenu-sidebar,
.ves-megamenu .dropdown-menu .content-wrap .megamenu-content {
  float: left;
}
.ves-megamenu .dropdown-menu a {
  color: #333333;
  padding: 0;
}
.ves-megamenu .dropdown-menu .subgroup > a > .caret {
  display: none;
}
.ves-megamenu .dropdown-menu .subgroup a {
  color: #333333;
  font-weight: normal;
  text-transform: none;
}
.ves-megamenu .dropdown-menu .subgroup > .submenu {
  box-shadow: none;
}
.ves-megamenu .dropdown-menu .subgroup .dropdown-mega {
  display: block;
  position: static;
}
.ves-megamenu .dropdown-menu .subgroup .subgroup .dropdown-mega a {
  color: #888888;
}
.ves-megamenu .dropdown-menu .subgroup.level1 > .dropdown-mega {
  padding: 20px;
  max-width: 100%;
  min-width: auto;
}
.ves-megamenu .dropdown-menu .subgroup.level1 > a {
  color: #333333;
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  padding-left: 20px;
}
.ves-megamenu .dropdown-menu .subgroup.level1 > .submenu > .content-wrap > .megamenu-content {
  margin: 10px 0;
}
.ves-megamenu .dropdown-menu .megamenu-header {
  border-bottom: 1px solid #e6e6e6;
  float: left;
  margin-bottom: 20px;
  padding-bottom: 12px;
  width: 100%;
}
.ves-megamenu .dropdown-menu .megamenu-footer {
  float: left;
  margin-top: 20px;
  width: 100%;
}
.ves-megamenu .dropdown > .dropdown-menu {
  top: 100%;
}
.ves-megamenu .dropdown.submenu-alignleft > .dropdown-menu {
  left: 0;
  right: auto;
}
.ves-megamenu .dropdown.submenu-alignright > .dropdown-menu {
  right: 0;
  left: auto;
}
.ves-megamenu .dropdown.submenu-left {
  position: static;
}
.ves-megamenu .dropdown.submenu-right {
  position: static;
}
.ves-megamenu .dropdown.submenu-right > .dropdown-menu {
  left: auto;
  right: 0;
  background: red;
}
.ves-megamenu li.level0 > a {
  position: relative;
  line-height: 45px;
  float: left;
  color: #333333;
  font-weight: bold;
  text-transform: uppercase;
}
.ves-megamenu li.level0 .nav-anchor > img {
  margin-bottom: -4px;
}
.ves-megamenu .nav-item .nav-anchor {
  background-color: transparent !important;
}
.ves-megamenu .nav-item > a {
  line-height: 45px;
  padding: 0 20px;
}
.ves-megamenu .nav-item > .submenu-active {
  display: block;
}
.ves-megamenu .opener {
  position: absolute;
  right: 0;
  padding: 20px;
  top: 0;
  font: normal normal normal 14px/1 'FontAwesome';
}
.ves-megamenu .opener:before {
  content: '\f067';
}
.ves-megamenu .opener.item-active:before {
  content: '\f068';
}
.ves-megamenu img:hover {
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  -o-transform: scale(1.04);
  transform: scale(1.04);
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.ves-megamenu .megamenu-widget .product-item-info {
  text-align: center;
}
.ves-megamenu .megamenu-widget .block-title {
  text-transform: uppercase;
  padding-top: 7px;
  padding-bottom: 7px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 1.5em;
  line-height: 1.2222em;
}
.ves-megamenu .megamenu-widget .block-title strong {
  font-weight: 700;
}
.ves-megamenu .megamenu-widget .owl-item img {
  float: none;
  margin: auto;
}
.ves-megamenu .megamenu-widget .owl-item .product-item {
  width: 100%;
}
.ves-megamenu .megamenu-widget .product-item {
  text-align: center;
}
.ves-megamenu .owl-carousel > .owl-stage-outer {
  padding-top: 10px;
  padding-left: 10px;
}
.ves-megamenu .products-widget {
  position: relative;
  margin: 0;
}
.ves-megamenu .products-widget .owl-nav {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 888;
}
.ves-megamenu .products-widget .owl-nav a {
  float: left;
  width: 20px;
  cursor: pointer;
  border: 1px solid transparent;
  padding: 0;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-size: 18px;
}
.ves-megamenu .products-widget .owl-nav a:hover {
  color: #ff0000;
  border-color: #ff0000;
}
.ves-megamenu .products-widget .product-block .product-item-info {
  margin-bottom: 0;
}
.ves-megamenu .megamenu-header .links li,
.ves-megamenu .megamenu-footer .links li {
  display: inline-block;
  padding: 0 5px;
}
.ves-megamenu .dynamic-items a {
  width: 100%;
  float: left;
  padding-top: 0;
  padding-bottom: 0;
}
.ves-megamenu .dynamic-items li > a > .caret {
  position: absolute;
  right: 20px;
  top: 20px;
  border-left: 4px dashed;
  border-left: 4px solid \9;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}
.ves-megamenu .dynamic-items li:hover {
  cursor: pointer;
}
.ves-megamenu .dynamic-content > .nav-item {
  display: none;
}
.ves-megamenu .dynamic-content > .nav-item.dynamic-active {
  display: block;
}
.ves-megamenu .product-item .product-item-actions {
  margin: 0;
}
.ves-megamenu .product-item .product-item-name {
  font-weight: bold;
}
.ves-megamenu .onsale {
  background: #5bd2ec;
  color: #ffffff;
  text-transform: uppercase;
  padding: 0 4px;
}
.ves-megamenu .reviews-actions {
  display: none;
}
.ves-megamenu .product-image-container {
  max-width: 180px;
}
.ves-megamenu li {
  list-style: none;
  margin: 0;
}
.ves-megamenu li.active > a {
  background: #333333;
  color: #ffffff;
}
.ves-megamenu .level0 .products-grid .product-item .product-item-actions {
  margin: 10px 0 10px;
}
.ves-megamenu .level0 .products-grid .product-item .product-item-actions .actions-secondary > .action {
  color: #999999;
}
.ves-megamenu .level0 .products-grid .product-item .product-item-actions .actions-secondary > .action:hover {
  color: #333333;
}
.ves-megamenu .level0 .products-grid .product-item .product-item-name {
  font-weight: 400;
}
.ves-megamenu .level0 .submenu {
  z-index: 99;
}
.ves-megamenu .icon {
  position: absolute;
  right: 10px;
  color: #ffffff;
  z-index: 999;
}
.ves-megamenu .row {
  margin-left: -15px;
  margin-right: -15px;
}
.ves-megamenu .submenu .megamenu-sidebar.right-sidebar a {
  padding: 0;
}
.ves-megamenu .submenu .megamenu-sidebar.left-sidebar a {
  padding: 0;
}
.ves-megamenu .submenu .carousel-control.left {
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-shadow: none;
  top: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  padding: 12px;
  position: absolute;
  background: #f5f5f5;
  color: #333333;
  opacity: 1;
  transition: opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
  -moz-transition: opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
  -webkit-transition: opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
  -o-transition: opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
  line-height: 1.5em;
}
.ves-megamenu .submenu .carousel-control.left:before {
  top: 0;
  position: absolute;
}
.ves-megamenu .submenu .carousel-control.left:hover {
  background-color: #000000;
  color: #ffffff;
}
.ves-megamenu .submenu .carousel-control.left:hover:before {
  color: #ffffff;
}
.ves-megamenu .submenu .carousel-control.right {
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-shadow: none;
  top: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  padding: 12px;
  position: absolute;
  background: #f5f5f5;
  color: #333333;
  opacity: 1;
  transition: opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
  -moz-transition: opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
  -webkit-transition: opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
  -o-transition: opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
  line-height: 1.5em;
}
.ves-megamenu .submenu .carousel-control.right:before {
  top: 0;
  position: absolute;
}
.ves-megamenu .submenu .carousel-control.right:hover {
  background-color: #000000;
  color: #ffffff;
}
.ves-megamenu .submenu .carousel-control.right:hover:before {
  color: #ffffff;
}
.ves-megamenu iframe {
  max-width: 100%;
}
.ves-megamenu .carousel-controls {
  position: absolute;
  top: 20px;
  right: 10px;
  width: 62px;
}
.ves-megamenu * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ves-megamenu .nav-item.level1.subgroup.dropdown-submenu:after {
  display: block;
  content: '';
  clear: both;
}
.ves-megamenu.menu-hover .nav-item:hover > .submenu {
  display: block;
}
.cat-label {
  color: #ffffff;
  font-size: 14px;
  padding: 0 4px;
  text-transform: none;
  vertical-align: middle;
  font-weight: normal;
}
.cat-label-v1 {
  background: #5bd2ec none repeat scroll 0 0;
}
.cat-label-v2 {
  background: #d52462 none repeat scroll 0 0;
}
.cat-label-v3 {
  background: #0cc485;
}
.cat-label.pin-top {
  line-height: 16px;
  padding: 0 4px;
  position: absolute;
  right: 20px;
  top: -10px;
}
.cat-label.pin-top::before {
  border-color: transparent;
  border-style: solid;
  border-width: 4px;
  content: '';
  height: 0;
  position: absolute;
  right: 6px;
  top: 16px;
  width: 0;
}
.cat-label-v1.pin-top::before {
  border-top-color: #5bd2ec;
}
.cat-label-v2.pin-top::before {
  border-top-color: #d52462;
}
.products-widget .owl-nav.disabled {
  display: none;
}
.new-icon {
  background: #d52462;
  color: #ffffff;
  text-transform: uppercase;
  padding: 0 4px;
}
.feature-box-v3 .fbox-icon .icons {
  border-radius: 50%;
  padding: 20px 28px;
}
.feature-box-v3 .fbox-icon .icons.icons-plain {
  width: auto;
  height: auto;
  line-height: 100%;
}
.feature-box-v3 .fa:before {
  font-size: 30px;
}
.fbox-icon {
  text-align: center;
}
.fbox-icon a {
  text-align: center;
  display: inline-table;
  background: #f1f1f1;
  border-radius: 50%;
}
.ves-megamenu.ves-vertical {
  border: 1px solid #dddddd;
  border-top: 0;
}
.ves-megamenu.ves-vertical li.level0 {
  position: static;
}
.ves-megamenu.ves-vertical li.level0 > .submenu {
  box-shadow: none;
  border: 1px solid #dddddd;
  border-radius: 1px;
}
.navigation .level0 .submenu .products-grid a:hover {
  background: none;
}
.navigation .ves-megamenu .level1 .submenu {
  background: transparent;
  z-index: 999;
}
.navigation ul .level0:last-child {
  margin-right: 0;
}
.nav-sections.scroll-to-fixed-fixed .cat-label.pin-top {
  top: 2px;
}
.ves-menu.navigation {
  position: static;
}
.ves-menu.navigation > ul {
  background: #f0f0f0;
  padding: 0;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 0;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img {
  line-height: 1;
}
.carousel-inner > .item > a > img {
  line-height: 1;
}
.carousel-inner .item:first-child {
  padding-top: 10px;
}
.carousel-inner > .active {
  display: block;
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.ves-megamenu.accordion-menu.menu-click .level0 .nav-item a {
  position: relative;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: 0.9;
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.left:hover {
  background: #ee2f2f;
  color: #ffffff;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right:hover {
  background: #ee2f2f;
  color: #ffffff;
}
.carousel-indicators {
  position: relative;
  float: left;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: 0;
  padding: 0;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #1979c3;
  border-radius: 10px;
}
.carousel-indicators .active {
  background-color: #1979c3;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
html.nav-before-open {
  overflow: hidden;
}
@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);
  }
}
