/**
 * Copyright © 2010-2022 Epicor Software Corporation: All Rights Reserved
 */

.ie-message-alert-hide {
    display: none;
}

.ie-message-alert {
    padding: 10px;
    background-color: #f44336;
    color: white;
    text-align: center;
}

.ie-message-closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 20px;
    line-height: 14px;
    cursor: pointer;
    transition: 0.3s;
}

.ie-message-closebtn:hover {
    color: black;
}
.epicor_comm-customer-accountselector .page-actions .title-section{
    float: left;
    width: 120px;
}
.epicor_comm-customer-accountselector .page-actions .actions{
    text-align: right;
    margin: 10px 0px;
}
 .epicor_comm-customer-accountselector .page-actions .actions #masquerade_cart_action{
    width: 120px;
}
.epicor_comm-customer-accountselector .admin__data-grid-wrap-static .data-grid thead th{
    background-clip: padding-box;
    color: #ffffff;
    background-color: #514943;
    border: 0.1rem solid #8a837f;
    padding: 1rem 1rem;
    position: relative;
    vertical-align: middle;
    font-size: 1.3rem;
    line-height: 1.36;
    text-align: left;
 }

.epicor_comm-customer-accountselector .admin__data-grid-wrap-static .data-grid tr:nth-child(even) td {
    background-color: #f5f5f5;
}
.epicor_comm-customer-accountselector .admin__data-grid-wrap-static .data-grid td {
    border-left: 0.1rem solid #d6d6d6;
    border-right: 0.1rem solid #d6d6d6;
    border-bottom: 0.1rem solid #d6d6d6;
}
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: '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: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
a,
.alink {
  color: #1979c3;
  text-decoration: none;
}
a:visited,
.alink:visited {
  color: #1979c3;
  text-decoration: none;
}
a:hover,
.alink:hover {
  color: #006bb4;
  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: '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,
.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: '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,
.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,
.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,
.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,
.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: '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: '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: '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.
 */
/**
 * Copyright © 2010-2023 Epicor Software Corporation: All Rights Reserved
 */
/**
 * Copyright © 2010-2023 Epicor Software Corporation: All Rights Reserved
 */
/* My Acc New Theme Styles */
/* End of My Acc New Theme Styles */
.bundle-options-container .block-bundle-summary .bundle.items,
.product-items,
.prices-tier,
.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,
.block-banners .banner-items,
.block-banners-inline .banner-items,
.block-event .slider-panel .slider {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.bundle-options-container .block-bundle-summary .bundle.items > li,
.product-items > li,
.prices-tier > 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,
.block-banners .banner-items > li,
.block-banners-inline .banner-items > li,
.block-event .slider-panel .slider > li {
  margin: 0;
}
.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.tocompare,
.product-options-bottom .action.tocompare,
.product-info-main .action.towishlist,
.product-options-bottom .action.towishlist,
.block-bundle-summary .action.towishlist {
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
  cursor: pointer;
  font-family: '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.tocompare:focus,
.product-info-main .action.tocompare:active,
.product-options-bottom .action.tocompare:focus,
.product-options-bottom .action.tocompare: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 {
  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.tocompare:hover,
.product-options-bottom .action.tocompare:hover,
.product-info-main .action.towishlist:hover,
.product-options-bottom .action.towishlist:hover,
.block-bundle-summary .action.towishlist: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.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,
.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 {
  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.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,
.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 {
  text-decoration: none;
}
.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;
}
.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: ': ';
}
.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;
}
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action {
  width: 100%;
}
.cart.table-wrapper .product-image-wrapper,
.minicart-items .product-image-wrapper,
.block-giftregistry-shared-items .product-image-wrapper {
  height: auto;
  padding: 0 !important;
}
.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 {
  position: static;
}
.product.media .product.photo .photo.image {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}
.login-container .block .block-title {
  font-size: 1.8rem;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.login-container .block .block-title strong {
  font-weight: 500;
}
.block-compare .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 {
  margin-bottom: 15px;
}
.block-compare .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 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.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;
}
.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;
}
.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;
}
.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;
}
.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;
}
.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;
}
.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;
}
.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;
}
.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: 'icons-blank-theme';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle:hover:after,
.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: 'icons-blank-theme';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle.active:hover:after,
.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;
}
.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;
}
.block,
.sidebar .widget.block:not(:last-child),
.sidebar .widget:not(:last-child),
.block-banners,
.block-banners-inline {
  margin-bottom: 40px;
}
.sidebar .action.delete,
.table-comparison .cell.remove .action.delete,
.block-compare .action.delete,
.filtered .item .action.remove {
  display: inline-block;
  text-decoration: none;
}
.abs-remove-button-for-blocks > span,
.sidebar .action.delete > span,
.table-comparison .cell.remove .action.delete > span,
.block-compare .action.delete > span,
.filtered .item .action.remove > 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,
.sidebar .action.delete:before,
.table-comparison .cell.remove .action.delete:before,
.block-compare .action.delete:before,
.filtered .item .action.remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  line-height: 15px;
  color: #303030;
  content: '\e616';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-remove-button-for-blocks:hover:before,
.sidebar .action.delete:hover:before,
.table-comparison .cell.remove .action.delete:hover:before,
.block-compare .action.delete:hover:before,
.filtered .item .action.remove:hover:before {
  color: #303030;
}
.abs-remove-button-for-blocks:active:before,
.sidebar .action.delete:active:before,
.table-comparison .cell.remove .action.delete:active:before,
.block-compare .action.delete:active:before,
.filtered .item .action.remove:active:before {
  color: #303030;
}
.product-item-name,
.product.name a {
  font-weight: 400;
}
.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;
}
.form.giftregistry.items .actions-toolbar,
.form-new-agreement .actions-toolbar,
.fieldset .review-legend.legend,
.form.wishlist.items .actions-toolbar {
  margin-left: 0;
}
.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 {
  line-height: 1.42857143;
  padding: 0;
  color: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  border-radius: 0;
  font-size: inherit;
  font-weight: 400;
}
.abs-action-button-as-link: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 {
  color: #1979c3;
  text-decoration: none;
}
.abs-action-button-as-link: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 {
  color: #006bb4;
  text-decoration: underline;
}
.abs-action-button-as-link: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 {
  color: #ff5501;
  text-decoration: underline;
}
.abs-action-button-as-link:hover,
.abs-action-button-as-link:active,
.abs-action-button-as-link: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 {
  background: none;
  border: 0;
}
.abs-action-button-as-link.disabled,
.abs-action-button-as-link[disabled],
fieldset[disabled] .abs-action-button-as-link,
.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 {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.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) {
  box-shadow: none;
}
.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 {
  line-height: 1.42857143;
  padding: 0;
  color: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  border-radius: 0;
  font-size: inherit;
  font-weight: 400;
  left: 10px;
  margin-left: 70%;
  position: absolute;
  top: 31px;
  width: auto;
}
.abs-action-remove:visited,
.abs-add-fields .action.remove: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: #1979c3;
  text-decoration: none;
}
.abs-action-remove:hover,
.abs-add-fields .action.remove: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: #006bb4;
  text-decoration: underline;
}
.abs-action-remove:active,
.abs-add-fields .action.remove: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-remove:hover,
.abs-action-remove:active,
.abs-action-remove:focus,
.abs-add-fields .action.remove:hover,
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:focus,
.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-remove.disabled,
.abs-action-remove[disabled],
fieldset[disabled] .abs-action-remove,
.abs-add-fields .action.remove.disabled,
.abs-add-fields .action.remove[disabled],
fieldset[disabled] .abs-add-fields .action.remove,
.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: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove: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;
}
.form-giftregistry-share .fieldset,
.form-giftregistry-edit .fieldset,
.form-add-invitations .fieldset,
.form-create-return .fieldset,
.form.send.friend .fieldset {
  margin-bottom: 50px;
}
.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%;
}
.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;
}
.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;
}
.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;
}
.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;
}
.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;
}
.order-details-items .order-items .order-gift-message:not(.expanded-content) {
  height: 0;
  visibility: hidden;
}
.fieldset > .field.no-label > .label,
.fieldset > .fields > .field.no-label > .label,
.product-item-actions .actions-secondary > .action span,
.table-comparison .cell.label.remove span,
.table-comparison .cell.label.product 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 {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.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,
.toolbar:before,
.toolbar:after,
.sidebar .product-items-images:before,
.sidebar .product-items-images: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,
.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,
.toolbar:after,
.sidebar .product-items-images: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,
.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-field-date .control,
.abs-field-tooltip,
.columns .column.main,
.columns .sidebar-main,
.columns .sidebar-additional,
.column .block-addbysku .sku,
.bundle-options-container .block-bundle-summary,
.product-item,
.sidebar .product-items-images .product-item,
.search-autocomplete,
.cart-summary,
.opc-wrapper .shipping-address-item,
.shipping-policy-block.field-tooltip .field-tooltip-content,
.opc-block-summary,
.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:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 34px;
  line-height: 1.2;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button:before,
.abs-split-button:after {
  content: '';
  display: table;
}
.abs-split-button:after {
  clear: both;
}
.abs-split-button .action.split {
  float: left;
  margin: 0;
}
.abs-split-button .action.toggle {
  float: right;
  margin: 0;
}
.abs-split-button button.action.split,
.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 .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: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle:active:after {
  color: inherit;
}
.abs-split-button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e618';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle.active:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle.active:active:after {
  color: inherit;
}
.abs-split-button .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 100%;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.abs-split-button .items li {
  margin: 0;
  padding: 3px 5px;
}
.abs-split-button .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.abs-split-button .items:before,
.abs-split-button .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-split-button .items:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.abs-split-button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.abs-split-button .items:before {
  right: 10px;
  top: -12px;
}
.abs-split-button .items:after {
  right: 9px;
  top: -14px;
}
.abs-split-button.active {
  overflow: visible;
}
.abs-split-button.active .items {
  display: block;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action,
.product-info-main .action.tocompare,
.product-options-bottom .action.tocompare,
.product-info-main .action.towishlist,
.product-options-bottom .action.towishlist,
.block-bundle-summary .action.towishlist {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
}
.product-item-actions .actions-secondary > .action,
.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 {
  display: inline-block;
  text-decoration: none;
}
.abs-actions-addto-gridlist > span,
.product-item-actions .actions-secondary > .action > 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 {
  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,
.product-item-actions .actions-secondary > .action: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 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 29px;
  line-height: 24px;
  color: #7d7d7d;
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-actions-addto-gridlist:hover:before,
.product-item-actions .actions-secondary > .action: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 {
  color: #333333;
}
#store-selector .form-continue .actions-toolbar .action.primary,
.bundle-actions .action.primary,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.product-info-main .box-tocart .action.tocart,
.product-options-bottom .box-tocart .action.tocart,
.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 {
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
}
.block-compare .action.compare,
.cart-summary .actions-toolbar > .primary button,
.cart-summary .form.giftregistry .fieldset .action.primary,
.paypal-review .block .actions-toolbar .action.primary,
.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,
.block-compare .action.compare:focus,
.block-compare .action.compare: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,
.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,
.block-compare .action.compare:hover,
.cart-summary .actions-toolbar > .primary button:hover,
.cart-summary .form.giftregistry .fieldset .action.primary:hover,
.paypal-review .block .actions-toolbar .action.primary: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;
}
.cart-summary .form.giftregistry .fieldset .action.primary {
  font-size: 1.4rem;
  line-height: 1.6rem;
  padding: 7px 15px;
}
.bundle-actions {
  margin: 10px 0;
}
.bundle-options-container .price-notice .price-including-tax,
.bundle-options-container .price-notice .price-excluding-tax,
.bundle-options-container .price-notice .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,
.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 {
  font-size: 1.4rem;
  display: inline-block;
  white-space: nowrap;
}
.bundle-options-container .price-notice .price-including-tax + .price-excluding-tax,
.product-options-wrapper .field .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 {
  display: inline-block;
  font-size: 1.1rem;
}
.bundle-options-container .price-notice .price-including-tax + .price-excluding-tax:before,
.product-options-wrapper .field .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 {
  content: '(' attr(data-label) ': ';
}
.bundle-options-container .price-notice .price-including-tax + .price-excluding-tax:after,
.product-options-wrapper .field .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 {
  content: ')';
}
.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: 'icons-blank-theme';
  margin: 3px 0 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.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';
}
.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;
}
.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;
}
.review-ratings .rating-summary {
  display: table-row;
}
.review-ratings .rating-label {
  display: table-cell;
  padding-bottom: 5px;
  padding-right: 25px;
  padding-top: 1px;
  vertical-align: top;
}
.review-ratings .rating-result {
  display: table-cell;
  vertical-align: top;
}
.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-dropdown-items-new .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,
.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: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .items .item:last-child:hover,
.wishlist-dropdown .items .item:last-child:hover {
  background: #e8e8e8;
}
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
  margin-left: -17px;
  margin-right: 5px;
}
.abs-sidebar-totals .table-caption,
.sidebar .subtitle,
.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,
.cart-totals .table-caption,
.opc-block-summary .table-totals .table-caption {
  display: none;
}
.return-status,
.order-status {
  display: inline-block;
  margin-bottom: 20px;
}
.block-compare .counter,
.block-wishlist .counter {
  color: #7d7d7d;
  font-size: 1.2rem;
  white-space: nowrap;
}
.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: '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: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-shopping-cart-items .action.continue:hover:before,
.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;
}
.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);
}
.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: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-shopping-cart-items .action.update:hover:before,
.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;
}
.field.date .control {
  position: relative;
}
.abs-field-date input,
.form-giftregistry-search .fields-specific-options .datetime-picker,
.field.date input {
  margin-right: 10px;
  width: calc(100% - 33px);
}
.field .control._with-tooltip {
  position: relative;
}
.field .control._with-tooltip input {
  margin-right: 10px;
  width: calc(100% - 39px);
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content,
.shipping-policy-block.field-tooltip .field-tooltip-content {
  right: -10px;
  top: 40px;
  left: auto;
}
.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;
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:before {
  border-bottom-color: #999999;
}
.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;
}
.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;
}
.cart-totals .mark,
.opc-block-summary .table-totals .mark {
  font-weight: 400;
  padding-left: 4px;
}
.cart-totals .mark strong,
.opc-block-summary .table-totals .mark strong {
  font-weight: 400;
}
.cart-totals .amount,
.opc-block-summary .table-totals .amount {
  padding-right: 4px;
  text-align: right;
  white-space: nowrap;
}
.cart-totals .amount strong,
.opc-block-summary .table-totals .amount strong {
  font-weight: 400;
}
.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;
}
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .amount {
  padding-right: 4px;
  text-align: right;
}
.cart-totals .grand .amount strong,
.opc-block-summary .table-totals .grand .amount strong {
  font-weight: 700;
}
.cart-totals .msrp,
.opc-block-summary .table-totals .msrp {
  margin-bottom: 10px;
}
.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;
}
.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: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.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;
}
.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';
}
.cart-totals .totals-tax-details,
.opc-block-summary .table-totals .totals-tax-details {
  border-bottom: 1px solid #d1d1d1;
  display: none;
}
.cart-totals .totals-tax-details.shown,
.opc-block-summary .table-totals .totals-tax-details.shown {
  display: table-row;
}
.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: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.cart-summary .block > .title:after,
.paypal-review-discount .block > .title:after {
  position: absolute;
  right: -5px;
  top: -5px;
}
.column.main .cart-summary .block > .title strong,
.column.main .paypal-review-discount .block > .title strong {
  font-size: 1.8rem;
  font-weight: 400;
}
.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';
}
.cart-summary .block.active > .content,
.paypal-review-discount .block.active > .content {
  display: block;
}
@font-face {
  font-family: 'iconfont';
  src: url('../../frontend/Codazon/skc/en_US/fonts/iconfont/iconfont.woff2') format('woff2'), url('../../frontend/Codazon/skc/en_US/fonts/iconfont/iconfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/Codazon/skc/en_US/fonts/opensans/light/opensans-300.woff2') format('woff2'), url('../../frontend/Codazon/skc/en_US/fonts/opensans/light/opensans-300.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/Codazon/skc/en_US/fonts/opensans/regular/opensans-400.woff2') format('woff2'), url('../../frontend/Codazon/skc/en_US/fonts/opensans/regular/opensans-400.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/Codazon/skc/en_US/fonts/opensans/semibold/opensans-600.woff2') format('woff2'), url('../../frontend/Codazon/skc/en_US/fonts/opensans/semibold/opensans-600.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/Codazon/skc/en_US/fonts/opensans/bold/opensans-700.woff2') format('woff2'), url('../../frontend/Codazon/skc/en_US/fonts/opensans/bold/opensans-700.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.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: #1979c3;
}
.message.info a:hover {
  color: #006bb4;
}
.message.info a:active {
  color: #006bb4;
}
.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: 'icons-blank-theme';
  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: #1979c3;
}
.message.error a:hover {
  color: #006bb4;
}
.message.error a:active {
  color: #006bb4;
}
.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: 'icons-blank-theme';
  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: #1979c3;
}
.message.warning a:hover {
  color: #006bb4;
}
.message.warning a:active {
  color: #006bb4;
}
.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: 'icons-blank-theme';
  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: #1979c3;
}
.message.notice a:hover {
  color: #006bb4;
}
.message.notice a:active {
  color: #006bb4;
}
.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: 'icons-blank-theme';
  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: #1979c3;
}
.message.success a:hover {
  color: #006bb4;
}
.message.success a:active {
  color: #006bb4;
}
.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: 'icons-blank-theme';
  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: 'icons-blank-theme';
  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;
}
.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('../../frontend/Codazon/skc/en_US/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: '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: 'icons-blank-theme';
  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: 23px;
  line-height: 23px;
  color: #7d7d7d;
  content: '\e612';
  font-family: 'icons-blank-theme';
  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: 'icons-blank-theme';
  src: url('../../frontend/Codazon/skc/en_US/fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff2') format('woff2'), url('../../frontend/Codazon/skc/en_US/fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
button,
a.action.primary,
.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
  border-radius: 3px;
}
button: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: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: '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: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.action.primary:hover,
.action-primary:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  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: #1979c3;
  display: inline-block;
  padding: 0 4px;
  text-decoration: none;
}
.pages a.page:visited {
  color: #1979c3;
}
.pages a.page:hover {
  color: #006bb4;
  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 {
  background: #f0f0f0;
  border: 1px solid #d1d1d1;
  color: #7d7d7d;
  display: inline-block;
  padding: 0;
  text-decoration: none;
}
.pages .action:visited {
  color: #7d7d7d;
}
.pages .action:hover {
  background: #dedede;
  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: 'icons-blank-theme';
  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: 'icons-blank-theme';
  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;
  min-height: 24px;
}
.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: 'icons-blank-theme';
  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: 'icons-blank-theme';
  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.rtl-layout {
  margin: 0;
  direction: rtl;
}
body.rtl-layout .pull-right {
  float: left !important;
}
body.rtl-layout .pull-left {
  float: right !important;
}
body.rtl-layout.page-layout-2columns-left .column.main,
body.rtl-layout.page-layout-2columns-right .sidebar-main {
  float: left;
}
body.rtl-layout.page-layout-2columns-right .sidebar-additional {
  float: left;
  clear: left;
}
body.rtl-layout.page-layout-2columns-right .column.main,
body.rtl-layout.page-layout-2columns-left .sidebar-main {
  float: right;
}
body.rtl-layout.page-layout-2columns-left .sidebar-additional {
  float: right;
  clear: right;
}
body.rtl-layout table th {
  text-align: right;
}
body.rtl-layout input[type="radio"] {
  margin: 2px 0 0 5px;
}
body.rtl-layout .field-tooltip {
  right: auto;
  left: 0;
}
body:not(.cms-index-index) .page-main {
  padding-top: 0 !important;
}
.base-slider .cdz-block-content {
  padding-top: 1rem;
}
.brand-slider-wrapper .brand-item {
  padding: 2.4rem;
  background-color: #fff;
}
.brand-slider-wrapper .brand-item a.brand-link.abs-img {
  padding: 0px !important;
}
.brand-slider-wrapper .brand-item a.brand-link.abs-img .brand-img {
  position: relative;
  max-width: 100% !important;
  width: auto;
  margin: 0 auto;
}
.post-list-style04 .post-item {
  border-radius: 4px;
}
.post-list-style04 .post-item .post-title .post-item-link {
  text-decoration: none;
  font-size: 16px;
}
.post-list-style04 .post-item .post-desc {
  padding-bottom: 16px;
  border-bottom: 1px solid #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
.post-list-style04 .post-item .post-desc [data-content-type='html'] {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
.post-list-style04 .post-item .post-bottom {
  padding: 16px;
}
.post-list-style04 .post-item .post-footer {
  margin-top: 0;
  border-top: 0;
  padding-top: 16px;
  display: flex;
  justify-content: space-between;
}
.post-list-style04 .post-item .more-link {
  color: #bb2031;
  text-transform: capitalize;
}
.post-list-style04 .post-item .post-date {
  border: 0;
  padding: 0;
  margin: 0;
  font-size: 14px;
  color: #666;
  display: flex;
  align-items: center;
  flex-direction: row;
}
.post-list-style04 .post-item .post-date:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e6d9";
  font-size: 16px;
  font-family: 'iconfont';
  speak: none;
  margin-right: 8px;
}
._post-view .post-bottom .share-elements {
  clear: both;
  overflow: hidden;
  margin-bottom: 20px;
}
._post-view .post-bottom .share-elements svg {
  width: 30px !important;
  height: 48px;
}
._post-view .post-bottom .share-elements .icon-wrapper {
  background: #414a87;
  float: left;
  margin-right: 10px;
  height: 50px;
  border-radius: 100%;
  width: 50px;
  text-align: center;
}
._post-view .post-bottom .share-elements .icon-wrapper:before,
._post-view .post-bottom .share-elements .icon-wrapper > .label {
  display: none;
}
.amblog-post-container .amblog-read:visited,
.amblog-grid-list .slick-slide .amblog-item .amblog-read:visited,
.amblog-grid-list .slick-slide .amblog-item .amblog-read:visited {
  color: #fff;
}
body .amblog-container-list .amblog-post-container .amblog-read,
body a.pagebuilder-button-primary,
body .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-read {
  display: inline-block;
  padding: 16px 24px;
  background-color: #70ac44;
  border: 1px solid #70ac44;
  border-radius: 40px;
  text-decoration: unset;
  color: #231f20;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
}
body .amblog-container-list .amblog-post-container .amblog-read:hover,
body a.pagebuilder-button-primary:hover,
body .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-read:hover {
  background-color: #63983c;
  border-color: #63983c;
  color: #231f20 !important;
}
@media only screen and (min-width: 767px) and (max-width: 1024px) {
  .three-banners-block .banner-style05 .item-content .bc-title {
    font-size: 18px;
  }
}
.qs-modal .modal-header {
  display: block !important;
}
#quickshop .product-info-main .box-tocart .fieldset {
  gap: 24px;
}
#quickshop .product-info-main .box-tocart .fieldset .actions {
  margin-left: 0;
}
#quickshop .product-info-main .box-tocart .fieldset .actions .primary.tocart span {
  padding-left: 0;
}
/*------------------- Cart --------------------*/
.cart.table-wrapper .item .item-info td.col {
  vertical-align: middle;
}
.cart.table-wrapper .item .item-info td.col .product-item-details {
  vertical-align: middle;
}
/*------------------- Checkout --------------------*/
.checkout-index-index .opc-progress-bar-item._active > span:after,
.checkout-index-index .opc-progress-bar-item._complete > span:after {
  line-height: 2.6rem;
}
.checkout-index-index .checkout-payment-method .checkout-billing-address .billing-address-details button,
.checkout-index-index .checkout-payment-method .checkout-billing-address .billing-address-details .cart.table-wrapper .actions-toolbar > .action,
.checkout-index-index .checkout-payment-method .checkout-billing-address .billing-address-details .action-gift {
  display: block;
}
.checkout-index-index .opc-wrapper .shipping-address-item.selected-item {
  border-color: #414A87;
}
.checkout-index-index .opc-wrapper .shipping-address-item.selected-item::after {
  background: #414A87;
}
.checkout-index-index .checkout-shipping-address .label span {
  font-size: 16px;
}
.checkout-index-index .checkout-shipping-address .field-note {
  display: none;
}
.breadcrumbs.incontainer {
  margin-left: -10px;
  margin-right: -10px;
}
.breadcrumbs strong {
  font-weight: 700;
}
.catalog-product-view .product-main-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  background-color: #fff;
  border: 2px solid #ddd;
  padding: 2.4rem;
  margin-bottom: 6.4rem;
  gap: 2.4rem;
}
.catalog-product-view .product-main-content .ecc-price-lazy-load-view.product-info-main {
  display: flex !important;
  flex-direction: column;
}
.catalog-product-view .product.media {
  margin: 0;
}
.catalog-product-view .product.media .gallery-placeholder {
  border: none;
}
.catalog-product-view .product.media .fotorama__nav-wrap {
  margin-top: 2.4rem;
}
.catalog-product-view .product.media .fotorama__nav-wrap--horizontal .fotorama__nav::before,
.catalog-product-view .product.media .fotorama__nav-wrap--horizontal .fotorama__nav::after {
  display: none;
}
.catalog-product-view .product.media .fotorama__nav-wrap--horizontal .fotorama__thumb__arr {
  top: calc(30%);
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: #414A87;
  border: 1px solid #414A87;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.catalog-product-view .product.media .fotorama__nav-wrap--horizontal .fotorama__thumb__arr[disabled="disabled"] {
  opacity: 0;
  visibility: hidden;
}
.catalog-product-view .product.media .fotorama__nav-wrap--horizontal .fotorama__thumb__arr .fotorama__thumb--icon {
  display: none;
}
.catalog-product-view .product.media .fotorama__nav-wrap--horizontal .fotorama__thumb__arr:before {
  content: "\e6e5";
  font-size: 20px;
  font-family: 'iconfont';
}
.catalog-product-view .product.media .fotorama__nav-wrap--horizontal .fotorama__thumb__arr.fotorama__thumb__arr--right:before {
  content: "\e6e6";
}
.catalog-product-view .product.media .fotorama__nav-wrap--horizontal .fotorama__nav__shaft .fotorama__thumb-border {
  display: none;
}
.catalog-product-view .product.media .fotorama__nav-wrap--horizontal .fotorama__nav__shaft .fotorama__nav__frame {
  border: 1px solid transparent;
  padding: 0;
  margin-right: 2.4rem;
}
.catalog-product-view .product.media .fotorama__nav-wrap--horizontal .fotorama__nav__shaft .fotorama__nav__frame.fotorama__active {
  border-color: #414A87;
}
.catalog-product-view .ecc-price-lazy-load-view .page-title-wrapper {
  order: 1;
}
.catalog-product-view .ecc-price-lazy-load-view .page-title-wrapper h1.page-title {
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 4rem;
  margin-bottom: 8px;
  text-transform: none;
}
@media (max-width: 768px) {
  .catalog-product-view .ecc-price-lazy-load-view .page-title-wrapper h1.page-title {
    font-size: 20px;
    line-height: 3rem;
  }
}
.catalog-product-view .ecc-price-lazy-load-view .sku-list {
  order: 2;
  display: flex;
}
.catalog-product-view .ecc-price-lazy-load-view .sku-list p {
  margin-bottom: 0;
  line-height: 26px;
  color: #666;
  font-weight: 600;
  font-size: 18px;
}
.catalog-product-view .ecc-price-lazy-load-view .sku-list strong {
  font-weight: 600;
}
.catalog-product-view .ecc-price-lazy-load-view .product-item-status {
  display: flex;
  flex-direction: column;
  gap: 16px;
  order: 3;
  margin-top: 24px;
}
.catalog-product-view .ecc-price-lazy-load-view .product-item-status > div {
  display: flex;
  align-items: center;
  gap: 10px;
}
.catalog-product-view .ecc-price-lazy-load-view .product-item-status > div svg {
  width: 35px;
}
.catalog-product-view .ecc-price-lazy-load-view .product-item-status > div span {
  font-size: 18px;
  font-weight: 700;
  width: calc((100% - 45px));
}
@media (max-width: 768px) {
  .catalog-product-view .ecc-price-lazy-load-view .product-item-status > div span {
    font-size: 14px;
    line-height: 16px;
  }
}
.catalog-product-view .ecc-price-lazy-load-view .product-info-price {
  order: 4;
}
.catalog-product-view .ecc-price-lazy-load-view .product-info-price .price-box {
  border: none;
  margin: 4rem 0 0;
  padding: 0;
}
.catalog-product-view .ecc-price-lazy-load-view .product-info-price .price-box .price-container {
  display: flex;
  align-items: center;
  margin: 0;
}
.catalog-product-view .ecc-price-lazy-load-view .product-info-price .price-box .price-container .price {
  font-size: 2.8rem;
  color: #333333;
  line-height: 3.6rem;
}
.catalog-product-view .ecc-price-lazy-load-view .product-add-form {
  order: 5;
}
.catalog-product-view .ecc-price-lazy-load-view .product-add-form .product-options-wrapper .fieldset {
  padding: 0;
  border: none;
  display: flex;
  flex-direction: column-reverse;
}
.catalog-product-view .ecc-price-lazy-load-view .product-add-form .product-options-wrapper .fieldset .swatch-option.text {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #666;
  padding: 4px 8px;
  background: #fff;
}
.catalog-product-view .ecc-price-lazy-load-view .product-add-form .product-options-wrapper .fieldset .swatch-attribute-selected-option {
  display: none;
}
.catalog-product-view .ecc-price-lazy-load-view .product-add-form .product-options-wrapper .fieldset .swatch-attribute-label {
  font-size: 18px;
  color: #231F20;
}
.catalog-product-view .ecc-price-lazy-load-view .product-add-form .product-options-wrapper .fieldset .price-box {
  margin: 35px 0;
}
.catalog-product-view .ecc-price-lazy-load-view .product-add-form .product-options-wrapper .fieldset .price-box .price-wrapper .price {
  font-size: 28px;
  line-height: 36px;
  color: #231F20;
}
.catalog-product-view .ecc-price-lazy-load-view .product-add-form .product-options-wrapper .fieldset #config-default-price {
  margin: 40px 0;
  font-size: 28px;
  font-weight: 600;
}
.catalog-product-view .ecc-price-lazy-load-view .product-add-form .product-options-wrapper .fieldset #config-default-price span {
  font-size: 18px;
  margin-right: 8px;
}
.catalog-product-view .ecc-price-lazy-load-view .product-add-form .product-options-bottom {
  padding: 0;
}
.catalog-product-view .ecc-price-lazy-load-view .product-add-form .box-tocart {
  margin: 4rem 0 0;
}
.catalog-product-view .ecc-price-lazy-load-view .product-add-form .box-tocart .fieldset {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0;
  gap: 1.6rem;
}
.catalog-product-view .ecc-price-lazy-load-view .product-add-form .box-tocart .fieldset .label {
  display: none;
}
.catalog-product-view .ecc-price-lazy-load-view .product-add-form .box-tocart .fieldset .field.qty {
  flex-basis: 100%;
  padding: 0;
  border: none;
  margin-bottom: 8px;
}
.catalog-product-view .ecc-price-lazy-load-view .product-add-form .box-tocart .fieldset .field.qty .control {
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #666666;
  border-radius: 4rem;
  width: 21rem;
}
.catalog-product-view .ecc-price-lazy-load-view .product-add-form .box-tocart .fieldset .field.qty .control .input-text.qty {
  height: 5rem;
  width: 5rem;
}
.catalog-product-view .ecc-price-lazy-load-view .product-add-form .box-tocart .fieldset .field.qty .control span {
  position: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  cursor: pointer;
  font-size: 0;
}
.catalog-product-view .ecc-price-lazy-load-view .product-add-form .box-tocart .fieldset .field.qty .control span:before {
  content: "\e6ea";
  font-size: 16px;
  font-family: 'iconfont';
}
.catalog-product-view .ecc-price-lazy-load-view .product-add-form .box-tocart .fieldset .field.qty .control span.qtyplus:before {
  content: "\e6da";
}
.catalog-product-view .ecc-price-lazy-load-view .product-add-form .box-tocart .fieldset .actions {
  display: flex !important;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  height: auto;
  margin-bottom: 0;
}
.catalog-product-view .ecc-price-lazy-load-view .product-add-form .box-tocart .fieldset .actions button,
.catalog-product-view .ecc-price-lazy-load-view .product-add-form .box-tocart .fieldset .actions .cart.table-wrapper .actions-toolbar > .action,
.catalog-product-view .ecc-price-lazy-load-view .product-add-form .box-tocart .fieldset .actions .action-gift {
  margin: 0;
  border: none;
  padding: 16px 86px;
  border-radius: 40px;
  font-size: 18px;
  font-weight: 700;
  min-width: auto;
}
.catalog-product-view .ecc-price-lazy-load-view .product-add-form .box-tocart .fieldset .actions button.buy-now,
.catalog-product-view .ecc-price-lazy-load-view .product-add-form .box-tocart .fieldset .actions .cart.table-wrapper .actions-toolbar > .action.buy-now,
.catalog-product-view .ecc-price-lazy-load-view .product-add-form .box-tocart .fieldset .actions .action-gift.buy-now {
  background: #414A87 !important;
  color: #fff !important;
}
.catalog-product-view .ecc-price-lazy-load-view .product-add-form .box-tocart .fieldset #instant-purchase {
  display: none;
}
.catalog-product-view .ecc-price-lazy-load-view .product-add-form .box-tocart .fieldset .product-addto-links {
  display: flex;
  margin: 0;
  gap: 16px;
}
.catalog-product-view .ecc-price-lazy-load-view .product-add-form .box-tocart .fieldset .product-addto-links .action {
  width: 5rem;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #666;
  background-color: #fff;
  font-size: 0;
  text-decoration: none;
  margin: 0;
  padding: 0;
}
.catalog-product-view .ecc-price-lazy-load-view .product-add-form .box-tocart .fieldset .product-addto-links .action:before {
  font-size: 24px;
  color: #666;
  font-family: 'iconfont';
}
.catalog-product-view .ecc-price-lazy-load-view .product-add-form .box-tocart .fieldset .product-addto-links .action.towishlist:before {
  content: "\e6e8";
}
.catalog-product-view .ecc-price-lazy-load-view .product-add-form .box-tocart .fieldset .product-addto-links .action.tocompare:before {
  content: "\e6dc";
}
.catalog-product-view .ecc-price-lazy-load-view .product-add-form .box-tocart .fieldset .product-addto-links .action:hover {
  border: 1px solid #70ac44;
  background-color: #70ac44;
}
.catalog-product-view .ecc-price-lazy-load-view .product-add-form .box-tocart .fieldset .product-addto-links .action:hover:before {
  color: #fff;
}
.catalog-product-view .ecc-price-lazy-load-view .product-social-links {
  order: 7;
  margin-top: 2.4rem;
}
.catalog-product-view .ecc-price-lazy-load-view .product-social-links .cdz-social-listing {
  position: relative;
  text-align: left;
  margin-bottom: 0;
  display: flex;
  top: 0;
}
.catalog-product-view .ecc-price-lazy-load-view .product-social-links .cdz-social-listing li {
  margin: 0;
}
.catalog-product-view .ecc-price-lazy-load-view .product-social-links .cdz-social-listing li:not(:last-child) {
  padding-right: 1.6rem;
}
.catalog-product-view .ecc-price-lazy-load-view .product-social-links .cdz-social-listing li a {
  display: flex;
  width: 3.2rem;
  height: 3.2rem;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #414A87;
  color: #fff;
  text-decoration: none;
}
.catalog-product-view .ecc-price-lazy-load-view .product-social-links .cdz-social-listing li.cdz-twitter a {
  background: url('../../frontend/Codazon/skc/en_US/images/Twitter.svg');
}
.catalog-product-view .ecc-price-lazy-load-view .product-social-links .cdz-social-listing li.cdz-twitter a .fa-twitter {
  font-size: 0;
}
.catalog-product-view .ecc-price-lazy-load-view .product-social-links .cdz-social-listing li.cdz-pinterest {
  display: none;
}
.catalog-product-view .ecc-price-lazy-load-view .product.attribute.overview {
  order: 6;
  margin: 4rem 0 0;
}
.catalog-product-view .ecc-price-lazy-load-view .product.attribute.overview .type {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 8px;
  text-transform: capitalize;
}
.catalog-product-view .column.main .block.crosssell,
.catalog-product-view .column.main .block.upsell,
.catalog-product-view .column.main .block.related {
  box-shadow: 0 0 0 #fff;
  border: 0;
  padding: 0;
  background-color: transparent;
}
.catalog-product-view .column.main .block.crosssell .block-title.title,
.catalog-product-view .column.main .block.upsell .block-title.title,
.catalog-product-view .column.main .block.related .block-title.title {
  margin-bottom: 2.4rem;
  text-transform: capitalize;
}
.catalog-product-view .column.main .block.crosssell .block-title.title strong,
.catalog-product-view .column.main .block.upsell .block-title.title strong,
.catalog-product-view .column.main .block.related .block-title.title strong {
  line-height: 3.6rem;
  font-size: 2.8rem;
  font-weight: 700;
}
.catalog-product-view .column.main .block.crosssell .base-slider .block-actions,
.catalog-product-view .column.main .block.upsell .base-slider .block-actions,
.catalog-product-view .column.main .block.related .base-slider .block-actions {
  display: none;
}
.catalog-product-view .column.main .block.crosssell .products-grid .product-items .product-item .product-item-actions,
.catalog-product-view .column.main .block.upsell .products-grid .product-items .product-item .product-item-actions,
.catalog-product-view .column.main .block.related .products-grid .product-items .product-item .product-item-actions {
  padding-top: 0;
}
.catalog-product-view .base-slider {
  margin-bottom: 64px;
}
.catalog-product-view .base-slider .owl-carousel .owl-stage-outer .owl-item .item {
  width: 100%;
}
.catalog-product-view .base-slider .owl-carousel .owl-nav {
  display: flex;
  gap: 16px;
  margin-top: 0;
  position: absolute;
  top: -60px;
  right: 0;
}
.catalog-product-view .base-slider .owl-carousel .owl-nav [class*='owl-'] {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0;
  position: static;
  padding: 0;
  border-color: #414A87;
  background: #414A87;
  transform: none;
  color: #ffffff;
  opacity: 1;
  visibility: visible;
  border: 0;
  transform: translateY(0px) !important;
}
.catalog-product-view .base-slider .owl-carousel .owl-nav [class*='owl-']::before {
  font-family: 'iconfont';
  font-size: 20px;
}
.catalog-product-view .base-slider .owl-carousel .owl-nav [class*='owl-'].owl-prev:before {
  content: "\e6e5";
}
.catalog-product-view .base-slider .owl-carousel .owl-nav [class*='owl-'].owl-next:before {
  content: '\e6e6';
}
.catalog-product-view .base-slider .owl-carousel .owl-nav [class*='owl-']:hover {
  background: #414A87;
  color: #ffffff;
}
.catalog-product-view .base-slider .owl-carousel .owl-nav [class*='owl-']:hover:not(.disabled) {
  background: #414A87;
  color: #ffffff;
}
.catalog-product-view .base-slider .owl-carousel .owl-nav [class*='owl-'].disabled {
  opacity: 0.2;
}
.catalog-product-view .base-slider .product-list-style-20 .product-item-status-icon {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 1;
}
.catalog-product-view .base-slider .product-list-style-20 .products.list.items .action.towishlist:before,
.catalog-product-view .base-slider .product-list-style-20 .products.list.items .action.tocompare::before {
  display: none;
}
.catalog-product-view .base-slider .product-list-style-20 .product-item-details .price-box {
  text-align: left;
  margin-bottom: 16px;
}
@media only screen and (min-width: 767px) and (max-width: 860px) {
  .catalog-product-view .page-main .product-main-content .ecc-price-lazy-load-view {
    width: 100% !important;
  }
}
.account .admin__data-grid-header-row._massaction .admin__grid-massaction {
  display: flex;
  flex-direction: row-reverse;
  gap: 16px;
  align-items: center;
  width: auto;
}
.account .admin__data-grid-header-row._massaction .admin__grid-massaction .admin__grid-massaction-form {
  display: flex;
  align-items: center;
}
.account .admin__data-grid-pager-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: 75%;
}
.account .admin__data-grid-pager-wrap .admin__data-grid-pager {
  display: flex;
  white-space: nowrap;
  align-items: center;
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  body.account .page.messages {
    margin-bottom: 64px;
  }
  body.account .block-collapsible-nav {
    position: unset;
  }
  body.account .block.account-nav .title {
    right: 8px;
    top: -58px;
    z-index: 9;
  }
  body.account .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody {
    display: table-row-group !important;
  }
  body.account .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr {
    display: table-row !important;
  }
  body.account .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td {
    display: table-cell !important;
    padding: 8px 10px !important;
  }
  body.account .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td[data-th]:before {
    display: none !important;
  }
  body.account .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > thead > tr > th {
    display: table-cell !important;
  }
  .block.related .grid.products-grid .products:not(.row),
  .block.upsell .grid.products-grid .products:not(.row),
  .block.crosssell .grid.products-grid .products:not(.row),
  .block.substitute .grid.products-grid .products:not(.row),
  .block.related .grid.products-grid.products:not(.row),
  .block.upsell .grid.products-grid.products:not(.row),
  .block.crosssell .grid.products-grid.products:not(.row),
  .block.substitute .grid.products-grid.products:not(.row) {
    overflow: visible;
  }
  .block.related .owl-carousel .owl-nav,
  .block.upsell .owl-carousel .owl-nav,
  .block.crosssell .owl-carousel .owl-nav,
  .block.substitute .owl-carousel .owl-nav {
    display: none !important;
  }
  .cdz-tabs-wrap .grid.products-grid .products:not(.row),
  .cdz-tabs-wrap .grid.products-grid.products:not(.row) {
    overflow: visible;
  }
}
.iconfont {
  font-family: 'iconfont';
}
.icon-check:before {
  content: "\e6dd";
}
.icon-close:before {
  content: "\e6de";
}
.icon-facebook:before {
  content: "\e6df";
}
.icon-grid:before {
  content: "\e6e0";
}
.icon-down:before {
  content: "\e6e1";
}
.icon-linkedin:before {
  content: "\e6d6";
}
.icon-eye:before {
  content: "\e6e2";
}
.icon-Group:before {
  content: "\e6e3";
}
.icon-list:before {
  content: "\e6e4";
}
.icon-up:before {
  content: "\e6d5";
}
.icon-left:before {
  content: "\e6e5";
}
.icon-right:before {
  content: "\e6e6";
}
.icon-search:before {
  content: "\e6e7";
}
.icon-star:before {
  content: "\e6e8";
}
.icon-tel:before {
  content: "\e6e9";
}
.icon-reduce:before {
  content: "\e6ea";
}
.icon-twitter:before {
  content: "\e6eb";
}
.icon-user:before {
  content: "\e6ec";
}
.icon-cart:before {
  content: "\e6d8";
}
.icon-calendar:before {
  content: "\e6d9";
}
.icon-add:before {
  content: "\e6da";
}
.icon-arrow:before {
  content: "\e6db";
}
.icon-email:before {
  content: "\e6d7";
}
.icon-compare:before {
  content: "\e6dc";
}
body {
  font: 400 16px / 1.5 Arimo, Helvetica Neue, Verdana, Arial, sans-serif !important;
}
body h1,
body .h1,
body h2,
body .h2,
body h3,
body .h3,
body h4,
body .h4 h5,
body .h5,
body h6,
body .h6,
body a,
body p,
body button,
body div,
body address,
body ul,
body ol,
body .cart.table-wrapper .actions-toolbar > .action,
body .action-gift {
  font-family: Arimo;
}
body h1,
body h1 {
  font: 700 32px / 1.25 Arimo, Helvetica Neue, Verdana, Arial, sans-serif;
}
body .product-item-name .product-item-link:active,
body .page-header .product-item .product-item-link:active,
body .product-item-link:active,
body .product.name a:active,
body .product-item-name .product-item-link:focus,
body .page-header .product-item .product-item-link:focus,
body .product-item-link:focus,
body .product.name a:focus,
body .product-item-name .product-item-link:visited,
body .page-header .product-item .product-item-link:visited,
body .product-item-link:visited,
body .product.name a:visited {
  font-family: Arimo;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  text-align: left;
  color: #231F20;
}
body .product-item-name .product-item-link:hover,
body .page-header .product-item .product-item-link:hover,
body .product-item-link:hover,
body .product.name a:hover {
  color: #231F20;
}
body .product-main-item-inner,
body .product-item-inner,
body .product-list-style-20 .product-item-details {
  text-align: left;
}
body .product-main-item-inner > .product-item-name,
body .product-item-inner > .product-item-name,
body .product-list-style-20 .product-item-details > .product-item-name {
  margin-bottom: 8px;
  text-align: left;
}
body .product-main-item-inner > .product-item-name .product-item-link,
body .product-item-inner > .product-item-name .product-item-link,
body .product-list-style-20 .product-item-details > .product-item-name .product-item-link {
  color: #231F20;
  font-family: Arimo;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  text-align: left;
}
body .product-main-item-inner .product-item-sku,
body .product-item-inner .product-item-sku,
body .product-list-style-20 .product-item-details .product-item-sku {
  font-family: Arimo;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #666666;
  margin-bottom: 16px;
}
body .product-main-item-inner .price-box .price,
body .product-item-inner .price-box .price,
body .product-list-style-20 .product-item-details .price-box .price {
  font-family: Arimo;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  text-align: left;
  color: #231F20;
}
body .product-item .product-item-info a.qs-button,
body .product-item .product-item-info .qs-button,
body .product-item .product-item-info .button-top-wrap > .action.towishlist,
body .product-item .product-item-info .button-hover-wrap > .action.towishlist,
body .product-item .product-item-info .button-top-wrap > .action.tocompare,
body .product-item .product-item-info .button-hover-wrap > .action.tocompare {
  background: #ffffff !important;
  border: 1px solid #666666 !important;
  color: #666666 !important;
  width: 50px;
  height: 50px;
  line-height: 45px;
  border-radius: 100%;
  text-decoration: unset;
  text-align: center;
}
body .product-item .product-item-info a.qs-button:hover,
body .product-item .product-item-info .qs-button:hover,
body .product-item .product-item-info .button-top-wrap > .action.towishlist:hover,
body .product-item .product-item-info .button-hover-wrap > .action.towishlist:hover,
body .product-item .product-item-info .button-top-wrap > .action.tocompare:hover,
body .product-item .product-item-info .button-hover-wrap > .action.tocompare:hover {
  background: #70AC44 !important;
  border: 1px solid #70AC44 !important;
  color: #231F20 !important;
}
body .product-item .product-item-info a.qs-button:before,
body .product-item .product-item-info .qs-button:before {
  content: "\e6e2";
  font-size: 24px;
  font-family: 'iconfont';
}
body .product-item .product-item-info .button-top-wrap > .action.towishlist:before,
body .product-item .product-item-info .button-hover-wrap > .action.towishlist:before,
body .product-item .product-item-info .button-top-wrap > .action.tocompare:before,
body .product-item .product-item-info .button-hover-wrap > .action.tocompare:before {
  display: none;
}
body .product-item .product-item-info .button-top-wrap > .action.towishlist:after,
body .product-item .product-item-info .button-hover-wrap > .action.towishlist:after {
  font-family: "iconfont";
  content: "\e6e8";
  font-size: 24px;
}
body .product-item .product-item-info .button-top-wrap > .action.tocompare:after,
body .product-item .product-item-info .button-hover-wrap > .action.tocompare:after {
  font-family: 'iconfont';
  content: "\e6dc";
  font-size: 24px;
}
@media only screen and (min-width: 768px) {
  body .product-list-style-26 .product-item .button-wrap {
    position: unset;
    opacity: 1;
  }
}
@media only screen and (max-width: 1024px) {
  h1,
  .h1 {
    font-size: 28px;
  }
  h3,
  .h3 {
    font-size: 20px;
  }
  h2,
  .h2 {
    font-size: 24px;
  }
}
.page-wrapper header.page-header #header-panel .header-top .header-top-left .header-extra-links .special__icon {
  display: inline-flex !important;
  align-items: center;
  grid-gap: 5px;
}
.page-wrapper header.page-header #header-panel .header-top .header-top-left .header-extra-links .special__icon > img {
  max-width: 15px;
  height: 100%;
}
.page-wrapper header.page-header #header-panel .header-top .header-top-left a {
  text-decoration: none;
}
.page-wrapper header.page-header .sticky-menu:not(.active) .header-top .header-panel-right {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-end;
}
.page-wrapper header.page-header .sticky-menu:not(.active) .header-top .header-panel-right > p {
  margin-bottom: 0px;
}
.page-wrapper header.page-header .cdz-menu:not(.cdz-toggle-menu) .groupmenu-drop a {
  font-weight: 400;
  font-family: Arimo;
  font-size: 16px;
  line-height: 24px;
}
.page-wrapper header.page-header .cdz-menu:not(.cdz-toggle-menu) .groupmenu-drop a:hover {
  color: #414a87;
}
.page-wrapper header.page-header .cdz-menu:not(.cdz-toggle-menu) .groupmenu-drop a.title {
  font-weight: 700;
}
.page-wrapper .breadcrumbs .items .item.brands {
  display: none;
}
.cdz-dropdown .cdz-dd-content .cdz-dd-content-inner .mini-list {
  padding: 16px;
}
.mini-list .product-item-actions .tocart:before {
  font: unset;
  font-family: "iconfont" !important;
  content: "\e6d8" !important;
}
header.page-header .sticky-menu .header-middle .header-panel-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
header.page-header .sticky-menu .header-middle .header-panel-right .features-links {
  display: flex;
}
header.page-header .sticky-menu .header-middle .header-panel-right .features-links li {
  margin-bottom: 0;
  font-size: 14px;
}
header.page-header .sticky-menu .header-middle .header-panel-right .features-links li a {
  text-decoration: none;
}
header.page-header .sticky-menu .header-middle .header-panel-right .features-links li a.cdz-top-link {
  display: flex;
  flex-direction: column;
  margin-right: 24px;
}
header.page-header .sticky-menu .header-middle .header-panel-right .features-links li a.cdz-top-link:before {
  font-family: "iconfont";
  content: "\e6e8";
  display: block;
  color: #70AC44;
  font-size: 32px;
  line-height: normal;
  margin-bottom: 8px;
}
header.page-header .sticky-menu .header-middle .header-panel-right .features-links li a.account-trigger:before {
  content: "\e6ec";
}
@media only screen and (min-width: 768px) {
  header.page-header .sticky-menu .header-middle > .header {
    padding: 24px 0 !important;
  }
}
header.page-header .sticky-menu .sticky-menu.active .click-display.cdz-active .menu-title:before,
header.page-header .sticky-menu .one-ver.click-display.cdz-active .menu-title:before {
  content: "\e6d5";
  font-size: 16px;
}
header.page-header .minicart-wrapper .action.showcart {
  text-align: center;
  font-size: 14px;
}
header.page-header .minicart-wrapper .action.showcart:after {
  font-family: inherit;
  content: "Your Cart";
  display: block;
}
header.page-header .mini-list .details:hover {
  color: #70AC44;
}
.groupmenu .widget.block {
  margin: 0px;
}
.groupmenu .groupdrop-title {
  margin-bottom: 10px;
}
.groupmenu .groupdrop-title a {
  font-weight: 700 !important;
}
@media only screen and (min-width: 768px) {
  header.page-header .sticky-menu.active .click-display.cdz-active .menu-title:before,
  header.page-header .one-ver.click-display.cdz-active .menu-title:before {
    content: "\e6d5";
    font-size: 16px;
  }
  header.page-header .desk-vertcial-menu-container {
    margin-right: 32px;
  }
  header.page-header:not(.sksnhv) .sticky-menu.active .header-search:hover input.input-text {
    padding-left: 16px !important;
    border-radius: 40px;
  }
  header.page-header:not(.sksnhv) .sticky-menu.active .header-search:hover .actions .search:before {
    color: #231F20;
  }
  header.page-header .sticky-menu:not(.active) {
    margin-bottom: 0;
  }
  header.page-header .sticky-menu:not(.active) .header-top a {
    font-weight: 600;
    text-decoration: none;
  }
  header.page-header .sticky-menu:not(.active) .header-extra-links li {
    padding: 8px 10px;
  }
  header.page-header .sticky-menu:not(.active) .header-extra-links li.compare .counter.qty {
    margin-left: 4px;
  }
  header.page-header .sticky-menu:not(.active) #top-wishlist .counter.qty {
    position: absolute;
    left: 30%;
    top: -3px;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 18px;
  }
  header.page-header .sticky-menu:not(.active) #top-wishlist .counter.qty::before,
  header.page-header .sticky-menu:not(.active) #top-wishlist .counter.qty::after {
    display: none;
  }
  header.page-header .sticky-menu:not(.active) .minicart-wrapper {
    margin: 0;
    padding: 0;
  }
  header.page-header .sticky-menu:not(.active) .minicart-wrapper .action.showcart {
    padding: 10px;
  }
  header.page-header .sticky-menu:not(.active) .minicart-wrapper .action.showcart:before {
    position: static;
    font-family: "iconfont" !important;
    content: "\e6d8" !important;
    font-size: 32px;
    line-height: normal;
    margin-bottom: 8px;
  }
  header.page-header .sticky-menu:not(.active) .minicart-wrapper .action.showcart .counter.qty {
    top: 3px;
    left: 40px;
  }
  header.page-header .sticky-menu:not(.active) .block-search {
    border: 1px solid #DDDDDD;
    border-radius: 40px;
    width: 100%;
  }
  header.page-header .sticky-menu:not(.active) .header-middle .header {
    padding: 0px;
  }
  header.page-header .sticky-menu:not(.active) .header-middle .header-panel-right {
    align-items: flex-start;
  }
  header.page-header .sticky-menu.active .header-panel-row {
    display: flex;
    justify-content: flex-end;
  }
  header.page-header .sticky-menu.active .header-middle {
    z-index: 9;
  }
  header.page-header .sticky-menu.active .desk-vertcial-menu-container {
    margin-right: 0;
  }
  header.page-header .sticky-menu.active .header-panel-left,
  header.page-header .sticky-menu.active .header-panel-center,
  header.page-header .sticky-menu.active .header-panel-right {
    width: auto;
  }
  header.page-header .sticky-menu.active .header-panel-left {
    display: block;
    position: absolute;
    left: -300%;
    top: 3px;
    width: auto;
  }
  header.page-header .sticky-menu.active .block-search:hover {
    border-radius: 40px;
  }
  header.page-header .sticky-menu.active .block-search:hover .minisearch .actions .search {
    background-color: transparent;
  }
  header.page-header .sticky-menu.active .header-search .cdz-cat-search {
    display: none;
  }
  header.page-header .sticky-menu.active .header-search:hover input.input-text {
    height: 40px;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
  }
  header.page-header .sticky-menu.active .header-panel-right {
    align-items: center;
  }
  header.page-header .sticky-menu.active .header-middle .panel.header {
    padding: 0 !important;
  }
  header.page-header .sticky-menu.active .header-middle .header-panel-right .features-links li {
    font-size: 0;
  }
  header.page-header .sticky-menu.active .header-middle .header-panel-right .features-links li a.cdz-top-link:before {
    color: #fff;
    font-size: 20px;
    margin-bottom: 0;
  }
  header.page-header .sticky-menu.active #top-wishlist .counter.qty {
    position: absolute;
    left: 10px;
    top: -8px;
    font-size: 14px;
    color: #231F20;
    background: #70AC44;
    border-radius: 100%;
    min-width: 20px;
    min-height: 20px;
    line-height: 20px;
    height: 20px;
  }
  header.page-header .sticky-menu.active #top-wishlist .counter.qty::before,
  header.page-header .sticky-menu.active #top-wishlist .counter.qty::after {
    display: none;
  }
  header.page-header .sticky-menu.active .minicart-wrapper .action.showcart {
    padding: 0;
    width: auto;
    height: auto;
    line-height: normal;
  }
  header.page-header .sticky-menu.active .minicart-wrapper .action.showcart:hover {
    background-color: transparent;
  }
  header.page-header .sticky-menu.active .minicart-wrapper .action.showcart:before {
    font-family: "iconfont";
    content: "\e6d8" !important;
  }
  header.page-header .sticky-menu.active .minicart-wrapper .action.showcart:after {
    display: none;
  }
  header.page-header .sticky-menu.active .minicart-wrapper .action.showcart .counter.qty {
    display: block;
    left: 12px;
    top: -10px;
    color: #231F20;
    background: #70AC44;
  }
  header.page-header .sticky-menu.active .minicart-wrapper .action.showcart .counter.qty .counter-number {
    color: #231F20;
  }
  header.page-header .sticky-menu.active .header-bottom {
    padding-left: 50px;
  }
  header.page-header .header-extra-links li a {
    display: flex;
    align-items: center;
  }
  header.page-header .header-extra-links li a .iconfont {
    font-size: 20px;
    line-height: 1;
    display: block;
    margin-right: 6px;
  }
  header.page-header .header-search input.input-text {
    height: 40px;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
  }
  header.page-header .header-search .actions .search {
    margin: 2px;
    border-radius: 40px;
  }
  header.page-header .header-search .actions .search::before {
    color: #231F20;
  }
  header.page-header .header-search .cdz-cat-search .current-cat {
    min-width: 130px;
    font-size: 16px;
  }
  header.page-header .header-search.has-cat-search .minisearch.has-cat {
    padding-left: 140px;
  }
  header.page-header .cdz-horizontal-menu .groupmenu li.level0 > a.menu-link {
    text-transform: none;
    padding: 12px 16px;
  }
  header.page-header .cdz-vertical-menu > .groupmenu {
    box-shadow: 0 0 20px rgba(112, 112, 112, 0.16);
  }
  header.page-header .cdz-menu:not(.cdz-toggle-menu) .groupmenu-drop .groupdrop-title {
    font-family: Arimo;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-transform: none;
  }
  header.page-header .cdz-menu .space-s {
    margin-bottom: 16px;
  }
  header.page-header .cdz-menu .li.level0:first-child li.level1 {
    padding: 0px 30px !important;
  }
  header.page-header .cdz-menu li.level1 {
    padding: 24px !important;
  }
  header.page-header .cdz-menu li.level1 ul > li,
  header.page-header .cdz-menu li.level1 ol > li {
    margin-bottom: 8px;
  }
  header.page-header .cdz-menu li.level1 .groupmenu-drop-content.groupmenu-width-24 > .row {
    display: flex;
  }
  header.page-header .cdz-menu li.level1 .groupmenu-drop-content.groupmenu-width-24 > .row > div.col-sm-4 {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  header.page-header .cdz-menu li.level1 .col-sm-8 > .line-left {
    border-left: 1px solid #DDDDDD;
    height: 100%;
    padding-top: 24px;
    padding-bottom: 24px;
  }
  header.page-header .cdz-menu li.level1 .col-sm-8 > .line-left > p.groupdrop-title.text-capitalize {
    font-family: Arimo;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    text-transform: capitalize;
    margin-bottom: 16px;
    border-bottom: 1px solid #DDDDDD;
  }
  header.page-header .cdz-menu li.level1 .col-sm-8 > .line-left > .cdz-brand-list-wrap .shop-by-brand-list .brand-link {
    border: 1px solid #DDDDDD;
  }
}
@media only screen and (max-width: 768px) {
  header.page-header .header-search.has-cat-search .cdz-cat-search {
    height: auto;
    padding: 15px 0;
  }
  header.page-header .header-search.has-cat-search input.input-text::placeholder {
    text-transform: none;
    font-weight: normal;
  }
  header.page-header .header-search .minisearch .actions {
    z-index: 9;
  }
  header.page-header .mobi-cart-wrapper .action.showcart .counter.qty {
    color: #231F20;
  }
  header.page-header .sticky-menu.active .header-middle .header-panel-left a.logo {
    display: none;
  }
  header.page-header .sticky-menu .header-middle .header-panel-right {
    display: none;
  }
}
@media only screen and (min-width: 767px) and (max-width: 860px) {
  header.page-header.header-style-25 .header-middle .panel.header .header-search-wrap .header-search.has-cat-search .minisearch.has-cat {
    padding-left: 164px;
  }
  header.page-header.header-style-25 .header-top ul.header-extra-links {
    display: flex;
    white-space: nowrap;
  }
}
footer.page-footer {
  border-top: 1px solid #dddddd;
}
footer.page-footer .middle-top {
  padding-top: 56px;
  padding-bottom: 56px;
}
footer.page-footer .footer-content-bottom {
  padding-top: 24px;
  padding-bottom: 24px;
}
footer.page-footer .footer-content-bottom h6 {
  margin-bottom: 0;
}
footer.page-footer .footer-address {
  text-align: center;
}
footer.page-footer .footer-box a {
  text-decoration: none;
  display: block;
}
footer.page-footer .footer-box .h5 {
  font-weight: 800;
  margin-bottom: 8px;
}
footer.page-footer .footer-link li {
  padding: 8px 0;
}
footer.page-footer .footer-link li a {
  text-decoration: none;
  display: flex;
  align-items: center;
}
footer.page-footer .footer-link li a .iconfont {
  display: block;
  font-size: 20px;
  margin-right: 8px;
}
footer.page-footer .block.newsletter {
  width: 100%;
  margin-bottom: 40px;
  float: none;
}
footer.page-footer .block.newsletter .action.subscribe {
  font-size: 18px;
  padding: 14px 24px;
  border-radius: 40px;
}
footer.page-footer .block.newsletter .newsletter {
  margin-right: 0;
  width: calc(100% - 138px);
  display: flex;
  align-items: center;
}
footer.page-footer .block.newsletter .newsletter .control {
  position: relative;
}
footer.page-footer .block.newsletter .newsletter .control:before {
  font-family: "iconfont";
  content: "\e6d7";
  display: block;
  position: absolute;
  top: 14px;
  left: 12px;
  color: #666;
  font-size: 20px;
  line-height: 1;
}
footer.page-footer .block.newsletter .newsletter .control input {
  height: 46px;
  border: 0;
  padding-left: 42px;
}
footer.page-footer .block.newsletter .newsletter .control input::placeholder {
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
}
footer.page-footer .block.newsletter .newsletter .control input::-webkit-input-placeholder {
  color: #666;
}
footer.page-footer .block.newsletter .newsletter .control input:-moz-placeholder {
  color: #666;
}
footer.page-footer .block.newsletter .newsletter .control input::-moz-placeholder {
  color: #666;
}
footer.page-footer .block.newsletter .newsletter .control input:-ms-input-placeholder {
  color: #666;
}
footer.page-footer .social {
  margin-bottom: 0;
  display: flex;
}
footer.page-footer .footer-content-top {
  background-color: #fff;
  padding-top: 24px;
  padding-bottom: 24px;
}
footer.page-footer .service-list {
  color: #333;
}
footer.page-footer .service-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
footer.page-footer .service-list ul li {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25%;
}
footer.page-footer .service-list ul li:not(:last-child) {
  border-right: 1px solid #666;
}
footer.page-footer .service-list .item-img {
  display: block;
  min-width: 32px;
  margin-right: 16px;
}
footer.page-footer .service-list h6 {
  margin-bottom: 0;
}
footer.page-footer .block.newsletter .form.subscribe {
  display: flex;
  background-color: #fff;
  border-radius: 40px;
  padding: 2px;
  border: 1px solid #ddd;
}
footer.page-footer .footer-social {
  margin-top: 0;
}
footer.page-footer .footer-social a {
  display: flex;
  width: 32px;
  height: 32px;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-size: 0;
  line-height: normal;
  margin: 0 10px 0 0;
  border-radius: 32px;
  text-decoration: none;
  background-color: #414A87;
}
footer.page-footer .footer-social a:not(:last-child) {
  margin-right: 16px;
}
footer.page-footer .footer-social a.spin.circle.fa-youtube {
  background: url('../../frontend/Codazon/skc/en_US/images/Youtube.svg');
}
footer.page-footer .footer-social a.spin.circle.fa-twitter {
  background: url('../../frontend/Codazon/skc/en_US/images/Twitter.svg');
}
footer.page-footer .footer-social a .fa:before {
  line-height: 18px;
  font-size: 18px;
  color: #fff;
}
footer.page-footer .footer-social a:hover {
  background-color: #414A87;
}
.footer-minicart .footer-cart-inner .minicart-items .action {
  background: #70AC44;
  border: 1px solid #70AC44;
}
.footer-minicart .footer-cart-inner .minicart-items .action.edit:before,
.footer-minicart .footer-cart-inner .minicart-items .action.delete:before {
  color: #231F20;
}
.footer-minicart .footer-cart-inner .minicart-items .product-item .product-item-left .item-qty,
.footer-minicart .footer-cart-inner .minicart-items .product-item .product-item-left .product-item-photo:before {
  background: #70AC44;
  color: #231F20;
}
.footer-minicart .footer-cart-inner .cart-inner-right .minicartpro-actions #minicartpro-btn-checkout {
  border-radius: 40px;
}
footer.page-footer .main-footer .footer-content-top .middle-top {
  padding: 0px;
}
footer.page-footer .main-footer .footer-content-top .middle-top .service-banner-style05 {
  padding: 24px;
}
footer.page-footer .main-footer .footer-content-top .middle-top .service-banner-style05 .item.col-md-6.col-sm-12.col-xs-12 {
  padding: 0;
}
footer.page-footer .main-footer .footer-content-top .middle-top .service-banner-style05 .item.col-md-6.col-sm-12.col-xs-12:not(:last-child) {
  border-right: 1px solid #DDDDDD;
}
footer.page-footer .main-footer .footer-content-bottom .footer-address {
  text-align: center;
}
footer.page-footer .main-footer .footer-content-bottom .footer-address > a {
  color: #fff;
}
footer.page-footer .main-footer .footer-content-bottom .footer-address > a:before {
  content: "|";
  margin-right: 4px;
  display: inline-block;
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  footer.page-footer .middle-top .col-sm-6 {
    clear: both;
    overflow: hidden;
    margin-bottom: 10px;
  }
  footer.page-footer .middle-top .col-sm-6 .footer-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 0.5rem;
  }
  footer.page-footer .middle-top .col-sm-6 .footer-box img {
    margin: 0 auto;
  }
  footer.page-footer .middle-top .col-sm-6 .footer-box #footer-content-1 p {
    margin: 0;
  }
  footer.page-footer .middle-top .col-sm-6 .footer-box #footer-content-1 p.showhide {
    margin: 0px;
  }
  footer.page-footer .middle-top .col-sm-6 .footer-box #footer-content-1 .footer-content-links {
    margin-top: 16px;
  }
  footer.page-footer .middle-top .col-sm-6 .footer-box a {
    display: inline-block;
  }
}
@media only screen and (max-width: 767px) and (max-width: 480px) {
  footer.page-footer .middle-top .col-sm-6 .footer-box {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 480px) {
  footer.page-footer .middle-top .col-sm-6 .footer-box #footer-content-1 p {
    line-height: 16px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 480px) {
  footer.page-footer .middle-top .col-sm-6 .footer-box #footer-content-1 .footer-content-links {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1024px) {
  footer.page-footer .footer-content-top .service-list ul {
    gap: 10px;
  }
  footer.page-footer .footer-content-top .service-list ul li {
    width: 23%;
  }
  footer.page-footer .footer-content-top .service-list ul li .item-img {
    margin-right: 10px;
  }
  footer.page-footer .footer-content-top .service-list ul li h6 {
    margin-right: 10px;
  }
  footer.page-footer .footer-content-middle .block.newsletter form.subscribe {
    flex-direction: column;
  }
  footer.page-footer .footer-content-middle .block.newsletter form.subscribe .newsletter {
    width: 100%;
  }
  footer.page-footer .footer-content-middle .block.newsletter form.subscribe .newsletter .control input {
    font-size: 12px;
  }
  footer.page-footer .footer-content-middle .block.newsletter form.subscribe .actions {
    width: 100%;
  }
  footer.page-footer .footer-content-middle .block.newsletter form.subscribe .actions .action.subscribe {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  footer.page-footer .service-list ul {
    flex-direction: column;
  }
  footer.page-footer .service-list ul li {
    width: 100%;
    justify-content: flex-start;
    margin-bottom: 1.2rem;
  }
  footer.page-footer .service-list ul li:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid #666;
  }
  footer.page-footer .block.newsletter .action.subscribe {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  footer.page-footer .footer-box p.h5 {
    font-style: normal;
  }
}
.page-main .action.primary,
.page-main button.action,
.page-main .action.primary,
.page-main .cart.table-wrapper .actions-toolbar > .action.action,
.page-main .action-gift.action {
  text-transform: none;
}
body .action.primary {
  background-color: #70AC44 !important;
  color: #231F20 !important;
  border-color: #70AC44 !important;
}
body .action.primary:hover {
  background-color: #63983C !important;
  color: #231F20 !important;
  border-color: #63983C !important;
}
body .action.primary.buy-now {
  background-color: #70AC44 !important;
  color: #231F20 !important;
  border-color: #70AC44 !important;
}
body .action.primary.buy-now:hover {
  background-color: #63983C !important;
  color: #231F20 !important;
  border-color: #63983C !important;
}
body ::-webkit-scrollbar {
  width: .5rem;
  height: .5rem;
  background: #666666;
}
body ::-webkit-scrollbar-track {
  border-radius: 0;
}
body ::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: #666666;
  transition: all .2s;
  border-radius: .5rem;
}
body ::-webkit-scrollbar-thumb:hover {
  background-color: #666666;
}
body .product-list-style-20 .tocart.primary:hover {
  opacity: 1;
}
body .sidebar > .block .block-content.filter-content {
  width: 86%;
}
@media (min-width: 769px) {
  body .sidebar > .block .block-content.filter-content {
    width: 100%;
  }
}
.sidebar .block.filter .filter-options .filter-options-item {
  padding-bottom: 10px;
  padding-top: 10px;
}
.sidebar .block.filter .filter-options .filter-options-item .filter-options-title:before {
  font-weight: bold;
  top: 8px;
}
#maincontent .container.slideshow-container .banner__text .slide-caption {
  position: absolute;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  top: 0px;
  left: 0px;
  width: 75%;
  max-width: 100%;
  padding: 12% 25% 12.5% 7.5%;
  color: #ffffff;
}
#maincontent .container.slideshow-container .banner__text .slide-caption .slide-title {
  color: #ffffff;
  text-transform: capitalize;
}
#maincontent .container.slideshow-container .banner__text .slide-caption > p {
  font-family: Arimo;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  text-align: left;
  margin-bottom: 0;
}
#maincontent .container.slideshow-container .banner__text .slide-caption .slide-lorem {
  font-size: 20px;
  line-height: 32px;
  text-transform: capitalize;
}
#maincontent .container.slideshow-container .banner__text .slide-caption .button-link {
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  margin-top: 24px;
  padding: 16px 24px;
  text-transform: capitalize;
  background: #70AC44;
  border-color: #70AC44;
  border-radius: 40px;
  color: #231F20;
}
#maincontent .container.slideshow-container .banner__text .slide-caption .button-link:hover {
  background: #63983C;
  border-color: #63983C;
}
#maincontent .cdz-slider.base-slider.wrapper-adv-style-08.box-style {
  box-shadow: unset;
  background: transparent;
  border: none;
}
#maincontent .cdz-slider.base-slider.wrapper-adv-style-08.box-style .cdz-block-content .owl-item > .item {
  box-shadow: unset;
  border: 0px;
}
#maincontent .owl-carousel:not(.not_show_owl) .owl-dots {
  bottom: 21px;
}
#maincontent .owl-carousel:not(.not_show_owl) .owl-dots > .owl-dot {
  border-radius: 100%;
  width: 16px;
  height: 16px;
  margin: 0 4px;
  border-color: #fff;
  padding: 0px !important;
}
#maincontent .owl-carousel:not(.not_show_owl) .owl-nav [class*='owl-'] {
  top: 50%;
  width: 40px;
  height: 40px;
  transform: translateY(-20px);
  line-height: 40px;
  border-radius: 100%;
  border-color: #414A87;
  background: #414A87;
}
#maincontent .owl-carousel:not(.not_show_owl) .owl-nav [class*='owl-']:before {
  font-family: 'iconfont';
  font-size: 16px;
  font-style: normal;
  color: #ffffff;
}
#maincontent .owl-carousel:not(.not_show_owl) .owl-nav [class*='owl-'].owl-prev:before {
  content: "\e6e5";
}
#maincontent .owl-carousel:not(.not_show_owl) .owl-nav [class*='owl-'].owl-next:before {
  content: '\e6e6';
}
#maincontent .owl-carousel:not(.not_show_owl) .owl-nav [class*='owl-'].disabled {
  opacity: 0.5;
}
#maincontent .feature__product .product-list-style-08 {
  position: relative;
}
#maincontent .feature__product .product-list-style-08 .cdz-block-title {
  margin-bottom: 26px;
}
#maincontent .feature__product .product-list-style-08 .cdz-block-title .b-title {
  font-family: Arimo;
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
  text-align: left;
  margin-bottom: 0px;
}
#maincontent .feature__product .product-list-style-08 .cdz-block-content .owl-item > .item-group > .product-item {
  border: 2px solid #DDDDDD;
  margin-bottom: 0px;
}
#maincontent .feature__product .product-list-style-08 .cdz-block-content .owl-item > .item-group > .product-item .product-item-info .product-item-details {
  display: block;
}
#maincontent .feature__product .product-list-style-08 .cdz-block-content .owl-item > .item-group > .product-item .product-item-info .product-item-details .product-main-item-inner {
  padding: 24px;
  display: grid;
}
#maincontent .feature__product .product-list-style-08 .cdz-block-content .owl-item > .item-group > .product-item .product-item-info .product-item-details .product-main-item-inner > .product-item-name {
  order: 0;
  margin-top: 0px;
  margin-bottom: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  white-space: normal;
  min-height: 78px;
}
@media (max-width: 767px) {
  #maincontent .feature__product .product-list-style-08 .cdz-block-content .owl-item > .item-group > .product-item .product-item-info .product-item-details .product-main-item-inner > .product-item-name {
    min-height: 52px;
    -webkit-line-clamp: 2;
  }
}
#maincontent .feature__product .product-list-style-08 .cdz-block-content .owl-item > .item-group > .product-item .product-item-info .product-item-details .product-main-item-inner .product-item-sku {
  order: 1;
}
#maincontent .feature__product .product-list-style-08 .cdz-block-content .owl-item > .item-group > .product-item .product-item-info .product-item-details .product-main-item-inner .product-item-description {
  order: 3;
  font-family: Arimo;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #666666;
  margin-bottom: 16px;
}
#maincontent .feature__product .product-list-style-08 .cdz-block-content .owl-item > .item-group > .product-item .product-item-info .product-item-details .product-main-item-inner .price-box {
  order: 2;
}
#maincontent .feature__product .product-list-style-08 .cdz-block-content .owl-item > .item-group > .product-item .product-item-info .product-item-details .product-main-item-inner .product-item-inner {
  order: 4;
  padding: 0px;
}
#maincontent .feature__product .product-list-style-08 .cdz-block-content .owl-item > .item-group > .product-item .product-item-info .product-item-details .product-main-item-inner .product-item-inner .product-item-actions {
  margin: 0px;
  text-align: left;
}
#maincontent .feature__product .product-list-style-08 .cdz-block-content .owl-item > .item-group > .product-item .product-item-info .product-item-details .product-main-item-inner .product-item-inner .product-item-actions .actions-primary .action.tocart.primary,
#maincontent .feature__product .product-list-style-08 .cdz-block-content .owl-item > .item-group > .product-item .product-item-info .product-item-details .product-main-item-inner .product-item-inner .product-item-actions a.qs-button,
#maincontent .feature__product .product-list-style-08 .cdz-block-content .owl-item > .item-group > .product-item .product-item-info .product-item-details .product-main-item-inner .product-item-inner .product-item-actions .qs-button,
#maincontent .feature__product .product-list-style-08 .cdz-block-content .owl-item > .item-group > .product-item .product-item-info .product-item-details .product-main-item-inner .product-item-inner .product-item-actions .secondary-addto-links > .action.towishlist,
#maincontent .feature__product .product-list-style-08 .cdz-block-content .owl-item > .item-group > .product-item .product-item-info .product-item-details .product-main-item-inner .product-item-inner .product-item-actions .secondary-addto-links > .action.tocompare {
  background: #ffffff !important;
  border-color: #666666 !important;
  color: #666666 !important;
  width: 50px;
  height: 50px;
  line-height: 45px;
}
#maincontent .feature__product .product-list-style-08 .cdz-block-content .owl-item > .item-group > .product-item .product-item-info .product-item-details .product-main-item-inner .product-item-inner .product-item-actions .actions-primary .action.tocart.primary:hover,
#maincontent .feature__product .product-list-style-08 .cdz-block-content .owl-item > .item-group > .product-item .product-item-info .product-item-details .product-main-item-inner .product-item-inner .product-item-actions a.qs-button:hover,
#maincontent .feature__product .product-list-style-08 .cdz-block-content .owl-item > .item-group > .product-item .product-item-info .product-item-details .product-main-item-inner .product-item-inner .product-item-actions .qs-button:hover,
#maincontent .feature__product .product-list-style-08 .cdz-block-content .owl-item > .item-group > .product-item .product-item-info .product-item-details .product-main-item-inner .product-item-inner .product-item-actions .secondary-addto-links > .action.towishlist:hover,
#maincontent .feature__product .product-list-style-08 .cdz-block-content .owl-item > .item-group > .product-item .product-item-info .product-item-details .product-main-item-inner .product-item-inner .product-item-actions .secondary-addto-links > .action.tocompare:hover {
  background: #70AC44 !important;
  border-color: #70AC44 !important;
  color: #231F20 !important;
}
#maincontent .feature__product .product-list-style-08 .cdz-block-content .owl-item > .item-group > .product-item .product-item-info .product-item-details .product-main-item-inner .product-item-inner .product-item-actions > .actions-primary .action.tocart.primary:after {
  font-family: "iconfont";
  content: "\e6d8" !important;
  font-size: 24px;
  background: transparent !important;
}
#maincontent .feature__product .product-list-style-08 .cdz-block-content .owl-item > .item-group > .product-item .product-item-info .product-item-details .product-main-item-inner .product-item-inner .product-item-actions > .actions-primary .action.tocart.primary:before {
  display: none;
}
#maincontent .feature__product .product-list-style-08 .cdz-block-content .owl-item > .item-group > .product-item .product-item-info .product-item-details .product-main-item-inner .product-item-inner .product-item-actions a.qs-button:before,
#maincontent .feature__product .product-list-style-08 .cdz-block-content .owl-item > .item-group > .product-item .product-item-info .product-item-details .product-main-item-inner .product-item-inner .product-item-actions .qs-button:before {
  content: "\e6e2";
  font-size: 24px;
  font-family: 'iconfont';
}
#maincontent .feature__product .product-list-style-08 .cdz-block-content .owl-item > .item-group > .product-item .product-item-info .product-item-details .product-main-item-inner .product-item-inner .product-item-actions .secondary-addto-links > .action.towishlist:after {
  font-family: "iconfont";
  content: "\e6e8";
  font-size: 24px;
}
#maincontent .feature__product .product-list-style-08 .cdz-block-content .owl-item > .item-group > .product-item .product-item-info .product-item-details .product-main-item-inner .product-item-inner .product-item-actions .secondary-addto-links > .action.tocompare:after {
  font-family: 'iconfont';
  content: "\e6dc";
  font-size: 24px;
}
#maincontent .three-banners-block:not(.three-block) .scale-effect.cdz-banner .item-content.content-top {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  justify-content: end;
  padding: 24px;
}
#maincontent .three-banners-block:not(.three-block) .scale-effect.cdz-banner .item-content.content-top .bc-actions {
  text-align: left;
  padding-right: 75px;
}
#maincontent .three-banners-block:not(.three-block) .scale-effect.cdz-banner .item-content.content-top .bc-actions .bc-title {
  font-family: Arimo;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  text-align: left;
  color: #ffffff;
}
#maincontent .three-banners-block:not(.three-block) .scale-effect.cdz-banner .item-content.content-top .bc-actions > a.action.primary {
  border-radius: 40px;
  padding: 16px 24px;
  font-family: Arimo;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  text-transform: capitalize;
  background: #70ac44 !important;
  border-color: #70ac44 !important;
  color: #231f20 !important;
}
#maincontent .three-banners-block:not(.three-block) .scale-effect.cdz-banner .item-content.content-top .bc-actions > a.action.primary:hover {
  background: #63983C !important;
  border-color: #63983C !important;
  color: #231f20 !important;
}
#maincontent .three-banners-block.three-block .banner-style05 .cdz-banner.scale-effect .item-content.content-top {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.8) 100%);
  padding: 24px;
  text-align: left;
  justify-content: end;
}
#maincontent .three-banners-block.three-block .banner-style05 .cdz-banner.scale-effect .item-content.content-top .bc-actions .bc-title {
  font-family: Arimo;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 8px;
}
#maincontent .three-banners-block.three-block .banner-style05 .cdz-banner.scale-effect .item-content.content-top .bc-actions > p {
  margin-bottom: 8px;
}
#maincontent .three-banners-block.three-block .banner-style05 .cdz-banner.scale-effect .item-content.content-top .bc-actions .action.primary {
  padding: 16px 24px;
  border-radius: 40px;
  font-family: Arimo;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  margin-bottom: 24px;
}
#maincontent .tables__product {
  position: relative;
}
#maincontent .tables__product .cdz-tabs-wrap .cdz-block-title {
  margin-bottom: 26px;
}
#maincontent .tables__product .cdz-tabs-wrap .cdz-block-title .b-title.h2 {
  text-wrap: wrap;
  text-transform: unset;
}
#maincontent .tables__product .cdz-tabs-wrap .cdz-block-content ul.box-cate-link.abs-dropdown {
  position: absolute;
  top: 10px;
  right: 12%;
  display: flex;
  grid-gap: 16px;
}
#maincontent .tables__product .cdz-tabs-wrap .cdz-block-content ul.box-cate-link.abs-dropdown li.item a.tab-title {
  background: #ffffff;
  border: 1px solid #414a87;
  color: #414A87;
  text-decoration: unset;
  padding: 8px 24px;
  border-radius: 40px;
  font-family: Arimo;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
#maincontent .tables__product .cdz-tabs-wrap .cdz-block-content ul.box-cate-link.abs-dropdown li.item a.tab-title:hover {
  background: #414A87;
  border: 1px solid #414a87;
  color: #fff;
}
#maincontent .tables__product .cdz-tabs-wrap .cdz-block-content ul.box-cate-link.abs-dropdown li.item.active a.tab-title {
  background: #414A87;
  border: 1px solid #414a87;
  color: #fff;
}
#maincontent .tables__product .cdz-tabs-wrap .cdz-block-content ul.box-cate-link.abs-dropdown li.item.active a.tab-title:hover {
  background: #414A87;
  border: 1px solid #414a87;
  color: #fff;
}
#maincontent .tables__product .cdz-tabs-wrap .cdz-block-content .cdz-tabs.df-tabs .cdz-product .products-grid .product-item {
  border: 2px solid #DDDDDD;
}
#maincontent .tables__product .cdz-tabs-wrap .cdz-block-content .cdz-tabs.df-tabs .cdz-product .products-grid .product-item .product-item-details .product-item-inner .price-box {
  margin-bottom: 16px;
}
#maincontent .tables__product .cdz-tabs-wrap .cdz-block-content .cdz-tabs.df-tabs .cdz-product .products-grid .product-item .button-top-wrap {
  display: none;
}
#maincontent .tables__product .cdz-tabs-wrap .cdz-block-content .cdz-tabs.df-tabs .cdz-product .products-grid .product-item:hover .button-top-wrap {
  display: flex;
}
#maincontent .tables__product .cdz-tabs-wrap .cdz-block-content .cdz-block-content {
  padding: 0px;
  width: 100%;
}
#maincontent .product-list-style-20 div.actions-primary > form,
#maincontent .product-item-inner .product-item-actions .actions-primary > form,
#maincontent .tables__product .cart-qty > form {
  display: flex;
}
#maincontent .product-list-style-20 div.actions-primary > form .field.qty,
#maincontent .product-item-inner .product-item-actions .actions-primary > form .field.qty,
#maincontent .tables__product .cart-qty > form .field.qty {
  margin-right: 16px;
  width: 100%;
}
@media (min-width: 768px) {
  #maincontent .product-list-style-20 div.actions-primary > form .field.qty,
  #maincontent .product-item-inner .product-item-actions .actions-primary > form .field.qty,
  #maincontent .tables__product .cart-qty > form .field.qty {
    min-width: 113px;
  }
}
#maincontent .product-list-style-20 div.actions-primary > form .field.qty > .label,
#maincontent .product-item-inner .product-item-actions .actions-primary > form .field.qty > .label,
#maincontent .tables__product .cart-qty > form .field.qty > .label {
  display: none;
}
#maincontent .product-list-style-20 div.actions-primary > form .field.qty > .control,
#maincontent .product-item-inner .product-item-actions .actions-primary > form .field.qty > .control,
#maincontent .tables__product .cart-qty > form .field.qty > .control {
  display: flex;
  border: 1px solid #666666;
  border-radius: 40px;
  align-items: center;
  height: 50px;
  justify-content: space-between;
}
#maincontent .product-list-style-20 div.actions-primary > form .field.qty > .control .qty-ctl:not(:first-child),
#maincontent .product-item-inner .product-item-actions .actions-primary > form .field.qty > .control .qty-ctl:not(:first-child),
#maincontent .tables__product .cart-qty > form .field.qty > .control .qty-ctl:not(:first-child) {
  margin-right: 16px;
}
#maincontent .product-list-style-20 div.actions-primary > form .field.qty > .control .qty-ctl > button,
#maincontent .product-item-inner .product-item-actions .actions-primary > form .field.qty > .control .qty-ctl > button,
#maincontent .tables__product .cart-qty > form .field.qty > .control .qty-ctl > button,
#maincontent .product-list-style-20 div.actions-primary > form .field.qty > .control .qty-ctl > .cart.table-wrapper .actions-toolbar > .action,
#maincontent .product-item-inner .product-item-actions .actions-primary > form .field.qty > .control .qty-ctl > .cart.table-wrapper .actions-toolbar > .action,
#maincontent .tables__product .cart-qty > form .field.qty > .control .qty-ctl > .cart.table-wrapper .actions-toolbar > .action,
#maincontent .product-list-style-20 div.actions-primary > form .field.qty > .control .qty-ctl > .action-gift,
#maincontent .product-item-inner .product-item-actions .actions-primary > form .field.qty > .control .qty-ctl > .action-gift,
#maincontent .tables__product .cart-qty > form .field.qty > .control .qty-ctl > .action-gift {
  background: transparent;
  border: unset;
  padding: 0px;
}
#maincontent .product-list-style-20 div.actions-primary > form .field.qty > .control .qty-ctl > button:before,
#maincontent .product-item-inner .product-item-actions .actions-primary > form .field.qty > .control .qty-ctl > button:before,
#maincontent .tables__product .cart-qty > form .field.qty > .control .qty-ctl > button:before,
#maincontent .product-list-style-20 div.actions-primary > form .field.qty > .control .qty-ctl > .cart.table-wrapper .actions-toolbar > .action:before,
#maincontent .product-item-inner .product-item-actions .actions-primary > form .field.qty > .control .qty-ctl > .cart.table-wrapper .actions-toolbar > .action:before,
#maincontent .tables__product .cart-qty > form .field.qty > .control .qty-ctl > .cart.table-wrapper .actions-toolbar > .action:before,
#maincontent .product-list-style-20 div.actions-primary > form .field.qty > .control .qty-ctl > .action-gift:before,
#maincontent .product-item-inner .product-item-actions .actions-primary > form .field.qty > .control .qty-ctl > .action-gift:before,
#maincontent .tables__product .cart-qty > form .field.qty > .control .qty-ctl > .action-gift:before {
  color: #231F20;
  line-height: 0;
  padding: 0px;
  font-size: 16px;
  font-family: 'iconfont';
  background: transparent;
}
#maincontent .product-list-style-20 div.actions-primary > form .field.qty > .control .qty-ctl > button.increase:before,
#maincontent .product-item-inner .product-item-actions .actions-primary > form .field.qty > .control .qty-ctl > button.increase:before,
#maincontent .tables__product .cart-qty > form .field.qty > .control .qty-ctl > button.increase:before,
#maincontent .product-list-style-20 div.actions-primary > form .field.qty > .control .qty-ctl > .cart.table-wrapper .actions-toolbar > .action.increase:before,
#maincontent .product-item-inner .product-item-actions .actions-primary > form .field.qty > .control .qty-ctl > .cart.table-wrapper .actions-toolbar > .action.increase:before,
#maincontent .tables__product .cart-qty > form .field.qty > .control .qty-ctl > .cart.table-wrapper .actions-toolbar > .action.increase:before,
#maincontent .product-list-style-20 div.actions-primary > form .field.qty > .control .qty-ctl > .action-gift.increase:before,
#maincontent .product-item-inner .product-item-actions .actions-primary > form .field.qty > .control .qty-ctl > .action-gift.increase:before,
#maincontent .tables__product .cart-qty > form .field.qty > .control .qty-ctl > .action-gift.increase:before {
  content: "\e6da";
}
#maincontent .product-list-style-20 div.actions-primary > form .field.qty > .control .qty-ctl > button.decrease,
#maincontent .product-item-inner .product-item-actions .actions-primary > form .field.qty > .control .qty-ctl > button.decrease,
#maincontent .tables__product .cart-qty > form .field.qty > .control .qty-ctl > button.decrease,
#maincontent .product-list-style-20 div.actions-primary > form .field.qty > .control .qty-ctl > .cart.table-wrapper .actions-toolbar > .action.decrease,
#maincontent .product-item-inner .product-item-actions .actions-primary > form .field.qty > .control .qty-ctl > .cart.table-wrapper .actions-toolbar > .action.decrease,
#maincontent .tables__product .cart-qty > form .field.qty > .control .qty-ctl > .cart.table-wrapper .actions-toolbar > .action.decrease,
#maincontent .product-list-style-20 div.actions-primary > form .field.qty > .control .qty-ctl > .action-gift.decrease,
#maincontent .product-item-inner .product-item-actions .actions-primary > form .field.qty > .control .qty-ctl > .action-gift.decrease,
#maincontent .tables__product .cart-qty > form .field.qty > .control .qty-ctl > .action-gift.decrease {
  padding-left: 16px;
}
#maincontent .product-list-style-20 div.actions-primary > form .field.qty > .control .qty-ctl > button.decrease:before,
#maincontent .product-item-inner .product-item-actions .actions-primary > form .field.qty > .control .qty-ctl > button.decrease:before,
#maincontent .tables__product .cart-qty > form .field.qty > .control .qty-ctl > button.decrease:before,
#maincontent .product-list-style-20 div.actions-primary > form .field.qty > .control .qty-ctl > .cart.table-wrapper .actions-toolbar > .action.decrease:before,
#maincontent .product-item-inner .product-item-actions .actions-primary > form .field.qty > .control .qty-ctl > .cart.table-wrapper .actions-toolbar > .action.decrease:before,
#maincontent .tables__product .cart-qty > form .field.qty > .control .qty-ctl > .cart.table-wrapper .actions-toolbar > .action.decrease:before,
#maincontent .product-list-style-20 div.actions-primary > form .field.qty > .control .qty-ctl > .action-gift.decrease:before,
#maincontent .product-item-inner .product-item-actions .actions-primary > form .field.qty > .control .qty-ctl > .action-gift.decrease:before,
#maincontent .tables__product .cart-qty > form .field.qty > .control .qty-ctl > .action-gift.decrease:before {
  content: "\e6ea";
}
#maincontent .product-list-style-20 div.actions-primary > form .field.qty > .control input.qty,
#maincontent .product-item-inner .product-item-actions .actions-primary > form .field.qty > .control input.qty,
#maincontent .tables__product .cart-qty > form .field.qty > .control input.qty {
  border: 0px;
  font-family: Arimo;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  width: 100%;
  height: 100%;
  text-align: center;
}
#maincontent .product-list-style-20 div.actions-primary > form button.action.tocart.primary,
#maincontent .product-item-inner .product-item-actions .actions-primary > form button.action.tocart.primary,
#maincontent .tables__product .cart-qty > form button.action.tocart.primary,
#maincontent .product-list-style-20 div.actions-primary > form .cart.table-wrapper .actions-toolbar > .action.action.tocart.primary,
#maincontent .product-item-inner .product-item-actions .actions-primary > form .cart.table-wrapper .actions-toolbar > .action.action.tocart.primary,
#maincontent .tables__product .cart-qty > form .cart.table-wrapper .actions-toolbar > .action.action.tocart.primary,
#maincontent .product-list-style-20 div.actions-primary > form .action-gift.action.tocart.primary,
#maincontent .product-item-inner .product-item-actions .actions-primary > form .action-gift.action.tocart.primary,
#maincontent .tables__product .cart-qty > form .action-gift.action.tocart.primary {
  border-radius: 40px;
  padding: 16px 5px !important;
  line-height: 1;
  width: 100%;
  height: 100%;
  text-align: center;
}
#maincontent .product-list-style-20 div.actions-primary > form button.action.tocart.primary > span,
#maincontent .product-item-inner .product-item-actions .actions-primary > form button.action.tocart.primary > span,
#maincontent .tables__product .cart-qty > form button.action.tocart.primary > span,
#maincontent .product-list-style-20 div.actions-primary > form .cart.table-wrapper .actions-toolbar > .action.action.tocart.primary > span,
#maincontent .product-item-inner .product-item-actions .actions-primary > form .cart.table-wrapper .actions-toolbar > .action.action.tocart.primary > span,
#maincontent .tables__product .cart-qty > form .cart.table-wrapper .actions-toolbar > .action.action.tocart.primary > span,
#maincontent .product-list-style-20 div.actions-primary > form .action-gift.action.tocart.primary > span,
#maincontent .product-item-inner .product-item-actions .actions-primary > form .action-gift.action.tocart.primary > span,
#maincontent .tables__product .cart-qty > form .action-gift.action.tocart.primary > span {
  font-family: Arimo;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  text-transform: none;
  text-indent: 0;
  display: block;
  text-align: center;
}
#maincontent .product-list-style-20 div.actions-primary > form button.action.tocart.primary:before,
#maincontent .product-item-inner .product-item-actions .actions-primary > form button.action.tocart.primary:before,
#maincontent .tables__product .cart-qty > form button.action.tocart.primary:before,
#maincontent .product-list-style-20 div.actions-primary > form button.action.tocart.primary:after,
#maincontent .product-item-inner .product-item-actions .actions-primary > form button.action.tocart.primary:after,
#maincontent .tables__product .cart-qty > form button.action.tocart.primary:after,
#maincontent .product-list-style-20 div.actions-primary > form button.action.tocart.primary span:after,
#maincontent .product-item-inner .product-item-actions .actions-primary > form button.action.tocart.primary span:after,
#maincontent .tables__product .cart-qty > form button.action.tocart.primary span:after,
#maincontent .product-list-style-20 div.actions-primary > form button.action.tocart.primary span:before,
#maincontent .product-item-inner .product-item-actions .actions-primary > form button.action.tocart.primary span:before,
#maincontent .tables__product .cart-qty > form button.action.tocart.primary span:before,
#maincontent .product-list-style-20 div.actions-primary > form .cart.table-wrapper .actions-toolbar > .action.action.tocart.primary:before,
#maincontent .product-item-inner .product-item-actions .actions-primary > form .cart.table-wrapper .actions-toolbar > .action.action.tocart.primary:before,
#maincontent .tables__product .cart-qty > form .cart.table-wrapper .actions-toolbar > .action.action.tocart.primary:before,
#maincontent .product-list-style-20 div.actions-primary > form .cart.table-wrapper .actions-toolbar > .action.action.tocart.primary:after,
#maincontent .product-item-inner .product-item-actions .actions-primary > form .cart.table-wrapper .actions-toolbar > .action.action.tocart.primary:after,
#maincontent .tables__product .cart-qty > form .cart.table-wrapper .actions-toolbar > .action.action.tocart.primary:after,
#maincontent .product-list-style-20 div.actions-primary > form .cart.table-wrapper .actions-toolbar > .action.action.tocart.primary span:after,
#maincontent .product-item-inner .product-item-actions .actions-primary > form .cart.table-wrapper .actions-toolbar > .action.action.tocart.primary span:after,
#maincontent .tables__product .cart-qty > form .cart.table-wrapper .actions-toolbar > .action.action.tocart.primary span:after,
#maincontent .product-list-style-20 div.actions-primary > form .cart.table-wrapper .actions-toolbar > .action.action.tocart.primary span:before,
#maincontent .product-item-inner .product-item-actions .actions-primary > form .cart.table-wrapper .actions-toolbar > .action.action.tocart.primary span:before,
#maincontent .tables__product .cart-qty > form .cart.table-wrapper .actions-toolbar > .action.action.tocart.primary span:before,
#maincontent .product-list-style-20 div.actions-primary > form .action-gift.action.tocart.primary:before,
#maincontent .product-item-inner .product-item-actions .actions-primary > form .action-gift.action.tocart.primary:before,
#maincontent .tables__product .cart-qty > form .action-gift.action.tocart.primary:before,
#maincontent .product-list-style-20 div.actions-primary > form .action-gift.action.tocart.primary:after,
#maincontent .product-item-inner .product-item-actions .actions-primary > form .action-gift.action.tocart.primary:after,
#maincontent .tables__product .cart-qty > form .action-gift.action.tocart.primary:after,
#maincontent .product-list-style-20 div.actions-primary > form .action-gift.action.tocart.primary span:after,
#maincontent .product-item-inner .product-item-actions .actions-primary > form .action-gift.action.tocart.primary span:after,
#maincontent .tables__product .cart-qty > form .action-gift.action.tocart.primary span:after,
#maincontent .product-list-style-20 div.actions-primary > form .action-gift.action.tocart.primary span:before,
#maincontent .product-item-inner .product-item-actions .actions-primary > form .action-gift.action.tocart.primary span:before,
#maincontent .tables__product .cart-qty > form .action-gift.action.tocart.primary span:before {
  display: none;
}
#maincontent .product-list-style-20 div.actions-primary > button.action.primary,
#maincontent .product-item-inner .product-item-actions .actions-primary > button.action.primary,
#maincontent .tables__product .cart-qty > button.action.primary,
#maincontent .product-list-style-20 div.actions-primary > .cart.table-wrapper .actions-toolbar > .action.action.primary,
#maincontent .product-item-inner .product-item-actions .actions-primary > .cart.table-wrapper .actions-toolbar > .action.action.primary,
#maincontent .tables__product .cart-qty > .cart.table-wrapper .actions-toolbar > .action.action.primary,
#maincontent .product-list-style-20 div.actions-primary > .action-gift.action.primary,
#maincontent .product-item-inner .product-item-actions .actions-primary > .action-gift.action.primary,
#maincontent .tables__product .cart-qty > .action-gift.action.primary {
  padding: 16px;
  width: 100%;
  height: 100%;
  border-radius: 40px;
  font-family: Arimo;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  text-transform: capitalize;
  text-align: center;
  float: unset;
}
#maincontent .product-list-style-20 div.actions-primary > button.action.primary > span,
#maincontent .product-item-inner .product-item-actions .actions-primary > button.action.primary > span,
#maincontent .tables__product .cart-qty > button.action.primary > span,
#maincontent .product-list-style-20 div.actions-primary > .cart.table-wrapper .actions-toolbar > .action.action.primary > span,
#maincontent .product-item-inner .product-item-actions .actions-primary > .cart.table-wrapper .actions-toolbar > .action.action.primary > span,
#maincontent .tables__product .cart-qty > .cart.table-wrapper .actions-toolbar > .action.action.primary > span,
#maincontent .product-list-style-20 div.actions-primary > .action-gift.action.primary > span,
#maincontent .product-item-inner .product-item-actions .actions-primary > .action-gift.action.primary > span,
#maincontent .tables__product .cart-qty > .action-gift.action.primary > span {
  font-family: Arimo;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  text-transform: inherit;
  text-indent: 0;
  display: block;
  text-align: center;
}
#maincontent .product-list-style-20 div.actions-primary > button.action.primary:before,
#maincontent .product-item-inner .product-item-actions .actions-primary > button.action.primary:before,
#maincontent .tables__product .cart-qty > button.action.primary:before,
#maincontent .product-list-style-20 div.actions-primary > button.action.primary:after,
#maincontent .product-item-inner .product-item-actions .actions-primary > button.action.primary:after,
#maincontent .tables__product .cart-qty > button.action.primary:after,
#maincontent .product-list-style-20 div.actions-primary > button.action.primary span:after,
#maincontent .product-item-inner .product-item-actions .actions-primary > button.action.primary span:after,
#maincontent .tables__product .cart-qty > button.action.primary span:after,
#maincontent .product-list-style-20 div.actions-primary > button.action.primary span:before,
#maincontent .product-item-inner .product-item-actions .actions-primary > button.action.primary span:before,
#maincontent .tables__product .cart-qty > button.action.primary span:before,
#maincontent .product-list-style-20 div.actions-primary > .cart.table-wrapper .actions-toolbar > .action.action.primary:before,
#maincontent .product-item-inner .product-item-actions .actions-primary > .cart.table-wrapper .actions-toolbar > .action.action.primary:before,
#maincontent .tables__product .cart-qty > .cart.table-wrapper .actions-toolbar > .action.action.primary:before,
#maincontent .product-list-style-20 div.actions-primary > .cart.table-wrapper .actions-toolbar > .action.action.primary:after,
#maincontent .product-item-inner .product-item-actions .actions-primary > .cart.table-wrapper .actions-toolbar > .action.action.primary:after,
#maincontent .tables__product .cart-qty > .cart.table-wrapper .actions-toolbar > .action.action.primary:after,
#maincontent .product-list-style-20 div.actions-primary > .cart.table-wrapper .actions-toolbar > .action.action.primary span:after,
#maincontent .product-item-inner .product-item-actions .actions-primary > .cart.table-wrapper .actions-toolbar > .action.action.primary span:after,
#maincontent .tables__product .cart-qty > .cart.table-wrapper .actions-toolbar > .action.action.primary span:after,
#maincontent .product-list-style-20 div.actions-primary > .cart.table-wrapper .actions-toolbar > .action.action.primary span:before,
#maincontent .product-item-inner .product-item-actions .actions-primary > .cart.table-wrapper .actions-toolbar > .action.action.primary span:before,
#maincontent .tables__product .cart-qty > .cart.table-wrapper .actions-toolbar > .action.action.primary span:before,
#maincontent .product-list-style-20 div.actions-primary > .action-gift.action.primary:before,
#maincontent .product-item-inner .product-item-actions .actions-primary > .action-gift.action.primary:before,
#maincontent .tables__product .cart-qty > .action-gift.action.primary:before,
#maincontent .product-list-style-20 div.actions-primary > .action-gift.action.primary:after,
#maincontent .product-item-inner .product-item-actions .actions-primary > .action-gift.action.primary:after,
#maincontent .tables__product .cart-qty > .action-gift.action.primary:after,
#maincontent .product-list-style-20 div.actions-primary > .action-gift.action.primary span:after,
#maincontent .product-item-inner .product-item-actions .actions-primary > .action-gift.action.primary span:after,
#maincontent .tables__product .cart-qty > .action-gift.action.primary span:after,
#maincontent .product-list-style-20 div.actions-primary > .action-gift.action.primary span:before,
#maincontent .product-item-inner .product-item-actions .actions-primary > .action-gift.action.primary span:before,
#maincontent .tables__product .cart-qty > .action-gift.action.primary span:before {
  display: none;
}
#maincontent .post-list-style02 {
  position: relative;
}
#maincontent .post-list-style02 .cdz-block-title .b-title.h2 {
  text-transform: inherit;
  font-family: Arimo;
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
}
#maincontent .post-list-style02 .post-item .post-bottom {
  padding: 16px;
}
#maincontent .post-list-style02 .post-item .post-bottom .post-title .post-item-link {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: unset;
}
#maincontent .post-list-style02 .post-item .post-bottom .post-title .post-item-link:hover {
  color: #414A87;
}
#maincontent .post-list-style02 .post-item .post-bottom .post-desc {
  margin: 0px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: Arimo;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #231f20;
}
#maincontent .post-list-style02 .post-item .post-bottom .post-footer {
  padding-top: 16px;
  margin-top: 16px;
  border-top: 1px solid #666666;
}
#maincontent .post-list-style02 .post-item .post-bottom .post-footer .more-link {
  color: #414A87;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
#maincontent .post-list-style02 .post-item .post-bottom .post-footer .post-date {
  color: #666666;
}
#maincontent .blobk__brand {
  position: relative;
}
#maincontent .blobk__brand .cdz-block-title {
  margin-bottom: 26px;
}
#maincontent .blobk__brand .cdz-block-title .b-title.h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
  text-transform: capitalize;
}
#maincontent .product-item-status-icon {
  position: absolute;
  top: 0px;
  z-index: 1;
  left: 0px;
  display: flex;
  grid-gap: 8px;
}
#maincontent .product-list-style-20 div.actions-primary > form button.action.tocart.primary,
#maincontent .product-list-style-20 div.actions-primary > form .cart.table-wrapper .actions-toolbar > .action.action.tocart.primary,
#maincontent .product-list-style-20 div.actions-primary > form .action-gift.action.tocart.primary {
  position: unset;
}
#maincontent .product-list-style-20 .products.list.items .button-hover-wrap .action.towishlist:before,
#maincontent .product-list-style-20 .products.list.items .button-hover-wrap .action.tocompare:before {
  display: none;
}
#maincontent .product-list-style-20.list.products-list .product-item-top > .button-hover-wrap {
  display: none !important;
}
.cdz-newsletter-modal.modal-popup .modal-inner-wrap .modal-content {
  padding: 0 !important;
  margin: 0px;
}
.cdz-newsletter-modal.modal-popup .modal-inner-wrap .popup-title h3 {
  letter-spacing: 0 !important;
  font-size: 31px;
}
@media (max-width: 767px) {
  .cdz-newsletter-modal.modal-popup .modal-inner-wrap .popup-title h3 {
    font-size: 22px;
  }
}
.cdz-newsletter-modal.modal-popup .modal-inner-wrap .popup-content-desc {
  letter-spacing: 0 !important;
}
.cdz-newsletter-modal.modal-popup .modal-inner-wrap .social {
  display: flex;
  justify-content: center;
}
.cdz-newsletter-modal.modal-popup .modal-inner-wrap .social a {
  line-height: 32px;
  padding-top: 6px;
  display: flex;
  width: 32px;
  height: 32px;
  justify-content: center;
  align-items: center;
  border-radius: 32px;
  text-decoration: none;
  background-color: #414a87;
  margin: 0 10px 0 0;
  font-size: 0px;
}
.cdz-newsletter-modal.modal-popup .modal-inner-wrap .social a.spin.circle.fa-youtube {
  background: url('../../frontend/Codazon/skc/en_US/images/Youtube.svg');
}
.cdz-newsletter-modal.modal-popup .modal-inner-wrap .social a.spin.circle.fa-twitter {
  background: url('../../frontend/Codazon/skc/en_US/images/Twitter.svg');
}
.cdz-newsletter-modal.modal-popup .modal-inner-wrap .social a .fa:before {
  line-height: 18px;
  font-size: 18px;
  color: #fff;
}
.cdz-newsletter-modal.modal-popup .modal-inner-wrap .social a:hover {
  background-color: #414A87;
}
.page-wrapper .breadcrumbs .item {
  display: inline-flex;
  align-items: center;
}
.page-wrapper .breadcrumbs .item:not(:last-child):after {
  content: '/';
  padding-left: 3px;
}
.page-wrapper .breadcrumbs .item.cms_page span {
  margin-right: 8px;
}
.page-wrapper .breadcrumbs .item.cms_page span a {
  margin-right: 5px;
}
.page-wrapper .breadcrumbs .item.cms_page span:after {
  content: '/';
  font: normal normal 14px / 1 FontAwesome;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.cms-sampling-guides h4,
.cms-sampling-guides .h4 {
  margin: 5px 0 10px 0;
}
.cms-sampling-guides a.pagebuilder-button-primary,
.cms-sampling-guides button.pagebuilder-button-primary,
.cms-sampling-guides div.pagebuilder-button-primary,
.cms-sampling-guides .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary,
.cms-sampling-guides .action-gift.pagebuilder-button-primary {
  background: #70AC44;
  border: 1px solid #70AC44;
  font-family: 'Arimo';
  border-radius: 30px;
  padding: 13px 25px;
  text-transform: capitalize;
  color: #231F20;
}
.cms-sampling-guides a.pagebuilder-button-primary:focus,
.cms-sampling-guides button.pagebuilder-button-primary:focus,
.cms-sampling-guides div.pagebuilder-button-primary:focus,
.cms-sampling-guides a.pagebuilder-button-primary:visited,
.cms-sampling-guides button.pagebuilder-button-primary:visited,
.cms-sampling-guides div.pagebuilder-button-primary:visited,
.cms-sampling-guides a.pagebuilder-button-primary:active,
.cms-sampling-guides button.pagebuilder-button-primary:active,
.cms-sampling-guides div.pagebuilder-button-primary:active,
.cms-sampling-guides .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:focus,
.cms-sampling-guides .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:visited,
.cms-sampling-guides .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:active,
.cms-sampling-guides .action-gift.pagebuilder-button-primary:focus,
.cms-sampling-guides .action-gift.pagebuilder-button-primary:visited,
.cms-sampling-guides .action-gift.pagebuilder-button-primary:active {
  border: 1px solid #70AC44;
  background: #70AC44;
  font-family: 'Arimo';
  border-radius: 30px;
  padding: 13px 25px;
  font-size: 18px;
  text-transform: capitalize;
  color: #231F20;
}
.cms-sampling-guides a.pagebuilder-button-primary:hover,
.cms-sampling-guides button.pagebuilder-button-primary:hover,
.cms-sampling-guides div.pagebuilder-button-primary:hover,
.cms-sampling-guides .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:hover,
.cms-sampling-guides .action-gift.pagebuilder-button-primary:hover {
  background: #63983C;
  border-color: #63983C;
  color: #231F20 !important;
}
.guide-static {
  background: #ffffff;
  padding: 80px 0;
  margin-bottom: -20px;
}
@media (max-width: 768px) {
  .guide-static {
    padding: 40px 0;
  }
}
.guide-container {
  margin-top: 20px;
}
.guide-container .toolbar.toolbar-products {
  border: none;
  padding: 0;
  box-shadow: none;
  background: none;
  margin-top: 20px;
}
.guide-container .toolbar.toolbar-products .pages {
  float: none !important;
}
.guide-container .toolbar.toolbar-products .pages a.page {
  font-size: 16px;
  border: none;
  background: none;
  font-weight: normal;
  border-radius: 100%;
  border: none !important;
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.guide-container .toolbar.toolbar-products .pages strong.page {
  border-radius: 100%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
}
.guide-container .toolbar.toolbar-products .pages .action.next,
.guide-container .toolbar.toolbar-products .pages .action.previous {
  background: #414A87;
  border-color: #414A87;
  color: #ffffff;
  font-weight: bold;
  border-radius: 100%;
  width: 40px;
  height: 40px;
}
.guide-container .toolbar.toolbar-products .pages .action.next:before,
.guide-container .toolbar.toolbar-products .pages .action.previous:before {
  font-weight: normal;
  color: #fff;
  font-size: 18px;
  line-height: 38px;
  font-family: 'iconfont';
  content: '\e6e6';
}
.guide-container .toolbar.toolbar-products .pages .action.previous:before {
  content: "\e6e5";
}
.guide-container,
.guide-static,
.cms-sampling-guides,
.sampling_guides-index-index {
  font-family: 'Arimo';
}
.guide-container .action.primary,
.guide-static .action.primary,
.cms-sampling-guides .action.primary,
.sampling_guides-index-index .action.primary,
.guide-container a.pagebuilder-button-primary,
.guide-static a.pagebuilder-button-primary,
.cms-sampling-guides a.pagebuilder-button-primary,
.sampling_guides-index-index a.pagebuilder-button-primary,
.guide-container button.pagebuilder-button-primary,
.guide-static button.pagebuilder-button-primary,
.cms-sampling-guides button.pagebuilder-button-primary,
.sampling_guides-index-index button.pagebuilder-button-primary,
.guide-container div.pagebuilder-button-primary,
.guide-static div.pagebuilder-button-primary,
.cms-sampling-guides div.pagebuilder-button-primary,
.sampling_guides-index-index div.pagebuilder-button-primary,
.guide-container .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary,
.guide-static .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary,
.cms-sampling-guides .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary,
.sampling_guides-index-index .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary,
.guide-container .action-gift.pagebuilder-button-primary,
.guide-static .action-gift.pagebuilder-button-primary,
.cms-sampling-guides .action-gift.pagebuilder-button-primary,
.sampling_guides-index-index .action-gift.pagebuilder-button-primary {
  border: 1px solid #70AC44;
  background: #70AC44;
  font-family: 'Arimo';
  border-radius: 30px;
  padding: 13px 25px;
  font-size: 18px;
  text-transform: capitalize;
  color: #231F20;
}
.guide-container .action.primary:focus,
.guide-static .action.primary:focus,
.cms-sampling-guides .action.primary:focus,
.sampling_guides-index-index .action.primary:focus,
.guide-container a.pagebuilder-button-primary:focus,
.guide-static a.pagebuilder-button-primary:focus,
.cms-sampling-guides a.pagebuilder-button-primary:focus,
.sampling_guides-index-index a.pagebuilder-button-primary:focus,
.guide-container button.pagebuilder-button-primary:focus,
.guide-static button.pagebuilder-button-primary:focus,
.cms-sampling-guides button.pagebuilder-button-primary:focus,
.sampling_guides-index-index button.pagebuilder-button-primary:focus,
.guide-container div.pagebuilder-button-primary:focus,
.guide-static div.pagebuilder-button-primary:focus,
.cms-sampling-guides div.pagebuilder-button-primary:focus,
.sampling_guides-index-index div.pagebuilder-button-primary:focus,
.guide-container .action.primary:visited,
.guide-static .action.primary:visited,
.cms-sampling-guides .action.primary:visited,
.sampling_guides-index-index .action.primary:visited,
.guide-container a.pagebuilder-button-primary:visited,
.guide-static a.pagebuilder-button-primary:visited,
.cms-sampling-guides a.pagebuilder-button-primary:visited,
.sampling_guides-index-index a.pagebuilder-button-primary:visited,
.guide-container button.pagebuilder-button-primary:visited,
.guide-static button.pagebuilder-button-primary:visited,
.cms-sampling-guides button.pagebuilder-button-primary:visited,
.sampling_guides-index-index button.pagebuilder-button-primary:visited,
.guide-container div.pagebuilder-button-primary:visited,
.guide-static div.pagebuilder-button-primary:visited,
.cms-sampling-guides div.pagebuilder-button-primary:visited,
.sampling_guides-index-index div.pagebuilder-button-primary:visited,
.guide-container .action.primary:active,
.guide-static .action.primary:active,
.cms-sampling-guides .action.primary:active,
.sampling_guides-index-index .action.primary:active,
.guide-container a.pagebuilder-button-primary:active,
.guide-static a.pagebuilder-button-primary:active,
.cms-sampling-guides a.pagebuilder-button-primary:active,
.sampling_guides-index-index a.pagebuilder-button-primary:active,
.guide-container button.pagebuilder-button-primary:active,
.guide-static button.pagebuilder-button-primary:active,
.cms-sampling-guides button.pagebuilder-button-primary:active,
.sampling_guides-index-index button.pagebuilder-button-primary:active,
.guide-container div.pagebuilder-button-primary:active,
.guide-static div.pagebuilder-button-primary:active,
.cms-sampling-guides div.pagebuilder-button-primary:active,
.sampling_guides-index-index div.pagebuilder-button-primary:active,
.guide-container .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:focus,
.guide-static .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:focus,
.cms-sampling-guides .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:focus,
.sampling_guides-index-index .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:focus,
.guide-container .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:visited,
.guide-static .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:visited,
.cms-sampling-guides .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:visited,
.sampling_guides-index-index .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:visited,
.guide-container .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:active,
.guide-static .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:active,
.cms-sampling-guides .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:active,
.sampling_guides-index-index .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:active,
.guide-container .action-gift.pagebuilder-button-primary:focus,
.guide-static .action-gift.pagebuilder-button-primary:focus,
.cms-sampling-guides .action-gift.pagebuilder-button-primary:focus,
.sampling_guides-index-index .action-gift.pagebuilder-button-primary:focus,
.guide-container .action-gift.pagebuilder-button-primary:visited,
.guide-static .action-gift.pagebuilder-button-primary:visited,
.cms-sampling-guides .action-gift.pagebuilder-button-primary:visited,
.sampling_guides-index-index .action-gift.pagebuilder-button-primary:visited,
.guide-container .action-gift.pagebuilder-button-primary:active,
.guide-static .action-gift.pagebuilder-button-primary:active,
.cms-sampling-guides .action-gift.pagebuilder-button-primary:active,
.sampling_guides-index-index .action-gift.pagebuilder-button-primary:active {
  border: 1px solid #70AC44;
  background: #70AC44;
  font-family: 'Arimo';
  border-radius: 30px;
  padding: 13px 25px;
  font-size: 18px;
  text-transform: capitalize;
  color: #231F20;
}
.guide-container .action.primary:hover,
.guide-static .action.primary:hover,
.cms-sampling-guides .action.primary:hover,
.sampling_guides-index-index .action.primary:hover,
.guide-container a.pagebuilder-button-primary:hover,
.guide-static a.pagebuilder-button-primary:hover,
.cms-sampling-guides a.pagebuilder-button-primary:hover,
.sampling_guides-index-index a.pagebuilder-button-primary:hover,
.guide-container button.pagebuilder-button-primary:hover,
.guide-static button.pagebuilder-button-primary:hover,
.cms-sampling-guides button.pagebuilder-button-primary:hover,
.sampling_guides-index-index button.pagebuilder-button-primary:hover,
.guide-container div.pagebuilder-button-primary:hover,
.guide-static div.pagebuilder-button-primary:hover,
.cms-sampling-guides div.pagebuilder-button-primary:hover,
.sampling_guides-index-index div.pagebuilder-button-primary:hover,
.guide-container .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:hover,
.guide-static .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:hover,
.cms-sampling-guides .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:hover,
.sampling_guides-index-index .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:hover,
.guide-container .action-gift.pagebuilder-button-primary:hover,
.guide-static .action-gift.pagebuilder-button-primary:hover,
.cms-sampling-guides .action-gift.pagebuilder-button-primary:hover,
.sampling_guides-index-index .action-gift.pagebuilder-button-primary:hover {
  background: #63983C;
  border-color: #63983C;
  color: #231F20 !important;
}
.cut-off-line {
  position: relative;
  font-size: 0px;
  margin-bottom: 45px;
  font-weight: bold;
  text-align: center;
}
.cut-off-line:before {
  background: #f2f3f7;
  content: 'or';
  padding: 0 15px;
  z-index: 3;
  position: relative;
  font-size: 20px;
}
.cut-off-line:after {
  content: '';
  border: 1px solid #ddd;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 15px;
  z-index: 0;
}
.search-des {
  margin: 0px 0 20px 0;
}
.guide-search-key {
  background: #414A87;
  padding: 24px 20px;
  color: #fff;
  margin-bottom: 48px;
}
.guide-search-key #quide-search-form {
  display: flex;
  gap: 2.4rem;
  align-items: end;
  justify-content: space-between;
}
.guide-search-key #quide-search-form .field {
  margin: 0px;
  min-width: 17%;
}
.guide-search-key #quide-search-form .field > label {
  font-size: 18px;
  margin-bottom: 5px;
  display: block;
  font-family: 'Arimo';
  font-weight: 600;
}
.guide-search-key #quide-search-form .field input,
.guide-search-key #quide-search-form .field select {
  height: 50px;
  background: #fff;
  font-size: 16px;
  font-weight: normal;
  border-radius: 0px;
  color: #666666;
}
.all-guide {
  margin-bottom: 80px;
}
.all-guide .block-title {
  font-size: 28px;
  margin-bottom: 24px;
}
.all-guide .guide-list {
  display: grid;
  grid-template-columns: repeat(26, calc(3.84615385%));
}
.all-guide .guide-list .char-item {
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  color: #414A87;
  text-decoration: none;
}
.table-wrapper-list {
  margin-bottom: 80px;
  margin: 0;
}
.table:not(.cart):not(.totals).sampling-guides-list {
  background: #fff;
}
.table:not(.cart):not(.totals).sampling-guides-list thead {
  background: #414A87;
  color: #fff;
}
.table:not(.cart):not(.totals).sampling-guides-list thead > thead > tr > th {
  text-transform: none;
  padding: 16px 10px;
}
.table:not(.cart):not(.totals).sampling-guides-list tbody tr:nth-child(even) {
  background: #f2f3f7;
}
@media (max-width: 639px) {
  .table:not(.cart):not(.totals).sampling-guides-list tbody tr {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.table:not(.cart):not(.totals).sampling-guides-list tbody tr td {
  padding: 16px 10px;
}
.table:not(.cart):not(.totals).sampling-guides-list tbody tr td a {
  color: #414A87;
  text-decoration: underline;
}
.table:not(.cart):not(.totals).sampling-guides-list tbody tr td a:hover {
  text-decoration: underline;
}
.sampling_guides-epa-detail .page-title-wrapper,
.sampling_guides-passive-detail .page-title-wrapper,
sampling_guides-oshaniosh-detail .page-title-wrapper,
sampling_guides-hse-detail .page-title-wrapper {
  display: none;
}
.sampling_guides-epa-detail .page-title-wrapper.container,
.sampling_guides-passive-detail .page-title-wrapper.container,
sampling_guides-oshaniosh-detail .page-title-wrapper.container,
sampling_guides-hse-detail .page-title-wrapper.container {
  display: block;
}
.table-wrapper-detail {
  margin: 0;
}
.table-wrapper.table-wrapper-guides-detail {
  margin-bottom: 50px;
  border-bottom: 2px solid #dddddd;
}
@media (max-width: 639px) {
  .table-wrapper.table-wrapper-guides-detail {
    margin-bottom: 30px;
  }
}
.table:not(.cart):not(.totals).sampling-guides-detail {
  background: none;
  border-top: 2px solid #DDDDDD !important;
}
.table:not(.cart):not(.totals).sampling-guides-detail td {
  padding: 20px 0;
}
.table:not(.cart):not(.totals).sampling-guides-detail td.cas-no {
  padding-left: 20px;
}
@media (max-width: 639px) {
  .table:not(.cart):not(.totals).sampling-guides-detail td.cas-no {
    padding-left: 0px;
  }
}
.table:not(.cart):not(.totals).sampling-guides-detail td strong.type-name {
  font-size: 28px;
  display: block;
  margin-bottom: 10px;
}
@media (max-width: 639px) {
  .table:not(.cart):not(.totals).sampling-guides-detail td strong.type-name {
    font-size: 24px;
  }
}
.table:not(.cart):not(.totals).sampling-guides-detail td .itmes > label {
  font-size: 18px;
  display: block;
  color: #414A87;
}
.table:not(.cart):not(.totals).sampling-guides-detail td.type {
  width: 40%;
}
@media only screen and (max-width: 639px) {
  .table:not(.cart):not(.totals).sampling-guides-detail td.type {
    width: 100%;
  }
}
.table:not(.cart):not(.totals).sampling-guides-detail.nodes-info tr.nth2 td {
  padding: 0px 10px 10px 0;
  min-width: 100px;
}
@media only screen and (max-width: 639px) {
  .table:not(.cart):not(.totals).sampling-guides-detail.nodes-info tr.nth2 td {
    padding: 0px 0px 5px 0;
  }
}
.sampling-products-block {
  background: #ffffff;
  margin-bottom: 48px;
  box-shadow: 1px 1px 1px #efefef;
  box-shadow: 0px 0px 4px #efefef;
  padding: 40px;
}
@media only screen and (max-width: 639px) {
  .sampling-products-block {
    padding: 20px;
    margin-bottom: 20px;
  }
}
.sampling-products-block .product-type {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}
.sampling-products-block .list.products-list .product-item {
  border: 2px solid #ddd;
}
.sampling-products-block .list.products-list .product-item .price-box {
  text-align: left;
}
.sampling-products-block .list.products-list .product-item .product-item-description {
  font-size: 16px;
  line-height: 24px;
  margin: 0px;
  text-align: left;
  color: #231F20;
  padding: 0px;
}
@media (max-width: 767px) {
  .sampling-products-block .list.products-list .item.product-item .product-item-top {
    width: 100%;
    margin-right: 0px;
  }
}
@media (max-width: 767px) {
  .sampling-products-block .list.products-list .item.product-item .product-item-details {
    width: 100%;
    float: none;
  }
}
.sampling-guides-static-block {
  padding: 40px 0;
}
@media only screen and (max-width: 639px) {
  .sampling-guides-static-block {
    padding: 20px 0;
  }
}
table.table.sampling-guides-detail.nodes-info,
table.table.sampling-guides-detail.nodes-info td,
table.table.sampling-guides-detail.nodes-info tbody {
  display: block;
}
table.table.sampling-guides-detail.nodes-info tr {
  display: flex;
  gap: 10%;
}
table.table.sampling-guides-detail.nodes-info tr td .itmes > div {
  margin-bottom: 1rem;
}
.mb24 {
  margin-bottom: 24px;
}
.knowledge-center a.pagebuilder-button-primary,
.knowledge-center button.pagebuilder-button-primary,
.knowledge-center div.pagebuilder-button-primary,
.knowledge-center .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary,
.knowledge-center .action-gift.pagebuilder-button-primary {
  background: #70AC44;
  border: 1px solid #70AC44;
  font-family: 'Arimo';
  border-radius: 30px;
  padding: 13px 25px;
  text-transform: capitalize;
  color: #231F20;
}
.knowledge-center a.pagebuilder-button-primary:focus,
.knowledge-center button.pagebuilder-button-primary:focus,
.knowledge-center div.pagebuilder-button-primary:focus,
.knowledge-center a.pagebuilder-button-primary:visited,
.knowledge-center button.pagebuilder-button-primary:visited,
.knowledge-center div.pagebuilder-button-primary:visited,
.knowledge-center a.pagebuilder-button-primary:active,
.knowledge-center button.pagebuilder-button-primary:active,
.knowledge-center div.pagebuilder-button-primary:active,
.knowledge-center .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:focus,
.knowledge-center .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:visited,
.knowledge-center .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:active,
.knowledge-center .action-gift.pagebuilder-button-primary:focus,
.knowledge-center .action-gift.pagebuilder-button-primary:visited,
.knowledge-center .action-gift.pagebuilder-button-primary:active {
  border: 1px solid #70AC44;
  background: #70AC44;
  font-family: 'Arimo';
  border-radius: 30px;
  padding: 13px 25px;
  font-size: 18px;
  text-transform: capitalize;
  color: #231F20;
}
.knowledge-center a.pagebuilder-button-primary:hover,
.knowledge-center button.pagebuilder-button-primary:hover,
.knowledge-center div.pagebuilder-button-primary:hover,
.knowledge-center .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:hover,
.knowledge-center .action-gift.pagebuilder-button-primary:hover {
  background: #63983C;
  border-color: #63983C;
  color: #231F20 !important;
}
.knowledge-center .align-center {
  text-align: center;
}
@media (min-width: 1025px) {
  .knowledge-center .container-xs {
    width: 49%;
    margin: 0 auto;
  }
}
.knowledge-center .search-content {
  margin-top: 24px;
  margin-bottom: 80px;
}
body .knowledgesearch {
  position: relative;
}
body .knowledgesearch input[type="text"] {
  height: 48px;
  border: 2px solid #dddddd;
  border-radius: 30px;
  background: #fff;
  padding: 0 50px 0 20px;
}
body .knowledgesearch input[type="text"]::-webkit-input-placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
}
body .knowledgesearch input[type="text"]:-moz-placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
}
body .knowledgesearch input[type="text"]::-moz-placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
}
body .knowledgesearch input[type="text"]:-ms-input-placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
}
body .knowledgesearch .actions button,
body .knowledgesearch .actions .cart.table-wrapper .actions-toolbar > .action,
body .knowledgesearch .actions .action-gift {
  background: none;
  border: 0px;
  padding: 0px;
  width: 44px;
  height: 44px;
  position: absolute;
  top: 2px;
  right: 12px;
}
body .knowledgesearch .actions button span,
body .knowledgesearch .actions .cart.table-wrapper .actions-toolbar > .action span,
body .knowledgesearch .actions .action-gift span {
  display: none;
}
body .knowledgesearch .actions button:before,
body .knowledgesearch .actions .cart.table-wrapper .actions-toolbar > .action:before,
body .knowledgesearch .actions .action-gift:before {
  content: '\e615';
  font-family: 'icons-blank-theme';
  font-size: 28px;
  color: #000000 !important;
  font-weight: normal;
  opacity: 1;
}
.guide-container .toolbar.toolbar-products.search-toolbar {
  display: grid;
  grid-template-columns: 6fr 1fr 1fr;
  margin-top: 20px;
  gap: 1rem;
}
.guide-container .toolbar.toolbar-products.search-toolbar .sorter {
  min-width: 270px;
}
@media (max-width: 480px) {
  .guide-container .toolbar.toolbar-products.search-toolbar .sorter {
    min-width: 160px;
  }
}
.guide-container .toolbar.toolbar-products.search-toolbar select {
  border: 2px solid #dddddd;
  height: 48px;
  border-radius: 30px;
  max-width: 200px;
  min-width: 80px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url('../../frontend/Codazon/skc/en_US/images/select.jpg');
  background-repeat: no-repeat;
  background-position: right 10px center;
  padding-right: 30px;
}
.guide-container .toolbar.toolbar-products.search-toolbar .field.limiter {
  text-align: right;
  min-width: 140px;
}
.guide-container .toolbar.toolbar-products.search-toolbar .field.limiter .label {
  font-size: 16px;
}
#toolabr_search_form {
  width: 75%;
}
.konwledgesearch-grids {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
.konwledgesearch-grids.products {
  margin: 0px 0  20px 0 !important;
}
.konwledgesearch-grids.grid-clos3 {
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 820px) {
  .konwledgesearch-grids {
    grid-template-columns: 1fr 1fr 1fr !important;
  }
}
@media (max-width: 480px) {
  .konwledgesearch-grids {
    grid-template-columns: 1fr 1fr !important;
  }
}
.konwledgesearch-grids .grids {
  background: #ffffff;
  border: 2px solid #dddddd;
}
.konwledgesearch-grids .grids > a {
  display: block;
  text-align: center;
}
.konwledgesearch-grids .grids .name {
  padding: 20px 16px 42px 16px;
  text-align: center;
}
@media (max-width: 768px) {
  .konwledgesearch-grids .grids .name {
    padding: 20px 16px 20px 16px;
  }
}
.konwledgesearch-grids .grids .name a {
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
}
.konwledgesearch-list.products {
  margin: 0px 0 20px 0 !important;
}
.filter-content .knowledge-filter.filter-options {
  border-bottom: 1px dotted #000;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.filter-content .knowledge-filter.filter-options:last-child {
  border-bottom: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.filter-content .knowledge-filter.filter-options .item a {
  text-decoration: none;
}
.filter-content .knowledge-filter.filter-options .item .count {
  margin-right: 3px;
}
.filter-content .knowledge-filter.filter-options .item.multicheckout:before {
  display: none !important;
}
.filter-content .knowledge-filter .filter-options-content-inner {
  max-height: 200px;
  overflow: auto;
}
.document-type {
  border-top: 1px solid #ddd;
  padding-top: 40px;
  margin-bottom: 40px;
}
.document-type:before,
.document-type:after {
  content: '';
  display: table;
}
.document-type:after {
  clear: both;
}
.document-type:first-child {
  border-top: 0px;
  padding-top: 24px;
}
.document-type .type-name {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 16px;
}
.document-items {
  margin-bottom: 0px;
  padding: 0px;
}
.document-items li.document-item {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 15px;
  list-style: none;
  display: block;
}
.document-items li.document-item:before {
  margin-right: 6px;
}
.document-items li.document-item a {
  text-decoration: underline;
}
#document-tab .data.switch,
#document-tab .data.switch:visited {
  font-size: 16px;
  color: #414A87;
  font-weight: normal;
  text-decoration: none;
  background: #ffffff;
  padding: 11px 25px;
  border-radius: 30px;
  border: 1px solid #414A87;
  margin-right: 16px;
  display: block;
  height: auto;
}
@media (max-width: 767px) {
  #document-tab .data.switch,
  #document-tab .data.switch:visited {
    border-radius: 0px;
  }
}
#document-tab > .item.title {
  float: left;
  width: auto;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  #document-tab > .item.title {
    box-sizing: border-box;
    float: none;
    width: 100%;
  }
}
#document-tab > .item.title.active .data.switch {
  font-weight: bold;
  color: #ffffff;
  background: #414A87;
}
#document-tab > .item.content {
  box-sizing: border-box;
  float: right;
  margin-left: -100%;
  width: 100%;
  margin-top: 5em;
}
@media (max-width: 767px) {
  #document-tab > .item.content {
    margin: 0px;
    float: none;
  }
}
#document-tab > .item.content .more {
  font-size: 16px;
  font-weight: bold;
  color: #414A87;
  text-decoration: underline;
  margin-top: 10px;
}
.serch-type #document-tab > .item.title {
  margin-bottom: 0px;
}
.serch-type #document-tab > .item.title.active .data.switch {
  background: none;
  color: #231f20;
}
.serch-type #document-tab > .item.title.active .data.switch:after {
  bottom: 0;
  background: #70AC44;
}
.serch-type #document-tab .data.switch {
  position: relative;
  background: none;
  padding: 0px;
  border: none;
  font-size: 18px;
  font-weight: 600;
  color: #666666;
  border-radius: 0px;
  padding: 0 0 12px 0;
  overflow: hidden;
}
@media (min-width: 820px) {
  .serch-type #document-tab .data.switch {
    margin-right: 40px;
  }
}
@media (max-width: 767px) {
  .serch-type #document-tab .data.switch {
    margin-right: 0px;
  }
}
.serch-type #document-tab .data.switch:after {
  position: absolute;
  width: 100%;
  height: 5px;
  bottom: -5px;
  background: #f2f3f7;
  content: "";
  left: 0;
  transition: all 500ms ease;
  backface-visibility: hidden;
}
.serch-type #document-tab > .item.content {
  border-top: 2px solid #ddd;
  margin-top: 38px;
  padding: 24px 0;
}
.full-container {
  background: #ffffff;
  margin-bottom: -20px;
}
.listing-body.container a,
.loc-attributes a,
.listing-body.container a:active,
.loc-attributes a:active,
.listing-body.container a:focus,
.loc-attributes a:focus,
.listing-body.container a:visited,
.loc-attributes a:visited {
  color: #414A87;
}
.listing-body.container a:hover,
.loc-attributes a:hover,
.listing-body.container a:active:hover,
.loc-attributes a:active:hover,
.listing-body.container a:focus:hover,
.loc-attributes a:focus:hover,
.listing-body.container a:visited:hover,
.loc-attributes a:visited:hover {
  text-decoration: none;
}
.columns .locator-search {
  max-width: 820px;
  margin: 0px auto;
  padding: 40px 0;
  text-align: center;
}
.columns .locator-search a,
.columns .locator-search a:active,
.columns .locator-search a:focus,
.columns .locator-search a:visited {
  color: #414A87;
}
.locator-search {
  max-width: 820px;
  margin: 0px auto;
  padding: 40px 0;
  text-align: center;
}
.locator-search a,
.locator-search a:active,
.locator-search a:focus,
.locator-search a:visited {
  color: #414A87;
}
.locator-search h4 {
  color: #414a87;
  font-weight: normal;
  margin: 15px 0;
}
form#location-search {
  display: inline-block;
  margin: 20px auto 0 auto;
}
form#location-search:before,
form#location-search:after {
  content: '';
  display: table;
}
form#location-search:after {
  clear: both;
}
form#location-search .six.columns.alpha {
  float: left;
  margin-right: 20px;
}
form#location-search .six.columns.alpha select {
  height: 43px;
  font-weight: normal;
  background: #ffffff;
  font-size: 16px;
  max-width: 350px;
  border-radius: 20px;
  padding: 5px 20px;
  margin-bottom: 10px;
}
form#location-search .action-toolbar {
  float: left;
}
form#location-search .action-toolbar button,
form#location-search .action-toolbar .cart.table-wrapper .actions-toolbar > .action,
form#location-search .action-toolbar .action-gift {
  height: 43px;
  border-radius: 20px;
  color: #fff !important;
}
.listing-body {
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 20px;
}
.listing-body h2 {
  margin-bottom: 20px;
}
.listing-body h2 span {
  color: #70AC44;
}
.listing-body .locator-items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 820px) {
  .listing-body .locator-items {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 480px) {
  .listing-body .locator-items {
    grid-template-columns: 1fr;
    gap: 24px 0;
  }
}
.locator-item-detial {
  border: 1px solid #e1e1e1;
  height: 100%;
  background: #ffffff;
}
.locator-item-detial .loc-info {
  padding: 30px 10px;
  background: #ffffff;
  line-height: 22px;
}
@media (min-width: 768px) {
  .locator-item-detial .loc-info {
    padding: 30px;
  }
}
.locator-item-detial .loc-info h4 a {
  text-decoration: none;
}
.locator-item-detial .loc-info .loc-tables a:not(.button),
.locator-item-detial .loc-info .loc-attributes a:not(.button),
.locator-item-detial .loc-info .loc-tables a:not(.button):focus,
.locator-item-detial .loc-info .loc-attributes a:not(.button):focus,
.locator-item-detial .loc-info .loc-tables a:not(.button):visited,
.locator-item-detial .loc-info .loc-attributes a:not(.button):visited,
.locator-item-detial .loc-info .loc-tables a:not(.button):active,
.locator-item-detial .loc-info .loc-attributes a:not(.button):active {
  text-decoration: underline;
  color: #414A87;
}
.locator-item-detial .loc-info .loc-tables a:not(.button):hover,
.locator-item-detial .loc-info .loc-attributes a:not(.button):hover,
.locator-item-detial .loc-info .loc-tables a:not(.button):focus:hover,
.locator-item-detial .loc-info .loc-attributes a:not(.button):focus:hover,
.locator-item-detial .loc-info .loc-tables a:not(.button):visited:hover,
.locator-item-detial .loc-info .loc-attributes a:not(.button):visited:hover,
.locator-item-detial .loc-info .loc-tables a:not(.button):active:hover,
.locator-item-detial .loc-info .loc-attributes a:not(.button):active:hover {
  text-decoration: none;
}
.locator-item-detial .loc-info .loc-attributes {
  font-size: 14px;
  margin-top: 10px;
}
.locator-item-detial .loc-info .button.action.primary {
  font-size: 14px;
  color: #70ac44 !important;
  border-radius: 20px;
  text-transform: uppercase;
  background: #ffffff !important;
  display: block;
  text-align: center;
  margin-top: 15px;
}
.locator-item-detial .loc-info .button.action.primary.bg-btn {
  background: #70ac44 !important;
  color: #ffffff !important;
}
.locator-item-detial .loc-info .button.action.primary:hover {
  border-color: #70ac44 !important;
}
.margb-md {
  margin-bottom: 20px;
}
.loc-tables {
  margin: 20px 0 4px 0;
}
.loc-tables tbody tr td {
  padding: 3px 10px 3px 0;
  border-bottom: 1px solid #e1e1e1;
  font-size: 14px;
  width: 50%;
}
.loc-tables tbody tr td .button {
  padding-left: 5px;
  padding-right: 5px;
}
.loc-tables tbody tr.last td {
  border-bottom: 0px solid #e1e1e1;
}
.fotorama__arr--next .fotorama__arr__arr:after,
.fotorama__arr--prev .fotorama__arr__arr:after {
  display: none;
}
@media (max-width: 480px) {
  .toolbar.toolbar-products .toolbar-amount {
    float: none;
    text-align: center;
  }
  .page-products .sorter {
    position: relative;
    right: 0px;
    left: 0;
    display: block;
    margin: 0 auto;
    float: none;
  }
}
@media (max-width: 768px) {
  body .enhanced-privacy-popup .popup.content {
    padding: 5px 20px;
  }
  div.breadcrumbs {
    margin-bottom: 10px;
  }
  .breadcrumbs .items {
    font-size: 14px;
  }
  body h1,
  body h1 {
    font-size: 28px;
  }
  .page-header .logo {
    z-index: 1;
  }
  .sidebar.sidebar-main .block.filter:not(.account-nav) .block-content.filter-content {
    display: none;
  }
  .sidebar.sidebar-main .block.filter:not(.account-nav).active .filter-title {
    height: 48px;
    position: fixed !important;
    right: 0;
    top: 0;
    z-index: 99999999;
    width: 350px;
    max-width: 85vw;
    font-size: 0 !important;
    background: #fff;
  }
  .sidebar.sidebar-main .block.filter:not(.account-nav).active .filter-title strong:before {
    display: none;
  }
  .sidebar.sidebar-main .block.filter:not(.account-nav).active .filter-title strong:after {
    z-index: 9;
    font-size: 46px;
  }
  .sidebar.sidebar-main .block.filter:not(.account-nav).active .block-content.filter-content {
    position: fixed;
    top: 0px;
    bottom: 0px;
    background: #fff;
    z-index: 99999999;
    display: block;
    overflow: scroll;
    right: 0px;
  }
  .sidebar .block.filter.active .block-title.filter-title strong:after {
    font-family: 'icons-blank-theme';
    content: '\e616';
    color: #fff;
    font-weight: normal;
    padding: 0 10px;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    display: block;
    top: 0;
    background: rgba(0, 0, 0, 0.7);
    text-align: start;
  }
  .page-with-filter .columns .sidebar-main {
    padding-right: 0px;
  }
  .knowledge_center-model-grid .columns .sidebar-main {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
    padding-right: 0px;
  }
  .knowledge_center-model-grid .columns .sidebar-main .filter-options-content-outer {
    border-top: 0px;
  }
  .block.filter .block-subtitle {
    display: none;
    padding-top: 10px;
  }
  .block.filter .filter-options .filter-options-content {
    margin: 0px 0 0;
  }
  .sidebar .block.filter .filter-options .filter-options-item .filter-options-title:before {
    top: 15px;
  }
  div.block.filter .filter-options .filter-options-item .filter-options-title {
    font-size: 16px;
    padding: 10px 20px 10px 0;
  }
  .konwledgesearch-grids .grids .name a {
    font-size: 16px;
  }
  .guide-container .toolbar.toolbar-products.search-toolbar {
    grid-template-columns: 2fr 1fr 1fr;
  }
  .guide-container .toolbar.toolbar-products.search-toolbar #toolabr_search_form {
    width: 94%;
  }
}
@media (max-width: 1023px) {
  .guide-search-key #quide-search-form {
    display: block;
  }
  .guide-search-key #quide-search-form .field {
    margin-bottom: 15px;
  }
  .guide-search-key #quide-search-form .field > label {
    font-size: 16px;
  }
  .guide-search-key #quide-search-form .field input,
  .guide-search-key #quide-search-form .field select {
    font-size: 14px;
  }
  .all-guide {
    margin-bottom: 35px;
  }
  .all-guide .block-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .all-guide .guide-list .char-item {
    font-size: 20px;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  #maincontent .container.slideshow-container .banner__text .slide-caption {
    top: 2.5rem;
    padding: 5px 46px;
  }
  #maincontent .container.slideshow-container .banner__text .slide-caption .slide-title {
    margin-bottom: 16px;
  }
  #maincontent .three-banners-block .col-sm-8 {
    width: 100%;
  }
  #maincontent .tables__product .cdz-tabs-wrap .cdz-block-title {
    margin-bottom: 70px;
  }
  #maincontent .tables__product .cdz-tabs-wrap .cdz-block-content ul.box-cate-link.abs-dropdown {
    top: 60px;
    right: 3%;
  }
}
@media (max-width: 1024px) {
  #maincontent .tables__product .cdz-tabs-wrap .cdz-block-content .cdz-tabs.df-tabs .cdz-product .products-grid .product-item .product-item-details .product-item-inner .button-wrap .cart-qty > form {
    display: block;
  }
  #maincontent .tables__product .cdz-tabs-wrap .cdz-block-content .cdz-tabs.df-tabs .cdz-product .products-grid .product-item .product-item-details .product-item-inner .button-wrap .cart-qty > form .field.qty {
    min-width: 100%;
    margin-bottom: 16px;
  }
}
@media only screen and (min-width: 769px) {
  body .page-wrapper .breadcrumbs {
    margin-bottom: 24px !important;
  }
  body .page-wrapper .page-main .page-title-wrapper h1.page-title {
    font-family: Arimo;
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    margin: 20px 0;
  }
  body #maincontent .sidebar .block .block-title {
    padding: 16px;
  }
  body #maincontent .sidebar .block .block-title > strong {
    font-family: Arimo;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    text-transform: capitalize;
  }
  body #maincontent .sidebar .block .block-content.filter-content {
    padding: 16px;
  }
  body #maincontent .sidebar .block .block-content.filter-content .block-subtitle.filter-subtitle {
    display: none;
  }
  body #maincontent .sidebar .block .block-content.filter-content .filter-options .filter-options-item .filter-options-title {
    font-family: Arimo;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-transform: capitalize;
    padding-top: 0px;
  }
  body #maincontent .sidebar.sidebar-main .block.filter .block-content.filter-content {
    padding: 16px;
  }
  body #maincontent .sidebar.sidebar-main .block.filter .block-content.filter-content .block-subtitle.filter-subtitle {
    display: none;
  }
  body #maincontent .sidebar.sidebar-main .block.filter .block-content.filter-content .filter-options .filter-options-item .filter-options-title {
    font-family: Arimo;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-transform: capitalize;
    padding-top: 0px;
  }
  body #maincontent .sidebar.sidebar-main .block.filter .block-content.filter-content .filter-options .filter-options-item .filter-options-content .filter-options-content-outer {
    border: none;
    padding-top: 0px;
  }
  body #maincontent .sidebar.sidebar-additional .block .block-content {
    padding: 16px;
    font-size: 16px;
  }
  body #maincontent .sidebar.sidebar-additional .block .block-content ol > li {
    border-bottom: 1px dashed #353535;
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
  body #maincontent .sidebar.sidebar-additional .block .block-content ol > li .product-item-actions button.action,
  body #maincontent .sidebar.sidebar-additional .block .block-content ol > li .product-item-actions .cart.table-wrapper .actions-toolbar > .action.action,
  body #maincontent .sidebar.sidebar-additional .block .block-content ol > li .product-item-actions .action-gift.action {
    font-family: Arimo;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    padding: 16px 24px;
    border-radius: 24px;
  }
  body #maincontent .sidebar.sidebar-additional .block .block-content .actions-toolbar .primary a.action.compare.primary,
  body #maincontent .sidebar.sidebar-additional .block .block-content .actions-toolbar .primary button.action.tocart.primary,
  body #maincontent .sidebar.sidebar-additional .block .block-content .actions-toolbar .primary .cart.table-wrapper .actions-toolbar > .action.action.tocart.primary,
  body #maincontent .sidebar.sidebar-additional .block .block-content .actions-toolbar .primary .action-gift.action.tocart.primary {
    font-family: Arimo;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    border-radius: 40px;
    padding: 16px 24px;
  }
  body #maincontent .sidebar.sidebar-additional .block .block-content .actions-toolbar .primary a.action.details {
    font-family: Arimo;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-transform: none;
    font-style: unset;
    color: #231F20;
  }
  body #maincontent .sidebar.sidebar-additional .block .block-content .actions-toolbar .secondary a.action {
    font-family: Arimo;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-transform: capitalize;
    font-style: normal;
  }
}
@media only screen and (min-width: 768px) {
  #maincontent .pc-80-mobile-40 {
    margin-bottom: 80px;
  }
  #maincontent .cdz-slider.base-slider.wrapper-adv-style-08 .cdz-block-content .owl-stage .owl-item > .item:before {
    display: none;
  }
  #maincontent .cdz-slider.base-slider.wrapper-adv-style-08 .cdz-block-content .owl-stage .owl-item > .item > .item-image {
    width: 140px;
    height: 140px;
    margin: 0 auto;
    display: block;
    overflow: hidden;
    border-radius: 100%;
    background: #ffffff;
    display: grid;
    align-items: center;
    justify-content: center;
    padding: 10px;
  }
  #maincontent .cdz-slider.base-slider.wrapper-adv-style-08 .cdz-block-content .owl-stage .owl-item > .item > .item-image img {
    max-width: 90px;
    max-height: 90px;
  }
  #maincontent .cdz-slider.base-slider.wrapper-adv-style-08 .cdz-block-content .owl-stage .owl-item > .item > a.item-title {
    margin-top: 8px;
    font-family: Arimo;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    text-align: center;
    text-decoration: none;
  }
  #maincontent .container:not(.not_show_owl) .owl-carousel .owl-nav [class*='owl-'] {
    transform: translate(0);
    opacity: 1;
    backface-visibility: visible;
    visibility: visible;
    top: -63px;
    right: 0px;
    left: unset;
  }
  #maincontent .container:not(.not_show_owl) .owl-carousel .owl-nav [class*='owl-'].disabled {
    opacity: 0.5;
  }
  #maincontent .container:not(.not_show_owl) .owl-carousel .owl-nav .owl-prev {
    right: 56px;
  }
  #maincontent .product-list-style-20 .product-item-status-icon {
    top: 8px;
    left: 8px;
  }
  #maincontent .product-list-style-20.grid.products-grid .product-items .product-item .product-item-info .product-item-details .product-item-inner .action.tocart.primary {
    position: unset;
  }
  #maincontent .product-list-style-20.list.products-list .button-hover-wrap {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
    position: unset;
    display: flex;
    grid-gap: 16px;
  }
  #maincontent .product-list-style-20.list.products-list .product-item-inner .product-item-actions {
    display: flex;
    grid-gap: 16px;
    margin-bottom: 24px;
  }
  #maincontent .product-list-style-20.list.products-list .product-item-inner .product-item-actions > .actions-primary {
    width: fit-content;
  }
  #maincontent .product-list-style-20.list.products-list .product-item-inner .product-item-actions > .actions-primary > form {
    width: fit-content;
  }
  #maincontent .product-list-style-20.list.products-list .product-item-inner .product-item-actions > .actions-primary > form .field.qty {
    max-width: 113px;
  }
  #maincontent .product-list-style-20.list.products-list .product-item-inner .product-item-actions > .actions-primary > form button.action.tocart.primary,
  #maincontent .product-list-style-20.list.products-list .product-item-inner .product-item-actions > .actions-primary > form .cart.table-wrapper .actions-toolbar > .action.action.tocart.primary,
  #maincontent .product-list-style-20.list.products-list .product-item-inner .product-item-actions > .actions-primary > form .action-gift.action.tocart.primary {
    max-width: fit-content;
    padding: 16px 24px !important;
  }
  #maincontent .product-list-style-20.list.products-list .product-item-inner .product-item-actions > .actions-primary > button.action.primary,
  #maincontent .product-list-style-20.list.products-list .product-item-inner .product-item-actions > .actions-primary > .cart.table-wrapper .actions-toolbar > .action.action.primary,
  #maincontent .product-list-style-20.list.products-list .product-item-inner .product-item-actions > .actions-primary > .action-gift.action.primary {
    max-width: fit-content;
    padding: 16px 24px;
  }
}
@media only screen and (max-width: 767px) {
  .all-guide .guide-list {
    grid-template-columns: repeat(13, calc(7.69230769%));
  }
  .cdz-newsletter-modal.modal-popup .modal-inner-wrap .modal-header .action-close:before {
    line-height: 32px;
    margin-left: -6px;
  }
  body .page-header {
    background: #414a87;
  }
  #maincontent .container.slideshow-container .banner__text .slide-caption {
    max-width: 100%;
    top: 15px;
    left: 10px;
    text-align: left;
    padding: 0px;
    background: none;
  }
  #maincontent .container.slideshow-container .banner__text .slide-caption .slide-title {
    font-size: 16px;
    line-height: 1;
    margin-bottom: 0px;
  }
  #maincontent .container.slideshow-container .banner__text .slide-caption .slide-lorem {
    font-size: 12px;
    line-height: 1;
  }
  #maincontent .container.slideshow-container .banner__text .slide-caption p {
    font-size: 10px;
    line-height: 1;
    margin-bottom: 0px;
  }
  #maincontent .container.slideshow-container .banner__text .slide-caption .button-link {
    margin-top: 8px;
    padding: 10px;
    font-size: 12px;
    line-height: 1;
    display: inline-block;
  }
  #maincontent .pc-80-mobile-40.visible-xs {
    margin-bottom: 40px;
  }
  #maincontent .product-item .product-item-description,
  #maincontent .product-item .product-item-sku {
    display: block;
  }
  #maincontent .product-item .product-item-name a.product-item-link {
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
  }
  #maincontent .products-grid .product-item .product-item-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }
  #maincontent .tables__product .cdz-tabs-wrap .cdz-block-content ul.box-cate-link.abs-dropdown {
    position: unset;
    width: 100%;
    overflow-x: auto;
  }
  #maincontent .tables__product .cdz-tabs-wrap .cdz-block-content ul.box-cate-link.abs-dropdown .item {
    margin-top: 1rem;
  }
  #maincontent .tables__product .cdz-tabs-wrap .cdz-block-content ul.box-cate-link.abs-dropdown .item a.tab-title {
    white-space: nowrap;
  }
  #document-tab > .item.title {
    position: relative;
  }
  #document-tab > .item.title > .switch:before {
    display: inline-block;
    font: normal normal normal 15px / 1 'CodazonFont';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e97b";
    speak: none;
    position: absolute;
    right: 0;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 30px;
    transition: all 500ms ease;
    backface-visibility: hidden;
  }
  #document-tab > .item.title.active > .switch:before {
    transform: rotate(180deg);
  }
}
@media only screen and (max-width: 480px) {
  .guide-container .toolbar.toolbar-products.search-toolbar {
    display: block;
  }
  .guide-container .toolbar.toolbar-products.search-toolbar:after,
  .guide-container .toolbar.toolbar-products.search-toolbar:before {
    content: '';
    display: table;
  }
  .guide-container .toolbar.toolbar-products.search-toolbar:after {
    clear: both;
  }
  .guide-container .toolbar.toolbar-products.search-toolbar .sorter {
    width: 50%;
    text-align: right;
  }
  .guide-container .toolbar.toolbar-products.search-toolbar .field.limiter {
    float: left;
    text-align: left;
  }
}
.block.filter .filter-options.active .filter-options-item .filter-options-title:before {
  transform: rotate(90deg);
}
body.cms-page-view {
  color: #231f20;
}
body.cms-page-view h1,
body.cms-page-view h1 {
  margin-bottom: 16px;
}
body.cms-page-view p {
  margin-bottom: 24px;
}
body.cms-page-view a.pagebuilder-button-primary,
body.cms-page-view button.pagebuilder-button-primary,
body.cms-page-view div.pagebuilder-button-primary,
body.cms-page-view .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary,
body.cms-page-view .action-gift.pagebuilder-button-primary,
body.cms-page-view .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary,
body.cms-page-view .action-gift.pagebuilder-button-primary,
body.cms-page-view .action-gift.pagebuilder-button-primary {
  border: 1px solid #70AC44;
  background: #70AC44;
  font-family: 'Arimo';
  border-radius: 40px;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 18px;
  text-transform: capitalize;
  color: #231F20;
}
body.cms-page-view a.pagebuilder-button-primary:hover,
body.cms-page-view button.pagebuilder-button-primary:hover,
body.cms-page-view div.pagebuilder-button-primary:hover,
body.cms-page-view .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:hover,
body.cms-page-view .action-gift.pagebuilder-button-primary:hover,
body.cms-page-view .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:hover,
body.cms-page-view .action-gift.pagebuilder-button-primary:hover,
body.cms-page-view .action-gift.pagebuilder-button-primary:hover {
  background: #63983C;
  border-color: #63983C;
  color: #231F20 !important;
}
body.cms-page-view .btn-link {
  display: inline-block;
  padding: 16px 24px;
  background-color: #70AC44;
  border-radius: 40px;
  text-decoration: unset;
  color: #231F20;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
}
body.cms-page-view .btn-link:hover {
  background-color: #63983C;
  border-color: #63983C;
  color: #231f20 !important;
}
.breadcrumbs .cms_page strong {
  font-weight: 700;
}
#html-body.cms-page-view .top-container {
  position: relative;
  padding: 0;
  width: 100%;
}
#html-body.cms-page-view .top-container img {
  vertical-align: middle;
  width: 100%;
}
#html-body.cms-page-view .top-container .intro-area {
  position: absolute;
  top: -41.4rem;
  left: 0rem;
  background: #ffffff;
  width: 49%;
  padding: 4rem;
  margin-left: 1rem;
}
#html-body.cms-page-view .top-container .pagebuilder-column {
  position: relative;
  align-items: center;
  justify-content: center;
}
#html-body.cms-page-view .top-container .content_part {
  background: #ffffff;
  padding: 40px;
  width: 49%;
  color: #231f20;
  margin-left: 1rem;
}
.cms-skc-customer-support .left-right-layout {
  display: grid;
  grid-template-columns: 561px 1fr;
}
.cms-skc-customer-support .left-right-layout > ul.tabs-navigation > li {
  display: block;
  background-color: #ffffff;
  padding: 0px;
}
.cms-skc-customer-support .left-right-layout > ul.tabs-navigation > li > a {
  padding: 24px;
}
.cms-skc-customer-support .left-right-layout > ul.tabs-navigation > li > a.tab-title {
  text-decoration: unset;
  color: #414a87;
  font-family: Arimo;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}
.cms-skc-customer-support .left-right-layout > ul.tabs-navigation > li.ui-tabs-active,
.cms-skc-customer-support .left-right-layout > ul.tabs-navigation > li:hover {
  background-color: #414a87;
  border: 1px solid #414a87;
}
.cms-skc-customer-support .left-right-layout > ul.tabs-navigation > li.ui-tabs-active > a.tab-title,
.cms-skc-customer-support .left-right-layout > ul.tabs-navigation > li:hover > a.tab-title {
  color: #ffffff;
}
.cms-skc-customer-support .left-right-layout > .tabs-content {
  padding: 40px;
  background-color: #ffffff;
}
.cms-skc-customer-support .left-right-layout > .tabs-content > div.ui-widget-content > div > p,
.cms-skc-customer-support .left-right-layout > .tabs-content > div.ui-widget-content > div > div {
  font-family: Arimo;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.cms-skc-customer-support .left-right-layout > .tabs-content > div.ui-widget-content > div a {
  color: #414a87;
  padding: 0px;
  margin: 0px;
}
.cms-skc-customer-support .left-right-layout > .tabs-content > div.ui-widget-content > div > p {
  margin: 0px;
  margin-top: 12px;
  margin-left: 44px;
}
.cms-skc-customer-support .left-right-layout > .tabs-content > div.ui-widget-content > div > h4 {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  margin-top: 32px;
}
.cms-skc-customer-support .left-right-layout > .tabs-content > div.ui-widget-content > div > h4 > img {
  margin-right: 12px;
}
body .knowledgesearch .faq-link.action {
  display: inline-block;
  text-align: center;
  border-radius: 30px;
  font-size: 1.6rem;
}
body .knowledgesearch .faq-link.action:hover {
  background: #63983C !important;
  border-color: #63983C !important;
  color: #231F20 !important;
}
@media only screen and (min-width: 1200px) {
  #html-body.cms-page-view .top-container figure[data-content-type="image"] {
    width: 100%;
  }
  #html-body.cms-page-view .top-container .pagebuilder-column {
    position: relative;
    align-items: center;
    justify-content: center;
  }
  #html-body.cms-page-view .top-container .container[data-content-type='html'] {
    position: absolute;
  }
  #html-body.cms-page-view .top-container .content_part {
    background: #ffffff;
    padding: 40px;
    width: 49%;
    color: #231F20;
    margin-left: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  body.cms-page-view .breadcrumbs .items,
  body.cms-page-view .page-main:not(.page-main-full) > div {
    padding-left: 25px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1024px) {
  #html-body.cms-page-view .top-container .intro-area {
    position: unset;
    transform: none;
    width: 100%;
    margin-left: 0px;
  }
}
@media only screen and (max-width: 768px) {
  #html-body.cms-page-view .top-container .intro-area {
    position: unset;
    transform: none;
    width: 100%;
    padding: 2rem;
    margin-left: 0px;
  }
}
@media only screen and (max-width: 1200px) {
  body.cms-skc-customer-support .left-right-layout {
    grid-template-columns: 1fr;
  }
  body#html-body.cms-page-view .top-container .content_part {
    width: 100%;
    margin-left: 0rem;
  }
}
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: 'icons-blank-theme';
  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;
}
/**
     * @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('../../frontend/Codazon/skc/en_US/Magento_LoginAsCustomerFrontendUi/images/close.svg');
  content: ' ';
  display: inline-block;
  height: 12px;
  margin-left: 5px;
  vertical-align: middle;
  width: 12px;
}
@font-face {
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  src: url('../../frontend/Codazon/skc/en_US/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot');
  src: url('../../frontend/Codazon/skc/en_US/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot?#iefix') format('embedded-opentype'), url('../../frontend/Codazon/skc/en_US/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.woff') format('woff'), url('../../frontend/Codazon/skc/en_US/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.ttf') format('truetype');
}
.pagebuilder-icon,
.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
  -webkit-font-smoothing: antialiased;
  font-family: 'pagebuilder-font';
  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: 'pagebuilder-font';
  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: '\f102';
}
.pagebuilder-icon-prev:before {
  content: '\f103';
}
.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: '\f103';
  padding-right: 5px;
}
.slick-next {
  right: 2rem;
}
.slick-next:before {
  content: '\f102';
  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 .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 .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 .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 .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;
  overflow: auto;
}
.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,
.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: #1979c3;
  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,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:visited,
.action-gift.pagebuilder-button-link:visited {
  color: #1979c3;
  text-decoration: none;
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:hover,
.action-gift.pagebuilder-button-link:hover {
  color: #006bb4;
  text-decoration: underline;
}
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.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,
.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,
.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: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
a.pagebuilder-button-primary,
button.pagebuilder-button-primary,
div.pagebuilder-button-primary,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary,
.action-gift.pagebuilder-button-primary {
  text-decoration: none;
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: '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,
.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,
.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: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:hover,
.action-gift.pagebuilder-button-primary:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  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,
.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,
.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: '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,
.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,
.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,
.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,
.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: 100%;
}
[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: 100%;
  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;
  overflow: auto;
}
.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%;
}
div[data-content-type='slider'] 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.
 */
.form-discount .g-recaptcha {
  margin-top: 50px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.product-info-stock-sku .configurable-variation-qty {
  display: none;
}
.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 .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 .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 .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 .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 .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 .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);
  }
}
/* stylelint-disable-line */
._amblog-toggle:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAyMCAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuODc2NTYgMC40NTQxMDNMMC45MDkwNTggOC44MDA1NkwyLjM0ODc5IDEwLjI1NzNMOS44NzY1NiAzLjI0OTM4TDE3LjY1MTEgMTAuNDU0MUwxOS4wOTA5IDkuMDM2NzhMMTAuNDExMyAwLjkyNjU0NEw5Ljg3NjU2IDAuNDU0MTAzWiIgZmlsbD0iI0M3QzdDNyIvPgo8L3N2Zz4K);
  content: '';
  cursor: pointer;
  display: block;
  height: 12px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(-180deg);
  width: 20px;
}
._amblog-toggle.-active:before {
  transform: translateY(-50%) rotate(0);
}
._amblog-form.amblog-item {
  padding: 0 25px 25px;
}
._amblog-form .amblog-form-container {
  position: relative;
}
._amblog-form .amblog-input {
  border: 1px solid #e5e5e5;
  color: #525252;
  border-radius: 3px;
  font-size: 1.4rem;
  height: 100%;
  padding: 11px 60px 11px 14px;
  width: 100%;
}
._amblog-form .amblog-input:hover {
  border-color: #b3b3b3;
}
._amblog-form .amblog-input::-webkit-input-placeholder,
._amblog-form .amblog-input:-ms-input-placeholder,
._amblog-form .amblog-input::-moz-placeholder {
  color: #707070;
}
._amblog-form .amblog-input:focus {
  border: 1px solid #499bf8;
  box-shadow: none;
}
._amblog-form .amblog-input:focus::-webkit-input-placeholder,
._amblog-form .amblog-input:focus::-moz-placeholder,
._amblog-form .amblog-input:focus:-ms-input-placeholder {
  color: transparent;
}
._amblog-column-form .input-box {
  flex-direction: column;
}
._amblog-column-form .amblog-input {
  margin-bottom: 20px;
  margin-right: 0;
}
._amblog-column-form .amblog-btn,
._amblog-column-form .amblog-input {
  max-width: 100%;
  width: 100%;
}
._amblog-column-form .mage-error[generated='true'] {
  margin-bottom: 10px;
  margin-top: -10px;
  order: 0;
  width: 100%;
  word-break: break-all;
}
._amblog-button {
  background: #1979c2;
  border-color: transparent;
  border-radius: 3px;
  box-sizing: border-box;
  color: #ffffff;
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.8rem;
  padding: 12px 30px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
._amblog-button:hover {
  background: #135d95;
  color: #ffffff;
  text-decoration: none;
}
._amblog-button:active {
  background: #0d4168;
  color: #ffffff;
  text-decoration: none;
}
.amblog-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .amblog-word-break {
  word-break: break-all;
}
.amblog-disabled {
  color: #ff0000;
}
.amblog_views_label,
.amblog_likes_label,
.amblog_dislikes_label {
  font-weight: 600;
  line-height: 3.2rem;
}
.amblog-scheduled,
.amblog-hidden {
  color: #808080;
}
.amblog-published {
  color: #008000;
}
.pagebuilder-content-type .amblog_widget .amblog-widget-placeholder {
  align-items: center;
  background-color: #fafafa;
  display: flex;
  justify-content: center;
  min-height: 300px;
}
#amblog_canvas_container {
  max-height: 400px;
  max-width: 400px;
}
.amblog-preloader {
  align-items: center;
  background: rgba(255, 255, 255, 0.6);
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
.amblog-loader,
.amblog-slick-slider:not(.-am-loaded):after {
  background: url('../../frontend/Codazon/skc/en_US/Amasty_Blog/images/ajax-loader.gif') no-repeat scroll 50% 0 transparent;
  background-size: cover;
  height: 12px;
  margin: auto;
  width: 16px;
}
.mobile {
  display: none;
}
.mobile .mobile-block {
  display: none;
}
.mobile.two-columns-right .content,
.mobile.two-columns-left .content {
  position: relative;
}
.notice:not(.message) {
  font-size: 2rem;
  font-weight: 700;
}
.amblog-main-content {
  padding-top: 40px;
}
.amblog-main-content > .amblog-item {
  margin-bottom: 30px;
}
.amblog-main-content > .amblog-item:last-child {
  margin-bottom: 0;
}
.amblog-main-content .amblog-btn {
  height: auto;
}
.amblog-overlay {
  background: rgba(60, 60, 60, 0.3);
  bottom: 0;
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}
.amblog-index-index .amblog-ref,
.amblog-index-search .amblog-ref,
.amblog-index-tag .amblog-ref,
.amblog-index-category .amblog-ref,
.amblog-index-post .amblog-ref,
.amblog-index-author .amblog-ref {
  color: #1979c2;
  font-size: 1.4rem;
  font-weight: 600;
}
.amblog-index-index .amblog-ref:hover,
.amblog-index-search .amblog-ref:hover,
.amblog-index-tag .amblog-ref:hover,
.amblog-index-category .amblog-ref:hover,
.amblog-index-post .amblog-ref:hover,
.amblog-index-author .amblog-ref:hover {
  color: #1979c2;
}
.amblog-author-container,
.amblog-element-block .amblog-author,
.amblog-comment-content .amblog-author,
.amblog-post-container .amblog-item.-author,
.amblog-post-container .amblog-item.-comments,
.amblog-post-container .amblog-widget-container .amblog-author,
.amblog-grid-list .slick-slide .amblog-item .amblog-item.-author,
.amblog-grid-list .slick-slide .amblog-item .amblog-item.-comments,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-author {
  word-break: break-word;
  word-wrap: break-word;
  color: #333333;
  font-size: 1.4rem;
  line-height: 25px;
}
.ie11 .amblog-author-container,
.ie11 .amblog-element-block .amblog-author,
.ie11 .amblog-comment-content .amblog-author,
.ie11 .amblog-post-container .amblog-item.-author,
.ie11 .amblog-post-container .amblog-item.-comments,
.ie11 .amblog-post-container .amblog-widget-container .amblog-author,
.ie11 .amblog-grid-list .slick-slide .amblog-item .amblog-item.-author,
.ie11 .amblog-grid-list .slick-slide .amblog-item .amblog-item.-comments,
.ie11 .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-author {
  word-break: break-all;
}
.amblog-svg {
  margin-right: 10px;
  min-width: 25px;
  position: relative;
  top: 7px;
}
.amblog-svg.user {
  height: 25px;
  top: 0;
  width: 25px;
}
.amblog-svg.comment {
  height: 24px;
  top: 0;
  width: 25px;
}
.amblog-svg.-classic {
  fill: #499bf8;
}
.amblog-svg.-red {
  fill: #ef5350;
}
.amblog-svg.-green {
  fill: #43a047;
}
.amblog-svg.-blue {
  fill: #3f51b5;
}
.amblog-svg.-grey {
  fill: #bdbdbd;
}
.amblog-svg.-purple {
  fill: #9c27b0;
}
.amblog-element-block .amblog-empty,
.amblog-post-container .amblog-widget-container .amblog-empty,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-empty {
  padding: 20px;
}
.amblog-element-block .amblog-headline,
.amblog-post-container .amblog-widget-container .amblog-headline,
.amblog-element-block .amblog-categories .amblog-link,
.amblog-post-container .amblog-widget-container .amblog-categories .amblog-link,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-headline,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-categories .amblog-link {
  word-break: break-word;
  word-wrap: break-word;
  color: #333333;
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2rem;
}
.ie11 .amblog-element-block .amblog-headline,
.ie11 .amblog-post-container .amblog-widget-container .amblog-headline,
.ie11 .amblog-element-block .amblog-categories .amblog-link,
.ie11 .amblog-post-container .amblog-widget-container .amblog-categories .amblog-link,
.ie11 .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-headline,
.ie11 .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-categories .amblog-link {
  word-break: break-all;
}
.amblog-element-block .amblog-headline:hover,
.amblog-post-container .amblog-widget-container .amblog-headline:hover,
.amblog-element-block .amblog-categories .amblog-link:hover,
.amblog-post-container .amblog-widget-container .amblog-categories .amblog-link:hover,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-headline:hover,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-categories .amblog-link:hover {
  color: #1979c2;
}
.amblog-element-block .amblog-date.-post,
.amblog-post-container .amblog-widget-container .amblog-date.-post,
.amblog-element-block .amblog-views.-post,
.amblog-element-block .amblog-minread.-post,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-date.-post {
  margin-top: 5px;
}
.amblog-element-block .amblog-date.-comment,
.amblog-post-container .amblog-widget-container .amblog-date.-comment,
.amblog-element-block .amblog-views.-comment,
.amblog-element-block .amblog-minread.-comment,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-date.-comment {
  margin: 10px 0;
}
.amblog-element-block .amblog-thesis,
.amblog-post-container .amblog-widget-container .amblog-thesis,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-thesis {
  word-break: break-word;
  word-wrap: break-word;
  margin: 5px 0;
}
.ie11 .amblog-element-block .amblog-thesis,
.ie11 .amblog-post-container .amblog-widget-container .amblog-thesis,
.ie11 .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-thesis {
  word-break: break-all;
}
.amblog-element-block .amblog-thesis:last-child,
.amblog-post-container .amblog-widget-container .amblog-thesis:last-child,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-thesis:last-child {
  margin-bottom: 0;
}
.amblog-element-block .amblog-comment,
.amblog-post-container .amblog-widget-container .amblog-comment,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-comment {
  word-break: break-word;
  word-wrap: break-word;
  margin: 10px 0;
}
.ie11 .amblog-element-block .amblog-comment,
.ie11 .amblog-post-container .amblog-widget-container .amblog-comment,
.ie11 .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-comment {
  word-break: break-all;
}
.amblog-element-block .amblog-author,
.amblog-post-container .amblog-widget-container .amblog-author,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-author {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-style: normal;
  font-weight: 700;
  margin-top: 5px;
}
.amblog-element-block .amblog-footer-block,
.amblog-post-container .amblog-widget-container .amblog-footer-block,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-footer-block {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 10px;
}
.amblog-element-block .amblog-footer-block > *,
.amblog-post-container .amblog-widget-container .amblog-footer-block > *,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-footer-block > * {
  margin-bottom: 5px;
}
.amblog-element-block .amblog-footer-block .amblog-date,
.amblog-post-container .amblog-widget-container .amblog-footer-block .amblog-date,
.amblog-element-block .amblog-footer-block .amblog-views,
.amblog-element-block .amblog-footer-block .amblog-minread,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-footer-block .amblog-date {
  margin: 0;
}
.amblog-element-block .amblog-footer-block .amblog-author,
.amblog-post-container .amblog-widget-container .amblog-footer-block .amblog-author,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-footer-block .amblog-author {
  font-weight: 400;
  margin: 0 10px 0 0;
}
.amblog-pager-container {
  margin: 20px auto 50px;
}
.amblog-pager-container .amblog-links {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.amblog-pager-container .amblog-link {
  background: #1979c2;
  border-radius: 50%;
  display: block;
  height: 35px;
  position: relative;
  width: 35px;
}
.amblog-pager-container .amblog-link:before,
.amblog-pager-container .amblog-link:after {
  background: #ffffff;
  content: '';
  height: 2px;
  position: absolute;
  width: 12px;
}
.amblog-pager-container .amblog-link:before {
  left: 13px;
  top: 13px;
  transform: rotate(45deg);
}
.amblog-pager-container .amblog-link:after {
  left: 13px;
  top: 20px;
  transform: rotate(-45deg);
}
.amblog-pager-container .amblog-link:hover {
  background: #185eaf;
}
.amblog-pager-container .amblog-link.-new:before {
  left: 10px;
  transform: rotate(-45deg);
}
.amblog-pager-container .amblog-link.-new:after {
  left: 10px;
  transform: rotate(45deg);
}
.amblog-pager-container .amblog-link.-disabled {
  background: #c4c4c4;
  cursor: auto;
  pointer-events: none;
}
.amblog-pager-container .amblog-pagination {
  color: #333333;
  font-size: 1.6rem;
}
.amblog-related-wrapper {
  margin-bottom: 30px;
}
.amblog-helpful-wrap {
  padding: 15px 25px 0;
  text-align: left;
}
.amblog-helpful-wrap > .amblog-helpful {
  color: #5b5b5b;
  font-size: 1.4rem;
  vertical-align: top;
}
.amblog-helpful-wrap > .amblog-options {
  margin-left: 5px;
}
.amblog-helpful-wrap > .amblog-options {
  cursor: pointer;
  display: inline-block;
}
.amblog-author-description {
  margin-bottom: 20px;
}
.amblog-category-description {
  margin-bottom: 20px;
}
.amblog-element-block[data-set='sidebar-author'] .author_image,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .author_image,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .author_image {
  border-radius: 50%;
  display: block;
  height: 150px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  width: 150px;
}
.amblog-element-block[data-set='sidebar-author'] .title,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .title,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .title {
  font-size: large;
  font-weight: 700;
  text-align: center;
}
.amblog-notify-message {
  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;
}
.amblog-notify-message a {
  color: #1979c3;
}
.amblog-notify-message a:hover {
  color: #006bb4;
}
.amblog-notify-message a:active {
  color: #006bb4;
}
.amblog-notify-message > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #c07600;
  content: '\e602';
  font-family: 'icons-blank-theme';
  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;
}
.amblog-relatedposts-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.amblog-related-post {
  display: flex;
  margin-bottom: 35px;
  width: 49%;
}
.amblog-related-post .amblog-link {
  display: block;
}
.amblog-related-post .amblog-image-wrapper {
  align-items: center;
  background: #f4f6f8 center / 50px no-repeat;
  box-sizing: border-box;
  display: flex;
  height: 100px;
  justify-content: center;
  margin-right: 20px;
  min-width: 100px;
  overflow: hidden;
  width: 100px;
}
.amblog-related-post .amblog-image-wrapper.-placeholder {
  background-image: url('data:image/svg+xml;base64, PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iNTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwKSIgZmlsbD0iI0Q3RDlERCI+PHBhdGggZD0iTTM3LjIzNyAyMy4xOGMtMi4zMjEgMS4xMDUtNC4yMTQgNC40NjItNi40MjggMi4yNDctMS4zNDUtMS40Ni0yLjk0Mi0zLjc4NC00Ljc3Ni02LjQxMi0xLjk4My0yLjgyNS00LjUxMS01LjI1NC03LjQ4Ni0yLjQ3OS0zLjMyMSAzLjEyNC01LjYwMiAxMS42LTUuOCAxNS45NjNsMzEuMzguMDFjLS43MTgtMi41NjMtMy41MDctMTAuOTQtNi44OS05LjMzek0zNy4wOSAxOC4yNThhMy44NTkgMy44NTkgMCAxMDAtNy43MTcgMy44NTkgMy44NTkgMCAwMDAgNy43MTd6Ii8+PHBhdGggZD0iTTQ4Ljg1MyA1LjU5NEg4LjAyM2MtLjYzMyAwLTEuMTQ4LjUxMy0xLjE0OCAxLjE0NnY1LjhIMS4xNDdDLjUxNCAxMi41NCAwIDEzLjA1NCAwIDEzLjY4N3YyOS41N2MwIC42MzQuNTE0IDEuMTQ3IDEuMTQ3IDEuMTQ3aDQwLjgzYy42MzMgMCAxLjE0OC0uNTE0IDEuMTQ4LTEuMTQ3di01Ljc5OWg1LjcyOGMuNjMzIDAgMS4xNDgtLjUxMyAxLjE0OC0xLjE0NlY2Ljc0Yy0uMDAxLS42MzItLjUxNi0xLjE0Ni0xLjE0OC0xLjE0NnptLTguODA3IDM1LjczMkgzLjA3OVYxNS42MmgzLjc5NnYxNy44NzJjLS41NzYgMi4yMjYtLjkzIDQuMzY1LTEuMDAzIDUuOTU2bDMxLjM4LjAxYTM2LjA4MiAzNi4wODIgMCAwMC0uNjMtMmgzLjQyNHYzLjg2OHptNi44NzUtNi45NDdIOS45NTRWOC42NzNoMzYuOTY3VjM0LjM4eiIvPjwvZz48ZGVmcz48Y2xpcFBhdGggaWQ9ImNsaXAwIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMCAwaDUwdjUwSDB6Ii8+PC9jbGlwUGF0aD48L2RlZnM+PC9zdmc+');
}
.amblog-related-post .amblog-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 100%;
  width: 100%;
}
.amblog-related-post .amblog-headline {
  color: #212121;
  display: block;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 20px;
}
.amblog-related-post .amblog-headline:hover,
.amblog-related-post .amblog-headline:focus {
  color: #0e6bd7;
  text-decoration: none;
}
.amblog-related-post .amblog-content {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .amblog-related-post .amblog-content {
  word-break: break-all;
}
.amblog-related-post .amblog-text {
  margin: 15px 0 0;
}
.amblog-related-post .amblog-date,
.amblog-related-post .amblog-views,
.amblog-related-post .amblog-minread {
  color: #707070;
  display: block;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 19px;
  margin-top: 15px;
}
body[class*='amblog-index-'],
body[class*='amblog-index-'] aside[class*='amblog-aside-'] {
  background: #fafafa;
}
body[class*='amblog-index-'] .page-title-wrapper {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}
body[class*='amblog-index-'] .page-title {
  word-break: break-word;
  word-wrap: break-word;
  margin-bottom: 20px;
  max-width: calc(100% - 20px - 40px);
  padding-right: 20px;
}
.ie11 body[class*='amblog-index-'] .page-title {
  word-break: break-all;
}
body[class*='amblog-index-'] .amblog-summary {
  width: 100%;
}
body[class*='amblog-index-'] .sidebar .block-reorder {
  margin: 0;
}
body[class*='amblog-index-'] pre {
  overflow: auto;
}
body[class*='amblog-index-'] iframe {
  max-width: 100%;
}
.amblog-title,
.amblog-post-title {
  color: #1a1a1a;
  word-break: break-word;
  word-wrap: break-word;
  font-size: 2rem;
  font-weight: 700;
  margin: 0;
  position: relative;
}
.ie11 .amblog-title,
.ie11 .amblog-post-title {
  word-break: break-all;
}
.amblog-title {
  padding: 25px;
}
.amblog-content .amblog-title.-author,
.amblog-title.-author {
  padding: 0;
}
.amblog-content .amblog-title.-author.mobile:before,
.amblog-title.-author.mobile:before,
.amblog-content .amblog-title.-author:before,
.amblog-title.-author:before {
  content: none;
}
.amblog-content .amblog-title.-author:visited,
.amblog-title.-author:visited {
  color: #1a1a1a;
}
.amblog-content .amblog-title.-author:hover,
.amblog-title.-author:hover,
.amblog-content .amblog-title.-author:focus,
.amblog-title.-author:focus,
.amblog-content .amblog-title.-author:active,
.amblog-title.-author:active {
  text-decoration: none;
}
.amblog-post-title {
  line-height: 2.8rem;
  padding: 0;
}
.amblog-post-title .post-title,
.amblog-post-title .post-title:active,
.amblog-post-title .post-title:visited {
  color: #1a1a1a;
}
.amblog-post-title .post-title:hover {
  color: #1979c2;
}
.ampost-link {
  font-weight: 700;
}
.ampost-link,
.ampost-link:active,
.ampost-link:visited {
  color: #1979c2;
  text-decoration: none;
}
.ampost-link:hover {
  color: #135d95;
}
.mobile-block .amblog-title:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAyMCAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuODc2NTYgMC40NTQxMDNMMC45MDkwNTggOC44MDA1NkwyLjM0ODc5IDEwLjI1NzNMOS44NzY1NiAzLjI0OTM4TDE3LjY1MTEgMTAuNDU0MUwxOS4wOTA5IDkuMDM2NzhMMTAuNDExMyAwLjkyNjU0NEw5Ljg3NjU2IDAuNDU0MTAzWiIgZmlsbD0iI0M3QzdDNyIvPgo8L3N2Zz4K);
  content: '';
  cursor: pointer;
  display: block;
  height: 12px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(-180deg);
  width: 20px;
}
.mobile-block .amblog-title.-active:before {
  transform: translateY(-50%) rotate(0);
}
.amblog-swipe {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjQwIiBoZWlnaHQ9IjQwIiByeD0iMjAiIGZpbGw9IiMxOTc5QzIiLz4KPHJlY3QgeD0iMTEiIHk9IjExIiB3aWR0aD0iOCIgaGVpZ2h0PSI4IiByeD0iMSIgZmlsbD0iI0ZBRkFGQSIvPgo8cmVjdCB4PSIyMSIgeT0iMTEiIHdpZHRoPSI4IiBoZWlnaHQ9IjgiIHJ4PSIxIiBmaWxsPSIjRkFGQUZBIi8+CjxyZWN0IHg9IjExIiB5PSIyMSIgd2lkdGg9IjgiIGhlaWdodD0iOCIgcng9IjEiIGZpbGw9IiNGQUZBRkEiLz4KPHJlY3QgeD0iMjEiIHk9IjIxIiB3aWR0aD0iOCIgaGVpZ2h0PSI4IiByeD0iMSIgZmlsbD0iI0ZBRkFGQSIvPgo8L3N2Zz4K);
  border-radius: 50%;
  box-shadow: 0 4px 8px rgba(0, 98, 176, 0.2);
  cursor: pointer;
  height: 40px;
  margin-bottom: 15px;
  max-width: 40px;
  min-width: 40px;
  transition: all 0.5s 0.3s ease-in-out;
  width: 40px;
}
.amblog-element-block:not(.widget) > div:not(.amblog-overlay),
.amblog-element-block.widget,
.amblog-grid-list .list-item,
.amblog-post-container,
.amblog-tags.amblog-widget-container,
.amblog-post-container .amblog-widget-container:not(.widget) > div:not(.amblog-overlay),
.amblog-post-container .amblog-widget-container.widget,
.amblog-grid-list .slick-slide .amblog-item,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container:not(.widget) > div:not(.amblog-overlay),
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container.widget {
  background: #ffffff;
  border-radius: 6px;
  box-shadow: 0 2px 4px rgba(84, 95, 125, 0.12), 0 5px 8px rgba(155, 159, 174, 0.1);
  margin-bottom: 20px;
}
.amblog-list {
  list-style: none;
  margin: 0;
  padding: 0 25px 25px;
  /* stylelint-disable-line */
}
.amblog-list.-tags {
  padding-bottom: 15px;
}
.amblog-list .post-title.amblog-headline {
  font-size: 1.4rem;
}
.mobile-block.amblog-element-block,
.mobile-block.amblog-post-container .amblog-widget-container,
.mobile-block.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container {
  margin: 20px;
}
.amblog-social-container {
  list-style-type: none;
  padding: 0;
}
.page-wrapper .amblog-slider-container.page-bottom {
  box-sizing: border-box;
  width: 100%;
}
.amblog-author-info .amblog-content {
  word-break: break-word;
  word-wrap: break-word;
  padding: 25px 25px calc(25px - 10px);
  text-align: center;
}
.ie11 .amblog-author-info .amblog-content {
  word-break: break-all;
}
.amblog-author-info .amblog-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 100%;
  width: 100%;
}
.amblog-author-info .amblog-name {
  color: #333333;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 3.3rem;
  margin: 0;
}
.amblog-author-info .amblog-job {
  color: #707070;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.9rem;
  margin: 5px 0 0;
}
.amblog-author-info .amblog-description {
  color: #333333;
  font-size: 1.4rem;
  line-height: 1.9rem;
  margin: 25px 0 0;
  text-align: center;
}
.amblog-author-info .amblog-image-wrapper {
  align-items: center;
  background-position: center;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  height: 100px;
  justify-content: center;
  margin: 0 auto 25px;
  min-width: 100px;
  overflow: hidden;
  width: 100px;
}
.amblog-author-info .amblog-image-wrapper.-placeholder {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIwIiBoZWlnaHQ9IjEyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48bWFzayBpZD0iYSIgbWFza1VuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeD0iMCIgeT0iMCIgd2lkdGg9IjEyMCIgaGVpZ2h0PSIxMjAiPjxjaXJjbGUgY3g9IjYwIiBjeT0iNjAiIHI9IjYwIiBmaWxsPSIjQUFBIi8+PC9tYXNrPjxnIG1hc2s9InVybCgjYSkiIGZpbGw9IiNEN0Q5REQiPjxwYXRoIGQ9Ik02MC4wMDYgMzJjLTEzLjcyNSAwLTI0Ljk0NSAxMS4yMS0yNC45NDUgMjQuOTI1IDAgMTMuNzE0IDExLjIyIDI0LjkyNSAyNC45NDUgMjQuOTI1czI0Ljk0NS0xMS4yMSAyNC45NDUtMjQuOTI1Qzg0Ljk1MSA0My4yMTEgNzMuNzMxIDMyIDYwLjAwNiAzMnpNMTAyLjgxNiAxMDEuNzdjLS42NTMtMS42MzMtMS41MjUtMy4xNTYtMi41MDUtNC41NzItNS4wMTEtNy40LTEyLjc0NS0xMi4yOTktMjEuNDYtMTMuNDk2LTEuMDg4LS4xMDktMi4yODcuMTA5LTMuMTU4Ljc2Mi00LjU3NSAzLjM3NC0xMC4wMjIgNS4xMTUtMTUuNjg2IDUuMTE1LTUuNjY1IDAtMTEuMTExLTEuNzQxLTE1LjY4Ni01LjExNS0uODcyLS42NTMtMi4wNy0uOTgtMy4xNi0uNzYyYTMwLjc4NCAzMC43ODQgMCAwMC0yMS40NTggMTMuNDk2Yy0uOTggMS40MTYtMS44NTIgMy4wNDgtMi41MDYgNC41NzItLjMyNi42NTMtLjIxOCAxLjQxNS4xMSAyLjA2OC44NyAxLjUyNCAxLjk2IDMuMDQ4IDIuOTQgNC4zNTRhNDEuNDE4IDQxLjQxOCAwIDAwNS4wMTEgNS42NmMxLjUyNSAxLjUyMyAzLjI2OCAyLjkzOCA1LjAxIDQuMzUzIDguNjA2IDYuNDIyIDE4Ljk1NSA5Ljc5NiAyOS42MyA5Ljc5NnMyMS4wMjMtMy4zNzQgMjkuNjI5LTkuNzk2YTQ3Ljk1NyA0Ny45NTcgMCAwMDUuMDEtNC4zNTNjMS43NDQtMS43NDIgMy40ODYtMy41OTIgNS4wMTItNS42NiAxLjA4OS0xLjQxNSAyLjA2OS0yLjgzIDIuOTQxLTQuMzU0LjU0NC0uNjUzLjY1My0xLjQxNS4zMjYtMi4wNjh6Ii8+PC9nPjwvc3ZnPg==');
  background-size: contain;
}
.amblog-author-avatar {
  background: #f4f6f8 center / 100px no-repeat;
  border: 2px solid #ffffff;
  border-radius: 50%;
  margin-right: 10px;
  overflow: hidden;
}
.amblog-author-avatar.-small {
  height: 25px;
  width: 25px;
}
.amblog-author-info .amblog-social-container,
.amblog-element-block[data-set='sidebar-author'] .amblog-author-info .amblog-social-container,
.amblog-item[data-set='content-author'] .amblog-author-info .amblog-social-container,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-author-info .amblog-social-container,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-author-info .amblog-social-container {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 25px 0 0;
}
.amblog-author-info .amblog-social-container .amblog-icon {
  margin: 0 5px 5px;
}
.amblog-index-author .amblog-swipe.-left,
.amblog-index-author .amblog-swipe.-right {
  top: 0;
}
.amblog-index-author .page-title-wrapper .page-title {
  color: #333333;
  font-size: 3.5rem;
  font-weight: 600;
  letter-spacing: -.025em;
  line-height: 4.8rem;
}
.amblog-index-author .amblog-article-title {
  display: none;
}
.amblog-main-content .amblog-author-info .amblog-title {
  display: none;
}
.right .amblog-element-block[data-set='sidebar-author'],
.left .amblog-element-block[data-set='sidebar-author'],
.right .amblog-post-container .amblog-widget-container[data-set='sidebar-author'],
.left .amblog-post-container .amblog-widget-container[data-set='sidebar-author'],
.right .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'],
.left .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] {
  padding: 0;
}
.amblog-search-block .amblog-content {
  align-items: center;
  display: flex;
}
.amblog-search-block .amblog-content > * {
  margin: auto;
}
.amblog-button {
  word-break: break-word;
  word-wrap: break-word;
  align-items: center;
  box-shadow: none;
  box-sizing: border-box;
  color: #1979c2;
  display: inline-flex;
  font-weight: 700;
  justify-content: center;
  outline: none;
}
.ie11 .amblog-button {
  word-break: break-all;
}
.amblog-button:hover,
.amblog-button:focus {
  color: #135d95;
}
.amblog-button:focus > .amblog-icon,
.amblog-button:hover > .amblog-icon {
  fill: #135d95;
}
.amblog-button:not(.primary),
.amblog-button:not(.primary):active {
  box-shadow: none;
}
.amblog-button.-clear {
  background: none;
  border: none;
  padding: 0;
}
.amblog-button > .amblog-icon {
  fill: #1979c2;
  margin-right: 10px;
}
.amblog-button:not(.-toggle) > .amblog-icon {
  margin-right: 15px;
}
.amblog-button.-toggle {
  line-height: 1.1;
}
.amblog-button.-toggle .amblog-icon {
  fill: #85c1ef;
  height: 15px;
  position: relative;
  width: 15px;
}
.amblog-button.-toggle.-empty {
  color: #888888;
  pointer-events: none;
}
.amblog-button.-toggle.-empty .amblog-icon {
  fill: #d9d9d9;
}
.amblog-button > .amblog-count:not(:empty) {
  padding-right: 5px;
}
.amblog-link-btn {
  background: none;
  border: none;
  color: #1979c2;
  font-size: 1.6rem;
  font-weight: 700;
  margin: 20px 0 0 25px;
  padding: 0;
}
button.amblog-link-btn:hover,
button.amblog-link-btn:focus,
.amblog-link-btn:active,
.amblog-link-btn:focus,
.amblog-link-btn:hover,
.cart.table-wrapper .actions-toolbar > .action.amblog-link-btn:hover,
.cart.table-wrapper .actions-toolbar > .action.amblog-link-btn:focus,
.action-gift.amblog-link-btn:hover,
.action-gift.amblog-link-btn:focus {
  background: none;
  border: none;
  color: #135d95;
}
button.amblog-link-btn,
.amblog-link-btn,
.cart.table-wrapper .actions-toolbar > .action.amblog-link-btn,
.action-gift.amblog-link-btn {
  box-shadow: none;
}
.amblog-comments-container .amblog-comment.-highlighted {
  background-color: #f5f9ff;
  outline: 5px solid #f5f9ff;
}
.amblog-comments-container .amblog-comment.-highlighted.-classic {
  background-color: #f5f9ff;
  outline-color: #f5f9ff;
}
.amblog-comments-container .amblog-comment.-highlighted.-red {
  background-color: #fef4f4;
  outline-color: #fef4f4;
}
.amblog-comments-container .amblog-comment.-highlighted.-green {
  background-color: #ebf7ec;
  outline-color: #ebf7ec;
}
.amblog-comments-container .amblog-comment.-highlighted.-blue {
  background-color: #eff1fa;
  outline-color: #eff1fa;
}
.amblog-comments-container .amblog-comment.-highlighted.-grey {
  background-color: #f8f8f8;
  outline-color: #f8f8f8;
}
.amblog-comments-container .amblog-comment.-highlighted.-purple {
  background-color: #fbf3fc;
  outline-color: #fbf3fc;
}
.amblog-element-block .amblog-item.-comment .amblog-comment,
.amblog-post-container .amblog-widget-container .amblog-item.-comment .amblog-comment,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-item.-comment .amblog-comment {
  font-style: italic;
}
.amblog-element-block .amblog-item.-comment .amblog-headline,
.amblog-post-container .amblog-widget-container .amblog-item.-comment .amblog-headline,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-item.-comment .amblog-headline {
  font-size: 1.4rem;
}
.amblog-comments-container {
  margin: 50px 25px 0;
  padding-bottom: 5px;
}
.amblog-comments-container .amblog-comment {
  margin-bottom: 25px;
}
.amblog-comments-container .amblog-comment:last-child {
  margin-bottom: 0;
}
.amblog-no-comments .amblog-ref {
  color: #707070;
}
.amblog-replies-block.-level-top > .amblog-comment,
.amblog-replies-block.-level-top > .amblog-comment-reply,
.amblog-comments-action .amblog-replies,
.amblog-comments-container .amblog-replies,
.amblog-replies-block > .amblog-replies:not(:empty) {
  border-left: 1px solid #e9e9e9;
  margin: 25px 0 0;
  padding-left: 15px;
}
.amblog-comment-content .amblog-author {
  display: inline-block;
  margin: 0 20px 0 0;
  padding-left: 0;
  position: relative;
}
.amblog-comment-content .amblog-header {
  margin-bottom: 10px;
}
.amblog-comment-content .amblog-date,
.amblog-comment-content .amblog-views,
.amblog-comment-content .amblog-minread {
  color: #707070;
  display: inline-block;
  font-size: 1.2rem;
  margin-top: 10px;
  position: relative;
}
.amblog-comment-content .amblog-willapprove {
  word-break: break-word;
  word-wrap: break-word;
  background: #fff3e0;
  border-radius: 4px;
  color: #f57c00;
  margin-top: 15px;
  padding: 0 10px;
}
.ie11 .amblog-comment-content .amblog-willapprove {
  word-break: break-all;
}
.amblog-comment-content .amblog-reply {
  align-items: center;
  display: flex;
  margin-top: 15px;
}
.amblog-comment-content .amblog-button {
  font-size: 1.4rem;
}
.amblog-comments-wrapper > .amblog-comment.-level-top {
  margin: 50px 25px -25px;
}
.amblog-comments-action {
  border: none;
  margin: 0 25px 25px;
}
.amblog-comments-action > .amblog-comment {
  margin-bottom: 60px;
}
.amblog-comments-action .amblog-button.-toggle {
  display: none;
}
.amblog-comment-reply {
  margin: 30px 0;
}
.amblog-comment-reply .amblog-button.-toggle {
  display: none;
}
.amblog-form-head {
  margin-bottom: 15px;
}
.amblog-secondary-title {
  color: #1a1a1a;
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.amblog-head-note {
  color: #707070;
  font-size: 1.2rem;
}
.amblog-comments-block:not(.-loaded) .amblog-reply {
  opacity: .5;
  pointer-events: none;
  user-select: none;
}
.amblog-comments-block:not(.-loaded) .amblog-reply .amblog-button.-toggle {
  display: none;
}
.amblog-replies-block > .amblog-replies:not(.-active) {
  display: none;
}
.amblog-replies-block.-level-top > .amblog-comment,
.amblog-replies-block.-level-top > .amblog-comment-reply,
.amblog-replies-block > .amblog-replies:not(:empty) {
  margin: 25px 0 0;
}
.amblog-reply .amblog-button.-toggle {
  margin-left: 30px;
  position: relative;
}
.amblog-replies-block {
  margin-top: 25px;
}
.amblog-replies-block .amblog-replies.deep-reply,
.amblog-replies-block .amblog-replies.deep-reply .amblog-comment-reply {
  border: none;
  padding: 0;
}
.amblog-form-comment {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
.amblog-form-comment .amblog-svg.comment {
  left: 0;
  position: absolute;
  top: -40px;
}
.amblog-form-comment .amblog-fieldset {
  border: none;
  margin: 0;
  min-inline-size: initial;
  padding: 0;
}
.amblog-form-comment .amblog-customer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.amblog-form-comment .amblog-customer.-hidden {
  display: none;
}
.amblog-form-comment .amblog-wrapper {
  margin-top: 15px;
}
.amblog-form-comment .amblog-input {
  background-color: #ffffff;
  padding-left: 15px;
}
.amblog-form-comment .amblog-input.-name,
.amblog-form-comment .amblog-input.-email {
  max-height: 40px;
}
.amblog-form-comment .amblog-input.-textarea {
  height: 100px;
  margin-bottom: 0;
}
.amblog-form-comment .amblog-gdprtext {
  margin-top: 20px;
  position: relative;
}
.amblog-form-comment .amblog-gdprtext .amblog-label {
  word-break: break-word;
  word-wrap: break-word;
  word-wrap: anywhere;
}
.ie11 .amblog-form-comment .amblog-gdprtext .amblog-label {
  word-break: break-all;
}
.amblog-form-comment .amblog-input.-gdpr {
  height: 13px;
  top: 2px;
  width: auto;
}
.amblog-form-comment .mage-error {
  margin-bottom: 0;
}
.amblog-form-comment .amblog-btn {
  background: #1979c2;
  border: none;
  border-radius: 3px;
  box-shadow: none;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 700;
  margin-top: 20px;
  padding: 12px 0;
  width: 100%;
}
.amblog-form-comment .amblog-btn:hover {
  background: #185eaf;
}
.amblog-tabs-block.-title {
  border-bottom: 1px solid #d1d1d1;
  display: flex;
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
}
.amblog-tabs-block.-title .amblog-item {
  word-break: break-word;
  word-wrap: break-word;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  font-size: 18px;
  margin: 0;
  padding: 0 10px 12px;
  text-transform: capitalize;
  transform: translateY(1px);
  transition: border .1s;
}
.ie11 .amblog-tabs-block.-title .amblog-item {
  word-break: break-all;
}
.amblog-tabs-block.-title .amblog-item.-active {
  font-weight: 600;
}
.amblog-tabs-block.-title .amblog-item.-active {
  border-bottom-color: #4776f0;
}
.amblog-content-tab:not(.-active) {
  display: none;
}
.amblog-tabs-block.-block .amblog-list {
  list-style: none;
  padding: 0;
}
.amblog-tabs-block.-block .amblog-list.-active {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.amblog-content-tab .amblog-post-block {
  display: flex;
}
.amblog-content-tab .amblog-post-block:not(:first-child) {
  margin-top: 20px;
}
.amblog-content-tab .amblog-post-block .amblog-link {
  display: block;
}
.amblog-content-tab .amblog-post-block .amblog-image-wrapper {
  align-items: center;
  background: #f4f6f8 center / 50px no-repeat;
  box-sizing: border-box;
  display: flex;
  height: 100px;
  justify-content: center;
  margin-right: 20px;
  min-width: 100px;
  overflow: hidden;
  width: 100px;
}
.amblog-content-tab .amblog-post-block .amblog-image-wrapper.-placeholder {
  background-image: url('data:image/svg+xml;base64, PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iNTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwKSIgZmlsbD0iI0Q3RDlERCI+PHBhdGggZD0iTTM3LjIzNyAyMy4xOGMtMi4zMjEgMS4xMDUtNC4yMTQgNC40NjItNi40MjggMi4yNDctMS4zNDUtMS40Ni0yLjk0Mi0zLjc4NC00Ljc3Ni02LjQxMi0xLjk4My0yLjgyNS00LjUxMS01LjI1NC03LjQ4Ni0yLjQ3OS0zLjMyMSAzLjEyNC01LjYwMiAxMS42LTUuOCAxNS45NjNsMzEuMzguMDFjLS43MTgtMi41NjMtMy41MDctMTAuOTQtNi44OS05LjMzek0zNy4wOSAxOC4yNThhMy44NTkgMy44NTkgMCAxMDAtNy43MTcgMy44NTkgMy44NTkgMCAwMDAgNy43MTd6Ii8+PHBhdGggZD0iTTQ4Ljg1MyA1LjU5NEg4LjAyM2MtLjYzMyAwLTEuMTQ4LjUxMy0xLjE0OCAxLjE0NnY1LjhIMS4xNDdDLjUxNCAxMi41NCAwIDEzLjA1NCAwIDEzLjY4N3YyOS41N2MwIC42MzQuNTE0IDEuMTQ3IDEuMTQ3IDEuMTQ3aDQwLjgzYy42MzMgMCAxLjE0OC0uNTE0IDEuMTQ4LTEuMTQ3di01Ljc5OWg1LjcyOGMuNjMzIDAgMS4xNDgtLjUxMyAxLjE0OC0xLjE0NlY2Ljc0Yy0uMDAxLS42MzItLjUxNi0xLjE0Ni0xLjE0OC0xLjE0NnptLTguODA3IDM1LjczMkgzLjA3OVYxNS42MmgzLjc5NnYxNy44NzJjLS41NzYgMi4yMjYtLjkzIDQuMzY1LTEuMDAzIDUuOTU2bDMxLjM4LjAxYTM2LjA4MiAzNi4wODIgMCAwMC0uNjMtMmgzLjQyNHYzLjg2OHptNi44NzUtNi45NDdIOS45NTRWOC42NzNoMzYuOTY3VjM0LjM4eiIvPjwvZz48ZGVmcz48Y2xpcFBhdGggaWQ9ImNsaXAwIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMCAwaDUwdjUwSDB6Ii8+PC9jbGlwUGF0aD48L2RlZnM+PC9zdmc+');
}
.amblog-content-tab .amblog-post-block .amblog-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 100%;
  width: 100%;
}
.amblog-content-tab .amblog-post-block .amblog-headline {
  color: #333333;
  display: block;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
}
.amblog-content-tab .amblog-post-block .amblog-date,
.amblog-content-tab .amblog-post-block .amblog-views,
.amblog-content-tab .amblog-post-block .amblog-minread {
  color: #707070;
  font-size: 14px;
  line-height: 19px;
  margin-top: 5px;
}
.amblog-content-tab {
  margin-bottom: 30px;
}
.amblog-content-tab > .pager {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.amblog-tag {
  background: #f5f5f5;
  word-break: break-word;
  word-wrap: break-word;
  border-radius: 80px;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 400;
  margin: 0 10px 10px 0;
  padding: 8px 15px;
  transition: none;
}
.ie11 .amblog-tag {
  word-break: break-all;
}
.amblog-tag:last-child {
  margin-right: 0;
}
.amblog-tag,
.amblog-tag:hover,
.amblog-tag:active,
.amblog-tag:visited {
  text-decoration: none;
}
.amblog-tag,
.amblog-tag:visited {
  color: #333333;
}
.amblog-tag:hover,
.amblog-tag:active {
  color: #ffffff;
}
.amblog-tag:hover {
  background: #1979c2;
}
.amblog-tag:active {
  background: #135d95;
}
.amblog-content .tags {
  margin-bottom: 10px;
}
.amblog-dates {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
}
.amblog-dates > .amblog-date,
.amblog-dates > .amblog-views,
.amblog-dates > .amblog-minread {
  display: block;
  margin-right: 25px;
  width: auto;
}
.amblog-date,
.amblog-views,
.amblog-minread {
  color: #707070;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 300;
  margin-right: 15px;
}
.amblog-grid-list .amblog-dates > .amblog-date,
.amblog-post-container .amblog-dates > .amblog-date,
.amblog-container-list .amblog-dates > .amblog-date,
.amblog-grid-list .amblog-dates > .amblog-views,
.amblog-post-container .amblog-dates > .amblog-views,
.amblog-container-list .amblog-dates > .amblog-views,
.amblog-grid-list .amblog-dates > .amblog-minread,
.amblog-post-container .amblog-dates > .amblog-minread,
.amblog-container-list .amblog-dates > .amblog-minread,
.amblog-grid-list .slick-slide .amblog-item .amblog-dates > .amblog-date,
.amblog-grid-list .slick-slide .amblog-item .amblog-dates > .amblog-views,
.amblog-grid-list .slick-slide .amblog-item .amblog-dates > .amblog-minread,
.amblog-grid-list .amblog-dates > .amblog-views,
.amblog-post-container .amblog-dates > .amblog-views,
.amblog-container-list .amblog-dates > .amblog-views,
.amblog-grid-list .amblog-dates > .amblog-minread,
.amblog-post-container .amblog-dates > .amblog-minread,
.amblog-container-list .amblog-dates > .amblog-minread {
  margin-bottom: 10px;
  margin-top: 0;
}
.amblog-grid-list .amblog-dates > *:last-child,
.amblog-post-container .amblog-dates > *:last-child,
.amblog-container-list .amblog-dates > *:last-child,
.amblog-grid-list .slick-slide .amblog-item .amblog-dates > *:last-child {
  margin-bottom: 20px;
}
.amblog-element-block .amblog-date,
.amblog-post-container .amblog-widget-container .amblog-date,
.amblog-element-block .amblog-views,
.amblog-element-block .amblog-minread,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-date {
  margin-top: 10px;
}
.amblog-element-block .amblog-date.-post,
.amblog-post-container .amblog-widget-container .amblog-date.-post,
.amblog-element-block .amblog-views.-post,
.amblog-element-block .amblog-minread.-post,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-date.-post {
  margin-top: 5px;
}
.amblog-element-block .amblog-date.-comment,
.amblog-post-container .amblog-widget-container .amblog-date.-comment,
.amblog-element-block .amblog-views.-comment,
.amblog-element-block .amblog-minread.-comment,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-date.-comment {
  margin: 10px 0;
}
.amblog-related-post .amblog-date,
.amblog-related-post .amblog-views,
.amblog-related-post .amblog-minread {
  color: #707070;
  display: block;
  margin-top: 15px;
}
.amblog-form-search.amblog-item {
  padding: 0 25px 25px;
}
.amblog-form-search .amblog-form-container {
  position: relative;
}
.amblog-form-search .amblog-input,
.amblog-form-comment .amblog-input {
  border: 1px solid #e5e5e5;
  color: #525252;
  border-radius: 3px;
  font-size: 1.4rem;
  height: 100%;
  padding: 11px 60px 11px 14px;
  width: 100%;
}
.amblog-form-search .amblog-input:hover,
.amblog-form-comment .amblog-input:hover {
  border-color: #b3b3b3;
}
.amblog-form-search .amblog-input::-webkit-input-placeholder,
.amblog-form-search .amblog-input:-ms-input-placeholder,
.amblog-form-search .amblog-input::-moz-placeholder,
.amblog-form-comment .amblog-input::-webkit-input-placeholder,
.amblog-form-comment .amblog-input:-ms-input-placeholder,
.amblog-form-comment .amblog-input::-moz-placeholder {
  color: #707070;
}
.amblog-form-search .amblog-input:focus,
.amblog-form-comment .amblog-input:focus {
  border: 1px solid #499bf8;
  box-shadow: none;
}
.amblog-form-search .amblog-input:focus::-webkit-input-placeholder,
.amblog-form-search .amblog-input:focus::-moz-placeholder,
.amblog-form-search .amblog-input:focus:-ms-input-placeholder,
.amblog-form-comment .amblog-input:focus::-webkit-input-placeholder,
.amblog-form-comment .amblog-input:focus::-moz-placeholder,
.amblog-form-comment .amblog-input:focus:-ms-input-placeholder {
  color: transparent;
}
.amblog-loader.-search {
  display: none;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
}
.amblog-form-search .amblog-btn {
  background: url("../../frontend/Codazon/skc/en_US/Amasty_Blog/images/svg/loupe.svg");
  background-repeat: no-repeat;
  border: none;
  height: 16px;
  opacity: .5;
  padding: 0;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.3s ease-in-out;
  width: 16px;
}
.amblog-form-search .amblog-btn:hover {
  opacity: 1;
}
.amblog-form-search .amblog-input-wrapper {
  display: inline-block;
  width: 100%;
}
.amblog-field.-live-active ~ .amblog-btn,
.amblog-form-search.-live-process ~ .amblog-btn,
.amblog-field.-live-active .amblog-btn,
.amblog-form-search.-live-process .amblog-btn {
  opacity: .8;
}
.amblog-field.-live-active ~ .amblog-btn:hover,
.amblog-form-search.-live-process ~ .amblog-btn:hover,
.amblog-field.-live-active .amblog-btn:hover,
.amblog-form-search.-live-process .amblog-btn:hover {
  opacity: 1;
}
.amblog-form-search.-live-process .amblog-loader {
  display: block;
}
.amblog-search-suggest {
  background: #ffffff;
  border-radius: 3px;
  box-sizing: border-box;
  font-size: 1.4rem;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: calc(100% + 10px);
  width: 100%;
  z-index: 10;
}
.amblog-search-suggest.-live-active {
  border: 1px solid #b3b3b3;
}
.amblog-search-suggest > li {
  margin: 0;
  padding: 12px;
}
.amblog-search-suggest > li:not(:first-child) {
  border-top: 1px solid #e5e5e5;
}
.amblog-search-suggest .amblog-suggest-title {
  font-weight: 700;
  padding-bottom: 8px;
  pointer-events: none;
  text-transform: capitalize;
}
.amblog-search-suggest .amblog-suggest-title + .amblog-suggest {
  border-top: none;
}
.amblog-search-suggest .amblog-suggest:hover {
  background: #499bf8;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.amblog-search-suggest .amblog-suggest a {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-weight: 400;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: none;
}
.amblog-search-suggest .amblog-suggest a,
.amblog-search-suggest .amblog-suggest a:hover,
.amblog-search-suggest .amblog-suggest a:focus {
  color: inherit;
  text-decoration: none;
}
.amblog-post-container.list-item .amblog-footer,
.amblog-grid-list .slick-slide .amblog-item.list-item .amblog-footer {
  align-items: flex-start;
  flex-direction: column;
}
.amblog-post-container.list-item .amblog-footer .amblog-wrap,
.amblog-grid-list .slick-slide .amblog-item.list-item .amblog-footer .amblog-wrap {
  margin-bottom: 20px;
}
.amblog-post-container .post-image,
.amblog-grid-list .slick-slide .amblog-item .post-image {
  display: block;
  margin-bottom: 25px;
}
.amblog-post-container .amblog-helpful-wrap,
.amblog-post-container .amblog-post-title,
.amblog-grid-list .slick-slide .amblog-item .amblog-helpful-wrap,
.amblog-grid-list .slick-slide .amblog-item .amblog-post-title {
  margin-bottom: 20px;
}
.amblog-post-container .amblog-read,
.amblog-grid-list .slick-slide .amblog-item .amblog-read {
  background: #1979c2;
  border-color: transparent;
  border-radius: 3px;
  box-sizing: border-box;
  color: #ffffff;
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.8rem;
  padding: 12px 30px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  margin-bottom: 25px;
}
.amblog-post-container .amblog-read:hover,
.amblog-grid-list .slick-slide .amblog-item .amblog-read:hover {
  background: #135d95;
  color: #ffffff;
  text-decoration: none;
}
.amblog-post-container .amblog-read:active,
.amblog-grid-list .slick-slide .amblog-item .amblog-read:active {
  background: #0d4168;
  color: #ffffff;
  text-decoration: none;
}
.amblog-post-container .amblog-helpful-wrap,
.amblog-grid-list .slick-slide .amblog-item .amblog-helpful-wrap {
  display: flex;
  margin-top: 20px;
  padding: 0;
}
.amblog-post-container .amblog-content,
.amblog-grid-list .slick-slide .amblog-item .amblog-content {
  overflow-x: auto;
}
.amblog-post-container.-post-page .amblog-footer,
.amblog-grid-list .slick-slide .amblog-item.-post-page .amblog-footer {
  align-items: flex-start;
  flex-direction: column;
}
.amblog-post-container.-post-page .tags,
.amblog-grid-list .slick-slide .amblog-item.-post-page .tags {
  margin-bottom: 10px;
}
.amblog-post-container.-post-page .amblog-features,
.amblog-grid-list .slick-slide .amblog-item.-post-page .amblog-features {
  margin-bottom: 20px;
}
.amblog-post-container.-post-page .amblog-features + .amblog-helpful-wrap,
.amblog-grid-list .slick-slide .amblog-item.-post-page .amblog-features + .amblog-helpful-wrap {
  margin-top: 0;
}
.amblog-post-container .amblog-bottom,
.amblog-grid-list .slick-slide .amblog-item .amblog-bottom {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: baseline;
  -ms-align-items: baseline;
  align-items: baseline;
  flex-wrap: wrap;
  margin-top: 20px;
}
.amblog-post-container .amblog-bottom > *,
.amblog-grid-list .slick-slide .amblog-item .amblog-bottom > * {
  margin-bottom: 10px;
}
.amblog-post-container .amblog-image,
.amblog-grid-list .slick-slide .amblog-item .amblog-image {
  border-radius: 4px;
}
.amblog-post-container .amblog-widget-container,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container {
  margin: 20px -15px;
}
.amblog-post-container .amblog-headline,
.amblog-grid-list .slick-slide .amblog-item .amblog-headline {
  color: #333333;
}
.amblog-post-container .amblog-headline:hover,
.amblog-grid-list .slick-slide .amblog-item .amblog-headline:hover {
  color: #1979c2;
  text-decoration: none;
}
.amblog-post-container .amblog-shot,
.amblog-grid-list .slick-slide .amblog-item .amblog-shot {
  color: #333333;
  font-size: 1.4rem;
  line-height: 1.9rem;
}
.amblog-post-container .amblog-shot > p,
.amblog-post-container .amblog-content > p,
.amblog-grid-list .slick-slide .amblog-item .amblog-shot > p,
.amblog-grid-list .slick-slide .amblog-item .amblog-content > p {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .amblog-post-container .amblog-shot > p,
.ie11 .amblog-post-container .amblog-content > p,
.ie11 .amblog-grid-list .slick-slide .amblog-item .amblog-shot > p,
.ie11 .amblog-grid-list .slick-slide .amblog-item .amblog-content > p {
  word-break: break-all;
}
.amblog-post-container .amblog-features,
.amblog-grid-list .slick-slide .amblog-item .amblog-features {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.amblog-post-container .amblog-features.-post,
.amblog-grid-list .slick-slide .amblog-item .amblog-features.-post {
  padding: 15px 15px 20px;
}
.amblog-post-container .amblog-item,
.amblog-grid-list .slick-slide .amblog-item .amblog-item {
  margin: 0 30px 0 0;
}
.amblog-post-container .amblog-category,
.amblog-post-container .amblog-item.-author-posts,
.amblog-grid-list .slick-slide .amblog-item .amblog-category,
.amblog-grid-list .slick-slide .amblog-item .amblog-item.-author-posts {
  color: #333333;
  word-break: break-word;
  word-wrap: break-word;
  font-size: 1.4rem;
  line-height: 25px;
  margin: 5px 30px 5px 0;
}
.ie11 .amblog-post-container .amblog-category,
.ie11 .amblog-post-container .amblog-item.-author-posts,
.ie11 .amblog-grid-list .slick-slide .amblog-item .amblog-category,
.ie11 .amblog-grid-list .slick-slide .amblog-item .amblog-item.-author-posts {
  word-break: break-all;
}
.amblog-post-container .amblog-arrow,
.amblog-grid-list .slick-slide .amblog-item .amblog-arrow {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE1LjY5NyA1LjM2M2wtNS4xMjYtNS4xYS44ODYuODg2IDAgMCAwLTEuMjYgMCAuODc1Ljg3NSAwIDAgMCAwIDEuMjU0bDMuNjEzIDMuNTk1SC44OTFBLjg5NC44OTQgMCAwIDAgMCA1Ljk5OGMwIC40ODUuNDAzLjg4Ni44OS44ODZoMTIuMDE4TDkuMzEgMTAuNDc5YS44NzUuODc1IDAgMCAwIDAgMS4yNTQuOTIuOTIgMCAwIDAgLjYzOS4yNjcuODguODggMCAwIDAgLjYzOC0uMjY4bDUuMTQzLTUuMTE1QS45MTEuOTExIDAgMCAwIDE2IDUuOThhMS4xMzQgMS4xMzQgMCAwIDAtLjMwMy0uNjE4eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==);
  display: inline-block;
  height: 12px;
  margin-left: 10px;
  width: 16px;
}
.amblog-post-container .amblog-features.-post .amblog-item,
.amblog-grid-list .slick-slide .amblog-item .amblog-features.-post .amblog-item {
  padding: 0;
}
.amblog-post-container .amblog-widget-container,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container {
  background: #fafafa;
  border: none;
  padding-bottom: 25px;
}
.amblog-post-container .amblog-widget-container .amblog-list,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-list {
  border: 1px solid #e9e9e9;
  background: #ffffff;
  border-radius: 4px;
  margin: 0 20px 0;
}
.amblog-post-container .amblog-widget-container.-post,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container.-post {
  padding-bottom: 10px;
}
.amblog-post-container .amblog-widget-container.-post .amblog-list,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container.-post .amblog-list {
  background: inherit;
  border: none;
}
.amblog-post-container .amblog-widget-container.-categories .amblog-category,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container.-categories .amblog-category {
  margin-right: 0;
}
.amblog-index-post .columns .amblog-element-block .am-powered-by,
.amblog-index-post .columns .amblog-post-container .amblog-widget-container .am-powered-by,
.amblog-index-post .columns .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .am-powered-by {
  background: none;
  box-shadow: none;
  color: #888888;
  font-size: 1.2rem;
  margin-bottom: 0;
  margin-top: 3rem;
}
.amblog-index-post .columns .amblog-element-block .am-powered-by.hidden,
.amblog-index-post .columns .amblog-post-container .amblog-widget-container .am-powered-by.hidden,
.amblog-index-post .columns .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .am-powered-by.hidden {
  display: none !important;
}
.amblog-grid-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.amblog-grid-list .slick-slide .amblog-item {
  width: 100%;
}
.amblog-grid-list .slick-slide .amblog-item {
  box-sizing: border-box;
}
.amblog-grid-list .amblog-item.-comments {
  white-space: nowrap;
}
.amblog-grid-list .image {
  border-radius: 4px;
}
.amblog-grid-list .product-item-link {
  color: #333333;
  line-height: 1.9rem;
  margin: 5px 0 0;
}
.amblog-grid-list .amblog-features {
  margin-bottom: 5px;
}
.amblog-grid-list .amblog-post-container,
.amblog-grid-list .amblog-grid-list .slick-slide .amblog-item {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.amblog-post-container .amblog-tags,
.amblog-grid-list .amblog-tags,
.amblog-grid-list .slick-slide .amblog-item .amblog-tags {
  padding: 20px 25px 10px;
}
.amblog-post-container .amblog-content,
.amblog-grid-list .amblog-content,
.amblog-grid-list .slick-slide .amblog-item .amblog-content {
  padding: 25px;
}
.amblog-post-container .amblog-tags + .amblog-content,
.amblog-grid-list .amblog-tags + .amblog-content,
.amblog-post-container .post-image + .amblog-content,
.amblog-grid-list .post-image + .amblog-content,
.amblog-grid-list .slick-slide .amblog-item .amblog-tags + .amblog-content,
.amblog-grid-list .slick-slide .amblog-item .post-image + .amblog-content {
  padding-top: 0;
}
.amblog-footer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 25px;
}
.amblog-wrap > .amblog-no-comments,
.amblog-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.amblog-posted-in {
  padding-right: 4px;
}
.amblog-features .amblog-wrap {
  margin-bottom: 20px;
  margin-right: 30px;
}
.amblog-features .amblog-ref:not(:last-child):after {
  content: ', ';
  padding-right: 4px;
}
.amblog-post-list .post-items {
  margin-bottom: 0;
}
.amblog-post-list .post-items:not(.slick-slider) .post-title {
  display: block;
  margin-bottom: 10px;
}
.amblog-post-list .post-image {
  display: block;
  margin-bottom: 10px;
}
.amblog-post-list .post-title {
  color: #333333;
  display: flex;
  font-weight: 700;
  margin-bottom: 10px;
}
.amblog-post-list .short-description {
  font-size: 1.4rem;
  font-style: italic;
  flex-grow: 2;
  line-height: 1.9rem;
  margin-bottom: 5px;
}
.amblog-post-list .post-link {
  font-weight: 700;
}
.amblog-related-wrapper .slick-track,
.amblog-post-list .slick-track {
  display: flex;
  justify-content: center;
}
.amblog-related-wrapper .slick-slide,
.amblog-post-list .slick-slide {
  margin: 0 10px;
}
.amblog-related-wrapper .post-item-details,
.amblog-post-list .post-item-details {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .amblog-related-wrapper .post-item-details,
.ie11 .amblog-post-list .post-item-details {
  word-break: break-all;
}
.amblog-related-wrapper .slick-slider .slick-arrow.slick-next,
.amblog-post-list .slick-slider .slick-arrow.slick-next {
  right: -15px;
}
.amblog-related-wrapper .slick-slider .slick-arrow.slick-prev,
.amblog-post-list .slick-slider .slick-arrow.slick-prev {
  left: -15px;
}
.mobile-block .amblog-post-list .post-item-info:not(:last-of-type),
.sidebar .amblog-post-list .post-item-info:not(:last-of-type) {
  margin-bottom: 25px;
}
.widget.amblog-post-list .amblog-slick-slider.-am-loaded .post-item {
  display: flex !important;
}
.widget.amblog-post-list .slick-track {
  margin: 0 auto;
}
.widget.amblog-post-list .post-item,
.widget.amblog-post-list .post-item-details {
  display: flex;
  flex-direction: column;
}
.widget.amblog-post-list .post-item-details {
  flex-grow: 1;
  justify-content: space-between;
}
.widget.amblog-post-list .amblog-dates {
  margin-top: auto;
}
.post-item.-post-no-image .post-item-details {
  height: 100%;
  justify-content: center;
}
.post-item.-post-no-image .amblog-dates {
  margin-top: initial;
}
.amblog-form-newsletter.amblog-item {
  padding: 0 25px 25px;
}
.amblog-form-newsletter .amblog-form-container {
  position: relative;
}
.amblog-form-newsletter .amblog-input {
  border: 1px solid #e5e5e5;
  color: #525252;
  border-radius: 3px;
  font-size: 1.4rem;
  height: 100%;
  padding: 11px 60px 11px 14px;
  width: 100%;
}
.amblog-form-newsletter .amblog-input:hover {
  border-color: #b3b3b3;
}
.amblog-form-newsletter .amblog-input::-webkit-input-placeholder,
.amblog-form-newsletter .amblog-input:-ms-input-placeholder,
.amblog-form-newsletter .amblog-input::-moz-placeholder {
  color: #707070;
}
.amblog-form-newsletter .amblog-input:focus {
  border: 1px solid #499bf8;
  box-shadow: none;
}
.amblog-form-newsletter .amblog-input:focus::-webkit-input-placeholder,
.amblog-form-newsletter .amblog-input:focus::-moz-placeholder,
.amblog-form-newsletter .amblog-input:focus:-ms-input-placeholder {
  color: transparent;
}
.amblog-form-newsletter .amblog-btn {
  background: #1979c2;
  border-color: transparent;
  border-radius: 3px;
  box-sizing: border-box;
  color: #ffffff;
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.8rem;
  padding: 12px 30px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  border: none;
  max-width: 250px;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}
.amblog-form-newsletter .amblog-btn:hover {
  background: #135d95;
  color: #ffffff;
  text-decoration: none;
}
.amblog-form-newsletter .amblog-btn:active {
  background: #0d4168;
  color: #ffffff;
  text-decoration: none;
}
.amblog-form-newsletter .amblog-input {
  margin-right: 10px;
  padding-right: 10px;
}
.input-box.-newsletter {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.mobile-block .amblog-form-newsletter .input-box,
.sidebar .amblog-form-newsletter .input-box {
  flex-direction: column;
}
.mobile-block .amblog-form-newsletter .amblog-input,
.sidebar .amblog-form-newsletter .amblog-input {
  margin-bottom: 20px;
  margin-right: 0;
}
.mobile-block .amblog-form-newsletter .amblog-btn,
.sidebar .amblog-form-newsletter .amblog-btn,
.mobile-block .amblog-form-newsletter .amblog-input,
.sidebar .amblog-form-newsletter .amblog-input {
  max-width: 100%;
  width: 100%;
}
.mobile-block .amblog-form-newsletter .mage-error[generated='true'],
.sidebar .amblog-form-newsletter .mage-error[generated='true'] {
  margin-bottom: 10px;
  margin-top: -10px;
  order: 0;
  width: 100%;
  word-break: break-all;
}
.amblog-aside-right,
.amblog-aside-left {
  background: #ffffff;
  box-shadow: 0 4px 8px rgba(0, 98, 176, 0.1);
  display: none;
  height: calc(100% - 20px);
  overflow-y: scroll;
  padding-top: 20px;
  position: fixed;
  top: 0;
  width: 300px;
  z-index: 1000;
}
.amblog-aside-right.active,
.amblog-aside-left.active {
  display: block;
}
.amblog-aside-right .aside-title,
.amblog-aside-left .aside-title {
  margin: 20px 20px 40px;
  position: relative;
}
.amblog-aside-right .amblog-close,
.amblog-aside-left .amblog-close {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.amblog-aside-right .amblog-close:after,
.amblog-aside-left .amblog-close:after {
  background: url("../../frontend/Codazon/skc/en_US/Amasty_Blog/images/svg/close.svg");
  content: '';
  display: block;
  height: 18px;
  width: 18px;
}
.amblog-aside-right h3.amblog-title,
.amblog-aside-left h3.amblog-title {
  padding-right: 50px;
}
.amblog-aside-right {
  right: 0;
}
.amblog-aside-left {
  left: 0;
}
.amblog-views,
.amblog-minread {
  white-space: nowrap;
}
.amblog-search-titles {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.amblog-search-titles:not([role='tablist']) ~ .amblog-search-content {
  display: none;
}
.amblog-search-title {
  font-size: 1.4rem;
  text-align: center;
  text-transform: capitalize;
}
.amblog-search-items {
  margin-bottom: 40px;
}
.amblog-search-title.open {
  font-weight: 700;
}
.amblog-search-switch {
  display: block;
  padding: 12px 35px;
}
.amblog-search-switch,
.amblog-search-switch:active,
.amblog-search-switch:visited,
.amblog-search-switch:hover,
.amblog-search-switch:focus {
  color: #333333;
  text-decoration: none;
}
.amblog-slick-slider:not(.-am-loaded) {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0;
  min-height: 30px;
}
.amblog-slick-slider:not(.-am-loaded):after {
  content: '';
  display: block;
}
.amblog-slick-slider:not(.-am-loaded) > div,
.widget .amblog-slick-slider:not(.-am-loaded) > div {
  display: none;
}
.amblog-slick-slider.-am-loaded > div,
.widget .amblog-slick-slider.-am-loaded > div {
  display: flex;
}
.main .amblog-related-wrapper:not(.-related-products) {
  margin-bottom: 40px;
}
.main .amblog-related-wrapper:not(.-related-products) .amblog-related-grid {
  margin: 0;
  padding: 20px 10px;
}
.main .amblog-related-wrapper:not(.-related-products) .slick-list {
  margin: 0 10px;
  width: 100%;
}
.main .amblog-related-wrapper:not(.-related-products) .slick-list > .slick-track {
  margin-left: 0;
}
.main .amblog-related-wrapper:not(.-related-products) .slick-slide {
  margin: 0 7px;
  vertical-align: top;
}
.amblog-related-wrapper.-related-products {
  margin-bottom: 40px;
}
.amblog-related-wrapper.-related-products .amblog-item-product {
  box-sizing: border-box;
  margin: 0 10px;
}
.amblog-related-wrapper.-related-products .amblog-item-product .price-box {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: flex-end;
  margin: 0 0 10px;
}
.amblog-related-wrapper.-related-products .amblog-item-product .price-box > .price-box {
  margin-bottom: 0;
}
.amblog-related-wrapper.-related-products .slick-slider {
  justify-content: space-evenly;
  padding: 0;
}
.amblog-related-wrapper.-related-products .map-old-price,
.amblog-related-wrapper.-related-products .map-show-info {
  margin: 0;
}
.amblog-related-wrapper.-related-products .price-including-tax,
.amblog-related-wrapper.-related-products .price-excluding-tax {
  font-size: 1.4rem;
}
.amblog-related-wrapper.-related-products .price-from .price-container,
.amblog-related-wrapper.-related-products .price-to .price-container {
  display: block;
}
.amblog-related-wrapper.-related-products .product-item .old-price {
  margin: 5px 0 0;
}
.amblog-related-wrapper.-related-products .special-price {
  width: 100%;
}
.amblog-related-wrapper.-related-products .amblog-item-product .price-box .map-old-price {
  min-width: auto;
}
.amblog-related-wrapper.-related-products .product-item-details {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
}
.amblog-related-wrapper.-related-products .product-item-actions {
  margin-top: auto;
}
.amblog-related-wrapper.-related-products .amblog-slick-slider.slick-dotted {
  margin-bottom: 30px;
}
.amblog-related-wrapper.-related-products .amblog-slick-slider.-am-loaded .amblog-item-product {
  display: flex !important;
}
.amblog-related-wrapper.-related-products .amblog-slick-slider .slick-slide {
  vertical-align: inherit;
}
.amblog-related-wrapper.-related-products .amblog-slick-slider .amblog-item-product {
  flex-direction: column;
  margin: 0;
  padding: 0 9px;
}
.amblog-related-wrapper.-related-products .amblog-slick-slider .product-item-link {
  flex-grow: 1;
  margin-bottom: 10px;
}
.amblog-slick-slider.slick-slider .slick-dots {
  background: inherit;
  border: none;
  bottom: -25px;
}
.amblog-slick-slider.slick-slider .slick-dots > li[role='presentation'] {
  align-items: center;
  border: none;
  display: inline-flex;
  height: 6px;
  justify-content: center;
  margin: 0;
  padding: 5px;
  text-align: inherit;
  white-space: inherit;
  width: 6px;
}
.amblog-slick-slider.slick-slider .slick-dots > li[role='presentation']:hover,
.amblog-slick-slider.slick-slider .slick-dots > li[role='presentation'].selected {
  background: inherit;
}
.amblog-slick-slider.slick-slider .slick-dots > li[role='presentation']:hover button,
.amblog-slick-slider.slick-slider .slick-dots > li[role='presentation'].slick-active button,
.amblog-slick-slider.slick-slider .slick-dots > li[role='presentation']:hover .cart.table-wrapper .actions-toolbar > .action,
.amblog-slick-slider.slick-slider .slick-dots > li[role='presentation'].slick-active .cart.table-wrapper .actions-toolbar > .action,
.amblog-slick-slider.slick-slider .slick-dots > li[role='presentation']:hover .action-gift,
.amblog-slick-slider.slick-slider .slick-dots > li[role='presentation'].slick-active .action-gift {
  background: #ff5502;
  border: none;
}
.amblog-slick-slider.slick-slider .slick-dots > li[role='presentation'] button,
.amblog-slick-slider.slick-slider .slick-dots > li[role='presentation'] .cart.table-wrapper .actions-toolbar > .action,
.amblog-slick-slider.slick-slider .slick-dots > li[role='presentation'] .action-gift {
  border: 1px solid #575757;
  border-radius: 100%;
  box-sizing: border-box;
  height: 6px;
  padding: 0;
  width: 6px;
}
.amblog-slick-slider.slick-slider .slick-dots > li[role='presentation'] button:before,
.amblog-slick-slider.slick-slider .slick-dots > li[role='presentation'] .cart.table-wrapper .actions-toolbar > .action:before,
.amblog-slick-slider.slick-slider .slick-dots > li[role='presentation'] .action-gift:before {
  content: none;
}
.amblog-slick-slider.slick-slider .slick-arrow {
  background: #ffffff url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMTg5IDIuMDA5TDcuMTkgOS4wMS4yMzMgMTUuOTY4bDEuMTA4IDEuMTA5IDguMDQ0LTguMDQ0LTguMTEtOC4xMUwuMTg5IDIuMDA4eiIgZmlsbD0iIzU3NTg1NSIvPjwvc3ZnPg==') center no-repeat !important;
  border-radius: 0;
  height: 30px;
  width: 30px;
  z-index: 2;
}
.amblog-slick-slider.slick-slider .slick-arrow:before,
.amblog-slick-slider.slick-slider .slick-arrow:after {
  display: none;
}
.amblog-slick-slider.slick-slider .slick-arrow.slick-prev {
  transform: rotate(180deg) translate(0, 50%);
}
.amblog-slick-slider.slick-slider .slick-arrow:focus {
  box-shadow: 0 0 0.3rem 0.1rem #00699d;
}
.amblog-navigation-container {
  align-items: flex-start;
  background: #f9f9f9;
  border-radius: 0 0 5px 5px;
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
  padding: 25px;
  position: relative;
}
.amblog-navigation-container .amblog-navigation {
  display: flex;
  flex-direction: column;
  margin: 0 10px;
  max-width: 45%;
}
.amblog-navigation-container .amblog-navigation.-previous {
  margin-left: 30px;
}
.amblog-navigation-container .amblog-navigation.-previous > .amblog-title-link:before {
  content: '';
  left: 20px;
}
.amblog-navigation-container .amblog-navigation.-next {
  align-items: flex-end;
  margin-right: 30px;
}
.amblog-navigation-container .amblog-navigation.-next > .amblog-title-link {
  text-align: right;
}
.amblog-navigation-container .amblog-navigation.-next > .amblog-title-link:after {
  content: '';
  right: 20px;
  transform: translateY(-50%) rotate(180deg);
}
.amblog-navigation-container .amblog-navigation > .amblog-title-link {
  word-break: break-word;
  word-wrap: break-word;
  color: #333333;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.7rem;
  margin: 0;
  padding: 0;
  text-transform: initial;
}
.ie11 .amblog-navigation-container .amblog-navigation > .amblog-title-link {
  word-break: break-all;
}
.amblog-navigation-container .amblog-navigation > .amblog-title-link:before,
.amblog-navigation-container .amblog-navigation > .amblog-title-link:after {
  background-image: url("../../frontend/Codazon/skc/en_US/Amasty_Blog/images/svg/arrow-left.svg");
  height: 19px;
  min-width: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
}
.amblog-navigation-container .amblog-navigation > .amblog-date,
.amblog-navigation-container .amblog-navigation > .amblog-views,
.amblog-navigation-container .amblog-navigation > .amblog-minread {
  margin-top: 5px;
}
.amblog-navigation-container .amblog-navigation .amblog-navigation-label {
  color: #707070;
  font-size: 1.2rem;
  line-height: 1.6rem;
  margin-bottom: 5px;
}
.amblog-social-container .amblog-list,
.amblog-element-block[data-set='sidebar-author'] .amblog-list,
.amblog-item[data-set='content-author'] .amblog-list,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-list,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.amblog-social-container .amblog-icon,
.amblog-element-block[data-set='sidebar-author'] .amblog-icon,
.amblog-item[data-set='content-author'] .amblog-icon,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-icon,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-icon {
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #fafafa;
  border-radius: 50%;
  cursor: pointer;
  height: 40px;
  margin: 0 18px 18px 0;
  width: 40px;
}
.amblog-social-container .amblog-icon:hover,
.amblog-element-block[data-set='sidebar-author'] .amblog-icon:hover,
.amblog-item[data-set='content-author'] .amblog-icon:hover,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-icon:hover,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-icon:hover {
  filter: brightness(1.2);
}
.amblog-social-container .amblog-icon.-twitter,
.amblog-element-block[data-set='sidebar-author'] .amblog-icon.-twitter,
.amblog-item[data-set='content-author'] .amblog-icon.-twitter,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-twitter,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-twitter {
  background-image: url("../../frontend/Codazon/skc/en_US/Amasty_Blog/images/svg/twitter.svg");
}
.amblog-social-container .amblog-icon.-facebook,
.amblog-element-block[data-set='sidebar-author'] .amblog-icon.-facebook,
.amblog-item[data-set='content-author'] .amblog-icon.-facebook,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-facebook,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-facebook {
  background-image: url("../../frontend/Codazon/skc/en_US/Amasty_Blog/images/svg/facebook.svg");
}
.amblog-social-container .amblog-icon.-vkontakte,
.amblog-element-block[data-set='sidebar-author'] .amblog-icon.-vkontakte,
.amblog-item[data-set='content-author'] .amblog-icon.-vkontakte,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-vkontakte,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-vkontakte {
  background-image: url("../../frontend/Codazon/skc/en_US/Amasty_Blog/images/svg/vk.svg");
}
.amblog-social-container .amblog-icon.-digg,
.amblog-element-block[data-set='sidebar-author'] .amblog-icon.-digg,
.amblog-item[data-set='content-author'] .amblog-icon.-digg,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-digg,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-digg {
  background-image: url("../../frontend/Codazon/skc/en_US/Amasty_Blog/images/svg/digg.svg");
}
.amblog-social-container .amblog-icon.-pinterest,
.amblog-element-block[data-set='sidebar-author'] .amblog-icon.-pinterest,
.amblog-item[data-set='content-author'] .amblog-icon.-pinterest,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-pinterest,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-pinterest {
  background-image: url("../../frontend/Codazon/skc/en_US/Amasty_Blog/images/svg/pinterest.svg");
}
.amblog-social-container .amblog-icon.-blogger,
.amblog-element-block[data-set='sidebar-author'] .amblog-icon.-blogger,
.amblog-item[data-set='content-author'] .amblog-icon.-blogger,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-blogger,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-blogger {
  background-image: url("../../frontend/Codazon/skc/en_US/Amasty_Blog/images/svg/blogger.svg");
}
.amblog-social-container .amblog-icon.-linkedin,
.amblog-element-block[data-set='sidebar-author'] .amblog-icon.-linkedin,
.amblog-item[data-set='content-author'] .amblog-icon.-linkedin,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-linkedin,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-linkedin {
  background-image: url("../../frontend/Codazon/skc/en_US/Amasty_Blog/images/svg/linkedin.svg");
}
.amblog-social-container .amblog-icon.-tumblr,
.amblog-element-block[data-set='sidebar-author'] .amblog-icon.-tumblr,
.amblog-item[data-set='content-author'] .amblog-icon.-tumblr,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-tumblr,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-tumblr {
  background-image: url("../../frontend/Codazon/skc/en_US/Amasty_Blog/images/svg/tumblr.svg");
}
.amblog-social-container .amblog-icon.-reddit,
.amblog-element-block[data-set='sidebar-author'] .amblog-icon.-reddit,
.amblog-item[data-set='content-author'] .amblog-icon.-reddit,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-reddit,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-reddit {
  background-image: url("../../frontend/Codazon/skc/en_US/Amasty_Blog/images/svg/reddit.svg");
}
.amblog-social-container .amblog-icon.-slashdot,
.amblog-element-block[data-set='sidebar-author'] .amblog-icon.-slashdot,
.amblog-item[data-set='content-author'] .amblog-icon.-slashdot,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-slashdot,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-slashdot {
  background-image: url("../../frontend/Codazon/skc/en_US/Amasty_Blog/images/svg/slashdot.svg");
}
.amblog-social-container .amblog-icon.-odnoklassniki,
.amblog-element-block[data-set='sidebar-author'] .amblog-icon.-odnoklassniki,
.amblog-item[data-set='content-author'] .amblog-icon.-odnoklassniki,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-odnoklassniki,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-odnoklassniki {
  background-image: url("../../frontend/Codazon/skc/en_US/Amasty_Blog/images/svg/ok.svg");
}
.amblog-social-container .amblog-icon.-google,
.amblog-element-block[data-set='sidebar-author'] .amblog-icon.-google,
.amblog-item[data-set='content-author'] .amblog-icon.-google,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-google,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-google {
  background-image: url("../../frontend/Codazon/skc/en_US/Amasty_Blog/images/svg/google.svg");
}
.amblog-social-container .amblog-icon.-youtube,
.amblog-element-block[data-set='sidebar-author'] .amblog-icon.-youtube,
.amblog-item[data-set='content-author'] .amblog-icon.-youtube,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-youtube,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-youtube {
  background-image: url("../../frontend/Codazon/skc/en_US/Amasty_Blog/images/svg/youtube.svg");
}
.amblog-social-container .amblog-icon.-instagram,
.amblog-element-block[data-set='sidebar-author'] .amblog-icon.-instagram,
.amblog-item[data-set='content-author'] .amblog-icon.-instagram,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-instagram,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-instagram {
  background-image: url("../../frontend/Codazon/skc/en_US/Amasty_Blog/images/svg/instagram.svg");
}
.amblog-social-container .amblog-icon.-tiktok,
.amblog-element-block[data-set='sidebar-author'] .amblog-icon.-tiktok,
.amblog-item[data-set='content-author'] .amblog-icon.-tiktok,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-tiktok,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-tiktok {
  background-image: url("../../frontend/Codazon/skc/en_US/Amasty_Blog/images/svg/tiktok.svg");
}
.amblog-social-container .amblog-icon.-whatsapp,
.amblog-element-block[data-set='sidebar-author'] .amblog-icon.-whatsapp,
.amblog-item[data-set='content-author'] .amblog-icon.-whatsapp,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-whatsapp,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-whatsapp {
  background-image: url("../../frontend/Codazon/skc/en_US/Amasty_Blog/images/svg/whatsapp.svg");
}
.amblog-plus {
  align-items: center;
  cursor: pointer;
  display: inline-flex;
}
.amblog-plus .amblog-icon {
  -webkit-transition: all 0.3 ease;
  -moz-transition: all 0.3 ease;
  -ms-transition: all 0.3 ease;
  transition: all 0.3 ease;
  display: inline-flex;
  height: 18px;
  margin: 0 5px 0 10px;
  width: 20px;
}
.amblog-plus .amblog-count {
  color: #888888;
}
.amblog-plus .amblog-icon {
  background: url("../../frontend/Codazon/skc/en_US/Amasty_Blog/images/svg/like.svg");
}
.amblog-plus:hover .amblog-icon {
  background: url("../../frontend/Codazon/skc/en_US/Amasty_Blog/images/svg/like-hover.svg");
}
.amblog-plus.-voted .amblog-icon {
  background: url("../../frontend/Codazon/skc/en_US/Amasty_Blog/images/svg/like-active.svg");
}
.amblog-social {
  display: block;
  height: 100%;
  width: 100%;
}
.amblog-element-block .amblog-categories,
.amblog-post-container .amblog-widget-container .amblog-categories,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-categories {
  list-style: none;
  margin: 0;
  padding: 0;
}
.amblog-element-block .amblog-categories.-level1 .amblog-categories,
.amblog-post-container .amblog-widget-container .amblog-categories.-level1 .amblog-categories,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-categories.-level1 .amblog-categories {
  padding-left: 20px;
}
.amblog-element-block .amblog-categories .amblog-category-count,
.amblog-post-container .amblog-widget-container .amblog-categories .amblog-category-count,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-categories .amblog-category-count {
  color: #707070;
  font-weight: 400;
}
.amblog-element-block .amblog-categories .amblog-link,
.amblog-post-container .amblog-widget-container .amblog-categories .amblog-link,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-categories .amblog-link {
  font-size: 1.4rem;
  font-weight: 400;
}
.amblog-element-block .amblog-categories.-level1 > .amblog-category > .amblog-link,
.amblog-post-container .amblog-widget-container .amblog-categories.-level1 > .amblog-category > .amblog-link,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-categories.-level1 > .amblog-category > .amblog-link {
  font-weight: 700;
}
.amblog-element-block .amblog-categories.-level2 .amblog-category,
.amblog-post-container .amblog-widget-container .amblog-categories.-level2 .amblog-category,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-categories.-level2 .amblog-category {
  margin: 10px 0 0;
}
.amblog-element-block .amblog-categories.-level3 .amblog-category,
.amblog-post-container .amblog-widget-container .amblog-categories.-level3 .amblog-category,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-categories.-level3 .amblog-category {
  margin-top: 5px;
}
.admin__fieldset > .admin__field > .admin__field-control.-amcform-from-to-ranges {
  margin-left: 40px;
}
.frmb.ui-sortable {
  min-height: 300px;
}
.form-builder-wrap {
  min-height: 600px;
}
.form-builder-wrap div.form-actions.btn-group {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0;
}
[id^='frmb-'][id$='-form-wrap'] .cb-wrap.pull-right {
  position: relative;
  padding-bottom: 40px;
  min-height: 300px;
}
[id^='frmb-'][id$='-form-wrap'] textarea {
  max-width: 100%;
}
#loading_image_container {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9999;
}
#form_submit_loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(rgba(11, 11, 11, 0.1), rgba(11, 11, 11, 0.6)) repeat-x rgba(11, 11, 11, 0.2);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(11, 11, 11, 0.1)), to(rgba(11, 11, 11, 0.6))) repeat-x rgba(11, 11, 11, 0.2);
}
.fb-date .ui-datepicker-trigger {
  position: relative;
  margin-left: 10px;
}
.fb-date input {
  cursor: pointer;
}
.am-picker-year .ui-datepicker-calendar td a {
  padding: 8px;
}
@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: 'amcform';
  src: url('../../frontend/Codazon/skc/en_US/Amasty_Customform/fonts/amcform.eot?hcflpq');
  src: url('../../frontend/Codazon/skc/en_US/Amasty_Customform/fonts/amcform.eot?hcflpq#iefix') format('embedded-opentype'), url('../../frontend/Codazon/skc/en_US/Amasty_Customform/fonts/amcform.ttf?hcflpq') format('truetype'), url('../../frontend/Codazon/skc/en_US/Amasty_Customform/fonts/amcform.woff?hcflpq') format('woff'), url('../../frontend/Codazon/skc/en_US/Amasty_Customform/fonts/amcform.svg?hcflpq#amcform') format('svg');
  font-display: block;
}
.amcform-icon {
  width: 20px;
  height: 20px;
  font-size: 20px;
  transition: 0.1s all ease-in;
  text-transform: none;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  font-family: 'amcform';
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.amcform-icon.-chevron-left:before {
  content: '\e906';
}
.amcform-icon.-chevron-right:before {
  content: '\e905';
}
.amcform-icon.-cross:before {
  content: '\e904';
}
.amcform-icon.-sent:before {
  content: '\e903';
}
.amcform-icon.-pending:before {
  content: '\e94e';
}
.amcform-icon.-view:before {
  content: '\e900';
}
.amcform-icon.-edit:before {
  content: '\e901';
}
.amcform-icon.-remove:before {
  content: '\e902';
}
.amform-form {
  margin: 0 auto 10px;
  max-width: 700px;
}
.amform-form-fieldset.fieldset {
  margin-bottom: 10px;
}
.amform-form .fb-number .control {
  max-width: 200px;
}
.amform-groupv2 {
  display: inline-block;
}
.amcform-gdpr {
  display: none;
  margin-bottom: 20px;
  width: 100%;
}
.amcform-gdpr a {
  text-decoration: underline;
}
.amform-form .amcform-gdpr > .label > .amform-checkbox {
  display: inline-block;
  opacity: 1;
}
.amform-versiontwo-label {
  display: inline;
  margin-right: 10px;
  padding-right: 20px;
  word-break: break-all;
}
.amform-form .amform-hide-formload,
.amform-form .amform-hide-formload.action.primary {
  display: none;
}
.amform-form .action.primary,
.amform-parent .action.primary {
  background: #006bb4;
  min-width: 120px;
  padding: 9px;
}
.amform-form .action.primary:hover,
.amform-parent .action.primary:hover {
  background: #2f5bcd;
}
.amform-form .action.primary:disabled,
.amform-parent .action.primary:disabled {
  background: #c4d1f3;
}
.amcform-toolbar {
  text-align: right;
}
.amcform-toolbar > div {
  display: inline-block;
}
.amform-form:not(.default) .amform-checkbox,
.amform-form:not(.default) .amform-radio,
.amform-form:not(.default) .amform-checkboxtwo,
.amform-form:not(.default) .amform-radiotwo {
  display: block;
  opacity: 0;
}
.amform-form:not(.default) .amform-checkbox + label,
.amform-form:not(.default) .amform-radio + label,
.amform-form:not(.default) .amform-checkboxtwo + label,
.amform-form:not(.default) .amform-radiotwo + label {
  line-height: 16px;
  padding-left: 26px;
  position: relative;
}
.amform-form:not(.default) .amform-checkbox + label:before,
.amform-form:not(.default) .amform-radio + label:before,
.amform-form:not(.default) .amform-checkboxtwo + label:before,
.amform-form:not(.default) .amform-radiotwo + label:before {
  border: 1px solid #e3e3e3;
  border-radius: 1px;
  box-sizing: border-box;
  content: '';
  display: block;
  height: 16px;
  left: 0;
  margin-right: 10px;
  position: absolute;
  top: 2px;
  width: 16px;
}
.amform-form:not(.default) .amform-checkbox:checked + label:before,
.amform-form:not(.default) .amform-radio:checked + label:before,
.amform-form:not(.default) .amform-checkboxtwo:checked + label:before,
.amform-form:not(.default) .amform-radiotwo:checked + label:before {
  background: #3f6ad8;
  border-color: #3f6ad8;
}
.amform-form:not(.default) .amform-checkbox:checked + label:after,
.amform-form:not(.default) .amform-checkboxtwo:checked + label:after {
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  content: '';
  height: 9px;
  left: 5px;
  position: absolute;
  top: 3px;
  transform: rotate(45deg);
  width: 4px;
}
.amform-form:not(.default) .amform-radio + label:before,
.amform-form:not(.default) .amform-radiotwo + label:before {
  border-radius: 50%;
}
.amform-form:not(.default) .amform-radio:checked + label:before,
.amform-form:not(.default) .amform-radiotwo:checked + label:before {
  background: #ffffff;
  border-width: 4px;
}
.amform-form:not(.default) .kc-toggle {
  background: #e3e3e3;
  border: 0;
  border-radius: 20px;
  height: 16px;
  margin: 0 4px 0 0;
  width: 26px;
}
.amform-form:not(.default) .kc-toggle.on {
  background: #3f6ad8;
}
.amform-form:not(.default) .kc-toggle .kct-inner {
  background: #ffffff;
  border: 0;
  border-radius: 12px;
  height: 12px;
  left: 2px;
  top: 2px;
  width: 12px;
}
.amform-form:not(.default) .kc-toggle.on .kct-inner {
  left: 12px;
}
.amform-form:not(.default) .kct-on,
.amform-form:not(.default) .kct-off,
.amform-form:not(.default) .kct-handle {
  display: none;
}
.amcform-page-titles {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  overflow: hidden;
  padding: 0;
  list-style: none;
}
.amcform-step {
  margin: 0 auto 20px;
  width: 38px;
  height: 38px;
  border: 1px solid #3f6ad8;
  border-radius: 50%;
  background-color: #3f6ad8;
  color: #ffffff;
  font-weight: 400;
  font-size: 14px;
  line-height: 36px;
}
.amcform-title-wrap {
  position: relative;
  flex-grow: 1;
  margin-bottom: 18px;
  min-width: 90px;
  max-width: 148px;
  text-align: center;
}
.amcform-title-wrap:before,
.amcform-title-wrap:after {
  position: absolute;
  top: 17px;
  right: 51%;
  display: block;
  width: 100%;
  height: 4px;
  background: #e3e3e3;
  content: '';
}
.amcform-title-wrap:after {
  right: auto;
  left: 50%;
  content: none;
}
.amcform-title-wrap:first-child:before,
.amcform-title-wrap:last-child:after {
  content: none;
}
.amcform-title-wrap .amcform-title {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin: 0 10px;
  color: #333333;
  text-align: center;
  font-size: 14px;
  line-height: 19px;
}
.amcform-title-wrap .amcform-title:hover {
  text-decoration: none;
}
.amcform-title-wrap.-done + .amcform-title-wrap:before {
  background: #92b0ff;
}
.amcform-title-wrap.ui-state-active ~ .amcform-title-wrap:before {
  background: #e3e3e3;
}
.amcform-title-wrap.-disabled {
  pointer-events: none;
}
.amcform-title-wrap.-disabled .amcform-step {
  border-color: #e3e3e3;
  background: #ffffff;
  color: #b8b8b8;
}
.amcform-title-wrap.-error .amcform-step {
  border-color: #eb5757;
  background: #eb5757 url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wLjI5Mjg5NCAxLjcwNzExQy0wLjA5NzYzMTIgMS4zMTY1OCAtMC4wOTc2MzEyIDAuNjgzNDE3IDAuMjkyODk0IDAuMjkyODkzQzAuNjgzNDE4IC0wLjA5NzYzMTEgMS4zMTY1OCAtMC4wOTc2MzExIDEuNzA3MTEgMC4yOTI4OTNMNiA0LjU4NTc5TDEwLjI5MjkgMC4yOTI4OTNDMTAuNjgzNCAtMC4wOTc2MzExIDExLjMxNjYgLTAuMDk3NjMxMSAxMS43MDcxIDAuMjkyODkzQzEyLjA5NzYgMC42ODM0MTcgMTIuMDk3NiAxLjMxNjU4IDExLjcwNzEgMS43MDcxMUw3LjQxNDIxIDZMMTEuNzA3MSAxMC4yOTI5QzEyLjA5NzYgMTAuNjgzNCAxMi4wOTc2IDExLjMxNjYgMTEuNzA3MSAxMS43MDcxQzExLjMxNjYgMTIuMDk3NiAxMC42ODM0IDEyLjA5NzYgMTAuMjkyOSAxMS43MDcxTDYgNy40MTQyMUwxLjcwNzExIDExLjcwNzFDMS4zMTY1OCAxMi4wOTc2IDAuNjgzNDE4IDEyLjA5NzYgMC4yOTI4OTQgMTEuNzA3MUMtMC4wOTc2MzA2IDExLjMxNjYgLTAuMDk3NjMwNiAxMC42ODM0IDAuMjkyODk0IDEwLjI5MjlMNC41ODU3OSA2TDAuMjkyODk0IDEuNzA3MTFaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K) center center no-repeat;
  color: #fff;
  font-size: 0;
}
.amcform-title-wrap.-disabled .amcform-label {
  color: #b8b8b8;
}
.amcform-title-wrap.ui-state-active .amcform-label {
  color: #3f6ad8;
}
.amcform-title-wrap.-error .amcform-label {
  color: #eb5757;
}
.action.primary.amcform-next,
.action.primary.amcform-prev {
  display: inline-block;
  margin: 20px auto;
}
.action.primary.amcform-prev {
  margin-right: 15px;
}
.action.primary.amcform-submit {
  float: none;
}
.-popup-opened {
  overflow: hidden;
}
.amcform-popup-block {
  transition: 0.2s all ease-in;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 15px;
  background: rgba(15, 15, 15, 0.24);
  list-style: none;
}
.amcform-popup-block.-active {
  display: flex;
}
.amcform-popup-block .amcform-popup {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  overflow: auto;
  box-sizing: border-box;
  padding: 40px;
  max-height: 100%;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 6px 25px rgba(139, 144, 154, 0.5), 0 3px 7px rgba(139, 144, 154, 0.25);
}
.amcform-popup-block .amcform-popup.-prompt {
  max-width: 440px;
  text-align: center;
}
.amcform-popup-block .amcform-title,
.amcform-popup-block .amcform-content,
.amcform-popup-block .amcform-toolbar {
  flex-basis: 100%;
  margin: 0;
  max-width: 100%;
}
.amcform-popup-block .amcform-content {
  padding: 30px 0 0;
}
.amcform-popup-block .amcform-labels-list {
  display: none;
}
.amcform-popup-block .amcform-title {
  font-weight: 400;
}
.amcform-popup-block .amcform-header {
  margin: 0;
  color: #000000;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
}
.amcform-popup-block .amcform-desc {
  margin: 0;
  padding: 20px 0 0;
}
.amcform-popup-block .amcform-toolbar {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 0 0;
}
.amcform-popup-block .amcform-button {
  margin: 0 7px;
}
.amcform-popup-block .amcform-button.-close-popup {
  position: absolute;
  top: 15px;
  right: 15px;
  margin: 0;
  padding: 0;
  width: 20px;
  height: 20px;
}
.amcform-popup-block .amcform-button.-close-popup .amcform-icon {
  width: 14px;
  height: 14px;
  font-size: 14px;
  margin: 0;
  color: #e1e1e1;
}
.amcform-popup-block .amcform-button.-close-popup:hover .amcform-icon {
  color: #000000;
}
.amcform-popup-block .amcform-toolbar {
  flex-direction: column;
}
.amcform-popup-block .amcform-toolbar .amcform-button {
  width: 100%;
}
.amcform-popup-block .amcform-toolbar .amcform-button:not(:first-of-type) {
  margin-top: 15px;
}
.amcform-popup-block .amform-form {
  width: 100%;
}
.amcform-popup-block .amform-form,
.amcform-popup-block .amform-form .amform-form-fieldset,
.amcform-popup-block .amform-form .fieldset:last-child {
  margin-bottom: 0;
}
.amcform-popup-block .amform-form .amcform-toolbar {
  padding-top: 10px;
}
.amcform-popup-block .amform-form .fb-number {
  max-width: 100%;
}
.amform-parent .amcform-popup {
  max-width: 700px;
  width: 100%;
}
.amform-parent .amform-show-popup.-hidden {
  display: none;
}
.amcform-popup-block.modal-popup .modal-inner-wrap {
  padding: 40px;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 6px 25px rgba(139, 144, 154, 0.5), 0 3px 7px rgba(139, 144, 154, 0.25);
  text-align: center;
}
.amcform-popup-block.modal-popup .modal-inner-wrap .modal-header,
.amcform-popup-block.modal-popup .modal-inner-wrap .modal-content,
.amcform-popup-block.modal-popup .modal-inner-wrap .modal-footer {
  padding: 0;
  border: 0;
}
.amcform-popup-block.modal-popup .modal-inner-wrap .modal-title {
  border: 0;
  font-size: 22px;
}
.amcform-popup-block.modal-popup .modal-inner-wrap .modal-footer {
  padding-top: 20px;
  text-align: center;
}
.linear-theme.rendered-form {
  max-width: 720px;
}
.linear-theme .fields {
  margin: 0 -20px;
  padding: 0 20px;
}
.linear-theme.rendered-form .form-control,
.linear-theme.rendered-form .amform-date,
.linear-theme.rendered-form .amform-time {
  position: relative;
  z-index: 1;
  padding: 0;
  min-height: 30px;
  max-width: 100%;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #ccc;
  background-color: transparent;
  color: #333333;
}
.linear-theme.rendered-form .form-control:focus,
.linear-theme.rendered-form .amform-date:focus,
.linear-theme.rendered-form .amform-time:focus {
  outline: none;
  border-color: #3f6ad8;
  box-shadow: none;
}
.linear-theme.rendered-form .form-control:focus:-ms-input-placeholder,
.linear-theme.rendered-form .amform-date:focus:-ms-input-placeholder,
.linear-theme.rendered-form .amform-time:focus:-ms-input-placeholder {
  color: #b8b8b8;
}
.linear-theme.rendered-form .form-control:focus::placeholder,
.linear-theme.rendered-form .amform-date:focus::placeholder,
.linear-theme.rendered-form .amform-time:focus::placeholder {
  color: #b8b8b8;
}
.linear-theme.rendered-form .form-control.mage-error,
.linear-theme.rendered-form .amform-date.mage-error,
.linear-theme.rendered-form .amform-time.mage-error {
  border-color: #eb5757;
}
.linear-theme.rendered-form .form-control[multiple],
.linear-theme.rendered-form .amform-date[multiple],
.linear-theme.rendered-form .amform-time[multiple] {
  padding-top: 10px;
}
.linear-theme.rendered-form .form-control:-ms-input-placeholder,
.linear-theme.rendered-form .amform-date:-ms-input-placeholder,
.linear-theme.rendered-form .amform-time:-ms-input-placeholder {
  color: transparent;
}
.linear-theme.rendered-form .form-control::placeholder,
.linear-theme.rendered-form .amform-date::placeholder,
.linear-theme.rendered-form .amform-time::placeholder {
  color: transparent;
}
.linear-theme.rendered-form textarea.form-control {
  padding-top: 6px;
  min-height: 46px;
}
.linear-theme.rendered-form .field,
.linear-theme.rendered-form .fieldset > .field.form-group,
.linear-theme.rendered-form .fieldset > .fields > .field.form-group {
  position: relative;
  margin-bottom: 24px;
  padding: 0 20px;
}
.linear-theme.rendered-form .field.amform-layout-two,
.linear-theme.rendered-form .fieldset > .field.form-group.amform-layout-two,
.linear-theme.rendered-form .fieldset > .fields > .field.form-group.amform-layout-two {
  margin-right: 0;
  max-width: 50%;
}
.linear-theme.rendered-form .field.amform-layout-three,
.linear-theme.rendered-form .fieldset > .field.form-group.amform-layout-three,
.linear-theme.rendered-form .fieldset > .fields > .field.form-group.amform-layout-three {
  margin-right: 0;
  max-width: 33.33333333%;
}
.linear-theme.rendered-form .field .required,
.linear-theme.rendered-form .fieldset > .field.form-group .required,
.linear-theme.rendered-form .fieldset > .fields > .field.form-group .required {
  color: inherit;
}
.linear-theme.rendered-form .field .tooltip-element,
.linear-theme.rendered-form .fieldset > .field.form-group .tooltip-element,
.linear-theme.rendered-form .fieldset > .fields > .field.form-group .tooltip-element {
  z-index: 2;
  background: #3f6ad8;
}
.linear-theme.rendered-form .field.amcform-gdpr > .label,
.linear-theme.rendered-form .fieldset > .field.form-group.amcform-gdpr > .label,
.linear-theme.rendered-form .fieldset > .fields > .field.form-group.amcform-gdpr > .label {
  position: static;
}
.linear-theme.rendered-form .field > .label,
.linear-theme.rendered-form .fieldset > .field.form-group > .label,
.linear-theme.rendered-form .fieldset > .fields > .field.form-group > .label {
  position: absolute;
  top: 6px;
  display: block;
  margin: 0;
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  transition: top 0.2s ease-in-out, font-size 0.2s ease-in-out;
}
.linear-theme.rendered-form .field > .label.fb-checkbox-group-label,
.linear-theme.rendered-form .fieldset > .field.form-group > .label.fb-checkbox-group-label,
.linear-theme.rendered-form .fieldset > .fields > .field.form-group > .label.fb-checkbox-group-label,
.linear-theme.rendered-form .field > .label.fb-radio-group-label,
.linear-theme.rendered-form .fieldset > .field.form-group > .label.fb-radio-group-label,
.linear-theme.rendered-form .fieldset > .fields > .field.form-group > .label.fb-radio-group-label,
.linear-theme.rendered-form .field > .label.fb-file-label,
.linear-theme.rendered-form .fieldset > .field.form-group > .label.fb-file-label,
.linear-theme.rendered-form .fieldset > .fields > .field.form-group > .label.fb-file-label {
  position: relative;
  top: -13px;
  color: #737373;
  font-size: 10px;
  line-height: 12px;
}
.linear-theme.rendered-form .field.-active > .label,
.linear-theme.rendered-form .fieldset > .field.form-group.-active > .label,
.linear-theme.rendered-form .fieldset > .fields > .field.form-group.-active > .label,
.linear-theme.rendered-form .field.-has-content > .label,
.linear-theme.rendered-form .fieldset > .field.form-group.-has-content > .label,
.linear-theme.rendered-form .fieldset > .fields > .field.form-group.-has-content > .label,
.linear-theme.rendered-form .field.fb-time > .label,
.linear-theme.rendered-form .fieldset > .field.form-group.fb-time > .label,
.linear-theme.rendered-form .fieldset > .fields > .field.form-group.fb-time > .label {
  top: -13px;
  color: #737373;
  font-size: 10px;
  line-height: 12px;
}
.linear-theme.rendered-form .field.-active > .label,
.linear-theme.rendered-form .fieldset > .field.form-group.-active > .label,
.linear-theme.rendered-form .fieldset > .fields > .field.form-group.-active > .label {
  color: #3f6ad8;
}
.linear-theme.rendered-form div.mage-error[generated] {
  margin-top: 2px;
  color: #eb5757;
  font-size: 10px;
  line-height: 12px;
}
.linear-theme.rendered-form .amform-date._has-datepicker ~ .ui-datepicker-trigger {
  margin-left: -15px;
}
.linear-theme.rendered-form .amform-date._has-datepicker ~ .ui-datepicker-trigger:before {
  width: 12px;
  height: 13px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTMiIHZpZXdCb3g9IjAgMCAxMiAxMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwLjY2NjcgMS4zMDAwMUgxMFYwSDguNjY2NjdWMS4zMDAwMUgzLjMzMzM0VjBIMlYxLjMwMDAxSDEuMzMzMzRDMC41OTY2ODYgMS4zMDAwMSAwLjAwNjY4NzUxIDEuODgxNzUgMC4wMDY2ODc1MSAyLjYwMDAxTDAgMTEuN0MwIDEyLjQxODIgMC41OTY2NTUgMTMgMS4zMzMzNCAxM0gxMC42NjY3QzExLjQwMzMgMTMgMTIgMTIuNDE4MiAxMiAxMS43VjIuNTk5OThDMTIgMS44ODE3NSAxMS40MDMzIDEuMzAwMDEgMTAuNjY2NyAxLjMwMDAxWk0xMC42NjY3IDExLjdIMS4zMzMzNFY0LjU0OTk4SDEwLjY2NjdWMTEuN1oiIGZpbGw9IiM0Nzc2RjAiLz4KPHBhdGggZD0iTTkuMDE5OTkgNi41MzkwOUw4LjMxMzMzIDUuODUwMUw1LjA2IDkuMDIyMUwzLjY0NjY5IDcuNjQ0MDlMMi45NCA4LjMzMzA4TDUuMDYgMTAuNDAwMUw5LjAxOTk5IDYuNTM5MDlaIiBmaWxsPSIjNDc3NkYwIi8+Cjwvc3ZnPgo=);
  content: '';
}
.linear-theme.rendered-form input[type=checkbox],
.linear-theme.rendered-form input[type=radio] {
  margin-right: 5px;
  width: 16px;
  height: 16px;
  outline: none;
}
.linear-theme.rendered-form input[type=checkbox]:focus,
.linear-theme.rendered-form input[type=radio]:focus {
  outline: none;
}
/* Pagination */
.linear-theme .amcform-page-titles {
  align-items: stretch;
  padding: 0 20px;
}
.linear-theme .amcform-step {
  display: none;
}
.linear-theme .amcform-title-wrap {
  display: block;
  flex: 1;
  margin: 0 0 16px 0;
  text-align: left;
}
.linear-theme .amcform-title-wrap:after,
.linear-theme .amcform-title-wrap:before {
  display: none;
}
.linear-theme .amcform-title-wrap.ui-state-active .amcform-title {
  border-color: #3f6ad8;
}
.linear-theme .amcform-title-wrap.-disabled .amcform-title {
  border-color: #e3e3e3;
}
.linear-theme .amcform-title-wrap.-error .amcform-title {
  border-color: #eb5757;
}
.linear-theme .amcform-title {
  display: block;
  margin: 0;
  padding-bottom: 7px;
  min-height: 100%;
  max-width: 100%;
  border-bottom: 7px solid #92b0ff;
  text-align: left;
}
.circle-theme.rendered-form .form-control,
.circle-theme.rendered-form .amform-date,
.circle-theme.rendered-form .amform-time {
  padding: 9px;
  min-height: 40px;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
}
.circle-theme.rendered-form .form-control:focus,
.circle-theme.rendered-form .amform-date:focus,
.circle-theme.rendered-form .amform-time:focus {
  outline: none;
  border-color: #3f6ad8;
  box-shadow: none;
  color: #333333;
}
.circle-theme.rendered-form .form-control.mage-error,
.circle-theme.rendered-form .amform-date.mage-error,
.circle-theme.rendered-form .amform-time.mage-error {
  border-color: #eb5757;
}
.circle-theme.rendered-form .form-control::-webkit-input-placeholder,
.circle-theme.rendered-form .amform-date::-webkit-input-placeholder,
.circle-theme.rendered-form .amform-time::-webkit-input-placeholder {
  color: #b8b8b8;
}
.circle-theme.rendered-form .form-control::-moz-placeholder,
.circle-theme.rendered-form .amform-date::-moz-placeholder,
.circle-theme.rendered-form .amform-time::-moz-placeholder {
  color: #b8b8b8;
}
.circle-theme.rendered-form .form-control:-moz-placeholder,
.circle-theme.rendered-form .amform-date:-moz-placeholder,
.circle-theme.rendered-form .amform-time:-moz-placeholder {
  color: #b8b8b8;
}
.circle-theme.rendered-form .form-control:-ms-input-placeholder,
.circle-theme.rendered-form .amform-date:-ms-input-placeholder,
.circle-theme.rendered-form .amform-time:-ms-input-placeholder {
  color: #b8b8b8;
}
.circle-theme.rendered-form input[type='file'].form-control {
  padding: 0;
  border: 0;
}
.circle-theme.rendered-form input[type=checkbox],
.circle-theme.rendered-form input[type=radio] {
  margin-right: 5px;
  width: 16px;
  height: 16px;
  outline: none;
}
.circle-theme.rendered-form input[type=checkbox]:focus,
.circle-theme.rendered-form input[type=radio]:focus {
  outline: none;
}
.circle-theme.rendered-form div.mage-error[generated] {
  position: relative;
  top: -2px;
  z-index: -1;
  margin-top: 0;
  padding: 2px 10px 0 10px;
  border-radius: 0 0 4px 4px;
  background: #eb5757;
  color: #fff;
  font-size: 10px;
  line-height: 16px;
}
.circle-theme.rendered-form .field .label,
.circle-theme.rendered-form .fieldset > .field.form-group .label,
.circle-theme.rendered-form .fieldset > .fields > .field.form-group > .label {
  font-weight: 400;
}
.circle-theme.rendered-form .required {
  color: inherit;
}
.circle-theme.rendered-form .tooltip-element {
  background: #3f6ad8;
}
/* Pagination */
.circle-theme .amcform-page-titles {
  align-items: center;
}
.circle-theme .amcform-title {
  display: flex;
  align-items: center;
  max-width: initial;
}
.circle-theme .amcform-step {
  margin: 0 10px 0 0;
  min-width: 38px;
  border-radius: 15px;
}
.circle-theme .amcform-label {
  text-align: left;
}
.circle-theme .amcform-title-wrap:after,
.circle-theme .amcform-title-wrap:before {
  display: none;
}
.circle-theme .amcform-title-wrap + .amcform-title-wrap {
  margin-left: 30px;
}
.circle-theme .amcform-title-wrap:nth-child(3n + 1) {
  margin-left: 0;
}
.circle-theme .amcform-title-wrap.-disabled .amcform-step {
  border-color: #bfd1ff;
  background: #bfd1ff;
  color: #fff;
}
.circle-theme .amform-form .action.primary {
  text-transform: uppercase;
  font-weight: 700;
}
.amform-body .ui-datepicker {
  overflow: hidden;
  padding: 0;
  border: 0;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.amform-body .ui-datepicker .ui-datepicker-header {
  padding: 16px 22px;
}
.amform-body .ui-datepicker .ui-datepicker-title {
  margin: 0;
  text-align: left;
  text-transform: uppercase;
  font-weight: 700;
}
.amform-body .ui-datepicker .ui-datepicker-title .ui-datepicker-month {
  margin-right: 0;
  width: auto;
}
.amform-body .ui-datepicker .ui-datepicker-title .ui-datepicker-year {
  width: 70px;
  border: 0;
}
.amform-body .ui-datepicker .ui-datepicker-title .ui-datepicker-year:focus {
  outline: none;
  box-shadow: none;
}
.amform-body .ui-datepicker .ui-datepicker-prev,
.amform-body .ui-datepicker .ui-datepicker-next {
  top: 20px;
  right: 22px;
  left: auto;
}
.amform-body .ui-datepicker .ui-datepicker-prev {
  right: 38px;
}
.amform-body .ui-datepicker .ui-datepicker-prev span.ui-icon,
.amform-body .ui-datepicker .ui-datepicker-next span.ui-icon {
  width: 7px;
  height: 7px;
  border: 0;
  border-top: 1px solid #333;
  border-left: 1px solid #333;
  transform: rotate(-45deg);
}
.amform-body .ui-datepicker .ui-datepicker-next span.ui-icon {
  transform: rotate(135deg);
}
.amform-body .ui-datepicker .ui-datepicker-calendar {
  margin-bottom: 10px;
  border: 0;
}
.amform-body .ui-datepicker .ui-datepicker-calendar th {
  border: 0;
  border-bottom: 1px solid #e3e3e3;
  background: transparent;
  color: #b8b8b8;
  text-align: center;
  font-weight: 400;
}
.amform-body .ui-datepicker .ui-datepicker-calendar td {
  padding: 0;
  border: 0;
  text-align: center;
}
.amform-body .ui-datepicker .ui-datepicker-calendar td.ui-state-disabled,
.amform-body .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-today {
  background: none;
}
.amform-body .ui-datepicker .ui-datepicker-calendar td:first-child {
  padding-left: 10px;
}
.amform-body .ui-datepicker .ui-datepicker-calendar td:last-child {
  padding-right: 10px;
}
.amform-body .ui-datepicker .ui-datepicker-calendar tr:first-child td {
  padding-top: 10px;
}
.amform-body .am-picker-year .ui-datepicker-calendar td a {
  display: block;
  padding: 0;
  width: 43px;
  height: 43px;
  border-radius: 42px;
  text-align: center;
  line-height: 42px;
}
.amform-body .am-picker-year .ui-datepicker-calendar td a.ui-state-hover {
  background: #edf4ff;
  color: #333333;
}
.amform-body .am-picker-year .ui-datepicker-calendar td a.ui-state-highlight {
  background: #e3e3e3;
}
.amform-body .am-picker-year .ui-datepicker-calendar td a.ui-state-active {
  background: #3f6ad8;
  color: #fff;
  font-weight: 700;
}
.amcform-button:not(.primary) {
  transition: 0.1s all ease-in;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 10px;
  height: 40px;
  border-radius: 3px;
  box-shadow: none;
  font-weight: 400;
  cursor: pointer;
  pointer-events: auto;
  user-select: none;
}
.amcform-button:not(.primary):hover,
.amcform-button:not(.primary):active,
.amcform-button:not(.primary):focus {
  background: none;
  box-shadow: none;
  text-decoration: none;
}
.amcform-button:not(.primary):before,
.amcform-button:not(.primary):after {
  transition: 0.1s all ease-in;
}
.amcform-button:not(.primary).-disabled {
  pointer-events: none;
}
.amcform-button:not(.primary).-disabled:focus {
  pointer-events: none;
}
.amcform-button.-clear,
.amcform-button.-default,
.amcform-button.-with-icon,
.amcform-button.-error {
  padding: 0;
  border: none;
  background: transparent;
  box-shadow: none;
}
.amcform-button.-clear:active,
.amcform-button.-clear:hover,
.amcform-button.-clear:focus,
.amcform-button.-default:active,
.amcform-button.-default:hover,
.amcform-button.-default:focus,
.amcform-button.-with-icon:active,
.amcform-button.-with-icon:hover,
.amcform-button.-with-icon:focus,
.amcform-button.-error:active,
.amcform-button.-error:hover,
.amcform-button.-error:focus {
  border: none;
  background: transparent;
  box-shadow: none;
}
.amcform-button.-default,
.amcform-button.-error {
  padding: 10px;
  min-width: 130px;
  background-color: #3f6ad8;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
}
.amcform-button.-default:hover,
.amcform-button.-error:hover {
  background-color: #2f5bcd;
}
.amcform-button.-default:focus,
.amcform-button.-error:focus {
  background-color: #2f5bcd;
  box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #000000;
}
.amcform-button.-default:active,
.amcform-button.-error:active {
  background-color: #1846be;
}
.amcform-button.-error {
  border: 1px solid #eb5757;
  background-color: #fff;
  color: #eb5757;
}
.amcform-button.-error:hover,
.amcform-button.-error:focus {
  border: 1px solid #ee2e2e;
  background-color: #ffc8c8;
}
.amcform-button.-error:active {
  border: 1px solid #d21616;
  background-color: #fff;
}
.amcform-button.-with-icon {
  padding: 10px 15px;
  min-width: auto;
  background-color: transparent;
  color: #333;
}
.amcform-button.-with-icon > .amcform-icon {
  margin-right: 10px;
  color: #c7c7c7;
}
.amcform-button.-with-icon:hover {
  background-color: #eee;
}
.amcform-button.-with-icon:focus {
  z-index: 1;
  box-shadow: 0 0 0 1px #000000;
}
.amcform-button.-with-icon:active {
  color: #3f6ad8;
}
.amcform-button.-with-icon:active > .amcform-icon {
  color: #3f6ad8;
}
.amcform-button.-with-icon:active > .amcform-icon.-remove,
.amcform-button.-with-icon.-remove:active {
  color: #eb5757;
}
.amcform-button.-with-icon.-small {
  padding: 10px;
  font-size: 0;
}
.amcform-button.-with-icon.-small > .amcform-icon {
  margin: 0;
}
@media (min-width: 1500px) {
  .amasty_customform-forms-edit .page-main-actions .page-actions .page-actions-buttons .-amasty-customform-export-button {
    position: absolute;
    padding-right: 4rem;
    padding-left: 4rem;
    background: #e3e3e3;
  }
  .amasty_customform-forms-edit .page-main-actions .page-actions .page-actions-buttons #export_form_data_to_csv {
    left: 133px;
  }
  .amasty_customform-forms-edit .page-main-actions .page-actions .page-actions-buttons #export_form_data_to_pdf {
    left: 460px;
  }
  .amasty_customform-forms-edit .page-main-actions .page-actions._fixed .page-actions-inner:before {
    content: none;
  }
  .amasty_customform-forms-edit .page-main-actions .page-actions._fixed .page-actions-buttons #export_form_data_to_csv {
    left: 15px;
  }
  .amasty_customform-forms-edit .page-main-actions .page-actions._fixed .page-actions-buttons #export_form_data_to_pdf {
    left: 342px;
  }
}
.amcform-page-wrap {
  display: flex;
  flex-wrap: wrap;
}
.amcform-page-wrap .field {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.amcform-page-wrap .amform-layout-one {
  width: 100%;
}
.amcform-table-wrap > .amcform-title {
  margin: 0 0 10px;
  color: #333;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
}
.amcform-table-wrap .fb-googlemap .map {
  height: 350px;
}
.amcform-table-wrap .am-address {
  margin-bottom: 20px;
}
.amcform-table-block {
  margin: 0 0 30px;
  padding: 0;
  width: 100%;
  border: none;
  border-collapse: collapse;
  color: #666;
}
.amcform-table-block .amcform-tr {
  border: none;
}
.amcform-table-block .amcform-tr:nth-of-type(2n) {
  background: #f9f9f9;
}
.amcform-table-block .amcform-th {
  padding: 10px;
  width: 25%;
  border: none;
  vertical-align: top;
  text-align: left;
  font-weight: 700;
}
.amcform-table-block .amcform-td {
  padding: 10px;
  border: none;
  vertical-align: top;
  text-align: left;
}
.amcform-table-block .amcform-link,
.amcform-table-block .amcform-td a {
  color: #666;
}
.amcform-google-map .amcform-text {
  margin: 0;
}
.fb-googlemap .map {
  height: 300px;
}
.fb-googlemap .searchbox {
  margin-top: 10px;
  margin-left: 12px;
  padding: 0 11px 0 13px;
  width: 70%;
  background-color: #fff;
  text-overflow: ellipsis;
  font-weight: 300;
  font-size: 15px;
}
.fb-googlemap .gm-svpc {
  display: none;
}
.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;
}
/* phpcs:ignore Magento2.Less.AvoidId.IdSelectorUsage */
.am-submit-summary #checkout-payment-method-load .actions-toolbar:has(#am-recaptcha-block) {
  /* phpcs:ignore Magento2.Less.AvoidId.IdSelectorUsage */
  display: block;
}
.am-submit-summary #checkout-payment-method-load .actions-toolbar:has(#am-recaptcha-block) .primary > *:not(#am-recaptcha-block) {
  display: none;
}
.am-submit-summary #checkout-payment-method-load .actions-toolbar:has(#am-recaptcha-block) .primary:has(.grecaptcha-badge) {
  display: none;
}
.amskit-toolbar-wrap {
  position: fixed;
  bottom: 10px;
  left: 3%;
  z-index: 9999;
  width: 300px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}
.amskit-toolbar-wrap.-open:after {
  content: '';
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  height: 25px;
  pointer-events: none;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 35%, #ffffff);
}
.amskit-toolbar-wrap.-open {
  padding-bottom: 15px;
}
.amskit-toolbar-box {
  padding: 10px 20px;
  border-radius: 10px;
  background: #e4e4e4;
  box-sizing: border-box;
  cursor: pointer;
}
.amskit-toolbar-box.-open {
  border-radius: 10px 10px 0 0;
  cursor: auto;
}
.amskit-toolbar-box > .amskit-title {
  display: inline-block;
  line-height: 30px;
  font-size: 18px;
  font-weight: 600;
  color: #000;
}
.amskit-toolbar-box > .amskit-title:before {
  content: '';
  display: inline-block;
  margin-right: 10px;
  width: 30px;
  height: 30px;
  vertical-align: top;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgZmlsbD0ibm9uZSI+PGNpcmNsZSBjeD0iMTUiIGN5PSIxNSIgcj0iMTUiIGZpbGw9IiNGRjk0MTYiLz48cGF0aCBmaWxsPSIjZmZmIiBkPSJNNyA3Ljc1MmMwIC40ODUuMDE4LjkxMS4wMTggMS4zOTZ2Ny43MDVsLjAwMSAzLjU5OGMwIC41ODktLjAxNSAxLjE4MiAwIDEuNzcydi4wMjZjMCAuNDA2LjM0Ny43NTEuNzU0Ljc1MWgxNC40NzJjLjM5NiAwIC43NzItLjM0NS43NTQtLjc1LS4wMi0uNDA2LS4zMzItLjc1Mi0uNzU0LS43NTJINy43OGwuNzU0Ljc1MXYtMS40NTNsLS4wMDEtMy40NFYxMy4xNCA5LjQ5M2MwLS41OS0uMDAzLTEuMTI1LS4wMTgtMS43MTR2LS4wMjdjMC0uMzk0LS4zMzYtLjc3LS43NDItLjc1MS0uNDE5LjAxOC0uNzczLjMzLS43NzMuNzUxeiIvPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMC42MzYgMTguNzA2djMuNDk3YzAgLjQxOC4zMzUuODE2LjcyOC43OTZhLjc3OS43NzkgMCAwIDAgLjcyNy0uNzk2di0zLjA1Mi0uNDQ1YzAtLjQxOC0uMzM0LS44MTYtLjcyNy0uNzk2YS43NzYuNzc2IDAgMCAwLS43MjguNzk2ek0xNC4yNzMgMTUuMTF2Ny4wNTNjMCAuNDM5LjMzNC44NTcuNzI3LjgzNi4zOTMtLjAyLjcyNy0uMzY4LjcyNy0uODM2di02LjE3LS44ODNjMC0uNDM5LS4zMzQtLjg1Ny0uNzI3LS44MzYtLjM5My4wMi0uNzI3LjM2OC0uNzI3LjgzNnpNMTcuOTEgMTUuODV2Ni4yOTljMCAuNDQ3LjMzNC44NzEuNzI3Ljg1LjM5Mi0uMDIxLjcyNy0uMzc0LjcyNy0uODV2LTUuNTItLjc3OGMwLS40NDctLjMzNS0uODcyLS43MjctLjg1LS4zOTMuMDIxLS43MjguMzc0LS43MjguODV6TTIxLjU0NiAxMi44OTNWMjIuMTk4YzAgLjQyLjMzNC44MjEuNzI3LjgwMS4zOTMtLjAyLjcyNy0uMzUyLjcyNy0uODAxdi0zLjE0LTUuMDA2LTEuMTU5YzAtLjQyLS4zMzQtLjgyMS0uNzI3LS44MDEtLjM5My4wMi0uNzI3LjM1Mi0uNzI3LjgwMXpNOC4zODIgMTYuMDI3bDIuMDA4LTEuMzg2YzEuMDYyLS43MzIgMi4xMi0xLjQ2OCAzLjE4My0yLjJsLjczOS0uNTExYy4zMjQtLjIyMS41LS42NjguMjcxLTEuMDI5LS4yMDctLjMxOS0uNjg2LS41MS0xLjAzMi0uMjdsLTIuMDA4IDEuMzg1Yy0xLjA2My43MzMtMi4xMjIgMS40NjktMy4xODQgMi4ybC0uNzM4LjUxMWMtLjMyNS4yMjItLjUwMi42NjktLjI3MiAxLjAzLjIxMS4zMjIuNjg2LjUxIDEuMDMzLjI3eiIvPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMy43MzIgMTIuMDA5bDMuMjQ3LjYyLjQ2OC4wOWMuMzg0LjA3NS44MzItLjExLjkyNi0uNTI2LjA4My0uMzcyLS4xMTMtLjg0NS0uNTI3LS45MjRsLTMuMjQ4LS42Mi0uNDY3LS4wOWMtLjM4NC0uMDc0LS44MzMuMTEtLjkyNy41MjYtLjA4Ny4zNjguMTEzLjg0NS41MjguOTI0eiIvPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xOC4xNzcgMTIuNTI0YzEuMTA4LTEuMTk4IDIuMjE2LTIuMzkyIDMuMzIzLTMuNTkuMTU1LS4xNy4zMTMtLjMzOC40NjgtLjUwNy4yNjctLjI5LjMwOC0uNzgxIDAtMS4wNjMtLjI5LS4yNjYtLjc4LS4zMDgtMS4wNjcgMC0xLjEwNyAxLjE5OC0yLjIxNSAyLjM5Mi0zLjMyMyAzLjU5LS4xNTQuMTY5LS4zMTIuMzM4LS40NjcuNTA3LS4yNjcuMjg5LS4zMDkuNzggMCAxLjA2My4yOS4yNjYuNzguMzA3IDEuMDY2IDB6Ii8+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTIwLjY3NSA3Ljg5N3YyLjM1YzAgLjM5NS4zNDcuNzcuNzU0Ljc1Mi40MDctLjAxOS43NTMtLjMzLjc1My0uNzUxdi0yLjM1YzAtLjM5NS0uMzQ2LS43Ny0uNzUzLS43NTItLjQxLjAyLS43NTQuMzMtLjc1NC43NTF6Ii8+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTIxLjQyOSA3LjE0NmMtLjc1Ny4wMDgtMS41MTUuMDExLTIuMjcyLjAxOS0uMzk2LjAwNC0uNzcyLjM0Mi0uNzU0Ljc1LjAyLjQwNi4zMzIuNzU2Ljc1NC43NTIuNzU3LS4wMDggMS41MTUtLjAxMSAyLjI3Mi0uMDE5LjM5Ni0uMDA0Ljc3Mi0uMzQyLjc1My0uNzUtLjAxOC0uNDA2LS4zMzEtLjc1Ni0uNzUzLS43NTJ6Ii8+PC9zdmc+) no-repeat center;
}
.amskit-toolbar-box > .amskit-arrow {
  display: inline-block;
  float: right;
  width: 12px;
  height: 30px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSI4IiBmaWxsPSJub25lIj48cGF0aCBzdHJva2U9IiNCMkIyQjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxLjUiIGQ9Ik0xMyA3TDcgMSAxIDciLz48L3N2Zz4=) no-repeat center;
}
.amskit-toolbar-box.-open > .amskit-arrow {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  cursor: pointer;
}
.amskit-toolbar-content {
  padding: 10px;
  max-height: 75vh;
  overflow: auto;
  box-sizing: border-box;
  font-size: 14px;
  color: #000;
  background: #fff;
}
.amskit-toolbar-content .amskit-table {
  table-layout: fixed;
}
.amskit-toolbar-content > .amskit-title {
  margin: 10px;
  padding: 0 0 10px;
  border-bottom: 1px solid #e4e4e4;
  font-weight: 600;
  font-size: 16px;
}
.amskit-toolbar-content > .amskit-background {
  margin: 5px -10px 25px;
  padding: 10px;
  background: #f6f6f6;
}
.amskit-toolbar-content .amskit-cell {
  word-break: break-word;
  word-wrap: break-word;
}
.amskit-toolbar-content .amskit-cell.-indent {
  padding-left: 35px;
}
.amskit-toolbar-content .amskit-description {
  font-size: 12px;
  color: #adadad;
}
.amskit-toolbar-content .amskit-description.-headings {
  padding-left: 25px;
}
.amskit-toolbar-content .amskit-icon {
  position: relative;
  padding-left: 25px;
}
.amskit-toolbar-content .amskit-icon:before {
  content: '';
  position: absolute;
  left: 0;
  display: inline-block;
  width: 18px;
  height: 18px;
}
.amskit-toolbar-content .amskit-icon.-warning:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgZmlsbD0ibm9uZSI+PGNpcmNsZSBjeD0iOSIgY3k9IjkiIHI9IjkiIGZpbGw9IiNFQjU3NTciLz48cGF0aCBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIiBkPSJNOSA0djYuNSIvPjxjaXJjbGUgY3g9IjkiIGN5PSIxNCIgcj0iMSIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==) no-repeat center;
}
.amskit-toolbar-content .amskit-icon.-normal:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgZmlsbD0ibm9uZSI+PGNpcmNsZSBjeD0iOSIgY3k9IjkiIHI9IjkiIGZpbGw9IiMxNzg3RTAiLz48cGF0aCBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIiBkPSJNNS41IDlsMy4xMjUgM0wxMi41IDciLz48L3N2Zz4=) no-repeat center;
}
.amskit-headings-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.amskit-headings-wrap > .amskit-item {
  margin-left: 8px;
  margin-bottom: 5px;
  text-align: center;
}
.amskit-headings-wrap .amskit-head {
  text-transform: uppercase;
}
.amskit-page-links {
  padding: 0;
  margin: 0;
  list-style: none;
}
.amskit-page-links > .amskit-item {
  position: relative;
  padding-left: 10px;
}
.amskit-page-links > .amskit-item:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #55b4ff;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.amskit-page-links .amskit-label {
  display: inline-block;
  width: 80%;
}
.amskit-separator-wrap {
  position: relative;
  margin: 15px 0;
  height: 1px;
  background: #c4c4c4;
}
.amskit-separator-wrap ~ .amskit-url {
  display: none;
}
.amskit-separator-wrap > .amskit-button {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0 10px;
  height: 20px;
  line-height: 20px;
  font-size: 10px;
  border: 1px solid #c4c4c4;
  border-radius: 20px;
  background: #fff;
  color: #c4c4c4;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.amskit-separator-wrap > .amskit-button:hover {
  border-color: #1787e0;
  color: #1787e0;
}
@media (min-width: 480px) {
  .amskit-toolbar-wrap.-open {
    width: 450px;
  }
  .amskit-page-links .amskit-label {
    width: 55%;
  }
}
.amrates-shipping-rates .field.choice.item {
  padding: 8px;
}
.amlocator-main-container {
  color: #000000;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.42857143;
  min-width: 50vw;
  text-align: left;
}
.amlocator-main-container .amlocator-button {
  background: #1979c3;
  border: 1px solid #1979c3;
  border-radius: 2px;
  box-sizing: border-box;
  color: #ffffff;
  font-weight: inherit;
  min-height: 40px;
}
.amlocator-main-container .amlocator-select {
  cursor: pointer;
}
.amlocator-main-container .amlocator-block.-separator {
  box-sizing: border-box;
  margin: 20px 0;
}
.amlocator-main-container .amlocator-block.-separator > .hr {
  border-top: 1px solid #e7e7e7;
  margin: 0;
}
.amlocator-main-container .amlocator-wrapper .amlocator-schedule-container strong {
  line-height: 1.42857143;
  margin-bottom: 0;
  margin-top: 0;
}
.amlocator-search-container {
  background: #f8f8f8;
  box-sizing: border-box;
  margin-bottom: 10px;
  padding: 5px 15px;
  width: 100%;
}
.amlocator-search-container .amlocator-title {
  display: inline-block;
  margin-bottom: 5px;
}
.amlocator-search-container .amlocator-block {
  margin-bottom: 15px;
  width: 100%;
}
.amlocator-search-container .amlocator-block.-search {
  margin-bottom: 0;
}
.amlocator-search-container .amlocator-text,
.amlocator-search-container .amlocator-select {
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
  width: initial;
}
.amlocator-search-container .amlocator-select {
  height: 40px;
}
.amlocator-search-container .amlocator-select.-measurement {
  background-color: #f8f8f8;
  border: none;
  height: inherit;
  line-height: 1;
  min-width: inherit;
}
.amlocator-search-container .amlocator-button.-nearby {
  margin-left: auto;
  width: 100%;
}
.amlocator-current-location .amlocator-search {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iOC41IiBjeT0iOC41IiByPSI3LjUiIHN0cm9rZT0iI0Q3RDdENyIgc3Ryb2tlLXdpZHRoPSIyIi8+PHBhdGggZmlsbD0iI0Q3RDdENyIgZD0iTTEzIDE1LjEyMUwxNS4xMiAxM2w4LjY3NSA4LjY3NS0yLjEyMSAyLjEyeiIvPjwvc3ZnPg==) no-repeat center;
  background-size: contain;
  border: none;
  cursor: pointer;
  height: 23px;
  position: absolute;
  right: 8px;
  top: 8px;
  width: 23px;
}
.amlocator-current-location .amlocator-wrapper {
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
  margin-top: 5px;
  position: relative;
}
.amlocator-current-location .amlocator-text {
  border: 1px solid #d7d7d7;
  border-radius: 2px;
  box-sizing: border-box;
  height: 40px;
  padding-right: 40px;
  width: 100%;
}
.amlocator-current-location .amlocator-text:focus {
  border: 1px solid #1979c3;
  box-shadow: none;
}
.amlocator-current-location .amlocator-text:focus + .amlocator-search,
.amlocator-current-location .amlocator-search:hover {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iOC41IiBjeT0iOC41IiByPSI3LjUiIHN0cm9rZT0iIzE5NzlDMyIgc3Ryb2tlLXdpZHRoPSIyIi8+PHBhdGggZmlsbD0iIzE5NzlDMyIgZD0iTTEzIDE1LjEyMUwxNS4xMiAxM2w4LjY3NSA4LjY3NS0yLjEyMSAyLjEyeiIvPjwvc3ZnPg==) no-repeat center;
  background-size: contain;
}
.amlocator-current-location .amlocator-reset {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wIDIwLjU0N0wyMC41NDcgMCAyMiAxLjQ1MyAxLjQ1MyAyMiAwIDIwLjU0N3oiIGZpbGw9IiNFQjU3NTciLz48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTIyIDIwLjU0N0wxLjQ1MyAwIDAgMS40NTMgMjAuNTQ3IDIyIDIyIDIwLjU0N3oiIGZpbGw9IiNFQjU3NTciLz48L3N2Zz4=') no-repeat center;
  border: none;
  cursor: pointer;
  height: 22px;
  position: absolute;
  right: 8px;
  top: 8px;
  width: 22px;
}
.amlocator-current-location .amlocator-search.-hidden,
.amlocator-current-location .amlocator-reset.-hidden {
  display: none;
}
.amlocator-search-radius .amlocator-radio {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  height: 0;
  margin: 0;
  opacity: 0;
  position: absolute;
  width: 0;
}
.amlocator-search-radius .amlocator-radio:checked + .amlocator-label {
  background: #1979c3;
  /* phpcs:ignore Magento2.Less.ZeroUnits.ZeroUnitFound */
  box-shadow: 0 2px 4px rgba(45, 147, 226, 0.1);
  color: #ffffff;
}
.amlocator-search-radius .amlocator-radio:focus + .amlocator-label {
  box-shadow: 0 0 3px 1px #00699d;
}
.amlocator-search-radius .amlocator-wrapper {
  -ms-flex: 1;
  -webkit-box-flex: 1;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  flex: 1;
  position: relative;
}
.amlocator-search-radius .amlocator-select {
  min-width: 215px;
}
.amlocator-range-slider {
  background: #deedf8;
  border-radius: 10px;
  cursor: pointer;
  height: 10px;
  width: 100%;
}
.amlocator-range-slider .ui-slider-range {
  background: #1979c3;
  border-bottom-left-radius: 12px;
  border-top-left-radius: 12px;
  height: 100%;
}
.amlocator-range-slider .amlocator-handle {
  background: #1979c3;
  border-radius: 12px;
  /* phpcs:ignore Magento2.Less.ZeroUnits.ZeroUnitFound */
  box-shadow: 0 2px 3px rgba(20, 72, 112, 0.5);
  cursor: pointer;
  height: 14px;
  margin: 0 0 0 -7px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
}
.amlocator-range-slider .amlocator-handle:hover,
.amlocator-range-slider .amlocator-handle:focus,
.amlocator-range-slider .amlocator-handle:active {
  background: #4da1e2;
}
.amlocator-range-slider .amlocator-handle:focus {
  box-shadow: 0 0 3px 1px #68a8e0;
}
.amlocator-range-slider .amlocator-tooltip {
  background: #1979c3;
  border-radius: 2px;
  color: #ffffff;
  font-size: 12px;
  left: 50%;
  padding: 2px 5px;
  position: absolute;
  top: -7px;
  transform: translate(-50%, -100%);
  white-space: nowrap;
}
.amlocator-range-slider .amlocator-tooltip:after {
  background: #1979c3;
  bottom: 0;
  content: '';
  height: 6px;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 50%) rotate(45deg);
  width: 6px;
}
.amlocator-filters-container {
  background: #f8f8f8;
  margin-bottom: 10px;
}
.amlocator-filters-container .amlocator-title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  color: #000000;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  padding: 5px 15px;
}
.amlocator-filters-container .amlocator-content {
  transition: all .3s ease;
}
.amlocator-filters-container .amlocator-hidden-filter {
  display: none;
}
.amlocator-filters-container .amlocator-actions {
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 12px;
  justify-content: flex-end;
  padding: 5px 15px;
}
.amlocator-filters-container .amlocator-clear {
  background: none;
  border: none;
  color: #006bb4;
  cursor: pointer;
}
.amlocator-filters-container .amlocator-button {
  border: none;
  line-height: unset;
  margin-left: 25px;
  min-height: 25px;
  padding: 0 20px;
}
.amlocator-filters-container .amlocator-button:hover {
  background: #1979c3;
  border: none;
  color: #ffffff;
}
.amlocator-attribute-wrapper {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 8px 15px;
}
.amlocator-attribute-wrapper:nth-of-type(even) {
  background: #e7e7e7;
}
.amlocator-attribute-wrapper .amlocator-label {
  box-sizing: border-box;
  padding-right: 5px;
  width: 40%;
  word-wrap: break-word;
}
.amlocator-attribute-wrapper .amlocator-input {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  width: 60%;
}
.amlocator-attribute-wrapper .amlocator-input .chosen-container {
  width: 100% !important;
}
.amlocator-attribute-wrapper .amlocator-input .chosen-container .amlocator-chosen-search-label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.amlocator-attribute-wrapper .amlocator-select,
.amlocator-attribute-wrapper .chosen-choices {
  border-color: #cccccc;
  height: inherit;
  line-height: 1;
  max-height: 80px;
  padding: 9px 25px 9px 10px;
}
.amlocator-attribute-wrapper .chosen-container {
  font-size: inherit;
  height: inherit;
}
.amlocator-attribute-wrapper .chosen-container .chosen-choices {
  height: inherit;
  min-height: 35px;
  overflow: auto;
  padding: 5px;
}
.amlocator-attribute-wrapper .chosen-container .chosen-results li.highlighted {
  background: #1979c3;
}
.amlocator-attribute-wrapper .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNSIgaGVpZ2h0PSI1IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNC41OTYuMzU0YS41LjUgMCAwIDAtLjcwNyAwTDIuNTk2IDEuNjQ3IDEuMzAzLjM1NGEuNS41IDAgMSAwLS43MDcuNzA3bDEuMjkzIDEuMjkzTC4zNTMgMy44ODlhLjUuNSAwIDEgMCAuNzA4LjcwN2wxLjUzNS0xLjUzNSAxLjUzNiAxLjUzNWEuNS41IDAgMCAwIC43MDctLjcwN0wzLjMwMyAyLjM1NCA0LjU5NiAxLjA2YS41LjUgMCAwIDAgMC0uNzA3eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==) no-repeat center !important;
  background-size: contain !important;
  height: 8px;
  margin: 0 5px 0 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.amlocator-attribute-wrapper .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: initial;
}
.amlocator-attribute-wrapper .chosen-container-multi .chosen-choices li.search-field input[type=text] {
  height: inherit;
  margin: 3px 0;
}
.amlocator-attribute-wrapper .chosen-container-multi .chosen-choices li.search-choice {
  background: #1979c3;
  border: none;
  box-shadow: none;
  color: #ffffff;
  margin: 0 5px 0 0;
  padding: 5px 18px 5px 5px;
}
.amlocator-map-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-direction: column;
}
.amlocator-map-container > .amlocator-block {
  width: 100%;
}
.amlocator-map-container .amlocator-map {
  height: 300px;
  width: 100%;
}
.amlocator-map-pin {
  display: none;
}
.amlocator-arrow {
  display: inline-block;
  height: 8px;
  margin-left: auto;
  min-width: 14px;
  position: relative;
  width: 14px;
}
.amlocator-arrow:before,
.amlocator-arrow:after {
  background-color: #363636;
  content: '';
  display: inline-block;
  height: 2px;
  position: absolute;
  top: 3px;
  transition: all .2s ease;
  width: 9px;
}
.amlocator-arrow:before {
  left: 0;
}
.amlocator-arrow:after {
  right: 0;
}
.amlocator-arrow:after,
.amlocator-arrow.-down:before {
  transform: rotate(45deg);
}
.amlocator-arrow:before,
.amlocator-arrow.-down:after {
  transform: rotate(-45deg);
}
.amlocator-store-list {
  order: 1;
  overflow: auto;
}
.amlocator-store-list .amlocator-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  height: 100%;
  max-height: 500px;
}
.amlocator-stores-wrapper {
  margin-bottom: 10px;
}
.amlocator-store-desc {
  background: #f6f6f6;
  cursor: pointer;
  display: block;
  font-size: 14px;
}
.amlocator-store-desc:not(:first-of-type) {
  margin-top: 15px;
}
.amlocator-store-desc .amlocator-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.amlocator-store-desc .amlocator-title .amlocator-link {
  color: #000000;
  word-break: break-all;
  word-wrap: break-word;
}
.amlocator-store-desc .amlocator-title .amlocator-map-pin {
  display: inline-block;
  margin-left: 1rem;
  vertical-align: middle;
}
.amlocator-store-desc .amlocator-block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
}
.amlocator-store-desc .amlocator-image {
  background-position: center;
  background-size: cover;
  height: 150px;
  margin-right: 15px;
  min-width: 150px;
  width: 150px;
}
.amlocator-store-container {
  margin-bottom: 1.5rem;
}
.amlocator-store-container.-active .amlocator-store-desc,
.amlocator-store-container.-active .amlocator-week-container {
  background: #1979c3;
  color: #ffffff;
}
.amlocator-store-container.-active .amlocator-store-desc .amlocator-title .amlocator-link,
.amlocator-store-container.-active .amlocator-week-container .amlocator-title .amlocator-link {
  color: #ffffff;
}
.amlocator-store-container.-active .amlocator-today {
  background: #9dd4ff;
  color: #000000;
}
.amlocator-store-container .amlocator-week-container {
  background: #f6f6f6;
  display: none;
}
.amlocator-store-container .amlocator-schedule-container:hover {
  cursor: pointer;
}
.amlocator-store-container .amlocator-schedule-container .amlocator-week {
  display: block;
}
.amlocator-description {
  word-break: break-word;
}
.amlocator-schedule-container .amlocator-today {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #dfdfdf;
  justify-content: space-between;
  padding: 5px 15px 5px 35px;
  position: relative;
}
.amlocator-schedule-container .amlocator-today:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB2aWV3Qm94PSIwIDAgOTcuMTYgOTcuMTYiPjxwYXRoIGQ9Ik00OC41OCAwQzIxLjc5MyAwIDAgMjEuNzkzIDAgNDguNThzMjEuNzkzIDQ4LjU4IDQ4LjU4IDQ4LjU4IDQ4LjU4LTIxLjc5MyA0OC41OC00OC41OFM3NS4zNjcgMCA0OC41OCAwem0wIDg2LjgyM2MtMjEuMDg3IDAtMzguMjQ0LTE3LjE1NS0zOC4yNDQtMzguMjQzUzI3LjQ5MyAxMC4zMzcgNDguNTggMTAuMzM3IDg2LjgyNCAyNy40OTIgODYuODI0IDQ4LjU4IDY5LjY2NyA4Ni44MjMgNDguNTggODYuODIzeiIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBkYXRhLW9sZF9jb2xvcj0iIzAwN0FGRiIgZmlsbD0iIzE5NzlDMyIvPjxwYXRoIGQ9Ik03My44OTggNDcuMDhINTIuMDY2VjIwLjgzYTQgNCAwIDAgMC04IDB2MzAuMjVhNCA0IDAgMCAwIDQgNGgyNS44MzJhNCA0IDAgMCAwIDAtOHoiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIGNsYXNzPSJhY3RpdmUtcGF0aCIgZGF0YS1vbGRfY29sb3I9IiMwMDdBRkYiIGZpbGw9IiMxOTc5QzMiLz48L3N2Zz4=) no-repeat center;
  background-size: contain;
  content: '';
  height: 14px;
  left: 15px;
  position: absolute;
  top: 8px;
  width: 14px;
}
.amlocator-schedule-container .amlocator-today .amlocator-time {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
}
.amlocator-schedule-container .amlocator-arrow {
  margin: 6px 0 0 15px;
}
.amlocator-schedule-container .amlocator-week {
  display: none;
  margin: 0 20px;
}
.amlocator-schedule-container.active .amlocator-week-container {
  min-height: 10rem;
  position: relative;
}
.amlocator-schedule-container.active .amlocator-arrow:after {
  transform: rotate(45deg);
}
.amlocator-schedule-container.active .amlocator-arrow:before {
  transform: rotate(-45deg);
}
.amlocator-schedule-table {
  display: flex;
  flex-direction: column;
}
.amlocator-schedule-table .amlocator-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.amlocator-schedule-table .amlocator-cell {
  box-sizing: border-box;
  width: 50%;
}
.amlocator-schedule-table .amlocator-cell.-day {
  padding-left: 15px;
}
.amlocator-schedule-table .amlocator-cell.-time {
  padding-right: 8%;
  text-align: right;
  white-space: nowrap;
}
.amlocator-pager-container {
  margin-top: auto;
}
.amlocator-pager-container .pages {
  text-align: right;
}
.amlocator-pager-container .items {
  padding: 0 1.5rem .2rem;
}
.amlocator-pager-container .items .action:focus {
  box-shadow: 0 0 3px 1px #68a8e0;
}
.amlocator-pager-container .pages .page {
  background: #f8f8f8;
  color: #000000;
  font-weight: normal;
  line-height: 1;
  padding: 8px 10px;
}
.amlocator-pager-container .pages a.page {
  color: #000000;
}
.amlocator-pager-container .pages .item {
  margin: 0;
  position: relative;
}
.amlocator-pager-container .pages .item:not(:last-of-type) {
  margin-right: 10px;
}
.amlocator-pager-container .pages .current .page,
.amlocator-pager-container .pages .page:hover {
  background: #1979c3;
  color: #ffffff;
}
.amlocator-pager-container .pages a.action {
  background: #f8f8f8;
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
}
.amlocator-pager-container .pages a.action:hover {
  background: #1979c3;
}
.amlocator-pager-container .pages .items a.action:before {
  color: #000000;
  font-size: 14px;
}
.amlocator-pager-container .pages .items a.action:hover:before {
  color: #ffffff;
}
.amlocator-pager-container .pages > .label {
  position: relative;
}
.amlocator-map .amlocator-image img {
  max-width: 150px;
}
.amlocator-info-popup {
  width: 250px;
}
.amlocator-info-popup .amlocator-name {
  margin-top: 5px;
}
.amlocator-info-popup .amlocator-image {
  clear: both;
  display: block;
  margin-bottom: 10px;
  width: 100px;
}
.amlocator-index-index {
  overflow-x: hidden;
}
.amstars-rating-container {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzMiIGhlaWdodD0iMjciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgzM3YyN0gweiIvPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTcuMzA1IDEwLjMxM0wxNCAwbC0zLjMwNSAxMC4zMTNIMGw4LjY1MiA2LjM3NEw1LjM0OCAyNyAxNCAyMC42MjYgMjIuNjUyIDI3bC0zLjMwNS0xMC4zMTNMMjggMTAuMzEzSDE3LjMwNXptNC42NTQgMS45OWgtNi4wOEwxNCA2LjQ0bC0xLjg3OSA1Ljg2M2gtNi4wOGw0LjkxOSAzLjYyNC0xLjg4IDUuODYzTDE0IDE4LjE2Nmw0LjkyIDMuNjI0LTEuODgtNS44NjMgNC45Mi0zLjYyNHoiIGZpbGw9IiNCMUFFQUUiLz48L3N2Zz4=);
  height: 27px;
  margin-bottom: 5px;
  overflow: hidden;
  width: 160px;
}
.amstars-rating-container.-small {
  width: 107px;
  height: 18px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgyMnYxOEgweiIvPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTEuNzQzIDYuODc1TDkuNSAwIDcuMjU3IDYuODc1SDBsNS44NzEgNC4yNUwzLjYzIDE4IDkuNSAxMy43NSAxNS4zNzEgMThsLTIuMjQyLTYuODc1TDE5IDYuODc1aC03LjI1N3pNMTQuOSA4LjIwMmgtNC4xMjZMOS41IDQuMjkzbC0xLjI3NSAzLjkxSDQuMDk5bDMuMzM4IDIuNDE1LTEuMjc1IDMuOTA5TDkuNSAxMi4xMWwzLjMzOCAyLjQxNi0xLjI3NS0zLjkxIDMuMzM4LTIuNDE1eiIgZmlsbD0iI0IxQUVBRSIvPjwvc3ZnPg==);
}
.amstars-rating-container.-small .amstars-stars {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgyMnYxOEgweiIvPjxwYXRoIGQ9Ik05LjUgMGwyLjI0MyA2Ljg3NUgxOWwtNS44NzEgNC4yNUwxNS4zNyAxOCA5LjUgMTMuNzUgMy42MjkgMThsMi4yNDItNi44NzVMMCA2Ljg3NWg3LjI1N0w5LjUgMHoiIGZpbGw9IiNFRDlEMDAiLz48L3N2Zz4=);
}
.amstars-rating-container.-main-page {
  margin: 0 10px;
}
.amstars-rating-container .amstars-stars {
  height: 100%;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzMiIGhlaWdodD0iMjciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgzM3YyN0gweiIvPjxwYXRoIGQ9Ik0xNCAwbDMuMzA1IDEwLjMxM0gyOGwtOC42NTIgNi4zNzRMMjIuNjUyIDI3IDE0IDIwLjYyNiA1LjM0OCAyN2wzLjMwNC0xMC4zMTNMMCAxMC4zMTNoMTAuNjk1TDE0IDB6IiBmaWxsPSIjRUQ5RDAwIi8+PC9zdmc+);
}
/* phpcs:ignoreFile */
.amlocator-description-grey {
  background: #fbfbfb;
  padding: 0 15px;
  word-break: break-word;
}
.amlocator-location-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.amlocator-location-container .amlocator-column,
.amlocator-location-container .amlocator-block {
  box-sizing: border-box;
  width: 100%;
}
.amlocator-location-container .amlocator-column > .amlocator-block {
  padding: 0 15px;
}
.amlocator-location-container .amlocator-block.-route {
  padding: 20px 15px 25px;
}
.amlocator-location-container .amlocator-block.-map {
  height: 170px;
  margin-bottom: 15px;
}
.amlocator-location-container .amlocator-block.-separator {
  box-sizing: border-box;
  margin: 15px 0;
}
.amlocator-location-container .amlocator-block.-separator > .hr {
  border-top: 1px solid #d2dde5;
  margin: 0;
}
.amlocator-location-container .amlocator-block > .amlocator-title {
  display: block;
  font-weight: bold;
  margin-bottom: 15px;
}
.amlocator-location-container .amlocator-directions-container {
  max-height: 500px;
  overflow: auto !important;
}
.amlocator-location-container .amlocator-text.-bold {
  font-weight: 600;
}
.amlocator-location-container .amlocator-button {
  background: #1979c3;
  border: 1px solid #1979c3;
  border-radius: 2px;
  box-sizing: border-box;
  color: #ffffff;
  font-weight: inherit;
  min-height: 40px;
}
.amlocator-location-container .amlocator-button:hover {
  background-color: #1c87da;
}
.amlocator-route-creator {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #1979c3;
  box-sizing: border-box;
}
.amlocator-route-creator .amlocator-modes {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
.amlocator-route-creator .amlocator-travel-mode {
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  border: none;
  border-radius: 3.5rem;
  height: 3.5rem;
  opacity: .6;
  transition: all .3s ease;
  width: 3.5rem;
}
.amlocator-route-creator .amlocator-travel-mode:not(:last-of-type) {
  margin-right: 5px;
}
.amlocator-route-creator .amlocator-travel-mode:focus {
  border: 1px solid #ffffff;
}
.amlocator-route-creator .amlocator-travel-mode.radio-checked,
.amlocator-route-creator .amlocator-travel-mode:focus,
.amlocator-route-creator .amlocator-travel-mode:hover {
  background-color: #2d93e2;
  opacity: 1;
}
.amlocator-route-creator .amlocator-travel-mode.-driving {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTMuODE1IDExLjY5N0gxLjEyN3YuOTdjMCAuNTM5IDAgMS4wNzguMDI1IDEuNjE2LjAxNy40OTEuMjE2LjcwNS42NS43MTJoMS40NmEuNDYuNDYgMCAwIDAgLjM5LS4xMjcuNDkyLjQ5MiAwIDAgMCAuMTUtLjM5M2MuMDI0LS4yODEuMDM1LS41NjUuMDM1LS44NDggMC0uNjEgMC0xLjIyLS4wMTUtMS44MjktLjAwNC0uMDIzLS4wMDYtLjA2NC0uMDA3LS4xek0xNi45OSA5LjA3MVY3LjEyOWExLjU0NCAxLjU0NCAwIDAgMC0uMjQyLS44NGMtLjIxLS4zNC0uNDEyLS42ODctLjU5NC0xLjA0M2wtLjAyNC0uMDQ4YS41NTEuNTUxIDAgMCAwIC4wNzEtLjA0My42MjguNjI4IDAgMCAwIC4yMjYtLjU2M2wtLjExOS0uNjhhLjQxMi40MTIgMCAwIDAtLjE0OC0uMjQ1LjM4OC4zODggMCAwIDAtLjI2OS0uMDgybC0uNDc3LjAzNmMtLjI1LS41ODItLjQ4NS0xLjE4LS43MTgtMS43NzZhMTcuMjUyIDE3LjI1MiAwIDAgMC0uNTEzLTEuMTg4Ljk5Mi45OTIgMCAwIDAtLjMwNS0uMzg0Ljk1Ljk1IDAgMCAwLS40NDctLjE4NSA1LjY2MSA1LjY2MSAwIDAgMC0uODY4LS4wOGMtLjg3NiAwLTEuNzUuMDMtMi42My4wMzYtLjcwNyAwLTEuNDE0IDAtMi4xMjItLjAxMkw1LjQ1LjAxMmExMi4wNTQgMTIuMDU0IDAgMCAwLTEuODE5LjA1NWMtLjE5LjAxNi0uMzc0LjA4Mi0uNTMzLjE5Mi0uMTU5LjExLS4yODguMjYtLjM3Ni40MzUtLjAzOC4wNzYtLjA4LjE1LS4xMS4yMjctLjI3NS43LS41NDQgMS40MDYtLjgyNCAyLjEwNC0uMDcxLjIwMi0uMTQ5LjQwMS0uMjMxLjU5NmwtLjUxMy0uMDQ4YS4zODguMzg4IDAgMCAwLS4yNjkuMDgzLjQxMi40MTIgMCAwIDAtLjE0OC4yNDVsLS4xMi42OTFhLjYyOC42MjggMCAwIDAgLjIxNS41NjMuNjYuNjYgMCAwIDAgLjExNy4wNjJjLS4yMDkuNDExLS40NDEuODEtLjY5NSAxLjE5MmEuODkzLjg5MyAwIDAgMC0uMTMuNDA2QzAgNy4wNzkgMCA3LjM0NSAwIDcuNjFjMCAuNjA1LjAwNSAxLjIxMi4wMTUgMS44MTkgMCAuMzQ3IDAgLjY5NS4wMTkgMS4wNGEuNzMuNzMgMCAwIDAgLjE1My40MzQuNjkuNjkgMCAwIDAgLjM3Ny4yNDhjLjMyMy4wOTcuNjU4LjE0NC45OTQuMTQxLjc1MS4wMTQgMS41MTYuMDE0IDIuMjc1LjAxNGg4LjQwM2MxLjE5NCAwIDIuMzg5LjA2MiAzLjU4Mi0uMDM3YTMuMTEgMy4xMSAwIDAgMCAuNjktLjE1LjY0OC42NDggMCAwIDAgLjMwOS0uMjEyYy4wOC0uMTAxLjEzMS0uMjI0LjE0NS0uMzU0LjAyMi0uMTE4LjAzNS0uMjM4LjAzOC0uMzU3LjAwMi0uMzczLS4wMS0uNzUyLS4wMS0xLjEyNnptLTE0LjUyOC4wNGMtLjI2IDAtLjUxNS0uMDgtLjczMS0uMjI5YTEuMzUgMS4zNSAwIDAgMS0uNDg1LS42MSAxLjQgMS40IDAgMCAxLS4wNzQtLjc4NWMuMDUtLjI2My4xNzYtLjUwNS4zNi0uNjk1LjE4My0uMTkuNDE4LS4zMi42NzMtLjM3Mi4yNTUtLjA1My41Mi0uMDI2Ljc2LjA3N3MuNDQ2LjI3Ny41OS41YTEuMzkxIDEuMzkxIDAgMCAxIC4xMjIgMS4yNzYgMS4zNjMgMS4zNjMgMCAwIDEtLjI4NS40NDIgMS4zMTMgMS4zMTMgMCAwIDEtLjQyNy4yOTVjLS4xNi4wNjgtLjMzLjEwMy0uNTAzLjEwM3YtLjAwMnptLS4yOTUtMy45MzdjLjAwOS0uMDM1LjAxMy0uMDU0LjAyLS4wNzFMMy43IDEuNTAyYy4wMTctLjA0My4wNC0uMDg0LjA2LS4xMjNhLjI2MS4yNjEgMCAwIDEgLjEtLjExNy4yNS4yNSAwIDAgMSAuMTQ4LS4wMzhoOC45MzdhLjI4Ny4yODcgMCAwIDEgLjE5NS4wNDljLjA1OC4wMzkuMS4wOTguMTIuMTY2LjE1OC4zODkuMzIuNzc3LjQ4MyAxLjE2NWwxLjAwNCAyLjQyOWMuMDEzLjAzLjAyNC4wNjQuMDQzLjExbC0xMi42MjMuMDMxem0xMi4zMzUgMy45NGExLjI4NiAxLjI4NiAwIDAgMS0uNzI5LS4yMzYgMS4zNTEgMS4zNTEgMCAwIDEtLjQ3OS0uNjE1IDEuNCAxLjQgMCAwIDEtLjA2OC0uNzg2Yy4wNTMtLjI2My4xOC0uNTA0LjM2Ni0uNjkyYTEuMjc2IDEuMjc2IDAgMCAxIDEuNDM2LS4yOGMuMjQuMTA0LjQ0NC4yOC41ODcuNTA2YTEuMzkyIDEuMzkyIDAgMCAxLS4xOCAxLjcxMyAxLjI5MyAxLjI5MyAwIDAgMS0uOTMzLjM5em0tMS4zMTUgMi42MTZ2MS41ODljMCAuMzM1LjAxNy42NzMuMDQgMS4wMDkuMDMuNDM0LjE5OS42MzguNTYzLjY0OGEzMC44NyAzMC44NyAwIDAgMCAxLjU4NCAwIC40MTMuNDEzIDAgMCAwIC4zLS4xMDEuNDQuNDQgMCAwIDAgLjE0OC0uMjg3Yy4wMzQtLjE1Mi4wNTMtLjMwNy4wNTYtLjQ2MnYtMi4zMThhLjc1NS43NTUgMCAwIDAgMC0uMDhoLTIuNjgxbC0uMDEuMDAyeiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==);
}
.amlocator-route-creator .amlocator-travel-mode.-transit {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE0LjMxOCA5VjIuNzdhLjY5OC42OTggMCAwIDAtLjItLjQ5LjY3Ny42NzcgMCAwIDAtLjQ4Mi0uMjAzVjBIMS4zNjR2Mi4wNzdhLjY3Ny42NzcgMCAwIDAtLjQ4Mi4yMDMuNjk4LjY5OCAwIDAgMC0uMi40OVY5SDB2NS41MzloMS4zNjR2Mi40MjNjMCAuMjc1LjEwNy41NC4zLjczNC4xOTEuMTk1LjQ1MS4zMDQuNzIyLjMwNGguNjgyYy4yNzEgMCAuNTMyLS4xMS43MjMtLjMwNC4xOTItLjE5NS4zLS40NTkuMy0uNzM1VjE0LjU0aDYuODE4djIuNDIzYzAgLjI3NS4xMDguNTQuMy43MzQuMTkxLjE5NS40NTIuMzA0LjcyMy4zMDRoLjY4MmMuMjcgMCAuNTMxLS4xMS43MjMtLjMwNC4xOTItLjE5NS4zLS40NTkuMy0uNzM1VjE0LjU0SDE1VjloLS42ODJ6bS0xLjE5MyAyLjc3YzAgLjIwNS0uMDYuNDA1LS4xNzIuNTc2LS4xMTMuMTctLjI3Mi4zMDQtLjQ2LjM4M2ExLjAwOCAxLjAwOCAwIDAgMS0xLjExNC0uMjI1IDEuMDQ0IDEuMDQ0IDAgMCAxLS4yMjItMS4xMzJjLjA3OC0uMTkuMjA5LS4zNTIuMzc3LS40NjZhMS4wMTIgMS4wMTIgMCAwIDEgMS4yOTEuMTI5Yy4xOTIuMTk1LjMuNDU5LjMuNzM0em0tOS4yMDUgMGMwIC4yMDUtLjA2LjQwNS0uMTcyLjU3NmExLjAwOCAxLjAwOCAwIDAgMS0xLjU3NC4xNTcgMS4wNDMgMS4wNDMgMCAwIDEtLjIyMS0xLjEzMWMuMDc3LS4xOS4yMDgtLjM1Mi4zNzctLjQ2NmExLjAxMiAxLjAxMiAwIDAgMSAxLjI5LjEyOWMuMTkzLjE5NS4zLjQ1OS4zLjczNHpNOC4xODIgOVYzLjQ2Mmg0Ljc3MlY5SDguMTgyek0yLjA0NSAzLjQ2Mmg0Ljc3M1Y5SDIuMDQ1VjMuNDYyeiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==);
}
.amlocator-route-creator .amlocator-travel-mode.-walking {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTkuMjM4IDEwLjY2Nkw3LjM0NSA4LjA2bC0uMzcxIDIuMzUuOTAzIDEuMjQzYS44NC44NCAwIDAgMCAxLjE3NS4xODcuODQuODQgMCAwIDAgLjE4Ni0xLjE3NXpNNy4zMjMgMi40NGExLjY4MiAxLjY4MiAwIDEgMS0zLjM2NSAwIDEuNjgyIDEuNjgyIDAgMCAxIDMuMzY1IDB6TTQuMTU4IDE0LjQzNWwtMi4xODggMy4wM2ExLjAyOCAxLjAyOCAwIDEgMCAxLjY2NyAxLjIwNGwxLjc5LTIuNDc4LTEuMjY5LTEuNzU2eiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik05LjgwNSAxNy40NjVsLTMuODYtNS4zNDUuNzk3LTUuMDMzYTIuMDU1IDIuMDU1IDAgMCAwLTEuNzEtMi4zNTJjLS42Ny0uMTA2LTEuMjUzLjE5OC0xLjc2NC41NjlMLjg0NCA3LjA2NWEuODQxLjg0MSAwIDAgMC0uMzM3LjU1TC4wMSAxMC43NTJhLjg0MS44NDEgMCAwIDAgMS42NjIuMjYzbC40NDMtMi43OTUgMS4xNzYtLjg1NS0uNDg1IDMuMDczYy0uMDg0LjUyOC4wMzcuODk4LjI4MSAxLjIzNmw1LjA1MSA2Ljk5NGExLjAyNyAxLjAyNyAwIDEgMCAxLjY2Ny0xLjIwNHoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=);
}
.amlocator-route-creator .amlocator-travel-mode.-bicycling {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMTkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyLjEzNCA0LjI3NmExLjYzMSAxLjYzMSAwIDEgMC0yLjUyOC0yLjA2MiAxLjYzMSAxLjYzMSAwIDAgMCAyLjUyOCAyLjA2MnpNMTAuMDMxIDcuMDUzbDIuOTA3IDMuMDkyYS42Ni42NiAwIDAgMCAuOTM1LjAyOS42NjIuNjYyIDAgMCAwIC4wMjktLjkzNWwtMy42OTgtMy45MzVhLjY1LjY1IDAgMCAwLS4wODUtLjA3M2MtLjAxLS4wMS0uMDE4LS4wMi0uMDI5LS4wMjktLjUxNy0uNDM1LTEuNTI5LS41MzQtMi4zNy4zMDctMS4xNTMgMS4xNjItMS42OTkgMi4wMi0yLjI3MSAzLjY0LS4zMjkgMS4yMTguMzc3IDEuNzA1IDEuMDE1IDIuMDA3LjE2Ny4wOC4zMTIuMTQyLjQ0Mi4xNzQuMDM1LjAxMy4wNjguMDI4LjEwNS4wMzdsMi4zNjcuNTcyLS45MzggMy43MTFhLjg4Mi44ODIgMCAwIDAgMS43MS40MzNsMS4xNTctNC41NzZhLjg4Mi44ODIgMCAwIDAtLjY0OC0xLjA3NGwtMi41My0uNjFjLjQ5Ny0xLjAwMyAxLjI2NC0xLjkzOCAxLjgtMi42NDYuMDM2LS4wNC4wNy0uMDgxLjEwMi0uMTI0eiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTkgMTUuMmEzLjggMy44IDAgMSAxLTcuNiAwIDMuOCAzLjggMCAwIDEgNy42IDB6bS0zLjggMS45YTEuOSAxLjkgMCAxIDAgMC0zLjggMS45IDEuOSAwIDAgMCAwIDMuOHpNNy42IDE1LjJhMy44IDMuOCAwIDEgMS03LjYgMCAzLjggMy44IDAgMCAxIDcuNiAwem0tMy44IDEuOWExLjkgMS45IDAgMSAwIDAtMy44IDEuOSAxLjkgMCAwIDAgMCAzLjh6IiBmaWxsPSIjZmZmIi8+PC9zdmc+);
}
.amlocator-route-creator .amlocator-addresses {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.amlocator-route-creator .amlocator-inputs {
  flex: 1;
  margin: 0 25px;
}
.amlocator-route-creator .amlocator-address {
  border: none;
  height: 35px;
}
.amlocator-route-creator .amlocator-address:focus {
  box-shadow: 0 0 3px 1px #ffffff;
}
.amlocator-route-creator .amlocator-address.-end {
  background: #f2f2f2;
  color: #494949;
}
.amlocator-route-creator .amlocator-address:not(:last-of-type) {
  margin-bottom: 15px;
}
.amlocator-route-creator .amlocator-swap {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMzIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTcgMTZhMSAxIDAgMSAwIDIgMEg3ek04LjcwNy4yOTNhMSAxIDAgMCAwLTEuNDE0IDBMLjkyOSA2LjY1N0ExIDEgMCAwIDAgMi4zNDMgOC4wN0w4IDIuNDE0bDUuNjU3IDUuNjU3YTEgMSAwIDEgMCAxLjQxNC0xLjQxNEw4LjcwNy4yOTN6TTkgMTZWMUg3djE1aDJ6TTE0IDE2YTEgMSAwIDEgMC0yIDBoMnptLTEuNzA3IDE1LjcwN2ExIDEgMCAwIDAgMS40MTQgMGw2LjM2NC02LjM2NGExIDEgMCAwIDAtMS40MTQtMS40MTRMMTMgMjkuNTg2bC01LjY1Ny01LjY1N2ExIDEgMCAwIDAtMS40MTQgMS40MTRsNi4zNjQgNi4zNjR6TTEyIDE2djE1aDJWMTZoLTJ6IiBmaWxsPSIjZmZmZmZmIi8+PC9zdmc+);
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  border: none;
  height: 33px;
  opacity: .6;
  padding: 0;
  transition: all .3s ease;
  width: 20px;
}
.amlocator-route-creator .amlocator-swap:hover,
.amlocator-route-creator .amlocator-swap:focus {
  opacity: 1;
}
.amlocator-route-creator .amlocator-swap:focus {
  box-shadow: 0 0 3px 1px #ffffff;
}
.amlocator-route-icon {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 65px;
  justify-content: space-between;
  width: 13px;
}
.amlocator-route-icon .amlocator-icon {
  box-sizing: border-box;
}
.amlocator-route-icon .amlocator-icon.-start {
  border: 3px solid #ffffff;
  border-radius: 10px;
  height: 12px;
  width: 12px;
}
.amlocator-route-icon .amlocator-icon.-dot {
  background: #2d93e2;
  border-radius: 10px;
  height: 4px;
  width: 4px;
}
.amlocator-route-icon .amlocator-icon.-end {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02Ljc1IDE4UzEzIDExLjc0NyAxMyA2YzAtNC0zLTYtNi41LTZTMCAyIDAgNmMwIDUuNzQ3IDYuNzUgMTIgNi43NSAxMnpNNi41IDlhMi41IDIuNSAwIDEgMCAwLTUgMi41IDIuNSAwIDAgMCAwIDV6IiBmaWxsPSIjZmZmIi8+PC9zdmc+) no-repeat center;
  height: 18px;
  width: 13px;
}
.amlocator-collapse-title {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  box-sizing: border-box;
  color: #000000;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  padding: 5px 0 10px 0;
}
.amlocator-directions-container table.adp-placemark {
  background: #1978c3;
  color: #ffffff;
}
.amlocator-directions-container td.adp-text {
  font-weight: 600;
  vertical-align: middle;
}
.amlocator-location-info {
  box-sizing: border-box;
  padding: 15px;
}
.amlocator-location-info .amlocator-block {
  margin-bottom: 10px;
}
.amlocator-location-info .amlocator-link {
  color: #000000;
  cursor: pointer;
}
.amlocator-location-info .amlocator-icon {
  background-color: #1979c3;
  border-radius: 10px;
  display: inline-block;
  height: 20px;
  margin-right: 15px;
  vertical-align: middle;
  width: 20px;
}
.amlocator-location-info .amlocator-icon.-website {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTYgMGE2IDYgMCAxIDEgMCAxMkE2IDYgMCAwIDEgNiAwem00LjQwOCAyLjg1NGMtLjQ2MS4zMDktLjk1My41NjktMS40NjguNzc2LjIyMi42Ny4zNSAxLjM2Ny4zOCAyLjA3MWgyLjA4N2E1LjQxIDUuNDEgMCAwIDAtMS0yLjg0N3ptLTguODEzIDBBNS40IDUuNCAwIDAgMCAuNiA1LjcwMmgyLjA4Yy4wMy0uNzA1LjE1OC0xLjQwMi4zOC0yLjA3MmE3Ljk5NiA3Ljk5NiAwIDAgMS0xLjQ2Ni0uNzc2em04LjgxMyA2LjI5MmE1LjQgNS40IDAgMCAwIDEtMi44NDdIOS4zMjJhNy41OSA3LjU5IDAgMCAxLS4zNiAyLjA3N2MuNTA3LjIwNy45OS40NjUgMS40NDUuNzd6TS42IDYuMjk2YTUuNDA3IDUuNDA3IDAgMCAwIDEgMi44NSA3Ljk5MyA3Ljk5MyAwIDAgMSAxLjQ0NC0uNzcgNy41OTQgNy41OTQgMCAwIDEtLjM2Ni0yLjA4SC42em01LjEwNyAxLjUxMnYtMS41MUgzLjI3NGMtLjAzNC4zMzQuMTkgMS42MjIuMzI2IDEuODc4YTcuODk3IDcuODk3IDAgMCAxIDIuMTAyLS4zNjZsLjAwNS0uMDAyem0zLjAyOS0xLjUxSDYuMjk5VjcuODFhNy45MiA3LjkyIDAgMCAxIDIuMTAxLjM2OGMuMTk3LS42MDguMzEtMS4yNC4zMzYtMS44OHptLTMuMDMyLS42VjQuMTlhNy45MyA3LjkzIDAgMCAxLTIuMDg0LS4zNmMtLjE1OC4zNC0uMzkzIDEuNjQzLS4zNCAxLjg3NWgyLjQyNHYtLjAwNnptMi42ODMtMS44NzFhNy45NDMgNy45NDMgMCAwIDEtMi4wODguMzZ2MS41MTVoMi40MzVhNy4wNCA3LjA0IDAgMCAwLS4zNDctMS44NzV6TTMuOCA4LjczNGE3LjA0NSA3LjA0NSAwIDAgMCAxLjkwMiAyLjYyVjguNGMtLjM2OC0uMDI0LTEuNTMyLjE3OS0xLjkwMi4zMzR6bTIuNDk4IDIuNjIyYTcuMDU3IDcuMDU3IDAgMCAwIDEuOTA0LTIuNjI3QTcuMzggNy4zOCAwIDAgMCA2LjI5OCA4LjR2Mi45NTZ6TTMuODIyIDMuMjc0Yy40MjguMTYgMS41OTIuMzYgMS44OC4zMjJWLjcwNmE3LjA1MiA3LjA1MiAwIDAgMC0xLjg4IDIuNTY4em00LjM2IDBBNy4wNTIgNy4wNTIgMCAwIDAgNi4yOTkuNzA2VjMuNmE3LjM5NyA3LjM5NyAwIDAgMCAxLjg4My0uMzIzdi0uMDAzem0tNC45MTQtLjE5NUE3LjcyMiA3LjcyMiAwIDAgMSA0LjgyNC43MiA1LjM4OCA1LjM4OCAwIDAgMCAxLjk2MiAyLjRjLjQxMS4yNy44NDkuNDk4IDEuMzA2LjY4ek03LjE3OC43MmE3Ljc0OCA3Ljc0OCAwIDAgMSAxLjU2IDIuMzYgNy4yMTYgNy4yMTYgMCAwIDAgMS4zMDUtLjY4NkE1LjQgNS40IDAgMCAwIDcuMTc3Ljcyem0uMDggMTAuNTRhNS4zNjQgNS4zNjQgMCAwIDAgMi43ODEtMS42NTNBNy4yMjUgNy4yMjUgMCAwIDAgOC43NiA4LjkzYTcuODQyIDcuODQyIDAgMCAxLTEuNTAxIDIuMzN6TTEuOTYzIDkuNjA3YTUuMzcxIDUuMzcxIDAgMCAwIDIuNzgyIDEuNjUzIDcuODI4IDcuODI4IDAgMCAxLTEuNDk4LTIuMzNjLS40NS4xODItLjg4LjQxLTEuMjg0LjY3N3oiIGZpbGw9IiNmZmYiLz48L3N2Zz4=);
  background-position: center;
  background-repeat: no-repeat;
}
.amlocator-location-info .amlocator-icon.-phone {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uNzUgMS45NjZsMS4xMTgtLjc0M2MuMzY3LS4yNDUuNzUyLS4xNTQuOTU0LjI1NWwuOTU1IDEuOTM1LS43NjUuODZjLS4yNTMuMjkzLS40NDMuNTcyLS4yNjkuOTg5LjY4NyAxLjY0OCAyLjI4MiAzLjU4IDMuNzcgNC41NjcuMzc3LjI1LjY4Ny4xMTYgMS4wMjItLjA3N2wuOTktLjU4OCAxLjcyIDEuMzA0Yy4zNjMuMjc2LjM3OS42NzEuMDY5Ljk4NmwtLjk0Mi45NTVDNy4yMDcgMTQuNjA2LTEuODQzIDMuNjM2Ljc1MSAxLjk2N3oiIGZpbGw9IiNmZmYiLz48L3N2Zz4=);
  background-position: center;
  background-repeat: no-repeat;
}
.amlocator-location-info .amlocator-icon.-email {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTAuNDQzIDFIMS41NTdDMS4yNSAxIDEgMS4yMTcgMSAxLjQ4NHY1LjAzMmMwIC4yNjcuMjUuNDg0LjU1Ny40ODRoOC44ODZjLjMwNyAwIC41NTctLjIxNy41NTctLjQ4NFYxLjQ4NGMwLS4yNjctLjI1LS40ODQtLjU1Ny0uNDg0em0tOC44ODYuMjUyaDguODg2Yy4xNDMgMCAuMjYuMDk5LjI2Ni4yMjJMNi4yMjYgNC42NzFhLjQyOC40MjggMCAwIDEtLjQ1MiAwTDEuMjkxIDEuNDc0Yy4wMDYtLjEyMy4xMjMtLjIyMi4yNjYtLjIyMnpNMS4yOSAxLjhMNC4zNzUgNCAxLjI5IDYuMlYxLjh6bTkuMTUzIDQuOTQ4SDEuNTU3Yy0uMTQzIDAtLjI2LS4wOTktLjI2Ni0uMjIybDMuMzEzLTIuMzYzLjk4Ni43MDNBLjcxMS43MTEgMCAwIDAgNiA0Ljk5YS43MTIuNzEyIDAgMCAwIC40MS0uMTIzbC45ODYtLjcwMyAzLjMxMyAyLjM2M2MtLjAwNi4xMjMtLjEyMy4yMjItLjI2Ni4yMjJ6bS4yNjYtLjU0OEw3LjYyNSA0bDMuMDg0LTIuMnY0LjR6IiBmaWxsPSIjZmZmIiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iLjQiLz48L3N2Zz4=);
  background-position: center;
  background-repeat: no-repeat;
}
.amlocator-location-container .amlocator-schedule-container .amlocator-today {
  background: none;
  cursor: pointer;
  padding-left: 30px;
  padding-right: 0;
}
.amlocator-location-container .amlocator-schedule-container .amlocator-today:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEwIDBDNC40ODggMCAwIDQuNDg4IDAgMTBzNC40ODggMTAgMTAgMTAgMTAtNC40ODggMTAtMTBTMTUuNTEyIDAgMTAgMHoiIGZpbGw9IiMxOTc5QzMiLz48cGF0aCBkPSJNMTAuMDk5IDRIOXY2LjEzNkwxMy4zNCAxM2wuNjYtLjcyNy0zLjkwMS0yLjU5MVY0eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==) no-repeat center;
  height: 20px;
  left: 0;
  top: 5px;
  width: 20px;
}
.amlocator-location-container .amlocator-schedule-table .amlocator-cell.-day {
  padding-left: 10px;
}
.amlocator-location-container .amlocator-schedule-table .amlocator-cell.-time {
  padding-right: 8px;
}
.amlocator-location-gallery {
  padding: 0 15px;
}
.amlocator-location-gallery > .amlocator-wrapper {
  height: 80px;
  padding: 0 25px;
}
.amlocator-location-gallery .slick-slide {
  margin: .2rem;
}
.amlocator-location-gallery .amlocator-link {
  height: 80px;
  text-align: center;
}
.amlocator-location-gallery .amlocator-image {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.amlocator-location-gallery .amlocator-wrapper .slick-list .slick-track .slick-slide {
  display: inline-block;
}
.amlocator-location-gallery .slick-arrow:focus {
  box-shadow: 0 0 3px 1px #68a8e0;
}
.fancybox-button,
.fancybox-button:hover {
  box-shadow: none !important;
}
.amlocator-location-reviews {
  max-height: 500px;
  overflow: auto;
}
.amlocator-location-reviews .amlocator-items {
  list-style: none none;
  margin: 0;
  padding: 0;
}
.amlocator-reviews-general {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.amlocator-reviews-general .amlocator-value {
  font-size: 50px;
  font-weight: 400;
  margin-right: 10px;
}
.amlocator-reviews-general .amlocator-wrapper {
  margin-right: 20px;
}
.amlocator-location-review {
  padding: 10px 0 0;
}
.amlocator-location-review .amlocator-name {
  font-weight: bold;
}
.amlocator-location-review .amlocator-message {
  margin-top: 10px;
  max-height: 1000px;
  overflow: auto;
  transition: all .3s ease;
  word-break: break-word;
  word-wrap: break-word;
}
.amlocator-location-review .amlocator-message.-collapsed {
  max-height: 60px;
  overflow: hidden;
}
.amlocator-location-review .amlocator-footer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.amlocator-location-review .amlocator-link.-full,
.amlocator-location-review .amlocator-link.-full:visited,
.amlocator-location-review .amlocator-link.-full:active,
.amlocator-location-review .amlocator-link.-full:hover {
  color: #6b8fab;
  cursor: pointer;
  font-size: 12px;
  margin-right: 14px;
  position: relative;
}
.amlocator-location-review .amlocator-date {
  color: #555555;
  font-size: 12px;
  margin-left: auto;
  margin-right: 5px;
}
.amlocator-attributes-container {
  display: none;
  padding: 30px 20px;
}
.amlocator-location-attribute:not(:first-of-type) {
  margin-top: 25px;
}
.amlocator-location-attribute .amlocator-values {
  display: inline-block;
}
.amlocator-location-attribute .amlocator-value {
  border-radius: 2px;
  /* phpcs:ignore Magento2.Less.ZeroUnits.ZeroUnitFound */
  box-shadow: 0 2px 4px rgba(45, 147, 226, 0.1);
  display: inline-block;
  margin: 0 10px 5px 0;
  padding: 5px 10px;
}
.amlocator-location-attribute .amlocator-value.-multiselect {
  background: #ffffff;
  color: #363636;
}
.hidden {
  display: none;
}
.loading-mask {
  z-index: 100001 !important;
}
.amlocator-review-popup {
  align-items: center;
  display: flex;
  justify-content: center;
}
.amlocator-review-popup-content {
  padding-bottom: 30px;
}
.amlocator-review-popup .modal-inner-wrap {
  border-radius: 10px;
  max-width: 500px;
  min-width: 330px;
  width: 30%;
}
.amlocator-review-popup .modal-inner-wrap .modal-header {
  padding-top: 2rem;
}
.amlocator-review-popup .modal-inner-wrap .modal-header .action-close {
  padding: 12px;
}
.amlocator-review-popup .modal-inner-wrap .modal-header .action-close:hover:before {
  color: #1979c3;
}
.amlocator-review-popup .modal-inner-wrap .modal-header .action-close:focus:before {
  color: #1979c3;
}
.amlocator-review-popup .modal-inner-wrap .modal-footer {
  padding-top: 0;
}
.amlocator-review-popup .modal-inner-wrap .amlocator-header {
  font-size: 16px;
  margin-bottom: 10px;
}
.amlocator-review-popup .modal-inner-wrap .amlocator-name {
  font-weight: 600;
  word-break: break-all;
  word-wrap: break-word;
}
.amlocator-review-popup .modal-inner-wrap .review-control-vote:focus-within:before {
  background: url(data:image/svg+xml;base64,PCEtLSBzYW1wbGUgcmVjdGFuZ2xlIC0tPgo8c3ZnIHdpZHRoPSIzMyIgaGVpZ2h0PSIyNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsPSJub25lIiBkPSJNMCAwaDMzdjI3SDB6Ii8+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNy4zMDUgMTAuMzEzTDE0IDBsLTMuMzA1IDEwLjMxM0gwbDguNjUyIDYuMzc0TDUuMzQ4IDI3IDE0IDIwLjYyNiAyMi42NTIgMjdsLTMuMzA1LTEwLjMxM0wyOCAxMC4zMTNIMTcuMzA1em00LjY1NCAxLjk5aC02LjA4TDE0IDYuNDRsLTEuODc5IDUuODYzaC02LjA4bDQuOTE5IDMuNjI0LTEuODggNS44NjNMMTQgMTguMTY2bDQuOTIgMy42MjQtMS44OC01Ljg2MyA0LjkyLTMuNjI0eiIgZmlsbD0iIzAwNmJiNCIvPjwvc3ZnPg==);
}
.amlocator-review-form .review-field-rating .control {
  margin: 5px 0 40px;
}
.amlocator-review-form .review-field-rating .label {
  color: #3f3f3f;
  font-weight: 400;
}
.amlocator-review-form .review-control-vote:before {
  content: '';
  width: 165px;
  height: 27px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzMiIGhlaWdodD0iMjciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgzM3YyN0gweiIvPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTcuMzA1IDEwLjMxM0wxNCAwbC0zLjMwNSAxMC4zMTNIMGw4LjY1MiA2LjM3NEw1LjM0OCAyNyAxNCAyMC42MjYgMjIuNjUyIDI3bC0zLjMwNS0xMC4zMTNMMjggMTAuMzEzSDE3LjMwNXptNC42NTQgMS45OWgtNi4wOEwxNCA2LjQ0bC0xLjg3OSA1Ljg2M2gtNi4wOGw0LjkxOSAzLjYyNC0xLjg4IDUuODYzTDE0IDE4LjE2Nmw0LjkyIDMuNjI0LTEuODgtNS44NjMgNC45Mi0zLjYyNHoiIGZpbGw9IiNCMUFFQUUiLz48L3N2Zz4=);
}
.amlocator-review-form .review-control-vote label:before {
  content: '';
  display: inline-block;
  height: 27px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzMiIGhlaWdodD0iMjciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgzM3YyN0gweiIvPjxwYXRoIGQ9Ik0xNCAwbDMuMzA1IDEwLjMxM0gyOGwtOC42NTIgNi4zNzRMMjIuNjUyIDI3IDE0IDIwLjYyNiA1LjM0OCAyN2wzLjMwNC0xMC4zMTNMMCAxMC4zMTNoMTAuNjk1TDE0IDB6IiBmaWxsPSIjRUQ5RDAwIi8+PC9zdmc+);
}
.amlocator-review-form .review-control-vote input[type='radio']:not(:checked) + label:hover:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzMiIGhlaWdodD0iMjciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgzM3YyN0gweiIvPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTcuMzA1IDEwLjMxM0wxNCAwbC0zLjMwNSAxMC4zMTNIMGw4LjY1MiA2LjM3NEw1LjM0OCAyNyAxNCAyMC42MjYgMjIuNjUyIDI3bC0zLjMwNS0xMC4zMTNMMjggMTAuMzEzSDE3LjMwNXptNC42NTQgMS45OWgtNi4wOEwxNCA2LjQ0bC0xLjg3OSA1Ljg2M2gtNi4wOGw0LjkxOSAzLjYyNC0xLjg4IDUuODYzTDE0IDE4LjE2Nmw0LjkyIDMuNjI0LTEuODgtNS44NjMgNC45Mi0zLjYyNHoiIGZpbGw9IiNFRDlEMDAiLz48L3N2Zz4=);
  cursor: pointer;
  opacity: 1;
}
.amlocator-review-form .review-control-vote {
  /* phpcs:ignore Magento2.Less.BracesFormatting.SpacingBeforeOpen,Magento2.Less.BracesFormatting.SpacingBeforeClose  */
  /* phpcs:ignore Magento2.Less.BracesFormatting.SpacingBeforeOpen,Magento2.Less.BracesFormatting.SpacingBeforeClose  */
  /* phpcs:ignore Magento2.Less.BracesFormatting.SpacingBeforeOpen,Magento2.Less.BracesFormatting.SpacingBeforeClose  */
  /* phpcs:ignore Magento2.Less.BracesFormatting.SpacingBeforeOpen,Magento2.Less.BracesFormatting.SpacingBeforeClose  */
  /* phpcs:ignore Magento2.Less.BracesFormatting.SpacingBeforeOpen,Magento2.Less.BracesFormatting.SpacingBeforeClose  */
}
.amlocator-review-form .review-control-vote .rating-5:before {
  width: 165px;
}
.amlocator-review-form .review-control-vote .rating-4:before {
  width: 132px;
}
.amlocator-review-form .review-control-vote .rating-3:before {
  width: 99px;
}
.amlocator-review-form .review-control-vote .rating-2:before {
  width: 66px;
}
.amlocator-review-form .review-control-vote .rating-1:before {
  width: 33px;
}
.amlocator-review-form.review-form .action.submit.primary {
  background: #1979c3;
  border: 0;
  border-radius: 0;
  color: #ffffff;
  min-height: 40px;
  width: inherit;
}
.amlocator-review-form.review-form .action.submit.primary:hover {
  background: #1c87da;
}
.amlocator-review-form .label-gdpr.amreview-checboxlabel span {
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
.amlocator-review-form .field.review-field-ratings .label {
  margin: 10px 15px 0 0;
  vertical-align: top;
}
.amlocator-review-form .field.review-field-ratings .control {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
/*--- Brand Colors ---*/
/* gray - title */
/* hover */
/* blue with opacity < 1 */
/* gray - border - box shadow */
@keyframes translator {
  from {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
.cdz-translator {
  animation-name: translator;
  animation-duration: 1s;
}
.cdz-transparent {
  opacity: 0;
}
.flex-grid {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
}
.abs-img {
  position: relative;
  display: block;
  overflow: hidden;
}
.abs-img img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.sidebar {
  max-width: 100%;
}
.zoom-eff,
.owl-carousel .owl-lazy.zoom-eff {
  transform: scale(1);
  -webkit-transform: scale(1);
  transition: all ease 500ms;
  -webkit-transition: all ease 500ms;
}
.zoom-eff:hover,
.owl-carousel .owl-lazy.zoom-eff:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transition: all ease 500ms;
  -webkit-transition: all ease 500ms;
}
.double-bounce-spinner {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 100px auto;
}
.double-bounce-spinner .double-bounce1,
.double-bounce-spinner .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #333;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}
.double-bounce-spinner .double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}
@-webkit-keyframes sk-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
/*Shop by Brands*/
.brand-container .owl-carousel.owl-loaded {
  padding-top: 0;
}
.brand-container .block {
  margin-bottom: 0;
}
.brand-container .page-desc {
  margin-bottom: 20px;
}
.brand-container .block-title {
  color: #000000;
  font: 500 16px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
  background-color: transparent;
  padding: 0;
  margin-bottom: 20px;
  min-width: 100%;
  border-bottom: 1px solid #e1e1e1;
}
.brand-container .block-title > strong {
  font: 500 16px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
  border: 0;
  padding-bottom: 15px;
  margin-top: 0;
  margin-bottom: -1px;
  display: inline-block;
  vertical-align: top;
  border-bottom: 3px solid #000000;
  text-transform: uppercase;
}
/*Search*/
.block-brands-search .all-brank-link {
  font-size: 0;
  float: right;
  margin-top: 2px;
}
.rtl-layout .block-brands-search .all-brank-link {
  float: left;
}
.block-brands-search .all-brank-link:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f08e';
  font-size: 16px;
  color: #999999;
}
.block-brands-search .all-brank-link:hover:before {
  color: #000000;
}
.brand-main .brand-search-wrap,
.featured-brands-block .brand-search-wrap {
  float: right;
  width: 250px;
  z-index: 10;
  max-width: 100%;
}
.rtl-layout .brand-main .brand-search-wrap,
.rtl-layout .featured-brands-block .brand-search-wrap {
  float: left;
}
.brand-search-wrap {
  font-size: 14px !important;
}
.brand-search-wrap .search-input {
  height: 35px;
  line-height: 35px;
  display: block;
  background-color: #FFF;
}
.brand-search-wrap .list-wrap {
  background-color: #FFF;
}
.brand-search-wrap input[type="text"] {
  font-size: 10px;
  font-style: italic;
  padding-left: 35px;
  margin-top: -3px;
}
.brand-search-wrap .brand-form {
  position: relative;
}
.brand-search-wrap .brand-form .ui-helper-hidden-accessible {
  display: block;
  width: 100%;
  color: #c07600;
  position: absolute;
  width: auto;
  white-space: nowrap;
  top: -15px;
  font-size: 11px;
}
.brand-search-wrap .search-label {
  position: absolute;
  left: 10px;
  top: -2px;
}
.brand-search-wrap .search-label:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 40px;
  color: #f1f1f1;
  content: '\e615';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.brand-search-wrap .brand-list {
  display: block !important;
  padding: 0;
  width: 100% !important;
  border: 1px solid #e1e1e1;
  border-top: none;
  margin: 0;
  left: 0 !important;
  top: 0 !important;
}
.brand-search-wrap .brand-list._hide {
  display: none !important;
}
.brand-search-wrap .brand-list .item {
  list-style: none;
  border-bottom: 1px dotted #e1e1e1;
  margin-bottom: 0;
}
.brand-search-wrap .brand-list .item:last-child {
  border-bottom: none;
}
.brand-search-wrap .brand-list .item:last-child {
  border-bottom: none;
}
.brand-search-wrap .brand-list .item a {
  line-height: 0;
  text-decoration: none;
  width: 100%;
  display: flex;
  align-items: center;
}
.brand-search-wrap .brand-list .item a > span {
  display: block;
  float: left;
}
.rtl-layout .brand-search-wrap .brand-list .item a > span {
  float: right;
}
.brand-search-wrap .brand-list .item a .brand-img {
  width: 35px;
  height: 35px;
  margin-right: 10px;
}
.rtl-layout .brand-search-wrap .brand-list .item a .brand-img {
  margin-right: 0px;
  margin-left: 10px;
}
.brand-search-wrap .brand-list .item a .brand-img img {
  width: 100%;
}
.brand-search-wrap .brand-list .item a .brand-label strong {
  /* color: red; */
}
.brand-search-wrap .brand-list .item:hover {
  background-color: #f6f7f9;
}
.brand-search-wrap .brand-list .item.selected {
  background: #f6f7f9;
}
/*alphabet*/
.brand-alphabet-list .char-list {
  overflow: hidden;
  margin-bottom: 20px;
}
.brand-alphabet-list .char-item {
  display: block;
  float: left;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 4px 10px;
  font-size: 18px;
  background-color: #fff;
  color: #000000;
  border: 1px solid #e1e1e1;
  text-decoration: none;
  border-radius: 3px;
  transition: all ease 400ms;
  min-width: 32px;
  opacity: 0.5;
  cursor: default;
  font-size: 14px;
}
.rtl-layout .brand-alphabet-list .char-item {
  float: right;
  margin-right: 0;
  margin-left: 10px;
}
.brand-alphabet-list .char-item.available {
  opacity: 1;
  cursor: pointer;
}
.brand-alphabet-list .char-item.available:hover {
  background-color: #fc7070;
  color: #ffffff;
  border-color: #fc7070;
}
.brand-alphabet-list .char-item.active {
  background-color: #fc7070;
  color: #ffffff;
  border-color: #fc7070;
}
.brand-alphabet-list .brand-group {
  clear: both;
  margin-bottom: 20px;
}
.brand-alphabet-list .brand-list {
  clear: both;
}
.brand-alphabet-list .brand-list .group-header {
  font-weight: bold;
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 20px;
}
.brand-alphabet-list .brand-list .label {
  display: inline-block;
  padding: 4px 12px;
  min-width: 100px;
  font-size: 18px;
  background-color: #000000;
  color: #ffffff;
  position: relative;
  text-align: center;
  margin-bottom: -1px;
  font-weight: normal;
}
.brand-alphabet-list .brand-item-inner {
  text-align: center;
}
.brand-alphabet-list .brand-item-inner .brand-name {
  color: #000000;
}
.brand-alphabet-list .brand-item-inner .brand-name:hover {
  color: #fc7070;
}
.brand-alphabet-list .brand-item-inner .item-bottom {
  text-align: center;
  margin-top: 10px;
}
.brand-alphabet-list .brand-item-inner .brand-name {
  display: block;
}
.brand-alphabet-list .brand-item-inner .count {
  color: #000000;
  background: #f1f1f1;
  display: inline-block;
  padding: 2px 8px;
  clear: both;
  margin-top: 5px;
  border-radius: 5px;
  font-size: 10px;
  font-style: italic;
}
.brand-alphabet-list .brand-item {
  margin-bottom: 10px;
}
.brand-container {
  margin-bottom: 40px;
}
.brand-container .brand-img-wrap {
  line-height: 0;
  border: 1px solid #e1e1e1;
  padding: 4px 4px;
  border-radius: 3px;
  background: #ffffff;
  display: block;
  box-shadow: -1px 3px 3px #d7d6d6;
}
.brand-container .brand-img-wrap .brand-image {
  border: 1px solid #e1e1e1;
  width: 100%;
}
.brand-container .cover-section {
  margin-bottom: 20px;
}
.brand-container .cover-section .brand-cover {
  width: 100%;
}
.brand-container .cover-section .cover-wrap {
  line-height: 0;
}
.brand-container .cover-section .after-cover {
  background-color: #ffffff;
  border: 1px solid #e1e1e1;
  border-top: none;
}
.brand-container .cover-section .after-cover .thumb-section {
  min-height: 45px;
  position: relative;
}
.brand-container .cover-section .after-cover .thumb-section .brand-img-wrap {
  position: absolute;
  left: 15px;
  bottom: 10px;
  width: 100%;
  box-shadow: none;
}
.brand-container .cover-section .after-cover .title {
  font-weight: 500;
  color: #000000;
  margin: 7px 0 0px 15px;
  display: inline-block;
  font-size: 22px;
}
.brand-container .social-section .cdz-social-listing {
  padding: 7px 10px 5px 10px;
  margin-bottom: 0px;
  float: right;
}
.brand-container .social-section .cdz-social-listing .item {
  float: left;
  list-style: none;
  margin-bottom: 0;
  margin-right: 10px;
}
.brand-container .social-section .cdz-social-listing .item:last-child {
  margin-right: 0px;
}
.brand-container .social-section .cdz-social-listing .item .share-btn {
  padding: 5px 5px;
  min-width: 28px;
  margin: 0px;
  border: none;
  color: #000000;
  font-size: 14px;
  transition: all ease 500ms;
  -webkit-transition: all ease 500ms;
  background: none;
}
.brand-container .social-section .cdz-social-listing .item .share-btn:hover {
  transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
  color: #fc7070;
}
/*Bock Brand - Next/Prev */
.block-brands .owl-carousel {
  padding-top: 0;
}
.block-brands .owl-carousel .owl-nav {
  position: absolute;
  top: -48px;
  right: 0;
  margin-top: 0;
}
.block-brands .owl-carousel .owl-nav [class*='owl-'] {
  width: 30px;
  height: 30px;
  top: calc(35%);
  -webkit-top: calc(35%);
  -o-top: calc(35%);
  -moz-top: calc(35%);
  position: static;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
}
.block-brands .owl-carousel .owl-nav [class*='owl-']:before {
  font-size: 18px;
  line-height: 28px;
}
.featured-brands-block .owl-carousel .owl-nav {
  position: static;
}
.featured-brands-block .owl-carousel .owl-nav [class*='owl-'] {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 40%;
  left: 0;
  top: calc(30%);
  -webkit-top: calc(30%);
  -o-top: calc(30%);
  -moz-top: calc(30%);
}
.rtl-layout .featured-brands-block .owl-carousel .owl-nav [class*='owl-'] {
  left: auto;
  right: 0;
}
.featured-brands-block .owl-carousel .owl-nav [class*='owl-']:before {
  font-size: 20px;
  line-height: 38px;
}
.featured-brands-block .owl-carousel .owl-nav [class*='owl-'].owl-next {
  left: auto;
  right: 0;
}
.rtl-layout .featured-brands-block .owl-carousel .owl-nav [class*='owl-'].owl-next {
  right: auto;
  left: 0;
}
/*Detail*/
.product-brand-info {
  clear: both;
  padding-top: 10px;
  display: block;
}
.product-brand-info .brand-link {
  border: 1px solid #e1e1e1;
  display: inline-block;
  overflow: hidden;
  vertical-align: text-bottom;
  width: 70px;
}
/*Loading*/
.brand-loader {
  display: none;
}
.brand-loader.double-bounce-spinner .double-bounce1,
.brand-loader.double-bounce-spinner .double-bounce2 {
  background-color: #fc7070;
}
.no-loaded .brand-loader {
  display: block;
}
.no-loaded .brand-inner {
  display: none;
}
/*Mobile*/
/*Brand on Menu*/
.groupmenu .no-loaded .shop-by-brand-list {
  display: none;
}
.groupmenu .shop-by-brand-list {
  margin: 0 -5px;
}
.groupmenu .shop-by-brand-list .brand-item {
  padding: 5px;
}
.groupmenu .shop-by-brand-list .brand-link {
  border: 1px solid #e1e1e1;
}
@media (min-width: 768px) {
  .cdz-all-brands .block-title .brand-search-wrap .list-wrap {
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
  }
}
@media (max-width: 768px) {
  .brand-container .brand-top .block.featured-brands-block {
    margin-bottom: 20px;
  }
  .brand-container .brand-top .block.featured-brands-block .owl-nav {
    display: none;
  }
}
.brand-container .brand-top .featured-brands-block .block-title {
  z-index: 2;
  position: relative;
}
.box-addtolists {
  float: left;
  margin-top: 20px;
  border-bottom: 1px #ebebeb solid;
  margin-bottom: 15px;
  width: 100%;
}
.box-addtolists .fieldset {
  margin: 0 0 36px;
}
.box-addtolists .fieldset .actions .tolistsview {
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
  width: 49%;
}
.block-lists .block-title {
  margin: 0 0 20px;
}
.block-lists .block-title strong {
  font-size: 18px;
  font-weight: 300;
  vertical-align: middle;
}
.block-lists .block-content .lists-search {
  width: 100%;
  display: inline-block;
  margin-bottom: 10px;
}
.block-lists .block-content .lists-search .control {
  border-top: 0px;
  width: 82%;
  display: inline-block;
}
.block-lists .block-content .lists-search .control .input-text {
  width: 100%;
  height: 37px;
  padding: 5px 15px;
  position: static;
}
.block-lists .block-content .lists-search .actions {
  width: 15%;
  max-width: 47px;
  min-width: 47px;
  display: inline-block;
  margin-left: -30px;
  position: relative;
  top: -21px;
}
.block-lists .block-content .lists-search .actions .action.lists-search,
.block-lists .block-content .lists-search .actions .action.lists-search[disabled],
.block-lists .block-content .lists-search .actions .action.lists-search.disabled {
  display: inline-block;
  background: none;
  background-image: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  position: absolute;
  right: 10px;
  top: 0;
  z-index: 1;
}
.block-lists .block-content .lists-search .actions .action.lists-search:before,
.block-lists .block-content .lists-search .actions .action.lists-search[disabled]:before,
.block-lists .block-content .lists-search .actions .action.lists-search.disabled:before {
  font-size: 16px;
  line-height: 32px;
  color: #757575;
  content: '\e615';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-lists .block-content .lists-search .actions .action.lists-search > span,
.block-lists .block-content .lists-search .actions .action.lists-search[disabled] > span,
.block-lists .block-content .lists-search .actions .action.lists-search.disabled > span {
  display: none;
}
.button-red.action.primary {
  background: #ff0101;
  border: 1px solid #ff0101;
  box-shadow: none !important;
  text-shadow: none !important;
}
.button-red.action.primary:hover,
.button-red.action.primary:focus {
  background: #b30000;
  border: 1px solid #b30000;
}
.enhanced-privacy-popup {
  background: #f4f4f4;
  overflow: hidden;
}
.enhanced-privacy-popup .popup.content {
  margin: auto;
  padding: 10px 0;
  width: 768px;
}
.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;
}
.products {
  margin: 30px 0;
}
.product-item {
  vertical-align: top;
}
.products-grid .product-item {
  display: block;
  /*width: 100%/2;*/
}
.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 {
  display: none;
}
.product-item-actions .actions-secondary > .action:before {
  margin: 0;
}
.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;
  text-transform: lowercase;
}
.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 .minimal-price .price-container {
  display: block;
}
.product-item .minimal-price-link {
  margin-top: 5px;
}
.product-item .minimal-price-link .price-label {
  color: #1979c3;
  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-image-wrapper {
            &:extend(.abs-reset-image-wrapper all);
        }*/
}
.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 .product-list-container .under-sticky.active .sortby-lb {
  display: none;
}
.page-products .product-list-container .sorter {
  top: auto;
}
.page-products .product-list-container .sorter .sorter-options {
  width: auto;
}
/*.media-width(@extremum, @break) when (@extremum = 'min') and (@break = @screen__m) {
    .page-products {
        .products-grid {
            .product-item {
                width: 100%/3;
            }
        }
    }

    .page-products.page-layout-1column {
        .products-grid {
            .product-item {
                width: 100%/4;
            }
        }
    }

    .page-products.page-layout-3columns {
        .products-grid {
            .product-item {
                width: 100%/2;
            }
        }
    }
}
.media-width(@extremum, @break) when (@extremum = 'min') and (@break = @screen__l) {
    .products-grid {
        .product-item {
            width: 100%/5;
        }
    }

    .page-layout-1column {
        .products-grid {
            .product-item {
                width: 100%/6;
            }
        }
    }

    .page-layout-3columns {
        .products-grid {
            .product-item {
                width: 100%/4;
            }
        }
    }

    .page-products {
        .products-grid {
            .product-items {
                margin: 0;
            }
            
            .product-item {
                margin-left: calc(~'(100% - 4 * 23.233%) / 3');
                padding: 0;
                width: 23.233%;

                &:nth-child(4n + 1) {
                    margin-left: 0;
                }
            }
        }
    }

    .page-products {
        &.page-layout-1column {
            .products-grid {
                .product-item {
                    margin-left: 0;
                    width: 100%/5;
                }
            }
        }

        &.page-layout-3columns {
            .products-grid {
                .product-item {
                    margin-left: 1%;
                    width: 32.667%;

                    &:nth-child(3n) {
                        margin-left: 1%;
                    }

                    &:nth-child(3n + 1) {
                        margin-left: 0;
                    }
                }
            }
        }
    }
}
*/
.page-products .columns {
  position: relative;
  z-index: 1;
}
.toolbar {
  margin-bottom: 30px;
  text-align: center;
}
.toolbar.toolbar-products {
  font-size: 1.6rem;
  border-radius: 4px;
  border: 1px solid #aeafb2;
  padding: 8px 16px;
}
.toolbar.toolbar-products:before,
.toolbar.toolbar-products:after {
  display: none;
}
.toolbar.toolbar-products .toolbar-amount {
  font-size: 1.6rem;
  padding-top: 11px;
}
.toolbar select {
  border: 1px solid #DDDDDD;
  border-radius: 0px;
  height: 40px;
  background: #fff;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-transform: capitalize;
  margin-left: 8px;
}
.toolbar select:not(.limiter-options) {
  min-width: 165px;
}
.toolbar-amount {
  left: 0;
  line-height: 18px;
  margin: 0;
  padding: 7px 0;
  text-align: left;
  top: 0;
  vertical-align: middle;
}
.products.wrapper ~ .toolbar .toolbar-amount {
  display: none;
}
.page-with-filter .toolbar-amount {
  position: static;
}
.toolbar-products {
  background-color: transparent;
}
.toolbar-products .pages {
  display: none;
}
.products.wrapper ~ .toolbar-products .pages {
  display: block;
}
.toolbar .pages {
  margin-bottom: 25px;
}
.sorter {
  float: right;
}
.page-products .sorter {
  position: absolute;
  right: 1rem;
  top: 0;
  z-index: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.products.wrapper ~ .toolbar .sorter {
  display: none;
}
.sorter-options {
  margin: 0 5px 0 7px;
  width: auto;
}
.sorter-action {
  text-decoration: none;
  font-size: 0rem;
  margin-left: 8px;
}
.sorter-action:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e6db";
  font-size: 16px;
  font-family: 'iconfont';
  speak: none;
}
.sorter-action.sort-desc:before {
  transform: rotate(180deg);
}
.modes {
  display: none;
}
.limiter-options {
  margin: 0 5px 0 7px;
  width: auto;
}
.limiter-label {
  font-weight: 400;
}
.page-products .toolbar .limiter {
  display: none;
}
.limiter .control {
  display: inline-block;
}
.products.wrapper ~ .toolbar-products .pages {
  margin-bottom: 0px;
}
@media (max-width: 480px) {
  .toolbar.toolbar-products .toolbar-amount {
    display: none;
  }
  .page-products .product-list-container .sorter {
    position: relative;
    display: inline-block;
  }
}
@media (max-width: 768px) {
  .products.wrapper ~ .toolbar-products {
    border: 0px solid #aeafb2;
    padding: 0px 0px;
    box-shadow: 0px 0px 0px #ffffff;
  }
  .products.wrapper ~ .toolbar-products .pages {
    border: 1px solid #aeafb2;
    padding: 8px 16px;
    border-radius: 4px;
    margin-bottom: 0px;
    box-shadow: 0 2px 3px #efefef;
  }
}
.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;
}
.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: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.ui-dialog-titlebar-close:visited {
  color: #1979c3;
  text-decoration: none;
}
.ui-dialog-titlebar-close:hover {
  color: #006bb4;
  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: #1979c3;
  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;
}
.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: 'icons-blank-theme';
  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: 'icons-blank-theme';
  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: 'icons-blank-theme';
  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: 'icons-blank-theme';
  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: 'icons-blank-theme';
  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: #1979c3;
}
.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: 'icons-blank-theme';
  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: 'icons-blank-theme';
  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: 'icons-blank-theme';
  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: 'icons-blank-theme';
  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: 'icons-blank-theme';
  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: 'icons-blank-theme';
  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: #1979c3;
  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: 'icons-blank-theme';
  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;
  white-space: normal;
}
.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: 'icons-blank-theme';
  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: #1979c3;
  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: 'icons-blank-theme';
  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: 'icons-blank-theme';
  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: '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: 'icons-blank-theme';
  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: 'icons-blank-theme';
  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: '\e62a';
  font-family: 'icons-blank-theme';
  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: 'icons-blank-theme';
  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: 'icons-blank-theme';
  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,
.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: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
button.map-show-info:focus,
button.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,
.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,
.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,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:visited,
.action-gift.map-show-info:visited {
  color: #1979c3;
  text-decoration: none;
}
button.map-show-info:hover,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:hover,
.action-gift.map-show-info:hover {
  color: #006bb4;
  text-decoration: underline;
}
button.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,
.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,
.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: #1979c3;
  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 .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 .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: 'icons-blank-theme';
  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: 'icons-blank-theme';
  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: 'icons-blank-theme';
  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: 'icons-blank-theme';
  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('../../frontend/Codazon/skc/en_US/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('../../frontend/Codazon/skc/en_US/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: 'icons-blank-theme';
  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: 'icons-blank-theme';
  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: 'icons-blank-theme';
  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: 'icons-blank-theme';
  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: 'icons-blank-theme';
  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('../../frontend/Codazon/skc/en_US/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: #1979c3;
}
.message.global.noscript a:hover,
.message.global.cookie a:hover {
  color: #006bb4;
}
.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: #1979c3;
}
.message.global.demo a:hover {
  color: #006bb4;
}
.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: 'icons-blank-theme';
  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: 'icons-blank-theme';
  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: #1979c3;
  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: #1979c3;
  text-decoration: none;
}
.my-credit-cards .action.delete:hover {
  color: #006bb4;
  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: #1979c3;
  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: #1979c3;
  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: #1979c3;
  text-decoration: none;
}
.my-credit-cards-popup .action.secondary:hover {
  color: #006bb4;
  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: #1979c3;
  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;
}
.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: 'icons-blank-theme';
  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: 'icons-blank-theme';
  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;
}
.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: 'icons-blank-theme';
  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: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: '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: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.block-event .slider-panel .slider .item .action.event:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  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;
}
.block-product-link.widget,
.block-category-link.widget {
  display: block;
  margin-bottom: 20px;
}
.block-product-link-inline.widget {
  margin: 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;
}
/*.media-width(@extremum, @break) when (@extremum = 'min') and (@break = @screen__s) {
    .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: 100%/3;
    }
}
*/
/*
.media-width(@extremum, @break) when (@extremum = 'min') and (@break = @screen__m) {
    .block.widget .products-grid .product-item {
        width: 100%/3;
    }

    .page-layout-1column .block.widget .products-grid .product-item {
        width: 100%/4;
    }

    .page-layout-3columns .block.widget .products-grid .product-item {
        width: 100%/2;
    }
}

.media-width(@extremum, @break) when (@extremum = 'min') and (@break = @screen__l) {
    .block.widget .products-grid .product-item {
        width: 100%/5;
    }

    .page-layout-1column .block.widget .products-grid .product-item {
        margin-left: calc(~'(100% - 5 * (100%/6)) / 4');
        width: 100%/6;

        &:nth-child(4n + 1) {
            margin-left: calc(~'(100% - 5 * (100%/6)) / 4');
        }

        &:nth-child(5n + 1) {
            margin-left: 0;
        }
    }

    .page-layout-3columns .block.widget .products-grid .product-item {
        width: 100%/4;
    }

    .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%;

        &:nth-child(4n + 1) {
            margin-left: 0;
        }
    }
}

.media-width(@extremum, @break) when (@extremum = 'min') and (@break = @screen__m) {
    .sidebar .block.widget .pager {
        .item:not(.pages-item-next):not(.pages-item-previous) {
            &:extend(.abs-no-display-desktop all);
        }

        .pages-item-next {
            padding: 0;

            .action {
                margin: 0;
            }
        }
    }
}
*/
/**
 * Copyright © 2010-2023 Epicor Software Corporation: All Rights Reserved
 */
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 9-Jan-2023,
    Author     : Muralidhar.Dixit
*/
/**
 * Copyright © 2010-2023 Epicor Software Corporation: All Rights Reserved
 */
/**
 * Dual color mixins Styles
 */
/**
 * Copyright © 2010-2023 Epicor Software Corporation: All Rights Reserved
 */
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 18-Jan-2023,
    Author     : Muralidhar.Dixit
*/
.cdz-tabs-wrap {
  overflow: hidden;
}
.cdz-tabs-wrap .owl-carousel .owl-stage-outer {
  overflow: visible;
}
.product-item *[tooltip]:hover:after {
  top: 0px;
  bottom: auto;
  transform: translateY(-100%);
}
body #shipping-new-address-form input[type="text"],
body #shipping-new-address-form input[type="password"],
body #shipping-new-address-form input[type="url"],
body #shipping-new-address-form input[type="tel"],
body #shipping-new-address-form input[type="search"],
body #shipping-new-address-form input[type="number"],
body #shipping-new-address-form input[type="datetime"],
body #shipping-new-address-form div select,
body #shipping-new-address-form input[type="email"] {
  font-size: 14px;
}
body .slick-slider .slick-arrow {
  top: 50%;
  width: 40px;
  height: 40px;
  transform: translateY(-20px);
  line-height: 40px;
  border-radius: 100%;
  border-color: #414a87;
  background-color: #414a87 !important;
}
/* PLP */
.sidebar .block-wishlist .action.delete:hover:before {
  color: #15499f;
}
.cms-index-index #maincontent .grid-style-08 .product-item-actions .actions-primary {
  float: left;
}
.cms-index-index #maincontent .grid-style-08 .product-item-inner .product-item-actions .actions-primary > form button.action.tocart.primary,
.cms-index-index #maincontent .grid-style-08 .product-item-inner .product-item-actions .actions-primary > form .cart.table-wrapper .actions-toolbar > .action.action.tocart.primary,
.cms-index-index #maincontent .grid-style-08 .product-item-inner .product-item-actions .actions-primary > form .action-gift.action.tocart.primary {
  padding: 0px !important;
}
.cms-index-index #maincontent .grid-style-08 .product-item-inner .product-item-actions .actions-primary > form button.action.tocart.primary:hover:before,
.cms-index-index #maincontent .grid-style-08 .product-item-inner .product-item-actions .actions-primary > form .cart.table-wrapper .actions-toolbar > .action.action.tocart.primary:hover:before,
.cms-index-index #maincontent .grid-style-08 .product-item-inner .product-item-actions .actions-primary > form .action-gift.action.tocart.primary:hover:before {
  background: none !important;
}
.cms-index-index #maincontent .grid-style-08 .product-item-inner .action.tocart.primary {
  padding: 0px !important;
}
.cms-index-index #maincontent .grid-style-08 .product-item-inner .action.tocart.primary:before {
  font-family: "iconfont";
  content: "\e6d8" !important;
  display: block !important;
  font-size: 22px;
}
.cms-index-index #maincontent .grid-style-08 .product-item-inner .action.tocart.primary span {
  display: none !important;
}
.cms-index-index #maincontent .grid-style-08 .product-item-inner .actions-secondary > .action:hover:after {
  animation: none;
  -o-animation: none;
  -ms-animation: none;
  -moz-animation: none;
  -webkit-animation: none;
}
.cms-home.cms-index-index .container.slideshow-container .cdz-slideshow.main-slideshow,
.cms-codazon-home-page.cms-index-index .container.slideshow-container .cdz-slideshow.main-slideshow {
  margin-top: 2.4rem;
}
.cms-home.cms-index-index .space-base .base-slider .products-grid.grid-style-16 .product-item-inner .action.tocart.primary,
.cms-codazon-home-page.cms-index-index .space-base .base-slider .products-grid.grid-style-16 .product-item-inner .action.tocart.primary {
  width: 80% !important;
  padding: 5px;
}
.cms-home.cms-index-index .product-list-style-16 .field.qty,
.cms-codazon-home-page.cms-index-index .product-list-style-16 .field.qty {
  width: 80% !important;
}
.cms-home.cms-index-index .product-list-style-16 .field.qty .control input.qty,
.cms-codazon-home-page.cms-index-index .product-list-style-16 .field.qty .control input.qty {
  width: calc(80% - 30px);
  padding: 2px 12%;
}
.cms-home.cms-index-index .column.main .tab-content .owl-carousel .owl-nav.disabled,
.cms-codazon-home-page.cms-index-index .column.main .tab-content .owl-carousel .owl-nav.disabled {
  display: block;
}
.cms-index-index .widget.amblog-post-list .slick-track {
  margin: 0;
}
.page-header .container.sticky-menu {
  border-bottom: 3px solid #70ac44;
}
/* Hyperlink Text Decoration */
a,
a:visited,
a:active,
a:hover {
  text-decoration: underline;
}
input[type="checkbox"]:before {
  content: '\2714' !important;
}
.switcher-trigger a,
.switcher-trigger a:visited,
.switcher-trigger a:active,
.switcher-trigger a:hover {
  text-decoration: none;
}
.items li.nav.item a {
  text-decoration: none;
}
.sidebar .block .block-content .actions-toolbar .primary a.action,
.sidebar .block .block-content .actions-toolbar .secondary a.action {
  text-decoration: none;
}
.sidebar .block .block-content .actions-toolbar .primary a.action:hover,
.sidebar .block .block-content .actions-toolbar .secondary a.action:hover {
  text-decoration: none;
}
.new-shipping-address-modal .modal-inner-wrap {
  padding-right: 10px;
}
.post-list-wrapper .post-list li {
  position: relative;
}
.post-list-wrapper .post-list li .post-date {
  top: -2px;
  right: -2px;
  font-size: 12px;
}
.post-bottom .post-nextprev.row-cols-2 {
  display: flex;
}
@media (max-width: 480px) {
  .post-bottom .post-nextprev.row-cols-2 {
    display: block;
  }
}
.no-margin {
  margin: 0 !important;
}
div.amblog-slick-slider.slick-slider .slick-dots > li[role='presentation'] {
  width: auto;
}
div.amblog-slick-slider.slick-slider .slick-dots > li[role='presentation'].slick-active button,
div.amblog-slick-slider.slick-slider .slick-dots > li[role='presentation'].slick-active .cart.table-wrapper .actions-toolbar > .action,
div.amblog-slick-slider.slick-slider .slick-dots > li[role='presentation'].slick-active .action-gift {
  background: #414a87;
}
.amblog-list.post-slider.feature {
  padding: 20px 15px 10px 15px;
}
.amblog-list.post-slider.feature > .slick-slider {
  padding: 0px;
}
.amblog-element-block .amblog-headline,
.amblog-post-title .post-title,
.amblog-index-index .amblog-ref,
.amblog-post-container .amblog-widget-container .amblog-headline,
.amblog-element-block .amblog-categories .amblog-link,
.amblog-post-container .amblog-widget-container .amblog-categories .amblog-link,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-headline,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-categories .amblog-link,
.amblog-index-index .amblog-ref,
.amblog-index-search .amblog-ref,
.amblog-index-tag .amblog-ref,
.amblog-index-category .amblog-ref,
.amblog-index-post .amblog-ref,
.amblog-index-author .amblog-ref,
.amblog-index-post .amblog-ref,
.-post-page .amblog-content p a:not(.pagebuilder-button-primary),
.amblog-post-container .amblog-widget-container .amblog-headline,
.amblog-post-container .amblog-widget-container .amblog-categories .amblog-link,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-headline,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-categories .amblog-link,
.amblog-element-block .amblog-categories .amblog-link,
.amblog-post-container .amblog-widget-container .amblog-categories .amblog-link,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-headline,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-categories .amblog-link,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-categories .amblog-link {
  color: #414a87 !important;
}
.amblog-element-block .amblog-headline:hover,
.amblog-post-title .post-title:hover,
.amblog-index-index .amblog-ref:hover,
.amblog-post-container .amblog-widget-container .amblog-headline:hover,
.amblog-element-block .amblog-categories .amblog-link:hover,
.amblog-post-container .amblog-widget-container .amblog-categories .amblog-link:hover,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-headline:hover,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-categories .amblog-link:hover,
.amblog-index-index .amblog-ref:hover,
.amblog-index-search .amblog-ref:hover,
.amblog-index-tag .amblog-ref:hover,
.amblog-index-category .amblog-ref:hover,
.amblog-index-post .amblog-ref:hover,
.amblog-index-author .amblog-ref:hover,
.amblog-index-post .amblog-ref:hover,
.-post-page .amblog-content p a:not(.pagebuilder-button-primary):hover,
.amblog-post-container .amblog-widget-container .amblog-headline:hover,
.amblog-post-container .amblog-widget-container .amblog-categories .amblog-link:hover,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-headline:hover,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-categories .amblog-link:hover,
.amblog-element-block .amblog-categories .amblog-link:hover,
.amblog-post-container .amblog-widget-container .amblog-categories .amblog-link:hover,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-headline:hover,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-categories .amblog-link:hover,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-categories .amblog-link:hover {
  color: #414a87 !important;
}
a.amblog-tag:hover {
  color: #fff !important;
  background-color: #414a87;
}
.amblog-pager-container .amblog-links .amblog-link:not(.-disabled) {
  background: #70AC44;
}
.amblog-pager-container .amblog-links .amblog-link:not(.-disabled):hover {
  background: #63983C;
}
.cms-home .cdz-block-content .amblog-title,
.cms-codazon-home-page .cdz-block-content .amblog-title {
  padding-right: 120px;
}
@media (max-width: 639px) {
  .cms-home .cdz-block-content .amblog-title,
  .cms-codazon-home-page .cdz-block-content .amblog-title {
    padding-right: 0px;
  }
}
.cms-home .cdz-block-content .blog-filter,
.cms-codazon-home-page .cdz-block-content .blog-filter {
  float: right;
  margin-top: -4px;
}
.cms-home .cdz-block-content .blog-filter span,
.cms-codazon-home-page .cdz-block-content .blog-filter span {
  font-weight: normal;
  font-size: 14px;
  margin: 0 5px;
  background: #ffffff;
  border: 1px solid #414a87;
  color: #414A87;
  border-radius: 25px;
  padding: 5px 10px;
  cursor: pointer;
}
.cms-home .cdz-block-content .blog-filter span.active,
.cms-codazon-home-page .cdz-block-content .blog-filter span.active {
  border: 1px solid #414a87;
  color: #fff;
  background: #414a87;
}
.cms-home .cdz-block-content .amblog-list.post-slider,
.cms-codazon-home-page .cdz-block-content .amblog-list.post-slider {
  clear: right;
}
.cms-home .cdz-block-content .amblog-post-list.amblog-element-block.widget,
.cms-codazon-home-page .cdz-block-content .amblog-post-list.amblog-element-block.widget,
.cms-home .cdz-block-content .amblog-post-list.amblog-tags.amblog-widget-container,
.cms-codazon-home-page .cdz-block-content .amblog-post-list.amblog-tags.amblog-widget-container,
.cms-home .cdz-block-content .amblog-post-list.amblog-post-container .amblog-widget-container.widget,
.cms-codazon-home-page .cdz-block-content .amblog-post-list.amblog-post-container .amblog-widget-container.widget,
.cms-home .cdz-block-content .amblog-post-list.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container.widget,
.cms-codazon-home-page .cdz-block-content .amblog-post-list.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container.widget {
  background: none;
  padding: 0px;
  border: none;
  box-shadow: none;
  margin: 0px -10px;
}
.cms-home .cdz-block-content .amblog-post-list .amblog-list,
.cms-codazon-home-page .cdz-block-content .amblog-post-list .amblog-list,
.cms-home .cdz-block-content .amblog-post-list .slick-slider,
.cms-codazon-home-page .cdz-block-content .amblog-post-list .slick-slider {
  padding: 0px;
}
.cms-home .cdz-block-content .amblog-post-list .post-item,
.cms-codazon-home-page .cdz-block-content .amblog-post-list .post-item {
  border: 2px solid #dddddd;
}
.cms-home .cdz-block-content .amblog-post-list .post-item .post-item-details,
.cms-codazon-home-page .cdz-block-content .amblog-post-list .post-item .post-item-details {
  padding: 6px 16px 16px 16px;
  line-height: 24px;
}
.cms-home .cdz-block-content .amblog-post-list .post-item .post-item-details .post-title.amblog-headline,
.cms-codazon-home-page .cdz-block-content .amblog-post-list .post-item .post-item-details .post-title.amblog-headline {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.cms-home .cdz-block-content .amblog-post-list .post-item .post-item-details .post-title.amblog-headline:hover,
.cms-codazon-home-page .cdz-block-content .amblog-post-list .post-item .post-item-details .post-title.amblog-headline:hover {
  color: #414a87;
}
.cms-home .cdz-block-content .amblog-post-list .post-item .post-item-details .short-description,
.cms-codazon-home-page .cdz-block-content .amblog-post-list .post-item .post-item-details .short-description {
  font-size: 16px;
  margin-bottom: 5px;
  line-height: 24px;
  font-weight: normal;
  font-style: normal;
  color: #231F20;
  font-family: Arimo;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.cms-home .cdz-block-content .amblog-post-list .post-item .post-item-details .amblog-featured-card-bottom,
.cms-codazon-home-page .cdz-block-content .amblog-post-list .post-item .post-item-details .amblog-featured-card-bottom {
  border-top: 1px solid #666;
  padding-top: 10px;
}
.cms-home .cdz-block-content .amblog-post-list .post-item .post-item-details .amblog-featured-card-bottom .ampost-link,
.cms-codazon-home-page .cdz-block-content .amblog-post-list .post-item .post-item-details .amblog-featured-card-bottom .ampost-link {
  color: #414A87;
  font-size: 16px;
  font-weight: 400;
  text-decoration: underline;
}
.cms-home .cdz-block-content .amblog-post-list .post-item .post-item-details .amblog-featured-card-bottom .amblog-date,
.cms-codazon-home-page .cdz-block-content .amblog-post-list .post-item .post-item-details .amblog-featured-card-bottom .amblog-date,
.cms-home .cdz-block-content .amblog-post-list .post-item .post-item-details .amblog-featured-card-bottom .amblog-views,
.cms-codazon-home-page .cdz-block-content .amblog-post-list .post-item .post-item-details .amblog-featured-card-bottom .amblog-views,
.cms-home .cdz-block-content .amblog-post-list .post-item .post-item-details .amblog-featured-card-bottom .amblog-minread,
.cms-codazon-home-page .cdz-block-content .amblog-post-list .post-item .post-item-details .amblog-featured-card-bottom .amblog-minread {
  float: right;
  margin-top: 0px;
  font-size: 14px;
  color: #666666;
  margin-right: 0px;
}
.cms-home .cdz-block-content .amblog-post-list .post-item .post-item-details .amblog-featured-card-bottom .amblog-date:before,
.cms-codazon-home-page .cdz-block-content .amblog-post-list .post-item .post-item-details .amblog-featured-card-bottom .amblog-date:before,
.cms-home .cdz-block-content .amblog-post-list .post-item .post-item-details .amblog-featured-card-bottom .amblog-views:before,
.cms-codazon-home-page .cdz-block-content .amblog-post-list .post-item .post-item-details .amblog-featured-card-bottom .amblog-views:before,
.cms-home .cdz-block-content .amblog-post-list .post-item .post-item-details .amblog-featured-card-bottom .amblog-minread:before,
.cms-codazon-home-page .cdz-block-content .amblog-post-list .post-item .post-item-details .amblog-featured-card-bottom .amblog-minread:before {
  display: inline-block;
  font: normal normal 16px / 1 FontAwesome;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f073';
  margin-right: 4px;
  margin-top: -4px;
}
.cms-home .cdz-block-content .amblog-post-list .amblog-slick-slider.slick-slider .slick-arrow,
.cms-codazon-home-page .cdz-block-content .amblog-post-list .amblog-slick-slider.slick-slider .slick-arrow {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 100%;
  border-color: #414A87;
  background: #414A87 !important;
  color: #fff !important;
}
.cms-home .cdz-block-content .amblog-post-list .amblog-slick-slider.slick-slider .slick-arrow:before,
.cms-codazon-home-page .cdz-block-content .amblog-post-list .amblog-slick-slider.slick-slider .slick-arrow:before {
  font-family: 'iconfont';
  font-size: 16px;
  font-style: normal;
  color: #ffffff;
  content: "\e6e6" !important;
  display: block !important;
  line-height: 40px;
  padding-right: 0px;
}
.cms-home .cdz-block-content .amblog-post-list .amblog-slick-slider.slick-slider .slick-arrow:hover:before,
.cms-codazon-home-page .cdz-block-content .amblog-post-list .amblog-slick-slider.slick-slider .slick-arrow:hover:before {
  color: #ffffff;
}
.cms-home .cdz-block-content .amblog-post-list .amblog-slick-slider.slick-slider .slick-arrow.slick-prev,
.cms-codazon-home-page .cdz-block-content .amblog-post-list .amblog-slick-slider.slick-slider .slick-arrow.slick-prev {
  transform: translate(0);
  opacity: 1;
  backface-visibility: visible;
  visibility: visible;
  top: -64px;
  right: 66px;
  left: unset;
}
.cms-home .cdz-block-content .amblog-post-list .amblog-slick-slider.slick-slider .slick-arrow.slick-prev:before,
.cms-codazon-home-page .cdz-block-content .amblog-post-list .amblog-slick-slider.slick-slider .slick-arrow.slick-prev:before {
  content: "\e6e5" !important;
}
.cms-home .cdz-block-content .amblog-post-list .amblog-slick-slider.slick-slider .slick-arrow.slick-next,
.cms-codazon-home-page .cdz-block-content .amblog-post-list .amblog-slick-slider.slick-slider .slick-arrow.slick-next {
  transform: translate(0);
  opacity: 1;
  backface-visibility: visible;
  visibility: visible;
  top: -64px;
  right: 10px;
  left: unset;
}
.cms-home .cdz-block-content .amblog-post-list .slick-dots,
.cms-codazon-home-page .cdz-block-content .amblog-post-list .slick-dots {
  display: none;
}
/* End of Hyperlink Text Decoration */
.account-menu-items li.ecc-header-link a {
  margin-left: 0px;
}
.header-panel-right .ecc-header-link a {
  margin: 0px;
}
.addresses.companyfavadd .fav {
  cursor: pointer;
}
.addresses.companyfavadd .fav:before {
  content: "\f004";
  font: 14px / 1 FontAwesome;
}
.addresses.companyfavadd .shipping-address-item {
  width: 31%;
  margin: 10px;
  background: #ffffff;
  -webkit-box-shadow: 0 0px 5px 0 #aaaaaa;
  -moz-box-shadow: 0 0px 5px 0 #aaaaaa;
  -o-box-shadow: 0 0px 5px 0 #aaaaaa;
  box-shadow: 0 0px 5px 0 #aaaaaa;
}
.addresses.companyfavadd .shipping-address-item.selected-item:after {
  content: '\2714';
  font-family: 'FontAwesome';
  font-size: 20px;
}
.addresses.companyfavadd .shipping-address-items .action-select-shipping-item {
  border: 1px !important;
  font: 600 14px/1.35 Lato, Helvetica Neue, Verdana, Arial, sans-serif;
  text-transform: uppercase;
  outline: none;
  cursor: pointer;
  font-weight: bold;
  padding: 5px 15px 5px;
  border-radius: 0px;
  font: Lato, Helvetica Neue, Verdana, Arial, sans-serif;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  box-shadow: none;
  text-decoration: none !important;
  text-shadow: 0 0 black;
}
.addresses.companyfavadd .shipping-address-items .action-select-shipping-item:hover {
  opacity: 1;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-decoration: none !important;
}
.nav-sections-item-content .header.links .ecc-header-link a {
  margin-left: 0px;
}
.block-minicart #minicart-content-wrapper .block-content .cart-total .actions a.action.button.secondary {
  text-decoration: none;
}
.block-minicart #minicart-content-wrapper .block-content ol.minicart-items .product-item-pricing .price {
  color: #000000;
}
.block-minicart #minicart-content-wrapper .block-content ol.minicart-items .product-item-pricing .update-cart-item {
  top: 10px;
}
.block-minicart #minicart-content-wrapper .block-content ol.minicart-items li.product-item .product-item-photo .product-image-wrapper .product-image-photo {
  width: 50px !important;
  height: auto !important;
}
.product-info-main .box-tocart .field.qty,
.product-options-bottom .box-tocart .field.qty {
  padding-bottom: 10px;
}
.product-info-main .box-tocart .field.qty .mage-error#qty-error,
.product-options-bottom .box-tocart .field.qty .mage-error#qty-error {
  background: transparent !important;
  padding: 5px 10px;
  border: 0px solid !important;
  font-size: 11px;
  width: auto !important;
  left: -5px !important;
  top: 65px !important;
}
.catalog-product-view.product-view-style-04 .price-box {
  padding: 0px;
}
div.cdz-subcategories .item-title {
  white-space: normal;
}
.catalog-product-view .product-info-main-inner .box-tocart table > thead > tr > th,
.catalog-product-view .product-info-main-inner .box-tocart table > tbody > tr > th,
.catalog-product-view .product-info-main-inner .box-tocart table > tfoot > tr > th,
.catalog-product-view .product-info-main-inner .box-tocart table > thead > tr > td,
.catalog-product-view .product-info-main-inner .box-tocart table > tbody > tr > td,
.catalog-product-view .product-info-main-inner .box-tocart table > tfoot > tr > td {
  display: table-cell;
  min-width: 130px;
  max-width: 150px;
}
.catalog-product-view .product-info-main-inner .box-tocart table > thead > tr > th .input-text.qty,
.catalog-product-view .product-info-main-inner .box-tocart table > tbody > tr > th .input-text.qty,
.catalog-product-view .product-info-main-inner .box-tocart table > tfoot > tr > th .input-text.qty,
.catalog-product-view .product-info-main-inner .box-tocart table > thead > tr > td .input-text.qty,
.catalog-product-view .product-info-main-inner .box-tocart table > tbody > tr > td .input-text.qty,
.catalog-product-view .product-info-main-inner .box-tocart table > tfoot > tr > td .input-text.qty {
  height: 35px !important;
  padding-left: 5px !important;
  padding-right: 5px !important;
  border: 1px solid #e1e1e1 !important;
}
.catalog-product-view .product-info-main-inner .box-tocart table > thead > tr > th .price-box,
.catalog-product-view .product-info-main-inner .box-tocart table > tbody > tr > th .price-box,
.catalog-product-view .product-info-main-inner .box-tocart table > tfoot > tr > th .price-box,
.catalog-product-view .product-info-main-inner .box-tocart table > thead > tr > td .price-box,
.catalog-product-view .product-info-main-inner .box-tocart table > tbody > tr > td .price-box,
.catalog-product-view .product-info-main-inner .box-tocart table > tfoot > tr > td .price-box {
  padding-top: 5px;
}
.catalog-product-view .product-info-main-inner .box-tocart table > thead > tr > th .price-box .price-wrapper .price,
.catalog-product-view .product-info-main-inner .box-tocart table > tbody > tr > th .price-box .price-wrapper .price,
.catalog-product-view .product-info-main-inner .box-tocart table > tfoot > tr > th .price-box .price-wrapper .price,
.catalog-product-view .product-info-main-inner .box-tocart table > thead > tr > td .price-box .price-wrapper .price,
.catalog-product-view .product-info-main-inner .box-tocart table > tbody > tr > td .price-box .price-wrapper .price,
.catalog-product-view .product-info-main-inner .box-tocart table > tfoot > tr > td .price-box .price-wrapper .price {
  font-size: 20px;
}
.cart-summary .discount#block-discount {
  width: 100% !important;
}
.product-view-style-04 .product-info-main .price-box {
  padding-top: 15px;
}
.catalog-product-view.checkout-cart-configure .product-info-main .box-tocart.update .field.qty .label {
  display: inline-block !important;
}
.catalog-product-view.checkout-cart-configure .product-info-main .box-tocart.update .field.qty .control {
  display: inline-block !important;
}
.catalog-product-view.checkout-cart-configure .product-info-main .box-tocart.update .field.qty .control .input-text.qty {
  width: 60px;
  border: 1px solid #cccccc;
  font-size: 13px;
}
.catalog-product-view.checkout-cart-configure .product-info-main .box-tocart.update #product-updatecart-button.tocart {
  max-width: 155px;
  float: left;
  margin-left: 2px;
}
.catalog-product-view.checkout-cart-configure .product-info-main .box-tocart.update .box-addtolists {
  float: left !important;
  max-width: 142px !important;
  position: static !important;
  margin-top: -15px !important;
}
.catalog-product-view.checkout-cart-configure .product-info-main .box-tocart.update #instant-purchase,
.catalog-product-view.checkout-cart-configure .product-info-main .box-tocart.update .product-addto-links {
  float: left !important;
}
body .cdz-cat-search .category-list a {
  text-decoration: none;
}
body .cdz-cat-search .category-list a:hover {
  color: #414a87;
}
.qs-modal .product-info-main .product-info-stock-sku {
  display: none;
}
.page-products .toolbar.toolbar-products:last-child {
  margin-top: 20px;
}
.page-products .grid.products-grid .product-items {
  display: grid;
  grid-template-columns: repeat(3, 33.333%);
  grid-gap: 2.4rem;
  width: calc(95.2%);
}
.page-products .grid.products-grid .product-items .product-item {
  margin-bottom: 0px;
}
.page-products .grid.products-grid .product-items .product-item .product-item-info .product-item-details {
  padding: 16px;
  text-align: left;
}
.page-products .grid.products-grid .product-items .product-item .product-item-info .product-item-details .price-box.price-final_price {
  margin-bottom: 16px;
}
.page-products .grid.products-grid .product-items .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions {
  margin: 0px;
}
.page-products .grid.products-grid .product-items .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions > .actions-primary {
  padding: 0px;
}
.page-products .list.products-list .product-items .item.product-item {
  background: #ffffff;
  width: 100%;
  margin-bottom: 24px;
}
.page-products .list.products-list .product-items .item.product-item .description.product-item-description {
  margin-top: 0px;
  text-align: left;
  display: block;
  float: left;
  position: static;
  width: 100%;
  color: #231F20;
  font-family: Arimo;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.page-products .list.products-list .product-items .product-item-info .product-item-photo {
  display: block;
  width: 100%;
  max-width: 295px;
  float: left;
}
.page-products .list.products-list .product-items .product-item-info .product-item-photo .product-image-wrapper {
  padding-bottom: 100% !important;
}
.page-products .list.products-list .product-items .product-item-info .product-item-photo .product-image-photo {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
.page-products .list.products-list .product-items .product-item-info .product-item-details {
  display: block;
  float: left;
  width: calc(100% - 300px);
  padding: 15px 10px 10px 10px;
}
.page-products .list.products-list .product-items .product-item-info .product-item-details .product-item-name,
.page-products .list.products-list .product-items .product-item-info .product-item-details .price-box,
.page-products .list.products-list .product-items .product-item-info .product-item-details .product-item-inner {
  text-align: left;
}
.page-products .list.products-list .product-items .product-item-info .product-item-details .product-item-name a.product-item-link,
.page-products .list.products-list .product-items .product-item-info .product-item-details .price-box a.product-item-link,
.page-products .list.products-list .product-items .product-item-info .product-item-details .product-item-inner a.product-item-link {
  font-weight: 600;
}
.page-products .list.products-list .product-items .product-item-info .product-item-details .product-item-name .product-item-actions .actions-primary,
.page-products .list.products-list .product-items .product-item-info .product-item-details .price-box .product-item-actions .actions-primary,
.page-products .list.products-list .product-items .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary {
  text-align: left;
}
.page-products .list.products-list .product-items .product-item-info .product-item-details .product-item-name .product-item-actions .actions-primary .cart-qty .field.qty .control,
.page-products .list.products-list .product-items .product-item-info .product-item-details .price-box .product-item-actions .actions-primary .cart-qty .field.qty .control,
.page-products .list.products-list .product-items .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .cart-qty .field.qty .control {
  margin-right: 10px;
}
.page-products .grid.products-grid.products:not(.row) {
  margin-bottom: 2.4rem;
}
#form_tabs_details_content table tbody tr td .fieldset.info .label,
#form_tabs_details_content table tbody tr td .fieldset.info .active-multi-level,
#form_tabs_details_content table tbody tr td .fieldset.info .active-group {
  float: left;
  width: auto;
  margin-right: 10px;
  display: inline-block;
}
#form_tabs_details_content table tbody tr td .fieldset.info .active-multi-level,
#form_tabs_details_content table tbody tr td .fieldset.info .active-group {
  top: 5px !important;
}
.dealerconnect-claims-new .box-info.box-account.col-1.block {
  -webkit-box-shadow: 0 0px 5px 0 #aaaaaa;
  -moz-box-shadow: 0 0px 5px 0 #aaaaaa;
  -o-box-shadow: 0 0px 5px 0 #aaaaaa;
  box-shadow: 0 0px 5px 0 #aaaaaa;
}
.dealerconnect-claims-new .column.main > .box-info.box-account.col-1.block {
  margin-bottom: 6rem;
}
.multishipping-checkout-addresses .column.main,
.multishipping-checkout-shipping .column.main,
.multishipping-checkout-billing .column.main,
.multishipping-checkout-overview .column.main {
  padding: 15px;
  border: 1px solid #e1e1e1;
  background: #ffffff;
  border-radius: 0px;
  -webkit-box-shadow: 0 0px 5px 0 #aaaaaa;
  -moz-box-shadow: 0 0px 5px 0 #aaaaaa;
  -o-box-shadow: 0 0px 5px 0 #aaaaaa;
  box-shadow: 0 0px 5px 0 #aaaaaa;
}
.multishipping-checkout-addresses .column.main .actions-toolbar .secondary,
.multishipping-checkout-shipping .column.main .actions-toolbar .secondary,
.multishipping-checkout-billing .column.main .actions-toolbar .secondary,
.multishipping-checkout-overview .column.main .actions-toolbar .secondary {
  float: right;
}
.multishipping-checkout-addresses .column.main .actions-toolbar .secondary .action.back,
.multishipping-checkout-shipping .column.main .actions-toolbar .secondary .action.back,
.multishipping-checkout-billing .column.main .actions-toolbar .secondary .action.back,
.multishipping-checkout-overview .column.main .actions-toolbar .secondary .action.back {
  border: 1px !important;
  font: 600 14px/1.35 Lato, Helvetica Neue, Verdana, Arial, sans-serif;
  text-transform: uppercase;
  outline: none;
  cursor: pointer;
  font-weight: bold;
  padding: 5px 15px 5px;
  border-radius: 0px;
  font: Lato, Helvetica Neue, Verdana, Arial, sans-serif;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  box-shadow: none;
  text-decoration: none !important;
  text-shadow: 0 0 black;
  padding: 12px 15px 12px;
  border-width: 1px;
  border-style: solid;
}
.multishipping-checkout-addresses .column.main .actions-toolbar .secondary .action.back:hover,
.multishipping-checkout-shipping .column.main .actions-toolbar .secondary .action.back:hover,
.multishipping-checkout-billing .column.main .actions-toolbar .secondary .action.back:hover,
.multishipping-checkout-overview .column.main .actions-toolbar .secondary .action.back:hover {
  opacity: 1;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-decoration: none !important;
}
.multishipping-checkout-success .page-title-wrapper {
  display: none;
}
.multishipping-checkout-success .multicheckout.success {
  padding: 15px;
  border: 1px solid #e1e1e1;
  background: #ffffff;
  border-radius: 0px;
  -webkit-box-shadow: 0 0px 5px 0 #aaaaaa;
  -moz-box-shadow: 0 0px 5px 0 #aaaaaa;
  -o-box-shadow: 0 0px 5px 0 #aaaaaa;
  box-shadow: 0 0px 5px 0 #aaaaaa;
  text-align: center;
}
.multishipping-checkout-success .multicheckout.success .action.continue {
  border: 1px !important;
  font: 600 14px/1.35 Lato, Helvetica Neue, Verdana, Arial, sans-serif;
  text-transform: uppercase;
  outline: none;
  cursor: pointer;
  font-weight: bold;
  padding: 5px 15px 5px;
  border-radius: 0px;
  font: Lato, Helvetica Neue, Verdana, Arial, sans-serif;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  box-shadow: none;
  text-decoration: none !important;
  text-shadow: 0 0 black;
  padding: 12px 15px 12px;
  border-width: 1px;
  border-style: solid;
}
.multishipping-checkout-success .multicheckout.success .action.continue:hover {
  opacity: 1;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-decoration: none !important;
}
.quickshop-modal .page-product-configurable .quickshop-main .product-add-form .product-options-wrapper .data-table.grouped-items-table .control .input-text.qty {
  width: 52px;
}
.quickshop-modal .quickshop-main .product-info-main .box-tocart .input-text.qty {
  height: 32px;
}
.quickshop-modal .quickshop-main .product-options-bottom .box-tocart .field.qty {
  padding-bottom: 20px !important;
  height: 32px;
}
.quickshop-modal .quickshop-main .product-info-main .box-tocart .field.qty {
  margin-bottom: 0px !important;
  flex-basis: 40% !important;
}
.quickshop-modal .quickshop-main .product-info-main .box-tocart .field.qty .mage-error#qty-error {
  top: 70px !important;
}
.quickshop-modal .quickshop-main .product-addto-links {
  float: none !important;
}
.quickshop-modal .quickshop-main .block-bundle-summary .content .product-details .box-tocart .field.qty {
  display: block;
  width: 100%;
}
.quickshop-modal .quickshop-main .block-bundle-summary .content .product-details .box-tocart .field.qty .label {
  float: left;
  margin-top: 15px;
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  text-transform: uppercase;
  width: 100%;
}
.quickshop-modal .quickshop-main .block-bundle-summary .content .product-details .box-tocart .field.qty .control > span.qtyminus,
.quickshop-modal .quickshop-main .block-bundle-summary .content .product-details .box-tocart .field.qty .control > span.qtyplus,
.quickshop-modal .quickshop-main .block-bundle-summary .content .product-details .box-tocart .field.qty .control > .input-text.qty {
  display: inline-block;
  width: 40px !important;
  text-align: center;
}
.quickshop-modal .quickshop-main .block-bundle-summary .content .product-details .box-tocart .field.qty .control > .input-text.qty {
  font-size: 14px !important;
  font-weight: bold;
}
.quickshop-modal .quickshop-main .product-info-main .block-bundle-summary .content .product-details .box-tocart .field.qty {
  display: block;
  width: 100%;
}
.quickshop-modal .quickshop-main .product-info-main .block-bundle-summary .content .product-details .box-tocart .field.qty .label {
  float: left;
  margin-top: 15px;
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  text-transform: uppercase;
}
.quickshop-modal .quickshop-main .product-info-main .block-bundle-summary .content .product-details .box-tocart .field.qty .control {
  float: left;
}
.quickshop-modal .quickshop-main .product-info-main .block-bundle-summary .content .product-details .box-tocart .field.qty .control > span.qtyminus,
.quickshop-modal .quickshop-main .product-info-main .block-bundle-summary .content .product-details .box-tocart .field.qty .control > span.qtyplus,
.quickshop-modal .quickshop-main .product-info-main .block-bundle-summary .content .product-details .box-tocart .field.qty .control > span.input-text.qty {
  display: inline-block;
  width: 40px;
  text-align: center;
}
.quickshop-modal .quickshop-main .product-info-main .block-bundle-summary .content .product-details .box-tocart .actions {
  display: inline-block;
  width: 40%;
}
.quickshop-modal .quickshop-main .product-info-main .block-bundle-summary .content .product-details .box-tocart .instant-purchase {
  display: inline-block;
  float: none;
}
.quickshop-modal .quickshop-main .product-info-main .block-bundle-summary .content .product-details .box-tocart .box-addtolists {
  display: inline-block;
  width: 40%;
  padding-left: 10px;
  top: 0px;
}
.quickshop-modal .quickshop-main .product-info-main .block-bundle-summary .content .product-details .box-tocart .box-addtolists .fieldset .actions {
  width: 100%;
}
.quickshop-modal .quickshop-main .product-info-main .block-bundle-summary .content .product-details .box-tocart .box-addtolists .fieldset .actions .tolistsview {
  padding: 10px 17px;
  font-size: 1.3rem;
  width: 100%;
}
.quickshop-modal .quickshop-main .product-info-main .product-social-links {
  text-align: left;
}
.quickshop-modal .quickshop-main .product-info-main .product-social-links .cdz-social-listing {
  text-align: left;
}
.quickshop-modal .quickshop-main .product-info-main #subscription-product #subscription-terms-note.tooltip-container {
  cursor: pointer;
  position: relative;
  display: inline-block;
}
.quickshop-modal .quickshop-main .product-info-main #subscription-product #subscription-terms-note.tooltip-container .tooltip {
  display: none;
  top: -11px;
  box-shadow: 0 2px 8px 0 #aaaaaa;
  background: #e1e1e1;
  border: 1px solid #e1e1e1;
  border-radius: 1px;
  padding: 1.5rem 2.5rem;
  position: absolute;
  z-index: 1;
  float: right;
  left: 48px;
  width: 200px;
}
.quickshop-modal .quickshop-main .product-info-main #subscription-product #subscription-terms-note.tooltip-container .tooltip:before {
  width: 0;
  height: 0;
  left: -25px;
  top: 15px;
  position: absolute;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  content: '';
  border-right: 25px solid #e1e1e1;
  z-index: -13;
}
.quickshop-modal .quickshop-main .product-info-main #subscription-product #subscription-terms-note.tooltip-container .tooltip.visible {
  display: block;
}
.quickshop-modal .quickshop-main .product-info-main .box-tocart .actions .action.primary.tocart span:before,
.quickshop-modal .quickshop-main .product-info-main .box-tocart .actions .action.primary.tocart span:after {
  content: "\e9a6";
}
.quickshop-modal .quickshop-main .product-info-main .box-tocart.update .actions {
  margin-top: 0px;
}
.quickshop-modal .quickshop-main .product-info-main .box-tocart.update .actions .action.primary.tocart {
  float: left;
}
.quickshop-modal .quickshop-main .product-info-main .product-info-price .product-info-stock-sku .availability.out-of-stock {
  float: none !important;
}
.quickshop-modal .quickshop-main .product-info-main .product-info-price .product-info-stock-sku .short-description.sku-list .scrolforsku {
  top: 0px !important;
}
.quickshop-modal .quickshop-main .product-info-main .product-info-price .product-info-stock-sku .stock,
.quickshop-modal .quickshop-main .product-info-main .product-info-price .product-info-stock-sku .short-description,
.quickshop-modal .quickshop-main .product-info-main .product-info-price .product-info-stock-sku .sku-list {
  float: none;
  display: block;
}
.quickshop-modal .quickshop-main .product-info-main .product-info-price .product-info-stock-sku .stock > p,
.quickshop-modal .quickshop-main .product-info-main .product-info-price .product-info-stock-sku .short-description > p,
.quickshop-modal .quickshop-main .product-info-main .product-info-price .product-info-stock-sku .sku-list > p {
  float: left;
}
.quickshop-modal .quickshop-main .product-info-main .product-info-price .product-info-stock-sku .stock .scrolforsku,
.quickshop-modal .quickshop-main .product-info-main .product-info-price .product-info-stock-sku .short-description .scrolforsku,
.quickshop-modal .quickshop-main .product-info-main .product-info-price .product-info-stock-sku .sku-list .scrolforsku,
.quickshop-modal .quickshop-main .product-info-main .product-info-price .product-info-stock-sku .stock p,
.quickshop-modal .quickshop-main .product-info-main .product-info-price .product-info-stock-sku .short-description p,
.quickshop-modal .quickshop-main .product-info-main .product-info-price .product-info-stock-sku .sku-list p {
  padding: 0px;
  margin: 0px;
  display: inline-block;
}
.quickshop-modal .quickshop-main .product-info-main .product-info-price .product-info-stock-sku .stock .scrolforsku,
.quickshop-modal .quickshop-main .product-info-main .product-info-price .product-info-stock-sku .short-description .scrolforsku,
.quickshop-modal .quickshop-main .product-info-main .product-info-price .product-info-stock-sku .sku-list .scrolforsku {
  position: relative;
  top: 5px;
  left: 5px;
}
.quickshop-modal .quickshop-main .product-info-main .product-info-price .product-info-stock-sku .stock .scrolforsku p,
.quickshop-modal .quickshop-main .product-info-main .product-info-price .product-info-stock-sku .short-description .scrolforsku p,
.quickshop-modal .quickshop-main .product-info-main .product-info-price .product-info-stock-sku .sku-list .scrolforsku p {
  display: block;
}
.quickshop-modal .quickshop-main .product-info-main .product-info-price .price-box .price-wrapper .price {
  font-size: 24px;
}
.quickshop-modal .quickshop-main .product-info-main .product-add-form p.locations_add_to_cart {
  float: left;
  position: relative;
  top: 21px;
  margin-left: 5px;
}
.quickshop-modal .quickshop-main .product-info-main .product-add-form p.locations_add_to_cart a {
  border: 1px !important;
  font: 600 14px/1.35 Lato, Helvetica Neue, Verdana, Arial, sans-serif;
  text-transform: uppercase;
  outline: none;
  cursor: pointer;
  font-weight: bold;
  padding: 5px 15px 5px;
  border-radius: 0px;
  font: Lato, Helvetica Neue, Verdana, Arial, sans-serif;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  box-shadow: none;
  text-decoration: none !important;
  text-shadow: 0 0 black;
  font-weight: 500;
  padding: 7px 15px 8px;
  text-align: center;
  font: 400 16px/1.35 Lato, Helvetica Neue, Verdana, Arial, sans-serif;
}
.quickshop-modal .quickshop-main .product-info-main .product-add-form p.locations_add_to_cart a:hover {
  opacity: 1;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-decoration: none !important;
}
.quickshop-modal .quickshop-main .product-info-main .product-add-form .box-tocart .price-box .price-wrapper .price {
  font-size: 24px;
}
.quickshop-modal .quickshop-main .product-info-main .product-add-form .box-tocart .fieldset .actions {
  width: auto;
  float: left;
}
.quickshop-modal .quickshop-main .product-info-main .product-add-form .box-tocart .fieldset .actions .action.primary.tocart {
  width: 100%;
  font-size: 16px;
  padding: 16px 32px;
  text-transform: none;
}
.quickshop-modal .quickshop-main .product-info-main .product-add-form .box-tocart .fieldset .actions .action.primary.tocart > span:before,
.quickshop-modal .quickshop-main .product-info-main .product-add-form .box-tocart .fieldset .actions .action.primary.tocart > span:after {
  display: none;
}
.quickshop-modal .quickshop-main .product-info-main .product-add-form .box-tocart .fieldset #instant-purchase {
  float: left;
  width: auto;
}
.quickshop-modal .quickshop-main .product-info-main .product-add-form .box-tocart .fieldset .box-addtolists {
  float: left;
  position: static !important;
  margin-left: 5px;
  margin-top: 0px;
}
.quickshop-modal .quickshop-main .product-info-main .product-add-form .box-tocart .fieldset .box-addtolists .fieldset .actions .tolistsview {
  width: auto;
  font-size: 16px;
  padding: 5px 10px;
  font-weight: 500;
}
.quickshop-modal .quickshop-main .product-info-main .product-social-links .product-addto-links .action.towishlist::before {
  font-family: "iconfont";
  content: "\e6e8";
}
.quickshop-modal .quickshop-main .product-info-main .product-social-links .product-addto-links .action.towishlist,
.quickshop-modal .quickshop-main .product-info-main .product-social-links .product-addto-links .action.tocompare {
  float: left;
  padding: 0;
  width: 40px;
  height: 40px;
  line-height: 36px;
  border: 1px solid;
  text-align: center;
  border-radius: 100%;
  transition: all 500ms ease;
  backface-visibility: hidden;
  font-size: 0;
  margin-right: 7px;
  border-radius: 0px;
}
.quickshop-modal .quickshop-main .product-info-main .product-social-links .product-addto-links .action.towishlist:before,
.quickshop-modal .quickshop-main .product-info-main .product-social-links .product-addto-links .action.tocompare:before {
  margin-right: 0px;
  vertical-align: middle;
}
.quickshop-modal .quickshop-main .product-info-main .product-social-links .product-addto-links .manage-sku-link {
  position: static;
}
.quickshop-modal .quickshop-main .product-info-main #subscription-product .subscription-type {
  padding: 5px 0px;
}
.quickshop-modal .quickshop-main .product-info-main #subscription-product #subscribe-options #available-plans .section-title,
.quickshop-modal .quickshop-main .product-info-main #subscription-product #subscribe-options #subscription-end .section-title,
.quickshop-modal .quickshop-main .product-info-main #subscription-product #subscribe-options #available-plans .enddate-section-title,
.quickshop-modal .quickshop-main .product-info-main #subscription-product #subscribe-options #subscription-end .enddate-section-title {
  font-weight: 600;
  padding-bottom: 5px;
}
.quickshop-modal .quickshop-main .product-info-main #subscription-product #subscribe-options #available-plans .plan-choice,
.quickshop-modal .quickshop-main .product-info-main #subscription-product #subscribe-options #subscription-end .plan-choice {
  padding-bottom: 15px;
}
.quickshop-modal .quickshop-main .product-info-main #subscription-product #subscribe-options #available-plans .end-subscribe-choice,
.quickshop-modal .quickshop-main .product-info-main #subscription-product #subscribe-options #subscription-end .end-subscribe-choice {
  width: 50%;
}
.quickshop-modal .quickshop-main .product-info-main #subscription-product #subscribe-options #available-plans .end-subscribe-choice #end-never,
.quickshop-modal .quickshop-main .product-info-main #subscription-product #subscribe-options #subscription-end .end-subscribe-choice #end-never,
.quickshop-modal .quickshop-main .product-info-main #subscription-product #subscribe-options #available-plans .end-subscribe-choice #end-by-date,
.quickshop-modal .quickshop-main .product-info-main #subscription-product #subscribe-options #subscription-end .end-subscribe-choice #end-by-date,
.quickshop-modal .quickshop-main .product-info-main #subscription-product #subscribe-options #available-plans .end-subscribe-choice #end-cycle,
.quickshop-modal .quickshop-main .product-info-main #subscription-product #subscribe-options #subscription-end .end-subscribe-choice #end-cycle {
  margin-top: 10px;
}
.quickshop-modal .quickshop-main .product-info-main #subscription-product #subscribe-options #available-plans .end-subscribe-choice #end-never .date-input-container.end-date,
.quickshop-modal .quickshop-main .product-info-main #subscription-product #subscribe-options #subscription-end .end-subscribe-choice #end-never .date-input-container.end-date,
.quickshop-modal .quickshop-main .product-info-main #subscription-product #subscribe-options #available-plans .end-subscribe-choice #end-by-date .date-input-container.end-date,
.quickshop-modal .quickshop-main .product-info-main #subscription-product #subscribe-options #subscription-end .end-subscribe-choice #end-by-date .date-input-container.end-date,
.quickshop-modal .quickshop-main .product-info-main #subscription-product #subscribe-options #available-plans .end-subscribe-choice #end-cycle .date-input-container.end-date,
.quickshop-modal .quickshop-main .product-info-main #subscription-product #subscribe-options #subscription-end .end-subscribe-choice #end-cycle .date-input-container.end-date {
  position: relative !important;
}
.quickshop-modal .quickshop-main .product-info-main #subscription-product #subscribe-options #available-plans .end-subscribe-choice #end-never .date-input-container.end-date .ui-datepicker-trigger,
.quickshop-modal .quickshop-main .product-info-main #subscription-product #subscribe-options #subscription-end .end-subscribe-choice #end-never .date-input-container.end-date .ui-datepicker-trigger,
.quickshop-modal .quickshop-main .product-info-main #subscription-product #subscribe-options #available-plans .end-subscribe-choice #end-by-date .date-input-container.end-date .ui-datepicker-trigger,
.quickshop-modal .quickshop-main .product-info-main #subscription-product #subscribe-options #subscription-end .end-subscribe-choice #end-by-date .date-input-container.end-date .ui-datepicker-trigger,
.quickshop-modal .quickshop-main .product-info-main #subscription-product #subscribe-options #available-plans .end-subscribe-choice #end-cycle .date-input-container.end-date .ui-datepicker-trigger,
.quickshop-modal .quickshop-main .product-info-main #subscription-product #subscribe-options #subscription-end .end-subscribe-choice #end-cycle .date-input-container.end-date .ui-datepicker-trigger {
  position: absolute;
  top: 3px;
  right: 3px;
}
.block-quick-add .block-content .quickadd-form-list .input-box .input-text.qty {
  border: 1px solid #e1e1e1;
}
.quickorderpad-form-index .quickorderpad,
.quickorderpad-form-results .quickorderpad {
  -webkit-box-shadow: 0 0px 5px 0 #aaaaaa;
  -moz-box-shadow: 0 0px 5px 0 #aaaaaa;
  -o-box-shadow: 0 0px 5px 0 #aaaaaa;
  box-shadow: 0 0px 5px 0 #aaaaaa;
}
.quickorderpad-form-index .quickorderpad button.action.primary,
.quickorderpad-form-results .quickorderpad button.action.primary,
.quickorderpad-form-index .quickorderpad action.primary,
.quickorderpad-form-results .quickorderpad action.primary,
.quickorderpad-form-index .quickorderpad .action-primary,
.quickorderpad-form-results .quickorderpad .action-primary,
.quickorderpad-form-index .quickorderpad .cart.table-wrapper .actions-toolbar > .action.action.primary,
.quickorderpad-form-results .quickorderpad .cart.table-wrapper .actions-toolbar > .action.action.primary,
.quickorderpad-form-index .quickorderpad .action-gift.action.primary,
.quickorderpad-form-results .quickorderpad .action-gift.action.primary {
  padding: 8px 30px;
  margin-bottom: 3px;
}
.quickorderpad-form-index .quickorderpad .qop-search .fieldset,
.quickorderpad-form-results .quickorderpad .qop-search .fieldset {
  padding: 0px 20px;
}
#maincontent.page-main {
  position: relative;
}
.ecc-custom-message {
  position: absolute;
  top: -22px;
  width: 100%;
}
.ecc-custom-message .message.message-warning.warning {
  padding: 8px 20px 8px 35px;
}
.modal-popup.modal-slide.branch_selector .modal-content .branches-list-popup .location-select a.selectBranchlink {
  text-decoration: none;
}
.modal-popup.modal-slide .modal-inner-wrap {
  width: 80% !important;
}
.modal-popup.modal-slide .modal-inner-wrap .modal-header .modal-title {
  font: 600 18px/1.35 Lato, Helvetica Neue, Verdana, Arial, sans-serif;
  width: 100%;
}
.modal-popup.modal-slide .modal-inner-wrap .modal-content .location-element .button-wrap .cart-qty .button.action.tocart.primary {
  padding: 5px 7px !important;
}
.modal-popup.modal-slide .modal-inner-wrap .modal-content .product_locations_wrapper.product-list-style-16 .cart-qty .field.qty,
.modal-popup.modal-slide .modal-inner-wrap .modal-content .product_locations_wrapper.product-list-style-16 .cart-qty .action.tocart {
  margin: 0px;
}
.modal-popup.modal-slide .modal-inner-wrap .modal-content .container {
  width: 95%;
}
.modal-popup.modal-slide .modal-inner-wrap .modal-content .container .add-save-sku-popup {
  margin-top: 10px;
}
.modal-popup.modal-slide .modal-inner-wrap .modal-content #manageSkuTable thead tr td {
  display: table-cell;
  float: none;
}
.modal-popup.modal-slide .modal-inner-wrap .modal-content #manageSkuTable tbody tr td {
  display: table-cell;
  float: none;
}
.modal-popup.modal-slide .modal-inner-wrap .modal-content #manageSkuTable thead .col-product_sku,
.modal-popup.modal-slide .modal-inner-wrap .modal-content #manageSkuTable tbody .col-product_sku {
  width: 15%;
}
.modal-popup.modal-slide .modal-inner-wrap .modal-content #manageSkuTable thead .col-product_sku span,
.modal-popup.modal-slide .modal-inner-wrap .modal-content #manageSkuTable tbody .col-product_sku span {
  height: auto;
  display: block;
  max-width: 120px;
  word-break: break-word;
  min-height: 35px;
}
.modal-popup.modal-slide .modal-inner-wrap .modal-content #manageSkuTable thead .col-product_name,
.modal-popup.modal-slide .modal-inner-wrap .modal-content #manageSkuTable tbody .col-product_name {
  width: 25%;
}
.modal-popup.modal-slide .modal-inner-wrap .modal-content #manageSkuTable thead .col-product_name span,
.modal-popup.modal-slide .modal-inner-wrap .modal-content #manageSkuTable tbody .col-product_name span {
  height: auto;
  display: block;
  max-width: 120px;
  word-break: break-word;
  min-height: 35px;
}
.modal-popup.modal-slide .modal-inner-wrap .modal-content #manageSkuTable thead .col-customer_sku,
.modal-popup.modal-slide .modal-inner-wrap .modal-content #manageSkuTable tbody .col-customer_sku {
  width: 20%;
}
.modal-popup.modal-slide .modal-inner-wrap .modal-content #manageSkuTable thead .col-customer_sku span,
.modal-popup.modal-slide .modal-inner-wrap .modal-content #manageSkuTable tbody .col-customer_sku span {
  height: auto;
  display: block;
  word-break: break-word;
  max-width: 120px;
  min-height: 35px;
}
.modal-popup.modal-slide .modal-inner-wrap .modal-content #manageSkuTable thead .col-description,
.modal-popup.modal-slide .modal-inner-wrap .modal-content #manageSkuTable tbody .col-description {
  width: 30%;
}
.modal-popup.modal-slide .modal-inner-wrap .modal-content #manageSkuTable thead .col-description span,
.modal-popup.modal-slide .modal-inner-wrap .modal-content #manageSkuTable tbody .col-description span {
  height: auto;
  display: block;
  word-break: break-word;
  max-width: 180px;
  min-height: 35px;
}
.sidebar-main .link-up-container .rating-item .rating-box .rating:before {
  color: #ff5501;
}
.brands-index-view.catalog-category-view .product-item-details .product_stock_display {
  display: none;
}
.block.related,
.block.upsell,
.block.crosssell,
.block.substitute {
  overflow: hidden;
}
.block.related .owl-carousel .owl-stage-outer,
.block.upsell .owl-carousel .owl-stage-outer,
.block.crosssell .owl-carousel .owl-stage-outer,
.block.substitute .owl-carousel .owl-stage-outer {
  overflow: visible;
}
.block.related .slick-prev,
.block.upsell .slick-prev,
.block.crosssell .slick-prev,
.block.substitute .slick-prev {
  left: -2rem;
}
.block.related .slick-next,
.block.upsell .slick-next,
.block.crosssell .slick-next,
.block.substitute .slick-next {
  right: -2rem;
}
.block.related .slick-list,
.block.upsell .slick-list,
.block.crosssell .slick-list,
.block.substitute .slick-list {
  width: 99%;
}
.block.related .slick-list .slick-track,
.block.upsell .slick-list .slick-track,
.block.crosssell .slick-list .slick-track,
.block.substitute .slick-list .slick-track {
  display: grid;
  grid-auto-flow: column;
}
.block.related .products-grid .product-items .product-item,
.block.upsell .products-grid .product-items .product-item,
.block.crosssell .products-grid .product-items .product-item,
.block.substitute .products-grid .product-items .product-item {
  margin-right: 0%;
  margin-left: 0%;
  position: relative;
  display: inline-block !important;
}
.block.related .products-grid .product-items .product-item .field.choice.related,
.block.upsell .products-grid .product-items .product-item .field.choice.related,
.block.crosssell .products-grid .product-items .product-item .field.choice.related,
.block.substitute .products-grid .product-items .product-item .field.choice.related {
  right: 20%;
}
.block.related .products-grid .product-items .product-item .action.primary,
.block.upsell .products-grid .product-items .product-item .action.primary,
.block.crosssell .products-grid .product-items .product-item .action.primary,
.block.substitute .products-grid .product-items .product-item .action.primary {
  padding: 5px 10px;
}
.block.related .products-grid .product-items .product-item .product-item-actions .actions-secondary .box-addtolists,
.block.upsell .products-grid .product-items .product-item .product-item-actions .actions-secondary .box-addtolists,
.block.crosssell .products-grid .product-items .product-item .product-item-actions .actions-secondary .box-addtolists,
.block.substitute .products-grid .product-items .product-item .product-item-actions .actions-secondary .box-addtolists {
  display: block !important;
  top: 0px;
}
.block.related .products-grid .product-items .product-item .unavailable,
.block.upsell .products-grid .product-items .product-item .unavailable,
.block.crosssell .products-grid .product-items .product-item .unavailable,
.block.substitute .products-grid .product-items .product-item .unavailable,
.block.related .products-grid .product-items .product-item .available,
.block.upsell .products-grid .product-items .product-item .available,
.block.crosssell .products-grid .product-items .product-item .available,
.block.substitute .products-grid .product-items .product-item .available {
  padding: 0px 3px 0px 0px;
}
.block.related .product-item-name,
.block.upsell .product-item-name,
.block.crosssell .product-item-name,
.block.substitute .product-item-name {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  white-space: normal;
}
@media (min-width: 640px) {
  .block.related .product-item-name,
  .block.upsell .product-item-name,
  .block.crosssell .product-item-name,
  .block.substitute .product-item-name {
    min-height: 78px;
  }
}
.cart-container .cart.table-wrapper .actions-toolbar > .action.action-towishlist:before,
.cart-container .action-gift.action-towishlist:before {
  position: relative;
  top: 2px;
  right: 1px;
}
.cart-container .cart.table-wrapper .actions-toolbar > .action.action-edit:before,
.cart-container .cart.table-wrapper .actions-toolbar > .action.action-delete:before,
.cart-container .action-gift.action-edit:before,
.cart-container .action-gift.action-delete:before {
  position: relative;
  top: 1px;
  right: 0px;
}
.checkout-cart-index .block.crosssell .block-content .slick-list {
  width: auto;
}
.checkout-cart-index .block.crosssell .block-content .slick-list .slick-track {
  display: grid !important;
  grid-auto-flow: column;
  width: auto !important;
  column-gap: 5px;
}
.checkout-cart-index .block.crosssell .block-content .products-grid .product-items .product-item {
  width: 100% !important;
  height: 100%;
  display: grid !important;
}
.checkout-cart-index .block.crosssell .block-content .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-inner {
  padding: 3px 9px 40px;
}
.checkout-cart-index .block.crosssell .block-content .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions {
  position: absolute;
  bottom: 0px;
}
.checkout-cart-index .block.crosssell .block-content .slick-prev {
  left: -2rem;
}
.checkout-cart-index .block.crosssell .block-content .slick-next {
  right: -2rem;
}
.block.related .products-grid .product-items .product-item .product-item-actions {
  padding-top: 50px;
}
.block.related .products-grid .product-items .product-item .product-item-actions .actions-secondary {
  position: absolute;
  bottom: 0px;
}
.block.substitute .block-content .products-substitute .product-items .product-item {
  position: relative;
}
.block.substitute .block-content .products-substitute .product-items .product-item .product-item-info .product-item-details .product-item-inner {
  padding: 50px 10px 40px !important;
}
.block.substitute .block-content .products-substitute .product-items .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions {
  position: absolute;
  bottom: 0px;
}
.block.substitute .block-content .products-substitute .product-items .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions.hasaddtolist .actions-primary {
  margin-bottom: 8px;
  display: inline-block;
}
.block.substitute .block-content .products-substitute .product-items .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions.hasaddtolist .actions-secondary {
  padding-left: 0px;
  display: block;
  width: 100%;
}
.block.substitute .block-content .products-substitute .product-items .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions.hasaddtolist .actions-secondary .box-addtolists {
  display: inline-block !important;
  width: auto;
}
.block.substitute .block-content .products-substitute .product-items .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions.hasaddtolist .actions-secondary .action.towishlist,
.block.substitute .block-content .products-substitute .product-items .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions.hasaddtolist .actions-secondary .action.tocompare {
  float: none;
  position: relative;
  top: 0px;
}
.block.substitute .block-content .products-substitute .product-items .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-secondary .action.towishlist,
.block.substitute .block-content .products-substitute .product-items .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-secondary .action.tocompare {
  position: relative;
  top: 10px;
}
.cdz-menu:not(.cdz-toggle-menu) .groupmenu-drop > li.item {
  min-width: 380px !important;
}
.cdz-horizontal-menu .groupmenu .item .groupmenu-drop.slidedown {
  min-width: 400px !important;
}
.cdz-horizontal-menu .groupmenu .item .groupmenu-drop.slidedown .item .shop-by-brand-list.flex-grid .brand-item {
  max-width: 100px;
}
.brands-index-view.page-products .products-grid.ctst .product-items .item.product-item {
  width: 98% !important;
}
.brands-index-index .brand-container {
  border: 1px solid #e1e1e1;
  background: #ffffff;
  border-radius: 0px;
  -webkit-box-shadow: 0 0px 5px 0 #aaaaaa;
  -moz-box-shadow: 0 0px 5px 0 #aaaaaa;
  -o-box-shadow: 0 0px 5px 0 #aaaaaa;
  box-shadow: 0 0px 5px 0 #aaaaaa;
  padding: 15px;
}
.checkout-cart-index .cart-container .cart.table-wrapper .items.data.table .cart-table .col.qty .control.qty .button.btn-update {
  background: none;
  padding: 2px;
  border: 0px;
  margin-top: -5px;
  margin-left: 10px;
}
.checkout-cart-index .cart-container .cart.table-wrapper .items.data.table .cart-table .col.qty .control.qty .button.btn-update span {
  display: none;
}
.checkout-cart-index .cart-container .cart.table-wrapper .items.data.table .cart-table .col.qty .control.qty .button.btn-update:before {
  display: inline-block;
  font: normal normal 16px/1 FontAwesome;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f021';
  color: #000000;
}
.checkout-cart-index .block.crosssell .products-grid .product-items .product-item .product-item-actions .actions-secondary .action.tocompare,
.checkout-cart-index .block.crosssell .products-grid .product-items .product-item .product-item-actions .actions-secondary .action.towishlist {
  position: relative;
  top: 10px;
}
.checkout-cart-index .cart.table-wrapper .item-options dt,
.checkout-cart-index .opc-block-summary .items-in-cart .product .item-options dt,
.checkout-cart-index .block-giftregistry-shared-items .product .item-options dt,
.checkout-cart-index .multicheckout .item-options dt {
  float: none;
  margin: 0 10px 5px 0;
  display: inline-block;
  width: 50%;
}
.checkout-cart-index .cart.table-wrapper .item-options dd,
.checkout-cart-index .opc-block-summary .items-in-cart .product .item-options dd,
.checkout-cart-index .block-giftregistry-shared-items .product .item-options dd,
.checkout-cart-index .multicheckout .item-options dd {
  float: none;
  display: inline-block;
  width: 40%;
}
.checkout-onepage-success .page-main > .page-title-wrapper .page-title {
  display: block;
  text-align: center;
}
.checkout-onepage-success .page-main > .page-title-wrapper .page-title + .action {
  display: block;
  float: none;
  text-align: center;
  margin-bottom: 30px;
}
.checkout-onepage-success .checkout-success div.primary {
  padding-top: 0px;
}
.checkout-onepage-success .checkout-success div.primary .action.primary.continue {
  padding: 9px 15px;
}
.additional-attributes-wrapper .add-attribute {
  margin: 7px 0px;
}
.additional-attributes-wrapper .add-attribute .label {
  font-weight: 600;
}
.b2b-portal-login #maincontent.page-main {
  width: 95%;
  margin: 20px auto;
}
.b2b-portal-login #maincontent.page-main .fieldset.login .actions-toolbar .secondary .action.remind {
  margin-top: 10px;
}
/* Search auto suggest */
#ecc-autosuggest.ecc-autosuggest {
  left: 0px;
  max-height: 470px;
}
#ecc-autosuggest.ecc-autosuggest .elsearchmain.eldetailedsearch.elsrcthrcol {
  left: -45px;
}
#ecc-autosuggest.ecc-autosuggest .srcsecactive.thcolthrdsec,
#ecc-autosuggest.ecc-autosuggest .srcsecactive.thcolfoursec {
  width: 315px;
}
#ecc-autosuggest.ecc-autosuggest .eltitlesec {
  background: #15499f;
}
#ecc-autosuggest.ecc-autosuggest .elsrchcol2 {
  width: 310px;
}
#ecc-autosuggest.ecc-autosuggest .elsrchcolpro {
  width: 325px;
}
#ecc-autosuggest.ecc-autosuggest .srcsecactive.thcolfirstsec {
  margin-left: -328px;
  width: 315px;
}
#ecc-autosuggest.ecc-autosuggest .srcsecactive.thcolsecondsec {
  margin-left: -328px;
  width: 315px;
}
#ecc-autosuggest.ecc-autosuggest .elsearchsec ul.elproducts li.elproduct .product-item-info {
  padding: 15px 0px 0px;
}
#ecc-autosuggest.ecc-autosuggest .elsearchsec ul.elproducts li.elproduct .product-item-info .autocomplete-search .fieldset {
  margin-bottom: 2px;
}
#ecc-autosuggest.ecc-autosuggest .elsearchsec ul.elproducts li.elproduct .product-item-info .product-details {
  width: 200px;
}
#ecc-autosuggest.ecc-autosuggest .elsearchsec ul.elproducts li.elproduct .product-item-info .elprodlink .image-wrapper .elprodimg {
  width: auto;
  height: 55px;
}
/* Common */
.block-minicart .cart-total .subtotal .amount .price-wrapper:first-child .price {
  color: #000000 !important;
}
.block-minicart #save-cart-as-list {
  background: #f5f5f5;
  padding: 0px 20px;
  margin-top: -15px;
}
.block-minicart #save-cart-as-list .btn-update.action.primary {
  width: 100%;
  margin: 5px 0;
  text-align: center;
  padding: 5px 7px;
  display: inline-block;
  font-size: 13px;
}
.block-minicart .minicart-items-wrapper {
  padding: 10px;
}
.block-minicart .minicart-items-wrapper .minicart-items .product-item {
  position: relative;
  padding: 0px 0px 15px 0px;
}
.block-minicart .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-item-name {
  float: left;
  width: 43%;
  padding: 0px 10px;
}
.block-minicart .minicart-items-wrapper .minicart-items .product-item .product-item-details .product.options {
  float: left;
  width: 40%;
  position: static;
}
.block-minicart .minicart-items-wrapper .minicart-items .product-item .product-item-details .product.options .toggle {
  font-size: 13px;
}
.block-minicart .minicart-items-wrapper .minicart-items .product-item .product-item-details .product.options .product.options.list dt.label {
  display: inline-block;
  width: 42%;
  font-size: 12px;
}
.block-minicart .minicart-items-wrapper .minicart-items .product-item .product-item-details .product.options .product.options.list dd.values {
  display: inline-block;
  margin-left: 0px;
  width: 55%;
  font-size: 12px;
}
.block-minicart .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-item-pricing {
  width: 35%;
  float: right;
  text-align: right;
}
.block-minicart .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-item-pricing .details-qty {
  position: relative;
}
.block-minicart .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-item-pricing .details-qty .cdz-qty-box {
  width: 60px;
  float: right;
}
.block-minicart .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-item-pricing .details-qty .cdz-qty-box .item-qty {
  width: 100%;
}
.block-minicart .minicart-items-wrapper .minicart-items .product-item .product-item-details .product.actions .action.edit,
.block-minicart .minicart-items-wrapper .minicart-items .product-item .product-item-details .product.actions .action.delete {
  left: -10px;
  border-bottom: 0px;
}
.product-addto-links .manage-sku-link,
.product-addto-links .manage-sku-link:active,
.product-addto-links .manage-sku-link:focus,
.product-addto-links .manage-sku-link:focus-visible,
.product-addto-links .manage-sku-link:visited {
  padding: 7px 10px;
  text-transform: uppercase;
  font-weight: 500;
  float: left;
  margin-right: 10px;
  transition: all 500ms ease;
  text-decoration: none;
  width: 145px;
}
.product-addto-links .manage-sku-link:hover,
.product-addto-links .manage-sku-link:active:hover,
.product-addto-links .manage-sku-link:focus:hover,
.product-addto-links .manage-sku-link:focus-visible:hover,
.product-addto-links .manage-sku-link:visited:hover {
  transition: all 500ms ease;
  text-decoration: none;
}
.link.wishlist .mini-list .block-content .product-items .product-item .product-item-details a.product-item-link {
  color: #333333;
}
.link.wishlist .mini-list .block-content .product-items .product-item .product-item-details a.product-item-link:hover {
  color: #15499f;
}
#addresslocation-iframe-popup-modal #show-addresslocation-cartpopup .branchmaincontainer #branchpictionactions {
  margin-top: 10px;
}
#addresslocation-iframe-popup-modal #show-addresslocation-cartpopup .branchmaincontainer #cart-sidebar-branch {
  display: inline-block;
  width: 100%;
}
#addresslocation-iframe-popup-modal #show-addresslocation-cartpopup .branchmaincontainer #cart-sidebar-branch .product-item {
  padding: 10px;
  margin: 5px;
  display: inline-block;
  border: 1px solid #e1e1e1;
  width: 45%;
}
#addresslocation-iframe-popup-modal #show-addresslocation-cartpopup .branchmaincontainer #cart-sidebar-branch .product-item .product-image-container {
  width: 75px !important;
  height: 75px !important;
}
#branchpickup-iframe-popup-modal #show-branch-cartpopup .branchmaincontainer #branchpictionactions {
  margin-top: 10px;
}
#branchpickup-iframe-popup-modal #show-branch-cartpopup .branchmaincontainer #cart-sidebar-branch {
  display: inline-block;
  width: 100%;
}
#branchpickup-iframe-popup-modal #show-branch-cartpopup .branchmaincontainer #cart-sidebar-branch .product-item {
  padding: 10px;
  margin: 5px;
  display: inline-block;
  border: 1px solid #e1e1e1;
  width: 45%;
}
#branchpickup-iframe-popup-modal #show-branch-cartpopup .branchmaincontainer #cart-sidebar-branch .product-item .product-image-container {
  width: 75px !important;
  height: 75px !important;
}
.page-header .sticky-menu.active .header-middle {
  width: 25% !important;
}
.page-header .sticky-menu.active .header-panel-row {
  width: 100% !important;
}
.page-header .sticky-menu.active .header-search.has-cat-search .minisearch.has-cat {
  padding-left: 0px !important;
}
.page-header .sticky-menu.active .header-search {
  float: right !important;
}
.page-header:not(.sksnhv) .sticky-menu.active .header-search {
  float: right !important;
}
.page-header:not(.sksnhv) .sticky-menu.active .header-search:hover input.input-text {
  padding: 0 0 0 130px !important;
}
.page-header .sticky-menu.active .header-vertical-menu-wrap .menu-title {
  background: none;
  border: 0px;
}
.page-header .sticky-menu.active .action.showcart {
  border: 0px !important;
}
.page-header .sticky-menu.active .action.showcart:hover:before {
  background: none !important;
}
.modal-popup .modal-inner-wrap {
  width: 80% !important;
  margin: 20px auto !important;
}
.modal-popup .modal-inner-wrap .modal-header .modal-title {
  font: 600 18px/1.35 Lato, Helvetica Neue, Verdana, Arial, sans-serif;
  width: 100%;
}
.modal-popup .modal-inner-wrap .modal-content {
  padding-left: 3rem !important;
  margin-top: 10px;
}
.modal-popup .modal-inner-wrap .modal-content .product_locations_wrapper form {
  width: 24%;
  margin-right: 5px;
  display: inline-block;
}
.modal-popup .modal-inner-wrap .modal-content .product_locations_wrapper form .location-name p:first-child {
  font-weight: 600;
  margin-bottom: 10px;
}
.modal-popup .modal-inner-wrap .modal-content .product_locations_wrapper form .location-name .action.tocart.primary {
  margin-top: 15px;
}
.modal-popup .modal-inner-wrap .modal-content .minicart-popup #minicartpro-content-wrapper .block-minicart .section-top-inner {
  margin-left: 0px;
}
.modal-popup .modal-inner-wrap .modal-content .minicart-popup #minicartpro-content-wrapper .block-minicart .section-top-inner .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-item-name {
  width: 98%;
  padding: 0px 5px;
}
.modal-popup .modal-content {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.modal-popup .modal-content #branch-grid-loader-popup-modal {
  margin-top: 10px;
}
#search_iframe {
  min-height: 225px;
}
#search_iframe html {
  min-height: 225px;
}
#listgrid table.data-grid {
  margin-top: 20px;
}
#listgrid table.data-grid thead {
  background: transparent;
}
#quickorderpad_list_selector_list_table.data-grid {
  margin-top: 25px;
}
#quickorderpad_list_selector_list_table.data-grid thead tr {
  background: #15499f;
}
#quickorderpad_list_selector_list_table.data-grid thead .data-grid-filters {
  background: transparent;
  border-left: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
}
#quickorderpad_list_selector_list_table.data-grid thead .data-grid-filters td {
  border-left: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
}
#quickorderpad_list_selector_list_table.data-grid thead th {
  color: #ffffff;
  border-left: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
}
#quickorderpad_list_selector_list_table.data-grid tbody tr._clickable {
  border-bottom: 1px solid #e1e1e1;
}
#quickorderpad_list_selector_list_table.data-grid tbody tr._clickable td {
  border-left: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
}
#quickorderpad_list_selector_list_table.data-grid .range .range-line {
  display: inline-block;
  width: 45%;
  margin-right: 10px;
}
#product_csv_import_form .fieldset p br {
  display: none;
}
.epicor_lists-lists-selector {
  background: #ffffff;
}
.epicor_lists-lists-selector .box-info.box-account.col-full {
  padding: 20px;
  background: #ffffff;
}
.epicor_lists-lists-selector .box-info.box-account.col-full .content-header {
  display: none;
}
.product-main-wrapper .product-info-main .locations_add_to_cart {
  margin-top: 20px;
  height: 35px;
}
.product-main-wrapper .product-info-main .locations_add_to_cart a {
  padding: 10px 15px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  transition: all 500ms ease;
  text-decoration: none;
}
.product-main-wrapper .product-info-main .locations_add_to_cart a:hover {
  transition: all 500ms ease;
  text-decoration: none;
}
.epicor_branchpickup-pickup-pickupsearch #maincontent.page-main {
  background: #ffffff;
}
.epicor_branchpickup-pickup-pickupsearch #maincontent.page-main #selectgrid .admin__data-grid-wrap.admin__data-grid-wrap-static {
  margin-top: 15px;
}
.epicor_branchpickup-pickup-pickupsearch button.action-next,
.epicor_branchpickup-pickup-pickupsearch .cart.table-wrapper .actions-toolbar > .action.action-next,
.epicor_branchpickup-pickup-pickupsearch .action-gift.action-next {
  position: relative;
  height: 34px;
}
.epicor_branchpickup-pickup-pickupsearch button.action-next:before,
.epicor_branchpickup-pickup-pickupsearch .cart.table-wrapper .actions-toolbar > .action.action-next:before,
.epicor_branchpickup-pickup-pickupsearch .action-gift.action-next:before {
  content: "\276F";
  position: absolute;
  top: 7px;
  left: 0px;
  right: 0px;
}
.epicor_branchpickup-pickup-pickupsearch button.action-next.disabled,
.epicor_branchpickup-pickup-pickupsearch .cart.table-wrapper .actions-toolbar > .action.action-next.disabled,
.epicor_branchpickup-pickup-pickupsearch .action-gift.action-next.disabled {
  border: 0px;
}
.epicor_branchpickup-pickup-pickupsearch button.action-previous,
.epicor_branchpickup-pickup-pickupsearch .cart.table-wrapper .actions-toolbar > .action.action-previous,
.epicor_branchpickup-pickup-pickupsearch .action-gift.action-previous {
  position: relative;
  height: 34px;
}
.epicor_branchpickup-pickup-pickupsearch button.action-previous:before,
.epicor_branchpickup-pickup-pickupsearch .cart.table-wrapper .actions-toolbar > .action.action-previous:before,
.epicor_branchpickup-pickup-pickupsearch .action-gift.action-previous:before {
  content: "\276E";
  position: absolute;
  top: 7px;
  left: 0px;
  right: 0px;
}
.epicor_branchpickup-pickup-pickupsearch button.action-previous.disabled,
.epicor_branchpickup-pickup-pickupsearch .cart.table-wrapper .actions-toolbar > .action.action-previous.disabled,
.epicor_branchpickup-pickup-pickupsearch .action-gift.action-previous.disabled {
  border: 0px;
}
.admin__data-grid-pager button.action-next,
.admin__data-grid-pager .cart.table-wrapper .actions-toolbar > .action.action-next,
.admin__data-grid-pager .action-gift.action-next {
  position: relative;
  height: 34px;
}
.admin__data-grid-pager button.action-next:before,
.admin__data-grid-pager .cart.table-wrapper .actions-toolbar > .action.action-next:before,
.admin__data-grid-pager .action-gift.action-next:before {
  content: "\276F";
  position: absolute;
  top: 7px;
  left: 0px;
  right: 0px;
}
.admin__data-grid-pager button.action-next.disabled,
.admin__data-grid-pager .cart.table-wrapper .actions-toolbar > .action.action-next.disabled,
.admin__data-grid-pager .action-gift.action-next.disabled {
  border: 0px;
}
.admin__data-grid-pager button.action-previous,
.admin__data-grid-pager .cart.table-wrapper .actions-toolbar > .action.action-previous,
.admin__data-grid-pager .action-gift.action-previous {
  position: relative;
  height: 34px;
}
.admin__data-grid-pager button.action-previous:before,
.admin__data-grid-pager .cart.table-wrapper .actions-toolbar > .action.action-previous:before,
.admin__data-grid-pager .action-gift.action-previous:before {
  content: "\276E";
  position: absolute;
  top: 7px;
  left: 0px;
  right: 0px;
}
.admin__data-grid-pager button.action-previous.disabled,
.admin__data-grid-pager .cart.table-wrapper .actions-toolbar > .action.action-previous.disabled,
.admin__data-grid-pager .action-gift.action-previous.disabled {
  border: 0px;
}
.page-header .sticky-menu:not(.active) .minicart-wrapper,
.page-header .header-panel-row .minicart-wrapper {
  background-color: transparent !important;
}
.page-header .sticky-menu:not(.active) .minicart-wrapper .action.showcart:before,
.page-header .header-panel-row .minicart-wrapper .action.showcart:before {
  display: inline-block;
  font: normal normal normal 30px/1 'CodazonFont';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e9a6" !important;
  speak: none;
  background-color: transparent !important;
  transition: background .5s ease;
}
.page-header .sticky-menu:not(.active) .minicart-wrapper .action.showcart:hover,
.page-header .header-panel-row .minicart-wrapper .action.showcart:hover {
  transition: background .5s ease;
}
.page-header .sticky-menu:not(.active) .minicart-wrapper .action.showcart:hover:before,
.page-header .header-panel-row .minicart-wrapper .action.showcart:hover:before {
  opacity: 0.8;
}
.checkout-index-index #branch-grid-loader-popup-showmodal #branchpopupiframe {
  width: 100% !important;
}
.checkout-index-index .page-wrapper .authentication-wrapper {
  margin-top: -80px !important;
}
.checkout-index-index .page-wrapper .authentication-wrapper .block-authentication .action.action-remind {
  text-decoration: none !important;
}
.checkout-index-index #shippingpopupiframe {
  width: 100% !important;
  padding: 0px;
  max-height: 500px;
}
.checkout-index-index .modal-popup .modal-inner-wrap {
  left: 0px !important;
  margin-top: 10px;
}
.checkout-index-index .ecc-search-address {
  margin-top: 10px;
}
.epicor_comm-onepage-billingpopup .page-main {
  padding-left: 0px;
  padding-right: 2px;
}
.epicor_comm-onepage-billingpopup .page-main:not(.page-main-full) > div {
  padding-left: 0px;
  padding-right: 0px;
}
.epicor_comm-onepage-billingpopup .footer-minicart {
  display: none !important;
}
.epicor_comm-onepage-billingpopup .data-grid-filters input,
.epicor_comm-onepage-billingpopup .data-grid-filters select {
  font-size: 14px !important;
}
.epicor_comm-onepage-shippingpopup .page-wrapper,
.epicor_comm-onepage-billingpopup .page-wrapper {
  background: #ffffff;
}
.page-product-grouped .product-info-main .product-info-main-inner .product-add-form .box-tocart .product-addto-links .manage-sku-link,
.page-product-grouped .product-info-main .product-info-main-inner .product-add-form .box-tocart .product-addto-links .manage-sku-link:active,
.page-product-grouped .product-info-main .product-info-main-inner .product-add-form .box-tocart .product-addto-links .manage-sku-link:focus,
.page-product-grouped .product-info-main .product-info-main-inner .product-add-form .box-tocart .product-addto-links .manage-sku-link:focus-visible,
.page-product-grouped .product-info-main .product-info-main-inner .product-add-form .box-tocart .product-addto-links .manage-sku-link:visited {
  padding: 7px 10px;
  font-size: 1.5rem;
  font-weight: 500;
}
.page-product-configurable .product-info-main .product-info-main-inner .product-add-form .product-options-wrapper .data-table.grouped-items-table .control .input-text.qty {
  width: 52px !important;
}
.page-product-configurable .product-info-main .product-info-stock-sku {
  padding-bottom: 5px;
}
.page-product-configurable .product-info-main .price-box {
  border: 0px !important;
  padding-top: 5px;
  padding-bottom: 5px !important;
}
.page-product-configurable .product-info-main .product-options-bottom .box-tocart {
  margin: 5px 0 5px;
}
.page-product-configurable .product-info-main .product-options-bottom .box-tocart .fieldset:last-child {
  margin-bottom: 5px;
}
.page-product-configurable .product-info-main .product-options-bottom .box-tocart .actions {
  margin-top: 5px;
}
.page-product-configurable .product-info-main .product-options-bottom .box-tocart .actions #instant-purchase,
.page-product-configurable .product-info-main .product-options-bottom .box-tocart .actions .box-addtolists {
  float: left;
  width: auto;
  top: -5px;
  margin-top: 0px;
}
.page-product-configurable .product-info-main .product-options-bottom .box-tocart .actions #instant-purchase .actions .action.primary.tolistsview,
.page-product-configurable .product-info-main .product-options-bottom .box-tocart .actions .box-addtolists .actions .action.primary.tolistsview {
  font-weight: 500;
}
.page-product-configurable .product-info-main .product-social-links {
  margin-bottom: 15px;
}
.product-info-main .product.attribute.overview {
  display: block;
}
.product-info-main .product-social-links .product.attribute.overview {
  display: none;
}
#customer_account_shippingaddress_list_table.data-grid thead,
#customer_account_billingaddress_list_table.data-grid thead {
  background: #ffffff;
}
.product-view-style-01.catalog-product-view .product-media-wrapper {
  margin-left: 0px;
}
.product-view-style-01.catalog-product-view .product-media-wrapper .gallery-container {
  margin-top: 20px;
}
.product-view-style-04.catalog-product-view .product.info.detailed .product.data.items {
  padding: 10px;
}
.sidebar .block-wishlist .block-title .counter,
.sidebar .block-compare .block-title .counter {
  font-style: normal;
}
.sidebar .block-wishlist .action.delete:before,
.sidebar .block-compare .action.delete:before {
  font-weight: bold;
  font-size: 12px;
  margin-top: 4px;
}
.sidebar .block-wishlist .actions-toolbar .action.details:before {
  display: none;
}
.sidebar .block-wishlist .product-items .product-item .product-item-name {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: auto;
}
.sidebar-additional .block-compare .actions-toolbar .action.compare:hover {
  background-color: #63983c !important;
  color: #231f20 !important;
  border-color: #63983c !important;
}
.catalog-product-view .additional-attributes-wrapper .add-attribute {
  margin: 10px 0px;
}
.catalog-product-view .additional-attributes-wrapper .add-attribute .label {
  font-size: 1.4rem;
}
.catalog-product-view .additional-attributes-wrapper .add-attribute .data {
  font-size: 1.4rem;
}
.catalog-product-view .product-media-wrapper {
  margin-left: 0px;
}
.catalog-product-view .product-media-wrapper .gallery-container {
  margin-top: 20px;
}
.catalog-product-view .product.info.detailed .product.items > .item.content {
  border-top: 0px;
  border: 0px;
}
.catalog-product-view .box-addtolists {
  margin-top: 0px;
  margin-bottom: 10px;
  border: 0px;
  float: left;
  width: auto;
  display: inline-block !important;
  height: 39px;
  position: static;
}
.catalog-product-view .product-addto-links {
  float: left !important;
  width: auto;
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 10px;
}
.catalog-product-view .product-addto-links .action.tocompare,
.catalog-product-view .product-addto-links .action.towishlist,
.catalog-product-view .product-addto-links .manage-sku-link {
  width: auto;
  display: inline-block;
}
.catalog-product-view #instant-purchase {
  display: inline-block;
  float: left;
  margin-top: 0px;
  margin-bottom: 10px;
}
.catalog-product-view .product-info-main .box-tocart .fieldset {
  position: relative;
}
.catalog-product-view .product-info-main .box-tocart .fieldset > .actions {
  display: inline-block !important;
  width: auto;
  height: 32px;
  float: left;
  margin-top: 0px;
  margin-bottom: 10px;
}
.catalog-product-view .product-info-main .box-tocart .product_grid_locations {
  height: 1px;
  position: absolute;
  z-index: 10000;
  float: left;
  left: 0px;
  bottom: -70px;
  right: 0px;
}
.catalog-product-view .product-info-main .box-tocart .locations_add_to_cart {
  float: left;
  width: auto;
  margin-right: 10px;
  margin-top: 0px;
  margin-bottom: 10px;
}
.catalog-product-view .product-info-main .box-tocart .locations_add_to_cart a {
  display: inline-block;
}
.catalog-product-view .product-info-main .box-tocart .data-table tbody tr td .configurable_addtocart .configurator-add.btn-cart {
  padding: 5px 5px 3px 5px !important;
  margin-top: 10px;
  width: 150px !important;
  font-size: 12.5px !important;
}
.account-info-summary .info-summary-top .actions-toolbar .secondary a.action.remind,
.b2b-portal-login #maincontent.page-main .fieldset.login .actions-toolbar .secondary a.action.remind {
  text-decoration: none;
}
#selected-branch.selected-branch-wrapper {
  border: 0px;
  max-width: 120px;
  width: 100%;
  word-wrap: break-word;
  margin-top: 12px;
}
#selected-branch.selected-branch-wrapper .selected-branch a.branch-select,
#selected-branch.selected-branch-wrapper .selected-branch a.branch-link {
  text-decoration: none;
}
#selected-branch.selected-branch-wrapper .selected-branch a.branch-select strong,
#selected-branch.selected-branch-wrapper .selected-branch a.branch-link strong {
  font-weight: 500;
  font-size: 1.3rem;
}
#selected-branch.selected-branch-wrapper .selected-branch a.branch-select:before,
#selected-branch.selected-branch-wrapper .selected-branch a.branch-link:before {
  display: block;
  font: normal normal 18px/1 FontAwesome;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f041";
  line-height: 20px;
}
#selected-branch.selected-branch-wrapper .selected-branch a.branch-select {
  top: -17px;
  position: relative;
}
#selected-branch.selected-branch-wrapper .selected-branch a.branch-link {
  font-size: 1.3rem;
}
#selected-branch.selected-branch-wrapper .selected-branch a.branch-link:before {
  display: inline-block;
  position: absolute;
  top: -20px;
  margin: 0 auto;
  left: 0px;
  right: 0px;
}
#selected-branch.selected-branch-wrapper .selected-branch p {
  font-size: 1.3rem;
}
.opc-wrapper .shipping-address-item {
  width: 32% !important;
}
.space-base .base-slider .product-items .product-item-details .product-item-actions .actions-primary .stock.unavailable {
  display: none;
}
.page-product-bundle.catalog-product-view .product-main-wrapper .product-info-main-inner .bundle-actions #bundle-slide.action.primary {
  border-radius: 0px !important;
}
.page-product-bundle.catalog-product-view .bundle-options-container .block-bundle-summary {
  box-shadow: 0px 0px 8px 0px #d1d1d1;
  background: #ffffff;
}
.page-product-bundle.catalog-product-view .bundle-options-container .block-bundle-summary .content .product-details .locations_header {
  margin-top: 20px;
}
.page-product-bundle.catalog-product-view .bundle-options-container .block-bundle-summary .content .product-details .price-box .price {
  font-size: 20px;
}
.page-product-bundle.catalog-product-view .bundle-options-container .block-bundle-summary .content .product-details .price-box .old-price {
  opcacity: 0.8;
}
.page-product-bundle.catalog-product-view .bundle-options-container .block-bundle-summary .content .product-details .box-tocart .field.qty .label,
.page-product-bundle.catalog-product-view .bundle-options-container .block-bundle-summary .content .product-details .box-tocart .field.qty .control {
  display: inline-block;
}
.page-product-bundle.catalog-product-view .bundle-options-container .block-bundle-summary .content .product-details .box-tocart .bundle-actions,
.page-product-bundle.catalog-product-view .bundle-options-container .block-bundle-summary .content .product-details .box-tocart .actions {
  display: inline-block !important;
  width: 40%;
}
.page-product-bundle.catalog-product-view .bundle-options-container .block-bundle-summary .content .product-details .box-tocart .bundle-actions .action.tocart,
.page-product-bundle.catalog-product-view .bundle-options-container .block-bundle-summary .content .product-details .box-tocart .actions .action.tocart,
.page-product-bundle.catalog-product-view .bundle-options-container .block-bundle-summary .content .product-details .box-tocart .bundle-actions .action.buy-now,
.page-product-bundle.catalog-product-view .bundle-options-container .block-bundle-summary .content .product-details .box-tocart .actions .action.buy-now {
  border-radius: 0px;
}
.page-product-bundle.catalog-product-view .bundle-options-container .block-bundle-summary .content .product-details .box-tocart #instant-purchase {
  display: inline-block;
}
.page-product-bundle.catalog-product-view .bundle-options-container .block-bundle-summary .content .product-details .box-tocart .box-addtolists {
  position: static;
  display: inline-block;
  width: 40%;
  margin-left: 10px;
}
.page-product-bundle.catalog-product-view .bundle-options-container .block-bundle-summary .content .product-details .box-tocart .box-addtolists .actions {
  width: 100%;
}
.page-product-bundle.catalog-product-view .bundle-options-container .block-bundle-summary .content .product-details .box-tocart .box-addtolists .actions .action.primary.tolistsview {
  border-radius: 0px;
  text-align: center;
}
.page-product-bundle.catalog-product-view .bundle-options-container .block-bundle-summary .content .product-details .box-tocart .box-addtolists .actions .action.primary.tolistsview span {
  padding-left: 0px;
}
.page-product-bundle.catalog-product-view .bundle-options-container .block-bundle-summary .content .product-details .box-tocart .box-addtolists .actions .action.primary.tolistsview span:before,
.page-product-bundle.catalog-product-view .bundle-options-container .block-bundle-summary .content .product-details .box-tocart .box-addtolists .actions .action.primary.tolistsview span:after {
  display: none !important;
}
.page-product-bundle.catalog-product-view .bundle-options-container .block-bundle-summary .product-addto-links {
  display: block;
}
.page-product-bundle.catalog-product-view .bundle-options-container .block-bundle-summary .product-addto-links .manage-sku-link {
  text-align: center;
}
.page-product-bundle.catalog-product-view .bundle-options-container .block-bundle-summary .bundle-summary {
  margin-top: 70px;
}
.page-product-bundle.catalog-product-view .bundle-options-container .block-bundle-summary .bundle-summary > strong.subtitle {
  color: #333333;
  font: Lato, Helvetica Neue, Verdana, Arial, sans-serif;
  text-transform: uppercase;
  padding-bottom: 10px;
  padding-bottom: 5px;
  font: 600 17px/1.35 Lato, Helvetica Neue, Verdana, Arial, sans-serif !important;
  margin-bottom: 10px;
  border-bottom: 1px solid #e1e1e1;
}
.page-product-bundle.catalog-product-view .bundle-options-container .bundle-options-wrapper .block-shipping-estimation .block-content select {
  border: 1px solid #e1e1e1;
}
.page-product-bundle.catalog-product-view .product-social-links .product-addto-links {
  width: 100% !important;
  text-align: left !important;
  margin: 15px 0 10px !important;
}
.page-product-bundle.catalog-product-view .product-social-links .product-addto-links .action {
  padding: 0;
  width: 40px;
  height: 37px;
  line-height: 36px;
  border: 1px solid;
  text-align: center;
  transition: all 500ms ease;
  backface-visibility: hidden;
  font-size: 0;
  margin-right: 7px;
  border-radius: 0px;
  display: inline-block;
}
.page-product-bundle.catalog-product-view .product-social-links .product-addto-links .action:before {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.page-product-bundle.catalog-product-view .product-social-links .product-addto-links .action.towishlist:before {
  font: normal normal 14px/1 'FontAwesome';
  content: "\f004";
}
.page-product-bundle.catalog-product-view .product-social-links .product-addto-links .action.tocompare:before {
  font: normal normal normal 14px/1 'CodazonFont';
  content: "\e97d";
}
.page-product-bundle.catalog-product-view .product-social-links .product-addto-links .box-addtolists {
  position: static !important;
  margin-right: 10px;
  margin-top: 0px;
}
.page-product-bundle.catalog-product-view .product-social-links .product-addto-links .box-addtolists .fieldset .actions .action.tolistsview {
  width: 100%;
  padding: 0px 15px;
  font-size: 14px;
  font-weight: 500;
}
.page-product-bundle.catalog-product-view .product-social-links .product-addto-links .manage-sku-link {
  position: static !important;
}
.sidebar-minicart .sidebar-cart-inner .block-minicart .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-item-name {
  padding: 0px 5px;
  width: 100%;
}
.sidebar-minicart .sidebar-cart-inner .block-minicart .minicart-items-wrapper .minicart-items .product-item .product-item-details .product.options {
  width: 100%;
}
.sidebar-minicart .sidebar-cart-inner .block-minicart .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-item-actions .product-item-pricing {
  width: 100%;
}
.sidebar-minicart .sidebar-cart-inner .block-minicart .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-item-actions .product-item-pricing .cart-qty .item-qty {
  width: 100%;
}
.ecc-autosuggest .ecc-autosuggest-products .elproducts .box-tocart .autoaddtocart .control {
  margin-right: 5px;
}
.ecc-autosuggest .ecc-autosuggest-products .elproducts .box-tocart .autoaddtocart .control .input-text.qty {
  border: 1px solid;
  text-align: center;
  margin: 0px 7px 0px 7px;
}
.ecc-autosuggest .ecc-autosuggest-products .elproducts .box-tocart .autoaddtocart .control .qtyplus {
  margin: -3px 2px 0px !important;
  font-size: 20px;
  cursor: pointer;
  padding: 0px;
}
.ecc-autosuggest .ecc-autosuggest-products .elproducts .box-tocart .autoaddtocart .control .qtyminus {
  margin: -5px 2px 0px !important;
  font-size: 24px;
  cursor: pointer;
  padding: 0px;
}
.ecc-header-link.dealer-face {
  float: right;
  padding: 9px 12px 5px;
}
.modal-popup.new-shipping-address-modal .modal-inner-wrap .modal-header .action-close {
  right: 0;
}
.new-shipping-address-modal.modal-popup .modal-inner-wrap .modal-content {
  padding: 0 3rem !important;
}
.footer-cart-inner .cart-trigger {
  text-decoration: none;
}
.block-minicartpro .section-content .total-qty .label:after {
  content: ': ';
}
.footer-minicart .footer-cart-inner .block-minicart .minicart-items-wrapper .minicart-items .product-item.active .product-item-right {
  padding: 10px 10px 10px 30px;
}
.footer-minicart .footer-cart-inner .block-minicart .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-item-pricing {
  width: 100%;
}
.old-price,
.old.price {
  text-decoration: none !important;
}
.old-price .price-container span.price,
.old.price .price-container span.price {
  text-decoration: line-through;
}
.catalog-product-view .product-info-main .box-tocart.active .fieldset.container > .actions {
  margin-right: 10px !important;
}
@media only screen and (min-width: 381px) and (max-width: 769px) {
  .page-products .grid.products-grid .product-items {
    grid-template-columns: 100%;
  }
  .catalog-product-view .product-info-main .box-tocart.active .fieldset.container > .actions {
    height: 40px;
  }
  .catalog-product-view .product-info-main .box-tocart.active .fieldset.container > .actions .action.primary.tocart {
    margin-right: 10px;
  }
  .page-header .header-middle .header-panel-left {
    text-align: left !important;
    margin-left: 5px;
  }
  .page-header .header-middle .header-panel-left .logo {
    margin-left: 25px;
  }
  .cms-home.cms-index-index .container.slideshow-container .cdz-slideshow.main-slideshow,
  .cms-codazon-home-page.cms-index-index .container.slideshow-container .cdz-slideshow.main-slideshow {
    margin-top: 0px;
  }
  .page-header .sticky-menu.active .header-middle {
    margin: 5px !important;
  }
  .catalog-product-view .product-info-main .box-tocart .fieldset > .actions {
    height: 23px;
  }
}
@media only screen and (max-width: 380px) {
  .page-products .grid.products-grid .product-items {
    grid-template-columns: 100%;
  }
  .page-header .header-middle .header-panel-left {
    text-align: left;
    margin-left: 13px;
  }
  .catalog-product-view .product-info-main .box-tocart .fieldset > .actions {
    height: 23px;
  }
  .cms-home.cms-index-index .container.slideshow-container .cdz-slideshow.main-slideshow,
  .cms-codazon-home-page.cms-index-index .container.slideshow-container .cdz-slideshow.main-slideshow {
    margin-top: 0px;
  }
  .page-header .sticky-menu.active .header-middle {
    margin: 5px !important;
  }
  .catalog-product-view .product-info-main .box-tocart.active .fieldset.container > .actions {
    height: 40px;
  }
  .catalog-product-view .product-info-main .box-tocart.active .fieldset.container > .actions .action.primary.tocart {
    margin-right: 10px;
  }
  .page-header .header-middle .header-panel-left {
    text-align: left !important;
    margin-left: 5px;
  }
  .page-header .header-middle .header-panel-left .logo {
    margin-left: 25px;
  }
}
@media only screen and (max-width: 1299px) {
  #selected-branch.selected-branch-wrapper {
    max-width: 112px;
  }
}
@media only screen and (max-width: 1180px) {
  #ecc-autosuggest.ecc-autosuggest .srcsecactive.thcolfirstsec {
    margin-left: -260px !important;
    width: 256px !important;
  }
  #ecc-autosuggest.ecc-autosuggest .srcsecactive.thcolfoursec {
    width: 245px;
    left: 4px;
  }
  #ecc-autosuggest.ecc-autosuggest.elsrcthrcol {
    width: 760px;
  }
  #ecc-autosuggest.ecc-autosuggest.elsrctwcol .elsrchcolpro {
    width: 245px !important;
  }
  #ecc-autosuggest.ecc-autosuggest .elsrchcol2,
  #ecc-autosuggest.ecc-autosuggest .elsrchcolpro {
    width: 230px !important;
  }
  #ecc-autosuggest.ecc-autosuggest .srcsecactive.thcolsecondsec {
    width: 259px !important;
    margin-left: -259px !important;
  }
  #ecc-autosuggest.ecc-autosuggest .srcsecactive.thcolthrdsec {
    width: 245px !important;
  }
}
@media only screen and (max-width: 767px) {
  #ecc-autosuggest.ecc-autosuggest {
    margin: 5px auto;
    width: 90%;
  }
  #ecc-autosuggest.ecc-autosuggest .srcsecactive.thcolfirstsec {
    margin-left: -96% !important;
    width: 95% !important;
  }
  #ecc-autosuggest.ecc-autosuggest .srcsecactive.thcolfoursec {
    width: 95%;
    left: 4px;
  }
  #ecc-autosuggest.ecc-autosuggest.elsrcthrcol {
    width: 90%;
  }
  #ecc-autosuggest.ecc-autosuggest.elsrctwcol {
    width: 90%;
  }
  #ecc-autosuggest.ecc-autosuggest.elsrctwcol .elsrchcolpro {
    width: 95% !important;
  }
  #ecc-autosuggest.ecc-autosuggest .elsrchcol2,
  #ecc-autosuggest.ecc-autosuggest .elsrchcolpro {
    width: 95% !important;
  }
  #ecc-autosuggest.ecc-autosuggest .srcsecactive.thcolsecondsec {
    width: 95% !important;
    margin-left: -96% !important;
  }
  #ecc-autosuggest.ecc-autosuggest .srcsecactive.thcolthrdsec {
    width: 95% !important;
  }
  #ecc-autosuggest.ecc-autosuggest .ecc-autosuggest-products .elproducts .box-tocart .autoaddtocart .actions-primary {
    clear: none;
  }
  #ecc-autosuggest.ecc-autosuggest .ecc-autosuggest-products .elproducts .box-tocart .autoaddtocart .actions-primary .action.tocart.primary {
    width: 55px !important;
    min-width: 55px !important;
  }
  #ecc-autosuggest.ecc-autosuggest .ecc-autosuggest-products .elproducts .box-tocart .autoaddtocart .control {
    padding: 0px 10px !important;
  }
  body.account .sidebar-main .block.account-nav,
  body.account .sidebar-main .block.block-collapsible-nav {
    width: 100%;
  }
}
@media only screen and (max-width: 1023px) {
  body.account .toolbar .toolbar-amount {
    display: block;
    float: none;
    text-align: center;
    margin-bottom: 10px;
  }
  body.account .toolbar .pages {
    position: relative;
    width: auto;
    float: left;
  }
  body.account .toolbar .limiter {
    float: right;
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 639px) {
  body.account .toolbar .pages {
    float: left;
  }
  body.account .toolbar .limiter {
    float: right;
    clear: none;
  }
  body.account .toolbar .limiter .limiter-options {
    padding-right: 2rem;
  }
}
@media only screen and (max-width: 639px) and (max-width: 480px) {
  body.account .toolbar .limiter {
    font-size: 14px;
    margin-bottom: 0px;
  }
}
.space-base .box-style-banner .products-grid .product-item-inner .product-item-name,
.space-base .base-slider .products-grid .product-item-inner .product-item-name {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  white-space: pre-wrap;
}
.space-base .box-style-banner .products-grid.grid-style-16 .product-item,
.space-base .base-slider .products-grid.grid-style-16 .product-item {
  height: 100%;
}
.space-base .box-style-banner .products-grid.grid-style-16 .product-item-inner .product-item-name,
.space-base .base-slider .products-grid.grid-style-16 .product-item-inner .product-item-name {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  white-space: pre-wrap;
}
.space-base .box-style-banner .products-grid.grid-style-16 .product-item-inner .product-item-actions,
.space-base .base-slider .products-grid.grid-style-16 .product-item-inner .product-item-actions {
  padding: 30px 0px 40px;
}
.space-base .box-style-banner .products-grid.grid-style-16 .product-item-inner .action.tocart.primary,
.space-base .base-slider .products-grid.grid-style-16 .product-item-inner .action.tocart.primary {
  margin: 5px auto;
  position: absolute;
  bottom: 5px;
  left: 0px;
  right: 0px;
  width: 80%;
}
.space-base .base-slider .products-grid.grid-style-16 .product-item-inner .action.tocart.primary {
  width: auto !important;
}
.epicor_lists-contract-shipto .box-info.box-account.col-full {
  padding: 15px;
  border: 1px solid #e1e1e1;
  background: #ffffff;
  border-radius: 0px;
  -webkit-box-shadow: 0 0px 5px 0 #aaaaaa;
  -moz-box-shadow: 0 0px 5px 0 #aaaaaa;
  -o-box-shadow: 0 0px 5px 0 #aaaaaa;
  box-shadow: 0 0px 5px 0 #aaaaaa;
  padding: 0px 15px 15px;
}
.epicor_lists-contract-shipto .box-info.box-account.col-full .content-header h3.icon-head.head-contract-shipto {
  font: 600 16px/1.35 Lato, Helvetica Neue, Verdana, Arial, sans-serif;
  text-transform: uppercase;
}
.epicor_lists-contract-shipto .box-info.box-account.col-full .boxed-content .admin__data-grid-header.admin__data-grid-toolbar {
  margin-bottom: 15px;
}
#button_bar .link-print,
#button_bar .link-email {
  position: relative;
  top: 15px;
}
#button_bar .link-print,
#button_bar .link-email,
#button_bar .action-default {
  margin-left: 10px;
  margin-top: 20px;
}
#buttonbar #rfq_duplicate,
#buttonbar #addshippingaddress {
  font: 600 14px/1.35 Lato, Helvetica Neue, Verdana, Arial, sans-serif !important;
}
.account.wishlist-index-index .product-item {
  padding: 16px 10px !important;
}
.account.wishlist-index-index .product-item .product-item-info {
  height: 100%;
}
.account.wishlist-index-index .product-item .product-item-info .product-item-inner {
  padding-bottom: 10px;
}
.account.wishlist-index-index .product-item .product-item-info .product-item-inner .product-item-actions {
  display: block;
}
.account.wishlist-index-index .product-item .product-item-info .product-item-inner .product-item-actions .actions-primary {
  position: absolute;
  bottom: -10px;
}
@media only screen and (max-width: 1130px) {
  .cms-index-index #maincontent .tables__product .cart-qty > form {
    flex-direction: column;
    gap: 1rem;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1180px) {
  .page-products #maincontent .product-list-style-20 div.actions-primary > form,
  .page-products #maincontent .product-item-inner .product-item-actions .actions-primary > form,
  .page-products #maincontent .tables__product .cart-qty > form {
    flex-direction: column;
    gap: 1rem;
  }
}
@media only screen and (min-width: 767px) and (max-width: 860px) {
  .page-header.header-style-25 .header-middle .panel.header .header-search-wrap {
    width: 40%;
    height: 36px;
  }
  .page-header.header-style-25 .header-middle .panel.header .header-panel-right {
    float: right;
  }
  .page-products .grid.products-grid .product-items {
    grid-template-columns: repeat(2, 50%);
    width: calc(97.59999999999999%);
  }
  #maincontent .product-list-style-20 div.actions-primary > form {
    flex-direction: column;
    gap: 1.6rem;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1024px) {
  .page-header.header-style-25 .header-middle .panel.header .header-panel-left .action.nav-toggle {
    display: none !important;
  }
  .page-header.header-style-25 .header-middle .panel.header .header-search-wrap .header-search .block-search {
    height: 42px !important;
  }
  .page-header.header-style-25 .header-middle .panel.header .header-search-wrap .header-search .block-search .cdz-cat-search .current-cat:after {
    right: -12px;
  }
  .page-header.header-style-25 .header-middle .panel.header .header-search-wrap .header-search .block-search .minisearch .field.search {
    margin-left: -16px;
  }
}
@media only screen and (max-width: 768px) {
  .checkout-cart-index .cart-container .cart-summary {
    width: 100%;
    position: unset;
  }
  .checkout-cart-index .cart-container:before {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .product-list-style-08 .product-item .product-item-actions .actions-secondary > .action {
    border-radius: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .product-item-inner .product-item-actions .actions-primary .tocart span {
    font-size: 18px !important;
  }
}
@media only screen and (max-width: 769px) {
  .page-products div.grid.products-grid .product-items {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .page-products div.grid.products-grid .product-items {
    width: calc((100% - 4.8rem));
  }
}
@media only screen and (min-width: 767px) and (max-width: 860px) {
  .page-products div.grid.products-grid .product-items {
    width: calc((100% - 2.4rem));
  }
}
.product-list-container .product-list-style-20 .product-item-name {
  order: 0;
  margin-top: 0px;
  margin-bottom: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  white-space: normal;
  min-height: 78px;
}
@media (max-width: 767px) {
  .product-list-container .product-list-style-20 .product-item-name {
    min-height: 52px;
    -webkit-line-clamp: 2;
  }
}
.subscribe-recaptcha {
  display: none !important;
}
#newsletter-validate-detail .field-recaptcha {
  display: none !important;
}
footer.page-footer > .footer.content {
  display: none !important;
}
/**
 * Copyright © 2010-2023 Epicor Software Corporation: All Rights Reserved
 */
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 18-Jan-2023,
    Author     : Muralidhar.Dixit
*/
body.account .page-main .page-title-wrapper {
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 auto;
  width: 100%;
  max-width: 1400px;
}
body.account .page-main .page-title-wrapper .page-title {
  width: auto;
  position: relative;
  left: 0;
  text-align: center;
}
body.account .page-main .page-title-wrapper .page-title .base {
  padding-left: 20px;
}
body.account button,
body.account .cart-container .form-cart .action.continue,
body.account a.action.secondary,
body.account a.action.secondary:visited,
body.account .cart.table-wrapper .actions-toolbar > .action,
body.account .action-gift {
  font: 600 14px/1.35 Lato, Helvetica Neue, Verdana, Arial, sans-serif;
}
body.account input[type='checkbox'].admin__control-checkbox,
body.account input[type='radio'].admin__control-checkbox {
  position: static;
}
body.account .admin__control-select,
body.account .ui-datepicker .ui-datepicker-title select {
  appearance: auto;
}
body.account .data-grid.table .action-link-ht {
  min-width: 90px;
}
body.account .abs-account-blocks .block-title > strong,
body.account .block-compare .block-title > strong,
body.account .block-giftregistry-results .block-title > strong,
body.account .block-giftregistry-shared-items .block-title > strong,
body.account .block-wishlist-search-results .block-title > strong,
body.account .block-reorder .block-title > strong,
body.account .widget .block-title > strong,
body.account .block-wishlist .block-title > strong,
body.account .account .column.main .block:not(.widget) .block-title > strong,
body.account .multicheckout .block-title > strong,
body.account .paypal-review .block .block-title > strong,
body.account .magento-rma-guest-returns .column.main .block:not(.widget) .block-title > strong,
body.account [class^='sales-guest-'] .column.main .block:not(.widget) .block-title > strong,
body.account .sales-guest-view .column.main .block:not(.widget) .block-title > strong,
body.account .account .column.main .block:not(.widget) .block-title > strong,
body.account .multicheckout .block-title > strong,
body.account .paypal-review .block .block-title > strong,
body.account .magento-rma-guest-returns .column.main .block:not(.widget) .block-title > strong,
body.account [class^='sales-guest-'] .column.main .block:not(.widget) .block-title > strong,
body.account .sales-guest-view .column.main .block:not(.widget) .block-title > strong {
  font-size: 1.6rem;
  font-weight: 600;
  font: 600 16px/1.35 Lato, Helvetica Neue, Verdana, Arial, sans-serif;
}
body.account.sales-order-view .page-title-wrapper .actions-toolbar.order-actions-toolbar .actions a.action,
body.account.sales-order-invoice .page-title-wrapper .actions-toolbar.order-actions-toolbar .actions a.action,
body.account.sales-order-shipment .page-title-wrapper .actions-toolbar.order-actions-toolbar .actions a.action {
  border: 1px !important;
  font: 600 14px/1.35 Lato, Helvetica Neue, Verdana, Arial, sans-serif;
  text-transform: uppercase;
  outline: none;
  cursor: pointer;
  font-weight: bold;
  padding: 5px 15px 5px;
  border-radius: 0px;
  font: Lato, Helvetica Neue, Verdana, Arial, sans-serif;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  box-shadow: none;
  text-decoration: none !important;
  text-shadow: 0 0 black;
  margin-right: 5px;
}
body.account.sales-order-view .page-title-wrapper .actions-toolbar.order-actions-toolbar .actions a.action:hover,
body.account.sales-order-invoice .page-title-wrapper .actions-toolbar.order-actions-toolbar .actions a.action:hover,
body.account.sales-order-shipment .page-title-wrapper .actions-toolbar.order-actions-toolbar .actions a.action:hover {
  opacity: 1;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-decoration: none !important;
}
body.account.sales-order-view .actions-toolbar > .secondary .action.back,
body.account.sales-order-invoice .actions-toolbar > .secondary .action.back,
body.account.sales-order-shipment .actions-toolbar > .secondary .action.back {
  display: block;
}
body.account.sales-order-view .column.main > ul.items.order-links,
body.account.sales-order-invoice .column.main > ul.items.order-links,
body.account.sales-order-shipment .column.main > ul.items.order-links {
  display: block !important;
  margin-bottom: 8px !important;
  border-bottom: 0px !important;
}
body.account.sales-order-view .column.main > ul.items.order-links .item,
body.account.sales-order-invoice .column.main > ul.items.order-links .item,
body.account.sales-order-shipment .column.main > ul.items.order-links .item {
  border-bottom: 0px !important;
  margin-right: -1px !important;
}
body.account.sales-order-view .column.main > ul.items.order-links .item a,
body.account.sales-order-invoice .column.main > ul.items.order-links .item a,
body.account.sales-order-shipment .column.main > ul.items.order-links .item a {
  padding: 10px 20px;
  background: #f9f9f9;
  color: #000000;
  border: 1px solid #e1e1e1;
}
body.account.sales-order-view .column.main > ul.items.order-links .item a:hover,
body.account.sales-order-invoice .column.main > ul.items.order-links .item a:hover,
body.account.sales-order-shipment .column.main > ul.items.order-links .item a:hover {
  padding: 10px 20px;
  background: #ffffff;
  border: 1px solid #e1e1e1;
  color: #000000;
  font-weight: 600;
}
body.account.sales-order-view .column.main > ul.items.order-links .item.current strong,
body.account.sales-order-invoice .column.main > ul.items.order-links .item.current strong,
body.account.sales-order-shipment .column.main > ul.items.order-links .item.current strong {
  padding: 10px 20px;
  background: #ffffff;
  border: 1px solid #e1e1e1;
  border-bottom: 0px;
  color: #000000;
}
body.account.sales-order-view .page-title-wrapper,
body.account.sales-order-invoice .page-title-wrapper,
body.account.sales-order-shipment .page-title-wrapper {
  position: relative;
}
body.account.sales-order-view .page-title-wrapper .page-title,
body.account.sales-order-invoice .page-title-wrapper .page-title,
body.account.sales-order-shipment .page-title-wrapper .page-title {
  display: inline-block;
}
body.account.sales-order-view .page-title-wrapper .actions-toolbar.order-actions-toolbar,
body.account.sales-order-invoice .page-title-wrapper .actions-toolbar.order-actions-toolbar,
body.account.sales-order-shipment .page-title-wrapper .actions-toolbar.order-actions-toolbar {
  position: absolute;
  right: 10px;
  top: 10px;
}
body.account.sales-order-view .page-title-wrapper .actions-toolbar.order-actions-toolbar .separator,
body.account.sales-order-invoice .page-title-wrapper .actions-toolbar.order-actions-toolbar .separator,
body.account.sales-order-shipment .page-title-wrapper .actions-toolbar.order-actions-toolbar .separator {
  display: none;
}
body.account.sales-order-view .page-title-wrapper .actions-toolbar.order-actions-toolbar .actions a,
body.account.sales-order-invoice .page-title-wrapper .actions-toolbar.order-actions-toolbar .actions a,
body.account.sales-order-shipment .page-title-wrapper .actions-toolbar.order-actions-toolbar .actions a {
  padding: 0px 10px;
  font-size: 1.4rem;
}
body.account.sales-order-view .page-title-wrapper .order-status,
body.account.sales-order-invoice .page-title-wrapper .order-status,
body.account.sales-order-shipment .page-title-wrapper .order-status,
body.account.sales-order-view .page-title-wrapper .order-date,
body.account.sales-order-invoice .page-title-wrapper .order-date,
body.account.sales-order-shipment .page-title-wrapper .order-date {
  max-width: 1400px;
  width: 50%;
  position: relative;
  left: 23%;
  margin-left: 20px;
}
body.account.sales-order-view .page-title-wrapper .order-status,
body.account.sales-order-invoice .page-title-wrapper .order-status,
body.account.sales-order-shipment .page-title-wrapper .order-status {
  width: 180px;
  display: inline-block !important;
}
body.account.sales-order-view .order-details-items.ordered,
body.account.sales-order-invoice .order-details-items.ordered,
body.account.sales-order-shipment .order-details-items.ordered,
body.account.sales-order-view .order-details-items.invoice,
body.account.sales-order-invoice .order-details-items.invoice,
body.account.sales-order-shipment .order-details-items.invoice,
body.account.sales-order-view .order-details-items.shipments,
body.account.sales-order-invoice .order-details-items.shipments,
body.account.sales-order-shipment .order-details-items.shipments {
  padding: 15px;
  border: 1px solid #e1e1e1;
  background: #ffffff;
  border-radius: transparent;
  -webkit-box-shadow: 0 0px 1px 0 #aaaaaa;
  -moz-box-shadow: 0 0px 1px 0 #aaaaaa;
  -o-box-shadow: 0 0px 1px 0 #aaaaaa;
  box-shadow: 0 0px 1px 0 #aaaaaa;
}
body.account.sales-order-view .order-details-items.ordered .order-title,
body.account.sales-order-invoice .order-details-items.ordered .order-title,
body.account.sales-order-shipment .order-details-items.ordered .order-title,
body.account.sales-order-view .order-details-items.invoice .order-title,
body.account.sales-order-invoice .order-details-items.invoice .order-title,
body.account.sales-order-shipment .order-details-items.invoice .order-title,
body.account.sales-order-view .order-details-items.shipments .order-title,
body.account.sales-order-invoice .order-details-items.shipments .order-title,
body.account.sales-order-shipment .order-details-items.shipments .order-title {
  border-bottom: 1px solid #e1e1e1;
}
body.account.sales-order-view .order-details-items.ordered .order-title strong,
body.account.sales-order-invoice .order-details-items.ordered .order-title strong,
body.account.sales-order-shipment .order-details-items.ordered .order-title strong,
body.account.sales-order-view .order-details-items.invoice .order-title strong,
body.account.sales-order-invoice .order-details-items.invoice .order-title strong,
body.account.sales-order-shipment .order-details-items.invoice .order-title strong,
body.account.sales-order-view .order-details-items.shipments .order-title strong,
body.account.sales-order-invoice .order-details-items.shipments .order-title strong,
body.account.sales-order-shipment .order-details-items.shipments .order-title strong {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.6rem;
}
body.account.sales-order-view .order-details-items.ordered .actions-toolbar a.action.print,
body.account.sales-order-invoice .order-details-items.ordered .actions-toolbar a.action.print,
body.account.sales-order-shipment .order-details-items.ordered .actions-toolbar a.action.print,
body.account.sales-order-view .order-details-items.invoice .actions-toolbar a.action.print,
body.account.sales-order-invoice .order-details-items.invoice .actions-toolbar a.action.print,
body.account.sales-order-shipment .order-details-items.invoice .actions-toolbar a.action.print,
body.account.sales-order-view .order-details-items.shipments .actions-toolbar a.action.print,
body.account.sales-order-invoice .order-details-items.shipments .actions-toolbar a.action.print,
body.account.sales-order-shipment .order-details-items.shipments .actions-toolbar a.action.print,
body.account.sales-order-view .order-details-items.ordered .actions-toolbar a.action.back,
body.account.sales-order-invoice .order-details-items.ordered .actions-toolbar a.action.back,
body.account.sales-order-shipment .order-details-items.ordered .actions-toolbar a.action.back,
body.account.sales-order-view .order-details-items.invoice .actions-toolbar a.action.back,
body.account.sales-order-invoice .order-details-items.invoice .actions-toolbar a.action.back,
body.account.sales-order-shipment .order-details-items.invoice .actions-toolbar a.action.back,
body.account.sales-order-view .order-details-items.shipments .actions-toolbar a.action.back,
body.account.sales-order-invoice .order-details-items.shipments .actions-toolbar a.action.back,
body.account.sales-order-shipment .order-details-items.shipments .actions-toolbar a.action.back {
  width: auto;
  display: block;
  float: right;
  border: 1px !important;
  font: 600 14px/1.35 Lato, Helvetica Neue, Verdana, Arial, sans-serif;
  text-transform: uppercase;
  outline: none;
  cursor: pointer;
  font-weight: bold;
  padding: 5px 15px 5px;
  border-radius: 0px;
  font: Lato, Helvetica Neue, Verdana, Arial, sans-serif;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  box-shadow: none;
  text-decoration: none !important;
  text-shadow: 0 0 black;
  font-weight: 500;
}
body.account.sales-order-view .order-details-items.ordered .actions-toolbar a.action.print:hover,
body.account.sales-order-invoice .order-details-items.ordered .actions-toolbar a.action.print:hover,
body.account.sales-order-shipment .order-details-items.ordered .actions-toolbar a.action.print:hover,
body.account.sales-order-view .order-details-items.invoice .actions-toolbar a.action.print:hover,
body.account.sales-order-invoice .order-details-items.invoice .actions-toolbar a.action.print:hover,
body.account.sales-order-shipment .order-details-items.invoice .actions-toolbar a.action.print:hover,
body.account.sales-order-view .order-details-items.shipments .actions-toolbar a.action.print:hover,
body.account.sales-order-invoice .order-details-items.shipments .actions-toolbar a.action.print:hover,
body.account.sales-order-shipment .order-details-items.shipments .actions-toolbar a.action.print:hover,
body.account.sales-order-view .order-details-items.ordered .actions-toolbar a.action.back:hover,
body.account.sales-order-invoice .order-details-items.ordered .actions-toolbar a.action.back:hover,
body.account.sales-order-shipment .order-details-items.ordered .actions-toolbar a.action.back:hover,
body.account.sales-order-view .order-details-items.invoice .actions-toolbar a.action.back:hover,
body.account.sales-order-invoice .order-details-items.invoice .actions-toolbar a.action.back:hover,
body.account.sales-order-shipment .order-details-items.invoice .actions-toolbar a.action.back:hover,
body.account.sales-order-view .order-details-items.shipments .actions-toolbar a.action.back:hover,
body.account.sales-order-invoice .order-details-items.shipments .actions-toolbar a.action.back:hover,
body.account.sales-order-shipment .order-details-items.shipments .actions-toolbar a.action.back:hover {
  opacity: 1;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-decoration: none !important;
}
body.account.wishlist-index-index .box-tocart .fieldset > p .link-edit {
  display: none;
}
body.account .fieldset.update-contact-form-list .field {
  padding-left: 13px;
}
body.account .fieldset.update-contact-form-list .field input {
  display: inline-block;
}
body.account .fieldset.update-contact-form-list .field:not(.choice) > .label {
  float: none;
  display: inline;
}
body.account.epicor_lists-lists-deliveryaddress .page-main .page-title-wrapper .page-title {
  left: -15px;
}
body.account .column.main > form#rfq_update .box-info.box-account div.page-actions .action-default {
  margin-right: 5px;
  margin-bottom: 5px;
}
body.account.epicor_orderapproval-manage-edit .column.main {
  padding: 15px;
  border: 1px solid #e1e1e1;
  background: #ffffff;
  border-radius: 0px;
  -webkit-box-shadow: 0 0px 5px 0 #aaaaaa;
  -moz-box-shadow: 0 0px 5px 0 #aaaaaa;
  -o-box-shadow: 0 0px 5px 0 #aaaaaa;
  box-shadow: 0 0px 5px 0 #aaaaaa;
}
body.account.epicor_orderapproval-manage-edit .column.main .content-header .icon-head {
  color: #333333;
  font: Lato, Helvetica Neue, Verdana, Arial, sans-serif;
  text-transform: uppercase;
  padding-bottom: 10px;
}
body.account.epicor_orderapproval-manage-edit .column.main #tab_content {
  padding: 10px;
  border: 1px solid #cccccc;
}
body.account.epicor_orderapproval-manage-edit .column.main #tab_content .entry-edit.form-inline {
  padding-top: 55px;
}
body.account.epicor_orderapproval-manage-edit .column.main .product-collateral.toggle-content.tabs .toggle-tabs {
  margin-bottom: -2px;
}
body.account.epicor_comm-customer-accountselector .page-main .column.main {
  border: 1px solid #e1e1e1;
  background: #ffffff;
  border-radius: 0px;
  -webkit-box-shadow: 0 0px 5px 0 #aaaaaa;
  -moz-box-shadow: 0 0px 5px 0 #aaaaaa;
  -o-box-shadow: 0 0px 5px 0 #aaaaaa;
  box-shadow: 0 0px 5px 0 #aaaaaa;
  padding: 15px;
}
body.account.customerconnect-dashboard-index .box-info.box-account .content-header table tr td,
body.account.dealerconnect-dashboard-index .box-info.box-account .content-header table tr td {
  padding: 5px 0px 0px;
}
body.account.dealerconnect-dashboard-index .box-actions.managedashreminder {
  font-size: 0px !important;
  margin-top: 18px !important;
  text-align: right !important;
  padding-right: 10px;
}
body.account.dealerconnect-dashboard-index .box-actions.managedashreminder a {
  font-size: 16px;
  margin-left: 20px;
}
body.account.dealerconnect-dashboard-index #dealer-summary-container .box-container-account {
  border: 0px;
  padding: 0px;
  width: 100%;
}
body.account.dealerconnect-dashboard-index #dealer-summary-container .box-container-account .box-account.claim-section {
  padding: 15px;
}
body.account.dealerconnect-dashboard-index #dealer-summary-container .box-container-account .box-account.claim-section .box-head h2 {
  color: #333333;
  font: Lato, Helvetica Neue, Verdana, Arial, sans-serif;
  text-transform: uppercase;
  padding-bottom: 10px;
  font-size: 16px;
}
body.account.dealerconnect-orders-details #button_bar {
  top: -50px;
}
body.account.dealerconnect-orders-details #button_bar a {
  position: relative;
  top: 7px;
  margin-right: 15px;
}
body.account.dealerconnect-orders-details #button_bar .action-default {
  margin-right: 15px;
}
body.account.customer-account-index .box-account.box-recent {
  padding: 15px;
  border: 1px solid #e1e1e1;
  background: #ffffff;
  border-radius: 0px;
  -webkit-box-shadow: 0 0px 5px 0 #aaaaaa;
  -moz-box-shadow: 0 0px 5px 0 #aaaaaa;
  -o-box-shadow: 0 0px 5px 0 #aaaaaa;
  box-shadow: 0 0px 5px 0 #aaaaaa;
  padding: 20px 15px;
}
body.account.customer-account-index .box-account.box-recent .box-head {
  color: #333333;
  font: Lato, Helvetica Neue, Verdana, Arial, sans-serif;
  text-transform: uppercase;
  padding-bottom: 10px;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 30px;
}
body.account.customer-account-index .box-account.box-recent .box-head h2 {
  float: left;
  font: 600 16px/1.35 Lato, Helvetica Neue, Verdana, Arial, sans-serif;
}
body.account.customer-account-index .box-account.box-recent .box-head a {
  float: right;
  padding: 4px 10px;
  font: 400 12px/1.35 Lato, Helvetica Neue, Verdana, Arial, sans-serif;
  background: #3175e4;
  color: #fff;
  border-radius: 4px;
  transition: all 500ms ease;
  backface-visibility: hidden;
  text-decoration: none;
}
body.account.customer-account-index .box-account.box-recent .box-head a:hover {
  text-decoration: none;
}
body.account.customer-account-index .box-account.box-recent .box-head a:after {
  display: inline-block;
  font: normal normal 12px/1 FontAwesome;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f08e';
  margin-left: 5px;
}
body.account.customer-account-index .box-account.box-recent #my-orders-table thead th {
  border-bottom: 1px solid #e1e1e1;
}
body.account.customer-account-index .box-account.box-recent #my-orders-table thead th,
body.account.customer-account-index .box-account.box-recent #my-orders-table tbody td {
  min-width: 120px;
}
body.account.customerconnect-shippingaddress-update #rfq_duplicate,
body.account.customerconnect-shippingaddress-new #rfq_duplicate,
body.account.customerconnect-contacts-new #rfq_duplicate,
body.account.customerconnect-contacts-update #rfq_duplicate,
body.account.customerconnect-shippingaddress-update #rfq_save,
body.account.customerconnect-shippingaddress-new #rfq_save,
body.account.customerconnect-contacts-new #rfq_save,
body.account.customerconnect-contacts-update #rfq_save,
body.account.customerconnect-shippingaddress-update #addform,
body.account.customerconnect-shippingaddress-new #addform,
body.account.customerconnect-contacts-new #addform,
body.account.customerconnect-contacts-update #addform,
body.account.customerconnect-shippingaddress-update #updateform,
body.account.customerconnect-shippingaddress-new #updateform,
body.account.customerconnect-contacts-new #updateform,
body.account.customerconnect-contacts-update #updateform,
body.account.customerconnect-shippingaddress-update #addshippingaddress,
body.account.customerconnect-shippingaddress-new #addshippingaddress,
body.account.customerconnect-contacts-new #addshippingaddress,
body.account.customerconnect-contacts-update #addshippingaddress,
body.account.customerconnect-shippingaddress-update #updateshippingaddress,
body.account.customerconnect-shippingaddress-new #updateshippingaddress,
body.account.customerconnect-contacts-new #updateshippingaddress,
body.account.customerconnect-contacts-update #updateshippingaddress {
  border-radius: 0px !important;
  text-transform: uppercase !important;
  font: 600 14px/1.35 Lato, Helvetica Neue, Verdana, Arial, sans-serif !important;
  margin-top: 0px !important;
}
body.account.supplierconnect-account-index .box-actions.managedashreminder {
  text-align: right;
  font-size: 0px !important;
}
body.account.supplierconnect-account-index .box-actions.managedashreminder .action.edit {
  float: right;
  padding: 4px 10px;
  font: 400 12px/1.35 Lato, Helvetica Neue, Verdana, Arial, sans-serif;
  border-radius: 4px;
  transition: all 500ms ease;
  backface-visibility: hidden;
  text-decoration: none !important;
  margin-right: 20px;
  margin-top: 10px;
  text-transform: uppercase;
}
body.account.supplierconnect-account-index .box-actions.managedashreminder .action.edit:hover {
  opacity: 1;
  text-decoration: none !important;
}
body.account.supplierconnect-account-index #rfq-summery-container .box-container-account {
  width: 49%;
  margin: 0px;
  border: 0px;
  padding: 10px 15px !important;
  padding: 15px;
  border: 1px solid #e1e1e1;
  border-radius: 0px;
  -webkit-box-shadow: 0 0px 5px 0 #aaaaaa;
  -moz-box-shadow: 0 0px 5px 0 #aaaaaa;
  -o-box-shadow: 0 0px 5px 0 #aaaaaa;
  box-shadow: 0 0px 5px 0 #aaaaaa;
  background: #ffffff;
}
body.account.supplierconnect-account-index #rfq-summery-container .box-container-account:last-child {
  margin-left: 2%;
}
body.account.supplierconnect-account-index #rfq-summery-container .box-container-account .box-info.box-account {
  border: 0px;
  margin-left: 0%;
  background: transparent;
  box-shadow: none;
}
body.account.supplierconnect-account-index #rfq-summery-container .box-container-account .box-info.box-account .box-head h2 {
  font-size: 16px;
}
body.account.wishlist-index-index .fieldset .add-to-cart-alt .field.qty .label,
body.account.wishlist-index-index .fieldset .add-to-cart-alt .field.qty .control {
  display: inline-block;
}
body.account.wishlist-index-index .fieldset > p {
  position: relative;
}
body.account.wishlist-index-index .fieldset > p .link-edit {
  position: absolute;
  top: -25px;
  right: 10px;
  float: right;
  padding: 4px 10px;
  font: 400 12px/1.35 Lato, Helvetica Neue, Verdana, Arial, sans-serif;
  border-radius: 4px;
  transition: all 500ms ease;
  backface-visibility: hidden;
  text-decoration: none !important;
}
body.account.wishlist-index-index .fieldset > p .link-edit:hover {
  opacity: 1;
  text-decoration: none !important;
}
body.account.wishlist-index-index .fieldset > p .link-edit:after {
  display: inline-block;
  font: normal normal 12px/1 FontAwesome;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f044';
  margin-right: 0px;
  margin-left: 5px;
}
body.account .box-info.box-account {
  padding: 15px;
  border: 1px solid #e1e1e1;
  background: #ffffff;
  border-radius: 0px;
  -webkit-box-shadow: 0 0px 5px 0 #aaaaaa;
  -moz-box-shadow: 0 0px 5px 0 #aaaaaa;
  -o-box-shadow: 0 0px 5px 0 #aaaaaa;
  box-shadow: 0 0px 5px 0 #aaaaaa;
  margin-bottom: 20px;
}
body.account .box-info.box-account .content-header {
  color: #333333;
  font: Lato, Helvetica Neue, Verdana, Arial, sans-serif;
  text-transform: uppercase;
  padding-bottom: 10px;
  padding: 0px 15px;
}
body.account .box-info.box-account .content-header h3,
body.account .box-info.box-account .content-header strong {
  font: 600 16px/1.35 Lato, Helvetica Neue, Verdana, Arial, sans-serif;
}
body.account .box-info.box-account .content-header table tr td {
  padding: 5px 0px 10px;
}
body.account .box-info.box-account .content-header table tr td a {
  float: right;
  padding: 4px 10px;
  font: 400 12px/1.35 Lato, Helvetica Neue, Verdana, Arial, sans-serif;
  border-radius: 4px;
  transition: all 500ms ease;
  backface-visibility: hidden;
  text-decoration: none !important;
  display: inline-block;
  position: relative;
  top: -10px;
}
body.account .box-info.box-account .content-header table tr td a:hover {
  opacity: 1;
  text-decoration: none !important;
}
body.account .box-info.box-account .content-header table tr td h3 {
  display: inline-block;
}
body.account .box-info.box-account .boxed-content {
  padding: 0px 10px;
}
body.account .block .block-title {
  color: #333333;
  font: Lato, Helvetica Neue, Verdana, Arial, sans-serif;
  text-transform: uppercase;
  padding-bottom: 10px;
}
body.account .block .block-title strong {
  font: 600 16px/1.35 Lato, Helvetica Neue, Verdana, Arial, sans-serif;
  font-weight: 600 !important;
  font-size: 1.6rem !important;
}
body.account .block .block-title a {
  float: right;
  padding: 4px 10px;
  font: 400 12px/1.35 Lato, Helvetica Neue, Verdana, Arial, sans-serif;
  border-radius: 4px;
  transition: all 500ms ease;
  backface-visibility: hidden;
  text-decoration: none !important;
}
body.account .block .block-title a:hover {
  opacity: 1;
  text-decoration: none !important;
}
body.account .block .block-title #billing_address_update {
  margin-top: 0px;
}
body.account .block .block-title #billing_address_update:after {
  display: inline-block;
  font: normal normal 12px/1 FontAwesome;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f044';
  margin-right: 0px;
  margin-left: 5px;
}
body.account .block .block-content {
  padding-top: 10px;
}
body.account .block.block-search .block-content {
  padding-top: 0px;
}
body.account.account .column.main .block:not(.widget) .block-title > strong {
  font-weight: 600;
  font-size: 1.6rem;
}
body.account .admin__data-grid-wrap,
body.account .table-wrapper {
  width: 100%;
  overflow-x: auto;
  margin: 3px 0%;
  padding-top: 10px;
}
body.account .admin__data-grid-wrap .data-grid.table,
body.account .table-wrapper .data-grid.table {
  margin-top: 5px;
}
body.account .admin__data-grid-wrap .data-grid.table th,
body.account .table-wrapper .data-grid.table th {
  background-color: #15499f;
}
body.account .admin__data-grid-wrap .data-grid.table thead,
body.account .table-wrapper .data-grid.table thead {
  background-color: transparent;
}
body.account .admin__data-grid-wrap .data-grid.table thead .data-grid-th._sortable:focus,
body.account .table-wrapper .data-grid.table thead .data-grid-th._sortable:focus,
body.account .admin__data-grid-wrap .data-grid.table thead .data-grid-th._sortable:hover,
body.account .table-wrapper .data-grid.table thead .data-grid-th._sortable:hover {
  background-color: #15499f;
}
body.account .admin__data-grid-wrap .data-grid.table thead th,
body.account .table-wrapper .data-grid.table thead th {
  background-color: #15499f;
}
body.account .admin__data-grid-wrap .data-grid.table tbody td,
body.account .table-wrapper .data-grid.table tbody td {
  font: Lato, Helvetica Neue, Verdana, Arial, sans-serif;
  font-size: 1.3rem;
}
body.account #custom_address_allowed_button {
  padding: 5px 20px;
}
body.account #role_edit_form #erp_custom_address_allowed #billing_address_allowed,
body.account #role_edit_form #erp_custom_address_allowed #shipping_address_allowed {
  width: 75px;
  margin-left: 20px;
}
body.account #customer_account_shippingaddress_list_table tbody td.col-action,
body.account #customer_account_contacts_list_table tbody td.col-action {
  min-width: 85px;
}
body.account #customer_account_shippingaddress_list_table thead .data-grid-th.col-action,
body.account #customer_account_contacts_list_table thead .data-grid-th.col-action {
  min-width: 85px;
}
body.account #customer-sku-search {
  width: 250px;
}
body.account #customerconnect_skus_table {
  margin-top: 10px;
}
body.account .buttons-set {
  text-align: left;
}
body.account .back-link {
  float: right;
}
body.account .back-link a {
  float: right;
  padding: 4px 10px;
  font: 400 12px/1.35 Lato, Helvetica Neue, Verdana, Arial, sans-serif;
  border-radius: 4px;
  transition: all 500ms ease;
  backface-visibility: hidden;
  text-decoration: none !important;
  text-transform: uppercase;
  float: none;
}
body.account .back-link a:hover {
  opacity: 1;
  text-decoration: none !important;
}
body.account .back-link a small {
  display: none;
}
body.account .column.main .contact-shipping {
  padding: 15px;
  border: 1px solid #e1e1e1;
  background: #ffffff;
  border-radius: 0px;
  -webkit-box-shadow: 0 0px 5px 0 #aaaaaa;
  -moz-box-shadow: 0 0px 5px 0 #aaaaaa;
  -o-box-shadow: 0 0px 5px 0 #aaaaaa;
  box-shadow: 0 0px 5px 0 #aaaaaa;
  padding: 10px;
}
body.account .column.main .contact-shipping > p {
  float: left;
  width: 50%;
}
body.account .column.main .contact-shipping .page-actions {
  float: right;
}
body.account .column.main .contact-shipping .page-actions .action-default.scalable.add {
  border: 1px !important;
  font: 600 14px/1.35 Lato, Helvetica Neue, Verdana, Arial, sans-serif;
  -webkit-box-shadow: 0px 0px 4px 1px #e0eaec;
  -moz-box-shadow: 0px 0px 4px 1px #e0eaec;
  -o-box-shadow: 0px 0px 4px 1px #e0eaec;
  box-shadow: 0px 0px 4px 1px #e0eaec;
  padding: 5px 15px 5px;
  border-radius: 0px;
  outline: none;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: bold;
  box-shadow: none;
  font: Lato, Helvetica Neue, Verdana, Arial, sans-serif;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-decoration: none !important;
  text-shadow: 0 0 black;
  margin-right: 5px;
  margin-top: 0px;
}
body.account .column.main .contact-shipping .page-actions .action-default.scalable.add:hover {
  opacity: 1;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-decoration: none !important;
}
body.account.customer-address-form form#form-validate {
  border: 1px solid #e1e1e1;
  background: #ffffff;
  border-radius: 0px;
  -webkit-box-shadow: 0 0px 5px 0 #aaaaaa;
  -moz-box-shadow: 0 0px 5px 0 #aaaaaa;
  -o-box-shadow: 0 0px 5px 0 #aaaaaa;
  box-shadow: 0 0px 5px 0 #aaaaaa;
  padding: 15px;
}
body.account.customer-address-form form#form-validate .legend {
  border-bottom: 1px solid #e1e1e1;
}
body.account.customer-address-form form#form-validate .form-list {
  width: 50%;
  list-style: none;
}
body.account .column.main .block:not(.widget) .block-content .pages .items.pages-items li.item {
  margin-top: 0px;
}
body.account #form-tmpl + .wishlist-toolbar.toolbar {
  display: none;
}
body.account.customer-address-index .actions-toolbar {
  text-align: right;
  margin-bottom: 10px;
}
body.account.customer-address-index .actions-toolbar .primary {
  float: none;
}
body.account.customer-address-index .actions-toolbar .primary .action {
  float: right;
  padding: 4px 10px;
  font: 400 12px/1.35 Lato, Helvetica Neue, Verdana, Arial, sans-serif;
  border-radius: 4px;
  transition: all 500ms ease;
  backface-visibility: hidden;
  text-decoration: none !important;
  margin-right: 15px;
}
body.account.customer-address-index .actions-toolbar .primary .action:hover {
  opacity: 1;
  text-decoration: none !important;
}
body.account.customer-address-index .actions-toolbar .secondary .action {
  float: right;
  padding: 4px 10px;
  font: 400 12px/1.35 Lato, Helvetica Neue, Verdana, Arial, sans-serif;
  border-radius: 4px;
  transition: all 500ms ease;
  backface-visibility: hidden;
  text-decoration: none !important;
  text-transform: uppercase;
  padding: 5px 10px;
  float: none;
}
body.account.customer-address-index .actions-toolbar .secondary .action:hover {
  opacity: 1;
  text-decoration: none !important;
}
body.account.customer-account-edit .column.main .form .fieldset > .field,
body.account.newsletter-manage-index .column.main .form .fieldset > .field {
  width: 50%;
}
body.account.customer-account-edit .column.main .form .actions-toolbar,
body.account.newsletter-manage-index .column.main .form .actions-toolbar {
  margin-top: -30px;
}
body.account.customer-account-edit .column.main .form .actions-toolbar .action.save.primary,
body.account.newsletter-manage-index .column.main .form .actions-toolbar .action.save.primary {
  border: 1px !important;
  font: 600 14px/1.35 Lato, Helvetica Neue, Verdana, Arial, sans-serif;
  -webkit-box-shadow: 0px 0px 4px 1px #e0eaec;
  -moz-box-shadow: 0px 0px 4px 1px #e0eaec;
  -o-box-shadow: 0px 0px 4px 1px #e0eaec;
  box-shadow: 0px 0px 4px 1px #e0eaec;
  padding: 5px 15px 5px;
  border-radius: 0px;
  outline: none;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: bold;
  box-shadow: none;
  font: Lato, Helvetica Neue, Verdana, Arial, sans-serif;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-decoration: none !important;
  text-shadow: 0 0 black;
}
body.account.customer-account-edit .column.main .form .actions-toolbar .action.save.primary:hover,
body.account.newsletter-manage-index .column.main .form .actions-toolbar .action.save.primary:hover {
  opacity: 1;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-decoration: none !important;
}
body.account .admin__data-grid-header-row._massaction div.admin__grid-massaction div.mass-select-wrap {
  float: left;
  width: 95px;
}
body.account .admin__data-grid-header-row._massaction div.admin__grid-massaction form .admin__grid-massaction-form .admin__control-select {
  width: 120px !important;
  margin-right: 10px;
}
body.account .modal-popup .modal-inner-wrap .modal-content #subscription-id-row #subscription_edit_form .admin__field.field {
  width: 50%;
}
body.account .modal-popup .modal-inner-wrap .modal-content #subscription-id-row #subscription_edit_form .admin__field.field .admin__field-label {
  font-size: 16px !important;
  font-weight: 600;
}
body.account .modal-popup .modal-inner-wrap .modal-content #subscription-id-row #subscription_edit_form .admin__field.field .admin__field-control {
  margin-left: 0px !important;
}
body.account .modal-popup .modal-inner-wrap .modal-content #subscription-id-row #subscription_edit_form .admin__field.field .admin__field-control .end-date-note {
  margin-top: 10px;
}
body.account .modal-popup .modal-inner-wrap .modal-content #subscription-id-row #subscription-save {
  float: none;
  margin: 5px;
}
body.account .modal-popup .modal-inner-wrap .modal-content #subscription-id-row .field-subscription_end_date button.ui-datepicker-trigger,
body.account .modal-popup .modal-inner-wrap .modal-content #subscription-id-row .field-subscription_end_date .cart.table-wrapper .actions-toolbar > .action.ui-datepicker-trigger,
body.account .modal-popup .modal-inner-wrap .modal-content #subscription-id-row .field-subscription_end_date .action-gift.ui-datepicker-trigger {
  top: -30px;
  left: 92%;
}
body.account .modal-popup .modal-inner-wrap .modal-content #subscription-id-row .field-subscription_end_date button.ui-datepicker-trigger:before,
body.account .modal-popup .modal-inner-wrap .modal-content #subscription-id-row .field-subscription_end_date .cart.table-wrapper .actions-toolbar > .action.ui-datepicker-trigger:before,
body.account .modal-popup .modal-inner-wrap .modal-content #subscription-id-row .field-subscription_end_date .action-gift.ui-datepicker-trigger:before {
  font-size: 4rem;
}
body.account.epicor_subscription-manage-index .customer-subscription-grid {
  border: 1px solid #e1e1e1;
  background: #ffffff;
  border-radius: 0px;
  -webkit-box-shadow: 0 0px 5px 0 #aaaaaa;
  -moz-box-shadow: 0 0px 5px 0 #aaaaaa;
  -o-box-shadow: 0 0px 5px 0 #aaaaaa;
  box-shadow: 0 0px 5px 0 #aaaaaa;
  padding: 15px;
}
body.account.epicor_subscription-manage-index .customer-subscription-grid #pagination-controls {
  width: 100%;
}
body.account.epicor_subscription-manage-index .customer-subscription-grid #pagination-controls button.action-previous:before,
body.account.epicor_subscription-manage-index .customer-subscription-grid #pagination-controls button.action-next:before,
body.account.epicor_subscription-manage-index .customer-subscription-grid #pagination-controls .cart.table-wrapper .actions-toolbar > .action.action-previous:before,
body.account.epicor_subscription-manage-index .customer-subscription-grid #pagination-controls .cart.table-wrapper .actions-toolbar > .action.action-next:before,
body.account.epicor_subscription-manage-index .customer-subscription-grid #pagination-controls .action-gift.action-previous:before,
body.account.epicor_subscription-manage-index .customer-subscription-grid #pagination-controls .action-gift.action-next:before {
  top: 8px;
}
body.account.epicor_subscription-manage-index .customer-subscription-grid .admin__data-grid-wrap.admin__data-grid-wrap-static #frontend_subscription_grid_table thead {
  background-color: #15499f;
}
body.account.epicor_subscription-manage-index .customer-subscription-grid .admin__data-grid-wrap.admin__data-grid-wrap-static #frontend_subscription_grid_table thead th {
  background-color: #15499f;
}
body.account.epicor_subscription-manage-index .customer-subscription-grid .admin__data-grid-wrap.admin__data-grid-wrap-static #frontend_subscription_grid_table thead th:hover {
  background-color: #3175e4;
}
body.account.customerconnect-skus-index #customerconnect_skus .admin__data-grid-pager button.action-previous:before,
body.account.customerconnect-skus-index #customerconnect_skus .admin__data-grid-pager button.action-next:before,
body.account.customerconnect-skus-index #customerconnect_skus .admin__data-grid-pager .cart.table-wrapper .actions-toolbar > .action.action-previous:before,
body.account.customerconnect-skus-index #customerconnect_skus .admin__data-grid-pager .cart.table-wrapper .actions-toolbar > .action.action-next:before,
body.account.customerconnect-skus-index #customerconnect_skus .admin__data-grid-pager .action-gift.action-previous:before,
body.account.customerconnect-skus-index #customerconnect_skus .admin__data-grid-pager .action-gift.action-next:before {
  top: 8px;
}
body.account.customerconnect-skus-index .sku-add-section .add-sku.button.action-default {
  color: #ffffff;
  border: 0px !important;
  border-radius: 0px;
  padding: 6px 12px;
  position: relative;
  top: 1px;
  margin-right: 2px;
}
body.account.customerconnect-skus-index .sku-add-section .add-sku.button.action-default span {
  color: #ffffff;
}
body.account.customerconnect-skus-index .sku-add-section .add-sku.button.action-default:active,
body.account.customerconnect-skus-index .sku-add-section .add-sku.button.action-default:focus,
body.account.customerconnect-skus-index .sku-add-section .add-sku.button.action-default:visited {
  color: #ffffff;
  border: 0px !important;
  border-radius: 0px;
  padding: 6px 12px;
}
body.account.customerconnect-skus-index .sku-add-section .add-sku.button.action-default:active span,
body.account.customerconnect-skus-index .sku-add-section .add-sku.button.action-default:focus span,
body.account.customerconnect-skus-index .sku-add-section .add-sku.button.action-default:visited span {
  color: #ffffff;
}
body.account.customerconnect-skus-index .sku-add-section .add-sku.button.action-default:hover {
  color: #ffffff;
  border: 0px !important;
  border-radius: 0px;
  padding: 6px 12px;
}
body.account.customerconnect-skus-index .sku-add-section .add-sku.button.action-default:hover span {
  color: #ffffff;
}
body.account.customerconnect-skus-index .sku-add-section .save-continue.button {
  padding: 5px 12px !important;
}
body.account.customerconnect-skus-index .admin__data-grid-header-row._massaction .mass-select-wrap .action-select-multiselect {
  height: 35px !important;
  font: 600 14px/1.35 Lato, Helvetica Neue, Verdana, Arial, sans-serif;
}
body.account.customerconnect-skus-index .admin__data-grid-header-row._massaction .admin__grid-massaction #customerconnect_skus_massaction-select.admin__control-select {
  position: relative;
  top: -2px;
  height: 35px !important;
  font: 600 14px/1.35 Lato, Helvetica Neue, Verdana, Arial, sans-serif;
}
body.account.customerconnect-skus-index .admin__data-grid-header-row._massaction #customerconnect_skus_massaction .admin__grid-massaction-form button.action-default.scalable,
body.account.customerconnect-skus-index .admin__data-grid-header-row._massaction #customerconnect_skus_massaction .admin__grid-massaction-form .cart.table-wrapper .actions-toolbar > .action.action-default.scalable,
body.account.customerconnect-skus-index .admin__data-grid-header-row._massaction #customerconnect_skus_massaction .admin__grid-massaction-form .action-gift.action-default.scalable {
  height: 35px !important;
  padding: 7px 12px !important;
  position: relative;
  top: -4px;
}
body.account #claim_bom .box-info.box-account {
  border: 0px !important;
  box-shadow: none !important;
}
body.account #claim_bom .box-addtoquote-btn {
  width: 96% !important;
}
body.account.epicor_comm-returns-index .columns .column.main {
  border: 1px solid #e1e1e1;
  background: #ffffff;
  border-radius: 0px;
  -webkit-box-shadow: 0 0px 5px 0 #aaaaaa;
  -moz-box-shadow: 0 0px 5px 0 #aaaaaa;
  -o-box-shadow: 0 0px 5px 0 #aaaaaa;
  box-shadow: 0 0px 5px 0 #aaaaaa;
  padding: 15px;
}
body.account.dealerconnect-claims-details form#claim_update div#claim_quotes_form div#rfq_lines {
  margin-left: -35px;
}
body.account.dealerconnect-claims-details #claim_quotes_form .page-title-wrapper {
  padding-left: 0px;
}
body.account.dealerconnect-claims-details #claim_quotes_form .page-title-wrapper .page-title .base {
  padding-left: 0px;
  font: 600 18px/1.35 Lato, Helvetica Neue, Verdana, Arial, sans-serif;
}
body.account.dealerconnect-claims-details #claim_quotes_form .claim_rfq_buttons #claim_rfq_duplicate {
  margin-top: 5px !important;
  padding: 4px 10px !important;
}
body.account.quotes-manage-view .column.main {
  padding: 15px;
  border: 1px solid #e1e1e1;
  background: #ffffff;
  border-radius: 0px;
  -webkit-box-shadow: 0 0px 5px 0 #aaaaaa;
  -moz-box-shadow: 0 0px 5px 0 #aaaaaa;
  -o-box-shadow: 0 0px 5px 0 #aaaaaa;
  box-shadow: 0 0px 5px 0 #aaaaaa;
  padding: 10px;
}
body.account.quotes-manage-view .column.main #quote-btns {
  margin: 10px 0px;
}
body.account.quotes-manage-view .column.main #quote-btns .separator {
  display: none;
}
body.account.quotes-manage-view .column.main #quote-btns a {
  border: 1px !important;
  font: 600 14px/1.35 Lato, Helvetica Neue, Verdana, Arial, sans-serif;
  text-transform: uppercase;
  outline: none;
  cursor: pointer;
  font-weight: bold;
  padding: 5px 15px 5px;
  border-radius: 0px;
  font: Lato, Helvetica Neue, Verdana, Arial, sans-serif;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  box-shadow: none;
  text-decoration: none !important;
  text-shadow: 0 0 black;
  margin-right: 5px;
}
body.account.quotes-manage-view .column.main #quote-btns a:hover {
  opacity: 1;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-decoration: none !important;
}
body.account.quotes-manage-view .column.main #product-lines.data-table thead {
  border-bottom: 1px solid #e1e1e1;
}
body.account.customerconnect-arpayments-index .column.main > p {
  position: relative;
  top: 35px;
  left: 15px;
}
body.account.customerconnect-arpayments-index #customer_arpayments_invoices_list {
  padding-top: 35px;
}
body.account #customer_arpayments_invoices_list {
  padding: 15px;
  border: 1px solid #e1e1e1;
  background: #ffffff;
  border-radius: 0px;
  -webkit-box-shadow: 0 0px 5px 0 #aaaaaa;
  -moz-box-shadow: 0 0px 5px 0 #aaaaaa;
  -o-box-shadow: 0 0px 5px 0 #aaaaaa;
  box-shadow: 0 0px 5px 0 #aaaaaa;
  padding: 10px;
}
body.account .action-default.scalable.action-secondary,
body.account .action-default,
body.account .scalable,
body.account .action-default.scalable.action-reset.action-tertiary,
body.account .action-default.scalable.task {
  border: 1px !important;
  font: 600 14px/1.35 Lato, Helvetica Neue, Verdana, Arial, sans-serif;
  text-transform: uppercase;
  outline: none;
  cursor: pointer;
  font-weight: bold;
  padding: 5px 15px 5px;
  border-radius: 0px;
  font: Lato, Helvetica Neue, Verdana, Arial, sans-serif;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  box-shadow: none;
  text-decoration: none !important;
  text-shadow: 0 0 black;
}
body.account .action-default.scalable.action-secondary:hover,
body.account .action-default:hover,
body.account .scalable:hover,
body.account .action-default.scalable.action-reset.action-tertiary:hover,
body.account .action-default.scalable.task:hover {
  opacity: 1;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-decoration: none !important;
}
body.account .admin__data-grid-export {
  padding-right: 0px;
}
body.account button.action-next,
body.account .cart.table-wrapper .actions-toolbar > .action.action-next,
body.account .action-gift.action-next {
  position: relative;
}
body.account button.action-next:before,
body.account .cart.table-wrapper .actions-toolbar > .action.action-next:before,
body.account .action-gift.action-next:before {
  content: "\276F";
  position: absolute;
  top: 7px;
  left: 0px;
  right: 0px;
}
body.account .button-rfq-action {
  text-align: right;
}
body.account button.action-previous,
body.account .cart.table-wrapper .actions-toolbar > .action.action-previous,
body.account .action-gift.action-previous {
  position: relative;
}
body.account button.action-previous:before,
body.account .cart.table-wrapper .actions-toolbar > .action.action-previous:before,
body.account .action-gift.action-previous:before {
  content: "\276E";
  position: absolute;
  top: 7px;
  left: 0px;
  right: 0px;
}
body.account .customerconnect-account-index #customer_account_agedbalances_list .table-wrapper.admin__data-grid-wrap,
body.account .customerconnect-account-index #customer_account_periodbalances_list .table-wrapper.admin__data-grid-wrap {
  padding-top: 0px;
}
body.account .sidebar .block:not(.account-nav) .accordion,
body.account .sidebar .block:not(.account-nav) .tagclaud-hld,
body.account .sidebar .block:not(.account-nav) .block-content,
body.account .sidebar .block:not(.account-nav) .content {
  padding: 0px 10px;
}
body.account .sidebar-main .block.block-collapsible-nav .title.block-collapsible-nav-title {
  margin: 0px;
}
body.account .sidebar-main .content.block-collapsible-nav-content {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0px;
  padding: 10px;
  border: 1px solid #e1e1e1;
  background: #ffffff;
  border-radius: transparent;
}
body.account .sidebar-main .content.block-collapsible-nav-content .nav.items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
body.account .sidebar-main .content.block-collapsible-nav-content .nav.items .nav.item {
  margin: 0;
  border-top: 1px dashed #e1e1e1;
}
body.account .sidebar-main .content.block-collapsible-nav-content .nav.items .nav.item:hover a {
  transform: translateX(10px);
  background: transparent;
  font-weight: 600;
}
body.account .sidebar-main .content.block-collapsible-nav-content .nav.items .nav.item > strong {
  font-weight: 600;
  padding: 12px 10px;
  border-left: 0px;
}
body.account .sidebar-main .content.block-collapsible-nav-content .nav.items .nav.item a {
  border: 0;
  padding: 13px 0;
  transition: all 500ms ease;
  backface-visibility: hidden;
  font: 600 14px/1.35 Lato, Helvetica Neue, Verdana, Arial, sans-serif;
}
body.account .sidebar-main .content.block-collapsible-nav-content .nav.items .nav.item a:hover {
  background: transparent;
}
body.account.customerconnect-rfqs-new .box-account .contact-shipping,
body.account.dealerconnect-quotes-new .box-account .contact-shipping,
body.account.customerconnect-rfqs-duplicate .box-account .contact-shipping,
body.account.dealerconnect-quotes-details .box-account .contact-shipping {
  border: 0px;
  box-shadow: 0 0px 0px 0 #aaaaaa !important;
}
body.account.customerconnect-rfqs-new .box-account .contact-shipping .page-actions .action-default,
body.account.dealerconnect-quotes-new .box-account .contact-shipping .page-actions .action-default,
body.account.customerconnect-rfqs-duplicate .box-account .contact-shipping .page-actions .action-default,
body.account.dealerconnect-quotes-details .box-account .contact-shipping .page-actions .action-default {
  margin-left: 10px !important;
  margin-right: 0px !important;
}
body.account.epicor_salesrep-account-index .block.block-dashboard-info {
  box-shadow: none !important;
  border: 0px !important;
}
body.account.epicor_salesrep-order-history #my-orders-table > thead {
  border-bottom: 1px solid #e1e1e1 !important;
}
body.account.epicor_salesrep-order-history #my-orders-table > thead > tr > th,
body.account.epicor_salesrep-order-history #my-orders-table > tbody > tr > td {
  width: 10% !important;
}
body.account.epicor_salesrep-order-history .pager {
  display: none;
}
body.account.epicor_salesrep-order-history .order-products-toolbar.toolbar.bottom .pager {
  display: block;
}
body.account.epicor_salesrep-order-history .column.main {
  border: 1px solid #e1e1e1;
  background: #ffffff;
  border-radius: 0px;
  -webkit-box-shadow: 0 0px 5px 0 #aaaaaa;
  -moz-box-shadow: 0 0px 5px 0 #aaaaaa;
  -o-box-shadow: 0 0px 5px 0 #aaaaaa;
  box-shadow: 0 0px 5px 0 #aaaaaa;
  padding: 15px;
}
body.account #line-add {
  padding: 15px;
}
body.account #line-add .la_row {
  border-top: 0px;
}
body.account #line-add #line-add-close {
  border: 1px !important;
  font: 600 14px/1.35 Lato, Helvetica Neue, Verdana, Arial, sans-serif;
  text-transform: uppercase;
  outline: none;
  cursor: pointer;
  font-weight: bold;
  padding: 5px 15px 5px;
  border-radius: 0px;
  font: Lato, Helvetica Neue, Verdana, Arial, sans-serif;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  box-shadow: none;
  text-decoration: none !important;
  text-shadow: 0 0 black;
  padding: 6px 15px 6px;
  position: relative;
  top: 2px;
  margin-right: 8px;
}
body.account #line-add #line-add-close:hover {
  opacity: 1;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-decoration: none !important;
}
body.account #line-add .la_quantity {
  border: 1px solid #cccccc;
}
body.account #line-add button#lineadd-add,
body.account #line-add .cart.table-wrapper .actions-toolbar > .action#lineadd-add,
body.account #line-add .action-gift#lineadd-add {
  margin-top: 30px;
}
body.account #line-search .box-head {
  padding-left: 15px;
}
body.account #line-search .buttons-set.buttonbar {
  margin: 20px 18px 0 0;
}
body.account #line-search .buttons-set.buttonbar a {
  border: 1px !important;
  font: 600 14px/1.35 Lato, Helvetica Neue, Verdana, Arial, sans-serif;
  text-transform: uppercase;
  outline: none;
  cursor: pointer;
  font-weight: bold;
  padding: 5px 15px 5px;
  border-radius: 0px;
  font: Lato, Helvetica Neue, Verdana, Arial, sans-serif;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  box-shadow: none;
  text-decoration: none !important;
  text-shadow: 0 0 black;
}
body.account #line-search .buttons-set.buttonbar a:hover {
  opacity: 1;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-decoration: none !important;
}
body.account.supplierconnect-rfq-details #rfq_save {
  top: -45px;
  margin-top: 0px;
}
body.account.dealerconnect-claims-details #find_inventory_claim .fieldset .legend,
body.account.dealerconnect-claims-new #find_inventory_claim .fieldset .legend {
  border-bottom: 1px solid #e1e1e1;
}
body.account.dealerconnect-claims-details #find_inventory_claim .fieldset .field.choice,
body.account.dealerconnect-claims-new #find_inventory_claim .fieldset .field.choice,
body.account.dealerconnect-claims-details #find_inventory_claim .fieldset .la_field.la_name_box,
body.account.dealerconnect-claims-new #find_inventory_claim .fieldset .la_field.la_name_box {
  width: 50%;
}
body.account.dealerconnect-claims-details .col-1.box-info.box-account,
body.account.dealerconnect-claims-new .col-1.box-info.box-account,
body.account.dealerconnect-claims-details .col-2.box-info.box-account.block,
body.account.dealerconnect-claims-new .col-2.box-info.box-account.block,
body.account.dealerconnect-claims-details .box-info.box-account.col-2,
body.account.dealerconnect-claims-new .box-info.box-account.col-2 {
  width: 100%;
  padding: 15px;
  border: 1px solid #e1e1e1;
  background: #ffffff;
  border-radius: 0px;
  -webkit-box-shadow: 0 0px 5px 0 #aaaaaa;
  -moz-box-shadow: 0 0px 5px 0 #aaaaaa;
  -o-box-shadow: 0 0px 5px 0 #aaaaaa;
  box-shadow: 0 0px 5px 0 #aaaaaa;
  padding: 20px;
  margin-bottom: 20px;
}
body.account.dealerconnect-claims-details .col-1.box-info.box-account .content-header,
body.account.dealerconnect-claims-new .col-1.box-info.box-account .content-header,
body.account.dealerconnect-claims-details .col-2.box-info.box-account.block .content-header,
body.account.dealerconnect-claims-new .col-2.box-info.box-account.block .content-header,
body.account.dealerconnect-claims-details .box-info.box-account.col-2 .content-header,
body.account.dealerconnect-claims-new .box-info.box-account.col-2 .content-header {
  padding: 10px 0px;
}
body.account.dealerconnect-claims-details .col-1.box-info.box-account .content-header #add_claim_attachment,
body.account.dealerconnect-claims-new .col-1.box-info.box-account .content-header #add_claim_attachment,
body.account.dealerconnect-claims-details .col-2.box-info.box-account.block .content-header #add_claim_attachment,
body.account.dealerconnect-claims-new .col-2.box-info.box-account.block .content-header #add_claim_attachment,
body.account.dealerconnect-claims-details .box-info.box-account.col-2 .content-header #add_claim_attachment,
body.account.dealerconnect-claims-new .box-info.box-account.col-2 .content-header #add_claim_attachment {
  margin-bottom: 5px;
}
body.account.dealerconnect-claims-details .col-1.box-info.box-account .content-header table tr td,
body.account.dealerconnect-claims-new .col-1.box-info.box-account .content-header table tr td,
body.account.dealerconnect-claims-details .col-2.box-info.box-account.block .content-header table tr td,
body.account.dealerconnect-claims-new .col-2.box-info.box-account.block .content-header table tr td,
body.account.dealerconnect-claims-details .box-info.box-account.col-2 .content-header table tr td,
body.account.dealerconnect-claims-new .box-info.box-account.col-2 .content-header table tr td {
  padding: 5px 0px 0px;
}
body.account.dealerconnect-claims-details #quotes_block,
body.account.dealerconnect-claims-new #quotes_block {
  margin-top: -40px;
  border: 0px;
}
body.account.dealerconnect-claims-details #quotes_block .sorter a,
body.account.dealerconnect-claims-new #quotes_block .sorter a {
  border: 1px !important;
  font: 600 14px/1.35 Lato, Helvetica Neue, Verdana, Arial, sans-serif;
  text-transform: uppercase;
  outline: none;
  cursor: pointer;
  font-weight: bold;
  padding: 5px 15px 5px;
  border-radius: 0px;
  font: Lato, Helvetica Neue, Verdana, Arial, sans-serif;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  box-shadow: none;
  text-decoration: none !important;
  text-shadow: 0 0 black;
}
body.account.dealerconnect-claims-details #quotes_block .sorter a:hover,
body.account.dealerconnect-claims-new #quotes_block .sorter a:hover {
  opacity: 1;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-decoration: none !important;
}
body.account.dealerconnect-claims-details #claim_quotes_form #maincontent,
body.account.dealerconnect-claims-new #claim_quotes_form #maincontent {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
body.account.dealerconnect-claims-details #claim_quotes_form #maincontent .columns,
body.account.dealerconnect-claims-new #claim_quotes_form #maincontent .columns {
  width: 100%;
  padding: 0px;
}
body.account.dealerconnect-claims-details #claim_quotes_form #maincontent .columns .column.main,
body.account.dealerconnect-claims-new #claim_quotes_form #maincontent .columns .column.main {
  padding: 0px;
}
body.account.dealerconnect-claims-details #claim_quotes_form #maincontent .columns .column.main .box-info.box-account.col-full .contact-shipping,
body.account.dealerconnect-claims-new #claim_quotes_form #maincontent .columns .column.main .box-info.box-account.col-full .contact-shipping {
  border: 0px;
}
body.account.dealerconnect-claims-details #claim_quotes_form #maincontent .columns .column.main .box-info.box-account.col-full .contact-shipping .page-actions,
body.account.dealerconnect-claims-new #claim_quotes_form #maincontent .columns .column.main .box-info.box-account.col-full .contact-shipping .page-actions {
  margin-top: 50px;
}
body.account.dealerconnect-claims-details #claim_quotes_form #maincontent .columns .column.main .box-info.box-account.col-full .contact-shipping .page-actions .action-default,
body.account.dealerconnect-claims-new #claim_quotes_form #maincontent .columns .column.main .box-info.box-account.col-full .contact-shipping .page-actions .action-default {
  margin-left: 5px;
  margin-bottom: 5px;
  margin-right: 0px;
}
body.account .button-rfq-action {
  margin-bottom: 20px;
}
body.account.epicor_comm-returns-view .action-default.scalable.save {
  margin-top: 45px;
}
body.account.customerconnect-returns-index.account button.action-previous:before,
body.account.customerconnect-returns-index.account button.action-next:before,
body.account.customerconnect-returns-index.account .cart.table-wrapper .actions-toolbar > .action.action-previous:before,
body.account.customerconnect-returns-index.account .cart.table-wrapper .actions-toolbar > .action.action-next:before,
body.account.customerconnect-returns-index.account .action-gift.action-previous:before,
body.account.customerconnect-returns-index.account .action-gift.action-next:before {
  top: 7px;
}
body.account.epicor_comm-returns-customerindex .column.main,
body.account.epicor_comm-returns-lists .column.main {
  border: 1px solid #e1e1e1;
  background: #ffffff;
  border-radius: 0px;
  -webkit-box-shadow: 0 0px 5px 0 #aaaaaa;
  -moz-box-shadow: 0 0px 5px 0 #aaaaaa;
  -o-box-shadow: 0 0px 5px 0 #aaaaaa;
  box-shadow: 0 0px 5px 0 #aaaaaa;
  padding: 15px;
}
body.account.epicor_comm-returns-customerindex .column.main .scalable.save,
body.account.epicor_comm-returns-lists .column.main .scalable.save {
  float: right;
}
body.account.epicor_comm-returns-customerindex .column.main .data-table,
body.account.epicor_comm-returns-lists .column.main .data-table {
  margin-top: 45px;
}
body.account.epicor_comm-returns-customerindex .column.main .data-table thead,
body.account.epicor_comm-returns-lists .column.main .data-table thead {
  border-bottom: 1px solid #e1e1e1;
}
body.account.dealerconnect-inventory-new #form-validate .claim_buttons .submitAddress {
  margin-top: 35px !important;
}
body.account.dealerconnect-inventory-new #form-validate .box-info.box-account.col-full.block {
  width: 100%;
  float: left;
}
body.account.dealerconnect-inventory-new #form-validate .box-info.box-account.col-full.block .box-info.box-account {
  float: left;
  width: 30%;
  border: 0px;
  box-shadow: none;
}
body.account.dealerconnect-inventory-new #form-validate .box-info.box-account.col-full.block .box-info.box-account .legend {
  font: 600 18px/1.35 Lato, Helvetica Neue, Verdana, Arial, sans-serif;
}
body.account.dealerconnect-inventory-new #form-validate .box-info.box-account.col-full.block .box-info.box-account .fieldset {
  margin-top: 10px;
}
body.account.dealerconnect-inventory-new #form-validate .box-info.box-account.col-full.block .box-info.box-account .fieldset .fields {
  margin-top: 10px;
}
body.account #claim_quotes_form .page-title-wrapper h2.page-title {
  left: 0px;
}
body.account.quotes-manage-index .column.main .data-table {
  border: 1px solid #e1e1e1;
  background: #ffffff;
  border-radius: 0px;
  -webkit-box-shadow: 0 0px 5px 0 #aaaaaa;
  -moz-box-shadow: 0 0px 5px 0 #aaaaaa;
  -o-box-shadow: 0 0px 5px 0 #aaaaaa;
  box-shadow: 0 0px 5px 0 #aaaaaa;
  padding: 15px;
}
body.account.customerconnect-skus-add .container {
  width: auto;
}
body.account.customerconnect-skus-add .container #add-skus {
  padding: 5px 15px;
}
body.account.customerconnect-skus-add .container .admin__data-grid-wrap #addSkuTable.data-grid.table {
  background: #ffffff;
}
body.account.customerconnect-skus-add .container .admin__data-grid-wrap #addSkuTable.data-grid.table thead th,
body.account.customerconnect-skus-add .container .admin__data-grid-wrap #addSkuTable.data-grid.table tbody td {
  float: none;
  width: auto;
}
body.account .products-grid.wishlist .product-item-inner > .product-item-actions .action.edit:hover,
body.account .products-grid.wishlist .product-item-inner > .product-item-actions .action.delete:hover,
body.account button.primary:hover,
body.account .action-default.scalable.task .column.main .block:not(.widget) .block-title .action.edit:hover,
body.account .column.main .block:not(.widget) .block-title .action.view:hover,
body.account .actions-toolbar .primary a:hover,
body.account .actions-toolbar .primary .action-primary:hover,
body.account .actions-toolbar .primary .primary:hover,
body.account .actions-toolbar .primary .action:hover,
body.account.customer-address-index .actions-toolbar .primary .action:hover,
body.account.customer-address-index .actions-toolbar .secondary .action:hover,
body.account.customer-account-edit .column.main .form .actions-toolbar .action.save.primary:hover,
body.account.newsletter-manage-index .column.main .form .actions-toolbar .action.save.primary:hover,
body.account .cart.table-wrapper .actions-toolbar > .action.primary:hover,
body.account .action-gift.primary:hover {
  background: #70ac44 !important;
  border-color: #70ac44 !important;
  color: #231f20 !important;
  opacity: 1;
}
body.account table > thead > tr > th {
  font-size: 16px;
}
.epicor_branchpickup-pickup-select .contact-shipping {
  padding: 15px;
  border: 1px solid #e1e1e1;
  background: #ffffff;
  border-radius: 0px;
  -webkit-box-shadow: 0 0px 5px 0 #aaaaaa;
  -moz-box-shadow: 0 0px 5px 0 #aaaaaa;
  -o-box-shadow: 0 0px 5px 0 #aaaaaa;
  box-shadow: 0 0px 5px 0 #aaaaaa;
  padding: 10px;
}
.epicor_branchpickup-pickup-select .contact-shipping .admin__data-grid-pager-wrap {
  width: 50%;
}
.epicor_branchpickup-pickup-select .contact-shipping .admin__data-grid-pager-wrap .admin__control-support-text {
  margin-left: 5px;
}
.epicor_branchpickup-pickup-select .contact-shipping .admin__data-grid-header-row {
  display: block;
  margin-bottom: 10px;
}
.epicor_branchpickup-pickup-select button.action-next,
.epicor_branchpickup-pickup-select .cart.table-wrapper .actions-toolbar > .action.action-next,
.epicor_branchpickup-pickup-select .action-gift.action-next {
  position: relative;
}
.epicor_branchpickup-pickup-select button.action-next:before,
.epicor_branchpickup-pickup-select .cart.table-wrapper .actions-toolbar > .action.action-next:before,
.epicor_branchpickup-pickup-select .action-gift.action-next:before {
  content: "\276F";
  position: absolute;
  top: 7px;
  left: 0px;
  right: 0px;
}
.epicor_branchpickup-pickup-select .button-rfq-action {
  text-align: right;
}
.epicor_branchpickup-pickup-select button.action-previous,
.epicor_branchpickup-pickup-select .cart.table-wrapper .actions-toolbar > .action.action-previous,
.epicor_branchpickup-pickup-select .action-gift.action-previous {
  position: relative;
}
.epicor_branchpickup-pickup-select button.action-previous:before,
.epicor_branchpickup-pickup-select .cart.table-wrapper .actions-toolbar > .action.action-previous:before,
.epicor_branchpickup-pickup-select .action-gift.action-previous:before {
  content: "\276E";
  position: absolute;
  top: 7px;
  left: 0px;
  right: 0px;
}
.qop-list tr {
  border: 1px solid #cccccc;
}
.qop-list tr td {
  padding: 5px;
}
.quickorderpad {
  padding: 15px;
  background-color: #ffffff;
}
.quickorderpad .qop-list tbody tr:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  background: #e9e9e9;
}
#rfq_duplicate,
#rfq_save {
  margin-top: 50px;
}
#claim_save {
  margin-top: 35px;
}
.quotes-request-index .cart-container .cart fieldset {
  border: 0px;
}
.quotes-request-index .cart-container:before {
  display: none;
}
.customerconnect-rfqs-linesearch .page-main {
  background: #ffffff;
}
.catalog-product_compare-index .table-wrapper.comparison .table-comparison .cell {
  padding: 10px;
  width: 175px;
}
.catalog-product_compare-index .table-wrapper.comparison .table-comparison .cell.product.info .product-item-actions {
  background: none;
}
.catalog-product_compare-index .table-wrapper.comparison .table-comparison .cell.product.info .product-item-actions .actions-secondary {
  background-color: transparent;
}
.catalog-product_compare-index p.toolbar-total-items {
  max-width: 1400px;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 auto;
}
.catalog-product_compare-index .table-wrapper.comparison .table-comparison tbody tr th.product span {
  height: auto;
  overflow: visible;
  position: static;
  width: auto;
}
.catalog-product_compare-index .action.print:before {
  font: normal normal 14px/1 FontAwesome !important;
}
@media print {
  .catalog-product_compare-index .page-header,
  .catalog-product_compare-index .sections.nav-sections,
  .catalog-product_compare-index .page-footer,
  .catalog-product_compare-index .action.print {
    display: none !important;
  }
  .catalog-product_compare-index .data.table.table-comparison {
    width: 85%;
  }
  .sales-order-print .order-details-items .table-wrapper .table-order-items {
    width: 95%;
  }
  .sales-order-print .order-details-items .table-wrapper .table-order-items thead tr th,
  .sales-order-print .order-details-items .table-wrapper .table-order-items tboddy tr td {
    width: 7%;
  }
  .sales-order-print .order-details-items .table-wrapper .table-order-items thead tr th.subtotal,
  .sales-order-print .order-details-items .table-wrapper .table-order-items tboddy tr td.subtotal {
    min-width: 100px;
    width: 10%;
  }
}
.sales-order-print .page-title-wrapper .page-title {
  position: static !important;
}
.sales-order-print .page-title-wrapper .order-status {
  display: block !important;
  width: 135px;
  text-align: center;
  margin-left: 15px;
}
.branches-list-popup .branches-popup-body #remove_selected_branch {
  float: right;
  margin-bottom: 0px;
  padding: 6px 10px 5px;
}
.branches-list-popup .branches-popup-body .related-locations {
  padding-top: 10px;
}
.account .page-title-wrapper .order-status {
  display: block !important;
  width: 150px;
  text-align: center;
}
.branches-popup-body .more-locations-wrapper .moreLocations {
  border: 1px !important;
  font: 600 14px/1.35 Lato, Helvetica Neue, Verdana, Arial, sans-serif;
  text-transform: uppercase;
  outline: none;
  cursor: pointer;
  font-weight: bold;
  padding: 5px 15px 5px;
  border-radius: 0px;
  font: Lato, Helvetica Neue, Verdana, Arial, sans-serif;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  box-shadow: none;
  text-decoration: none !important;
  text-shadow: 0 0 black;
}
.branches-popup-body .more-locations-wrapper .moreLocations:hover {
  opacity: 1;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-decoration: none !important;
}
.epicor_lists-lists-edit #tab_content {
  background: #ffffff;
  padding: 15px;
  margin-top: -25px;
}
.epicor_lists-lists-edit #tab_content #product_grid {
  float: none !important;
}
.epicor_lists-contract-shipto .box-info.box-account.col-full {
  padding: 15px;
  border: 1px solid #e1e1e1;
  background: #ffffff;
  border-radius: 0px;
  -webkit-box-shadow: 0 0px 5px 0 #aaaaaa;
  -moz-box-shadow: 0 0px 5px 0 #aaaaaa;
  -o-box-shadow: 0 0px 5px 0 #aaaaaa;
  box-shadow: 0 0px 5px 0 #aaaaaa;
  padding: 0px 15px 15px;
}
.epicor_lists-contract-shipto .box-info.box-account.col-full .content-header h3.icon-head.head-contract-shipto {
  font: 600 16px/1.35 Lato, Helvetica Neue, Verdana, Arial, sans-serif;
  text-transform: uppercase;
}
.epicor_lists-contract-shipto .box-info.box-account.col-full .boxed-content .admin__data-grid-header.admin__data-grid-toolbar {
  margin-bottom: 15px;
}
.customerconnect-rfqs-details .page.messages .messages .message {
  width: 60%;
}
@media only screen and (max-width: 1367px) {
  .catalog-product_compare-index p.toolbar-total-items {
    max-width: 1367px;
    width: 100%;
    margin: 0 auto;
    padding-left: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  body.account .products-grid.wishlist .product-item {
    width: 49%;
  }
}
@media only screen and (max-width: 1100px) {
  .account.customer-account-index #my-orders-table {
    width: 100%;
    display: block;
    overflow: auto;
  }
}
@media only screen and (max-width: 767px) {
  body.account.wishlist-index-index .product-item .product-item-info .product-item-inner .product-item-actions .actions-primary {
    position: unset;
  }
  body.account.quotes-manage-index .column.main .data-table {
    border: none;
    display: block;
    overflow-x: scroll;
  }
}
/**
 * Copyright © 2010-2024 Epicor Software Corporation: All Rights Reserved
 */
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 5-Mar-2024,
    Author     : Muralidhar.Dixit
*/
@media only screen and (max-width: 767px) {
  .header-search.has-cat-search input.input-text {
    padding-left: 130px !important;
    padding-right: 45px !important;
  }
  #search_mini_form .field.search .control #scanner-button {
    top: 10px !important;
    right: 32px !important;
    display: block !important;
  }
  .barcode-scanner-popup video,
  .barcode-scanner-popup canvas {
    top: -5px;
    left: -8px;
  }
  .quickorderpad-form-results .quickorderpad .category-products {
    width: 100%;
    overflow-x: auto;
  }
  .quickorderpad-form-results .quickorderpad .category-products .qop-list th,
  .quickorderpad-form-results .quickorderpad .category-products .qop-list td {
    border-left: 1px solid #ccc;
    padding: 0.4em 1.2em 0.4em 0.4em !important;
  }
  .quickorderpad-form-results .quickorderpad .category-products .qop-list th .btn-qop,
  .quickorderpad-form-results .quickorderpad .category-products .qop-list td .btn-qop {
    margin-left: 5px;
  }
  .page-header .sticky-menu.active #header-panel .header-middle.container,
  .page-header:not(.sksnhv) .sticky-menu.active #header-panel .header-middle.container,
  .page-header .container #header-panel .header-middle.container,
  .page-header:not(.sksnhv) .container #header-panel .header-middle.container {
    width: 100% !important;
  }
  .page-header .sticky-menu.active #header-panel .header-middle.container .header-panel-row .header-search-wrap .header-search,
  .page-header:not(.sksnhv) .sticky-menu.active #header-panel .header-middle.container .header-panel-row .header-search-wrap .header-search,
  .page-header .container #header-panel .header-middle.container .header-panel-row .header-search-wrap .header-search,
  .page-header:not(.sksnhv) .container #header-panel .header-middle.container .header-panel-row .header-search-wrap .header-search {
    float: left !important;
  }
  .page-header .sticky-menu.active #header-panel .header-middle.container .header-panel-row .header-search-wrap .mobi-cart-wrapper,
  .page-header:not(.sksnhv) .sticky-menu.active #header-panel .header-middle.container .header-panel-row .header-search-wrap .mobi-cart-wrapper,
  .page-header .container #header-panel .header-middle.container .header-panel-row .header-search-wrap .mobi-cart-wrapper,
  .page-header:not(.sksnhv) .container #header-panel .header-middle.container .header-panel-row .header-search-wrap .mobi-cart-wrapper {
    float: right;
  }
  .header-panel-center #mb-branches-list-popup.visible-xs {
    display: none !important;
  }
  .sidebar.sidebar-main .block.filter:not(.account-nav) {
    margin-bottom: 2rem !important;
    border: 1px solid #e1e1e1;
    background: #ffffff;
  }
  .sidebar.sidebar-main .block.filter:not(.account-nav) .block-title.filter-title {
    margin-bottom: 0px;
  }
  .sidebar.sidebar-main .block.filter:not(.account-nav) .block-title.filter-title:before {
    display: none;
  }
  .sidebar.sidebar-main .block.filter:not(.account-nav) .block-title.filter-title strong {
    width: 100%;
  }
  .sidebar.sidebar-main .block.filter:not(.account-nav) .block-content.filter-content {
    backface-visibility: visible;
    visibility: visible;
    overflow: auto;
    height: auto;
    opacity: 1;
    position: static;
    padding: 0px 20px !important;
    margin-bottom: 30px;
  }
  .cart-container .cart.table-wrapper #shopping-cart-table thead {
    display: none;
  }
  .cart-container .cart.table-wrapper #shopping-cart-table tbody.cart-table.cart.item {
    display: grid;
  }
  .cart-container .cart.table-wrapper #shopping-cart-table tbody.cart-table.cart.item td.col,
  .cart-container .cart.table-wrapper #shopping-cart-table tbody.cart-table.cart.item td {
    vertical-align: top;
    height: auto;
  }
  .cart-container .cart.table-wrapper #shopping-cart-table tbody.cart-table.cart.item td.col .product-item-details,
  .cart-container .cart.table-wrapper #shopping-cart-table tbody.cart-table.cart.item td .product-item-details {
    text-align: left !important;
  }
  .cart-container .form.form-cart #cart-main-actions {
    text-align: right !important;
  }
  .cart-container .form.form-cart #cart-main-actions #save_cart_as_list {
    display: inline-block;
    margin: 0px 5px 5px;
  }
  .cart-container .form.form-cart #cart-main-actions #save_cart_as_list #save-cart-as-list {
    display: inline-block;
    float: none;
  }
  .cart-container .form.form-cart #cart-main-actions #save_cart_as_list #save-cart-as-list #save-cart {
    margin-bottom: 0px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .cart-container .form.form-cart #cart-main-actions button.action,
  .cart-container .form.form-cart #cart-main-actions .cart.table-wrapper .actions-toolbar > .action.action,
  .cart-container .form.form-cart #cart-main-actions .action-gift.action {
    display: inline-block !important;
    width: auto !important;
    margin: 0px 5px 5px !important;
  }
  .page-products .grid.products-grid .product-items .product-item .product-item-info .product-item-details .product-item-inner {
    position: static;
  }
  .page-products .grid.products-grid .product-items .product-item .product-item-actions {
    display: block !important;
  }
  .product-item-actions .actions-primary .tocart,
  .actions-secondary > a.action {
    line-height: unset;
  }
  .product-item-actions .actions-primary .tocart span,
  .actions-secondary > a.action span {
    font-size: 13px;
    display: inline-block;
    text-indent: 1px;
    overflow: visible;
    vertical-align: middle;
    text-align: left;
  }
  .page-header.header-style-25 .header-search.has-cat-search .cdz-cat-search {
    top: 27px;
  }
  .account .form-address-edit .actions-toolbar .action.primary,
  .account .secondary .action.back,
  a.action.primary,
  button,
  .action.primary,
  .cdz-popup-area .cdz-popup.popup-wl-login-popup .no-account a.md-primary,
  .cart-container .form-cart .action.continue,
  a.button,
  .action.primary,
  .action-primary,
  .cart.table-wrapper .actions-toolbar > .action,
  .action-gift {
    padding: 5px 10px !important;
  }
  .account.customer-account-index #my-orders-table {
    width: 98%;
    display: block;
    overflow: auto;
  }
  .account.sales-order-view .page-title-wrapper .order-date,
  .account.sales-order-invoice .page-title-wrapper .order-date,
  .account.sales-order-shipment .page-title-wrapper .order-date {
    left: 10px;
  }
  .account.sales-order-view .page-title-wrapper .actions-toolbar.order-actions-toolbar,
  .account.sales-order-invoice .page-title-wrapper .actions-toolbar.order-actions-toolbar,
  .account.sales-order-shipment .page-title-wrapper .actions-toolbar.order-actions-toolbar {
    position: static;
  }
  .account.wishlist-index-index .product-item .product-item-info .product-item-inner .product-item-actions .actions-primary {
    position: static;
  }
  .account.wishlist-index-index .product-item .product-item-info .product-item-inner .product-item-actions .actions-primary a .wishlisttocart {
    width: auto !important;
  }
  .account .products-grid.wishlist .product-item .product-item-info .product-item-actions {
    width: auto !important;
  }
  .account .sidebar-main .block.account-nav,
  .account .sidebar-main .block.block-collapsible-nav {
    position: static !important;
    width: 90%;
    margin-bottom: 20px;
  }
  .account .sidebar-main .block.account-nav .title,
  .account .sidebar-main .block.block-collapsible-nav .title {
    font: 500 15px / 1.35 Lato, Helvetica Neue, Verdana, Arial, sans-serif;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 0;
    min-width: 100%;
    border-bottom: 0px solid #e1e1e1;
    padding: 10px 20px;
    color: #ffffff;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 60%;
    height: auto;
    font: 600 14px/1.35 Lato, Helvetica Neue, Verdana, Arial, sans-serif;
    opacity: 1;
  }
  .account .sidebar-main .block.account-nav .title strong,
  .account .sidebar-main .block.block-collapsible-nav .title strong,
  .account .sidebar-main .block.account-nav .title span,
  .account .sidebar-main .block.block-collapsible-nav .title span {
    width: auto;
    font-size: 14px;
    line-height: 24px;
    height: auto;
    text-align: left;
  }
  .account .sidebar-main .block.account-nav .title strong:before,
  .account .sidebar-main .block.block-collapsible-nav .title strong:before,
  .account .sidebar-main .block.account-nav .title span:before,
  .account .sidebar-main .block.block-collapsible-nav .title span:before {
    display: none;
  }
  .account .sidebar-main .block.account-nav .title:after,
  .account .sidebar-main .block.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: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    position: absolute;
    right: 10px;
    top: 0;
  }
  .account .sidebar-main .block.account-nav .title.active:after,
  .account .sidebar-main .block.block-collapsible-nav .title.active:after {
    transform: rotate(180deg);
  }
  .account .sidebar-main .account-nav-content {
    margin-top: -20px;
  }
  .account .column.main > .actions-toolbar {
    height: 30px;
  }
  .account .column.main > .actions-toolbar .secondary {
    text-align: left !important;
  }
  .account .column.main > .actions-toolbar {
    height: 30px;
  }
  .account .column.main > .actions-toolbar .secondary {
    text-align: left !important;
  }
  .admin__data-grid-header.admin__data-grid-toolbar .admin__data-grid-header-row {
    width: 100%;
  }
  .admin__data-grid-header.admin__data-grid-toolbar .admin__data-grid-header-row .admin__filter-actions .action-default {
    margin: 5px 0px;
  }
  .admin__data-grid-header.admin__data-grid-toolbar .admin__data-grid-header-row._massaction {
    width: 100%;
    display: block;
  }
  .admin__data-grid-header.admin__data-grid-toolbar .admin__data-grid-header-row._massaction .admin__grid-massaction {
    width: 99% !important;
  }
  .admin__data-grid-header.admin__data-grid-toolbar .admin__data-grid-header-row._massaction .admin__grid-massaction form {
    display: block;
    float: right !important;
    width: 70% !important;
  }
  .admin__data-grid-header.admin__data-grid-toolbar .admin__data-grid-header-row._massaction .admin__grid-massaction form .admin__grid-massaction-form .admin__control-select {
    width: 100px !important;
    padding: 5px;
  }
  .admin__data-grid-header.admin__data-grid-toolbar .admin__data-grid-header-row._massaction .admin__grid-massaction .mass-select-wrap {
    float: left;
    width: 80px;
  }
  .admin__data-grid-header.admin__data-grid-toolbar .admin__data-grid-header-row._massaction .admin__grid-massaction .mass-select-wrap .action-select-multiselect {
    padding: 5px 2px 4px;
  }
  .admin__data-grid-header.admin__data-grid-toolbar .admin__data-grid-pager-wrap {
    width: 100%;
  }
  .admin__data-grid-header.admin__data-grid-toolbar .admin__data-grid-pager-wrap .admin__control-select.page-limit-select {
    padding: 5px;
  }
  .admin__data-grid-header.admin__data-grid-toolbar .admin__data-grid-pager-wrap .admin__data-grid-pager {
    display: block;
    margin: 5px 0px;
  }
  .admin__data-grid-header.admin__data-grid-toolbar .admin__data-grid-pager-wrap .admin__data-grid-pager .admin__control-text.page-control-input {
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    min-width: 40px;
  }
  .table-wrapper.admin__data-grid-wrap.admin__data-grid-wrap-static .data-grid.table {
    max-width: 99%;
    overflow: auto;
  }
  .table-wrapper.admin__data-grid-wrap.admin__data-grid-wrap-static .data-grid.table tbody tr {
    border: 1px solid #e1e1e1;
  }
  .table-wrapper.admin__data-grid-wrap.admin__data-grid-wrap-static .data-grid.table tbody tr td {
    width: 100% !important;
    padding: 10px;
    border-bottom: 0px;
  }
  .table-wrapper.admin__data-grid-wrap.admin__data-grid-wrap-static .data-grid.table tbody tr td.col-massaction .data-grid-checkbox-cell-inner,
  .table-wrapper.admin__data-grid-wrap.admin__data-grid-wrap-static .data-grid.table tbody tr td label {
    text-align: left !important;
  }
  .table-wrapper.admin__data-grid-wrap.admin__data-grid-wrap-static .data-grid.table tbody tr td.a-right {
    text-align: left;
  }
  .table-wrapper.admin__data-grid-wrap.admin__data-grid-wrap-static .data-grid.table tbody tr td .data-grid-checkbox-cell-inner {
    text-align: left;
  }
  .table-wrapper.admin__data-grid-wrap.admin__data-grid-wrap-static .data-grid.table tbody tr td:first-child.data-grid-checkbox-cell:before {
    display: none;
  }
  .table-wrapper.admin__data-grid-wrap.admin__data-grid-wrap-static .data-grid.table:not(.cart):not(.totals):not(.table-comparison) > thead > tr.data-grid-filters {
    border: 1px solid #e1e1e1;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .table-wrapper.admin__data-grid-wrap.admin__data-grid-wrap-static .data-grid.table:not(.cart):not(.totals):not(.table-comparison) > thead > tr.data-grid-filters > th {
    display: none;
  }
  .table-wrapper.admin__data-grid-wrap.admin__data-grid-wrap-static .data-grid.table:not(.cart):not(.totals):not(.table-comparison) > thead > tr.data-grid-filters > th.no-display {
    display: none;
  }
  .table-wrapper.admin__data-grid-wrap.admin__data-grid-wrap-static .data-grid.table:not(.cart):not(.totals):not(.table-comparison) > thead > tr.data-grid-filters > td {
    display: inline-block;
    margin-right: 20px;
    border-bottom: 0px;
  }
  .table-wrapper.admin__data-grid-wrap.admin__data-grid-wrap-static .data-grid.table:not(.cart):not(.totals):not(.table-comparison) > thead > tr.data-grid-filters > td:before {
    padding-right: 10px;
    content: attr(data-column) ': ';
    display: inline-block;
    color: #111111;
    font-weight: 600;
  }
  .table-wrapper.admin__data-grid-wrap.admin__data-grid-wrap-static .data-grid.table:not(.cart):not(.totals):not(.table-comparison) > thead > tr.data-grid-filters > td.no-display {
    display: none;
  }
  .checkout-index-index .cdz-opc-wrapper.branchpickupon .opc-wrapper #checkoutSteps #branch-pickup-container,
  .checkout-index-index .cdz-opc-wrapper.branchpickupon .opc-wrapper #checkoutSteps .becc_customer_order_ref,
  .checkout-index-index .cdz-opc-wrapper.branchpickupon .opc-wrapper #checkoutSteps #dda-block.dda-block,
  .checkout-index-index .cdz-opc-wrapper.branchpickupon .opc-wrapper #checkoutSteps #payment {
    width: 100% !important;
    float: none !important;
    position: static !important;
  }
  .checkout-index-index .cdz-opc-wrapper .opc-wrapper #checkoutSteps #branch-pickup-container,
  .checkout-index-index .cdz-opc-wrapper .opc-wrapper #checkoutSteps #normalshippingcontainer,
  .checkout-index-index .cdz-opc-wrapper .opc-wrapper #checkoutSteps .becc_customer_order_ref,
  .checkout-index-index .cdz-opc-wrapper .opc-wrapper #checkoutSteps .dda-block {
    width: 100% !important;
    float: none !important;
    position: static !important;
  }
  .checkout-index-index .cdz-opc-wrapper.branchpickupon .opc-wrapper #checkoutSteps.branchpickupactive .field.becc_customer_order_ref {
    position: static !important;
    width: 100% !important;
    float: none !important;
  }
  .checkout-index-index .cdz-opc-wrapper.branchpickupon .opc-wrapper #checkoutSteps #opc-shipping_method #onepage-checkout-shipping-method-additional-load #dda-block.dda-block {
    width: auto !important;
    position: static !important;
    margin: 20px 7px 0px -1px;
    float: none !important;
    clear: both;
    border: 0px !important;
    margin-left: 1px;
  }
  .checkout-index-index .cdz-opc-wrapper.branchpickupon .opc-wrapper #checkoutSteps #opc-shipping_method #onepage-checkout-shipping-method-additional-load #dda-block.dda-block .dda-form {
    border: 0px !important;
  }
  .cdz-opc-wrapper #checkoutSteps .checkout-payment-method .checkout-billing-address {
    border: 0px !important;
  }
  .checkout-index-index .cdz-opc-wrapper.branchpickupon .opc-wrapper #checkoutSteps #branch-pickup-container .opc-block-summary {
    margin-top: 0px;
    padding: 15px 20px;
    margin-bottom: 14px;
  }
  .modal-popup .modal-inner-wrap .modal-header .action-close {
    display: block;
  }
  .checkout-index-index .cdz-opc-wrapper.branchpickupon .opc-wrapper #checkoutSteps #opc-shipping_method {
    margin-top: 20px !important;
  }
  .epicor_comm-onepage-shippingpopup .mb-bottom-toolbar.visible-xs .mb-toolbar-inner.row {
    display: none !important;
  }
  .barcode-modal.modal-popup .modal-inner-wrap .modal-header .action-close:before {
    line-height: 30px;
    margin-left: -5px;
  }
}
@media only screen and (max-width: 560px) {
  #branchpickup-iframe-popup-modal #show-branch-cartpopup .branchmaincontainer #cart-sidebar-branch .product-item {
    width: 90%;
  }
  #branchpickup-iframe-popup-modal #show-branch-cartpopup .branchmaincontainer #cart-sidebar-branch .product-item .product-item-details {
    word-wrap: break-word;
    word-break: keep-all;
  }
}
@media screen and (min-width: 321px) {
  .supplierconnect-rfq-details #rfq_save,
  .supplierconnect-orders-details #rfq_save,
  .supplierconnect-rfq-details #purchase_order_save,
  .supplierconnect-orders-details #purchase_order_save {
    position: static !important;
    margin-bottom: 10px !important;
    float: right !important;
  }
}
@media only screen and (max-width: 480px) {
  .product-item-actions .actions-primary .tocart span,
  .actions-secondary > a.action span {
    font-size: 0px !important;
    vertical-align: middle;
  }
  .product-item-actions .actions-primary .tocart span:before,
  .actions-secondary > a.action span:before {
    font-size: 14px;
  }
}
@media only screen and (max-width: 770px) {
  .product-collateral.toggle-content.tabs .toggle-tabs {
    display: block;
    margin-bottom: 15px;
  }
  .product-collateral.toggle-content.tabs .toggle-tabs li {
    display: inline-block;
    padding: 5px 9px;
    background: #fff;
    border-bottom: 1px solid #e9e9e9;
  }
  .product-collateral.toggle-content.tabs .toggle-tabs li.current {
    border-bottom: 1px solid #FFFFFF;
  }
  .header.links.visible-xs .item.link.compare {
    display: block !important;
  }
  .header.links.visible-xs .item.link.compare .action.compare {
    display: block !important;
  }
}
@media only screen and (min-width: 767px) and (max-width: 860px) {
  .page-header.header-style-25 .header-middle .panel.header .header-panel-right {
    float: right;
  }
  .page-header.header-style-25 .header-middle .panel.header .header-panel-left {
    width: 29%;
  }
  .page-header.header-style-25 .header-middle .panel.header .header-panel-left .action.nav-toggle,
  .page-header.header-style-25 .header-middle .panel.header .header-panel-left .logo {
    width: auto;
    float: left;
    display: inline-block;
    position: static;
    vertical-align: middle;
  }
  .page-header.header-style-25 .header-middle .panel.header .header-search-wrap {
    width: 40%;
    height: 36px;
  }
  .page-header.header-style-25 .header-middle .panel.header .header-search-wrap .header-search .block-search {
    height: 36px;
  }
  .page-header.header-style-25 .header-middle .panel.header .header-search-wrap .header-search .block-search .cdz-cat-search .current-cat {
    min-width: 90px;
    width: 100%;
    padding: 0 3px;
  }
  .page-header.header-style-25 .header-middle .panel.header .header-search-wrap .header-search .block-search .cdz-cat-search .current-cat span:after {
    right: -6px;
  }
  .page-header.header-style-25 .header-middle .panel.header .header-search-wrap .header-search .minisearch {
    position: relative;
  }
  .page-header.header-style-25 .header-middle .panel.header .header-search-wrap .header-search .minisearch .field.search {
    height: 36px;
    display: inline-block;
    float: left;
    width: 158px;
    margin-left: -30px;
  }
  .page-header.header-style-25 .header-middle .panel.header .header-search-wrap .header-search .minisearch .field.search .control {
    margin: 0px;
    padding: 0px;
  }
  .page-header.header-style-25 .header-middle .panel.header .header-search-wrap .header-search .minisearch .field.search .control input#search {
    margin: 0px 0;
    position: static;
    padding: 0px 3px;
  }
  .page-header.header-style-25 .header-middle .panel.header .header-search-wrap .header-search .minisearch .actions {
    width: auto;
    display: inline-block;
    position: absolute;
    right: 0px;
  }
  .page-header.header-style-25 .header-middle .panel.header .header-search-wrap .header-search .minisearch .actions .action.search {
    display: block;
  }
  .page-header.header-style-25 .header-middle .panel.header .header-search-wrap .header-search .minisearch .actions .action.search span {
    display: none;
  }
  .page-header.header-style-25 .header-middle .panel.header .header-search-wrap .header-search .minisearch .actions .action.search:before {
    transition: .6s;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    line-height: 22px;
    content: '\e615';
    font-family: 'icons-blank-theme';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .grid.products-grid .product-items .product-item:nth-child(odd).inventory-active .product_grid_locations .product_locations_wrapper {
    left: 0px !important;
    right: unset !important;
    top: -350px !important;
    width: 275px !important;
    max-height: 300px;
    overflow-y: auto;
    overflow-x: auto;
  }
  .grid.products-grid .product-items .product-item:nth-child(odd).inventory-active .product_grid_locations .product_locations_wrapper .branch_list .inv-popup-close {
    padding: 0px 5px !important;
  }
  .grid.products-grid .product-items .product-item:nth-child(odd).inventory-active .product_grid_locations .product_locations_wrapper .selectBranchlink .location-select span {
    padding: 3px 10px 5px;
  }
  .grid.products-grid .product-items .product-item:nth-child(even).inventory-active .product_grid_locations .product_locations_wrapper {
    right: -150px !important;
    left: unset !important;
    top: -350px !important;
    max-height: 300px;
    overflow-y: auto;
    overflow-x: auto;
    width: 275px !important;
  }
  .grid.products-grid .product-items .product-item:nth-child(even).inventory-active .product_grid_locations .product_locations_wrapper .branch_list .inv-popup-close {
    padding: 0px 5px !important;
  }
  .grid.products-grid .product-items .product-item:nth-child(even).inventory-active .product_grid_locations .product_locations_wrapper .selectBranchlink .location-select span {
    padding: 3px 10px 5px;
  }
}
@media only screen and (max-width: 380px) {
  .grid.products-grid .product-items .product-item:nth-child(odd).inventory-active .product_grid_locations .product_locations_wrapper {
    left: 0px !important;
    right: 0px !important;
    top: -350px !important;
    width: 275px !important;
    max-height: 300px;
    overflow-y: auto;
    overflow-x: auto;
    margin: 0 auto !important;
  }
  .grid.products-grid .product-items .product-item:nth-child(odd).inventory-active .product_grid_locations .product_locations_wrapper .branch_list .inv-popup-close {
    padding: 0px 5px !important;
  }
  .grid.products-grid .product-items .product-item:nth-child(odd).inventory-active .product_grid_locations .product_locations_wrapper .selectBranchlink .location-select span {
    padding: 3px 10px 5px;
  }
  .grid.products-grid .product-items .product-item:nth-child(even).inventory-active .product_grid_locations .product_locations_wrapper {
    right: 0px !important;
    left: 0px !important;
    top: -350px !important;
    width: 275px !important;
    max-height: 300px;
    overflow-y: auto;
    overflow-x: auto;
    margin: 0 auto !important;
  }
  .grid.products-grid .product-items .product-item:nth-child(even).inventory-active .product_grid_locations .product_locations_wrapper .branch_list .inv-popup-close {
    padding: 0px 5px !important;
  }
  .grid.products-grid .product-items .product-item:nth-child(even).inventory-active .product_grid_locations .product_locations_wrapper .selectBranchlink .location-select span {
    padding: 3px 10px 5px;
  }
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.account.vault-cards-listaction .page-title-wrapper {
  display: none;
}
.account.vault-cards-listaction .address-select-modal__form-container {
  margin-bottom: 20px;
}
.account.vault-cards-listaction .address-select-modal__form-container > div {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.account.vault-cards-listaction .address-select-modal__form-container > div > div {
  margin-top: 10px;
}
.account.vault-cards-listaction .field.company,
.account.vault-cards-listaction .field.choice.set.billing,
.account.vault-cards-listaction .field.choice.set.shipping,
.account.vault-cards-listaction .primary[data-action='save-address'] {
  display: none !important;
}
.account.vault-cards-listaction #form-validate {
  display: none;
}
.account.vault-cards-listaction [for='repeat_order_cc_number'] + .control {
  position: relative;
}
.account.vault-cards-listaction .account-section__title-view-all-link {
  display: block;
  margin-bottom: 30px;
}
.account.vault-cards-listaction .braintree-credit-card-types {
  display: flex;
  flex-wrap: wrap;
}
.account.vault-cards-listaction .braintree-credit-card-types .item {
  margin-right: 5px;
  margin-top: 5px;
}
.account.vault-cards-listaction .braintree-credit-card-types .item:last-child {
  margin-right: 0;
}
.account.vault-cards-listaction .braintree-credit-card-types img {
  height: 24px;
}
.account.vault-cards-listaction .separator {
  margin: 10px 10px 0;
}
.account.vault-cards-listaction .address-select-container {
  border: 1px solid #cccccc;
  border-radius: 2px;
  padding: 25px;
}
.account.vault-cards-listaction #braintree_submit {
  font-size: 1.6rem;
  border-radius: 3px;
  box-shadow: none;
  box-sizing: border-box;
  color: #ffffff;
  height: 40px;
  margin: 10px 0;
  padding: 0 20px;
}
.account.vault-cards-listaction .subs-modal-overlay {
  background-color: #000000;
  height: 100%;
  left: 0;
  opacity: 0.3;
  position: fixed;
  top: 0;
  width: 100%;
}
.account.vault-cards-listaction #paypal_container {
  margin: auto;
  max-width: 360px;
}
.account.vault-cards-listaction .add-methods {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.account.vault-cards-listaction .add-method {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border: 1px solid #cccccc;
  border-radius: 2px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  padding: 3px;
  width: 50%;
}
.account.vault-cards-listaction .add-method:hover {
  border-color: #797777;
}
.account.vault-cards-listaction .add-method:first-child {
  margin-right: 35px;
}
.account.vault-cards-listaction .add-method > div {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 10px;
}
.account.vault-cards-listaction .add-method > div p {
  font-weight: 700;
  padding-top: 15px;
}
.account.vault-cards-listaction .add-method .icon-container {
  background: #f0f0f0;
  border-radius: 0 0 1px 1px;
  height: 100%;
  padding: 15px 0;
  width: 100%;
}
.account.vault-cards-listaction .add-method .icon-container ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  list-style: none;
  margin: 0;
  max-width: 160px;
  padding: 0;
  width: 100%;
}
.account.vault-cards-listaction .add-method .icon-container ul li {
  margin: 0;
  width: 25%;
}
.account.vault-cards-listaction .add-method .icon-container ul li img {
  height: 24px;
}
.account.vault-cards-listaction .subs-modal {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 100%;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
.account.vault-cards-listaction .subs-modal__box {
  -moz-box-shadow: 0 4px 15px 5px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 4px 15px 5px rgba(0, 0, 0, 0.25);
  background-color: #ffffff;
  box-shadow: 0 4px 15px 5px rgba(0, 0, 0, 0.25);
  margin: 20px;
  max-width: 610px;
  overflow-y: auto;
  padding: 40px 20px;
  position: relative;
  text-align: center;
  width: 100%;
}
.account.vault-cards-listaction .subs-modal__close-button {
  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;
  box-shadow: none !important;
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 20px;
}
.account.vault-cards-listaction .subs-modal__close-button:focus,
.account.vault-cards-listaction .subs-modal__close-button:active {
  background: none;
  border: none;
}
.account.vault-cards-listaction .subs-modal__close-button:hover {
  background: none;
  border: none;
}
.account.vault-cards-listaction .subs-modal__close-button.disabled,
.account.vault-cards-listaction .subs-modal__close-button[disabled],
fieldset[disabled] .account.vault-cards-listaction .subs-modal__close-button {
  pointer-events: none;
  opacity: 0.5;
}
.account.vault-cards-listaction .subs-modal__screen-reader-label {
  display: none;
}
.account.vault-cards-listaction .subs-modal__title {
  text-align: center;
}
.account.vault-cards-listaction .add-card-modal .subs-modal__box {
  padding: 20px;
}
.account.vault-cards-listaction .add-card-modal form {
  margin: 0;
}
.account.vault-cards-listaction .add-card-modal legend {
  border-bottom: none !important;
  margin-bottom: 20px !important;
  padding-bottom: 0 !important;
}
.account.vault-cards-listaction .add-paypal-modal span,
.account.vault-cards-listaction .add-paypal-modal p {
  font-weight: 500;
  margin: 30px 0;
}
.account.vault-cards-listaction #co-transparent-form-braintree .fieldset {
  max-width: 400px;
}
.braintree-three-d-modal {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  visibility: visible;
  width: 100vw;
  z-index: #000000;
}
.braintree-three-d-modal .bt-modal-frame {
  background-color: #ffffff;
  border-radius: 6px;
  height: 420px;
  margin: auto;
  width: 440px;
  z-index: 2;
}
.braintree-three-d-modal .bt-modal-body {
  background-color: #ffffff;
  border: 1px solid lightgray;
  height: 380px;
  margin: 20px;
}
.braintree-three-d-modal .bt-mask {
  background-color: #000000;
  height: 100%;
  left: 0;
  opacity: 0.75;
  position: absolute;
  top: 0;
  width: 100%;
}
.braintree-applepay-container-product {
  display: inline-block;
}
.braintree-applepay-container-product .braintree-apple-pay-button {
  margin: 0;
  margin-bottom: 15px;
  padding: 10px 0;
}
.braintree-apple-pay-button {
  -apple-pay-button-type: plain;
  -webkit-appearance: -apple-pay-button;
  background-color: #000000;
  background-image: -webkit-named-image(apple-pay-logo-black);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% calc(60% + 2px);
  border: 1px solid #000000;
  border-radius: 5px;
  cursor: pointer;
  display: block;
  margin: 20px auto;
  min-height: 40px;
  padding: 2px;
  transition: background-color 0.15s;
  width: 200px;
}
.braintree-applepay-minicart.minicart .braintree-apple-pay-button,
.braintree-applepay-minicart.cart .braintree-apple-pay-button {
  width: 100%;
}
.ppcredit-summary {
  background: linear-gradient(to right, #009cde, braintree_color-ppcredit-dark);
  color: #ffffff;
  margin: 10px 0;
  padding: 15px;
  text-align: center;
}
.ppcreditcalc-container {
  background: #ffffff;
  border: 1px solid #dedede;
}
.ppcreditcalc-header {
  background: #ffffff;
  padding: 15px;
}
.ppcreditcalc-legal {
  background-color: #eeeeee;
  border-top: 1px solid #dedede;
  font-size: 1.2rem;
  line-height: 2rem;
  padding: 15px;
}
.ppcreditcalc-instalments {
  background-color: #eeeeee;
  border-bottom: 1px solid #dedede;
  border-top: 1px solid #dedede;
  list-style: none;
  margin: 0;
  padding: 0;
}
.ppcreditcalc-instalments li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.ppcreditcalc-instalments-term {
  color: #000000;
  display: block;
  padding: 10px 15px;
}
.ppcreditcalc-instalments-term:hover {
  background: braintree_color-ppcredit-light;
  color: #ffffff;
  text-decoration: none;
}
.ppcreditcalc-instalments-term.active {
  background: braintree_color-ppcredit-dark;
  color: #ffffff;
}
.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,
.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,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.black,
.action-gift.braintree-googlepay-button.black {
  background-color: #000000;
  box-shadow: none;
  padding: 12px 24px 10px;
}
button.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,
.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,
.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,
.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,
.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,
.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,
.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,
.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,
.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,
.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,
.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,
.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.minicart .braintree-googlepay-button.long,
.googlepay-minicart-logo.cart .braintree-googlepay-button.long {
  width: 100%;
}
.googlepay-minicart-logo {
  margin-top: 15px;
  text-align: center;
}
.checkout-payment-method .credit-card-types.braintree-credit-card-types img {
  -webkit-filter: none;
  -webkit-transition: none;
  width: 30px;
}
.braintree-card-control {
  position: relative;
}
.braintree-credit-card-selected {
  left: 10px;
  position: absolute;
  z-index: 10;
}
.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 {
  color: #e02b27;
  content: '*';
  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-applepay #braintree_applepay_enable_vault {
  padding-top: 20px;
}
#payment-method-braintree-cc-vault .field.required .label,
#payment-method-braintree-applepay-vault .field.required .label {
  font-weight: 600;
}
#payment-method-braintree-cc-vault .field.required .label:after,
#payment-method-braintree-applepay-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,
#payment-method-braintree-applepay-vault .field .hosted-control {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  box-sizing: border-box;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  height: 32px;
  padding: 0 9px;
  position: relative;
  vertical-align: baseline;
  width: 5rem;
}
#payment-method-braintree-cc-vault .field .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) ~ .hosted-error,
#payment-method-braintree-applepay-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,
#payment-method-braintree-applepay-vault .field .hosted-error {
  clear: both;
  color: #e02b27;
  font-size: 1.2rem;
  height: 0;
  margin-top: 7px;
  opacity: 0;
}
.braintree-paypal-fieldset {
  display: none;
}
.braintree-paypal-buttons,
.braintree-paypal-vault {
  margin-top: 20px;
}
.payment-method-braintree .hosted-control {
  border: 1px solid #c2c2c2;
  height: 32px;
  max-width: 300px;
  padding: 8px 15px;
}
.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 {
  right: 30px;
  top: 10px;
}
#braintree_cc_number {
  padding-left: 68px;
}
.braintree-express-payments {
  display: flex;
  flex-wrap: wrap;
}
.braintree-express-payments > div {
  display: flex;
  flex-wrap: wrap;
}
.braintree-express-payments span {
  display: block;
  font-size: 18px;
  margin: 20px 0;
}
.braintree-express-payments span.express-payment-title {
  width: 100%;
}
.braintree-express-payments span.express-payment-subtitle {
  align-items: center;
  display: flex;
  position: relative;
  width: 100%;
}
.braintree-express-payments span.express-payment-subtitle > span {
  background: #ffffff;
  display: block;
  margin: 0 auto;
  padding: 0 5px;
}
.braintree-express-payments span.express-payment-subtitle:before {
  background: #cccccc;
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.braintree-express-payments > div > div {
  margin-top: 5px;
  padding-right: 5px;
  width: 240px;
}
.braintree-express-payments .braintree-googlepay-button,
.braintree-express-payments .braintree-apple-pay-button {
  margin: 0;
  min-height: 30px;
}
.braintree-express-payments .braintree-googlepay-button {
  height: 35px;
}
.braintree-express-payments .braintree-apple-pay-button {
  height: 29px;
  width: 234px;
}
/**
 * Copyright © 2010-2020 Epicor Software Corporation: All Rights Reserved
 */
.epicor_checkoutdefaults-manage-defaults .page-title-wrapper {
  margin-bottom: 3rem;
}
.epicor_checkoutdefaults-manage-defaults form.checkout-defaults hr.multi-selection-line {
  margin-bottom: 5px;
}
.epicor_checkoutdefaults-manage-defaults form.checkout-defaults .default-sub-header {
  font-size: 1.5rem;
  text-transform: uppercase;
}
#checkout-step-shipping .field.addresses .control .shipping-address-items .shipping-address-item.line-view {
  height: min-content;
  width: 100% !important;
  padding-top: 15px;
  padding-bottom: 15px;
  cursor: pointer;
}
#checkout-step-shipping .field.addresses .control .shipping-address-items .shipping-address-item.line-view:not(.selected-item) {
  border-bottom: 1px solid #e1e1e1;
}
#checkout-step-shipping .field.addresses .control .shipping-address-items .shipping-address-item.line-view.not-selected-item:hover {
  background: #e0eaec;
}
#branch-pickup-container #branch-pickup-grid #branchpickup-addresses .branchpickup-shipping-address-items .shipping-address-item.line-view:not(.selected-item):hover {
  background: #e0eaec;
}
#branch-pickup-container #branch-pickup-grid #branchpickup-addresses .branchpickup-shipping-address-items .shipping-address-item.line-view:not(.selected-item) {
  border-bottom: 1px solid #e1e1e1;
}
#branch-pickup-container #branch-pickup-grid #branchpickup-addresses .branchpickup-shipping-address-items .shipping-address-item.line-view {
  height: min-content;
  width: 100% !important;
  padding-top: 15px;
  padding-bottom: 15px;
  cursor: pointer;
}
#branch-pickup-container #branchpickup-addresses .branchpickup-shipping-address-items .shipping-address-item.line-view.selected-item::after {
  padding: 0px;
  height: 30px;
  top: 0px;
  right: 0px;
  line-height: 30px;
  left: unset;
  width: 30px;
  font-size: 3.0rem;
}
.branchpickupactive .becc_required_date .control {
  position: unset;
}
#checkout-step-shipping .field.addresses .control .shipping-address-items .shipping-address-item.line-view button.edit-address-link,
#checkout-step-shipping .field.addresses .control .shipping-address-items .shipping-address-item.line-view .cart.table-wrapper .actions-toolbar > .action.edit-address-link,
#checkout-step-shipping .field.addresses .control .shipping-address-items .shipping-address-item.line-view .action-gift.edit-address-link {
  position: unset;
  float: right;
}
#checkout-step-shipping .field.addresses .control .shipping-address-items .shipping-address-item.line-view.selected-item::after {
  padding: 0px;
  height: 30px;
  top: 0px;
  right: 0px;
  line-height: 30px;
  left: unset;
  width: 30px;
  font-size: 3.0rem;
}
@media only screen and (max-width: 769px) {
  .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: 'icons-blank-theme';
    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: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .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;
  }
  .cart-container .form-cart .action.update,
  .cart-container .form-cart .action.continue,
  .cart-container .form-cart .action.clear {
    margin: 0 auto 10px;
  }
  .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;
  }
  .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;
  }
  .field-tooltip .field-tooltip-content:before {
    border-bottom-color: #999999;
  }
  .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;
  }
  .navigation {
    padding: 0;
  }
  .navigation .parent .level-top {
    display: block;
    text-decoration: none;
    position: relative;
  }
  .navigation .parent .level-top:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .parent .level-top:after {
    position: absolute;
    right: 7px;
    top: -8px;
  }
  .navigation .parent .level-top.ui-state-active:after {
    content: '\e621';
  }
  .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: 1px solid #d1d1d1;
    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: 1px solid #d1d1d1;
  }
  .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: 'icons-blank-theme';
    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-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;
  }
  .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;
  }
  /*------------------- Cart --------------------*/
  body.checkout-cart-index #cart-main-actions button,
  body.checkout-cart-index #cart-main-actions .cart.table-wrapper .actions-toolbar > .action,
  body.checkout-cart-index #cart-main-actions .action-gift {
    margin: 1rem auto;
  }
  .quotes-request-index .cart-container form {
    width: 100%;
    overflow-x: auto;
  }
  .quotes-request-index .cart-container form th {
    white-space: nowrap;
  }
  .quotes-request-index .cart-container form td .quote-item-img {
    width: 50%;
  }
  .quotes-request-index .cart-container form td .quote-item-details .product-name {
    font-size: 18px;
  }
  /*------------------- Checkout --------------------*/
  .checkout-index-index .opc-estimated-wrapper .minicart-wrapper .action.showcart .counter.qty {
    background: #70AC44;
  }
  .checkout-index-index .opc-wrapper .shipping-address-item {
    width: 100% !important;
    margin-top: 1rem;
  }
  .checkout-index-index .modal-popup .modal-inner-wrap .modal-footer button.action.secondary,
  .checkout-index-index .modal-popup .modal-inner-wrap .modal-footer .cart.table-wrapper .actions-toolbar > .action.action.secondary,
  .checkout-index-index .modal-popup .modal-inner-wrap .modal-footer .action-gift.action.secondary {
    margin-top: 0rem;
    padding-top: 1.2rem;
    width: auto;
  }
  .checkout-index-index .modal-popup .modal-inner-wrap .modal-header .action-close {
    display: block;
    padding: 0px !important;
  }
  .epicor_comm-onepage-shippingpopup .mb-bottom-toolbar,
  .epicor_comm-onepage-billingpopup .mb-bottom-toolbar {
    display: none !important;
  }
  .epicor_comm-onepage-shippingpopup .admin__data-grid-wrap table thead,
  .epicor_comm-onepage-billingpopup .admin__data-grid-wrap table thead {
    display: none;
  }
  .epicor_comm-onepage-shippingpopup .admin__data-grid-wrap table tbody tr:not(:last-child),
  .epicor_comm-onepage-billingpopup .admin__data-grid-wrap table tbody tr:not(:last-child) {
    border-bottom: 1px solid #333333;
  }
  .catalog-product-view .product-main-content .product.media {
    width: 100%;
  }
  .catalog-product-view .product-main-content .product.media .fotorama__nav__shaft .fotorama__nav__frame {
    margin-right: 1rem;
  }
  .catalog-product-view .product-main-content .product.media .fotorama__nav__shaft .fotorama__nav__frame.fotorama__active {
    border: none;
  }
  .catalog-product-view .product-main-content .product.media .fotorama__nav__shaft .fotorama__nav__frame .fotorama__dot {
    width: 1rem;
    height: 1rem;
  }
  .catalog-product-view .product-main-content .ecc-price-lazy-load-view.product-info-main .cdz-social-listing {
    display: flex;
    margin: 0;
  }
  .catalog-product-view .product-main-content .ecc-price-lazy-load-view.product-info-main .box-tocart .label {
    display: none !important;
  }
  .catalog-product-view .product-main-content .ecc-price-lazy-load-view.product-info-main .box-tocart .actions .action.tocart,
  .catalog-product-view .product-main-content .ecc-price-lazy-load-view.product-info-main .box-tocart .actions .action.buy-now {
    padding: 1.5rem 2rem;
  }
  .catalog-product-view .product-main-content .ecc-price-lazy-load-view.product-info-main .box-tocart .product-addto-links {
    margin-top: 0.8rem;
  }
  .catalog-product-view .product-main-content .ecc-price-lazy-load-view.product-info-main .product-options-bottom .box-tocart .product-addto-links {
    margin-top: 0;
  }
  .product.info.detailed .product.items .item.title > a.switch {
    font-weight: 700;
  }
  .product.info.detailed .product.items .item.title > a.switch::after {
    background: #70AC44;
  }
  #maincontent .product-list-style-20 div.actions-primary > form button.action.tocart.primary,
  #maincontent .product-item-inner .product-item-actions .actions-primary > form button.action.tocart.primary,
  #maincontent .product-list-style-20 div.actions-primary > form .cart.table-wrapper .actions-toolbar > .action.action.tocart.primary,
  #maincontent .product-item-inner .product-item-actions .actions-primary > form .cart.table-wrapper .actions-toolbar > .action.action.tocart.primary,
  #maincontent .product-list-style-20 div.actions-primary > form .action-gift.action.tocart.primary,
  #maincontent .product-item-inner .product-item-actions .actions-primary > form .action-gift.action.tocart.primary {
    padding: 16px !important;
  }
  .page-footer .showhide {
    margin: 0px;
  }
  .page-footer .block.newsletter form {
    justify-content: space-between;
    align-items: center;
  }
  .page-footer .block.newsletter form .field.newsletter {
    width: auto;
    display: block;
    flex: 1;
  }
  .page-footer .block.newsletter form .actions {
    width: auto;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .mobile {
    display: block;
  }
  .mobile .mobile-block {
    display: block;
  }
  .desktop {
    display: none;
  }
  .desktop .desktop-block {
    display: none;
  }
  .amblog-relatedposts-wrap {
    display: block;
  }
  .amblog-related-post {
    margin-bottom: 20px;
    width: 100%;
  }
  body[class*='amblog-index-'] .page-title-wrapper {
    margin-bottom: 5px;
  }
  body[class*='amblog-index-'] .page-title {
    font-size: 2.6rem;
    line-height: 2.8rem;
  }
  body[class*='amblog-index-'] .amblog-title {
    font-size: 1.6rem;
  }
  body[class*='amblog-index-'] .sidebar .block-reorder .block-content:not(.no-display) {
    margin-bottom: 40px;
  }
  body[class*='amblog-index-'] h3.amblog-title:before {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAyMCAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuODc2NTYgMC40NTQxMDNMMC45MDkwNTggOC44MDA1NkwyLjM0ODc5IDEwLjI1NzNMOS44NzY1NiAzLjI0OTM4TDE3LjY1MTEgMTAuNDU0MUwxOS4wOTA5IDkuMDM2NzhMMTAuNDExMyAwLjkyNjU0NEw5Ljg3NjU2IDAuNDU0MTAzWiIgZmlsbD0iI0M3QzdDNyIvPgo8L3N2Zz4K);
    content: '';
    cursor: pointer;
    display: block;
    height: 12px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(-180deg);
    width: 20px;
  }
  body[class*='amblog-index-'] h3.amblog-title.-active:before {
    transform: translateY(-50%) rotate(0);
  }
  .amblog-author-info .amblog-image-wrapper {
    margin-top: 0;
  }
  .amblog-author-info .amblog-content {
    padding-top: 5px;
  }
  .amblog-search-block .amblog-content {
    flex-direction: column;
    padding-top: 25px;
  }
  .amblog-search-block .amblog-content > *:not(:last-child) {
    margin-bottom: 25px;
  }
  .amblog-link-btn {
    margin-left: 0;
    text-align: center;
    width: 100%;
  }
  .amblog-tabs-block.-title .amblog-item {
    font-size: 16px;
  }
  .amblog-form-newsletter .input-box {
    flex-direction: column;
  }
  .amblog-form-newsletter .amblog-input {
    margin-bottom: 20px;
    margin-right: 0;
  }
  .amblog-form-newsletter .amblog-btn,
  .amblog-form-newsletter .amblog-input {
    max-width: 100%;
    width: 100%;
  }
  .amblog-form-newsletter .mage-error[generated='true'] {
    margin-bottom: 10px;
    margin-top: -10px;
    order: 0;
    width: 100%;
    word-break: break-all;
  }
  .amblog-search-switch {
    padding: 8px 15px;
  }
  .amblog-search-titles {
    padding-top: 10px;
  }
  .amblog-search-title {
    background: #f5f5f5;
    border: 1px solid #e5e5e5;
    border-radius: 80px;
    margin: 0 10px 10px 0;
    width: auto;
  }
  .amblog-search-title.open {
    border-color: #1979c2;
  }
  .amblog-search-content {
    margin-top: 20px;
  }
  .main .amblog-related-wrapper:not(.-related-products) .slick-list {
    margin: 0;
  }
  form:not(.linear-theme) .amcform-title-wrap {
    display: none;
    max-width: 50%;
  }
  form:not(.linear-theme) .amcform-title-wrap:not(:last-child):after,
  form:not(.linear-theme) .amcform-title-wrap:before {
    width: 50%;
    content: '';
  }
  form:not(.linear-theme) .amcform-title-wrap:first-child:before {
    content: none;
  }
  form:not(.linear-theme) .amcform-title-wrap:after {
    background: linear-gradient(90deg, #e3e3e3 16.87%, #ffffff 107.36%);
  }
  form:not(.linear-theme) .amcform-title-wrap.ui-state-active ~ form:not(.linear-theme) .amcform-title-wrap:nth-last-child(2) {
    display: none;
  }
  form:not(.linear-theme) .amcform-title-wrap.ui-state-active,
  form:not(.linear-theme) .amcform-title-wrap.ui-state-active + .amcform-title-wrap,
  form:not(.linear-theme) .amcform-title-wrap.ui-state-active + form:not(.linear-theme) .amcform-title-wrap:nth-last-child(2),
  form:not(.linear-theme) .amcform-title-wrap.-done:nth-last-child(2) {
    display: block;
  }
  form:not(.linear-theme) .amcform-title-wrap.ui-state-active:not(:last-child):before,
  form:not(.linear-theme) .amcform-title-wrap.-done:not(:last-child):before {
    background: linear-gradient(270deg, #92b0ff 11.11%, rgba(146, 176, 255, 0) 100%);
  }
  form:not(.linear-theme) .amcform-title-wrap.ui-state-active + form:not(.linear-theme) .amcform-title-wrap:not(.-disabled):after {
    background: linear-gradient(270deg, rgba(146, 176, 255, 0) 11.1%, #92b0ff 100%);
  }
  form:not(.linear-theme) .amcform-title-wrap.ui-state-active:after,
  form:not(.linear-theme) .amcform-title-wrap.ui-state-active + .amcform-title-wrap:before,
  form:not(.linear-theme) .amcform-title-wrap.-done:nth-last-child(2):after {
    background: #92b0ff;
  }
  .linear-theme .amcform-page-titles {
    padding: 0 15px;
  }
  .linear-theme .amcform-title-wrap {
    display: block;
    min-width: 50%;
    max-width: 100%;
  }
  .linear-theme .amcform-title-wrap.ui-state-active ~ .linear-theme .amcform-title-wrap:nth-last-child(2) {
    display: block;
  }
  .linear-theme .fields {
    margin: 0 -15px;
    padding: 0 15px;
  }
  .linear-theme.rendered-form .fieldset > .field.form-group,
  .linear-theme.rendered-form .fieldset > .fields > .field.form-group {
    padding: 0 15px;
  }
  .linear-theme.rendered-form .fieldset > .field.form-group.amform-layout-two,
  .linear-theme.rendered-form .fieldset > .fields > .field.form-group.amform-layout-two,
  .linear-theme.rendered-form .fieldset > .field.form-group.amform-layout-three,
  .linear-theme.rendered-form .fieldset > .fields > .field.form-group.amform-layout-three {
    max-width: 100%;
  }
  .circle-theme .amcform-page-titles {
    align-items: stretch;
  }
  .circle-theme .amcform-title {
    display: block;
    margin: 0;
  }
  .circle-theme .amcform-label {
    display: block;
    padding: 10px 0;
  }
  .circle-theme .amcform-title-wrap {
    margin: 0;
    border-bottom: 4px solid #92b0ff;
  }
  .circle-theme .amcform-title-wrap:after,
  .circle-theme .amcform-title-wrap:before {
    display: none;
  }
  .circle-theme .amcform-title-wrap + .amcform-title-wrap {
    margin: 0;
  }
  .circle-theme .amcform-title-wrap.ui-state-active {
    border-color: #3f6ad8;
  }
  .circle-theme .amcform-title-wrap.-disabled {
    border-color: #e3e3e3;
  }
  .circle-theme .amcform-title-wrap.-error {
    border-color: #eb5757;
  }
  .amcform-table-block,
  .amcform-table-block tbody,
  .amcform-table-block .amcform-tr,
  .amcform-table-block .amcform-th,
  .amcform-table-block .amcform-td {
    display: block;
    box-sizing: border-box;
    width: 100%;
  }
  .amcform-table-block .amcform-th {
    padding-bottom: 0;
  }
  .amcform-table-block .amcform-td {
    padding-top: 5px;
  }
  .amlocator-pager-container .pages {
    display: flex;
    justify-content: flex-end;
  }
  .amlocator-pager-container .pages > .label {
    align-self: center;
    height: auto;
    overflow: visible;
    width: auto;
  }
  .amlocator-pager-container .pages > .items {
    padding: .2rem 2rem 0;
  }
  .brand-main .brand-search-wrap,
  .featured-brands-block .brand-search-wrap {
    float: none;
    width: 100%;
  }
  .enhanced-privacy-popup .popup.content {
    margin: 0;
    padding: 10px;
    width: auto;
  }
  .toolbar-products {
    margin-bottom: 0;
  }
  .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;
  }
  .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;
  }
  .account.vault-cards-listaction .add-methods {
    flex-direction: column;
  }
  .account.vault-cards-listaction .add-methods > div {
    width: calc(100% - 6px);
  }
  .account.vault-cards-listaction .add-methods > div > div:first-child {
    flex-direction: row;
  }
  .account.vault-cards-listaction .add-methods > div > div:first-child img {
    margin-right: 20px;
  }
  .account.vault-cards-listaction .add-methods > div:first-child {
    margin-bottom: 20px;
    margin-right: 0;
  }
  .account.vault-cards-listaction .braintree-credit-card-types {
    max-width: 130px;
  }
  .braintree-applepay-container-product {
    display: block;
  }
  .braintree-applepay-container-product .braintree-apple-pay-button {
    width: 100%;
  }
  div.braintree-express-payments > div > div {
    width: 100%;
  }
  div.braintree-express-payments .braintree-googlepay-button.long {
    height: 45px;
    width: 100%;
  }
  div.braintree-express-payments .braintree-apple-pay-button {
    height: 45px;
    width: calc(100% - 10px);
  }
}
@media only screen and (max-width: 768px) and (max-width: 767px) {
  .epicor_comm-onepage-shippingpopup .admin__data-grid-toolbar .admin__data-grid-header-row,
  .epicor_comm-onepage-billingpopup .admin__data-grid-toolbar .admin__data-grid-header-row,
  .epicor_comm-onepage-shippingpopup .admin__data-grid-toolbar .admin__data-grid-pager-wrap .admin__data-grid-pager,
  .epicor_comm-onepage-billingpopup .admin__data-grid-toolbar .admin__data-grid-pager-wrap .admin__data-grid-pager {
    display: none;
  }
}
@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;
  }
  .multicheckout.order-review .data.table tbody tr:not(:last-child) {
    border-bottom: 1px solid #d1d1d1;
  }
  .multicheckout.order-review .data.table tbody tr .col.item:before {
    display: none;
  }
  .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%;
  }
  .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;
  }
  .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: 'icons-blank-theme';
    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;
  }
  .products-list .product-item {
    table-layout: fixed;
  }
  .products-list .product-item-photo {
    padding: 0 10px 10px 0;
    width: 30%;
  }
  .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: 'icons-blank-theme';
    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;
  }
  .braintree-three-d-modal .bt-modal-frame {
    width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  .tooltip.wrapper .tooltip.content {
    min-width: 10rem;
  }
  .amblog-post-container .amblog-read,
  .amblog-grid-list .slick-slide .amblog-item .amblog-read {
    width: 100%;
  }
  .amblog-footer {
    align-items: flex-start;
    flex-direction: column;
  }
  .amblog-footer .amblog-wrap {
    margin-bottom: 20px;
  }
  .amblog-related-wrapper.-related-products .amblog-slick-slider.-am-loaded .amblog-item-product {
    margin: 0 auto;
  }
  .amblog-related-wrapper.-related-products .amblog-slick-slider.-am-loaded .amblog-item-product .product-item-photo {
    display: flex;
    justify-content: center;
  }
  .amblog-related-wrapper.-related-products .amblog-slick-slider.-am-loaded .amblog-item-product .product-item-link {
    font-size: 20px;
  }
  .amblog-navigation-container .amblog-navigation {
    margin-top: 30px;
  }
  .amblog-navigation-container .amblog-navigation.-previous {
    margin-left: 0;
  }
  .amblog-navigation-container .amblog-navigation.-previous > .amblog-title-link:before {
    left: calc(20px * 2);
    /* stylelint-disable-line */
    right: inherit;
  }
  .amblog-navigation-container .amblog-navigation.-next {
    margin-right: 0;
  }
  .amblog-navigation-container .amblog-navigation.-next > .amblog-title-link:after {
    left: inherit;
    right: calc(20px * 2);
    /* stylelint-disable-line */
  }
  .amblog-navigation-container .amblog-navigation > .amblog-title-link:before,
  .amblog-navigation-container .amblog-navigation > .amblog-title-link:after {
    bottom: calc(100% - 50px);
    top: inherit;
  }
  .amblog-social-container .amblog-list {
    margin: 0 -10px;
  }
  .amblog-social-container .amblog-icon {
    margin: 0 9px 18px;
  }
  .sorter-options {
    margin: 0 2px;
  }
  .minicart-wrapper .block-minicart {
    width: 290px;
  }
  .modal-popup .field-tooltip .field-tooltip-content {
    width: 200px;
  }
}
@media only screen and (max-width: 319px) {
  .amblog-navigation-container .amblog-navigation > .amblog-title-link {
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
  }
}
@media all and (min-width: 640px) {
  .abs-blocks-2columns-s {
    width: 48.8%;
  }
  .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: #1979c3;
    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: #1979c3;
    text-decoration: none;
  }
  .column .block-addbysku .action.remove:hover {
    color: #006bb4;
    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: #1979c3;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline;
  }
  .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 {
    display: table-cell;
    padding-left: 5px;
    white-space: nowrap;
    width: 50%;
  }
  .product-item-actions .actions-primary + .actions-secondary > * {
    white-space: normal;
  }
  .product-item-actions .actions-primary {
    display: table-cell;
  }
  .products-grid .product-item {
    /*width: 100%/3;*/
  }
  .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 {
    /*width: 100%/3;*/
  }
  .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;
  }
}
/** css related to Uppy **/
.uppy-Dashboard-progressindicators,
.uppy-Dashboard-close,
.uppy-Dashboard-dropFilesHereHint,
.uppy-Dashboard-inner{
    display:none;
}

.image.image-placeholder #fileUploader{
    border:500px solid transparent;
    bottom:0;
    cursor:pointer;
    font-size:10em;
    height:100%;
    left:0;
    opacity:0;
    position:absolute;
    right:0;
    top:0;
    width:100%;
    z-index:3
}
/**
 * Copyright © 2010-2018 Epicor Software Corporation: All Rights Reserved
 */

/**
 * @category   Epicor
 * @package    Epicor_Lists
 * @author     Epicor Websales Team
 */
#window-overlay {
    position:fixed;
    background:rgba(0, 0, 0, 0.35);
    height:100%;
    left:0;
    top:0;
    width:100%;
    z-index:990;
}

#line-contract-select{
    position:fixed;
    width:1050px;
    height:90%;
    left:50%;
    top:20px;
    margin: 0 0 0 -524px;
    z-index:1000;
    background:#fff;
    border:1px solid #999;
    overflow-y:scroll;
    overflow-x:hidden;
    padding: 20px;
    
}

#line-contract-select h2 {
    margin-top:0;
}

#line-contract-select th,
#line-contract-select tr.data-grid-filters td {
    padding: 4px 10px;
}

#productsGrid_table td {
    font-size: 12px;
}

#line-contract-select ul.tier-prices {
    border-top: 1px solid #c1c1c1;
    list-style: none;
    padding-left:0;
    margin-bottom:0;
}

#line-contract-select > div {
    padding:5px;
}

#line-contract-select > div.content-header {
    border:none;
    background:#6f8992;
    color:#fff;
}

#line-contract-select > div.content-header h3 {
    color:#fff;
    padding:0;
}

#line-select-close-popup {float:right; margin-right:10px;margin-top:-50px;}/**
 * Copyright © 2010-2018 Epicor Software Corporation: All Rights Reserved
 */


.col-2.box-info.box-account {
    float: right;
    width: 48%;
}
.epicor_lists-lists-index #listgrid #listgrid_table tbody tr td.col-massaction .data-grid-checkbox-cell-inner{
    text-align: center;
    padding-left: 0px;
}

.epicor_lists-lists-index #listgrid #listgrid_table tbody tr td.col-massaction .data-grid-checkbox-cell-inner input[type='checkbox'].admin__control-checkbox{
    top: 11px;
}
#form_tabs_details_content table tbody tr td {
    padding: 10px 0px 0px 5px;
}
#form_tabs_details_content table tbody tr td .fieldset.info {
    margin-bottom: 0px;
}
#form_tabs_details_content table tbody tr td label {
    font-weight: 600;
    font-size: 1.4rem;
    margin-bottom: 0px !important;
}
#form_tabs_details_content table tbody tr td .input-text, #form_tabs_details_content table tbody tr td input, #form_tabs_details_content table tbody tr td .select, #form_tabs_details_content table tbody tr td select, #form_tabs_details_content table tbody tr td textarea, #form_tabs_details_content table tbody tr td .textarea {
    max-width: 300px;
}

.col-1.box-info.box-account {
    float: left;
    width: 49%;
}

.customerconnect-account-index .col-2.box-info.box-account {
    float: right;
    width: 100%;
}

.customerconnect-account-index .col-1.box-info.box-account {
    float: left;
    width: 100%;
    margin-right: 0%;
}

.customerconnect-account-index .block-dashboard-info.col-2.box-info.box-account {
    float: right;
    width: 50%;
}

.customerconnect-account-index .block-dashboard-info.col-1.box-info.box-account {
    float: left;
    width: 49%;
}
#customer_account_shippingaddress_list_table thead .data-grid-th, #customer_account_shippingaddress_list_table thead .data-grid-filters td {
    max-width: 110px !important;
    word-break: break-word;
}
#customer_account_shippingaddress_list_table tbody tr td {
    max-width: 110px !important;
    word-break: break-word;
}
.col-1, .col-full {
    clear: both;
}
.cart.table-wrapper .actions-toolbar > .action-edit .material-icons{
    display: none;
}

#find-product-form-holder {
    width: 31%;
}

.col-full {
    padding-top:5px;
}

.col-full.block {
    margin-top:10px;
}

.col2-set .col-1,
.col2-set .col-2
{
    width:45%;
}

.col2-set .col-full {
    clear:both;
}


fieldset#erp_custom_address_allowed {
    border: none;
}
.customer-account-edit .form-edit-account .actions-toolbar{
    float: left;
    width: 100%;
}
#custom_address_allowed_button {
    float:right;
}

select#custom_address_allowed {
    width: auto;
}
#line-add .la_field input.input-text {
    width: 60%;
}
#line-add .la_field {
    display: block;
    float: left;
    width: 20%;
    text-align: right;
}
button#lineadd-add {
    clear: left;
    display: block;
}
.buttons-set {
    clear: both;
    margin: 20px 0 0 0;
    text-align: right;
}
.buttons-set .required {
    text-align: left;
    color: #ff0000;
}
.la_row {
    clear: both;
    padding: 5px;
    clear: both;
    height: 20px;
    border-top: 1px solid #e4e4e4;
}
/*grid header*/
.page-control-input {
    width: 10%!important;
}
.page-limit-select{
    width: auto!important;
}
.export-select{
    width:auto!important;
}
button.action-previous:before {
    align-content: center;
    font-weight: bold;
    content: "<";
}

button.action-previous{
    width: 38px;
    height: 31px;
}
.action-previous span {
    clip: rect(0, 0, 0, 0);
    overflow: hidden;
    position: absolute;
    display: none;
    visibility: hidden;
}
button.action-next:before {
    align-content: center;
    font-weight: bold;
    content: ">";
}
button.action-next {
    width: 38px;
    height: 31px;
}
.action-next span {
    clip: rect(0, 0, 0, 0);
    overflow: hidden;
    position: absolute;
    display: none;
    visibility: hidden;
}
.admin__data-grid-pager-wrap {
    display: inline-block;
    padding: 0px;
    margin: 0px;
    width: 60%;
}
.admin__data-grid-pager-wrap .admin__data-grid-pager button,
body .admin__data-grid-pager-wrap .admin__data-grid-pager input {
    height: 32px !important;
}

.admin__data-grid-pager-wrap .admin__data-grid-pager button{
    width: 32px !important;
    padding: 0px;
}

.admin__data-grid-pager {
    display: initial;
}
.admin__data-grid-header-row {
    float: right;
    display: inline-flex;
}

.admin__data-grid-header-row._massaction {
    clear:both;
    float: left;
    width:70%;
}

.admin__data-grid-header-row._massaction .admin__grid-massaction {
    width:80%;
    padding-top: 0.8em;
}

.admin__data-grid-header-row._massaction div.admin__grid-massaction form {
    display:block;
    float:right;
    width:80%;
}
.admin__data-grid-header-row._massaction div.admin__grid-massaction div.mass-select-wrap {
    display:block;
    float:right;
    width:20%;
}

.admin__data-grid-header-row._massaction div.admin__grid-massaction form select {
    float:left;
    width:40%;
}

.admin__data-grid-header-row._massaction .admin__grid-massaction-form label {
    display:none;
}


.admin__data-grid-export {
    padding-right: 22px;
}
select#customerconnect_orders_export {
    width: 30%;
}
label.admin__control-support-text {
    left: 117px;
    padding-top: 9px;
}
.admin__control-support-text {
    padding-top: 8px;
    display: inline-block;
}

tr._clickable {
    cursor: pointer;
}

/*end*/


.vcard span, .vcard dd {
    display:block;
}

.vcard dt.sec {
    float:left;
}

.box-info div.col-count-2 {
    column-count: 2;
    -moz-column-count: 2;
    -webkit-column-count: 2;
}

.box-info div.col-count-3 {
    column-count: 3;
    -moz-column-count: 3;
    -webkit-column-count: 3;
}

.box-info .info-list p {
    width:100%;
    overflow-wrap: break-word;
}

.box-info .info-list span.label {
    width:40%;
    padding-right:5px;
    font-weight:bold;
    display:inline-block;
    vertical-align: top;
}

.box-info .info-list span.value {
    display:inline-block;
    width: 55%;
}

.box-info .info-list input {
    padding:2px;
    width:50%;
}

.box-info .info-list select {
    width:51%;
}

.box-info .info-list-extra span.value {
    display: block;
    height:100px;
    overflow:auto;
    border: 1px solid #D9DDE3;
    text-align:left;
    padding:5px;
}

.box-info .info-list-extra {
    clear: both;
    margin-top: 30px;
    text-align: center;
}

.box-info .info-list-extra span.label {
    display:block;
    font-weight:bold;
}


.box-info .double-list li {
    width:50%;
    float:left;
}

.box-info .triple-list li {
    width:33.333%;
    float:left;
}

.box-info .quad-list li {
    width:25%;
    float:left;
}

.grid table tfoot.totals td {
    border-width: 0 1px 0 0;
}

.grid table tfoot.totals tr.grand_total td {
    font-weight: bold;
}

.grid input[type="text"],
.grid select {
    padding:2px;
    width:96%;
}

#window-overlay #window-overlay-content {
    max-width:500px;
    margin: 0 auto;
    text-align:left;
    position:fixed;
    padding:5px;
    position:fixed;
    z-index:1000;
    background:#fff;
    border:1px solid #666;
    overflow:hidden;
}

#window-overlay h2 {
    margin-bottom:0;
}

#window-overlay .formfields {
    overflow: auto;
    position:relative;
    margin-top:12px;
    margin-bottom:0;
    padding-right: 20px;
    clear: both;
}

#window-overlay-close {
    position:absolute;
    top:10px;
    right:10px;
    z-index: 100;
}

#window-overlay li {
    margin-top:5px;
}

#window-overlay .box-account {
    margin:0;
    padding-top:0;
    padding-bottom:0;
}

#window-overlay .buttonbar {
    text-align:right;
    margin-top:10px;
}

input:disabled,
textarea:disabled
{
    border: 1px solid #ddd;
    background:#fefefe;
    color:#aaa;
}

.content-header {
    clear:both;
}
#loading-mask {
    z-index:2000;
}

.box-form label {
    width:45%;
    padding-right:15px;
    margin-top:5px;
    text-align:right;
    font-weight:bold;
    display:inline-block;
}

thead .expand-content,
tbody .expand-content {
    display:none;
}


.expand-table tr {
    background-color:#fff;
}

.expand-table tr.even,
tr.even .expand-table tr {
    background-color: #f6f6f6;
}

tr.even .expand-table tr.even {
    background-color:#fff;
}

.expand-table thead tr.headings {
    background:url("../../frontend/Codazon/skc/en_US/Epicor_Common/epicor/common/css/images/sort_row_bg.gif") repeat-x scroll 0 50% transparent;
}

.list-link {
    float:right;
}
.box-info.box-account.col-full .form-buttons #add-shipping-address,#add-contact {float:right}
#add_contact.action-default.scalable.add{float:right}
#add_attachment.action-default.scalable.add{float:right}
#add_salesrep.action-default.scalable.add{float:right}

.column.main .box-account.block { margin-bottom:10px }

.box-info.box-account .info-list{padding-left:0px;}
.boxed-content { overflow-x:auto }

div.block-collapsible-nav-title.customerconnect-nav-title {
    height:auto;
    width:auto;
    margin:0.5em;
    font-size:20px;
    font-weight: 300;
    line-height: 1.1;
    position:relative;
}

div.content-header table  {
    margin-top: 15px;
    margin-bottom: 15px;
}

div.content-header table tr  {
    border-bottom: 1px solid #c6c6c6;
    padding-bottom: 10px;
}

div.content-header table tr h3 {
    font-size: 2.2rem;
    font-weight: 300;
    margin:0;
    float:left;
}

div.content-header table tr .view_all {
    line-height: 1.1;
    margin-top: 7px;
    margin-left: 10px;
    top: -22px;
}

.admin__data-grid-toolbar {
    margin: 0 0.5%;
}

.table-wrapper {
    margin: 5px 0.5%;
}

table.data-grid thead {
    background: #f5f5f5;
    margin-top:10px;
}
table.data-grid{
    font-size: 1.3rem;
}

#button_bar {
    float: right;
    position: relative;
    top: -75px;
    margin:0;
    height: 1px;
}

#button_bar.rfq_buttons {
    top: -90px;
}

#button_bar form {
    display:inline-block;
}

table.data-grid .a-right {
    text-align: right;
}

.data-grid .data-grid-filters td ._has-datepicker + .ui-datepicker-trigger {
    height: 2.8rem;
    margin-left: -3.2rem;
    width: 2.8rem;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    padding-left: 5px;
    position: absolute;
    margin-top: 0;
}

#window-overlay {
    position: fixed;
    background: rgba(0, 0, 0, 0.35);
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 990;
}

.order-actions-toolbar .action {
    margin-right: 0px;
}
.admin__data-grid-export button {
    margin-bottom: 4px;
}

#customerconnect_payments_table .a-right.col-payment_amount{text-align: left}
#customerconnect_servicecalls_table td.col-service_status select{
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background-image: url('../../frontend/Codazon/skc/en_US/Epicor_Common/epicor/common/images/arrows-bg.svg'), linear-gradient(#e3e3e3, #e3e3e3), linear-gradient(#adadad, #adadad);
    background-position: calc(100% - 12px) -34px, 100%, calc(100% - 3.2rem) 0;
    background-size: auto, 3.2rem 100%, 1px 100%;
    background-repeat: no-repeat;
    max-width: 100%;
    min-width: 8.5rem;
    padding-bottom: 0.5rem;
    padding-right: 4.4rem;
    padding-top: 0.5rem;
    transition: border-color 0.1s linear;}

h3.icon-head.head-customer-dashboard-orders{float:none;}
div.content-header table tr td{width:100% !important}

#customerconnect_servicecalls_table [data-column="call_number"]{width:8%}
#customerconnect_servicecalls_table [data-column="call_type"]{width:9%}
#customerconnect_servicecalls_table [data-column="service_status"]{width: 99px;padding-left:0;padding-right:0}


.salesrep-discount-container{
    width: 120px;
}
.left{
    float:left;
}
.discount-currency{
    float: left;
    margin-left: -10px;
}

.discount{
    width: 87% !important;
}

.discount-percentage{
    margin-left: 3px;
}

.reset-discount{
    width: 128px;
}

.resizable {
    resize: both;
    overflow: auto;
    background: #f5f5f5;
    padding: 1% 5% !important;
    border-radius: 12px;
    height: 250px;
    width: 85%;
}

.epicor-salesrep-account-index #search_iframe {
    position: absolute;
    padding: 10px;
}

body {
    pointer-events:none;
}

/*.dealer-container{*/
    /*width: 120px;*/
/*}*/

.dealer-discount{
    width: 100% !important;
}

#dealer-price-toggle, #quotes_block .sorter a{
    cursor: pointer;
}

#web_comment div {
    height: 90%;
    background: #fff;
    border-radius: 12px;
    margin: 12px 0;
    overflow: inherit;
}
#web_comment pre {
    border: none;
    font-family: inherit;
    word-wrap: break-word;
    white-space: pre-wrap;
    background: #fff;
    border-radius: 12px;
}
.col-ecc_return_type {
    width: 13%;
}

input.input-text.price.lines_base_price {
    width: 86px;
    float:left;
}
input.input-text.price.lines_price {
    width: 86px !important;
    float:left;
}
input.lines_request_date{
    width: 86px !important;
}
a.reset_discount_line_level{
    float:left;
}
table.tr.td.input.lines_quantity{
    width:46px !important;
}
input.lines_quantity{
    width:46px !important;
    text-align:center;
}
.top-none{
    border-top: none !important;
    padding: 0;
}
.debm-reorder-link{
    background: none !important;
    color: #006bb4 !important;
    border: none !important;
    padding: 0 !important;
    font: inherit !important;
    cursor: pointer !important;
}
.debm-reorder-link:hover{
    text-decoration: underline;
}
.deid-bom-icon{
    float: left;
    padding-right: 10px;
}
.deid-bom-img{
    width: 80%;
}

#capture_details_wrapper {
    margin: 0 auto;
    text-align:left;
    padding:5px;
    position:fixed;
    z-index:1000;
    background:#fff;
    border:1px solid #666;
    overflow:hidden;
}

#capture_details_wrapper .col-1{
    float:left;
    width:49%;
}
#capture_details_wrapper .col-2{
    float:left;
    width:49%;
}

.wrap-info-data{
    width: 135px !important;
    word-wrap: break-word;
}
.tip {
    cursor: pointer;
}
.tip .tiptext {
    visibility: hidden;
    width: 235px;
    background-color: #fff;
    color: #333333;
    text-align: center;
    padding: 2px 2px;
    position: absolute;
    z-index: 1;
    left: 64%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
    border-style: solid;
    border-width: 1px;
}
.tip:hover .tiptext {
    visibility: visible;
    opacity: 1;
}
.dealerconnect-claims-new #claim_update {
    display: none;
}
#claim_bom td.col-add_to_quote .la_row {
    border-top: none;
}
#claim_bom .box-info.box-account.col-full.box-addtoquote-btn {
    position: fixed;
    top: 0;
    width: 85%;
    padding: 10px 16px;
    text-align: right;
}
.cart.table-wrapper .col.qty .input-text {
    padding: 0 1px;
}
.validation-advice {
    margin: 5px 0 0;
    color: #df280a;
    font-size: 1.2rem;
}
.column.main > form#claim_update .box-info.box-account div.page-actions{
    float:right;
    padding-right: 7px;
    padding-bottom: 10px;
}
.claim_rfq_buttons {
    top: -43px!important;
}
.column.main > form#rfq_update .box-info.box-account div.page-actions{
    float:right;
    padding-right: 7px;
    padding-bottom: 10px;
}

.limiter-options {
    padding-right: 4.2rem;
}

input[type="radio"][name="ecc_hide_prices"] {
    margin: 0px 2px 0px 20px;
}

.hide-totals {
    display: none;
}

.table-wrapper.order-items-creditmemo .col.discount {
    width: auto !important;
}
.table-wrapper.order-items-creditmemo .col.rowtotal, .table-wrapper.order-items-creditmemo .col.total {
    text-align: center !important;
}

.ecc-header-link{
    margin: 0 !important;
}

.ecc-header-link a {
    margin: 0 0 0 15px;
}

div#ecc_contact_access_roles {
    float:left;
    margin: 5px 25px 0px 0px;
}
form#claim_update div#claim_quotes_form div#rfq_lines {
    float: left;
}

form#claim_update div#claim_quotes_form div#rfq_lines div.table-wrapper {
    padding-top: 0;
}


/* Company*/
.companyfavadd .opc-wrapper .shipping-address-items {
    font-size: 0;
}

.companyfavadd .shipping-address-item {
    border: 2px solid transparent;
    font-size: 14px;
    line-height: 30px;
    margin: 0 0 10px;
    padding: 15px;
    transition: 0.3s border-color;
    display: inline-block;
    position: relative;
    vertical-align: top;
    word-wrap: break-word;
    float:left;
    width:50%;
}
.companyfavadd .shipping-address-item{
    box-sizing: border-box;
}
.companyfavadd .shipping-address-item.selected-item {
    border-color: #ff5501;
}
.companyfavadd .shipping-address-item.selected-item:after{
    background: #ff5501;
    color: #ffffff;
    content: '\e610';
    font-family: 'luma-icons';
    height: 27px;
    width: 29px;
    font-size: 19px;
    line-height: 21px;
    padding-top: 2px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
}
.companyfavadd .action{
    background-image: none;
    background: #eeeeee;
    border: 1px solid #cccccc;
    color: #333333;
    cursor: pointer;
    display: inline-block;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 600;
    margin: 0;
    padding: 7px 15px;
    font-size: 1.3rem;
    outline:none;
    line-height: 1.6rem;
    box-sizing: border-box;
    vertical-align: middle;
    box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
    border-radius: 3px;
}
.companyfavadd .action:hover{
    background: #dddddd;
}
.companyfavadd .action-select-shipping-item{
    float: right;
    margin: 0px;

}
.companyfavadd .favblock, .companyfavadd .favblock-active {
    right: 15px;
    float: right;
    position: relative;
}

.selected-item .favselpos{
    position: absolute;
    top: 0px;
    right: 35px;
}

.companyfavadd .fav:before{
    color: #333333;
    text-decoration: none;
    content: '\e600';
    width: 18px;
    font-family: 'luma-icons';
    margin: -2px 5px 0 0;
    font-size: 14px;
}

.companyfavadd .favblock-active .fav:before{
    color:#ff0000;
}
.companyfavadd .vcard{
    margin-bottom: 5px;
}
.companyfavadd .botbtn{
    height: 35px;
    position: relative;
    left: 22px;
    bottom: 20px;
}
.companyfavadd .selected-item .botbtn{
    position: static;
}
.companyfavadd .selected-item .action{
    display:none;
}

.quote-item-img {
    float: left;
    width: 30%;
    padding-right: 10px;
}

.quote-item-details {
    float: left;
    width: 65%;
}

.modal-popup.elementspopup .modal-inner-wrap .modal-content iframe{
    max-height: 450px;
    width:100% !important;
    overflow-y: auto;
}
.wishlist-index-index .products-grid .product-items .product-item .product-item-info .product-item-name a.product-item-link{
    display: inline-block;
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.quotes-manage-view .columns .order-items.order-details .data-table tbody td div.product-sku span.label {
    font-weight: bold;
}
.column.main .product-items.widget-product-carousel.grid-view{
    text-align: center;
}
.column.main .product-items.widget-product-carousel.grid-view .product-item{
    display: inline-block;
    width: 250px;

}


.cms-page-view .column.main .product-items.widget-product-carousel.grid-view{
    text-align: center;
    display: grid;
    grid-template-columns: repeat(4, 25%);
    grid-gap: 2.4rem;
    width: calc(95.2%);
}
.cms-page-view .column.main .product-items.widget-product-carousel.grid-view .product-item{
    display: block;
    width: 100%;
    margin-bottom: 0px;
}
.cms-page-view .column.main .product-items.widget-product-carousel.grid-view .product-item .product-item-info{
    padding:0 16px 16px 16px;
}
.cms-page-view .column.main .product-items.widget-product-carousel.grid-view .product-item .product-item-info >.product-item-photo{
    margin: 0 -16px 16px -16px;
    display: block;
}
.cms-page-view .column.main .product-items.widget-product-carousel.grid-view .product-item .product-item-info .product-item-details{
    padding: 0px;
}
.cms-page-view .product-items.slick-slider{
    padding: 0px;
}
.cms-page-view .product-items.slick-slider>.slick-list .slick-track{
    min-width: 100%;
}
.cms-page-view .product-items.slick-slider>.slick-list{
    margin: 0 -10px;
}
.cms-page-view  .product-items.slick-slider>.slick-list .product-item{
    background: #fff;
    margin:0 10px;
}
.cms-page-view  .product-items.slick-slider>.slick-list .product-item .product-item-info{
    padding:0 16px 16px 16px;
}
.cms-page-view  .product-items.slick-slider>.slick-list .product-item .product-item-info .product-item-details{
    padding: 0;
}
.cms-page-view  .product-items.slick-slider .slick-dots li button{
    border: 1px solid #000;
}

@media (max-width: 1024px){
    .cms-page-view .column.main .product-items.widget-product-carousel.grid-view{
        grid-template-columns: repeat(3, 33.33%);
    }
}
@media (max-width: 768px){
    .cms-page-view .column.main .product-items.widget-product-carousel.grid-view{
        grid-template-columns: repeat(2, 50%);
        margin: 0 auto;
    }
}
@media (max-width: 767px){
    div.admin__data-grid-header.admin__data-grid-toolbar .admin__data-grid-pager-wrap .admin__data-grid-pager{
        display: inline-block;
    }
}
@media (max-width: 480px){
    .cms-page-view .column.main .product-items.widget-product-carousel.grid-view{
        grid-template-columns: repeat(1, 100%);
    }
}
@media only screen and (max-width: 490px) {
    .column.main .product-items.widget-product-carousel.grid-view .product-item {
        display: inline-block;
        width: 160px;

    }
}


@media only screen and (min-width: 300px){
    .companyfavadd .shipping-address-item {
        width: 50%;

    }
}

@media only screen and (min-width: 1010px){
    .companyfavadd .shipping-address-item {
        width: 33.33%;

    }
}

@media only screen and (max-width: 770px){
    .page-layout-checkout .modal-popup._inner-scroll .modal-inner-wrap{
          width: 85%;
    }
}
@media only screen and (max-width: 750px){
    .page-layout-checkout .modal-popup.modal-slide._inner-scroll{
        left: 1%;
        width: 100%;
        top: 2%;
        height: auto;
        max-height: 700px;
    }
    .page-layout-checkout .modal-popup._inner-scroll .modal-inner-wrap{
        width: 96%;
    }
    .page-layout-checkout .modal-popup._inner-scroll .modal-inner-wrap .modal-content iframe{
        width: 100% !important;
    }
}
@media only screen and (max-width: 419px){
    .page-layout-checkout .modal-popup.modal-slide._inner-scroll{
        left: 1%;
    }
    .page-layout-checkout .modal-popup._inner-scroll .modal-inner-wrap{
        width: 98%;
    }
    .page-layout-checkout .modal-popup .modal-inner-wrap .modal-content{
        padding-left: 0.2rem;
        padding-right: 0.2rem;
    }
}


@media (min-width: 640px){
    .products-grid.products-substitute .product-item-inner, .products-grid.products-crosssell .product-item-inner{
        margin: 8px 0 0 -1px;
        padding: 3px 9px 9px;
    }
}

@media print {
    .page-print.sales-order-print .table-wrapper table#my-orders-table tfoot, .account.sales-order-view .table-wrapper table#my-orders-table tfoot, .order-details-items.invoice .table.table-order-items.invoice tfoot{
        display:table-row-group;
    }
    .page-print.sales-order-print .table-wrapper table#my-orders-table tfoot, .account.sales-order-view .table-wrapper table#my-orders-table tfoot, .order-details-items.invoice .table.table-order-items.invoice tfoot tr td{
        text-align: right;
    }
    .page.messages{
          display: none;
      }
    .page-print.sales-order-print .table-wrapper table#my-orders-table tr, .account.sales-order-view .table-wrapper table#my-orders-table tr {
        width: 100%;
    }
    .page-print.sales-order-print .table-wrapper .data.table thead > tr, .account.sales-order-view .table-wrapper .data.table thead > tr{
        border-left: 0px;
    }
    .page-print.sales-order-print .table-wrapper .data.table tbody tr:nth-child(odd), .page-print.sales-order-print .table-wrapper .data.table tbody tr:nth-child(even){
        border-left: 0px;
    }

    .page-print.sales-order-print .table-wrapper table#my-orders-table thead tr th, .sales-order-print .table-wrapper table#my-orders-table tr td, .account.sales-order-view .table-wrapper table#my-orders-table thead tr th, .account.sales-order-view .table-wrapper table#my-orders-table tr td, .order-details-items.invoice .table-order-items.invoice thead tr th, .order-details-items.invoice .table-order-items.invoice tbody tr td{
        width: calc(100% / 6) !important;
        display:table-cell;
        word-break: break-word;
        word-wrap: break-word;
        border-left: 0px;
        border-right: 0px;
    }

    .page-print.sales-order-print .table-wrapper table#my-orders-table thead tr th.haslocation, .sales-order-print .table-wrapper table#my-orders-table tr td.haslocation, .account.sales-order-view .table-wrapper table#my-orders-table thead tr th.haslocation, .account.sales-order-view .table-wrapper table#my-orders-table tr td.haslocation, .order-details-items.invoice .table-order-items.invoice thead tr th.haslocation, .order-details-items.invoice .table-order-items.invoice tbody tr td.haslocation{
        width: calc(100% / 7) !important;
        display:table-cell;
        word-break: break-word;
        word-wrap: break-word;
        border-left: 0px;
        border-right: 0px;
    }

    .page-print.sales-order-print .columns .column.main .block-order-details-view, .page-print.sales-order-print .page-wrapper .page-main a.logo, .page-print.sales-order-print .page-wrapper .page-main .page-title-wrapper, .account.sales-order-view .columns .column.main .block-order-details-view, .account.sales-order-view .page-wrapper .header.content a.logo, .account.sales-order-view .page-wrapper .page-main .page-title-wrapper{
        margin-left:15px;
    }

}
#linesearch-iframe{
    height: 700px !important;
}
/* Enhanced quote */
.main-quotepdp-view .quotepdp-left{
    float:left;
    width: 49%;
    margin-right: 2%;
}
.main-quotepdp-view .quotepdp-left .quote-prodname h2{
    margin: 0px;
}
.main-quotepdp-view .quotepdp-right{
    float:left;
    width: 49%;
}
.main-quotepdp-view .quotepdp-right .quote-pdp-accordian{
    border:1px solid #e1e1e1;
}
.main-quotepdp-view .quotepdp-right .quote-pdp-accordian .quotepdpinfo {
    background: #f9f9f9;

}
.main-quotepdp-view .quotepdp-right .quote-pdp-accordian .quotepdpinfo .quotepdpinfo-heading{
    background: #e9e9e9;
    padding: 8px 12px;
    font-size: 1.8rem;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    cursor: pointer;
    border-bottom: 1px solid #d1d1d1;

}
.main-quotepdp-view .quotepdp-right .quote-pdp-accordian .quotepdpinfo.openhead .quotepdpinfo-heading .expand-infocontent:after{
    content: "\203A";
    font-size: 35px;
    font-weight: 600;
    transform: rotateZ(-90deg);
    position: absolute;
    right: 15px;
    top:-4px;
    transition: all 0.4s ease;
}
.main-quotepdp-view .quotepdp-right .quote-pdp-accordian .quotepdpinfo.closehead .quotepdpinfo-heading .expand-infocontent:after{
    content: "\203A";
    font-size: 35px;
    font-weight: 600;
    transform: rotateZ(90deg);
    position: absolute;
    right: 10px;
    top:-4px;
    transition: all 0.4s ease;
}
.main-quotepdp-view .quotepdp-right .quote-pdp-accordian .quotepdpinfo .quotepdpinfo-details{
    padding: 8px 15px;
    transition: all 0.4s ease;
}
.main-quotepdp-view .quotepdp-right .quote-pdp-accordian .quotepdpinfo .quotepdpinfo-details .product-reviews-summary .grouped-items-table td, .main-quotepdp-view .quotepdp-right .quote-pdp-accordian .quotepdpinfo .quotepdpinfo-details .product-reviews-summary .grouped-items-table th{
 border: 1px solid #e0eaec;
}
.main-quotepdp-view .quotepdp-right .quote-pdp-accordian .quotepdpinfo .quotepdpinfo-details .table th, .main-quotepdp-view .quotepdp-right .quote-pdp-accordian .quotepdpinfo .quotepdpinfo-details .table td{
    padding: 5px 15px 5px 5px;
}
.main-quotepdp-view .quotepdp-right .quote-pdp-accordian .quotepdpinfo .quotepdpinfo-details h6{
    margin-bottom: 0px;
    margin-top: 10px;
    font-size: 1.4rem;
}
.main-quotepdp-view .quotepdp-right .quote-pdp-accordian .quotepdpinfo.closehead .quotepdpinfo-details{
    display: none;
    transition: all 0.4s ease;
}
.main-quotepdp-view .quotepdp-right .quote-pdp-accordian .quotepdpinfo.openhead .quotepdpinfo-details{
    display: block;
    transition: all 0.4s ease;
}
.modal-popup .modal-inner-wrap.modal-popup-width{
    width: 95% !important;
}

/* Image slide */
.gallery-placeholder{
    border:1px solid #e9e9e9;
}
.fotorama-stretch,
.fotorama-focus-overlay:after,
.fotorama__stage__shaft,
.fotorama__stage__frame,
.fotorama__html,
.fotorama__video iframe {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.fotorama-grab-cursor,
.fotorama__wrap .fotorama__grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}
.fotorama-grabbing-cursor,
.fotorama__grabbing * {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing;
}
.fotorama-gpu,
.fotorama--fullscreen,
.fotorama__caption,
.fotorama__wrap--css3 .fotorama__spinner,
.fotorama__wrap--css3 .fotorama__stage,
.fotorama__wrap--css3 .fotorama__nav,
.fotorama__wrap--css3 .fotorama__stage__frame,
.fotorama__wrap--css3 .fotorama__html,
.fotorama__stage:before,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__nav:after,
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
    transform: translateZ(0);
}
.fotorama-focus,
.fotorama__nav__frame,
.fotorama__fullscreen-icon:focus,
.fotorama__zoom-out:focus,
.fotorama__zoom-in:focus {
    outline: 0;
}
.fotorama-focus-overlay:after {
    background-color: #006bb4;
    border-radius: inherit;
    content: '';
}
.fotorama-transform-disabled,
.fotorama__wrap--video .fotorama__stage__shaft,
.fotorama__wrap--video .fotorama__stage,
.fotorama__wrap--video .fotorama__stage__frame--video,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html {
    transform: none !important;
}
.fotorama-transition-for-slide,
.fotorama__wrap--css3 .fotorama__stage__shaft,
.fotorama__wrap--css3 .fotorama__nav__shaft,
.fotorama__wrap--css3 .fotorama__thumb-border {
    transition-duration: 0ms;
    transition-property: transform, width;
    transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
}
.fotorama-no-select,
.fotorama__wrap,
.fotorama__no-select,
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
    user-select: none;
}
.fotorama-select,
.fotorama__select {
    user-select: text;
}
.fotorama-empty-bg {
    background: url(data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=);
}
.fotorama-auto-margin,
.fotorama__nav,
.fotorama__nav__frame {
    margin: auto;
    padding: 0;
}
.fotorama-inline-block,
.fotorama__nav__shaft,
.fotorama__nav__frame,
.fotorama__caption__wrap {
    *display: inline;
    *zoom: 1;
    -moz-box-orient: vertical;
    display: -moz-inline-box;
    display: inline-block;
    vertical-align: middle;
}
.fotorama-content-box,
.fotorama__nav__frame {
    box-sizing: content-box;
}
.fotorama-border-box,
.fotorama__thumb-border,
.fotorama__caption__wrap,
.fotorama__arr {
    box-sizing: border-box;
}
.fotorama-hidden,
.fotorama--hidden,
.fotorama__load {
    left: -99999px;
    position: absolute;
    top: -99999px;
    z-index: -1000;
}
.fotorama-visible {
    left: auto;
    opacity: 1;
    position: relative;
    top: auto;
    z-index: auto;
}
.fotorama-no-tap,
.fotorama__stage__shaft,
.fotorama__stage__frame,
.fotorama__nav,
.fotorama__nav__shaft,
.fotorama__nav__frame,
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.transitionDuration {
    transition-duration: 333ms;
}
.transitionDurationZero {
    transition-duration: 0ms;
}
.fotorama-sprite,
.fotorama__fullscreen .fotorama__zoom-out,
.fotorama__fullscreen .fotorama__zoom-in,
.fotorama__arr .fotorama__arr__arr,
.fotorama__fullscreen-icon,
.fotorama__video-play,
.fotorama__thumb--icon,
.fotorama__video-close {
    background-image: url('../../frontend/Codazon/skc/en_US/Epicor_Common/epicor/common/css/gallery.png');
    background-repeat: no-repeat;
}
@media print {
    .fotorama-print-background,
    .fotorama-sprite,
    .fotorama__thumb-border,
    .fotorama__fullscreen .fotorama__zoom-out,
    .fotorama__fullscreen .fotorama__zoom-in,
    .fotorama__arr .fotorama__arr__arr,
    .fotorama__fullscreen-icon,
    .fotorama__video-play,
    .fotorama__thumb--icon,
    .fotorama__video-close {
        background: none !important;
    }
}
.fotorama__fullscreen-icon:focus,
.fotorama__zoom-out:focus,
.fotorama__zoom-in:focus,
.fotorama__arr:focus,
.fotorama__stage__shaft:focus,
.fotorama__nav__frame--thumb:focus .fotorama__thumb,
.fotorama__nav__frame--dot:focus .fotorama__dot {
    box-shadow: none;
}
.fotorama__fullscreen-icon:focus:after,
.fotorama__zoom-out:focus:after,
.fotorama__zoom-in:focus:after,
.fotorama__arr:focus:after,
.fotorama__stage__shaft:focus:after,
.fotorama__nav__frame--thumb:focus .fotorama__thumb:after,
.fotorama__nav__frame--dot:focus .fotorama__dot:after {
    border-radius: inherit;
    bottom: 3px;
    box-shadow: 0 0 3px 1px #00699d;
    content: '';
    left: 3px;
    position: absolute;
    right: 3px;
    top: 3px;
    z-index: 1000;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb:after,
.fotorama__nav__frame--dot:focus .fotorama__thumb:after,
.fotorama__nav__frame--thumb:focus .fotorama__dot:after,
.fotorama__nav__frame--dot:focus .fotorama__dot:after {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb.fotorama_vertical_ratio:after,
.fotorama__nav__frame--dot:focus .fotorama__thumb.fotorama_vertical_ratio:after {
    left: 2px;
    right: 2px;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb,
.fotorama__nav__frame--dot:focus .fotorama__thumb {
    overflow: inherit;
}
.fotorama__nav__frame:nth-child(2):focus .fotorama__thumb:after {
    left: 1px;
}
.fotorama__nav__frame:nth-child(2):focus .fotorama__thumb.fotorama_vertical_ratio:after {
    top: 1px;
}
.fotorama__nav__frame:last-child:focus .fotorama__thumb:after {
    right: 1px;
}
.fotorama__nav__frame:last-child:focus .fotorama__thumb.fotorama_vertical_ratio:after {
    bottom: 1px;
}
.fotorama__thumb__arr {
    box-shadow: none;
}
.fotorama--fullscreen {
    background: #ffffff;
    bottom: 0 !important;
    float: none !important;
    left: 0 !important;
    margin: 0 !important;
    position: fixed !important;
    right: 0 !important;
    top: 0 !important;
    width: 100% !important;
    z-index: 1000 !important;
}
.fotorama--fullscreen .fotorama__wrap {
    max-width: 100% !important;
}
.fotorama__fullscreen {
    overflow: hidden;
    position: relative;
}
.fotorama__fullscreen .fotorama__zoom-in,
.fotorama__fullscreen .fotorama__zoom-out {
    cursor: pointer;
    display: block;
    height: 80px;
    overflow: hidden;
    position: absolute;
    width: 80px;
}
.fotorama__fullscreen .fotorama__zoom-out {
    background-position: 0 -80px !important;
    top: 80px;
}
.fotorama__fullscreen .fotorama__zoom-out.fotorama__zoom-out--disabled {
    display: none;
}
.fotorama__fullscreen .fotorama__zoom-in {
    background-position: 0 0 !important;
    top: 0;
}
.fotorama__fullscreen .fotorama__zoom-in.fotorama__zoom-in--disabled {
    display: none;
}
.fotorama__fullscreen .fotorama__video-close {
    display: none;
}
.fotorama--fullscreen .fotorama__loaded--full .fotorama__img {
    display: none;
}
.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full {
    display: block;
}
.fotorama__zoom-in,
.fotorama__zoom-out {
    display: none;
}
.fotorama {
    min-width: 1px;
    overflow: hidden;
}
.fotorama__wrap {
    -webkit-text-size-adjust: 100%;
    direction: ltr;
    position: relative;
    z-index: 0;
}
.fotorama__wrap--rtl .fotorama__stage__frame {
    direction: rtl;
}
.fotorama__stage,
.fotorama__nav {
    max-width: 100%;
    overflow: hidden;
    position: relative;
}
.fotorama__wrap--pan-y {
    -ms-touch-action: pan-y;
}
.fotorama__stage__shaft {
    position: relative;
}
.fotorama__wrap .fotorama__pointer {
    cursor: pointer;
}
.fotorama__wrap--slide .fotorama__stage__frame {
    opacity: 1 !important;
}
.fotorama__stage__frame {
    overflow: hidden;
}
.fotorama__stage__frame.fotorama__active {
    z-index: 8;
}
.fotorama__wrap--fade .fotorama__stage__frame {
    display: none;
}
.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active,
.fotorama__wrap--fade .fotorama__fade-front,
.fotorama__wrap--fade .fotorama__fade-rear {
    display: block;
    left: 0;
    top: 0;
}
.fotorama__wrap--fade .fotorama__fade-front {
    z-index: 8;
}
.fotorama__wrap--fade .fotorama__fade-rear {
    z-index: 7;
}
.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active {
    z-index: 9;
}
.fotorama__wrap--fade .fotorama__stage .fotorama__shadow {
    display: none;
}
.fotorama__img {
    border: none !important;
    max-width: inherit;
    opacity: 0;
}
.fotorama__loaded .fotorama__img,
.fotorama__error .fotorama__img {
    opacity: 1;
}
.fotorama__img--full {
    display: none;
}
.fotorama__nav {
    display: none;
    font-size: 0;
    line-height: 0;
    white-space: nowrap;
    z-index: 5;
}
.fotorama__nav__shaft {
    left: 0;
    position: relative;
    text-align: left;
    top: 0;
}
.fotorama__nav__frame {
    position: relative;
}
.fotorama__nav--dots {
    display: block;
    text-align: center;
}
.fotorama__nav--dots .fotorama__nav__frame {
    height: 30px;
    width: 18px;
}
.fotorama__nav--dots .fotorama__nav__frame--thumb,
.fotorama__nav--dots .fotorama__thumb-border {
    display: none;
}
.fotorama__nav--thumbs {
    display: block;
}
.fotorama__nav--thumbs .fotorama__nav__frame {
    padding-left: 0 !important;
}
.fotorama__nav--thumbs .fotorama__nav__frame:last-child {
    padding-right: 0 !important;
}
.fotorama__nav--thumbs .fotorama__nav__frame--dot {
    display: none;
}
.fotorama__active .fotorama__dot {
    background-color: #ff5501;
    border-color: #ff5501;
}
.fotorama__nav__frame.fotorama__active .fotorama__nav__frame {
    border-width: 3px;
    height: 0;
    width: 0;
}
.fotorama__nav__frame.fotorama__active .fotorama__nav__frame:after {
    left: -3px;
    padding: 3px;
    top: -3px;
}
.fotorama__nav__frame:focus  {
    box-shadow: none;
}
.fotorama__nav__frame:focus :after {
    left: -1px;
    padding: 1px;
    top: -1px;
}
.fotorama__dot {
    border-radius: 6px;
    border: 1px solid #858585;
    display: block;
    height: 4px;
    left: 6px;
    position: relative;
    top: 12px;
    width: 4px;
}
.fotorama__thumb {
    background-color: #ebebeb;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.fotorama__nav__frame:focus .fotorama__thumb {
    z-index: 2;
}
.fotorama__thumb-border {
    backface-visibility: hidden;
    background-image: linear-gradient(to bottom right, rgba(255, 255, 255, 0.25), rgba(64, 64, 64, 0.1));
    border: 1px solid #ff5501;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 9;
}
.fotorama__caption {
    bottom: 0;
    color: #000000;
    font-size: 14px;
    left: 0;
    line-height: 1.5;
    position: absolute;
    right: 0;
    z-index: 12;
}
.fotorama__caption a {
    border-bottom: 1px solid;
    border-color: rgba(0, 0, 0, 0.005);
    color: #000000;
    text-decoration: none;
}
.fotorama__caption a:hover {
    border-color: rgba(0, 0, 0, 0.005);
    color: #000000;
}
.fotorama__wrap--rtl .fotorama__caption {
    left: auto;
    right: 0;
}
.fotorama__wrap--video .fotorama__caption,
.fotorama__wrap--no-captions .fotorama__caption {
    display: none;
}
.fotorama__caption__wrap {
    background-color: #ffffff;
    padding: 5px 10px;
}
@keyframes spinner {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.fotorama__spinner {
    -webkit-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    left: 50%;
    position: absolute;
    top: 50%;
}
.fotorama__wrap--css3 .fotorama__spinner {
    animation: spinner 24s infinite linear;
}
.fotorama__wrap--css3 .fotorama__html {
    transition-duration: 0.3s;
    transition-property: opacity;
    transition-timing-function: linear;
}
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html {
    opacity: 0;
}
.fotorama__select {
    cursor: auto;
}
.fotorama__video {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 32px;
    z-index: 10;
}
@-moz-document url-prefix() {
    .fotorama__active {
        box-shadow: 0 0 0 transparent;
    }
}
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
    cursor: pointer;
    position: absolute;
}
.fotorama__arr {
    z-index: 900;
}
.fotorama__fullscreen-icon,
.fotorama__zoom-out,
.fotorama__zoom-in,
.fotorama__video-close {
    z-index: 1000;
}
.fotorama__arr {
    bottom: 0;
    position: absolute;
    top: 0;
    width: 80px;
}
._block-content-loading .fotorama__arr {
    opacity: 0;
}
.fotorama__arr .fotorama__arr__arr {
    -webkit-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    left: 50%;
    position: absolute;
    top: 50%;
    height: 80px;
    width: 80px;
}
.fotorama__arr--prev {
    left: 0;
}
.fotorama__arr--prev .fotorama__arr__arr {
    background-position: -80px -80px;
    width: 20px;
    left: 15%;

}
.fotorama__arr--prev .fotorama__arr__arr:after{
    content: "\2039 ";
    font-size: 45px;
    color:#222222;
}
.fotorama__arr--next {
    right: 0;
}
.fotorama__arr--next .fotorama__arr__arr {
    background-position: -160px -80px;
    width: 20px;
    left: 85%;
}
.fotorama__arr--next .fotorama__arr__arr:after{
    content: "\203A ";
    font-size: 45px;
    color:#222222;
}
.fotorama__arr--disabled {
    cursor: default;
    opacity: 0;
    pointer-events: none;
}
.fotorama__fullscreen-icon {
    background-position: 0 0;
    display: none;
    height: 80px;
    right: 0;
    top: 0;
    width: 80px;
    z-index: 1000;
}
.fotorama--fullscreen-icons .fotorama__fullscreen-icon {
    display: none;
}
.fotorama--fullscreen .fotorama__fullscreen-icon {
    background-position: -80px 0;
    display: inline-block;
}
.fotorama__video-play {
    -webkit-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    left: 50%;
    position: absolute;
    top: 50%;
    background-position: -80px -160px;
    height: 160px;
    width: 160px;
}
.fotorama__wrap--css2 .fotorama__video-play,
.fotorama__wrap--video .fotorama__stage .fotorama__video-play {
    display: none;
}
.fotorama__loaded .fotorama__video-play,
.fotorama__error .fotorama__video-play,
.fotorama__nav__frame .fotorama__video-play {
    display: block;
    opacity: 1;
}
.fotorama__nav__frame .fotorama__video-play {
    background-position: 0 -240px;
    height: 80px;
    width: 80px;
}
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
    opacity: 0;
}
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
    opacity: 1;
}
.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
    display: none;
}
.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
    opacity: 1;
    right: 93px;
    top: 97px;
}
.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
    display: none;
}
.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
    opacity: 1;
    right: 93px;
    top: 97px;
}
.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
    display: none;
}
.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
    opacity: 1;
    right: 93px;
    top: 97px;
}
.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--video .fotorama__fullscreen-icon {
    opacity: 0 !important;
}
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
    display: none;
}
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
    display: block;
}
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon {
    display: none !important;
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus) {
    -webkit-transform: translate3d(80px, -80px, 0);
    -ms-transform: translate3d(80px, -80px, 0);
    -o-transform: translate3d(80px, -80px, 0);
    transform: translate3d(80px, -80px, 0);
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus) {
    -webkit-transform: translate3d(-120px, 0, 0);
    -ms-transform: translate3d(-120px, 0, 0);
    -o-transform: translate3d(-120px, 0, 0);
    transform: translate3d(-120px, 0, 0);
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus) {
    -webkit-transform: translate3d(120px, 0, 0);
    -ms-transform: translate3d(120px, 0, 0);
    -o-transform: translate3d(120px, 0, 0);
    transform: translate3d(120px, 0, 0);
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon {
    -webkit-transform: translate3d(80px, -80px, 0) !important;
    -ms-transform: translate3d(80px, -80px, 0) !important;
    -o-transform: translate3d(80px, -80px, 0) !important;
    transform: translate3d(80px, -80px, 0) !important;
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev {
    -webkit-transform: translate3d(-120px, 0, 0) !important;
    -ms-transform: translate3d(-120px, 0, 0) !important;
    -o-transform: translate3d(-120px, 0, 0) !important;
    transform: translate3d(-120px, 0, 0) !important;
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next {
    -webkit-transform: translate3d(120px, 0, 0) !important;
    -ms-transform: translate3d(120px, 0, 0) !important;
    -o-transform: translate3d(120px, 0, 0) !important;
    transform: translate3d(120px, 0, 0) !important;
}
.fotorama__wrap--css3 .fotorama__arr:not(:focus),
.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),
.fotorama__wrap--css3 .fotorama__video-play:not(:focus),
.fotorama__wrap--css3 .fotorama__video-close:not(:focus) {
    transition-duration: 0.3s;
    transition-property: transform, opacity, background-color;
}
.fotorama__stage:before,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__nav:after {
    background-repeat: no-repeat;
    content: '';
    display: block;
    pointer-events: none;
    position: absolute;
    text-decoration: none;
    z-index: 10;
}
.fotorama__stage:before,
.fotorama__nav:before {
    left: -10px;
    top: -10px;
}
.fotorama__stage:after,
.fotorama__nav:after {
    right: -10px;
    bottom: -10px;
}
.fotorama__stage.fotorama__shadows--left:before,
.fotorama__nav.fotorama__shadows--left:before,
.fotorama__stage.fotorama__shadows--right:after,
.fotorama__nav.fotorama__shadows--right:after {
    background-size: 1px 100%, 5px 100%;
    bottom: 0;
    height: auto;
    top: 0;
    width: 10px;
}
.fotorama__stage.fotorama__shadows--top:before,
.fotorama__nav.fotorama__shadows--top:before,
.fotorama__stage.fotorama__shadows--bottom:after,
.fotorama__nav.fotorama__shadows--bottom:after {
    background-size: 100% 1px, 100% 5px ;
    height: 10px;
    left: 0;
    right: 0;
    width: auto;
}
.fotorama__stage.fotorama__shadows--left:before,
.fotorama__nav.fotorama__shadows--left:before {
    background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, 0.4), transparent);
    background-position: 0 0, 0 0;
    left: 0;
}
.fotorama__stage.fotorama__shadows--right:after,
.fotorama__nav.fotorama__shadows--right:after {
    background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.4), transparent);
    background-position: 100% 0, 100% 0;
    right: 0;
}
.fotorama__stage.fotorama__shadows--top:before,
.fotorama__nav.fotorama__shadows--top:before {
    background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.4), transparent);
    background-position: 0 0, 0 0;
    top: 0;
}
.fotorama__stage.fotorama__shadows--bottom:after,
.fotorama__nav.fotorama__shadows--bottom:after {
    background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.4), transparent);
    background-position: 0 100%, 0 100%;
    bottom: 0;
}
.fotorama--fullscreen .fotorama__stage:before,
.fotorama--fullscreen .fotorama__nav:before,
.fotorama__wrap--no-shadows .fotorama__stage:before,
.fotorama__wrap--no-shadows .fotorama__nav:before,
.fotorama__wrap--fade .fotorama__stage:before,
.fotorama--fullscreen .fotorama__stage:after,
.fotorama--fullscreen .fotorama__nav:after,
.fotorama__wrap--no-shadows .fotorama__stage:after,
.fotorama__wrap--no-shadows .fotorama__nav:after,
.fotorama__wrap--fade .fotorama__stage:after {
    display: none;
}
.fotorama__nav-wrap .fotorama_vertical_ratio .fotorama__img {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: auto;
    position: absolute;
    top: 50%;
    width: 100%;
}
.fotorama__nav-wrap .fotorama_horizontal_ratio .fotorama__img {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translateY(-50%, -50%);
    -o-transform: translateY(-50%, -50%);
    transform: translateY(-50%, -50%);
    top: 50%;
    left: 50%;
    position: absolute;
    width: auto;
}
.magnifier-thumb-wrapper {
    display: block;
    left: 0;
    position: relative;
    top: 0;
}
.magnifier-lens {
    border: solid 1px #bbbbbb;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 800;
}
.magnify-lens {
    background: rgba(255, 255, 255, 0.5);
    border: solid 1px #bbbbbb;
    color: #ffffff;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    z-index: 1000;
    overflow: hidden;
}
.magnify-lens .magnifier-large {
    width: auto;
    height: auto;
    max-height: none;
    max-width: none;
    border: none;
    position: absolute;
    z-index: 100;
}
.magnifier-loader-text {
    margin-top: 10px;
}
.magnifier-preview {
    bottom: 0;
    left: 58%;
    overflow: hidden;
    padding: 0;
    position: absolute;
    z-index: 2;
    top: 215px;
}
.magnifier-preview:not(.hidden) {
    background-color: #ffffff;
}
.magnifier-preview img {
    left: 0;
    max-width: inherit;
    max-height: inherit;
    position: absolute;
    top: 0;
    object-fit: scale-down;
}
.fotorama__stage__frame {
    text-align: center;
}
.fotorama__stage__frame .fotorama__img {
    height: auto;
    left: 50%;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    transition-duration: 0.3s;
    transition-property: width, height, top, left;
    vertical-align: middle;
    width: auto;
}
.magnify-opaque {
    opacity: .5;
}
.magnify-hidden {
    display: none;
}
.fotorama__nav-wrap--vertical.fotorama__nav-wrap {
    display: inline-block;
    left: 0;
    position: absolute;
    top: 0;
}
.fotorama__nav-wrap--vertical .fotorama__nav__shaft {
    background-color: white;
    width: 100%;
}
.fotorama__nav-wrap--vertical .fotorama__nav__shaft .fotorama__nav__frame--thumb {
    display: block;
    padding-bottom: inherit !important;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img {
    display: none;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img,
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
    bottom: 0;
    left: 0;
    margin: auto;
    max-height: inherit;
    max-width: inherit;
    position: absolute;
    right: 0;
    top: 0;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
    cursor: default;
    display: block;
    height: auto;
    left: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    top: 0;
    transition: 0.3s linear;
    vertical-align: middle;
    width: auto;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full.fotorama__img--zoommable {
    cursor: pointer;
    max-height: none;
    max-width: none;
    transition-property: width, height, bottom, right, top, left;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full.fotorama__img--draggable {
    cursor: move;
    transition-property: none;
}
.fotorama--fullscreen .fotorama__stage__frame iframe {
    left: 80px;
    width: calc(100% - 80px * 2);
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left,
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
    bottom: 0;
    cursor: pointer;
    position: absolute;
    top: 0;
    width: 30px;
    z-index: 1000;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb--icon,
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right .fotorama__thumb--icon {
    -webkit-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);

    position: absolute;

    width: 100%;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left {
    left: 0;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
    right: 0;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left,
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right {
    cursor: pointer;
    height: 30px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 1000;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left .fotorama__thumb--icon,
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right .fotorama__thumb--icon {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    margin: auto;
    width: 30px;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left {
    top: 0;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right {
    bottom: 0;
}
.fotorama__wrap--only-active .fotorama__stage,
.fotorama__wrap--only-active .fotorama__nav {
    max-width: 99999px !important;
}
.fotorama__wrap--only-active .fotorama__stage__frame {
    visibility: hidden;
}
.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active {
    visibility: visible;
}
.fotorama__thumb--icon {
    font-size: 0.001px;
    padding-bottom: 30px;
}
.fotorama__thumb__arr--left .fotorama__thumb--icon {
    background-position: -25px -265px;
    top:65%;
    left:50%
}

.fotorama__thumb__arr--left .fotorama__thumb--icon:after{
    content: "\2039";
    font-size: 35px;
    color:#222222;
}

.fotorama__thumb__arr--right .fotorama__thumb--icon {
    background-position: -25px -350px;
    top:65%;
    left: 100% !important;
}
.linesearch-iframe .modal-popup .modal-inner-wrap{
    width: 95%;
}
.fotorama__thumb__arr--right .fotorama__thumb--icon:after {
    content: "\203A";
    font-size: 35px;
    color:#222222;
}

.magnify-fullimage {
    display: none;
}
.fotorama__arr,
.fotorama__thumb__arr {
    background-color: rgba(255, 255, 255, 0.3);
    transition: background-color 0.3s ease-in-out;
}
.fotorama__arr:hover,
.fotorama__thumb__arr:hover {
    background-color: rgba(255, 255, 255, 0.5);
}
.fotorama__arr:active,
.fotorama__thumb__arr:active {
    background-color: rgba(213, 213, 213, 0.5);
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in {
    background-color: rgba(255, 255, 255, 0.3);
    transition: background-color 0.3s ease-in-out;
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon:hover,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out:hover,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in:hover {
    background-color: rgba(255, 255, 255, 0.5);
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon:active,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out:active,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in:active {
    background-color: rgba(213, 213, 213, 0.5);
}
.fotorama__video-close {
    background-position: -80px 0;
    height: 80px;
    opacity: 0;
    right: 0;
    top: 0;
    transform: translate3d(80px, -80px, 0);
    transition: opacity 0.3s ease-in-out;
    width: 80px;
}
@media all and (max-width: 768px) {
    .fotorama__video-close {
        background-position: -100px -20px;
        top: 10px;
        height: 40px;
        width: 40px;
    }
}
.fotorama__video-close.fotorama-show-control {
    opacity: 1;
    transform: translate3d(0, -10px, 0);
}
.gallery-placeholder__image {
    display: block;
    margin: auto;
}
.fotorama__spinner {
    background-image: url('../../frontend/Codazon/skc/en_US/Epicor_Common/epicor/images/loader-1.gif');
    bottom: 0;
    display: none;
    height: 64px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 64px;
    z-index: 100;
}
.fotorama__spinner.fotorama__spinner--show {
    display: block;
}
.fotorama__product-video--loaded .fotorama__img,
.fotorama__product-video--loaded .fotorama__img--full {
    display: none !important;
}
.fotorama__stage .fotorama__arr--shown {
    display: block !important;
}
.fotorama__stage .fotorama__arr--hidden {
    display: none !important;
}
.bp-iframe .modal-inner-wrap {
    width: 30% !important;
    border-radius: 10px;
    font-size: 16px;
    left: 0 !important;
    margin-left: auto !important;
}
.bp-iframe footer.modal-footer {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.category-hide {
display: none;
}

.purchase_order_info.additional-info_sec, .purchase_order_info.additional-line_release_sec{
    width: 50%;
    border:1px solid #d5d5d5;
    padding: 15px;
}
.purchase_order_info.additional-info_sec h3, .purchase_order_info.additional-line_release_sec h3 {
    text-transform: capitalize;
    font-weight: 600;
    border-bottom: 1px solid #222222;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
.purchase_order_info.additional-info_sec h5, .purchase_order_info.additional-line_release_sec h5 {
    text-transform: capitalize;
    font-weight: 600;
    padding-bottom: 5px;
    margin-bottom: 0px;
}
.purchase_order_info.additional-info_sec .field, .purchase_order_info.additional-line_release_sec .field {
    margin-bottom: 20px;
}
.purchase_order_info.additional-info_sec .field .label, .purchase_order_info.additional-line_release_sec .field .label {
    font-size: 16px;
    margin-bottom: 5px;
    display: inline-block;
    font-weight: 500;
}
.modal-inner-wrap .add-save-sku-popup{
    text-align:right;
}
.modal-inner-wrap .add-sku{
    border:0.05rem solid #c5c5c5;
}

.purchase_order_info.additional-line_release_sec p span.label {
    font-weight: 600;
}

/* attachment */
.attachmentmodals{
    .contact-shipping .page-actions{
        text-align:right;
    }
}
.attachments-detail{
    height:20px;
    width:20px;
    display: block;
    text-decoration:none;
    position:relative;
}

.attachmentmodals .modal-header{
    display:none;
}
.attachments-detail .count-row-attachment{
    display:block;
    position: absolute;
    top: -12px;
    right: -10px;
    font-size: 1.6rem;
    color: #666666;
    text-decoration: none;
}
.attachments-detail:hover .file-icon{
    opacity:0.5;
}
.file-icon{
    background-image: url('../../frontend/Codazon/skc/en_US/Epicor_Common/epicor/common/images/paperclip-icon.png');
    background-size: cover;
    height:20px;
    width:20px;
    display: block;
    opacity:0.7;
    margin-top: 15px;
}
/* popup BG for inventory view */
.invpopupbg{
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    background: transparent;
    height: auto;
    z-index: 2;
    margin: auto;
}
.page-products .grid.products-grid .product-items .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .locations_add_to_cart a.locations-link{
    z-index:9;
}

#branchpickup-addresses label {
    font-size: 1.4rem;
}
#branchpickup-addresses .field {
    margin: 0 0 20px;
    width: 60%;
}


.related .product-items .product-item .product-item-info .product-item-details .product_skus,
.upsell .product-items .product-item .product-item-info .product-item-details .product_skus,
.crosssell .product-items .product-item .product-item-info .product-item-details .product_skus,
.substitute .product-items .product-item .product-item-info .product-item-details .product_skus{
    max-height: 82px;
    overflow-y: auto;
}
.upsell .list.items.product-items .item.product-item .product_grid_locations .selected_branch_wrapper,
.substitute .list.items.product-items .item.product-item .product_grid_locations .selected_branch_wrapper,
.crosssell .list.items.product-items .item.product-item .product_grid_locations .selected_branch_wrapper,
.related .list.items.product-items .item.product-item .product_grid_locations .selected_branch_wrapper{
    right: 0px;
    bottom: 150px;
    left: 0px;
    margin: 0 auto;
    max-height: 200px;
    overflow-y: auto;
    background: #ffffff;
    width: 230px;
}
.upsell .product-items .product-item .product_grid_locations .selected_branch_wrapper .branch_list .related-location-element .location-element,
.substitute .product-items .product-item .product_grid_locations .selected_branch_wrapper .branch_list .related-location-element .location-element,
.crosssell ..product-items .product-item .product_grid_locations .selected_branch_wrapper .branch_list .related-location-element .location-element,
.related .product-items .product-item .product_grid_locations .selected_branch_wrapper .branch_list .related-location-element .location-element{
    float: none;
    width: 100%;
}

.upsell .products-grid .product-item,
.substitute .products-grid .product-item,
.crosssell .products-grid .product-item,
.related .products-grid .product-item{
    padding: 10px 0px 0px 10px;
}

.upsell .products-grid .product-items .slick-list,
.substitute .products-grid .product-items .slick-list,
.crosssell .products-grid .product-items .slick-list,
.related .products-grid .product-items .slick-list{
    overflow-y: auto;
    min-height: 625px;
}
.catalog-product_compare-index .table-wrapper.comparison .table-comparison .price-box .price-container .ecc-uom.ecc-uom-grouped .child_uom{
    width: auto;
}

.form-wishlist-items .product-items .product-item .product-item-info .price-box .price-container .ecc-uom.ecc-uom-grouped .child_uom{
    width: auto;
}



.related .product-items .product-item .subscription-lbl,
.upsell .product-items .product-item  .subscription-lbl,
.crosssell .product-items .product-item .subscription-lbl,
.substitute .product-items .product-item .subscription-lbl{
    padding: 7px 10px;
    background: #ff0000;
    font-size: 1.4rem;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    float: left;
    margin-bottom: 15px;
    position: relative;
    box-shadow: 0px 1px 0px 0px #666666;
    -webkit-box-shadow: -1px 2px 2px -1px #666666;
    -moz-box-shadow: inset 0px 1px 0px 0px #666666;
    -o-box-shadow: inset 0px 1px 0px 0px #666666;
}

.related .product-items .product-item .subscription-lbl .downspan,
.upsell .product-items .product-item  .subscription-lbl .downspan,
.crosssell .product-items .product-item .subscription-lbl .downspan,
.substitute .product-items .product-item .subscription-lbl .downspan{
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 0px solid transparent;
    border-top: 10px solid #ff0000;
    position: absolute;
    left: 0px;
    top: 31.5px;
}
.related .product-items .product-item .subscription-lbl .downspan:after,
.upsell .product-items .product-item  .subscription-lbl .downspan:after,
.crosssell .product-items .product-item .subscription-lbl .downspan:after,
.substitute .product-items .product-item .subscription-lbl .downspan:after{
    content: '';
    width: 15px;
    height: 12px;
    box-shadow: 0px 1px 0px 0px #666;
    -webkit-box-shadow: 0px 1px 0px 0px #666;
    -moz-box-shadow: 0px 1px 0px 0px #666;
    -o-box-shadow: 0px 1px 0px 0px #666;
    position: absolute;
    left: -13px;
    top: -21px;
    z-index: 999;
}

#customerconnect_rfqs_massaction .mass-select-wrap{
    float:left;
}
#udfieldblock.udfieldblock .udfields-block{
    display: block !important;
    width:95% !important;
    margin-top: 35px;
}
#udfieldblock.udfieldblock .udfields-block .udfields-form .field input.checkbox{
    line-height: 15px !important;
    padding-left: 2px !important;
    height: 15px !important;
}
#udfieldblock.udfieldblock .udfields-block .udfields-form .field{
    margin: 10px 0 15px !important;
}
.slick-dots li button:focus,.slick-dots li button:hover,.slick-list:focus{outline:0}.slick-list,.slick-slider,.slick-track{display:block;position:relative}.slick-loading .slick-slide,.slick-loading .slick-track{visibility:hidden}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{top:0;left:0;margin:0 auto}.slick-track:after,.slick-track:before{display:table;content:''}.slick-slide,.slick-slide.slick-loading img{display:none}.slick-track:after{clear:both}.slick-slide{float:left;height:100%;min-height:1px;vertical-align:middle}[dir=rtl] .slick-slide{float:right}.slick-slide.dragging img{pointer-events:none}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{position:relative;background:0 0}.slick-loading .slick-list:before{position:absolute;top:50%;left:50%;display:block;content:'';border-radius:100%;border-style:solid;border-width:3px;height:25px;width:25px;border-color:rgba(0,0,0,.2);border-top-color:#5c5c5c;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);animation:loading 1s infinite linear}@keyframes loading{0%{-webkit-transform:translate(-50%,-50%) rotate(0);transform:translate(-50%,-50%) rotate(0)}100%{-webkit-transform:translate(-50%,-50%) rotate(359.9deg);transform:translate(-50%,-50%) rotate(359.9deg)}}.slick-next.slick-disabled,.slick-prev.slick-disabled{opacity:.25}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;left:0;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button,.slick-slider .slick-arrow{display:block;cursor:pointer;outline:0;box-shadow:none}.slick-dots li button{font-size:0;line-height:0;width:20px;height:20px;padding:5px;color:transparent;border:0;background:0 0}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{font-size:16px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:'•';text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:#000}.slick-slider{box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent;padding:0 20px}.slick-slider .slick-arrow{position:absolute;top:50%;padding:0;width:15px;height:22px;font-size:0;line-height:0;-webkit-transform:translate(0,-50%);-moz-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);color:transparent;border:none;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjQzRDNEM0Ii8+PC9zdmc+) center no-repeat !important;-webkit-transition:background .3s ease;-moz-transition:background .3s ease;-ms-transition:background .3s ease;transition:background .3s ease}.slick-slider .slick-arrow:after,.slick-slider .slick-arrow:before{content:''}.slick-slider .slick-arrow:hover{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjMTYxNjE2Ii8+PC9zdmc+) center no-repeat}.slick-slider .slick-arrow.slick-next{right:0}.slick-slider .slick-arrow.slick-prev{left:0;-webkit-transform:rotate(180deg) translate(0,50%);-moz-transform:rotate(180deg) translate(0,50%);-ms-transform:rotate(180deg) translate(0,50%);transform:rotate(180deg) translate(0,50%)}.slick-initialized .slick-slide{float:none!important;display:inline-block!important;height:auto;}.product-items.slick-slider>.slick-list{padding:15px 0}.product-items.slick-slider .slick-slide .product-item{display:block!important;margin:auto!important;max-width:205px}.sidebar.sidebar-additional{width:100%}/*
formBuilder - https://formbuilder.online/
Version: 1.24.2
Author: Kevin Chappell <kevin.b.chappell@gmail.com>
*/
@charset "UTF-8";
@font-face {
    font-family: 'form-builder-font';
    src: url(data:application/vnd.ms-fontobject;base64,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FAUBAgEMFA4YAQQEGg0REAQFDE7EAgIGDLJODAYCDBYOGAEEBBoNERAEBQ1N/fJCDAYEEhAOGAAAAQAA/7ECyQMLACsALkArHQgCAQIBRwACAAEAAmUDAQEBbgAEAAAEVAAEBABYAAAEAEw9MxM4IwUFGSsBFRQGIyIHBgcGFREUBisBIiY1ESMRFAYrASImNREmJyYnJjU0Njc2MyEyFgLJFA4cAg8DAhQOPA4UUBIQPA4UUjdGJSRjQz6rAQsOFALpKRAkAQMOBh79fQ4UFA4CqP1YDhQUDgEVBxohQ0FQXIUXFRQAAAACAAD/agNrA1IAGwAfAEdARAQCAgAPEA0DBQYABV4ODAIGCwkCBwgGB14DAQEBDEgKAQgIDQhJAAAfHh0cABsAGxoZGBcWFRQTEREREREREREREQUdKwE1IzcjByM3IwcjFTMHIxUzBzM3MwczNzM1IzcHIzczA2ucH30f+h99H9vLH6ycH30f+h99H9vLH5z6H/oB2336+vr6ffp9+vr6+n36+voAAAABAAAAAQAAH+a/t18PPPUACwPoAAAAANOqshAAAAAA06qyEAAA/2oD6ANSAAAACAACAAAAAAAAAAEAAANS/2oAAAPoAAD//wPoAAEAAAAAAAAAAAAAAAAAAAATA+gAAAPoAAADoAAAA+gAAAPoAAAD6AAAA+gAAAPoAAAD6AAAA+gAAANZAAAD6AAAA+gAAAGsAAAD6AAAAxEAAAPoAAACygAAA2sAAAAAAAABygK4AxQDhgSMBuIH6giCCOwJcAmyCpgK4AxCDLgNjA3kDjcAAQAAABMAiAAWAAAAAAACAI4AngBzAAABWwtwAAAAAAAAABIA3gABAAAAAAAAADUAAAABAAAAAAABABEANQABAAAAAAACAAcARgABAAAAAAADABEATQABAAAAAAAEABEAXgABAAAAAAAFAAsAbwABAAAAAAAGABEAegABAAAAAAAKACsAiwABAAAAAAALABMAtgADAAEECQAAAGoAyQADAAEECQABACIBMwADAAEECQACAA4BVQADAAEECQADACIBYwADAAEECQAEACIBhQADAAEECQAFABYBpwADAAEECQAGACIBvQADAAEECQAKAFYB3wADAAEECQALACYCNUNvcHlyaWdodCAoQykgMjAxNiBieSBvcmlnaW5hbCBhdXRob3Jz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);
    src: url(data:application/vnd.ms-fontobject;base64,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FAUBAgEMFA4YAQQEGg0REAQFDE7EAgIGDLJODAYCDBYOGAEEBBoNERAEBQ1N/fJCDAYEEhAOGAAAAQAA/7ECyQMLACsALkArHQgCAQIBRwACAAEAAmUDAQEBbgAEAAAEVAAEBABYAAAEAEw9MxM4IwUFGSsBFRQGIyIHBgcGFREUBisBIiY1ESMRFAYrASImNREmJyYnJjU0Njc2MyEyFgLJFA4cAg8DAhQOPA4UUBIQPA4UUjdGJSRjQz6rAQsOFALpKRAkAQMOBh79fQ4UFA4CqP1YDhQUDgEVBxohQ0FQXIUXFRQAAAACAAD/agNrA1IAGwAfAEdARAQCAgAPEA0DBQYABV4ODAIGCwkCBwgGB14DAQEBDEgKAQgIDQhJAAAfHh0cABsAGxoZGBcWFRQTEREREREREREREQUdKwE1IzcjByM3IwcjFTMHIxUzBzM3MwczNzM1IzcHIzczA2ucH30f+h99H9vLH6ycH30f+h99H9vLH5z6H/oB2336+vr6ffp9+vr6+n36+voAAAABAAAAAQAAH+a/t18PPPUACwPoAAAAANOqshAAAAAA06qyEAAA/2oD6ANSAAAACAACAAAAAAAAAAEAAANS/2oAAAPoAAD//wPoAAEAAAAAAAAAAAAAAAAAAAATA+gAAAPoAAADoAAAA+gAAAPoAAAD6AAAA+gAAAPoAAAD6AAAA+gAAANZAAAD6AAAA+gAAAGsAAAD6AAAAxEAAAPoAAACygAAA2sAAAAAAAABygK4AxQDhgSMBuIH6giCCOwJcAmyCpgK4AxCDLgNjA3kDjcAAQAAABMAiAAWAAAAAAACAI4AngBzAAABWwtwAAAAAAAAABIA3gABAAAAAAAAADUAAAABAAAAAAABABEANQABAAAAAAACAAcARgABAAAAAAADABEATQABAAAAAAAEABEAXgABAAAAAAAFAAsAbwABAAAAAAAGABEAegABAAAAAAAKACsAiwABAAAAAAALABMAtgADAAEECQAAAGoAyQADAAEECQABACIBMwADAAEECQACAA4BVQADAAEECQADACIBYwADAAEECQAEACIBhQADAAEECQAFABYBpwADAAEECQAGACIBvQADAAEECQAKAFYB3wADAAEECQALACYCNUNvcHlyaWdodCAoQykgMjAxNiBieSBvcmlnaW5hbCBhdXRob3Jz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) format("embedded-opentype"), url(data:application/octet-stream;base64,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) format("woff2"), url(data:application/font-woff;base64,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) format("woff"), url(data:application/x-font-ttf;base64,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fQ4UFA4CqP1YDhQUDgEVBxohQ0FQXIUXFRQAAAACAAD/agNrA1IAGwAfAEdARAQCAgAPEA0DBQYABV4ODAIGCwkCBwgGB14DAQEBDEgKAQgIDQhJAAAfHh0cABsAGxoZGBcWFRQTEREREREREREREQUdKwE1IzcjByM3IwcjFTMHIxUzBzM3MwczNzM1IzcHIzczA2ucH30f+h99H9vLH6ycH30f+h99H9vLH5z6H/oB2336+vr6ffp9+vr6+n36+voAAAABAAAAAQAAH+a/t18PPPUACwPoAAAAANOqshAAAAAA06qyEAAA/2oD6ANSAAAACAACAAAAAAAAAAEAAANS/2oAAAPoAAD//wPoAAEAAAAAAAAAAAAAAAAAAAATA+gAAAPoAAADoAAAA+gAAAPoAAAD6AAAA+gAAAPoAAAD6AAAA+gAAANZAAAD6AAAA+gAAAGsAAAD6AAAAxEAAAPoAAACygAAA2sAAAAAAAABygK4AxQDhgSMBuIH6giCCOwJcAmyCpgK4AxCDLgNjA3kDjcAAQAAABMAiAAWAAAAAAACAI4AngBzAAABWwtwAAAAAAAAABIA3gABAAAAAAAAADUAAAABAAAAAAABABEANQABAAAAAAACAAcARgABAAAAAAADABEATQABAAAAAAAEABEAXgABAAAAAAAFAAsAbwABAAAAAAAGABEAegABAAAAAAAKACsAiwABAAAAAAALABMAtgADAAEECQAAAGoAyQADAAEECQABACIBMwADAAEECQACAA4BVQADAAEECQADACIBYwADAAEECQAEACIBhQADAAEECQAFABYBpwADAAEECQAGACIBvQADAAEECQAKAFYB3wADAAEECQALACYCNUNvcHlyaWdodCAoQykgMjAxNiBieSBvcmlnaW5hbCBhdXRob3JzIEAgZm9udGVsbG8uY29tZm9ybS1idWlsZGVyLWZvbnRSZWd1bGFyZm9ybS1idWlsZGVyLWZvbnRmb3JtLWJ1aWxkZXItZm9udFZlcnNpb24gMS4wZm9ybS1idWlsZGVyLWZvbnRHZW5lcmF0ZWQgYnkgc3ZnMnR0ZiBmcm9tIEZvbnRlbGxvIHByb2plY3QuaHR0cDovL2ZvbnRlbGxvLmNvbQBDAG8AcAB5AHIAaQBnAGgAdAAgACgAQwApACAAMgAwADEANgAgAGIA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) format("truetype"), url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxtZXRhZGF0YT5Db3B5cmlnaHQgKEMpIDIwMTYgYnkgb3JpZ2luYWwgYXV0aG9ycyBAIGZvbnRlbGxvLmNvbTwvbWV0YWRhdGE+CjxkZWZzPgo8Zm9udCBpZD0iZm9ybS1idWlsZGVyLWZvbnQiIGhvcml6LWFkdi14PSIxMDAwIiA+Cjxmb250LWZhY2UgZm9udC1mYW1pbHk9ImZvcm0tYnVpbGRlci1mb250IiBmb250LXdlaWdodD0iNDAwIiBmb250LXN0cmV0Y2g9Im5vcm1hbCIgdW5pdHMtcGVyLWVtPSIxMDAwIiBhc2NlbnQ9Ijg1MCIgZGVzY2VudD0iLTE1MCIgLz4KPG1pc3NpbmctZ2x5cGggaG9yaXotYWR2LXg9IjEwMDAiIC8+CjxnbHlwaCBnbHlwaC1uYW1lPSJhdXRvY29tcGxldGUiIHVuaWNvZGU9IiYjeGU4MDA7IiBkPSJNMzc1IDUzOGg2M3YtNjNoLTYzdjYzeiBtLTEyNSA2MmgtNjJ2LTYyaDYydjYyeiBtMTI1IDBoLTYydi02Mmg2MnY2MnogbS0yNTAtNjJ2LTYzaDYzdjYzaC02M3ogbTYzLTEyNWg2MnY2MmgtNjJ2LTYyeiBtMTI1IDBoNjJ2NjJoLTYydi02MnogbS02MyAxMjV2LTYzaDYzdjYzaC02M3ogbS0xMjUtNTYzaDYzdjYzaC02M3YtNjN6IG0xMjUgMGg2M3Y2M2gtNjN2LTYzeiBtMTI1IDBoNjN2NjNoLTYzdi02M3ogbTE4OCA2M2gtNjN2LTYzaDYzdjYzeiBtNDM3IDU5M3YtMjUwYzAtNTAtNDQtOTMtOTQtOTNoLTMxdi0xODgtMTg4YzAtMzctMjUtNjItNjItNjJoLTc1MGMtMzggMC02MyAyNS02MyA2MnY3MTljMCA1MCA0NCA5NCA5NCA5NGgxODcgMjE5djMxIDMyaC02Mi02M3YzMSAzMWgxNTYgMTU3di0zMS0zMWgtNjMtNjJ2LTMyLTMxaDE4NyAxNTZjNTAgMCA5NC00NCA5NC05NHogbS0xODctNTMxaC0zNzUtMzc1di0xODhoNzUwdjE4OHogbS02MjUgNjN2NjJoLTYzdi02Mmg2M3ogbTEyNSAwdjYyaC02M3YtNjJoNjN6IG02MjUgNDY4YzAgMTktMTMgMzItMzIgMzJoLTM0M3YtMTU3LTE1NmgtMzItMzF2MzEgMzJoLTYydjYyaDYydjMxIDMyaC02MnY2Mmg2MnYzMSAzMmgtNDA2Yy0xOSAwLTMxLTEzLTMxLTMydi0yNTBjMC0xOCAxMi0zMSAzMS0zMWg0MDZ2LTYyaC0xMjV2LTMyLTMxaDE1NiAxNTd2MzEgMzJoLTEyNXY2MmgzNDNjMTkgMCAzMiAxMyAzMiAzMXYyNTB6IiBob3Jpei1hZHYteD0iMTAwMCIgLz4KCjxnbHlwaCBnbHlwaC1uYW1lPSJjYWxlbmRhciIgdW5pY29kZT0iJiN4ZTgwMTsiIGQ9Ik03MS03OWgxNjF2MTYxaC0xNjF2LTE2MXogbTE5NyAwaDE3OHYxNjFoLTE3OHYtMTYxeiBtLTE5NyAxOTdoMTYxdjE3OGgtMTYxdi0xNzh6IG0xOTcgMGgxNzh2MTc4aC0xNzh2LTE3OHogbS0xOTcgMjE0aDE2MXYxNjFoLTE2MXYtMTYxeiBtNDExLTQxMWgxNzl2MTYxaC0xNzl2LTE2MXogbS0yMTQgNDExaDE3OHYxNjFoLTE3OHYtMTYxeiBtNDI4LTQxMWgxNjF2MTYxaC0xNjF2LTE2MXogbS0yMTQgMTk3aDE3OXYxNzhoLTE3OXYtMTc4eiBtLTE5NiA0ODJ2MTYxcTAgNy02IDEydC0xMiA2aC0zNnEtNyAwLTEyLTZ0LTYtMTJ2LTE2MXEwLTcgNi0xM3QxMi01aDM2cTcgMCAxMiA1dDYgMTN6IG00MTAtNDgyaDE2MXYxNzhoLTE2MXYtMTc4eiBtLTIxNCAyMTRoMTc5djE2MWgtMTc5di0xNjF6IG0yMTQgMGgxNjF2MTYxaC0xNjF2LTE2MXogbTE4IDI2OHYxNjFxMCA3LTUgMTJ0LTEzIDZoLTM1cS04IDAtMTMtNnQtNS0xMnYtMTYxcTAtNyA1LTEzdDEzLTVoMzVxOCAwIDEzIDV0NSAxM3ogbTIxNSAzNnYtNzE1cTAtMjktMjItNTB0LTUwLTIxaC03ODZxLTI5IDAtNTAgMjF0LTIxIDUwdjcxNXEwIDI5IDIxIDUwdDUwIDIxaDcydjU0cTAgMzcgMjYgNjN0NjMgMjZoMzZxMzcgMCA2My0yNnQyNi02M3YtNTRoMjE0djU0cTAgMzcgMjcgNjN0NjMgMjZoMzVxMzcgMCA2My0yNnQyNy02M3YtNTRoNzFxMjkgMCA1MC0yMXQyMi01MHoiIGhvcml6LWFkdi14PSI5MjguNiIgLz4KCjxnbHlwaCBnbHlwaC1uYW1lPSJjaGVja2JveCIgdW5pY29kZT0iJiN4ZTgwMjsiIGQ9Ik04NDQgNTM4di01MDBjMC01MS00NC05NC05NC05NGgtNTYyYy01MCAwLTk0IDQzLTk0IDk0djU2MmMwIDUwIDQ0IDk0IDk0IDk0aDU2MmM0NCAwIDgxLTMxIDk0LTc1bDE1MCA4Ny0xNTAtMTY4eiBtLTYzLTc1bC0zMDAtMzYzLTMwNiA0MDYgMzA2LTEwMCAzMDAgMTgydjEyYzAgMTktMTIgMzEtMzEgMzFoLTU2MmMtMTkgMC0zMi0xMi0zMi0zMXYtNTYyYzAtMTkgMTMtMzIgMzItMzJoNTYyYzE5IDAgMzEgMTMgMzEgMzJ2NDI1eiIgaG9yaXotYWR2LXg9IjEwMDAiIC8+Cgo8Z2x5cGggZ2x5cGgtbmFtZT0iY2hlY2tib3gtZ3JvdXAiIHVuaWNvZGU9IiYjeGU4MDM7IiBkPSJNMCA3ODhoMTAwMHY2MmgtMTAwMHYtNjJ6IG0wLTEyNWgxMDAwdjYyaC0xMDAwdi02MnogbTM3NS0xMjV2LTYzaDU2M3Y2M2gtNTYzeiBtNTYzLTU2M3Y2M2gtNTYzdi02M2g1NjN6IG0tNTYzIDI1MGg1NjN2NjNoLTU2M3YtNjN6IG0tMTI1LTEyNWwtMTU2LTk0LTk0IDMyIDk0LTEyNiAxNTYgMTg4eiBtMCAyNTBsLTE1Ni05NC05NCAzMiA5NC0xMjUgMTU2IDE4N3ogbTAgMjUwbC0xNTYtOTQtOTQgMzIgOTQtMTI1IDE1NiAxODd6IiBob3Jpei1hZHYteD0iMTAwMCIgLz4KCjxnbHlwaCBnbHlwaC1uYW1lPSJyYWRpby1ncm91cCIgdW5pY29kZT0iJiN4ZTgwNDsiIGQ9Ik0wIDc4OGgxMDAwdjYyaC0xMDAwdi02MnogbTAtMTI1aDEwMDB2NjJoLTEwMDB2LTYyeiBtMzEzLTE4OGg2MjV2NjNoLTYyNXYtNjN6IG02MjUtMTg3aC02MjV2LTYzaDYyNXY2M3ogbTAtMzEzdjYzaC02MjV2LTYzaDYyNXogbS04NDQgNDM4Yy01MCAwLTk0IDQzLTk0IDkzczQ0IDk0IDk0IDk0IDk0LTQ0IDk0LTk0LTQ0LTkzLTk0LTkzeiBtMCAxMjVjLTE5IDAtMzEtMTMtMzEtMzJzMTItMzEgMzEtMzEgMzEgMTMgMzEgMzEtMTIgMzItMzEgMzJ6IG0wLTM4MmMtNTAgMC05NCA0NC05NCA5NHM0NCA5NCA5NCA5NCA5NC0zOCA5NC05NC00NC05NC05NC05NHogbTAgMTI1Yy0xOSAwLTMxLTEyLTMxLTMxczEyLTMxIDMxLTMxIDMxIDE5IDMxIDMxLTEyIDMxLTMxIDMxeiBtMC0zNjljLTUwIDAtOTQgNDQtOTQgOTRzNDQgOTQgOTQgOTQgOTQtNDQgOTQtOTQtNDQtOTQtOTQtOTR6IG0wIDEyNmMtMTkgMC0zMS0xMy0zMS0zMnMxMi0zMSAzMS0zMSAzMSAxMiAzMSAzMS0xMiAzMi0zMSAzMnoiIGhvcml6LWFkdi14PSIxMDAwIiAvPgoKPGdseXBoIGdseXBoLW5hbWU9InJpY2gtdGV4dCIgdW5pY29kZT0iJiN4ZTgwNTsiIGQ9Ik05MzggNzg4aC04NzVjLTM4IDAtNjMtMjUtNjMtNjN2LTc1MGMwLTM4IDI1LTYzIDYzLTYzaDg3NWMzNyAwIDYyIDI1IDYyIDYzdjc1MGMwIDM4LTI1IDYzLTYyIDYzeiBtLTg3NS0xMzJoNTB2LTE4aC01MHYxOHogbTAtMzFoNTB2LTE5aC01MHYxOXogbTg3NS02NTBoLTg3NXY1NTZoODc1di01NTZ6IG0wIDU2OWgtODc1djE5aDg3NXYtMTl6IG0wIDMxaC04NzV2MTloNTB2LTEzaDkzdjEzaDgydi0xM2g4N3YxM2g4MXYtMTNoOTR2MTNoNzV2LTEzaDk0djEzaDgxdi0xM2g5NHYxM2g0NHYtMTl6IG0tNjU3IDUwdi0xOWgtNzV2MTloNzV6IG0tNzUgMTN2MThoODJ2LTE4aC04MnogbTI1MC0xM3YtMTloLTgxdjE5aDgxeiBtLTgxIDEzdjE4aDgxdi0xOGgtODF6IG0yNTAtMTN2LTE5aC03NXYxOWg3NXogbS03NSAxM3YxOGg3NXYtMThoLTc1eiBtMjUwLTEzdi0xOWgtODF2MTloODF6IG0tODEgMTN2MThoODF2LTE4aC04MXogbTIxOS0zMmgtNTB2MTloNTB2LTE5eiBtMCAzMmgtNTB2MThoNTB2LTE4eiBtMCAzMWgtNTB2NmgtOTR2LTEyaC04MXYxMmgtODh2LTEyaC03NXYxMmgtOTR2LTEyaC04MXYxMmgtOTR2LTEyaC03NXYxMmgtOTN2LTEyaC01MHYyNWg4NzV2LTE5eiBtMCAzMWgtODc1djE5aDg3NXYtMTl6IG0tNzUwLTYwMHY2M2g2MjV2LTYzaC02MjV6IG02MjUgMTI1aC02MjV2NjNoNjI1di02M3ogbS0xMjUgMTI1aC01MDB2NjNoNTAwdi02M3oiIGhvcml6LWFkdi14PSIxMDAwIiAvPgoKPGdseXBoIGdseXBoLW5hbWU9InNlbGVjdCIgdW5pY29kZT0iJiN4ZTgwNjsiIGQ9Ik0wIDg1MHYtODc1aDBjMC0zOCAyNS02MyA2My02M2g2MjVjMzcgMCA2MiAyNSA2MiA2M2gwdjU2M2gyNTB2MzEyaC0xMDAweiBtNjMtNjJoNjI1di0xODhoLTYyNXYxODh6IG0wLTM3NWg2MjV2LTE4OGgtNjI1djE4OHogbTAtNDM4djE4OGg2MjV2LTE4OGgtNjI1eiBtODc1IDYyNWgtMTg4djE4OGgxODh2LTE4OHogbS04MTMgMTI1aDYzdi02MmgtNjN2NjJ6IG0wLTYyNWg2M3YtNjJoLTYzdjYyeiBtMTI1IDBoNjN2LTYyaC02M3Y2MnogbTEyNSAwaDYzdi02MmgtNjN2NjJ6IG0xODggMHYtNjJoLTYzdjYyaDYzeiBtLTQzOCAyNTBoNjN2LTYyaC02M3Y2MnogbTEyNSAwaDYzdi02MmgtNjN2NjJ6IG0xMjUgMGg2M3YtNjJoLTYzdjYyeiBtNDY5IDMwNmwtNjMgNjloMTE5bC01Ni02OXogbS03MTktMTgxdjYzaDYzdi02M2gtNjNsMCAweiBtMTI1IDB2NjNoNjN2LTYzaC02M2wwIDB6IiBob3Jpei1hZHYteD0iMTAwMCIgLz4KCjxnbHlwaCBnbHlwaC1uYW1lPSJ0ZXh0LWFyZWEiIHVuaWNvZGU9IiYjeGU4MDc7IiBkPSJNMTg4IDE2M3Y2Mmg1MDB2LTYyaC01MDBsMCAweiBtMCAyNTBoNjI1djYyaC02MjV2LTYybDAgMHogbTAtNjN2LTYyaDYyNXY2MmgtNjI1bDAgMHogbTYyNSAyNTBoLTYyNXYtNjJoNjI1djYybDAgMHogbTE4Ny02MjV2NzUwYzAgMzgtMjUgNjMtNjIgNjNoLTg3NWMtMzggMC02My0yNS02My02M3YtNzUwYzAtMzggMjUtNjMgNjMtNjNoODc1YzM3IDAgNjIgMjUgNjIgNjN6IG0tNjIgNzUwdi03NTBoLTg3NXY3NTBoODc1eiIgaG9yaXotYWR2LXg9IjEwMDAiIC8+Cgo8Z2x5cGggZ2x5cGgtbmFtZT0idGV4dC1pbnB1dCIgdW5pY29kZT0iJiN4ZTgwODsiIGQ9Ik05MzggNjAwaC02NTd2NjNoOTR2NjJoLTk0LTYyLTk0di02Mmg5NHYtNjNoLTE1NmMtMzggMC02My0zMS02My02MnYtMzc1YzAtMzggMjUtNjMgNjMtNjNoMTU2di02MmgtOTR2LTYzaDI1MHY2M2gtOTR2NjJoNjU3YzM3IDAgNjIgMjUgNjIgNjN2Mzc1YzAgMzEtMjUgNjItNjIgNjJ6IG0tODc1LTQzN3YzNzVoMTU2di0zNzVoLTE1NnogbTg3NSAwaC02NTd2Mzc1aDY1N3YtMzc1eiIgaG9yaXotYWR2LXg9IjEwMDAiIC8+Cgo8Z2x5cGggZ2x5cGgtbmFtZT0icGVuY2lsIiB1bmljb2RlPSImI3hlODA5OyIgZD0iTTIwMy03bDUwIDUxLTEzMSAxMzEtNTEtNTF2LTYwaDcydi03MWg2MHogbTI5MSA1MThxMCAxMi0xMiAxMi01IDAtOS00bC0zMDMtMzAycS00LTQtNC0xMCAwLTEyIDEzLTEyIDUgMCA5IDRsMzAzIDMwMnEzIDQgMyAxMHogbS0zMCAxMDdsMjMyLTIzMi00NjQtNDY1aC0yMzJ2MjMzeiBtMzgxLTU0cTAtMjktMjAtNTBsLTkzLTkzLTIzMiAyMzMgOTMgOTJxMjAgMjEgNTAgMjEgMjkgMCA1MS0yMWwxMzEtMTMxcTIwLTIyIDIwLTUxeiIgaG9yaXotYWR2LXg9Ijg1Ny4xIiAvPgoKPGdseXBoIGdseXBoLW5hbWU9ImZpbGUtaW5wdXQiIHVuaWNvZGU9IiYjeGU4MGE7IiBkPSJNNDY5IDE2M2gtNDY5di0yNTFoOTM4djI1MWgtNDY5eiBtNDA2LTEyNWgtMTI1djYyaDEyNXYtNjJ6IG0tNjU2IDUwMGwyNTAgMjUwIDI1MC0yNTBoLTE1NnYtMzEzaC0xODh2MzEzeiIgaG9yaXotYWR2LXg9IjEwMDAiIC8+Cgo8Z2x5cGggZ2x5cGgtbmFtZT0iaGlkZGVuLWlucHV0IiB1bmljb2RlPSImI3hlODBiOyIgZD0iTTYzIDUzOGw2MiAwIDAgNjItNjIgMHogbTEyNSAwbDYyIDAgMCA2Mi02MiAweiBtMTI1IDBsNjIgMCAwIDYyLTYyIDB6IG0xMjUgMGw2MiAwIDAgNjItNjIgMHogbTEyNSAwbDYyIDAgMCA2Mi02MiAweiBtMTI1IDBsNjIgMCAwIDYyLTYyIDB6IG0xMjUgMGw2MiAwIDAgNjItNjIgMHogbS04MTMtNjNsNjMgMCAwIDYzLTYzIDB6IG05MzgtNjJsNjIgMCAwIDYyLTYyIDB6IG0tOTM4LTYzbDYzIDAgMCA2My02MyAweiBtOTM4LTYybDYyIDAgMCA2Mi02MiAweiBtLTkzOC02M2w2MyAwIDAgNjMtNjMgMHogbTkzOC02Mmw2MiAwIDAgNjItNjIgMHogbS04MTMtNjNsNjMgMCAwIDYzLTYzIDB6IG0xMjUgMGw2MyAwIDAgNjMtNjMgMHogbTEyNSAwbDYzIDAgMCA2My02MyAweiBtMTI1IDBsNjMgMCAwIDYzLTYzIDB6IG0xMjUgMGw2MyAwIDAgNjMtNjMgMHogbTEyNSAwbDYzIDAgMCA2My02MyAweiBtMTI1IDBsNjMgMCAwIDYzLTYzIDB6IG02MyA0MzhsNjIgMCAwIDYyLTYyIDB6IG0tOTM4LTQzOGw2MyAwIDAgNjMtNjMgMHoiIGhvcml6LWFkdi14PSIxMDAwIiAvPgoKPGdseXBoIGdseXBoLW5hbWU9InJlc2l6ZS12ZXJ0aWNhbCIgdW5pY29kZT0iJiN4ZTgwYzsiIGQ9Ik0zOTMgNjcxcTAtMTQtMTEtMjV0LTI1LTEwaC03MXYtNTcyaDcxcTE1IDAgMjUtMTB0MTEtMjUtMTEtMjZsLTE0My0xNDJxLTEwLTExLTI1LTExdC0yNSAxMWwtMTQzIDE0MnEtMTAgMTEtMTAgMjZ0MTAgMjUgMjUgMTBoNzJ2NTcyaC03MnEtMTQgMC0yNSAxMHQtMTAgMjUgMTAgMjZsMTQzIDE0MnExMSAxMSAyNSAxMXQyNS0xMWwxNDMtMTQycTExLTExIDExLTI2eiIgaG9yaXotYWR2LXg9IjQyOC42IiAvPgoKPGdseXBoIGdseXBoLW5hbWU9ImJ1dHRvbi1pbnB1dCIgdW5pY29kZT0iJiN4ZTgwZDsiIGQ9Ik02MiA1MzhsODc1IDAgMCA2Mi04NzUgMHogbS02Mi0zNzVsNjMgMCAwIDM3NS02MyAweiBtNjMtNjNsODc1IDAgMCA2My04NzUgMHogbTg3NSA2M2w2MiAwIDAgMzc1LTYyIDB6IG0tNTUyIDI4MHEtMzQgMC01NC0yNS0xOS0yNS0xOS02OCAwLTQzIDE5LTY4IDIwLTI1IDU0LTI1IDMzIDAgNTMgMjUgMTkgMjUgMTkgNjggMCA0My0xOSA2OC0yMCAyNS01MyAyNXogbTAgMjVxNDggMCA3Ni0zMiAyOS0zMiAyOS04NiAwLTU0LTI5LTg2LTI4LTMyLTc2LTMyLTQ4IDAtNzcgMzItMjkgMzItMjkgODYgMCA1NCAyOSA4NiAyOSAzMiA3NyAzMnogbTE1My00bDMxIDAgMC05NiAxMDIgOTYgNDAgMC0xMTMtMTA2IDEyMS0xMjItNDEgMC0xMDkgMTEwIDAtMTEwLTMxIDAgMCAyMjh6IiBob3Jpei1hZHYteD0iMTAwMCIgLz4KCjxnbHlwaCBnbHlwaC1uYW1lPSJhdHRhY2giIHVuaWNvZGU9IiYjeGU4MGU7IiBkPSJNNzgzIDc3cTAtNjUtNDQtMTA5dC0xMDktNDRxLTc1IDAtMTMxIDU1bC00MzQgNDM0cS02MyA2NC02MyAxNTEgMCA4OCA2MiAxNTB0MTUwIDYycTg4IDAgMTUyLTYzbDMzOC0zMzhxNS01IDUtMTIgMC05LTE3LTI2dC0yNi0xN3EtNyAwLTEzIDVsLTMzOCAzMzlxLTQ0IDQzLTEwMSA0My01OSAwLTEwMC00MnQtNDAtMTAxcTAtNTggNDItMTAxbDQzMy00MzNxMzUtMzYgODEtMzYgMzYgMCA1OSAyNHQyNCA1OXEwIDQ2LTM2IDgxbC0zMjQgMzI0cS0xNCAxNC0zMyAxNC0xNiAwLTI3LTExdC0xMS0yN3EwLTE4IDE0LTMzbDIyOS0yMjhxNi02IDYtMTMgMC05LTE4LTI2dC0yNi0xN3EtNyAwLTEyIDVsLTIyOSAyMjlxLTM1IDM0LTM1IDgzIDAgNDYgMzIgNzh0NzcgMzJxNDkgMCA4My0zNmwzMjUtMzI0cTU1LTU0IDU1LTEzMXoiIGhvcml6LWFkdi14PSI3ODUuNyIgLz4KCjxnbHlwaCBnbHlwaC1uYW1lPSJoZWFkZXIiIHVuaWNvZGU9IiYjeGU4MGY7IiBkPSJNOTM5LTc5cS0yNSAwLTc0IDJ0LTc1IDJxLTI0IDAtNzMtMnQtNzQtMnEtMTQgMC0yMSAxMnQtNyAyNXEwIDE3IDkgMjZ0MjIgOSAyOSA0IDI1IDlxMTggMTEgMTggNzhsMCAyMThxMCAxMi0xIDE3LTcgMy0yOCAzaC0zNzZxLTIyIDAtMjktMyAwLTUgMC0xN2wtMS0yMDdxMC03OSAyMS05MiA5LTUgMjYtN3QzMi0yIDI1LTggMTEtMjZxMC0xNC03LTI2dC0yMC0xM3EtMjYgMC03OCAydC03NyAycS0yNCAwLTcxLTJ0LTcxLTJxLTEzIDAtMjAgMTJ0LTcgMjVxMCAxNyA5IDI1dDIwIDEwIDI2IDQgMjQgOXExOCAxMyAxOCA4MGwtMSAzMXY0NTRxMCAyIDEgMTR0MCAyMS0xIDIxLTIgMjQtNCAyMC02IDE4LTkgMTBxLTggNS0yNSA2dC0yOSAyLTIzIDctMTAgMjZxMCAxNCA2IDI2dDIwIDEzcTI2IDAgNzgtMnQ3Ny0ycTIzIDAgNzEgMnQ3MCAycTE0IDAgMjEtMTN0Ny0yNnEwLTE3LTktMjV0LTIyLTgtMjgtMi0yNC03cS0xOS0xMi0xOS05MGwxLTE3OHEwLTEyIDAtMTggNy0yIDIyLTJoMzkwcTE0IDAgMjEgMiAxIDYgMSAxOGwwIDE3OHEwIDc4LTE5IDkwLTEwIDYtMzMgN3QtMzcgNy0xNCAyOHEwIDE0IDcgMjZ0MjEgMTNxMjQgMCA3NC0ydDczLTJxMjQgMCA3MiAydDcyIDJxMTQgMCAyMS0xM3Q3LTI2cTAtMTctMTAtMjV0LTIyLTgtMjktMi0yNC03cS0yMC0xMy0yMC05MGwxLTUyNnEwLTY2IDE5LTc4IDktNiAyNS04dDMwLTIgMjMtOSAxMC0yNXEwLTE0LTYtMjZ0LTIwLTEzeiIgaG9yaXotYWR2LXg9IjEwMDAiIC8+Cgo8Z2x5cGggZ2x5cGgtbmFtZT0icGFyYWdyYXBoIiB1bmljb2RlPSImI3hlODEwOyIgZD0iTTcxMyA3NDV2LTQxcTAtMTYtMTAtMzR0LTI0LTE4cS0yOCAwLTMwLTEtMTUtMy0xOC0xNy0yLTYtMi0zNnYtNjQzcTAtMTQtMTAtMjR0LTI0LTEwaC02MHEtMTQgMC0yNCAxMHQtMTAgMjR2NjgwaC04MHYtNjgwcTAtMTQtOS0yNHQtMjUtMTBoLTYwcS0xNCAwLTI0IDEwdC0xMCAyNHYyNzdxLTgyIDctMTM3IDMzLTcwIDMzLTEwNyAxMDAtMzYgNjUtMzYgMTQ1IDAgOTIgNTAgMTU5IDQ5IDY2IDExNiA4OSA2MiAyMSAyMzMgMjFoMjY3cTE0IDAgMjQtMTB0MTAtMjR6IiBob3Jpei1hZHYteD0iNzE0LjMiIC8+Cgo8Z2x5cGggZ2x5cGgtbmFtZT0ibnVtYmVyIiB1bmljb2RlPSImI3hlODExOyIgZD0iTTg3NSA0NzV2MTI1aC0xNTZsMzEgMjUwaC0xMjVsLTMxLTI1MGgtMjUwbDMxIDI1MGgtMTI1bC0zMS0yNTBoLTIxOXYtMTI1aDIwM2wtMzEtMjUwaC0xNzJ2LTEyNWgxNTZsLTMxLTI1MGgxMjVsMzEgMjUwaDI1MGwtMzEtMjUwaDEyNWwzMSAyNTBoMjE5djEyNWgtMjAzbDMxIDI1MGgxNzJ6IG0tMzI4LTI1MGgtMjUwbDMxIDI1MGgyNTBsLTMxLTI1MHoiIGhvcml6LWFkdi14PSI4NzUiIC8+CjwvZm9udD4KPC9kZWZzPgo8L3N2Zz4=) format("svg");
    font-weight: normal;
    font-style: normal;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'form-builder-font';
    src: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxtZXRhZGF0YT5Db3B5cmlnaHQgKEMpIDIwMTYgYnkgb3JpZ2luYWwgYXV0aG9ycyBAIGZvbnRlbGxvLmNvbTwvbWV0YWRhdGE+CjxkZWZzPgo8Zm9udCBpZD0iZm9ybS1idWlsZGVyLWZvbnQiIGhvcml6LWFkdi14PSIxMDAwIiA+Cjxmb250LWZhY2UgZm9udC1mYW1pbHk9ImZvcm0tYnVpbGRlci1mb250IiBmb250LXdlaWdodD0iNDAwIiBmb250LXN0cmV0Y2g9Im5vcm1hbCIgdW5pdHMtcGVyLWVtPSIxMDAwIiBhc2NlbnQ9Ijg1MCIgZGVzY2VudD0iLTE1MCIgLz4KPG1pc3NpbmctZ2x5cGggaG9yaXotYWR2LXg9IjEwMDAiIC8+CjxnbHlwaCBnbHlwaC1uYW1lPSJhdXRvY29tcGxldGUiIHVuaWNvZGU9IiYjeGU4MDA7IiBkPSJNMzc1IDUzOGg2M3YtNjNoLTYzdjYzeiBtLTEyNSA2MmgtNjJ2LTYyaDYydjYyeiBtMTI1IDBoLTYydi02Mmg2MnY2MnogbS0yNTAtNjJ2LTYzaDYzdjYzaC02M3ogbTYzLTEyNWg2MnY2MmgtNjJ2LTYyeiBtMTI1IDBoNjJ2NjJoLTYydi02MnogbS02MyAxMjV2LTYzaDYzdjYzaC02M3ogbS0xMjUtNTYzaDYzdjYzaC02M3YtNjN6IG0xMjUgMGg2M3Y2M2gtNjN2LTYzeiBtMTI1IDBoNjN2NjNoLTYzdi02M3ogbTE4OCA2M2gtNjN2LTYzaDYzdjYzeiBtNDM3IDU5M3YtMjUwYzAtNTAtNDQtOTMtOTQtOTNoLTMxdi0xODgtMTg4YzAtMzctMjUtNjItNjItNjJoLTc1MGMtMzggMC02MyAyNS02MyA2MnY3MTljMCA1MCA0NCA5NCA5NCA5NGgxODcgMjE5djMxIDMyaC02Mi02M3YzMSAzMWgxNTYgMTU3di0zMS0zMWgtNjMtNjJ2LTMyLTMxaDE4NyAxNTZjNTAgMCA5NC00NCA5NC05NHogbS0xODctNTMxaC0zNzUtMzc1di0xODhoNzUwdjE4OHogbS02MjUgNjN2NjJoLTYzdi02Mmg2M3ogbTEyNSAwdjYyaC02M3YtNjJoNjN6IG02MjUgNDY4YzAgMTktMTMgMzItMzIgMzJoLTM0M3YtMTU3LTE1NmgtMzItMzF2MzEgMzJoLTYydjYyaDYydjMxIDMyaC02MnY2Mmg2MnYzMSAzMmgtNDA2Yy0xOSAwLTMxLTEzLTMxLTMydi0yNTBjMC0xOCAxMi0zMSAzMS0zMWg0MDZ2LTYyaC0xMjV2LTMyLTMxaDE1NiAxNTd2MzEgMzJoLTEyNXY2MmgzNDNjMTkgMCAzMiAxMyAzMiAzMXYyNTB6IiBob3Jpei1hZHYteD0iMTAwMCIgLz4KCjxnbHlwaCBnbHlwaC1uYW1lPSJjYWxlbmRhciIgdW5pY29kZT0iJiN4ZTgwMTsiIGQ9Ik03MS03OWgxNjF2MTYxaC0xNjF2LTE2MXogbTE5NyAwaDE3OHYxNjFoLTE3OHYtMTYxeiBtLTE5NyAxOTdoMTYxdjE3OGgtMTYxdi0xNzh6IG0xOTcgMGgxNzh2MTc4aC0xNzh2LTE3OHogbS0xOTcgMjE0aDE2MXYxNjFoLTE2MXYtMTYxeiBtNDExLTQxMWgxNzl2MTYxaC0xNzl2LTE2MXogbS0yMTQgNDExaDE3OHYxNjFoLTE3OHYtMTYxeiBtNDI4LTQxMWgxNjF2MTYxaC0xNjF2LTE2MXogbS0yMTQgMTk3aDE3OXYxNzhoLTE3OXYtMTc4eiBtLTE5NiA0ODJ2MTYxcTAgNy02IDEydC0xMiA2aC0zNnEtNyAwLTEyLTZ0LTYtMTJ2LTE2MXEwLTcgNi0xM3QxMi01aDM2cTcgMCAxMiA1dDYgMTN6IG00MTAtNDgyaDE2MXYxNzhoLTE2MXYtMTc4eiBtLTIxNCAyMTRoMTc5djE2MWgtMTc5di0xNjF6IG0yMTQgMGgxNjF2MTYxaC0xNjF2LTE2MXogbTE4IDI2OHYxNjFxMCA3LTUgMTJ0LTEzIDZoLTM1cS04IDAtMTMtNnQtNS0xMnYtMTYxcTAtNyA1LTEzdDEzLTVoMzVxOCAwIDEzIDV0NSAxM3ogbTIxNSAzNnYtNzE1cTAtMjktMjItNTB0LTUwLTIxaC03ODZxLTI5IDAtNTAgMjF0LTIxIDUwdjcxNXEwIDI5IDIxIDUwdDUwIDIxaDcydjU0cTAgMzcgMjYgNjN0NjMgMjZoMzZxMzcgMCA2My0yNnQyNi02M3YtNTRoMjE0djU0cTAgMzcgMjcgNjN0NjMgMjZoMzVxMzcgMCA2My0yNnQyNy02M3YtNTRoNzFxMjkgMCA1MC0yMXQyMi01MHoiIGhvcml6LWFkdi14PSI5MjguNiIgLz4KCjxnbHlwaCBnbHlwaC1uYW1lPSJjaGVja2JveCIgdW5pY29kZT0iJiN4ZTgwMjsiIGQ9Ik04NDQgNTM4di01MDBjMC01MS00NC05NC05NC05NGgtNTYyYy01MCAwLTk0IDQzLTk0IDk0djU2MmMwIDUwIDQ0IDk0IDk0IDk0aDU2MmM0NCAwIDgxLTMxIDk0LTc1bDE1MCA4Ny0xNTAtMTY4eiBtLTYzLTc1bC0zMDAtMzYzLTMwNiA0MDYgMzA2LTEwMCAzMDAgMTgydjEyYzAgMTktMTIgMzEtMzEgMzFoLTU2MmMtMTkgMC0zMi0xMi0zMi0zMXYtNTYyYzAtMTkgMTMtMzIgMzItMzJoNTYyYzE5IDAgMzEgMTMgMzEgMzJ2NDI1eiIgaG9yaXotYWR2LXg9IjEwMDAiIC8+Cgo8Z2x5cGggZ2x5cGgtbmFtZT0iY2hlY2tib3gtZ3JvdXAiIHVuaWNvZGU9IiYjeGU4MDM7IiBkPSJNMCA3ODhoMTAwMHY2MmgtMTAwMHYtNjJ6IG0wLTEyNWgxMDAwdjYyaC0xMDAwdi02MnogbTM3NS0xMjV2LTYzaDU2M3Y2M2gtNTYzeiBtNTYzLTU2M3Y2M2gtNTYzdi02M2g1NjN6IG0tNTYzIDI1MGg1NjN2NjNoLTU2M3YtNjN6IG0tMTI1LTEyNWwtMTU2LTk0LTk0IDMyIDk0LTEyNiAxNTYgMTg4eiBtMCAyNTBsLTE1Ni05NC05NCAzMiA5NC0xMjUgMTU2IDE4N3ogbTAgMjUwbC0xNTYtOTQtOTQgMzIgOTQtMTI1IDE1NiAxODd6IiBob3Jpei1hZHYteD0iMTAwMCIgLz4KCjxnbHlwaCBnbHlwaC1uYW1lPSJyYWRpby1ncm91cCIgdW5pY29kZT0iJiN4ZTgwNDsiIGQ9Ik0wIDc4OGgxMDAwdjYyaC0xMDAwdi02MnogbTAtMTI1aDEwMDB2NjJoLTEwMDB2LTYyeiBtMzEzLTE4OGg2MjV2NjNoLTYyNXYtNjN6IG02MjUtMTg3aC02MjV2LTYzaDYyNXY2M3ogbTAtMzEzdjYzaC02MjV2LTYzaDYyNXogbS04NDQgNDM4Yy01MCAwLTk0IDQzLTk0IDkzczQ0IDk0IDk0IDk0IDk0LTQ0IDk0LTk0LTQ0LTkzLTk0LTkzeiBtMCAxMjVjLTE5IDAtMzEtMTMtMzEtMzJzMTItMzEgMzEtMzEgMzEgMTMgMzEgMzEtMTIgMzItMzEgMzJ6IG0wLTM4MmMtNTAgMC05NCA0NC05NCA5NHM0NCA5NCA5NCA5NCA5NC0zOCA5NC05NC00NC05NC05NC05NHogbTAgMTI1Yy0xOSAwLTMxLTEyLTMxLTMxczEyLTMxIDMxLTMxIDMxIDE5IDMxIDMxLTEyIDMxLTMxIDMxeiBtMC0zNjljLTUwIDAtOTQgNDQtOTQgOTRzNDQgOTQgOTQgOTQgOTQtNDQgOTQtOTQtNDQtOTQtOTQtOTR6IG0wIDEyNmMtMTkgMC0zMS0xMy0zMS0zMnMxMi0zMSAzMS0zMSAzMSAxMiAzMSAzMS0xMiAzMi0zMSAzMnoiIGhvcml6LWFkdi14PSIxMDAwIiAvPgoKPGdseXBoIGdseXBoLW5hbWU9InJpY2gtdGV4dCIgdW5pY29kZT0iJiN4ZTgwNTsiIGQ9Ik05MzggNzg4aC04NzVjLTM4IDAtNjMtMjUtNjMtNjN2LTc1MGMwLTM4IDI1LTYzIDYzLTYzaDg3NWMzNyAwIDYyIDI1IDYyIDYzdjc1MGMwIDM4LTI1IDYzLTYyIDYzeiBtLTg3NS0xMzJoNTB2LTE4aC01MHYxOHogbTAtMzFoNTB2LTE5aC01MHYxOXogbTg3NS02NTBoLTg3NXY1NTZoODc1di01NTZ6IG0wIDU2OWgtODc1djE5aDg3NXYtMTl6IG0wIDMxaC04NzV2MTloNTB2LTEzaDkzdjEzaDgydi0xM2g4N3YxM2g4MXYtMTNoOTR2MTNoNzV2LTEzaDk0djEzaDgxdi0xM2g5NHYxM2g0NHYtMTl6IG0tNjU3IDUwdi0xOWgtNzV2MTloNzV6IG0tNzUgMTN2MThoODJ2LTE4aC04MnogbTI1MC0xM3YtMTloLTgxdjE5aDgxeiBtLTgxIDEzdjE4aDgxdi0xOGgtODF6IG0yNTAtMTN2LTE5aC03NXYxOWg3NXogbS03NSAxM3YxOGg3NXYtMThoLTc1eiBtMjUwLTEzdi0xOWgtODF2MTloODF6IG0tODEgMTN2MThoODF2LTE4aC04MXogbTIxOS0zMmgtNTB2MTloNTB2LTE5eiBtMCAzMmgtNTB2MThoNTB2LTE4eiBtMCAzMWgtNTB2NmgtOTR2LTEyaC04MXYxMmgtODh2LTEyaC03NXYxMmgtOTR2LTEyaC04MXYxMmgtOTR2LTEyaC03NXYxMmgtOTN2LTEyaC01MHYyNWg4NzV2LTE5eiBtMCAzMWgtODc1djE5aDg3NXYtMTl6IG0tNzUwLTYwMHY2M2g2MjV2LTYzaC02MjV6IG02MjUgMTI1aC02MjV2NjNoNjI1di02M3ogbS0xMjUgMTI1aC01MDB2NjNoNTAwdi02M3oiIGhvcml6LWFkdi14PSIxMDAwIiAvPgoKPGdseXBoIGdseXBoLW5hbWU9InNlbGVjdCIgdW5pY29kZT0iJiN4ZTgwNjsiIGQ9Ik0wIDg1MHYtODc1aDBjMC0zOCAyNS02MyA2My02M2g2MjVjMzcgMCA2MiAyNSA2MiA2M2gwdjU2M2gyNTB2MzEyaC0xMDAweiBtNjMtNjJoNjI1di0xODhoLTYyNXYxODh6IG0wLTM3NWg2MjV2LTE4OGgtNjI1djE4OHogbTAtNDM4djE4OGg2MjV2LTE4OGgtNjI1eiBtODc1IDYyNWgtMTg4djE4OGgxODh2LTE4OHogbS04MTMgMTI1aDYzdi02MmgtNjN2NjJ6IG0wLTYyNWg2M3YtNjJoLTYzdjYyeiBtMTI1IDBoNjN2LTYyaC02M3Y2MnogbTEyNSAwaDYzdi02MmgtNjN2NjJ6IG0xODggMHYtNjJoLTYzdjYyaDYzeiBtLTQzOCAyNTBoNjN2LTYyaC02M3Y2MnogbTEyNSAwaDYzdi02MmgtNjN2NjJ6IG0xMjUgMGg2M3YtNjJoLTYzdjYyeiBtNDY5IDMwNmwtNjMgNjloMTE5bC01Ni02OXogbS03MTktMTgxdjYzaDYzdi02M2gtNjNsMCAweiBtMTI1IDB2NjNoNjN2LTYzaC02M2wwIDB6IiBob3Jpei1hZHYteD0iMTAwMCIgLz4KCjxnbHlwaCBnbHlwaC1uYW1lPSJ0ZXh0LWFyZWEiIHVuaWNvZGU9IiYjeGU4MDc7IiBkPSJNMTg4IDE2M3Y2Mmg1MDB2LTYyaC01MDBsMCAweiBtMCAyNTBoNjI1djYyaC02MjV2LTYybDAgMHogbTAtNjN2LTYyaDYyNXY2MmgtNjI1bDAgMHogbTYyNSAyNTBoLTYyNXYtNjJoNjI1djYybDAgMHogbTE4Ny02MjV2NzUwYzAgMzgtMjUgNjMtNjIgNjNoLTg3NWMtMzggMC02My0yNS02My02M3YtNzUwYzAtMzggMjUtNjMgNjMtNjNoODc1YzM3IDAgNjIgMjUgNjIgNjN6IG0tNjIgNzUwdi03NTBoLTg3NXY3NTBoODc1eiIgaG9yaXotYWR2LXg9IjEwMDAiIC8+Cgo8Z2x5cGggZ2x5cGgtbmFtZT0idGV4dC1pbnB1dCIgdW5pY29kZT0iJiN4ZTgwODsiIGQ9Ik05MzggNjAwaC02NTd2NjNoOTR2NjJoLTk0LTYyLTk0di02Mmg5NHYtNjNoLTE1NmMtMzggMC02My0zMS02My02MnYtMzc1YzAtMzggMjUtNjMgNjMtNjNoMTU2di02MmgtOTR2LTYzaDI1MHY2M2gtOTR2NjJoNjU3YzM3IDAgNjIgMjUgNjIgNjN2Mzc1YzAgMzEtMjUgNjItNjIgNjJ6IG0tODc1LTQzN3YzNzVoMTU2di0zNzVoLTE1NnogbTg3NSAwaC02NTd2Mzc1aDY1N3YtMzc1eiIgaG9yaXotYWR2LXg9IjEwMDAiIC8+Cgo8Z2x5cGggZ2x5cGgtbmFtZT0icGVuY2lsIiB1bmljb2RlPSImI3hlODA5OyIgZD0iTTIwMy03bDUwIDUxLTEzMSAxMzEtNTEtNTF2LTYwaDcydi03MWg2MHogbTI5MSA1MThxMCAxMi0xMiAxMi01IDAtOS00bC0zMDMtMzAycS00LTQtNC0xMCAwLTEyIDEzLTEyIDUgMCA5IDRsMzAzIDMwMnEzIDQgMyAxMHogbS0zMCAxMDdsMjMyLTIzMi00NjQtNDY1aC0yMzJ2MjMzeiBtMzgxLTU0cTAtMjktMjAtNTBsLTkzLTkzLTIzMiAyMzMgOTMgOTJxMjAgMjEgNTAgMjEgMjkgMCA1MS0yMWwxMzEtMTMxcTIwLTIyIDIwLTUxeiIgaG9yaXotYWR2LXg9Ijg1Ny4xIiAvPgoKPGdseXBoIGdseXBoLW5hbWU9ImZpbGUtaW5wdXQiIHVuaWNvZGU9IiYjeGU4MGE7IiBkPSJNNDY5IDE2M2gtNDY5di0yNTFoOTM4djI1MWgtNDY5eiBtNDA2LTEyNWgtMTI1djYyaDEyNXYtNjJ6IG0tNjU2IDUwMGwyNTAgMjUwIDI1MC0yNTBoLTE1NnYtMzEzaC0xODh2MzEzeiIgaG9yaXotYWR2LXg9IjEwMDAiIC8+Cgo8Z2x5cGggZ2x5cGgtbmFtZT0iaGlkZGVuLWlucHV0IiB1bmljb2RlPSImI3hlODBiOyIgZD0iTTYzIDUzOGw2MiAwIDAgNjItNjIgMHogbTEyNSAwbDYyIDAgMCA2Mi02MiAweiBtMTI1IDBsNjIgMCAwIDYyLTYyIDB6IG0xMjUgMGw2MiAwIDAgNjItNjIgMHogbTEyNSAwbDYyIDAgMCA2Mi02MiAweiBtMTI1IDBsNjIgMCAwIDYyLTYyIDB6IG0xMjUgMGw2MiAwIDAgNjItNjIgMHogbS04MTMtNjNsNjMgMCAwIDYzLTYzIDB6IG05MzgtNjJsNjIgMCAwIDYyLTYyIDB6IG0tOTM4LTYzbDYzIDAgMCA2My02MyAweiBtOTM4LTYybDYyIDAgMCA2Mi02MiAweiBtLTkzOC02M2w2MyAwIDAgNjMtNjMgMHogbTkzOC02Mmw2MiAwIDAgNjItNjIgMHogbS04MTMtNjNsNjMgMCAwIDYzLTYzIDB6IG0xMjUgMGw2MyAwIDAgNjMtNjMgMHogbTEyNSAwbDYzIDAgMCA2My02MyAweiBtMTI1IDBsNjMgMCAwIDYzLTYzIDB6IG0xMjUgMGw2MyAwIDAgNjMtNjMgMHogbTEyNSAwbDYzIDAgMCA2My02MyAweiBtMTI1IDBsNjMgMCAwIDYzLTYzIDB6IG02MyA0MzhsNjIgMCAwIDYyLTYyIDB6IG0tOTM4LTQzOGw2MyAwIDAgNjMtNjMgMHoiIGhvcml6LWFkdi14PSIxMDAwIiAvPgoKPGdseXBoIGdseXBoLW5hbWU9InJlc2l6ZS12ZXJ0aWNhbCIgdW5pY29kZT0iJiN4ZTgwYzsiIGQ9Ik0zOTMgNjcxcTAtMTQtMTEtMjV0LTI1LTEwaC03MXYtNTcyaDcxcTE1IDAgMjUtMTB0MTEtMjUtMTEtMjZsLTE0My0xNDJxLTEwLTExLTI1LTExdC0yNSAxMWwtMTQzIDE0MnEtMTAgMTEtMTAgMjZ0MTAgMjUgMjUgMTBoNzJ2NTcyaC03MnEtMTQgMC0yNSAxMHQtMTAgMjUgMTAgMjZsMTQzIDE0MnExMSAxMSAyNSAxMXQyNS0xMWwxNDMtMTQycTExLTExIDExLTI2eiIgaG9yaXotYWR2LXg9IjQyOC42IiAvPgoKPGdseXBoIGdseXBoLW5hbWU9ImJ1dHRvbi1pbnB1dCIgdW5pY29kZT0iJiN4ZTgwZDsiIGQ9Ik02MiA1MzhsODc1IDAgMCA2Mi04NzUgMHogbS02Mi0zNzVsNjMgMCAwIDM3NS02MyAweiBtNjMtNjNsODc1IDAgMCA2My04NzUgMHogbTg3NSA2M2w2MiAwIDAgMzc1LTYyIDB6IG0tNTUyIDI4MHEtMzQgMC01NC0yNS0xOS0yNS0xOS02OCAwLTQzIDE5LTY4IDIwLTI1IDU0LTI1IDMzIDAgNTMgMjUgMTkgMjUgMTkgNjggMCA0My0xOSA2OC0yMCAyNS01MyAyNXogbTAgMjVxNDggMCA3Ni0zMiAyOS0zMiAyOS04NiAwLTU0LTI5LTg2LTI4LTMyLTc2LTMyLTQ4IDAtNzcgMzItMjkgMzItMjkgODYgMCA1NCAyOSA4NiAyOSAzMiA3NyAzMnogbTE1My00bDMxIDAgMC05NiAxMDIgOTYgNDAgMC0xMTMtMTA2IDEyMS0xMjItNDEgMC0xMDkgMTEwIDAtMTEwLTMxIDAgMCAyMjh6IiBob3Jpei1hZHYteD0iMTAwMCIgLz4KCjxnbHlwaCBnbHlwaC1uYW1lPSJhdHRhY2giIHVuaWNvZGU9IiYjeGU4MGU7IiBkPSJNNzgzIDc3cTAtNjUtNDQtMTA5dC0xMDktNDRxLTc1IDAtMTMxIDU1bC00MzQgNDM0cS02MyA2NC02MyAxNTEgMCA4OCA2MiAxNTB0MTUwIDYycTg4IDAgMTUyLTYzbDMzOC0zMzhxNS01IDUtMTIgMC05LTE3LTI2dC0yNi0xN3EtNyAwLTEzIDVsLTMzOCAzMzlxLTQ0IDQzLTEwMSA0My01OSAwLTEwMC00MnQtNDAtMTAxcTAtNTggNDItMTAxbDQzMy00MzNxMzUtMzYgODEtMzYgMzYgMCA1OSAyNHQyNCA1OXEwIDQ2LTM2IDgxbC0zMjQgMzI0cS0xNCAxNC0zMyAxNC0xNiAwLTI3LTExdC0xMS0yN3EwLTE4IDE0LTMzbDIyOS0yMjhxNi02IDYtMTMgMC05LTE4LTI2dC0yNi0xN3EtNyAwLTEyIDVsLTIyOSAyMjlxLTM1IDM0LTM1IDgzIDAgNDYgMzIgNzh0NzcgMzJxNDkgMCA4My0zNmwzMjUtMzI0cTU1LTU0IDU1LTEzMXoiIGhvcml6LWFkdi14PSI3ODUuNyIgLz4KCjxnbHlwaCBnbHlwaC1uYW1lPSJoZWFkZXIiIHVuaWNvZGU9IiYjeGU4MGY7IiBkPSJNOTM5LTc5cS0yNSAwLTc0IDJ0LTc1IDJxLTI0IDAtNzMtMnQtNzQtMnEtMTQgMC0yMSAxMnQtNyAyNXEwIDE3IDkgMjZ0MjIgOSAyOSA0IDI1IDlxMTggMTEgMTggNzhsMCAyMThxMCAxMi0xIDE3LTcgMy0yOCAzaC0zNzZxLTIyIDAtMjktMyAwLTUgMC0xN2wtMS0yMDdxMC03OSAyMS05MiA5LTUgMjYtN3QzMi0yIDI1LTggMTEtMjZxMC0xNC03LTI2dC0yMC0xM3EtMjYgMC03OCAydC03NyAycS0yNCAwLTcxLTJ0LTcxLTJxLTEzIDAtMjAgMTJ0LTcgMjVxMCAxNyA5IDI1dDIwIDEwIDI2IDQgMjQgOXExOCAxMyAxOCA4MGwtMSAzMXY0NTRxMCAyIDEgMTR0MCAyMS0xIDIxLTIgMjQtNCAyMC02IDE4LTkgMTBxLTggNS0yNSA2dC0yOSAyLTIzIDctMTAgMjZxMCAxNCA2IDI2dDIwIDEzcTI2IDAgNzgtMnQ3Ny0ycTIzIDAgNzEgMnQ3MCAycTE0IDAgMjEtMTN0Ny0yNnEwLTE3LTktMjV0LTIyLTgtMjgtMi0yNC03cS0xOS0xMi0xOS05MGwxLTE3OHEwLTEyIDAtMTggNy0yIDIyLTJoMzkwcTE0IDAgMjEgMiAxIDYgMSAxOGwwIDE3OHEwIDc4LTE5IDkwLTEwIDYtMzMgN3QtMzcgNy0xNCAyOHEwIDE0IDcgMjZ0MjEgMTNxMjQgMCA3NC0ydDczLTJxMjQgMCA3MiAydDcyIDJxMTQgMCAyMS0xM3Q3LTI2cTAtMTctMTAtMjV0LTIyLTgtMjktMi0yNC03cS0yMC0xMy0yMC05MGwxLTUyNnEwLTY2IDE5LTc4IDktNiAyNS04dDMwLTIgMjMtOSAxMC0yNXEwLTE0LTYtMjZ0LTIwLTEzeiIgaG9yaXotYWR2LXg9IjEwMDAiIC8+Cgo8Z2x5cGggZ2x5cGgtbmFtZT0icGFyYWdyYXBoIiB1bmljb2RlPSImI3hlODEwOyIgZD0iTTcxMyA3NDV2LTQxcTAtMTYtMTAtMzR0LTI0LTE4cS0yOCAwLTMwLTEtMTUtMy0xOC0xNy0yLTYtMi0zNnYtNjQzcTAtMTQtMTAtMjR0LTI0LTEwaC02MHEtMTQgMC0yNCAxMHQtMTAgMjR2NjgwaC04MHYtNjgwcTAtMTQtOS0yNHQtMjUtMTBoLTYwcS0xNCAwLTI0IDEwdC0xMCAyNHYyNzdxLTgyIDctMTM3IDMzLTcwIDMzLTEwNyAxMDAtMzYgNjUtMzYgMTQ1IDAgOTIgNTAgMTU5IDQ5IDY2IDExNiA4OSA2MiAyMSAyMzMgMjFoMjY3cTE0IDAgMjQtMTB0MTAtMjR6IiBob3Jpei1hZHYteD0iNzE0LjMiIC8+Cgo8Z2x5cGggZ2x5cGgtbmFtZT0ibnVtYmVyIiB1bmljb2RlPSImI3hlODExOyIgZD0iTTg3NSA0NzV2MTI1aC0xNTZsMzEgMjUwaC0xMjVsLTMxLTI1MGgtMjUwbDMxIDI1MGgtMTI1bC0zMS0yNTBoLTIxOXYtMTI1aDIwM2wtMzEtMjUwaC0xNzJ2LTEyNWgxNTZsLTMxLTI1MGgxMjVsMzEgMjUwaDI1MGwtMzEtMjUwaDEyNWwzMSAyNTBoMjE5djEyNWgtMjAzbDMxIDI1MGgxNzJ6IG0tMzI4LTI1MGgtMjUwbDMxIDI1MGgyNTBsLTMxLTI1MHoiIGhvcml6LWFkdi14PSI4NzUiIC8+CjwvZm9udD4KPC9kZWZzPgo8L3N2Zz4=) format('svg');
  }
}
*/
.form-builder-wrap [class^="icon-"]:before,
.form-builder-wrap [class*=" icon-"]:before,
.amform-form [class^="icon-"]:before,
.amform-form [class*=" icon-"]:before {
    font-family: "form-builder-font";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;
    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-autocomplete:before {
    content: '\e800';
}

/* '' */
.icon-calendar:before {
    content: '\e801';
}

/* '' */
.icon-checkbox:before {
    content: '\e802';
}

/* '' */
.icon-checkbox-group:before {
    content: '\e803';
}

/* '' */
.icon-radio-group:before {
    content: '\e804';
}

/* '' */
.icon-rich-text:before {
    content: '\e805';
}

/* '' */
.icon-select:before {
    content: '\e806';
}

/* '' */
.icon-text-area:before {
    content: '\e807';
}

/* '' */
.icon-text-input:before {
    content: '\e808';
}

/* '' */
.icon-pencil:before {
    content: '\e809';
}

/* '' */
.icon-file-input:before {
    content: '\e80a';
}

/* '' */
.icon-hidden-input:before {
    content: '\e80b';
}

/* '' */
.icon-resize-vertical:before {
    content: '\e80c';
}

/* '' */
.icon-button-input:before {
    content: '\e80d';
}

/* '' */
.icon-attach:before {
    content: '\e80e';
}

/* '' */
.icon-header:before {
    content: '\e80f';
}

/* '' */
.icon-paragraph:before {
    content: '\e810';
}

/* '' */
.icon-number:before {
    content: '\e811';
}

/* '' */
/*
  Mixins
*/
/*
  Animations
*/
@-webkit-keyframes PLACEHOLDER {
    0% {
        height: 1px;
    }
    100% {
        height: 15px;
    }
}

@keyframes PLACEHOLDER {
    0% {
        height: 1px;
    }
    100% {
        height: 15px;
    }
}

.cb-wrap {
    float: right;
    width: 50%;
    -webkit-transition: -webkit-transform 250ms;
    transition: -webkit-transform 250ms;
    transition: transform 250ms;
    transition: transform 250ms, -webkit-transform 250ms;
    /* smartphones, Android phones, landscape iPhone */
}

.cb-wrap.pull-left .form-actions {
    float: left;
}

.cb-wrap h4 {
    margin-top: 0;
    color: #666;
}

.cb-wrap .save:hover {
    color: #08fe00;
}

@media (max-width: 481px) {
    .cb-wrap {
        width: 64px;
    }

    .cb-wrap h4 {
        display: none;
    }
}

.frmb-control.sort-enabled li.ui-state-highlight {
    box-shadow: none;
    height: 0;
    width: 100%;
    background: -webkit-radial-gradient(center ellipse, #545454 0%, transparent 75%);
    background: radial-gradient(ellipse at center, #545454 0%, transparent 75%);
    border: 0 none;
    -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    visibility: visible;
    overflow: hidden;
    margin: 1px 0 3px;
    -webkit-animation: PLACEHOLDER 250ms forwards;
    animation: PLACEHOLDER 250ms forwards;
}

.frmb-control li {
    cursor: move;
    list-style: none;
    box-shadow: 0 0 1px 0 inset;
    padding: 10px;
    text-align: left;
    background: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* smartphones, Android phones, landscape iPhone */
}

.frmb-control li:hover {
    background-color: #f2f2f2;
}

.frmb-control li.ui-sortable-helper {
    border-radius: 5px;
    -webkit-transition: box-shadow 250ms;
    transition: box-shadow 250ms;
    box-shadow: 2px 2px 6px 0 #666;
    border: 1px solid #fff;
}

.frmb-control li.ui-state-highlight {
    width: 0;
    overflow: hidden;
    padding: 0;
    margin: 0;
    border: 0 none;
}

.frmb-control li.moving {
    opacity: 0.6;
}

.frmb-control li.fb-separator {
    background-color: transparent;
    box-shadow: none;
    padding: 0;
    cursor: default;
}

@media (max-width: 481px) {
    .frmb-control li:before {
        font-size: 30px;
    }

    .frmb-control li span {
        display: none;
    }
}

.frmb-control {
    margin: 0;
    padding: 0;
}

.fb-mobile .form-actions {
    width: 100%;
}

.fb-mobile .form-actions button {
    width: 100%;
    font-size: .85em !important;
    display: block !important;
    border-radius: 0 !important;
    margin-top: -1px;
    margin-left: 0 !important;
}

.fb-mobile .form-actions button:first-child {
    border-radius: 5px 5px 0 0 !important;
    margin-top: 0 !important;
    border-bottom: 0 none;
}

.fb-mobile .form-actions button:last-child {
    border-radius: 0 0 5px 5px !important;
}

.form-actions {
    float: right;
    margin-top: 5px;
    /* smartphones, Android phones, landscape iPhone */
}

.form-actions .clear-all:hover {
    color: #fff !important;
}

[id^='frmb-'][id$='-form-wrap'] {
    /*   ------------   TOOLTIP   ------------   */
}

[id^='frmb-'][id$='-form-wrap'] .empty .frmb {
    border: 3px dashed #ccc;
    margin-right: 5px;
    background-color: rgba(255, 255, 255, 0.25);
}

[id^='frmb-'][id$='-form-wrap'] .stage-wrap {
    position: relative;
    float: left;
    width: 49%;
    margin-right: 1%;
    /* smartphones, Android phones, landscape iPhone */
}

[id^='frmb-'][id$='-form-wrap'] .stage-wrap.pull-right .frmb {
    margin: 0 0 0 6px;
}

@media (max-width: 481px) {
    [id^='frmb-'][id$='-form-wrap'] .stage-wrap {
        width: calc(100% - 64px);
    }
}

[id^='frmb-'][id$='-form-wrap'] .stage-wrap .action-links {
    width: calc(100% - 141px);
    display: none;
    float: right;
    overflow: hidden;
    text-align: right;
}

[id^='frmb-'][id$='-form-wrap'] .stage-wrap.empty:after {
    content: attr(data-content);
    position: absolute;
    text-align: center;
    top: 50%;
    left: 0;
    width: 100%;
    margin-top: -1em;
}

[id^='frmb-'][id$='-form-wrap'] .stage-wrap .action-links .active {
    font-weight: 700;
    color: #000;
}

.field-label-container {
    min-height: 20px;
}

li.editing .field-label-container {
    background-color: #41475d;
    min-height: 40px;
    color: white;
    padding: 10px 15px;
    font-weight: bold;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

li.editing .field-actions {
    display: none !important;
}

[id^='frmb-'][id$='-form-wrap'] .frmb {
    list-style-type: none;
    min-height: 200px;
    margin: 0 6px 0 0;
    padding: 0;
    -webkit-transition: background-color 500ms ease-in-out;
    transition: background-color 500ms ease-in-out;
}

[id^='frmb-'][id$='-form-wrap'] .frmb.removing {
    overflow: hidden;
}

[id^='frmb-'][id$='-form-wrap'] .frmb li {
    position: relative;
    padding: 0;
    min-height: 33px;
    clear: both;
    margin-left: 0;
    margin-bottom: 3px;
    background-color: #fff;
    -webkit-transition: background-color 250ms ease-in-out, margin-top 400ms;
    transition: background-color 250ms ease-in-out, margin-top 400ms;
}

[id^='frmb-'][id$='-form-wrap'] .frmb li:hover .field-actions {
    opacity: 1;
}

[id^='frmb-'][id$='-form-wrap'] .frmb li.hidden-field {
    background-color: rgba(255, 255, 255, 0.6);
}

[id^='frmb-'][id$='-form-wrap'] .frmb li:first-child {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

[id^='frmb-'][id$='-form-wrap'] .frmb li:first-child .field-actions .btn:last-child {
    border-radius: 0 5px 0 0;
}

[id^='frmb-'][id$='-form-wrap'] .frmb li:last-child {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

[id^='frmb-'][id$='-form-wrap'] .frmb li:hover {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

[id^='frmb-'][id$='-form-wrap'] .frmb li:hover li :hover {
    background-color: #fefefe;
}

[id^='frmb-'][id$='-form-wrap'] .frmb li.no-fields label {
    font-weight: 400;
}

@keyframes PLACEHOLDER {
    0% {
        height: 0;
    }
    100% {
        height: 15px;
    }
}

[id^='frmb-'][id$='-form-wrap'] .frmb li.frmb-placeholder, [id^='frmb-'][id$='-form-wrap'] .frmb li.ui-state-highlight {
    height: 0;
    padding: 0;
    background: -webkit-radial-gradient(center ellipse, #545454 0%, transparent 75%);
    background: radial-gradient(ellipse at center, #545454 0%, transparent 75%);
    border: 0 none;
    -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    visibility: visible;
    overflow: hidden;
    margin-bottom: 3px;
    -webkit-animation: PLACEHOLDER 250ms forwards;
    animation: PLACEHOLDER 250ms forwards;
}

[id^='frmb-'][id$='-form-wrap'] .frmb li.moving, [id^='frmb-'][id$='-form-wrap'] .frmb li.ui-sortable-helper {
    -webkit-transition: box-shadow 500ms ease-in-out;
    transition: box-shadow 500ms ease-in-out;
    box-shadow: 2px 2px 6px 0 #666;
    border: 1px solid #fff;
    border-radius: 5px;
}

[id^='frmb-'][id$='-form-wrap'] .frmb li.disabled {
    z-index: 1;
}

[id^='frmb-'][id$='-form-wrap'] .frmb li.disabled [type=checkbox] {
    float: left;
    margin-right: 10px;
}

[id^='frmb-'][id$='-form-wrap'] .frmb li.disabled h2 {
    border-bottom: 0 none;
}

[id^='frmb-'][id$='-form-wrap'] .frmb li.disabled label {
    font-size: 12px;
    font-weight: 400;
    color: #666;
}

[id^='frmb-'][id$='-form-wrap'] .frmb li.disabled .prev-holder {
    cursor: default;
    line-height: 28px;
    padding-left: 5px;
}

.frmb li .top-close-field{
    display: none;
}

.frmb li.editing .top-close-field{
    color: white;
    border: 1px solid white;
    position: absolute;
    top: 10px;
    right: 10px;
    display: inline-block;
    width: 20px;
    padding: 0 5px 2px;
    cursor: pointer;
    border-radius: 1px;
}

[id^='frmb-'][id$='-form-wrap'] .frmb li .form-elements .close-field {
    position: absolute;
    padding: 5px 20px;
    background-color: #1f8295;
    color: white;
    font-size: larger;
    left: 50%;
    bottom: 12px;
    border-top: 1px solid #d7d7d7;
    border-left: 1px solid #d7d7d7;
    border-right: 1px solid #D7D7D7;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    cursor: pointer;
    -webkit-transition: background-color 250ms ease-in-out;
    transition: background-color 250ms ease-in-out;
    -webkit-border-radius: 3;
    -moz-border-radius: 3;
    border-radius: 3px;
}

[id^='frmb-'][id$='-form-wrap'] .frmb li .form-elements .close-field:hover {
    background: #2a9cb0;
    text-decoration: none;
}

[id^='frmb-'][id$='-form-wrap'] .frmb li .close-field:hover {
    text-decoration: none;
}

[id^='frmb-'][id$='-form-wrap'] .frmb li.button-field h1,
[id^='frmb-'][id$='-form-wrap'] .frmb li.button-field h2,
[id^='frmb-'][id$='-form-wrap'] .frmb li.button-field h3,
[id^='frmb-'][id$='-form-wrap'] .frmb li.button-field p,
[id^='frmb-'][id$='-form-wrap'] .frmb li.button-field canvas,
[id^='frmb-'][id$='-form-wrap'] .frmb li.button-field output,
[id^='frmb-'][id$='-form-wrap'] .frmb li.button-field address,
[id^='frmb-'][id$='-form-wrap'] .frmb li.button-field blockquote,
[id^='frmb-'][id$='-form-wrap'] .frmb li.button-field .prev-holder, [id^='frmb-'][id$='-form-wrap'] .frmb li.header-field h1,
[id^='frmb-'][id$='-form-wrap'] .frmb li.header-field h2,
[id^='frmb-'][id$='-form-wrap'] .frmb li.header-field h3,
[id^='frmb-'][id$='-form-wrap'] .frmb li.header-field p,
[id^='frmb-'][id$='-form-wrap'] .frmb li.header-field canvas,
[id^='frmb-'][id$='-form-wrap'] .frmb li.header-field output,
[id^='frmb-'][id$='-form-wrap'] .frmb li.header-field address,
[id^='frmb-'][id$='-form-wrap'] .frmb li.header-field blockquote,
[id^='frmb-'][id$='-form-wrap'] .frmb li.header-field .prev-holder, [id^='frmb-'][id$='-form-wrap'] .frmb li.paragraph-field h1,
[id^='frmb-'][id$='-form-wrap'] .frmb li.paragraph-field h2,
[id^='frmb-'][id$='-form-wrap'] .frmb li.paragraph-field h3,
[id^='frmb-'][id$='-form-wrap'] .frmb li.paragraph-field p,
[id^='frmb-'][id$='-form-wrap'] .frmb li.paragraph-field canvas,
[id^='frmb-'][id$='-form-wrap'] .frmb li.paragraph-field output,
[id^='frmb-'][id$='-form-wrap'] .frmb li.paragraph-field address,
[id^='frmb-'][id$='-form-wrap'] .frmb li.paragraph-field blockquote,
[id^='frmb-'][id$='-form-wrap'] .frmb li.paragraph-field .prev-holder {
    margin: 0;
}

[id^='frmb-'][id$='-form-wrap'] .frmb li.button-field .field-label, [id^='frmb-'][id$='-form-wrap'] .frmb li.header-field .field-label, [id^='frmb-'][id$='-form-wrap'] .frmb li.paragraph-field .field-label {
    display: none;
}

[id^='frmb-'][id$='-form-wrap'] .frmb li.button-field.editing .field-label, [id^='frmb-'][id$='-form-wrap'] .frmb li.header-field.editing .field-label, [id^='frmb-'][id$='-form-wrap'] .frmb li.paragraph-field.editing .field-label {
    display: block;
}

[id^='frmb-'][id$='-form-wrap'] .frmb li.paragraph-field .fld-label {
    min-height: 150px;
}

[id^='frmb-'][id$='-form-wrap'] .frmb li.deleting,
[id^='frmb-'][id$='-form-wrap'] .frmb li.delete:hover,
[id^='frmb-'][id$='-form-wrap'] .frmb li:hover li.delete:hover {
    background-color: #fdd;
}

[id^='frmb-'][id$='-form-wrap'] .frmb li.deleting .close-field,
[id^='frmb-'][id$='-form-wrap'] .frmb li.delete:hover .close-field,
[id^='frmb-'][id$='-form-wrap'] .frmb li:hover li.delete:hover .close-field {
    background-color: #fdd;
}

[id^='frmb-'][id$='-form-wrap'] .frmb li.deleting {
    z-index: 20;
    pointer-events: none;
}

[id^='frmb-'][id$='-form-wrap'] .frmb.disabled {
    padding: 0 5px;
}

[id^='frmb-'][id$='-form-wrap'] .frmb.disabled :hover {
    border-color: transparent;
}

[id^='frmb-'][id$='-form-wrap'] .frmb.disabled .form-element {
    float: none;
    margin-bottom: 10px;
    overflow: visible;
    padding: 5px 0;
    position: relative;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .frm-holder {
    display: none;
    position: relative;
    top: -12px;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .tooltip {
    left: 20px;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .prev-holder {
    display: block;
    margin-top: 12px;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .prev-holder .form-group > label{
    display: none;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .prev-holder input[type='color'] {
    width: 60px;
    padding: 2px;
    display: inline-block;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .prev-holder input[type='date'] {
    width: auto;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .prev-holder select[multiple] {
    height: auto;
    overflow: auto;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .prev-holder label {
    font-weight: normal;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .prev-holder input[type='number'] {
    width: auto;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .prev-holder input[type='checkbox'],
[id^='frmb-'][id$='-form-wrap'] .frmb .prev-holder input[type='radio'] {
    margin-right: 5px;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .prev-holder input[type='color'] {
    width: 60px;
    padding: 2px;
    display: inline-block;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .required-asterisk {
    display: none;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .legend {
    color: #666;
    margin-bottom: 5px;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .disabled .field-label {
    display: block;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .field-actions {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .field-actions a:hover {
    text-decoration: none;
    color: #000;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .field-actions .btn {
    display: inline-block;
    width: 32px;
    height: 32px;
    padding: 0;
    border-radius: 0;
    border-color: #b3b3b3;
    background-color: rgba(255, 255, 255, 0.75);
    color: #b3b3b3;
    line-height: 32px;
    font-size: 16px;
    border-width: 0 0 1px 1px;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .field-actions .btn:first-child {
    border-bottom-left-radius: 5px;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .field-actions .toggle-form {
    font-size: .85em;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .field-actions .toggle-form:hover {
    background-color: #65aac6;
    color: #fff;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .field-actions .copy-button:hover {
    background-color: #6fc665;
    color: #fff;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .field-actions .del-button:hover {
    background-color: #c66865;
    color: #fff;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .option-actions {
    text-align: left;
    margin-top: 10px;
    width: 99%;
    margin-left: 11px;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .option-actions button,
[id^='frmb-'][id$='-form-wrap'] .frmb .option-actions a {
    background: #fff;
    padding: 5px 10px;
    border: 1px solid #b3b3b3;
    font-size: 14px;
    border-radius: 5px;
    cursor: pointer;
    color: black;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .option-actions button:hover,
[id^='frmb-'][id$='-form-wrap'] .frmb .option-actions a:hover {
    background: #f1f1f1;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .option-actions a:hover {
    text-decoration: none;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .sortable-options-wrap {
    width: 74%;
    display: inline-block;
    /* smartphones, Android phones, landscape iPhone */
}

[id^='frmb-'][id$='-form-wrap'] .frmb .sortable-options-wrap label {
    font-weight: normal;
}

@media (max-width: 481px) {
    [id^='frmb-'][id$='-form-wrap'] .frmb .sortable-options-wrap {
        display: block;
        width: 100%;
    }
}

[id^='frmb-'][id$='-form-wrap'] .frmb ol.sortable-options {
    display: inline-block;
    width: 99%;
    max-height: 500px;
    overflow-y: auto;
    margin-left: 11px;
    background: #b3b3b3;
    margin-bottom: 0;
    border-radius: 5px;
    list-style: none;
    padding: 0;
}

[id^='frmb-'][id$='-form-wrap'] .frmb ol.sortable-options li:not(.touch-disabled) {
    cursor: move;
    margin: 1px;
}

.touch-disabled {
    cursor: default;
}

[id^='frmb-'][id$='-form-wrap'] .frmb ol.sortable-options li:nth-child(1) .remove {
    display: none;
}

[id^='frmb-'][id$='-form-wrap'] .frmb ol.sortable-options li.dependent-field .remove {
    display: block;
}

[id^='frmb-'][id$='-form-wrap'] .frmb ol.sortable-options li .remove {
    position: absolute;
    opacity: 1;
    right: 7px;
    height: 17px;
    width: 17px;
    line-height: 17px;
    text-align: center;
    top: 8px;
    font-size: 18px;
    padding: 0;
    color: #C10000;
}

[id^='frmb-'][id$='-form-wrap'] .frmb ol.sortable-options li .remove:hover {
    background-color: #C10000;
    text-decoration: none;
    color: #fff;
}

[id^='frmb-'][id$='-form-wrap'] .frmb ol.sortable-options input[type=checkbox],
[id^='frmb-'][id$='-form-wrap'] .frmb ol.sortable-options input[type=radio] {
    margin: 0 0 3px 3px;
    width: 5%;
}

[id^='frmb-'][id$='-form-wrap'] .frmb ol.sortable-options input[type='text'] {
    width: calc(44.5% - 17px);
    margin: 0 1%;
    float: none;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .form-field .form-group {
    width: 100%;
    clear: left;
    float: none;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .form-elements .field-options .add-area .add {
    clear: both;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .col-md-6 .form-elements,
[id^='frmb-'][id$='-form-wrap'] .frmb .col-md-8 .form-elements {
    width: 100%;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .field-options .add-area .add {
    clear: both;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .form-elements {
    padding: 10px 10px 40px;
    background: #f7f7f7;
    border-radius: 3px;
    margin: 12px 0 0;
    border: 1px solid #d7d7d7;
    /* smartphones, Android phones, landscape iPhone */
}

[id^='frmb-'][id$='-form-wrap'] .frmb .form-elements .input-wrap {
    width: 73%;
    margin-left: 2%;
    float: left;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .form-elements .input-wrap > input[type=checkbox] {
    margin-top: 8px;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .form-elements .btn-group {
    margin-left: 2%;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .form-elements input[type='text'],
[id^='frmb-'][id$='-form-wrap'] .frmb .form-elements input[type='number'],
[id^='frmb-'][id$='-form-wrap'] .frmb .form-elements input[type='date'],
[id^='frmb-'][id$='-form-wrap'] .frmb .form-elements input[type='color'],
[id^='frmb-'][id$='-form-wrap'] .frmb .form-elements textarea,
[id^='frmb-'][id$='-form-wrap'] .frmb .form-elements select {
    -webkit-transition: background 250ms ease-in-out;
    transition: background 250ms ease-in-out;
    padding: 6px 12px;
    border: 1px solid #AFAFAB;
    background-color: #fff;
}

@media (max-width: 481px) {
    [id^='frmb-'][id$='-form-wrap'] .frmb .form-elements .input-wrap {
        width: 100%;
        margin-left: 0;
        float: none;
    }
}

[id^='frmb-'][id$='-form-wrap'] .frmb .form-elements input[type='number'] {
    width: auto;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .form-elements .btn-group {
    margin-left: 2%;
}

.col-md-6 [id^='frmb-'][id$='-form-wrap'] .frmb .form-elements .false-label,
.col-md-8 [id^='frmb-'][id$='-form-wrap'] .frmb .form-elements .false-label, .col-md-6
[id^='frmb-'][id$='-form-wrap'] .frmb .form-elements label,
.col-md-8
[id^='frmb-'][id$='-form-wrap'] .frmb .form-elements label {
    display: block;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .form-elements .false-label:first-child,
[id^='frmb-'][id$='-form-wrap'] .frmb .form-elements label:first-child {
    width: 25%;
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
    font-weight: 700;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: capitalize;
    /* smartphones, Android phones, landscape iPhone */
}

@media (max-width: 481px) {
    [id^='frmb-'][id$='-form-wrap'] .frmb .form-elements .false-label:first-child,
    [id^='frmb-'][id$='-form-wrap'] .frmb .form-elements label:first-child {
        display: block;
        width: auto;
        float: none;
        text-align: left;
    }

    [id^='frmb-'][id$='-form-wrap'] .frmb .form-elements .false-label:first-child.empty-label,
    [id^='frmb-'][id$='-form-wrap'] .frmb .form-elements label:first-child.empty-label {
        display: none;
    }
}

[id^='frmb-'][id$='-form-wrap'] .frmb .form-elements .false-label.multiple, [id^='frmb-'][id$='-form-wrap'] .frmb .form-elements .false-label.required-label, [id^='frmb-'][id$='-form-wrap'] .frmb .form-elements .false-label.toggle-label, [id^='frmb-'][id$='-form-wrap'] .frmb .form-elements .false-label.roles-label, [id^='frmb-'][id$='-form-wrap'] .frmb .form-elements .false-label.other-label,
[id^='frmb-'][id$='-form-wrap'] .frmb .form-elements label.multiple,
[id^='frmb-'][id$='-form-wrap'] .frmb .form-elements label.required-label,
[id^='frmb-'][id$='-form-wrap'] .frmb .form-elements label.toggle-label,
[id^='frmb-'][id$='-form-wrap'] .frmb .form-elements label.roles-label,
[id^='frmb-'][id$='-form-wrap'] .frmb .form-elements label.other-label {
    text-align: left;
    float: none;
    margin-bottom: -3px;
    font-weight: 400;
    width: calc(81.3333% - 23px);
}

[id^='frmb-'][id$='-form-wrap'].fb-mobile .field-actions {
    opacity: 1;
}

[id^='frmb-'][id$='-form-wrap'] *[tooltip] {
    position: relative;
}

[id^='frmb-'][id$='-form-wrap'] *[tooltip]:hover:after {
    background: #262626;
    background: rgba(0, 0, 0, 0.9);
    border-radius: 5px 5px 5px 0;
    bottom: 23px;
    color: #fff;
    content: attr(tooltip);
    padding: 10px 5px;
    position: absolute;
    z-index: 98;
    left: 2px;
    width: 230px;
    text-shadow: none;
    font-size: 12px;
    line-height: 1.5em;
    cursor: default;
}

[id^='frmb-'][id$='-form-wrap'] *[tooltip]:hover:before {
    border: solid;
    border-color: #222 transparent;
    border-width: 6px 6px 0 6px;
    bottom: 17px;
    content: '';
    left: 2px;
    position: absolute;
    z-index: 99;
    cursor: default;
}

[id^='frmb-'][id$='-form-wrap'] .tooltip-element {
    display: inline;
    visibility: visible;
    color: #fff;
    background: #000;
    width: 16px;
    height: 16px;
    border-radius: 8px;
    display: inline-block;
    text-align: center;
    line-height: 16px;
    margin: 0 5px;
    font-size: 12px;
    cursor: default;
}

.kc-toggle {
    position: relative;
    margin: 4px 0 0 2px;
    width: 60px;
    height: 21px;
    border-radius: 3px;
    cursor: pointer;
    overflow: hidden;
    display: inline-block;
    background: #e9e9e9;
    border: 1px solid #cbcbcb;
    vertical-align: bottom;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.kc-toggle .kct-inner {
    position: absolute;
    top: 0;
    left: -28px;
    width: 115px;
    height: 100%;
    -webkit-transition: left 150ms ease;
    transition: left 150ms ease;
}

.kc-toggle.on .kct-inner {
    background: #e2e2e2;
    background: -webkit-linear-gradient(top, #e2e2e2 0%, #ffffff 100%);
    background: linear-gradient(to bottom, #e2e2e2 0%, #ffffff 100%);
    left: 0;
}

.kc-toggle input {
    display: none;
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

.kc-toggle .kct-on {
    color: #0e880e;
}

.kct-off {
    color: #666;
}

.kct-on, .kct-off, .kct-handle {
    width: 28px;
    height: 100%;
    font-family: Arial, Tahoma, sans-serif;
    font-size: 12px;
    text-align: center;
    line-height: 22px;
    font-weight: bold;
    float: left;
}

.kct-on, .kct-off {
    position: relative;
}

.kct-handle {
    position: relative;
    height: 17px;
    background: #ffffff;
    background: -webkit-linear-gradient(top, #ffffff 0%, #cecece 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #cecece 100%);
    border: 1px solid #999;
    font-weight: 100;
    color: #4b4b4b;
    text-shadow: none;
    border-radius: 3px;
    margin: 1px;
}

[id^='frmb-'][id$='-form-wrap'] * {
    box-sizing: border-box;
}

[id^='frmb-'][id$='-form-wrap'] button,
[id^='frmb-'][id$='-form-wrap'] input,
[id^='frmb-'][id$='-form-wrap'] select,
[id^='frmb-'][id$='-form-wrap'] textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

[id^='frmb-'][id$='-form-wrap'] input {
    line-height: normal;
}

[id^='frmb-'][id$='-form-wrap'] button,
[id^='frmb-'][id$='-form-wrap'] input,
[id^='frmb-'][id$='-form-wrap'] optgroup,
[id^='frmb-'][id$='-form-wrap'] select,
[id^='frmb-'][id$='-form-wrap'] textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}

[id^='frmb-'][id$='-form-wrap'] textarea {
    overflow: auto;
}

[id^='frmb-'][id$='-form-wrap'] button,
[id^='frmb-'][id$='-form-wrap'] input,
[id^='frmb-'][id$='-form-wrap'] select,
[id^='frmb-'][id$='-form-wrap'] textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

[id^='frmb-'][id$='-form-wrap'] textarea {

    width: 400px;
}

[id^='frmb-'][id$='-form-wrap'] .btn-group {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

[id^='frmb-'][id$='-form-wrap'] .btn-group > .btn {
    position: relative;
    float: left;
}

[id^='frmb-'][id$='-form-wrap'] .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

[id^='frmb-'][id$='-form-wrap'] .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

[id^='frmb-'][id$='-form-wrap'] .btn-group .btn + .btn,
[id^='frmb-'][id$='-form-wrap'] .btn-group .btn + .btn-group,
[id^='frmb-'][id$='-form-wrap'] .btn-group .btn-group + .btn,
[id^='frmb-'][id$='-form-wrap'] .btn-group .btn-group + .btn-group {
    margin-left: -1px;
}

[id^='frmb-'][id$='-form-wrap'] .btn-group > .btn:last-child:not(:first-child),
[id^='frmb-'][id$='-form-wrap'] .btn-group > .dropdown-toggle:not(:first-child),
[id^='frmb-'][id$='-form-wrap'] .btn-group .input-group .form-control:last-child,
[id^='frmb-'][id$='-form-wrap'] .btn-group .input-group-addon:last-child,
[id^='frmb-'][id$='-form-wrap'] .btn-group .input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
[id^='frmb-'][id$='-form-wrap'] .btn-group .input-group-btn:first-child > .btn:not(:first-child),
[id^='frmb-'][id$='-form-wrap'] .btn-group .input-group-btn:last-child > .btn,
[id^='frmb-'][id$='-form-wrap'] .btn-group .input-group-btn:last-child > .btn-group > .btn, [id^='frmb-'][id$='-form-wrap'] .btn-group .input-group-btn:last-child > .dropdown-toggle {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

[id^='frmb-'][id$='-form-wrap'] .btn-group > .btn.active,
[id^='frmb-'][id$='-form-wrap'] .btn-group > .btn:active,
[id^='frmb-'][id$='-form-wrap'] .btn-group > .btn:focus,
[id^='frmb-'][id$='-form-wrap'] .btn-group > .btn:hover {
    z-index: 2;
}

[id^='frmb-'][id$='-form-wrap'] .btn {
    color: #fff;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

[id^='frmb-'][id$='-form-wrap'] .btn.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

[id^='frmb-'][id$='-form-wrap'] .btn.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

[id^='frmb-'][id$='-form-wrap'] .btn.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

[id^='frmb-'][id$='-form-wrap'] .btn.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

[id^='frmb-'][id$='-form-wrap'] .btn.active, [id^='frmb-'][id$='-form-wrap'] .btn.btn-active, [id^='frmb-'][id$='-form-wrap'] .btn:active {
    background-image: none;
}

[id^='frmb-'][id$='-form-wrap'] .btn-primary {
    background-color: #337ab7;
    border-color: #2e6da4;
}

[id^='frmb-'][id$='-form-wrap'] .btn-primary:hover, [id^='frmb-'][id$='-form-wrap'] .btn-primary:active, [id^='frmb-'][id$='-form-wrap'] .btn-primary.active, [id^='frmb-'][id$='-form-wrap'] .btn-primary.btn-active {
    background-color: #286090;
    border-color: #204d74;
}

[id^='frmb-'][id$='-form-wrap'] .btn-danger {
    background-color: #d9534f;
    border-color: #d43f3a;
}

[id^='frmb-'][id$='-form-wrap'] .btn-danger:hover, [id^='frmb-'][id$='-form-wrap'] .form-actions .clear-all:hover, .form-actions [id^='frmb-'][id$='-form-wrap'] .clear-all:hover {
    background-color: #c9302c;
    border-color: #ac2925;
}

[id^='frmb-'][id$='-form-wrap'] .btn-default {
    background-color: #fff;
    border-color: #ccc;
}

[id^='frmb-'][id$='-form-wrap'] .btn-success {
    background-color: #5cb85c;
    border-color: #4cae4c;
}

[id^='frmb-'][id$='-form-wrap'] .btn-success:hover {
    background-color: #449d44;
    border-color: #398439;
}

[id^='frmb-'][id$='-form-wrap'] .btn-info {
    background-color: #5bc0de;
    border-color: #46b8da;
}

[id^='frmb-'][id$='-form-wrap'] .btn-info:hover {
    background-color: #31b0d5;
    border-color: #269abc;
}

[id^='frmb-'][id$='-form-wrap'] .btn-warning {
    background-color: #f0ad4e;
    border-color: #eea236;
}

[id^='frmb-'][id$='-form-wrap'] .btn-warning:hover {
    background-color: #ec971f;
    border-color: #d58512;
}

[id^='frmb-'][id$='-form-wrap'] .input-group .form-control:last-child,
[id^='frmb-'][id$='-form-wrap'] .input-group-addon:last-child,
[id^='frmb-'][id$='-form-wrap'] .input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
[id^='frmb-'][id$='-form-wrap'] .input-group-btn:first-child > .btn:not(:first-child),
[id^='frmb-'][id$='-form-wrap'] .input-group-btn:last-child > .btn,
[id^='frmb-'][id$='-form-wrap'] .input-group-btn:last-child > .btn-group > .btn,
[id^='frmb-'][id$='-form-wrap'] .input-group-btn:last-child > .dropdown-toggle {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

[id^='frmb-'][id$='-form-wrap'] .input-group .form-control,
[id^='frmb-'][id$='-form-wrap'] .input-group-addon,
[id^='frmb-'][id$='-form-wrap'] .input-group-btn {
    display: table-cell;
}

[id^='frmb-'][id$='-form-wrap'] .input-group-lg > .form-control,
[id^='frmb-'][id$='-form-wrap'] .input-group-lg > .input-group-addon,
[id^='frmb-'][id$='-form-wrap'] .input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

[id^='frmb-'][id$='-form-wrap'] .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

[id^='frmb-'][id$='-form-wrap'] .input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

[id^='frmb-'][id$='-form-wrap'] .form-control,
[id^='frmb-'][id$='-form-wrap'] output {
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    display: block;
}

[id^='frmb-'][id$='-form-wrap'] textarea.form-control {
    height: auto;
}

[id^='frmb-'][id$='-form-wrap'] .form-control {
    min-height: 34px;
    display: inline-block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

[id^='frmb-'][id$='-form-wrap'] li.dependent-field .form-control {
    display: inline-block;
    width: 50%;
}

[id^='frmb-'][id$='-form-wrap'] .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

[id^='frmb-'][id$='-form-wrap'] .form-group {
    margin-bottom: 15px;
}

[id^='frmb-'][id$='-form-wrap'] .btn,
[id^='frmb-'][id$='-form-wrap'] .form-control:not(select) {
    background-image: none;
}

[id^='frmb-'][id$='-form-wrap'] .pull-right {
    float: right !important;
}

[id^='frmb-'][id$='-form-wrap'] .pull-left {
    float: left !important;
}

textarea.idea-template {
    display: none;
    width: 617px;
    color: #fefefe;
    font: 13px/19px courier;
    padding-left: 40px;
    height: 1055px;
}

.template-textarea-wrap {
    display: none;
}

.form-wrap {
    position: relative;
}

.form-wrap:after {
    content: '';
    display: table;
    clear: both;
}

.cb-wrap,
.stage-wrap {
    vertical-align: top;
}

.action-links .action-links-inner {
    overflow: hidden;
    width: 0;
    height: 20px;
    -webkit-transition: width 250ms;
    transition: width 250ms;
}

.action-links .dev-mode-link {
    -webkit-transition: color 250ms;
    transition: color 250ms;
    color: #666;
    cursor: pointer;
    padding-right: 2px;
}

.stage-wrap h4 {
    margin-top: 0;
    color: #666;
}

.action-links a.clear-all:hover,
.del-button:hover,
ul.frmb span.required {
    color: #C10000;
}

.action-links a {
    color: #666;
}

.form-elements input[type=text].error {
    border-radius: 0;
    border: 1px solid #C10000;
}

.form-elements input[type=text].fld-maxlength {
    width: 10%;
}

.form-elements input.field-error {
    background: #fefefe;
    border: 1px solid #afafab;
}

.form-elements label em {
    display: block;
    font-weight: 400;
    font-size: .75em;
}

.form-elements label.maxlength-label {
    line-height: 1em;
}

.form-group .available-roles {
    display: none;
    padding: 10px;
    margin: 10px 0;
    background: #e6e6e6;
    box-shadow: inset 0 0 2px 0 #999;
    /* smartphones, Android phones, landscape iPhone */
}

@media (max-width: 481px) {
    .form-group .available-roles {
        margin-left: 0;
    }
}

.form-elements .available-roles label {
    font-weight: 400;
    width: auto;
    float: none;
    display: inline;
}

.form-elements .available-roles input {
    display: inline;
    top: auto;
}

.form-elements,
.form-group,
.multi-row span,
textarea {
    display: block;
}

.form-elements:after,
.form-group:after {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.form-elements .field-options div:hover,
.frmb .legend,
.frmb .field-label-container {
    cursor: move;
}

.frmb-tt {
    position: absolute;
    border: 1px solid #262626;
    background-color: #666;
    border-radius: 5px;
    padding: 5px;
    color: #fff;
    z-index: 20;
    text-align: left;
    font-size: 12px;
    pointer-events: none;
}

.frmb-tt:before {
    border-color: #262626 transparent;
    bottom: -11px;
}

.frmb-tt:before, .frmb-tt:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 10px 10px 0;
    border-color: #666 transparent;
    display: block;
    width: 0;
    z-index: 1;
    margin-left: -10px;
    bottom: -10px;
    left: 20px;
}

.frmb-tt a {
    text-decoration: underline;
    color: #fff;
}

.frmb li:hover .del-button,
.frmb li:hover .toggle-form,
.fb-mobile .frmb li .del-button,
.fb-mobile .frmb li .toggle-form {
    opacity: 1;
}

.fresh .frmb .legend .element-info {
    display: inline-block;
    visibility: visible;
    line-height: 12px;
    margin-left: 6px;
}

.frmb-xml pre.ui-dialog-content {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    font-size: 12px;
    padding: 0 30px;
    margin-top: 0;
}

.action-links a.export-xml:hover,
.toggle-form.closed:hover {
    color: #6fc245;
}

a.btn.toggle-form {
    margin-left: 5px;
    opacity: 0;
}

a.btn.toggle-form:hover {
    border-color: #cccccc;
}

a.btn.toggle-form:before {
    margin: 0;
}

.formb-field-vars .copy-var {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: #999;
    text-indent: -9999px;
}

.ite-warning {
    box-shadow: 1px 1px 4px 0 rgba(50, 50, 50, 0.5);
    border-radius: 0;
    border: 1px solid #ddd;
}

.ite-warning .ui-dialog-buttonpane {
    height: 27px;
}

.ite-warning button {
    color: #4479B9;
    margin: 0;
}

.ite-warning button:focus {
    outline: 0;
    font-weight: 700;
}

.ite-warning button.cancel:before {
    content: '|';
    margin-right: 15px;
    padding: 0;
}

.ite-warning .ui-dialog-content {
    padding: 0 15px 10px;
}

.ite-warning .ui-dialog-titlebar-close {
    display: none;
}

.ite-warning .ui-widget-header {
    height: 15px;
}

.ite-warning {
    font-size: 12px;
    line-height: 1.5em;
}

.ite-warning h3 {
    color: #666;
    margin-bottom: 10px;
}

.ite-warning button {
    background: 0 0;
    padding: 2px 5px;
}

.required-asterisk {
    display: none;
    color: #C10000;
}

.ui-button .ui-button-text {
    line-height: 0;
}

.form-builder-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 10;
}

.form-builder-overlay.visible {
    display: block;
}

.form-builder-dialog {
    position: absolute;
    border-radius: 5px;
    background: #fff;
    z-index: 20;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 0;
    left: 0;
    padding: 10px;
    box-shadow: 0 3px 10px #000;
}

.form-builder-dialog h3 {
    margin-top: 0;
}

.form-builder-dialog.data-dialog {
    width: 65%;
    background-color: #23241f;
}

.form-builder-dialog.data-dialog pre {
    background: none;
    border: 0 none;
    box-shadow: none;
    margin: 0;
    color: #f2f2f2;
}

.form-builder-dialog.positioned {
    -webkit-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
}

.form-builder-dialog.positioned .button-wrap:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 10px solid #fff;
    position: absolute;
    left: 50%;
    top: 100%;
    -webkit-transform: translate(-50%, 10px);
    transform: translate(-50%, 10px);
}

.form-builder-dialog .button-wrap {
    position: relative;
    margin-top: 10px;
    text-align: right;
    clear: both;
}

.form-builder-dialog .button-wrap .btn {
    margin-left: 10px;
}

.admin__scope-old li select:not([multiple]):focus {
    background-image: none;
}

[id^='frmb-'][id$='-form-wrap'] .frmb ol.sortable-options li.dependent-field {
    padding-right: 34px;
}

.amform-layout-two:not(.editing),
.amform-layout-three:not(.editing) {
    width: 100%;
}

.amelement-content .title {
    margin: 0;
}

.frmb .amform-layout-two:not(.editing),
.frmb .amform-layout-three:not(.editing) {
    display: inline-block;
    margin-right: 2%;
    vertical-align: top;
}

.frmb .field-label-container .field-label {
    font-weight: 600;
}
/*phpcs:ignoreFile*/
/*
formBuilder - https://formbuilder.online/
Version: 1.24.2
Author: Kevin Chappell <kevin.b.chappell@gmail.com>
*/
.kc-toggle {
  position: relative;
  margin: 4px 0 0 2px;
  width: 60px;
  height: 21px;
  border-radius: 3px;
  cursor: pointer;
  overflow: hidden;
  display: inline-block;
  background: #e9e9e9;
  border: 1px solid #cbcbcb;
  vertical-align: bottom;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .kc-toggle .kct-inner {
    position: absolute;
    top: 0;
    left: -28px;
    width: 115px;
    height: 100%;
    -webkit-transition: left 150ms ease;
    transition: left 150ms ease; }
  .kc-toggle.on .kct-inner {
    background: #e2e2e2;
    background: -webkit-linear-gradient(top, #e2e2e2 0%, #ffffff 100%);
    background: linear-gradient(to bottom, #e2e2e2 0%, #ffffff 100%);
    left: 0; }

.kc-toggle input {
  display: none;
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%; }

.kc-toggle
.kct-on {
  color: #0e880e;
}

.kct-off {
  color: #666; }

.kct-on, .kct-off, .kct-handle {
  width: 28px;
  height: 100%;
  font-family: Arial, Tahoma, sans-serif;
  font-size: 12px;
  text-align: center;
  line-height: 22px;
  font-weight: bold;
  float: left; }

.kct-on, .kct-off {
  position: relative; }

.kct-handle {
  position: relative;
  height: 17px;
  background: #ffffff;
  background: -webkit-linear-gradient(top, #ffffff 0%, #cecece 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #cecece 100%);
  border: 1px solid #999;
  font-weight: 100;
  color: #4b4b4b;
  text-shadow: none;
  border-radius: 3px;
  margin: 1px; }

.rendered-form * {
  box-sizing: border-box; }

.rendered-form button,
.rendered-form input,
.rendered-form select,
.rendered-form textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

.rendered-form input {
  line-height: normal; }

.rendered-form button,
.rendered-form input,
.rendered-form optgroup,
.rendered-form select,
.rendered-form textarea {
  margin: 0;
  font: inherit;
  color: inherit; }

.rendered-form textarea {
  overflow: auto; }

.rendered-form button,
.rendered-form input,
.rendered-form select,
.rendered-form textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

.rendered-form .btn-group {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .rendered-form .btn-group > .btn {
    position: relative;
    float: left; }
  .rendered-form .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .rendered-form .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0; }
  .rendered-form .btn-group .btn + .btn,
  .rendered-form .btn-group .btn + .btn-group,
  .rendered-form .btn-group .btn-group + .btn,
  .rendered-form .btn-group .btn-group + .btn-group {
    margin-left: -1px; }
  .rendered-form .btn-group > .btn:last-child:not(:first-child),
  .rendered-form .btn-group > .dropdown-toggle:not(:first-child),
  .rendered-form .btn-group .input-group .form-control:last-child,
  .rendered-form .btn-group .input-group-addon:last-child,
  .rendered-form .btn-group .input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
  .rendered-form .btn-group .input-group-btn:first-child > .btn:not(:first-child),
  .rendered-form .btn-group .input-group-btn:last-child > .btn,
  .rendered-form .btn-group .input-group-btn:last-child > .btn-group > .btn, .rendered-form .btn-group .input-group-btn:last-child > .dropdown-toggle {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .rendered-form .btn-group > .btn.active,
  .rendered-form .btn-group > .btn:active,
  .rendered-form .btn-group > .btn:focus,
  .rendered-form .btn-group > .btn:hover {
    z-index: 2; }

.rendered-form .btn {
  color: #fff;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }
  .rendered-form .btn.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc; }
  .rendered-form .btn.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px; }
  .rendered-form .btn.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px; }
  .rendered-form .btn.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px; }
  .rendered-form .btn.active, .rendered-form .btn.btn-active, .rendered-form .btn:active {
    background-image: none; }

.rendered-form .btn-primary {
  background-color: #337ab7;
  border-color: #2e6da4; }
  .rendered-form .btn-primary:hover, .rendered-form .btn-primary:active, .rendered-form .btn-primary.active, .rendered-form .btn-primary.btn-active {
    background-color: #286090;
    border-color: #204d74; }

.rendered-form .btn-danger {
  background-color: #d9534f;
  border-color: #d43f3a; }
  .rendered-form .btn-danger:hover {
    background-color: #c9302c;
    border-color: #ac2925; }

.rendered-form .btn-default {
  background-color: #fff;
  border-color: #ccc; }

.rendered-form .btn-success {
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .rendered-form .btn-success:hover {
    background-color: #449d44;
    border-color: #398439; }

.rendered-form .btn-info {
  background-color: #5bc0de;
  border-color: #46b8da; }
  .rendered-form .btn-info:hover {
    background-color: #31b0d5;
    border-color: #269abc; }

.rendered-form .btn-warning {
  background-color: #f0ad4e;
  border-color: #eea236; }
  .rendered-form .btn-warning:hover {
    background-color: #ec971f;
    border-color: #d58512; }

.rendered-form .input-group .form-control:last-child,
.rendered-form .input-group-addon:last-child,
.rendered-form .input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.rendered-form .input-group-btn:first-child > .btn:not(:first-child),
.rendered-form .input-group-btn:last-child > .btn,
.rendered-form .input-group-btn:last-child > .btn-group > .btn,
.rendered-form .input-group-btn:last-child > .dropdown-toggle {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.rendered-form .input-group .form-control,
.rendered-form .input-group-addon,
.rendered-form .input-group-btn {
  display: table-cell; }

.rendered-form .input-group-lg > .form-control,
.rendered-form .input-group-lg > .input-group-addon,
.rendered-form .input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

.rendered-form .input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0; }

.rendered-form .input-group {
  position: relative;
  display: table;
  border-collapse: separate; }

.rendered-form .form-control,
.rendered-form output {
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  display: block;
}

.rendered-form textarea.form-control {
  height: auto; }

/*
.rendered-form .form-control {
  height: 34px;
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }
  .rendered-form .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }*/

.rendered-form .fieldset .fields .field.form-group {
  margin-bottom: 15px;
}

.rendered-form .btn {
  background-image: none;
}

.rendered-form .pull-right {
  float: right !important;
}

.rendered-form .pull-left {
  float: left !important;
}

.form-group .required {
  color: #C10000;
}

.form-control.number {
  width: auto;
}

/*   ------------   TOOLTIP   ------------   */
*[tooltip] {
  position: relative;
}

*[tooltip]:hover:after {
  background: #ffffff;
  border-radius: 5px 5px 5px 0;
  bottom: 40px;
  color: #000000;
  content: attr(tooltip);
  padding: 10px 5px;
  position: absolute;
  z-index: 98;
  left: 2px;
  width: 220px;
  text-shadow: none;
  box-shadow: 0px 2px 2px #dddddd;
  font-size: 14px;
  line-height: 1.5em; }

*[tooltip]:hover:before {
  border: solid;
  border-color: #ffffff transparent;
  border-width: 8px 8px 0 8px;
  bottom: 32px;
  content: '';
  left: 50%;
  position: absolute;
  z-index: 99;
}

.tooltip-element {
  color: #fff;
  background: #000;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  display: inline-block;
  text-align: center;
  line-height: 16px;
  margin: 0 5px;
  font-size: 12px;
}

.form-control[type='color'] {
  width: 60px;
  padding: 2px;
  display: inline-block;
}

.form-control[multiple] {
    height: auto;
    background: none;
}

.amform-form .am-customform-depend {
  display: none;
}

.amform-rating-container {
    display: inline-block;
    font-size: 1rem;
}

.amform-rating-container .amform-versiontwo-label {
    float: right;
    width: 30px;
    height: 30px;
    padding: 0;
    margin: 0;
    cursor: pointer;
    color: #ffb300;
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIyMDBweCIgaGVpZ2h0PSIyMDBweCIgdmlld0JveD0iMCAwIDIwMCAyMDAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwMCAyMDAiIHhtbDpzcGFjZT0icHJlc2VydmUiPiAgPGltYWdlIGlkPSJpbWFnZTAiIHdpZHRoPSIyMDAiIGhlaWdodD0iMjAwIiB4PSIwIiB5PSIwIgogICAgeGxpbms6aHJlZj0iZGF0YTppbWFnZS9wbmc7YmFzZTY0LGlWQk9SdzBLR2dvQUFBQU5TVWhFVWdBQUFNZ0FBQURJQ0FRQUFBQUhVV1lWQUFBQUJHZEJUVUVBQUxHUEMveGhCUUFBQUNCalNGSk4KQUFCNkpnQUFnSVFBQVBvQUFBQ0E2QUFBZFRBQUFPcGdBQUE2bUFBQUYzQ2N1bEU4QUFBQUFtSkxSMFFBLzRlUHpMOEFBQUFIZEVsTgpSUWZpQnhJQU9UdGc1emV6QUFBTnlrbEVRVlI0MnUyZGUzQlZ4UjNIZjN2eWd2QXNJVUY4RkJSRlc2c0prU0NSQkRqbkpybVFCSUk2CmplQ2pQbXFoMG82UDF0S3hZNGRxZFdwbGZPS000S01pNGl0MU9qWFZsRWh1ampvNkhWSHJqUFhSZ205RnJJbFdJSmlZNU82dmY4UkEKUXU2OTU3Vzd2N09YKy9rck9YZlA3dTkzdm5mMzd0bnoyOThCeUpBaFE0WU1HVEpreUpCaEJMR2wxQlprR0VMcnNmWjJhaHZFWWxBYgpFSXpzZWxiV2VneTFGU0xSWEJDakRpRDNMR29yaEhwRWJVQVFXc2ZBUWdETUNCSVdjcXBZSGdCVXRCUlNXeUlPclFWaDlRQUFocEczCmpOb1NjZWdzQ01QYWI1MUlvMEdMVVJ2Z24xaHAxcXNEZi9IZWVGSDFIbXA3eEtCeER4a1lzQUFBak55cytpQTFoUW1OQllHNklYK24KemFDbDdaRFZOaVZyTnp0Z1BmKzZjM0pqTjdWTkl0QzJoN0JhTnVUTFpPUVhMS0syU0F6NkNuTElyMGE2ekxRMEhiS2FjaWQzR3VPRwpIc0d2ZGhTdDZxTzJLemlhOXBEQytjUGxBR0FUVDdDb3JSS0Jwb0pBb21sdVdneGE2U1RJc3JXNmVqTUVMVjJ3VDJJekVyaFNWRG1QCjJyTGdhQ2tJSkxrdnp6cWIyckRnYUNrSTFpVTVmaWExWmNIUmNOcHJUNFFPbHAzNE15d3pYNkcyTHhnYTloQ01KcE1qSFo0ZWFpZ0kKUzdHeXl6S0NxR2F0QVl1VGY4cE9iUHMrdFlYQjBFNlFCZVdzSU5YbldacjNFZTBFZ1RxSHp6V2YrdW9uaU1PelFWYlNlaXkxaVVIUQpUSkRZTk9NVXB6STVXZzlhbWduQ25BWXNBTTBYR1RVVHhHbkFBZ0JnNVZ1blVwdnBINjBFYWM1bnBuTXB4bktXVVZ2cUg2MEVHVlBGClJybHlTdU5CU3l0QlhQMkNBQUFzM0RxSjJsYS9wS1VnTER0UDIzMVZHZ215YlJZN3ltMVpmUmNaTlJMRVM3Z29xN2JIVXR2ckQ0MEUKY1RQbEhZU05Hb3lNMXcxdEJHa3RZbVZleXV1NkVLK05JTG5EUWtkZFVOZVNSMjJ6SDdRUnhNdUFCUURBeHViVlVKdnNCMDBFYWNwRgp6NWRYejl0RFRRUVpHVHJxREM2MXM3MmVRNDhtZ25nZHNBQUFqRW00Z05wc0gxWlRHK0FTZjF2V05CeTB0QkNrL2NSRW9hTXVPRk8vCnVETXRCUEhaUDhDWTJqYVgyblRQTmxNYjRBcmZlMnoxaS9iVlFCQjdJcXZ3ZTY1KzBiNGFDSklxZE5UUnZlUHNFbXI3UFZwTWJZQXoKTEZCU0FOMFc0a012U09yUVVXZDBXMlFNdlNEejU2WU9IWFdDbmR3Mms5b0hMNFJla0dBREZvQnUwYjZoRjhUL2xQY0FXazE5UTM0bgp1KzI3T1I4R3I2VnZXdlZIMUo2NEplUTlSRXphcFd5TjdrWkNMb2lBQVF2MG12cUdlc2hxemgvM2hidFl4ZFJ3M2pjMStqbTFOKzRJCmRROFpFeEVoQjRCaFpEZFErK0xhVm1vRFVoRjh5bnZBVFcwR3JYQUw0amFXMTVuSXRnblUzcmdqeElKNENSMTFndVZrTDZIMnh4MGgKRmtSc3BsRmRabG9oRmtUZ2dBVUFFRzNPcC9iSURhRVZwTFVJNWdoMU5IK3NGbWt5UXl1STU5QlJSL1JZaUErdElHTHUwWWZYMkpSTAo3WlF6SVJYRVQraW9FMnhDUVlUYUwyZENLb2lmMEZFWHptb3dhSVZVRUFrREZnQmdRMU1XdFdOT2hGVVFzVlBlUVdjTEovc09LRklGCnM1ZmpHaFl5V1pBWnA4cXBtWC9LT3FpOUcrSHREcmJhN0J6OGp3RzBSMkd6VVVSdDF1RUtib0hMeks2RC96TUFBUHNJMk1JMG1JR2sKRzdnZmZtNXVHbjRzQ3dEZ3dhN3BXNmIxd1lLd0RWM3BEWCtkMVpodGh4NGRjamRzVitBalJscTlOVFBNNEFhNHl1d1plWHpZOHNUVwpTYmtQR05vbXBkQUgzQU9YbWs4ay9tekVlcEY5QmQ1c2FMREVvQy80RWl3M1AwajI2WWhmRGZNT0xNZDNxSTFPVnhENXVoMlZ5ZVZJCkVuWHk1TGp4ZDdQenFJMVBQL2puN0VKemErb3lTWmU0N1l2Z0xqYUcyb1YwQW1Od3Z2bVpVNm1rRTExekU4em1yMU03a1M1Z25GLzcKYkkyekhBNkJjdllvdk1WWVRlMk0vdkNQNEZ6clJYZGxIWi9LdFovRjdtY1RxVjNTR2Z6ci9rdnEvK2UydEl2SHBMRnA3Rkdqbk5vdApQY0Z2NEdyekxpOW51RmdzaVh6STV2TS9JRkk3cHgvNEg1anJUUTRQd2RaMkZXeGhVNmhkMUFsOHNQZG4wZjFlei9JUTJkRTJ4ZGhzCmFKbURTajNZeFZkSEh2SnpwcmRRRzJhdmdSdjg3eG8vWE9DdjlaOVRzOVBmdVo1am4reTUrS2d4bmRybE1NUHY3RmxUKzQzZnMzMEUKbzlrVDRUNm0xVVpLZGZBdjhlSkljNUFhZkVZSDJqK0YyOFJzcGtrbitBdDk1MFkvRGxhSHoyZUU1b2IrT2ZnMjlRVUlFNXp6MzNjdQpEQ3BIb0QyR3pmbGoxeHVYVUYrSWNNQjM4L09xYkJFMUJReG9qcTFnRzJYRUdPb0YvM3ZQaGJXQ3dvc0NSNWpIWmhpUHNkblVsNFFPCjdNTnJyRnRCMkRwRzREaVR5THNkOC9odGgrdkNDbjh2UHMrNlJad2N3dmFwdDlmQkptTXl6VVdoQXgvdlhsbTdWMnlkd2piRnhJNHkKSG1ZYTVzbjFDKzltbDV2M2lhOVhXRFQ0NW4zVE4wOUhxRHc4Z3Uzd0RWNFRhWlZScytCdFk3SDV4aVBpTmpPSEZYNVA1NVdOM1hMcQpGcDdycEswZ2E1TzREQXpoQS9md24wVCtMSzkrS2NsbjdDdnhqK2taYk1lMzl5MlB2aSt6QlNranZubDdPZ2JiSWZKMU95dmt5aUV4ClBWTzZCZHU1Q1hJVGdkUjhXYkdMamZYcEVXeUhzVzh1V0xSYlJVdFNKNm1SQjlJaDJHNGd5RTJOSEFveXl1a2ViTWMvaGhWdWc5eEUKb0NURm43N0JkdDZDM0VTZ0tPZWlqc0YyM29QY1JLQm9vVU8vWURzL1FXNGlVSnFWVko5Z083NjViN1gzSURjUktFNFRxME93bmY4ZwpOeEdvejlzYjhtQTcvaHBmWHJXRHJuMlNSTXJoRGJiajYzdCs1VC9JVFFSRW1hM3R5YkE3ZkwwRTd6Q3ZwTGFCNm5GU1NmamtBSUFRCkJHc1FDUkxPcEsxWWJoOUJiUU9OSUF5V1VUdWVDTU9ndDR0RWtGaTVNWlhhOGNUUTkxd1NRY0tiKzVBdGZPbzd0QmJRREZuaEZTUW4KbnpoSFBJRWdkZ2s3bHRicFZGQ25XeVlRaEg2Y1RtbGRUU3ZwTTA0Q1FhaS9nNmt4UnVjR2VyTm80UFpWTjlnMms1MU02YkF6dEQxWQp1U0FhdkhlempqSkh2UG9oSy9TQ0dPTUxxZ2hiVjl0YzZ6R3NqTTVadDFEZUp5a1dKRWVMZDI1UzVvaFhMRWk0WjFpREdKTUxLOG5hClZ0bFlTeUdFUGhuK0FIUXpMYVdDakc1Z29YOWR4QURzVEtwSGQwb0ZDZmM5K2xEWTBUR2l5WWRDUVZyR2cwWUovNmxtV2dvRkdWV3YKMHlZZXF0NnNVQkE5WmxpREdDZllQeUJwVjFWRFRhT1JkTkhPT3pSOVJKa2doVkZEaTFlZkhvU21SeXNUUko4WjFpQ3NlTnR4Nmx0VgpKTWpHSEtiSjY3T0hrazN3SlZJa3lQR21qaHQyS0hxMUlrRmt6dXF4SzNnZGlXRnpuemxTbnQySlVTTElXbWtCYU5nVi8xSDhlUDZNCm5Ob1p5NVprZDNLVUNMTHdERG5iZFBocjhkTWlEMVg5MTFxRTEyQy9qQmJVejdTVUNDSm5MT2JyZThxLzNjbUI1azN4K2ZpaGhFWVcKYkowazg4cU1SSWtnNHI5bi9FdSt6THA4NkU2T3FuOUFDZitMY011ejh4Uy90VTZCSUxGU05rMXNqZmhpWDRuMTVLRkh6YStzcytPcgpzY2RQalNuYVVqeG9LUkJFN0F5TGM3eXhZMEd5L0xpUnUrT240NzlGdHNlcTdiSHlyczFJVkF4WkFnWEJ6NkRHdkxZeG5yeEUxZXU5CnMzR1R1QmJaS0t5VmRtVVNJRjBRK3lUMlBWRjFZV3R2c1JWektoWGRiMTdNenhkM2Q2SjJwaVZkRUZGak1QYnpYNXVMbzUrN0syMDkKM0ZmSy95bW81ZHFXUERuWEpoSFNCUkh6L2VJZllJVjFzNWY4dURVN084djVuU0xhTnNhTnJwWnpiUksySnJmNjJEUjJXdkJhK0JOcwpsdldTMTdNYWU2MHI0ZzM4eStEdHE1eHBTUmJFQ0J3WWh6MTRtZlZEOHl0L1owZWFXVEYvSWFnTmJLbXRiTSt3WkVHQ2ZyZnc3ZjQ1CjVvWWdOWmlmZEM3RUd6Z1BVZ2NyNFBQRlg1dkVTQldrYlFyTUMzSSsvOU8rMmRYL0NtcEZZOXo4TFZielFCbmgxTVdnU0JYRWFEQjgKMTgvMzhmT3NIeS85V293bGtmYWVZZ3lRd2hLVkJjNUpGY1QvREF0ZlphWFdJeUp0cWUwd2ErTnJzTS9mMmNhUjl1bGlyMDNTbHVSVgpiVThFeTkrWmVIdkhHYWI0dkw4WVdjY3IwR2ZlWFZVekxaazlwSjdsK0hEOGkvaFM4NnJHWGprbVJiYjN6K0srRW9XcnVsK1hLSWlmCjd4Ui9Ia29pZjVQcGNQVWVxNUd2NHA1VDZiTVpiYWZLdEdzUWFZSTA1OE1pYjJkd3pxL3Z0TXhQNUR0dDNjUG04TGU4bnFWbWQ2UTAKUWNZdU1rWjdLYzgvWlJGcmJhcDFYSkdZYjNTVjRmM2V6bEh6S3lKdnlQTDBMbERld29yTloxVTRQTWpTcjgxTGNRWDM4TUlpNDVSbgpUcEJ2bHlSQm1uSlpuZHV5Mk1ldnR1ck5Udm5PSG9yNUdKYmlLKzdMNXlqb0k1SUVLWWl3Q2U1S2luL1BtUmU4dldOT3hhQWxTUkMzClN3MzRlTStzcXBmbHU1bWN4bDdyRjdpRXUrcWZyTXcrV3JZOVVnUlphMkNEY3luZUhWOXBMaGY5MmprL1dFOWpDVDduWEk0eExuMWIKdHhSQkZsUWFoVTVsOEUwb2k5d3IyejIzUkhaMVJQQTY1elZoK2JlSGNvWXNSN1A1dlIxbDFwdXluZk5DWTl6OEhWaTRLM1VwVm1sTApmbjJtSEVGU2RteStseSszVnNwNjdWd1FyT2VnQko5T1ZZSmx1Um1NZ3lCQmtMWXk0NWprbitMTDhWblc0M0tkOG8vWmFTN2h2K1NwClZ0SWtEMW9TQkVtK3hJQ0l0K3lZVi8yZVhKY0NndGF0YkI2K20vVHpxcGJ4TXB1WElFaXkyVHJ2NVBYbTFhdDhQcEZRaWZsS2R5bC8KTFBGblJtNmU2MXRlUHdnWHBQMWtZMmFpNC96Wi91SklpMHhYUkZLNzExckJMK1VKbjFmS25XbUo3eUVKek1VNFgvdGNwT1pUbVk2SQp4N3FmbCtFYkk0K3p4VTJlbGsyOUlWd1FObUpSRVhkeHk3cit1a0J4SHpSVXZkVXhoOTh6d3NNeGhWRjViUW9XSkRhREZROC9nay9GCml5UFB5M05BTG8zZDFpcCtEdTQ1NUxDbmxXeHZDQlprZVAvZ3ZYaVZ1YVRxQzNubXE4QnE2cDNGdHc4N3RHU2pqNGZUN2hBdHlKQmYKRUh3SHpqQnZsMlc0U3FMdjc2emc2dzZ1Q2JNSk02WGxOUklxaUgwMHpCbjhHN2ZzTGJWZWxXVzJhbGIxV1d0d01UOFlleTl0MEJJcQpDSjdGR0FBQWR1RkY1Z1VOKzZSZEh4S3NWbGJNdDMzcnFiUTBtV0tIckxNQkJqWXJtdzlLdlRaRW1KOVowWUVOMkViaEpFblJ2Z0lGCmFTMkNDZ0IrNTRITnl1a0ltamRCSmY5QWl3emQ3U3Z0enBpR0tXYThzMjFDZTFQN0xxbzBtYTVwLzAzc0tHb2JGSHE3c3IwNGVDMFoKTW1USWtDRkRoZ3daMVBCL2loT0haU3U4TWdNQUFBQWxkRVZZZEdSaGRHVTZZM0psWVhSbEFESXdNVGd0TURjdE1UaFVNREE2TlRjNgpOVGt0TURjNk1EQjR6SUdnQUFBQUpYUkZXSFJrWVhSbE9tMXZaR2xtZVFBeU1ERTRMVEEzTFRFNFZEQXdPalUzT2pVNUxUQTNPakF3CkNaRTVIQUFBQUFCSlJVNUVya0pnZ2c9PSIgLz4KPC9zdmc+Cg==');
    background-size: contain;
    background-repeat: no-repeat;
}

.amform-rating-container.radio-group .amform-rating {
    display: none;
}

.amform-rating-container .amform-versiontwo-label:hover,
.amform-rating-container .amform-versiontwo-label:hover ~ .amform-versiontwo-label,
.amform-rating-container .amform-rating:checked ~ .amform-versiontwo-label {
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIyMDBweCIgaGVpZ2h0PSIyMDBweCIgdmlld0JveD0iMCAwIDIwMCAyMDAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwMCAyMDAiIHhtbDpzcGFjZT0icHJlc2VydmUiPiAgPGltYWdlIGlkPSJpbWFnZTAiIHdpZHRoPSIyMDAiIGhlaWdodD0iMjAwIiB4PSIwIiB5PSIwIgogICAgeGxpbms6aHJlZj0iZGF0YTppbWFnZS9wbmc7YmFzZTY0LGlWQk9SdzBLR2dvQUFBQU5TVWhFVWdBQUFNZ0FBQURJQ0FNQUFBQ2FobDZzQUFBQUJHZEJUVUVBQUxHUEMveGhCUUFBQUNCalNGSk4KQUFCNkpnQUFnSVFBQVBvQUFBQ0E2QUFBZFRBQUFPcGdBQUE2bUFBQUYzQ2N1bEU4QUFBQ2xGQk1WRVVBQUFDOXZiMjV1Ym0vdjcrOQp2YjI1dWJtL3Y3Ky92Nys1dWJtK3ZyNit2cjYydHJhL3Y3Kzl2YjBBQUFDR2hvYS92Nys5dmIyN3U3dSt2cjYrdnI2K3ZyNit2cjY4CnZMeXFxcXE5dmIyOXZiMi92NytxcXFxWm1abS92NysrdnI2L3Y3Kyt2cjYvdjc5L2YzKy92Nys4dkx5L3Y3Kyt2cjY2dXJxL3Y3Ky8KdjcrK3ZyNit2cjYvdjcrOHZMeSt2cjYvdjcrL3Y3Kyt2cjY5dmIyK3ZyNit2cjYrdnI2K3ZyNjR1TGl5c3JLOXZiMi92Nys0dUxpWgptWm0vdjcrN3U3dSt2cjYrdnI2L3Y3Kyt2cjY1dWJtL3Y3KzJ0cmEvdjcrOXZiMi92NysvdjcrK3ZyNit2cjYrdnI1eGNYRzh2THkvCnY3Kyt2cjYvdjcrK3ZyNi92Nys5dmIyOHZMeS92NysvdjcrN3U3dS92NysrdnI2L3Y3Kyt2cjYvdjcrOXZiMnFxcXEvdjcrK3ZyNi8KdjcrK3ZyNi92NysrdnI2K3ZyNi92NysvdjcrL3Y3Kyt2cjYvdjcreXNySy92NysvdjcrK3ZyNi92NysvdjcrK3ZyNnhzYkcvdjcrLwp2NyswdExTK3ZyNi92NzhpSWlLL3Y3Kyt2cjY5dmIyL3Y3KzZ1cnEvdjcrK3ZyNit2cjYvdjcrK3ZyNjd1N3UvdjcrK3ZyNjh2THk5CnZiMjl2YjIrdnI2OHZMeSt2cjYydHJhOXZiMi92NysvdjcrL3Y3Ky92Nys5dmIyOHZMeS92Nys5dmIyL3Y3Kyt2cjYrdnI2L3Y3KysKdnI2K3ZyNi92NysrdnI2L3Y3Kyt2cjY5dmIyL3Y3Kyt2cjYvdjcrbnA2ZTl2YjIvdjcrK3ZyNit2cjYvdjcrL3Y3Kyt2cjY3dTd1OQp2YjIvdjcrNnVycS92NysvdjcrOHZMeS92Nzh6TXpPK3ZyNit2cjYrdnI2L3Y3Kyt2cjYvdjcrK3ZyNit2cjYvdjcrK3ZyNi92Nys5CnZiMi92NysrdnI2L3Y3Kzl2YjIvdjcrK3ZyNit2cjYvdjcrK3ZyNit2cjYrdnI2K3ZyNi92NysrdnI2K3ZyNi92NysrdnI2K3ZyNisKdnI2L3Y3Ky92NysrdnI3L2R3RG1hd0QvLy84bS9GNXlBQUFBMlhSU1RsTUFUaUhLYlIyNGJ3dkJUeFdiWlFIc3R6SVBmbHZKclJjSgpZVkdqQmdWRVI1Q1ozQUlvUFhTLzRSQTBWNGJZS2p0OHo5SWZjMnJGdGhrS2Fic1M2V0F4c24wTVZoYW9CNnhObndSRGxTZnZPWXpkCk1JTFVPaVo0eXg1Y3JzaFNwRWtEMno5WXp0RFJxaFFZdkhzODQ1Y0lzVlFnaWcxSXJ4SEdiUHVndVYxM0pUamZrV2pETGRhZFFWa2oKampWTERodkFaSC9UUGhPelZYQ2hrc1NXdXQ1ZXNLWktuRzVBNWphSVd0b3NVS0lpUnBnYTRJUXUxL2g2ZHMzTU4weXJuaHpDZzBLVQpaaVIxajRIVmdLVzFLNXEwWTNLSDJhY3pYNU12UUJIMUNBQUFBQUZpUzBkRTI1a0VGaFFBQUFBSGRFbE5SUWZpQnhJQU9oNEF6ckEzCkFBQUhTa2xFUVZSNDJ1MmQ5M3RVUlJTR0w3MjZvWVZpUWtoSUJFSlZpaGlrU3BBaTBxV1hwUVJDQUJHRGlnVUlYUkJCcElnZ05sUkUKc0lLQ0tLS0lEVUd4ZS9ocjNFMnlaTXU5ZDg3TW5ablBQTSsrdjkrWjczMWdTODdNT2VzNGFkS2tTWk1tampyb0FKcW9XdytkUUJQMQpxUUU2Z2g0YVVpTjBCQzAwSm1xQ3pxQ0Zwa1RVREIxQ0I4MGpJcmVoUTJnZ2xCRVJhWUZPb1lHV0ZLVVZPa1p3V2xlS3RFSEhDRTVtCnBVaGJkSXpBdEtNcTJxT0RCS1ZEdGNqdDZDQkJhVnN0a29VT0VwQnNpdEVSSFNVWU9iZEVPcUdqQkNQM2xrZ2VPa293T3Q4U3VabVAKemhLRUFxcmhEblNZSUhTSkU4bEZod2xDMXppUmJ1Z3dBU2lrZUxxajQ2alRJMEdrSnpxT09sa0pJcjNRY1pUSnAwUjZvd09wMGlkSgo1RTUwSUZWNkpvbmNoUTZrU3Q4a0VhcUxUcVJHdjJRUDZvK09wTWFBRkpHNzBaSFVHSmdpUXZlZ002bFFsT3BCZzlDaFZLampJbkl2Ck9wUUtlUzRpTkJpZFNvRWhiaUpEMGFua0dlYm1RY1BSc2VRWjRTcEM5NkZ6U1pQcExqSVNuVXVXWW5jUEdvVU9Kc3RRRHhHNkg1MU0Ka3RGZUltUFF5ZVRJOXZLZ3NlaG9jdVI0aXRBNGREWXBjcjFGSGtCbms2S3p0OGg0ZERZWkh2VDJvQWtoZERvSit2dUkwRVIwT2dtNgorb2xNUXFmalUram5RWlBSOGZqMDhCV2hLZWg4YkxMOFJhYWk4M0hKOS9lZ2FlaUFYQjRTaU5CMGRFSW1QVVVpTTlBSm1mUVZpY3hFCkorUXhTK1JCTkF1ZGtjVUFzVWp0dUswNVVDeFNLMjVyRm9rOWlJclJLUm1NNFlqVWh0dWFlUnlSRnVpVURJWndSR3JCYmMxaExBK2EKamM0cFpBUlBaQTQ2cDVDNVBCRXFRZ2NWVU16MG9Ibm9wQUtHY2tYbW81TUtHTTBWb1d4MFZGK3kyUjYwQUozVmx4eStTSE4wVmw5eQorU0lVUm9mMVk2R0V5Q0x0dXk5ZVVxS0pwUkllbEtGcjE1SmxwZFVtblc3S0JQamZrVlZ6d3JxOERCMG1BQWxuOS9rcjBIRlVXVnFRCjlFSlp1UW9kU1ltSFY2ZTg1QWMvZ2c2bHdCclhkNjlHNkZpeXpIM1U0MzI0cGN6SEFKNXk3K2FhdGZQUjRmamNmTXozdzVIOU5SeE4KMlhMQngzeUIxS2N6akJYaXZwclY0OUVoeFhUcncvcnVOUStkVThUalQ3QThIS2ZmT25SVVg1NWtha1FZSnp5cndkRkw3aXcxNXlsMApZQStlYml6bDRUanRua0ZIZG1XOXBFYUUwQVowNkZTV2JKVDNpRkN4Q1IwOGljMnE5d2dMK1ZVcUd3UVozYk1GSGI2R3JjSG0zV3piCmpoYW9abW80a0lmakZPMUFLMFNaOEd4QWpTZzcwUlpFQS9XTXV0azFFK3pSWDlmdHdlem5rQnFUZDJ2U2lQSTh6bVBVSG8wZWpyUDMKQlpESFBxMGFFZkpmUkdqc045SGZlNEIzZ3E2VFBETURiZzRlc3V6eGtoR05LSWR0YW1TYWJPMjFXTUlyTnp2YnhsWUpUMUIrMDBFSApHeDVsTnJwNkxaVHdHT1UzSFpndTRhM2lsZDkwWUxTRXh5Ni82Y0JnQ1UraS9LWURVeVU4eWZLYkRveVU4RjZXTGIvcHdFQUpUNkg4CnBnUGRKYndsdUM0R3JTVzhJOGcyM2xKOUhybEFEYW43V1NLT1FrVmUwZmhmUzNTNmFaTFFCSTBpVzRBaXdtNHFHWTRCUlNicEZDR2IKMzdHU2VGV3J5R3N3anlsYVBlaDFtTWhVdlNLRStLSlZ5VFROSW11Q1IxSml1bVlQZWdNa01rTzNDT3ErZkQzdEltOUNQQnBvOTZEagpFSkczOUl0ZzdzdWJPREY1RytEUnpJQUhIUUdJN0RNaDhnNWdhQXFqdDFpQkU5WTk5aGp4b0hldGk1dzBJL0tlZFJGVEY0ZE9XZlpvCmI4aURXbHNXT1cxS3BNU3l5UHVtUk9nRHF4NGRqWGxRRjZzaUg1b1RXV2RWNUNOekl2U3hSWTk4cWJPUjlYSUhFQU1zaXF5VXlCVTkKTEFqSi9ERlpabEZFNGlKYTlXSEJ4RS80ajFpY2JzeFAxVFQyU0dGYjlqUDJwaHUzNUVZNkduOVhkeEQzcWVIV1JNNHdFNTBKSnp4Mgo5bFBtYzlhbUcvTXVOWCtXTXV5ejhWaWVpSzNweGdXc05BM2RCaDIxWVQxcWE3cnhPVTZZOCs1L3RHNzhuUE93cFdQUkMrSWttNzd3CmVqaDdNMFBrU3lzZS9jUkJMaGI2UEY5SC9QeFhWa1RFRnhzRnA0R1h0Z3BYc0RMZCtHdEJpTzNiUkN1RXZ4R0pYTGJnMFU2UVlRZG4Kdk5GbHdYSHd0eFpFcnZoSE9NbGJwVmtMMzFVeUxCVHFHdm9GdVBBZGQ1blE5NzRtRmNZOUN2MjIvMEhtcE9hRTM1bHd1WEdSMlQ2NwpTdzYzYjdYTWU2bk94a1htZU83ZDVKTDBZajZ2dDdPR1BZbzhkLzR4ckxEY3FaKzhscnRxV01Ucm9teUc0aEZOMFhHUEJmc2FGdm5aCmZkdHJwY29yTHZZd1VXdkw1ZUl4MFN4UVc1cEhVOTBHb3lJTDNMWU0ycGJtM2xTWGFWU2t1Y3VPR3RyU1hKdnE1TjhFK2JqTkg5Y3kKS05hdHFhNitRWkZGS2J0TnU2NW41ZkRWbEtXN0doUkorZXZ1RjMxdGFZdFNtdXJVM3dtRkpNL2c2cUZ6OGRKZmsxYS9ZY3hqZCtKRwo5VFNmeVlSK1Mxei9takdSM3hQMm1hUy9MYTE3NGkvSjZPM1NqZU9QK0YyTVhFbmE4MmY4RmpzTmVWeVBmMHN4ZFJ4ekkyNlRpNGIyCmlCdXUzTnBjVzFydi9UWGJtR25WZFVwaTZ3ODVZRXdqUXZ1YU9lZW5qV3l3SzdiOG9ZTW1QU0tNak8yVVpXVDU4OVdySHphc0VhRnUKN0VjSWpmVHJWbzN0WHZpWGVRL0g2VmhlSldLaVkvZFMxVC8yV2hzZVRteFFySW5weHBWM01mKzJwQkZoK2JIb2htSDlDemV4M1paVwplYWF0WTBKTklzVUJwa0twVXJHSi90Rys2QlhFYjB1MldxYS9DSHh1cjMyUENGZitoV3liSmsyYU5CYjRENHJDSHdENjN5QWZBQUFBCkpYUkZXSFJrWVhSbE9tTnlaV0YwWlFBeU1ERTRMVEEzTFRFNFZEQXdPalU0T2pNd0xUQTNPakF3MmpDV2VRQUFBQ1YwUlZoMFpHRjAKWlRwdGIyUnBabmtBTWpBeE9DMHdOeTB4T0ZRd01EbzFPRG96TUMwd056b3dNS3R0THNVQUFBQUFTVVZPUks1Q1lJST0iIC8+Cjwvc3ZnPgo=');
    background-size: contain;
    background-repeat: no-repeat;
}

.frmb .form-elements .dependent-field select:not(:focus) {
    padding-right: 40px;
}

.amform-no-display {
    display: none;
}

.amform-form .fieldset .fields .amform-layout-two,
.amform-form .fieldset .fields .amform-layout-three {
    margin-right: 2%;
}

.amform-layout-two:last-child,
.amform-layout-three:last-child {
    margin-right: 0;
}

.amform-layout-two:not(.editing) {
    max-width: 48%;
}

.amform-layout-three:not(.editing) {
    max-width: 31%;
}

.circle-theme.amform-form .fields .amform-layout-two,
.circle-theme.amform-form .fields .amform-layout-one {
    margin-right: 2%;
}

.circle-theme.amform-form .fields .amform-layout-three {
    margin-right: 1%;
}

.circle-theme .amform-layout-three:not(.editing) {
    max-width: 32%;
}

.default.amform-form .fields .amform-layout-two,
.default.amform-form .fields .amform-layout-one {
    margin-right: 2%;
}

.default.amform-form .fields .amform-layout-three {
    margin-right: 1%;
}

.default.amform-form .fields .amform-layout-three {
    max-width: 32%;
}/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.8.7
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2018 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/.chosen-container{position:relative;display:inline-block;vertical-align:middle;font-size:13px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.chosen-container *{-webkit-box-sizing:border-box;box-sizing:border-box}.chosen-container .chosen-drop{position:absolute;top:100%;z-index:1010;width:100%;border:1px solid #aaa;border-top:0;background:#fff;-webkit-box-shadow:0 4px 5px rgba(0,0,0,.15);box-shadow:0 4px 5px rgba(0,0,0,.15);clip:rect(0,0,0,0);-webkit-clip-path:inset(100% 100%);clip-path:inset(100% 100%)}.chosen-container.chosen-with-drop .chosen-drop{clip:auto;-webkit-clip-path:none;clip-path:none}.chosen-container a{cursor:pointer}.chosen-container .chosen-single .group-name,.chosen-container .search-choice .group-name{margin-right:4px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-weight:400;color:#999}.chosen-container .chosen-single .group-name:after,.chosen-container .search-choice .group-name:after{content:":";padding-left:2px;vertical-align:top}.chosen-container-single .chosen-single{position:relative;display:block;overflow:hidden;padding:0 0 0 8px;height:25px;border:1px solid #aaa;border-radius:5px;background-color:#fff;background:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#fff),color-stop(50%,#f6f6f6),color-stop(52%,#eee),to(#f4f4f4));background:linear-gradient(#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background-clip:padding-box;-webkit-box-shadow:0 0 3px #fff inset,0 1px 1px rgba(0,0,0,.1);box-shadow:0 0 3px #fff inset,0 1px 1px rgba(0,0,0,.1);color:#444;text-decoration:none;white-space:nowrap;line-height:24px}.chosen-container-single .chosen-default{color:#999}.chosen-container-single .chosen-single span{display:block;overflow:hidden;margin-right:26px;text-overflow:ellipsis;white-space:nowrap}.chosen-container-single .chosen-single-with-deselect span{margin-right:38px}.chosen-container-single .chosen-single abbr{position:absolute;top:6px;right:26px;display:block;width:12px;height:12px;background:url(../../frontend/Codazon/skc/en_US/Amasty_Storelocator/vendor/chosen/chosen-sprite.png) -42px 1px no-repeat;font-size:1px}.chosen-container-single .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single.chosen-disabled .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single .chosen-single div{position:absolute;top:0;right:0;display:block;width:18px;height:100%}.chosen-container-single .chosen-single div b{display:block;width:100%;height:100%;background:url(../../frontend/Codazon/skc/en_US/Amasty_Storelocator/vendor/chosen/chosen-sprite.png) no-repeat 0 2px}.chosen-container-single .chosen-search{position:relative;z-index:1010;margin:0;padding:3px 4px;white-space:nowrap}.chosen-container-single .chosen-search input[type=text]{margin:1px 0;padding:4px 20px 4px 5px;width:100%;height:auto;outline:0;border:1px solid #aaa;background:url(../../frontend/Codazon/skc/en_US/Amasty_Storelocator/vendor/chosen/chosen-sprite.png) no-repeat 100% -20px;font-size:1em;font-family:sans-serif;line-height:normal;border-radius:0}.chosen-container-single .chosen-drop{margin-top:-1px;border-radius:0 0 4px 4px;background-clip:padding-box}.chosen-container-single.chosen-container-single-nosearch .chosen-search{position:absolute;clip:rect(0,0,0,0);-webkit-clip-path:inset(100% 100%);clip-path:inset(100% 100%)}.chosen-container .chosen-results{color:#444;position:relative;overflow-x:hidden;overflow-y:auto;margin:0 4px 4px 0;padding:0 0 0 4px;max-height:240px;-webkit-overflow-scrolling:touch}.chosen-container .chosen-results li{display:none;margin:0;padding:5px 6px;list-style:none;line-height:15px;word-wrap:break-word;-webkit-touch-callout:none}.chosen-container .chosen-results li.active-result{display:list-item;cursor:pointer}.chosen-container .chosen-results li.disabled-result{display:list-item;color:#ccc;cursor:default}.chosen-container .chosen-results li.highlighted{background-color:#3875d7;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#3875d7),color-stop(90%,#2a62bc));background-image:linear-gradient(#3875d7 20%,#2a62bc 90%);color:#fff}.chosen-container .chosen-results li.no-results{color:#777;display:list-item;background:#f4f4f4}.chosen-container .chosen-results li.group-result{display:list-item;font-weight:700;cursor:default}.chosen-container .chosen-results li.group-option{padding-left:15px}.chosen-container .chosen-results li em{font-style:normal;text-decoration:underline}.chosen-container-multi .chosen-choices{position:relative;overflow:hidden;margin:0;padding:0 5px;width:100%;height:auto;border:1px solid #aaa;background-color:#fff;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(1%,#eee),color-stop(15%,#fff));background-image:linear-gradient(#eee 1%,#fff 15%);cursor:text}.chosen-container-multi .chosen-choices li{float:left;list-style:none}.chosen-container-multi .chosen-choices li.search-field{margin:0;padding:0;white-space:nowrap}.chosen-container-multi .chosen-choices li.search-field input[type=text]{margin:1px 0;padding:0;height:25px;outline:0;border:0!important;background:0 0!important;-webkit-box-shadow:none;box-shadow:none;color:#999;font-size:100%;font-family:sans-serif;line-height:normal;border-radius:0;width:25px}.chosen-container-multi .chosen-choices li.search-choice{position:relative;margin:3px 5px 3px 0;padding:3px 20px 3px 5px;border:1px solid #aaa;max-width:100%;border-radius:3px;background-color:#eee;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),to(#eee));background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-size:100% 19px;background-repeat:repeat-x;background-clip:padding-box;-webkit-box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);color:#333;line-height:13px;cursor:default}.chosen-container-multi .chosen-choices li.search-choice span{word-wrap:break-word}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close{position:absolute;top:4px;right:3px;display:block;width:12px;height:12px;background:url(../../frontend/Codazon/skc/en_US/Amasty_Storelocator/vendor/chosen/chosen-sprite.png) -42px 1px no-repeat;font-size:1px}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover{background-position:-42px -10px}.chosen-container-multi .chosen-choices li.search-choice-disabled{padding-right:5px;border:1px solid #ccc;background-color:#e4e4e4;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),to(#eee));background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);color:#666}.chosen-container-multi .chosen-choices li.search-choice-focus{background:#d4d4d4}.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close{background-position:-42px -10px}.chosen-container-multi .chosen-results{margin:0;padding:0}.chosen-container-multi .chosen-drop .result-selected{display:list-item;color:#ccc;cursor:default}.chosen-container-active .chosen-single{border:1px solid #5897fb;-webkit-box-shadow:0 0 5px rgba(0,0,0,.3);box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active.chosen-with-drop .chosen-single{border:1px solid #aaa;border-bottom-right-radius:0;border-bottom-left-radius:0;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#eee),color-stop(80%,#fff));background-image:linear-gradient(#eee 20%,#fff 80%);-webkit-box-shadow:0 1px 0 #fff inset;box-shadow:0 1px 0 #fff inset}.chosen-container-active.chosen-with-drop .chosen-single div{border-left:none;background:0 0}.chosen-container-active.chosen-with-drop .chosen-single div b{background-position:-18px 2px}.chosen-container-active .chosen-choices{border:1px solid #5897fb;-webkit-box-shadow:0 0 5px rgba(0,0,0,.3);box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active .chosen-choices li.search-field input[type=text]{color:#222!important}.chosen-disabled{opacity:.5!important;cursor:default}.chosen-disabled .chosen-single{cursor:default}.chosen-disabled .chosen-choices .search-choice .search-choice-close{cursor:default}.chosen-rtl{text-align:right}.chosen-rtl .chosen-single{overflow:visible;padding:0 8px 0 0}.chosen-rtl .chosen-single span{margin-right:0;margin-left:26px;direction:rtl}.chosen-rtl .chosen-single-with-deselect span{margin-left:38px}.chosen-rtl .chosen-single div{right:auto;left:3px}.chosen-rtl .chosen-single abbr{right:auto;left:26px}.chosen-rtl .chosen-choices li{float:right}.chosen-rtl .chosen-choices li.search-field input[type=text]{direction:rtl}.chosen-rtl .chosen-choices li.search-choice{margin:3px 5px 3px 0;padding:3px 5px 3px 19px}.chosen-rtl .chosen-choices li.search-choice .search-choice-close{right:auto;left:4px}.chosen-rtl.chosen-container-single .chosen-results{margin:0 0 4px 4px;padding:0 4px 0 0}.chosen-rtl .chosen-results li.group-option{padding-right:15px;padding-left:0}.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div{border-right:none}.chosen-rtl .chosen-search input[type=text]{padding:4px 5px 4px 20px;background:url(../../frontend/Codazon/skc/en_US/Amasty_Storelocator/vendor/chosen/chosen-sprite.png) no-repeat -30px -20px;direction:rtl}.chosen-rtl.chosen-container-single .chosen-single div b{background-position:6px 2px}.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b{background-position:-12px 2px}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:144dpi),only screen and (min-resolution:1.5dppx){.chosen-container .chosen-results-scroll-down span,.chosen-container .chosen-results-scroll-up span,.chosen-container-multi .chosen-choices .search-choice .search-choice-close,.chosen-container-single .chosen-search input[type=text],.chosen-container-single .chosen-single abbr,.chosen-container-single .chosen-single div b,.chosen-rtl .chosen-search input[type=text]{background-image:url(../../frontend/Codazon/skc/en_US/Amasty_Storelocator/vendor/chosen/chosen-sprite@2x.png)!important;background-size:52px 37px!important;background-repeat:no-repeat!important}}/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../../frontend/Codazon/skc/en_US/Epicor_Comm/epicor/comm/fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../../frontend/Codazon/skc/en_US/Epicor_Comm/epicor/comm/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../../frontend/Codazon/skc/en_US/Epicor_Comm/epicor/comm/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../../frontend/Codazon/skc/en_US/Epicor_Comm/epicor/comm/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../../frontend/Codazon/skc/en_US/Epicor_Comm/epicor/comm/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../../frontend/Codazon/skc/en_US/Epicor_Comm/epicor/comm/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../../frontend/Codazon/skc/en_US/Epicor_Comm/epicor/comm/fonts/fontawesome-webfont.eot?v=4.7.0');src:url('../../frontend/Codazon/skc/en_US/Epicor_Comm/epicor/comm/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../../frontend/Codazon/skc/en_US/Epicor_Comm/epicor/comm/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('../../frontend/Codazon/skc/en_US/Epicor_Comm/epicor/comm/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('../../frontend/Codazon/skc/en_US/Epicor_Comm/epicor/comm/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('../../frontend/Codazon/skc/en_US/Epicor_Comm/epicor/comm/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
/**
 * Copyright © 2010-2018 Epicor Software Corporation: All Rights Reserved
 */

/* 
    Document   : checkout.css
    Created on : 22-Mar-2013, 13:44:11
    Author     : Paul.Ketelle
    Description:
        Style sheet for Verifone 3D-Secure popup window
*/

#ewaWrapper iframe {
    width:100% !important;
    height:471px;
    display:block;
    border:none;
}

.ewaSubmitButtom {
    width:160%;
}
.cart-table dl.item-options, .minicart-items-wrapper dl.item-options{
        margin-left: 20px;
    margin-top: 10px;
}

dd[id^="checkout_item_options_"], dd[id^="cart_item_options_"] {
        clear: both;
}

.product-options-bottom .price-box .price-container > span {
    display: initial;
    font-weight: 400 !important;
}

.product-options-bottom .price-box .price-container .price {
    font-size: 1.4rem !important;
    line-height: initial !important;
    font-weight: initial !important;
}

.product-options-bottom .price-box .old-price {
    font-size: 1.4rem !important;
}

.product-options-bottom .price-box .price-container {
    font-size: 1.4rem !important;
}

/**
 * checkout order success page title
 * Default magento have issue with version of 2.1.~
 * Solution support for both 2.1.~ and 2.2.~
 */
@media all and (min-width:768px){
    .checkout-onepage-success .print{
        display:block;
        float:right;
        margin:23px 0 0
    }
}

@media all and (max-width:768px){
    .checkout-onepage-success .print{
        display:none;       
    }
}

.checkout-onepage-success .page-title-wrapper {
    overflow: unset;
    position: unset;
    width: unset;
    height: unset;
    padding: unset;
    margin: unset;
}/**
 * Copyright © 2010-2018 Epicor Software Corporation: All Rights Reserved
 */

/* 
    Document   : quickadd
    Created on : 01-Oct-2013
    Author     : Gareth.James
    Description:
        Quick add block stylesheet
*/

/* Quick Add  */

#cart-quick-add {
    position:relative
}

#qa_sku,
#qa_qty
{
    width: 97%;
}
.quickadd-autocomplete-container,
.addsku-autocomplete-container,
.lineadd-autocomplete-container {
    position: relative;
}

.quickadd-autocomplete,
.lineadd-autocomplete,
.sku-autocomplete {
    position: absolute;
    z-index: 999;
    width: 97%;
}
.lineadd-autocomplete,
.sku-autocomplete {
    width: 200px;
}

.quickadd-autocomplete ul,
.sku-autocomplete ul {
    list-style-type: none;
    padding-left:0;
    background-color: #fff;
    border: 1px solid #5C7989;
    margin: auto;
}
.lineadd-autocomplete ul{
    margin: auto;    
}
.quickadd-autocomplete li,
.sku-autocomplete li{
    border-bottom: 1px solid #bbb;
    cursor: pointer;
    padding: 2px 8px 1px;
    margin:0;
    text-align: left;
}

.quickadd-autocomplete li .amount,
.sku-autocomplete li .amount {
    float: right;
    font-weight: bold;
}

.quickadd-autocomplete li.odd,
.sku-autocomplete li.odd {
    background-color: #f5f5f5;
}

.quickadd-autocomplete li.selected,
.sku-autocomplete li.selected{
    background-color: #F7E8DD;
}

.quickadd-autocomplete .qa_more,
.lineadd-autocomplete .qa_more {
    width:100%;
}

.quickadd-form-list .required em {
    color:#f00;
    margin-right:2px;
}

#cart-quick-add p.required {
    color:#f00;
}

#cart-quick-add .target {
    margin: 1%;
}

#cart-quick-add .target span {
    font-weight:bold;
    clear:both;
    display:block;
}

#cart-quick-add .target label {
    margin: 5px 0;
}

#cart-quick-add .target input{
    margin: 7px 3px;
    clear:left;
}

#cart-quick-add .target label,
#cart-quick-add .target input{
    float:left;
}

.quotes-manage-view a {text-decoration: none;}
.quotes-manage-view a:hover {text-decoration: none;}

#cart-quick-add .buttons-set {
    clear:both;
}
.b2b-portal-register .page-wrapper .columns .column .account-create div.fieldset ul.form-list .fields .field-name-firstname label.label::before{content:'*'}
.b2b-portal-register .page-wrapper .columns .column .account-create div.fieldset ul.form-list .fields .field-name-lastname label.label::before{content:'*'}
.minicart-items .item-qty {
    width: 20%;
    padding: 0 1px;
}
.validation-advice {
    margin: 5px 0 0;
    color: #df280a;
    font-size: 1.2rem;
}
#lineadd-add{
    margin-top:13px;
}/**
 * Copyright © 2010-2018 Epicor Software Corporation: All Rights Reserved
 */

.block-masquerade-hide {
    display: none;
}

.page-products .product-items .product-item .product-item-info .product-item-details .price-box .old-price .ecc-uom-grouped{
    display:none;
    visibility: hidden;
    width: 0px;
    height: 0px;
    opacity: 0;
}

.page-products .product-items .product-item .product-item-info .product-item-details .ecc-uom{
    font-weight: 600;
    position: relative;
    bottom: 0px;
    display: inline-block;
}
.page-products .product-items .product-item .product-item-info .product-item-details .ecc-uom.ecc-uom-grouped{
    position: relative;
    bottom: 3px;
    display: inline-block;
}
.page-products .product-items .product-item .product-item-info .product-item-details .ecc-uom .child_uom{
    width: auto;
    display: inline-block;
    font-weight: 600;
    min-width: 50px;
    padding: 0px 20px 0px 5px;
    height: 25px;
}
.product-info-main .product-info-price .price-box .price-container > span.price-wrapper {
    display: inline-block !important;
}
.catalog-product-view .product-info-main .product-info-price .price-box .ecc-uom{
    font-weight: 600;
    display: inline-block;
    position: relative;
    bottom: 1px;
}
.catalog-product-view .product-info-main .product-info-price .price-box .old-price .ecc-uom{

    font-weight: 600;
    display: inline-block;
    position: relative;
    bottom: 0px;
}


/* Table View Start */
.page-products .bulk-all-add {
    margin:0px 0px 25px 10px;
    width: auto;
    float: right;
}

.page-products .bulk-add-to-wrapper{
    margin-bottom: 55px;
    height: 15px;
}
.page-products .box-addtolists.box-addtolists-tbl{
    float: right;
    width: auto;
    margin-top: 0px;
    border: 0px;
}
.page-products .box-addtolists.box-addtolists-tbl .fieldset{
    margin: 0 0 10px;
}
.page-products .product-list-container .modes .mode-table{
    padding: 3.6px 7px;
}
.page-products .product-list-container .modes .mode-table:before{
    content: "\f0ce";
    font: normal normal normal 23px/1 FontAwesome;
}
.page-products .product-list-container-tbl .toolbar.toolbar-products:last-child{
    margin-top: 30px;
}

.page-products .bulk-all-add .bulk-tocart-form{
    text-align: right;
}
.page-products .products-table .product-item.table .product-item .stock-level-table .related-branch-inventory-popup .locations_add_to_cart a{
    background: none;
}
.page-products .products-table .product-item.table .product-item .product-item-inner .hassubscription .subscription-lbl .downspan{
    display: none;
}
.page-products .products-table .product-item.table .product-item .product-item-inner .hassubscription .subscription-lbl {
    background: #e34daf;
    color: #025064;
    position: static;
    padding: 3px 10px;
    font-size: 12px;
    border-radius: 5px;
    float: none;
    display: block;
    width: 100px;
    margin: 5px auto;
}
.page-products .products-table .product-item.table .product-item .product_skus{
    width:auto;
    margin-bottom: 5px;
    line-height: 12px;
}
.page-products .products-table .product-item.table .product-item .product-item-inner .field.qty{
    text-align: left !important;
    margin: 0 !important;
}
.page-products .products-table .product-item.table .product-item .product-item-inner .field.qty .qty-box-plus-minus .qty-ctl .btn-qty.plus:after{
    content: "+";
    font-size: 18px;
}
.page-products .products-table .product-item.table .product-item .product-item-inner .field.qty .qty-box-plus-minus .qty-ctl .btn-qty.minus:after{
    content: "-";
    font-size: 18px;
}
.page-products .products-table .product-item.table .product-item .product-item-inner .field.qty .qty-box-plus-minus .qty-ctl .btn-qty{
    padding: 5px 10px 5px;
    width: 30px;
}

.page-products .products-table .product-item.table .product-item .product-item-inner .field.qty .qty{
    width: 60px;
    text-align: center;
    display: inline-block;
    height: 30px;
    position: relative;
    top: 2px;
}
.page-products .products-table .product-item.table .product-item .product-item-inner .field.qty .qty-ctl{
    display: inline-block;
}
.page-products .products-table .product-item.table .product-item .ecc-uom.ecc-uom-grouped .child_uom{
    font-size: 12px;
    padding: 2px 25px 1px 5px;
    height: 24px;
    width: auto !important;
}
.page-products .products-table .product-item.table thead tr th{
    background: #514943;
    border-right: 1px solid #8a837f;
    color:#ffffff;
}
.page-products .products-table .product-item.table thead tr th:last-child{
    border-right: 0px;
}
.page-products .products-table .product-item.table thead tr th.thumbnail, .page-products .products-table .product-item.table tbody tr td.thumbnail{
    border-right: 0px !important;
}
.page-products .products-table .product-item.table tbody tr td{
    border-right: 1px solid #d6d6d6;
    padding: 5px 10px !important;
    min-width: 50px;
    max-width: 180px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    text-align: left;
    vertical-align: top !important;
}
.page-products .products-table .product-item.table tbody tr td.product-item-inner{
    min-width: 135px !important;
}
.page-products .products-table .product-item.table tbody tr td .product-item-name{
    text-align: left;
}
.page-products .products-table .product-item.table tbody tr td .loader{
    position: relative;
}
.page-products .products-table .product-item.table tbody tr td.stock-level-table .product_stock_display{
    display: inline-block;
    vertical-align: top;
}
.page-products .products-table .product-item.table tbody tr td.stock-level-table .locations_add_to_cart,
.page-products .products-table .product-item.table tbody tr td.stock-level-table .related-branch,
.page-products .products-table .product-item.table tbody tr td.stock-level-table .related-branch-inventory-popup{
    margin-left: 5px;
    display: inline-block;
}
.page-products .products-table .product-item.table tbody tr td.stock-level-table .related-branch .locations_add_to_cart,
.page-products .products-table .product-item.table tbody tr td.stock-level-table .related-branch-inventory-popup .locations_add_to_cart{
    margin-left: 0px;
}
.page-products .products-table .product-item.table tbody tr td.stock-level-table .locations_add_to_cart .action-img-link{
    width: 20px;
}
.page-products .products-table .product-item.table tbody tr td.stock-level-table .locations_add_to_cart a.inventory-link,
.page-products .products-table .product-item.table tbody tr td.stock-level-table .locations_add_to_cart a,
.page-products .products-table .product-item.table tbody tr td.stock-level-table .locations_add_to_cart a.inventory-link:hover,
.page-products .products-table .product-item.table tbody tr td.stock-level-table .locations_add_to_cart a:hover{
    background: none !important;


}
.page-products .products-table .product-item.table tbody tr td:last-child{
    border-right: 0px;
}
.page-products .products-table .product-item.table tbody tr td strong, .page-products .products-table .product-item.table tbody tr td .product-item-name{
    padding: 0px;
    margin: 0px;
}
.page-products .products-table .product-item.table tbody tr td strong .product-item-link{
    font-weight: 600;
}
.page-products .products-table .product-item.table tbody tr td  .price-box{
    margin: 0px 0 10px;
}

.page-products .products-table .product-item.table{
    border: 1px solid #d6d6d6;
}
.page-products .products-table .product-item.table tbody tr:nth-child(even) td{
    background: #ffffff;
}
.page-products .products-table .product-item.table tbody tr:nth-child(odd) td{
    background: #f5f5f5;
}
.page-products .products-table .product-item.table tbody tr td.product-item-inner .product-item-actions .action.tocart.primary {
    padding: 5px 7px;
    border-radius: 3px;
}
.page-products .products-table .product-item.table tbody tr:hover td{
    background: #efefef;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.page-products .products-table .product-item.table tbody tr td .price-box .special-price,
.page-products .products-table .product-item.table tbody tr td .price-box .old-price,
.page-products .products-table .product-item.table tbody tr td .price-box .regular-price{
    display: block;
    margin-left: 0px !important;
}
.page-products .products-table .product-item.table tbody tr td .price-box .special-price .price-label{
    display: none !important;
 }
.page-products .products-table .product-item.table tbody tr td .price-box .price-wrapper,
.page-products .products-table .product-item.table tbody tr td .price-box .price-label,
.page-products .products-table .product-item.table tbody tr td .price-box .ecc-uom{
    display: inline-block !important;
}
.page-products .product-list-container-tbl .products-table .location-select{
    display: block;
    max-width: 100px;
    padding: 4px 2px;
}
@media only screen and (max-width: 767px){
    .page-products .products-table .product-item.table thead{
        display: none;
    }
    .page-products .products-table .product-item.table tbody tr{
        border-bottom: 1px solid #d6d6d6;
    }
    .page-products .products-table .product-item.table tbody tr td {
        display: block;
        width: auto;
        border: 0px;
        max-width: 98%;

    }
    .page-products .products-table .product-item.table tbody tr:last-child td{
        border: 0px;
    }
    .page-products .products-table .product-item.table tbody tr td:before{
        content: attr(data-th) ':';
        display: inline-block;
        font-weight: 700;
        margin-right: 8px;
        width: auto;
        vertical-align: top;
    }
    .page-products .products-table .product-item.table tbody tr td > div{
        margin-bottom: 0px !important;
        line-height: normal !important;
        display: inline-block;

    }
    .page-products .products-table .product-item.table tbody tr td .product-item-name {
        margin-bottom: 0px !important;
        line-height: normal !important;
        display: inline-block;
    }
}
/* tally product popup changes */
.tally-form-popup .tally-items .field-qty{
    text-align: left;
}
.tally-form-popup .tally-items .field-qty .control{
    min-width: 130px;
}
.tally-form-popup .tally-items .field-qty .control div{
    display: inline-block;
    width: 20px;
    text-align: center;
    font-size: 20px;
}
.tally-form-popup .tally-items .field-qty .control div .btn-qty{
    cursor: pointer;
}
.tally-form-popup .tally-items .field-qty .control .tally_qty{
    max-width: 60px;
    text-align: center;
}

.tally-form-popup .tally-items td {
    text-align:left;
}
.modal-popup.tally-modal-popup .modal-inner-wrap{
    max-width: 500px;
    width: 100%;
}
.modal-popup.tally-modal-popup .buttons-set.actions .tally-cancel{
    padding: 10px 15px 10px;
    font-size: 14px;
}
.modal-popup.tally-modal-popup .tally-items .field-qty,
.modal-popup.tally-modal-popup .tally-items .hd-field-qty{
    width:35%;
}
.modal-popup.tally-modal-popup .tally-items .field-length,
.modal-popup.tally-modal-popup .tally-items .hd-field-length,
.modal-popup.tally-modal-popup .tally-items .field-sign,
.modal-popup.tally-modal-popup .tally-items .hd-field-sign,
.modal-popup.tally-modal-popup .tally-items .field-total,
.modal-popup.tally-modal-popup .tally-items .hd-field-total{
    width: 20%;
}
.modal-popup.tally-modal-popup .tally-items{
    margin: 0 auto;
    width: 100%;
}
.modal-popup.tally-modal-popup .tally-items thead th{
    border-bottom: 1px solid #d5d5d5;
}
.modal-popup.tally-modal-popup .tally-items tfoot td {
    border-top: 1px solid #d5d5d5;
}
.tally-modal-popup .tally-form-popup p.error-msg{
    color: #ff0000 !important;
}
.modal-popup.tally-modal-popup .tally-form-popup .tally-items .item-tally .field.qty .qty-box-plus-minus{
    position: relative;
}
.modal-popup.tally-modal-popup .tally-form-popup .tally-items .item-tally .field.qty .qty-box-plus-minus div.mage-error{
    font-size: 12px;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
    line-height: 15px;
    top: 32px;
    width: 250px;
    text-align: left;
}
/**
 * Copyright © 2010-2018 Epicor Software Corporation: All Rights Reserved
 */


.locations_filter_block .actions {
    margin-top:10px;
}

.locations_filter_block select {
    width:100%;
}

.product_grid_locations {
    height: 1px;
    /*position: relative;*/
    z-index:10000;
    float: left;
}

.product_list_locations {
    clear:both;
}

.product_grid_locations .product_locations_wrapper {
    border: 1px solid #000;
    background: #fff;
    position: absolute;
    float: left;
    padding: 5px;
    width: 90vw;
    max-width: 350px !important;
    z-index:950;
    display: none;
}

.product_list_locations .product_locations_wrapper {
    /*width:310px;*/
    width: 90vw;
    max-width: 310px;
    display: none;
}

.product_locations_wrapper p {
    margin: 0;
}

.product_locations_wrapper .addtobasketform {
    float: left;
    clear: both;
    margin: 5px 0;
    border-top: 1px solid #ddd;
    width: 100%;
}

.product_list_locations .product_locations_wrapper .addtobasketform {
    /*width:310px;*/
    max-width: 310px;
}

.product_grid_locations .product_locations_wrapper .addtobasketform {
    /*width:450px;*/
    max-width: 490px;
}

.product_grid_locations  .location-element {
    float: left;
    width: 23%;
    margin: 0px 5px 0px 16px;
}

.product_list_locations  .location-element {
    float: left;
    width: 28%;
    margin: 0px 5px;
}

.product_grid_locations  .location-name {
    width:40%;
}

.pad-middle {
    padding-top:5px;
}

p.locations_add_to_cart {
    margin:0;
    padding:0;
}

.products-grid li.item.locations-enabled {
    padding:12px 10px 10px;
}

.products-grid .actions.locations-enabled {
    position:relative;
    bottom:0px;
}


select#locations_filter {
    height:100px;
    background: #fff;
    padding-right:10px;
}

.table.grouped .col.item {
    width: auto;
}

.table.grouped .price-box .price {
    font-weight: 700;
}

.selected-branch-wrapper {
    display: inline-block;
    position: relative;
    float: right;
    border: 1px solid #c2c2c2;
    border-radius: 5px;
    padding: 1px 4px;
    color: #575757;
}

.selected-branch-wrapper .selected-branch p {
    margin-bottom: 0rem;
}

.branches-list-popup ul {
    list-style-type: none;
    border: 1px solid #c1c1c1;
    border-radius: 5px;
    padding: 10px 30px;
}

.branches-list-popup span.location-details {
    float: left;
    width: 65%;
}

.branches-list-popup span.location-select {
    float: right;
    width: 25%;
    padding: 0 10px;
    text-align: center;
    line-height: 4.8em;
}

.branches-list-popup span.location-select a, .location-select span {
    background: #1979c3;
    color: #fff;
    padding: 0.5rem 2rem;
    border-radius: 5px;
}
.branches-list-popup ul li {
    border-bottom: 1px solid #c1c1c1;
    height: 5em;
}
.branches-list-popup ul li:last-child {
    border-bottom: none;
}
.related-location-element {
    clear: both;
    display: inline-block;
    width: 100%;
    padding-bottom: 0.5rem;
}
.related-location-element .location-stock {
    width: 25%;
    float: left;
}
.related-location-element .location-name {
    width: 50%;
    float: left;
}
.related-location-element .location-select {
    width: 25%;
    float: left;
}
.branch_list {
    clear: both;
    margin-top: 1rem;
}
.selected_branch_wrapper .related-location-element {
    display: inline-block;
    width: 100%;
    padding: 10px 0;
    border-top: 1px solid #c1c1c1;
}
.branch_list p.accordion::after, .branches-list-popup .branches-popup-body h3.accordion::after {
    content: "\25bc";
    float: right;
    padding: 0 2rem;
}
.branch_list p.active::after, .branches-list-popup .branches-popup-body h3.active::after {
    content: "\25b2";
    float: right;
    padding: 0 1rem;
}
.location-select span {
    line-height: 2.5em;
}
.available_branches .modal-inner-wrap, .branch_selector .modal-inner-wrap{
    width: 50%;
    border-radius: 5px;
}
span.aggregate-stock.in-stock {
    border: 1px solid #11b400;
    border-radius: 5px;
    padding: 4px;
}

span.aggregate-stock.out-of-stock {
    border: 1px solid #df280a;
    border-radius: 5px;
    padding: 4px;
}
.catalog-product-view .product_grid_locations .selected_branch_wrapper {
    right: 150px;
}
.product_grid_locations .selected_branch_wrapper {
    border: 1px solid #c1c1c1;
    border-radius: 5px;
}
.product_grid_locations .selected_branch_wrapper .location-element {
    margin: 0px;
}
.selected_branch_wrapper .branch_list {
    padding: 0 10px;
}
.selected_branch_wrapper p.title {
    padding-bottom: 1rem;
}
#search_mini_form .field.search .control #scanner-button{
    padding: 10px 0px;
    background-color: transparent;
    border: none;
    position: absolute;
    right: 35px;
    top: 0px;
    width: auto;
    height: 20px;
    border-radius: 0;
}

#search_mini_form .field.search .control #scanner-button:before{
    content: "\f02a";
    font: normal 20px / 0 FontAwesome;
    color: #000000;
}

#search_mini_form .field.search .control #scanner-button:hover{
    background:none !important;
    opacity: 1 !important;
    color: #000000;
}

.barcode-modal .modal-inner-wrap {
    max-width: 600px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    position: relative;
}

.barcode-modal .modal-header {
    padding: 20px;
    border-bottom: 1px solid #e5e5e5;
}

.barcode-modal .modal-title {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
}

.barcode-modal .action-close {
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    right: 0 !important;
}

.block-search input.input-text{
    padding-right: 60px;
}

.barcode-modal .modal-content {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.barcode-scanner-popup {
    display: none;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    max-width: 640px;
    height: 480px;
    border-radius: 4px;
}

.barcode-scanner-popup video,
.barcode-scanner-popup canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: none;
}
#camera_scanner_warning{
    color: red;
    display: flex;
}

.spinner-container {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.7);
}

.spinner {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@media only screen and (max-width: 768px) {
    #search_mini_form .field.search .control #scanner-button{
        display: none;
    }
    #search_mini_form.active .field.search .control #scanner-button{
        right: 30px;
        top: 93px;
        display: block;
    }

    .barcode-scanner-popup{
        height: 200px;
    }
    .barcode-scanner-popup video,
    .barcode-scanner-popup canvas {
        height: 200px;
        object-fit: none;
    }
}
form.minisearch.loading .control input[type="text"] {
    box-shadow: none;
    -webkit-animation-name: search-loading; /* Chrome, Safari, Opera */
    -webkit-animation-duration: 3s; /* Chrome, Safari, Opera */
    -webkit-animation-iteration-count: infinite; /* Chrome, Safari, Opera */
    animation-name: search-loading;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes search-loading {
    0%   {box-shadow: none;}
    25%   {box-shadow: 0 0 3px 1px #68a8e0;}
    50%   {box-shadow: 0 0 3px 1px #ffffff;}
    75%   {box-shadow: 0 0 3px 1px #68a8e0;}
    100%   {box-shadow: none;}
}

/* Standard syntax */
@keyframes search-loading {
    0%   {box-shadow: none;}
    25%   {box-shadow: 0 0 3px 1px #68a8e0;}
    50%   {box-shadow: 0 0 3px 1px #ffffff;}
    75%   {box-shadow: 0 0 3px 1px #68a8e0;}
    100%   {box-shadow: none;}
}

.ecc-autosuggest {
    background-color: #fff;
    border: 1px solid #c2c2c2;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
    left: -85px;
    margin-top: 4px;
    width: 350px;
    position: absolute;
    z-index: 9999999;
    text-align: left;
}


.ecc-autosuggest .didyoumean,
.ecc-autosuggest .product {
    margin: 0;
}
.ecc-autosuggest-products .reviews-actions {
    display: none;
}

.ecc-autosuggest.active,
.ecc-autosuggest .didyoumean.active,
.ecc-autosuggest .product.active {
    display: block;
}

.ecc-autosuggest .didyoumean {
    color: #3C3C3C;
}

.ecc-autosuggest .title {
    padding: 10px;
    margin-bottom: 5px;
    background: #f0f0f0;
    color: #575757;
}

.ecc-autosuggest .title .see-all {
    display: inline-block;
    float: right;
    color: #909090;
    cursor: pointer;
}

.ecc-autosuggest .no-result {
    padding: 10px;
    background: #f0f0f0;
    color: #575757;
    text-align: center;
}

.ecc-autosuggest ul {
    padding: 0 10px;
    margin-bottom: 0;
    list-style-type: none;
}

.ecc-autosuggest ul li {
    color: #000;
    cursor: unset;
    padding: 0;
}

.ecc-autosuggest .didyoumean ul li {
    color: #3C3C3C;
}

.ecc-autosuggest .category .cat-crumb {
    display: block;
    font-style: italic;
    color: #929292;
}

.ecc-autosuggest .cmspages a span {
    font-weight: bold;
}

.ecc-autosuggest .product ul li {
    border-bottom: 1px solid #D4D2D2;
}
.ecc-autosuggest .product ul li:last-child {
    border-bottom: none;
}

.ecc-autosuggest ul li:hover,
.ecc-autosuggest ul li.selected {
    background-color: #fff;
}

.ecc-autosuggest ul li:after {
    clear: both;
    content: '';
    display: block;
}

.ecc-autosuggest ul li.action {
    padding: 0;
}

.ecc-autosuggest ul li.action .action.close {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    box-shadow: none;
    box-sizing: content-box;
    cursor: pointer;
    display: inline-block;
    float: right;
    font-weight: 400;
    height: 30px;
    line-height: inherit;
    margin: 0;
    padding: 0;
    right: 0;
    text-decoration: none;
    text-shadow: none;
    top: 0;
    width: 40px;
}

.ecc-autosuggest ul li.action .action.close:before {
    color: #8f8f8f;
    content: '\e616';
    display: inline-block;
    font-family: 'luma-icons';
    font-size: 16px;
    font-weight: normal;
    margin: 0;
    overflow: hidden;
    text-align: center;
    vertical-align: top;
}

.ecc-autosuggest ul li.gray-row {
    text-align: center;
}

.ecc-autosuggest ul li.gray-row,
.ecc-autosuggest ul li.gray-row:hover,
.ecc-autosuggest ul li.gray-row.selected {
    background-color: #e8e8e8;
}

.ecc-autosuggest ul li.gray-row a {
    color: #7B7B7B;
    text-decoration: blink;
}

.ecc-autosuggest ul li a {
    cursor: pointer;
}

.ecc-autosuggest ul li .qs-option-image {
    float: left;
    max-width: 82px;
    width: 25%;
}

.ecc-autosuggest ul li .qs-option-info {
    color: #000;
    display: inline-block;
    float: left;
    padding-left: 5%;
    text-align: left;
    width: 70%;
    margin-bottom: 10px;
}

.ecc-autosuggest ul li .qs-option-info.noimage {
    padding-left: 0;
    width: 100%;
}
.ecc-autosuggest ul li:last-child .qs-option-info {
    margin-bottom: 0;
}

.ecc-autosuggest ul li .qs-option-info .qs-option-title {
    display: inline-block;
    margin: 0;
    width: 100%;
}

.ecc-autosuggest ul li .qs-option-info .qs-option-reviews {
    display: inline-block;
    text-transform: lowercase;
    width: 100%;
}

.ecc-autosuggest ul li .qs-option-info .qs-option-reviews .product-reviews-summary {
    margin-bottom: 4px;
}

.ecc-autosuggest ul li .qs-option-info .qs-option-reviews .reviews-actions {
    font-size: 12px;
}

.ecc-autosuggest ul li .qs-option-info .qs-option-sku {
    display: block;
    width: 100%;
    color: #004875;
    font-size: 12px;
}

.ecc-autosuggest ul li .qs-option-info .qs-option-shortdescription,
.ecc-autosuggest ul li .qs-option-info .qs-option-description {
    color: #3C3C3C;
    font-size: 13px;
}


.ecc-autosuggest ul li .qs-option-info .qs-option-price {
    display: inline-block;
    font-weight: bold;
    margin-top: 15px;
}

.ecc-autosuggest ul li .qs-option-info .qs-option-addtocart {
    display: inline-block;
    float: right;
    margin-top: 10px;
}

/* Default over written */
.ecc-autosuggest {
    padding: 10px;
    border: 1px solid #d5d5d5;
    display: inline-block;
    left: -32%;
    width: 330px;
    max-height: 450px;
}
.ecc-autosuggest .elsrchcolpro {
    float: right;
    width: 330px;
    margin-left: 20px;
}
.ecc-autosuggest .elsrchcolpro .elsearchsec {
    min-height: 400px;
}
.ecc-autosuggest .elsrchcol2 {
    position: relative;
    float: right;
    width: 330px;
}
.ecc-autosuggest .elsrchcol2col2 {
    width: 660px;
}
.ecc-autosuggest .elsrchcol2col2 .srcsecactive1 {
    width: 330px;
}
.ecc-autosuggest .elsearchsec {
    margin-top: 0px;
    margin-bottom: 10px;
    height: 200px;
}
.ecc-autosuggest .eltitlesec {
    background: #888888;
    padding: 3px 10px;
    color: #ffffff;
    margin-bottom: 2px;
    position: relative;
    text-transform: none;
    font-size: 1.3rem;
    margin: 0px;
}
.ecc-autosuggest .eltitlesec .elseeall {
    position: absolute;
    right: 10px;
    top: 4px;
    color: #ffffff;
    text-decoration: none;
    font-size: 1.2rem;
}
.ecc-autosuggest .eltitlesec .elseeall:hover {
    text-decoration: underline;
    color: #e9e9e9;
}
.ecc-autosuggest .elsearchsec ul.eldymitems li.elsearchitem {
    line-height: 15px;
}
.ecc-autosuggest .elsearchsec ul.eldymitems li.elsearchitem a {
    text-decoration: none;
}
.ecc-autosuggest ul.eldymitems li.elsearchitem a span {
    color: #777777;
    font-weight: 600;
}
.ecc-autosuggest .elsearchsec ul.eldymitems li.elsearchitem a:hover {
    text-decoration: underline;
}
.ecc-autosuggest .elsearchsec ul.elcatitems li.elsearchitem {
    line-height: 15px;
}
.ecc-autosuggest ul.elcatitems li.elsearchitem .cat-crumb {
    font-size: 1.1rem;
    color: #555555;
}
.ecc-autosuggest .elsearchsec ul.elcatitems li.elsearchitem a {
    text-decoration: none;
}
.ecc-autosuggest ul.elcatitems li.elsearchitem a span {
    color: #777777;
    font-weight: 600;
}
.ecc-autosuggest .elsearchsec ul.elcatitems li.elsearchitem a:hover {
    text-decoration: underline;
}
.ecc-autosuggest ul.elcmsitems li.elsearchitem a {
    color: #555555;
    font-size: 1.2rem;
    text-decoration: none;
}
.ecc-autosuggest ul.elcmsitems li.elsearchitem a:hover {
    color: #888888;
}
.ecc-autosuggest .elsearchsec ul.elcmsitems li.elsearchitem a span {
    font-weight: 600;
}
.ecc-autosuggest .elsearchsec ul.elcmsitems li.elsearchitem .elcmscontent {
    font-size: 1.1rem;
}
.ecc-autosuggest .elsearchsec ul.elrecsrchitems li.elsearchitem {
    line-height: 14px;
}
.ecc-autosuggest ul.elrecsrchitems li.elsearchitem a {
    color: #555555;
    font-size: 1.2rem;
    font-weight: 600;
}
.ecc-autosuggest .elsearchsec ul.elrecsrchitems li.elsearchitem a:hover {
    text-decoration: underline;
}
.ecc-autosuggest .elsearchsec ul.elproducts {
    padding: 0px 0px 0px 2px;
    margin-bottom: 2px;
    max-height: 390px;
    overflow-y: auto;
}
.ecc-autosuggest ul.elproducts li.elproduct {
    margin-top: 5px;
    padding-bottom: 10px;
    border-bottom: 1px solid #555555;
}
.ecc-autosuggest .elsearchsec ul.elproducts li.elproduct:first-child {
    margin-top: 15px;
}
.ecc-autosuggest .elsearchsec ul.elproducts li.elproduct .product-item-info {
    width: 100%;
}
.ecc-autosuggest .elsearchsec ul.elproducts li.elproduct .product-item-info .elprodlink {
    float: left;
    width: 90px;
    margin-top: -20px;
}
.ecc-autosuggest .elsearchsec ul.elproducts li.elproduct .product-item-info .elprodlink .image-wrapper {
    width: 73px;
    height: 73px;
    padding: 5px;
    margin-right: 7px;
    -webkit-box-shadow: 0px 0px 4px 0px #c2c2c2;
    -moz-box-shadow: 0px 0px 4px 0px #c2c2c2;
    -o-box-shadow: 0px 0px 4px 0px #c2c2c2;
    box-shadow: 0px 0px 4px 0px #c2c2c2;
    display: inline-block;
	text-align:center;
}
.ecc-autosuggest .elsearchsec ul.elproducts li.elproduct .product-item-info .elprodlink .image-wrapper .elprodimg {
    width: auto;
}
.ecc-autosuggest .elsearchsec ul.elproducts li.elproduct .product-item-info .product-details {
    display: block;
    float: left;
    padding-top: 0px;
    width: 215px;
    margin-top: -20px;
}
.ecc-autosuggest .elsearchsec ul.elproducts li.elproduct .product-item-info .product-details .product-item-name {
    padding-top: 0px;
    margin: 0px;
}
.ecc-autosuggest ul.elproducts li.elproduct .product-item-info .product-details .product-item-name .elprodname {
    color: #777777;
    font-size: 1.2rem;
    font-weight: 600;
}
.ecc-autosuggest .elsearchsec ul.elproducts li.elproduct .product-item-info .product-details .product-item-name .elprodname span {
    display: inline-block;
    word-break: break-all;
}
.ecc-autosuggest .elsearchsec ul.elproducts li.elproduct .product-item-info .product-details .product-item-name .elproddesc {
    color: #555555;
    font-size: 1.1rem;
}
.ecc-autosuggest .elsearchsec ul.elproducts li.elproduct .product-item-info .product-details .elprodprice {
    margin-top: -2px;
}
.ecc-autosuggest .elsearchsec ul.elproducts li.elproduct .product-item-info .product-details .elprodprice .price-container .price-label {
    font-weight: 600;
    font-size: 1.1rem;
}
.ecc-autosuggest ul.elproducts li.elproduct .product-item-info .product-details .elprodprice .price-container span.price {
    color: #777777;
    font-weight: 600;
    font-size: 1.1rem;
}
.ecc-autosuggest .elsearchsec ul.elproducts li.elproduct .product-item-info .product-details .product-reviews-summary {
    margin-bottom: 0px;
}
.ecc-autosuggest .elsearchsec ul.elsearchitems {
    height: 175px;
    overflow-y: auto;
    padding: 0px 0px 0px 8px;
    margin-bottom: 2px;
}
.ecc-autosuggest .elsearchsec ul.elsearchitems li.elsearchitem {
    list-style: none;
    padding: 2px 0px;
    margin-bottom: 0px;
}
.ecc-autosuggest .elsearchsec ul.elsearchitems li.elsearchitem:first-child {
    margin-top: 5px;
}
.ecc-autosuggest ul.elsearchitems li.elsearchitem a {
    color: #555555;
    font-size: 1.2rem;
    text-decoration: none;
}
.ecc-autosuggest ul.elsearchitems li.elsearchitem a:hover {
    color: #888888;
}
.ecc-autosuggest .srcsecactive.thcolfirstsec {
    margin-left: 340px;
}
.ecc-autosuggest .srcsecactive.thcolsecondsec {
    margin-left: 340px;
    width: 330px;
}
.ecc-autosuggest .srcsecactive.thcolthrdsec {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 330px;
	margin-left:0px;
}
.ecc-autosuggest .srcsecactive.thcolfoursec {
    position: absolute;
    top: 210px;
    width: 330px;
    left: 0px;
	margin-left:0px;
}
.ecc-autosuggest .srcsecactive.thcolfoursec.srcsecactive3 {
    top: 0px;
}

.elsrch-level1 .elsearchsec {
    margin-top: 10px;
}
.elsrch-level1 .elsearchsec:first-child {
    margin-top: 0px;
}
.eldetailedsearch .elsearchcol {
    float: right;
    width: 330px;
    margin-left: 25px;
}
.eldetailedsearch .elsearchcol:last-child {
    margin-left: 0px;
}
.elsrctwcol {
    width: 680px;
    left: -165%;
}
.elsrcthrcol {
    z-index: 999;
    width: 1010px;
    left: -289%;
}
.ecc-autosuggest .elsearchsec.recautoheight {
    height: auto;
}
.ecc-autosuggest .elsearchsec.recautoheight ul.elsearchitems {
    height: auto;
}
.ecc-autosuggest.sixth-item-in-elsrc{
    min-height: 480px;
}
.ecc-autosuggest.sixth-item-in-elsrc .elsearchsec {
    height: 150px;
}
.ecc-autosuggest.sixth-item-in-elsrc .elsearchsec ul.elsearchitems{
    height:125px;
}
.ecc-autosuggest.sixth-item-in-elsrc .srcsecactive.thcolfoursec{
    top: 160px;
}
.ecc-autosuggest.sixth-item-in-elsrc .elsearchsec ul.elproducts{
    max-height: 440px;
}
.ecc-autosuggest.sixth-item-in-elsrc .srcsecactive.thcolfoursec.srcsecactive5 {
    top: 325px;
    width: 100%;
}
@media only screen and (max-width: 1180px) {
    .ecc-autosuggest .elsrchcolpro .elsearchsec ul.elproducts li.elproduct .product-item-info .product-details{
        width: 160px;
    }
    .ecc-autosuggest {
        left: 24%;
        width: 250px;
    }
    .ecc-autosuggest .elsrchcol2 {
        width: 250px;
    }
    .ecc-autosuggest .elsrchcolpro {
        width: 250px;
    }
    .ecc-autosuggest .elsrchcol2col2 {
        width: 508px;
    }
    .ecc-autosuggest .srcsecactive.thcolfirstsec {
        margin-left: 260px;
    }
    .ecc-autosuggest .srcsecactive.thcolsecondsec {
        margin-left: 260px;
        width: 250px;
    }
    .ecc-autosuggest .srcsecactive.thcolthrdsec {
        width: 250px;
    }
    .ecc-autosuggest .srcsecactive.thcolfoursec {
        width: 250px;
    }
    .ecc-autosuggest .elsrchcol2col2 .srcsecactive1,
    .ecc-autosuggest .srcsecactive.thcolsecondsec {
        width: 250px;
    }
    .ecc-autosuggest .srcsecactive.thcolthrdsec {
        width: 250px;
    }
    .ecc-autosuggest .srcsecactive.thcolfoursec {
        width: 250px;
    }
    .ecc-autosuggest .elsearchsec ul.elproducts li.elproduct .product-item-info .elprodlink {
        width: 70px;
    }
    .ecc-autosuggest .elsearchsec ul.elproducts li.elproduct .product-item-info .elprodlink .image-wrapper {
        width: 50px;
        height: 48px;
    }
    .elsrctwcol {
        width: 520px;
        left: -104%;
    }
    .elsrcthrcol {
        width: 780px;
        left: -202%;
    }
}
@media only screen and (max-width: 960px) {
    .ecc-autosuggest {
        left: 24%;
        width: 250px;
        overflow-y: auto;
    }
    .ecc-autosuggest.elsrcthrcol {
        left: 24%;
        width: 250px;
    }
    .ecc-autosuggest.elsrctwcol {
        left: 24%;
        width: 250px;
    }
    .ecc-autosuggest .elsrchcolpro {
        float: none;
        margin-left: 0px;
    }
    .ecc-autosuggest .elsrchcol2 {
        float: none;
        width: 250px;
    }
    .ecc-autosuggest .elsrchcol2col2 {
        width: 250px;
    }
    .ecc-autosuggest .srcsecactive.thcolfirstsec {
        margin-left: 0px;
    }
    .ecc-autosuggest .srcsecactive.thcolsecondsec {
        margin-left: 0px;
    }
    .ecc-autosuggest .srcsecactive.thcolthrdsec {
        position: static;
    }
    .ecc-autosuggest .srcsecactive.thcolfoursec {
        position: static;
    }
    .ecc-autosuggest .elsearchsec {
        height: auto;
    }
    .ecc-autosuggest .elsearchsec ul.elsearchitems {
        height: auto;
    }
    .ecc-autosuggest .elsrchcolpro .elsearchsec {
        min-height: auto;
    }
}
/* Over writte Completed  */


@media only screen and (max-width: 767px) {
    .header .block-search .control .input-text.activetxtbox{
        position: static;
    }
    .ecc-autosuggest {
        border-top: 0;
        margin-top: 0;
        right: 15px;
        width: 80%;
        top: 110px;
        left: 4%;
        box-shadow: 0px 1px 3px 3px rgba(0, 0, 0, 0.15);
    }
 .ecc-autosuggest .elsrchcolpro .elsearchsec ul.elproducts li.elproduct .product-item-info .product-details{
        width: 260px;
    }

    .ecc-autosuggest .elsrchcolpro{
        width: 100%;
    }
    .ecc-autosuggest.elsrcthrcol{
        width: 80%;
    }
    .ecc-autosuggest.elsrctwcol{
        width: 80%;
    }
    .ecc-autosuggest .srcsecactive.thcolfoursec{
        width: 100%;
    }
    .ecc-autosuggest .elsrchcol2col2 .srcsecactive1, .ecc-autosuggest .srcsecactive.thcolsecondsec{
        width: 100%;
    }
    .ecc-autosuggest .srcsecactive.thcolthrdsec{
        width: 100%;
    }
    .ecc-autosuggest .srcsecactive.thcolfoursec{
        width: 100%;
    }
    .ecc-autosuggest .elsrchcol2 {
        float: none;
        width: 100%;
    }
    .ecc-autosuggest .elsrchcol2col2 {
        width: 100%;
    }
    .ecc-autosuggest.elsrcthrcol {
        left: 4%;
        top: 110px;
    }
    .ecc-autosuggest.elsrctwcol {
        left: 4%;
        top: 110px;
    }
    .block-search .block-content .minisearch .field.search{
        height: 0px;
    }
}
@media only screen and (max-width: 420px) {
    .ecc-autosuggest .elsrchcolpro .elsearchsec ul.elproducts li.elproduct .product-item-info .product-details{
        width: 165px;
    }
}

.ecc-autosuggest .ecc-autosuggest-products .elproducts .box-tocart .autoaddtocart .actions-primary .action.tocart.primary{
    padding: 2px 10px 4px !important;
    font-size: 1.2rem !important;
    line-height: 0.4rem !important;
    height: 23px !important;
    width: auto !important;
    margin-top:1px;
    text-align:center !important;
    min-width:95px !important;
}
.ecc-autosuggest .ecc-autosuggest-products .elproducts .box-tocart .autoaddtocart{
    float: left;
    width: 70%;
    margin-top: 3px;
}
.ecc-autosuggest .ecc-autosuggest-products .elproducts .box-tocart .autoaddtocart .control{
    display:inline-block;
    width:auto;
    float:left;
}
.ecc-autosuggest .ecc-autosuggest-products .elproducts .box-tocart .autoaddtocart .actions-primary{
    display:inline-block;
    width:auto;
    float:left;
}
.ecc-autosuggest .ecc-autosuggest-products .elproducts .box-tocart .autoaddtocart .action.tocart.primary{
    font-size:1.2rem;
}
.ecc-autosuggest .ecc-autosuggest-products .elproducts .box-tocart .autoaddtocart .action.tocart.primary span{
    padding:0px !important;
    line-height:13px;
    display: block;
}
.ecc-autosuggest .ecc-autosuggest-products .elproducts .box-tocart .autoaddtocart .control .qtyminus, .ecc-autosuggest .ecc-autosuggest-products .elproducts .box-tocart .autoaddtocart .control .qtyplus{
    height: auto;
    width: 10px;
    padding: 0px 4px;
    box-shadow: 0px 0px 0px 2px inset #ffffff;
    border-width: 1px;
    font-size: 1.2rem;
    display: inline-block;
    float:left;
    margin-top:3px;

}
.ecc-autosuggest .ecc-autosuggest-products .elproducts .box-tocart .autoaddtocart .control .input-text.qty{
    border-top-right-radius: 1px;
    border-bottom-right-radius: 1px;
    border-top-left-radius: 1px;
    border-bottom-left-radius: 1px;
    padding: 5px 5px;
    width: 50px;
    height: 25px !important;
    float:left;
    text-align:center;
    margin-left:1px;
}
.ecc-autosuggest .ecc-autosuggest-products .elproducts .box-tocart .autoaddtocart .control .mage-error{
    position: static;
    width: 100%;
    font-size: 1.2rem;
    color: #ff0000;
    display: block;
    float: left;
}
@media only screen and (max-width: 767px) {
    .ecc-autosuggest .elsrchcolpro{
        width:auto !important;
    }
    .ecc-autosuggest .ecc-autosuggest-products .elproducts .box-tocart .autoaddtocart .control .input-text.qty{
        margin:2px;
    }
    .ecc-autosuggest .ecc-autosuggest-products .elproducts .box-tocart .autoaddtocart .actions-primary{
        clear:both;
    }
}
@media only screen and (max-width: 519px) {
    .ecc-autosuggest .elsrchcolpro .elsearchsec ul.elproducts li.elproduct .product-item-info .product-details{
        width: calc(100% - 70px) !important;
    }

    .ecc-autosuggest .ecc-autosuggest-products .elproducts .box-tocart .autoaddtocart{
        width:60%;
    }
}
@media only screen and (min-width: 1200px) {
    .ecc-autosuggest .elsearchsec ul.elproducts li.elproduct .product-item-info .elprodlink .image-wrapper{
        height: 73px !important;
    }
}
/**
 * Copyright © 2010-2018 Epicor Software Corporation: All Rights Reserved
 */

a{text-decoration:none;}

.faq_vote_summary { float: right; }

.faq_vote_box{
    display:block;
    margin: 10px 0; 
    width: 100%;
    height: fit-content;
    float:right;
}
.faq_useful{
    margin: 0;
    display: block;
    text-align:center;
    width: 30px;
    height:20px;
    border: 1px outset;
    float:left;
    clear:none;
    cursor: pointer;
    background-color:  threedhighlight;
    color:  #048;
}
.faq_useful:hover{
    background-color:  #048;
    color:  threedhighlight;
}
.faq_useless{
    margin: 0;
    display: block;
    text-align:center;
    width: 30px;
    height:20px;
    border: 1px outset;
    float:left;
    clear:none;
    cursor: pointer;
    background-color: #6a6a6a;
    color:  #FFF;
}
.faq_useless:hover{
    background-color: #222222;
    color:  #FFF;
}
.faq_subtext{
    float:left;
    margin-right: 20px;
    font-style: oblique;
}

.faq_search_box,
.faqs_index_view {
    margin-top:10px;
}
.faq_link, .faq_link a {
    font-size:14px;
    color:#585555;
    font-weight:normal;
    margin:0;
}/**
 * Copyright © 2010-2018 Epicor Software Corporation: All Rights Reserved
 */
/* .epicor_faqs-index-index .page-title-wrapper>h1.page-title{display: none;} */
#accordion { border: none; margin: 10px 0 0; }
#accordion h3.faq_question { border-bottom: none; padding: 5px 10px; margin: 0; cursor: pointer; }
#accordion div.faq_answer { padding: 5px 10px; }
#accordion .clear { clear: both; }
.faqs__header {position: relative;}
.faqs__header .faqs__header__content {position: absolute;top: 50%;transform: translateY(-50%);left: 3rem;background: #fff;width: 49%;padding: 4rem;justify-content: flex-start;display: flex;flex-direction: column;}
.faqs__header .faqs__header__content h1 {margin-bottom: 16px;}
.faqs__header .faqs__header__content p {line-height: 24px;margin-bottom: 24px;font-size: 16px;}
.faqs__header .faqs__header__content a.action.contact-us {
    cursor: pointer;
    border-radius: 4rem;
    background: #70AC44;
    border-color: #70AC44;
    line-height: 1;
    color: #231F20;
    text-align: center;
    font-weight: 700;
    padding: 14px 17px;
    font-size: 1.8rem;
    text-decoration: unset;
    width: fit-content;
}
.faqs__content {padding: 80px 30px;display: flex;}
.faqs__content .col-sm-12 {float: unset;}
.faqs__content .faqs__content__left #accordion h3.faq_question {
    background: #fff;
    padding: 24px;
    cursor: pointer;
    font-weight: bold;
    font-size: 18px;
    color: #414A87;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.faqs__content .faqs__content__left #accordion h3.faq_question:not(:first-child){
    margin-top: 16px;
}
.faqs__content .faqs__content__left #accordion h3.faq_question .ui-accordion-header-icon {display: none;}
.faqs__content .faqs__content__left #accordion h3.faq_question:after{
    content: '+';
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    font-weight: 400;
    text-align: center;
    line-height: 32px;
    min-width: 32px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #414A87;
    color: #fff;
}
.faqs__content .faqs__content__left #accordion h3.faq_question.ui-accordion-header-active {
    margin-bottom: 0px;
    border: 2px solid #414A87;
    border-bottom: none;
    padding-bottom: 16px;
}
.faqs__content .faqs__content__left #accordion div.faq_answer {
    display: none;
}
.faqs__content .faqs__content__left #accordion div.faq_answer.ui-accordion-content-active {
    display: block;
    margin-bottom: 16px;
    background: #fff;
    padding: 24px;
    color: #231F20;
    display: flex;
    justify-content: space-between;
    border: 2px solid #414A87;
    border-top: 0px;
    padding-top: 0px;
    font-family: Arimo;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.faqs__content .faqs__content__left #accordion h3.faq_question.ui-accordion-header-active:after {
    content: '\f068';
    font-family: 'FontAwesome';
    font-size: 16px;
}

@media only screen and (min-width: 767px) and (max-width: 1024px) {
    .faqs__header .faqs__header__content {
        position: unset;
        transform: none;
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .faqs__header .faqs__header__content {
        position: unset;
        transform: none;
        width: 100%;
    }

    .faqs__content {
        flex-direction: column;
    }
}/**
 * Copyright © 2021 Epicor Software Corporation: All Rights Reserved
 */

/**
 * @category   Epicor
 * @package    Epicor_KBMax
 * @author     Epicor Websales Team
 */

.catalog-product-view .configurable_addtocart .configurator-add.btn-cart span:before {
    content: '' !important;
}
.page-products .configurable_addtocart .add-to-cart .configurator-add.btn-cart span:before {
    content: '' !important;
}

.kbmax-container #kbMaxViewer {
    height: 95%;
    width: 95%;
    position: fixed !important;
    z-index: 899;
    left: 0px;
    right:0px;
    top: 15px;
    background-color: rgba(0, 0, 0, 0.71);
    overflow-x: hidden;
    margin: 0 auto;
}
.kbmax-container{
    height: 95%;
    top: 15px;
    width: 95%;
    left: 0px;
    right:0px;
    margin: 0 auto;
    position: fixed;
    display: none;
    z-index: 9999;
}
.modals-wrapper.kbmax-activebg{
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    z-index: 999;
    background: linear-gradient( 0deg, rgba(32,30,19,0.7) 100%, rgba(244,239,239,0) 100%) !important;
}

.kbmax-container .kbmax-action-buttons{
    width: 235px;
    display: none;
    position: fixed;
    bottom: 5.5%;
    z-index: 9999;
    right: 6%;
}
.kbmax-container .kbmax-action-buttons .kbmax-addtocart{
    position: static !important;
    z-index: 99999;
    width: 100px;
}
.kbmax-container .kbmax-action-buttons .kbmax-close{
    position: static !important;
    z-index: 9999;
    width: 100px;
}
.cdm-cpq-cart-attributes {
    clear: both;
}
.quote-item-details .item-options .cdm-cpq-cart-attributes .label:after {
    content: ": ";
}
.quote-item-details .item-options .cdm-cpq-cart-attributes .values {
    margin-left: 1px;
}
.page-header .header.panel {
  position: relative;
}
.page-header .panel.wrapper .header.panel >.header.links .quickadd-form-list .wide.values .field-sku .num_product .num_get_product .table-ul li {
  border: 0px !important;
  text-align: left;
  cursor: pointer;
  padding-bottom: 8px;
  color: #222222;
  font-weight: 400;
  font-size: 13px;
}
.page-header .panel.wrapper .header.panel >.header.links .quickadd-form-list .wide.values .field-sku .num_product .num_get_product .table-ul li:hover {
  font-weight: 600;
}
#header-top #quickadd-form-popup {
  background: #ffffff;
  z-index: 99;
  padding: 10px;
  border: 1px solid #d5d5d5;
}
#header-top #quickadd-form-popup .bop-header h3 {
  color: #222222;
}
.quickadd-form-list {
  padding: 0px;
}
.quickadd-form-list .qty-error {
  color: #ff0000;
  display: none;
}
.quickadd-form-list .wide {
  border: 0px !important;
  list-style: none;
}
.quickadd-form-list .wide .field-sku.sku-2 {
  margin-left: 3%;
}
.quickadd-form-list .wide .field-sku {
  width: 140px;
  display: inline-block;
  vertical-align: top;
  padding-top: 5px;
}
.quickadd-form-list .wide .field-sku .location_input {
  padding-top: 3px;
}
.quickadd-form-list .wide .field-sku .location_input select {
  font-size: 14px;
  color: #222222;
}
.quickadd-form-list .wide .field-qty {
  margin: 0px 0px 0px 10px;
  width: 150px;
  display: inline-block;
  font-size: 16px;
  vertical-align: top;
  margin: 5px;
  color: #222222 !important;
  font-size: 18px;
  color: #222222;
  cursor: pointer;
  padding: 5px 9px 13px !important;
}
.quickadd-form-list .wide .field.qty {
  margin: 0px 0px 0px 10px;
  width: 150px;
  display: inline-block;
  font-size: 16px;
  vertical-align: top;
}
.quickadd-form-list .wide .field.qty .control .input-text.qty {
  margin: 5px;
  color: #222222 !important;
}
.quickadd-form-list .wide .field.qty .control span.qtyminus {
  font-size: 18px;
  color: #222222;
  cursor: pointer;
  display: inline-block;
  padding: 0px 2px;
  position: relative;
  top: 0px;
  margin-right: 0px;
}
.quickadd-form-list .wide .field.qty .control span.qtyplus {
  font-size: 18px;
  color: #222222;
  cursor: pointer;
  display: inline-block;
  padding: 0px 2px;
  position: relative;
  top: 0px;
  margin-right: 0px;
}
.quickadd-form-list .wide .field.qty .control .qtyplus {
  padding: 5px 9px 13px !important;
}
.quickadd-form-list .wide.header {
  border-bottom: 1px solid #d5d5d5 !important;
}
.quickadd-form-list .wide.header .field-sku {
  font-weight: 600;
  padding-left: 10px;
  color: #222222;
  margin-bottom: 0px;
  font-size: 13px;
}
.quickadd-form-list .wide.header .field-qty {
  font-size: 14px;
  font-weight: 600;
  padding-left: 10px;
  color: #222222;
  margin-bottom: 0px;
}
.quickadd-form-list .wide.header .field-sku.sku-1 {
  font-size: 14px;
  font-weight: 600;
  padding-left: 10px;
  color: #222222;
  margin-bottom: 0px;
}
.quickadd-form-list .wide.header .field-sku.sku-2 {
  font-size: 14px;
  font-weight: 600;
  padding-left: 10px;
  color: #222222;
  margin-bottom: 0px;
}
.quickadd-form-list .wide.values {
  position: relative;
  border-right: 0px !important;
  font-size: 0px;
}
.quickadd-form-list .wide.values .field-sku .num_product {
  position: absolute;
  top: 30px;
  left: 3px;
  z-index: 99;
  background: #fff;
  width: auto;
  font-size: 13px;
}
.quickadd-form-list .wide.values .field-sku .num_product .num_get_product {
  text-align: center;
  border: 1px solid #d5d5d5;
  padding: 10px;
  font-size: 13px;
  max-height: 300px;
  overflow-y: auto;
  padding-bottom: 0px;
}
.quickadd-form-list .wide.values .field-sku .num_product .num_get_product .table-ul {
  padding-left: 5px;
  text-align: left;
  border: 0px;
  font-size: 13px;
  list-style: none;
}
.quickadd-form-list .wide.values .field-sku .num_product .num_get_product .table-ul li {
  border: 0px !important;
  text-align: left;
  cursor: pointer;
  padding-bottom: 8px;
  color: #222222;
  font-weight: 400;
  font-size: 13px;
  list-style: none;
}
.quickadd-form-list .wide.values .field-sku .num_product .num_get_product .table-ul li:hover {
  font-weight: 600;
}
.quickadd-form-list .wide.values .quickadd-form-list {
  display: inline-block;
}
.quickadd-form-list .warning {
  font-size: 13px;
  color: #FF0000 !important;
}
.groupmenu .bulkorderpad-codazon .item.level1 {
  padding: 2px 20px 20px !important;
}
.groupmenu .bulkorderpad-codazon .item.level1 .groupmenu-drop-content .bop-header h3{
	color:#222222;
}
.bulkorderpad-form-index .quickadd-form-list {
  display: block;
  float: left;
  width: 98%;
  margin-right: 1%;
}
.bulkorderpad-form-index #quickadd-form {
  width: 62%;
  float: left;
  display: block;
  margin-right: 2%;
  margin-bottom: 25px;
}
.bulkorderpad-form-index #quickadd-form .buttons-set.actions {
  text-align: left;
}
.bulkorderpad-form-index #quickadd-form .buttons-set.actions .add-more-section {
  display: inline-block;
  width: auto;
  min-width: 100px;
  margin-right: 10px;
}
.bulkorderpad-form-index #quickadd-form .buttons-set.actions .addalltobasketform {
  display: inline-block;
  width: auto;
  min-width: 100px;
}
.bulkorderpad-form-index #quickadd-form .buttons-set.actions .button-add-row {
  padding: 5px 15px 5px;
  height: auto;
  width: 100%;
  font-size: 1.2rem;
  font-weight: 600;
}
.bulkorderpad-form-index #quickadd-form .buttons-set.actions .primary.tocart {
  padding: 5px 15px 5px;
  height: auto;
  width: 100%;
  font-size: 1.2rem;
  font-weight: 600;
}
.bulkorderpad-form-index #product_csv_import_form {
  width: 31%;
  float: left;
  display: block;
  background: #f1f1f1;
  padding: 15px;
}
.bulkorderpad-form-index #product_csv_import_form .legend {
  font-weight: 600;
}

.quickadd-form-list .bop-tooltip-text{
    display:none;
    position:absolute;
    left:10px;
    top:0px;
}
.quickadd-form-list .bop-tooltip-icon{
    position:relative;
    z-index:99
}
.quickadd-form-list .bop-tooltip-icon:hover .bop-tooltip-text{
    display:block;
    background:#e9e9e9;
    border:1px solid #d5d5d5;
    width:150px;
    height:75px;
    overflow-y:auto;
    padding:10px;
}

.quickadd-form-list .wide.values .field-sku .bulkorderpad-scanner {
    height: 60%;
    max-width: 20% !important;
    background-image: url('../../frontend/Codazon/skc/en_US/Epicor_BulkOrderPad/images/barcode-icon.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    border: none;
    position: absolute;
    right: 0;
    top: 55%;
    transform: translateY(-50%);
}

@media only screen and (min-width: 985px) and (max-width: 1170px) {
  .quickadd-form-list .wide .field-sku {
    width: 110px;
  }
}
@media only screen and (max-width: 984px) {
  .quickadd-form-list .wide .field-sku {
    width: 50%;
    margin-left: 0px;
  }
  .quickadd-form-list .wide .field-sku.sku-2 {
    width: 50%;
    margin-left: 0px;
  }
  .quickadd-form-list .wide.header .field-sku.sku-1 {
    width: 50%;
    margin-left: 0px;
  }
  .quickadd-form-list .wide.header div:nth-child(3) {
    display: none;
  }
  .quickadd-form-list .wide.header div:nth-child(4) {
    display: none;
  }
  .quickadd-form-list .wide.header .field-qty {
    width: auto;
  }
}
@media only screen and (max-width: 590px) {
  .bulkorderpad-form-index #quickadd-form {
    width: 100%;
  }
}
/**
 * Copyright © 2010-2023 Epicor Software Corporation: All Rights Reserved
 */
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 9-Jan-2023,
    Author     : Muralidhar.Dixit
*/
/**
 * Copyright © 2010-2023 Epicor Software Corporation: All Rights Reserved
 */
/**
 * Copyright © 2010-2023 Epicor Software Corporation: All Rights Reserved
 */
/* My Acc New Theme Styles */
/* End of My Acc New Theme Styles */
/**
 * Copyright © 2010-2023 Epicor Software Corporation: All Rights Reserved
 */
/**
 * Dual color mixins Styles
 */
/**
 * Copyright © 2010-2023 Epicor Software Corporation: All Rights Reserved
 */
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 18-Jan-2023,
    Author     : Muralidhar.Dixit
*/
.cdz-tabs-wrap {
  overflow: hidden;
}
.cdz-tabs-wrap .owl-carousel .owl-stage-outer {
  overflow: visible;
}
.product-item *[tooltip]:hover:after {
  top: 0px;
  bottom: auto;
  transform: translateY(-100%);
}
body #shipping-new-address-form input[type="text"],
body #shipping-new-address-form input[type="password"],
body #shipping-new-address-form input[type="url"],
body #shipping-new-address-form input[type="tel"],
body #shipping-new-address-form input[type="search"],
body #shipping-new-address-form input[type="number"],
body #shipping-new-address-form input[type="datetime"],
body #shipping-new-address-form div select,
body #shipping-new-address-form input[type="email"] {
  font-size: 14px;
}
body .slick-slider .slick-arrow {
  top: 50%;
  width: 40px;
  height: 40px;
  transform: translateY(-20px);
  line-height: 40px;
  border-radius: 100%;
  border-color: #414a87;
  background-color: #414a87 !important;
}
/* PLP */
.sidebar .block-wishlist .action.delete:hover:before {
  color: #15499f;
}
.cms-index-index #maincontent .grid-style-08 .product-item-actions .actions-primary {
  float: left;
}
.cms-index-index #maincontent .grid-style-08 .product-item-inner .product-item-actions .actions-primary > form button.action.tocart.primary {
  padding: 0px !important;
}
.cms-index-index #maincontent .grid-style-08 .product-item-inner .product-item-actions .actions-primary > form button.action.tocart.primary:hover:before {
  background: none !important;
}
.cms-index-index #maincontent .grid-style-08 .product-item-inner .action.tocart.primary {
  padding: 0px !important;
}
.cms-index-index #maincontent .grid-style-08 .product-item-inner .action.tocart.primary:before {
  font-family: "iconfont";
  content: "\e6d8" !important;
  display: block !important;
  font-size: 22px;
}
.cms-index-index #maincontent .grid-style-08 .product-item-inner .action.tocart.primary span {
  display: none !important;
}
.cms-index-index #maincontent .grid-style-08 .product-item-inner .actions-secondary > .action:hover:after {
  animation: none;
  -o-animation: none;
  -ms-animation: none;
  -moz-animation: none;
  -webkit-animation: none;
}
.cms-home.cms-index-index .container.slideshow-container .cdz-slideshow.main-slideshow,
.cms-codazon-home-page.cms-index-index .container.slideshow-container .cdz-slideshow.main-slideshow {
  margin-top: 2.4rem;
}
.cms-home.cms-index-index .space-base .base-slider .products-grid.grid-style-16 .product-item-inner .action.tocart.primary,
.cms-codazon-home-page.cms-index-index .space-base .base-slider .products-grid.grid-style-16 .product-item-inner .action.tocart.primary {
  width: 80% !important;
  padding: 5px;
}
.cms-home.cms-index-index .product-list-style-16 .field.qty,
.cms-codazon-home-page.cms-index-index .product-list-style-16 .field.qty {
  width: 80% !important;
}
.cms-home.cms-index-index .product-list-style-16 .field.qty .control input.qty,
.cms-codazon-home-page.cms-index-index .product-list-style-16 .field.qty .control input.qty {
  width: calc(80% - 30px);
  padding: 2px 12%;
}
.cms-home.cms-index-index .column.main .tab-content .owl-carousel .owl-nav.disabled,
.cms-codazon-home-page.cms-index-index .column.main .tab-content .owl-carousel .owl-nav.disabled {
  display: block;
}
.cms-index-index .widget.amblog-post-list .slick-track {
  margin: 0;
}
.page-header .container.sticky-menu {
  border-bottom: 3px solid #70ac44;
}
/* Hyperlink Text Decoration */
a,
a:visited,
a:active,
a:hover {
  text-decoration: underline;
}
input[type="checkbox"]:before {
  content: '\2714' !important;
}
.switcher-trigger a,
.switcher-trigger a:visited,
.switcher-trigger a:active,
.switcher-trigger a:hover {
  text-decoration: none;
}
.items li.nav.item a {
  text-decoration: none;
}
.sidebar .block .block-content .actions-toolbar .primary a.action,
.sidebar .block .block-content .actions-toolbar .secondary a.action {
  text-decoration: none;
}
.sidebar .block .block-content .actions-toolbar .primary a.action:hover,
.sidebar .block .block-content .actions-toolbar .secondary a.action:hover {
  text-decoration: none;
}
.new-shipping-address-modal .modal-inner-wrap {
  padding-right: 10px;
}
.post-list-wrapper .post-list li {
  position: relative;
}
.post-list-wrapper .post-list li .post-date {
  top: -2px;
  right: -2px;
  font-size: 12px;
}
.post-bottom .post-nextprev.row-cols-2 {
  display: flex;
}
@media (max-width: 480px) {
  .post-bottom .post-nextprev.row-cols-2 {
    display: block;
  }
}
.no-margin {
  margin: 0 !important;
}
div.amblog-slick-slider.slick-slider .slick-dots > li[role='presentation'] {
  width: auto;
}
div.amblog-slick-slider.slick-slider .slick-dots > li[role='presentation'].slick-active button {
  background: #414a87;
}
.amblog-list.post-slider.feature {
  padding: 20px 15px 10px 15px;
}
.amblog-list.post-slider.feature > .slick-slider {
  padding: 0px;
}
.amblog-element-block .amblog-headline,
.amblog-post-title .post-title,
.amblog-index-index .amblog-ref,
.amblog-post-container .amblog-widget-container .amblog-headline,
.amblog-element-block .amblog-categories .amblog-link,
.amblog-post-container .amblog-widget-container .amblog-categories .amblog-link,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-headline,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-categories .amblog-link,
.amblog-index-index .amblog-ref,
.amblog-index-search .amblog-ref,
.amblog-index-tag .amblog-ref,
.amblog-index-category .amblog-ref,
.amblog-index-post .amblog-ref,
.amblog-index-author .amblog-ref,
.amblog-index-post .amblog-ref,
.-post-page .amblog-content p a:not(.pagebuilder-button-primary) {
  color: #414a87 !important;
}
.amblog-element-block .amblog-headline:hover,
.amblog-post-title .post-title:hover,
.amblog-index-index .amblog-ref:hover,
.amblog-post-container .amblog-widget-container .amblog-headline:hover,
.amblog-element-block .amblog-categories .amblog-link:hover,
.amblog-post-container .amblog-widget-container .amblog-categories .amblog-link:hover,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-headline:hover,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-categories .amblog-link:hover,
.amblog-index-index .amblog-ref:hover,
.amblog-index-search .amblog-ref:hover,
.amblog-index-tag .amblog-ref:hover,
.amblog-index-category .amblog-ref:hover,
.amblog-index-post .amblog-ref:hover,
.amblog-index-author .amblog-ref:hover,
.amblog-index-post .amblog-ref:hover,
.-post-page .amblog-content p a:not(.pagebuilder-button-primary):hover {
  color: #414a87 !important;
}
a.amblog-tag:hover {
  color: #fff !important;
  background-color: #414a87;
}
.amblog-pager-container .amblog-links .amblog-link:not(.-disabled) {
  background: #70AC44;
}
.amblog-pager-container .amblog-links .amblog-link:not(.-disabled):hover {
  background: #63983C;
}
.cms-home .cdz-block-content .amblog-title,
.cms-codazon-home-page .cdz-block-content .amblog-title {
  padding-right: 120px;
}
@media (max-width: 639px) {
  .cms-home .cdz-block-content .amblog-title,
  .cms-codazon-home-page .cdz-block-content .amblog-title {
    padding-right: 0px;
  }
}
.cms-home .cdz-block-content .blog-filter,
.cms-codazon-home-page .cdz-block-content .blog-filter {
  float: right;
  margin-top: -4px;
}
.cms-home .cdz-block-content .blog-filter span,
.cms-codazon-home-page .cdz-block-content .blog-filter span {
  font-weight: normal;
  font-size: 14px;
  margin: 0 5px;
  background: #ffffff;
  border: 1px solid #414a87;
  color: #414A87;
  border-radius: 25px;
  padding: 5px 10px;
  cursor: pointer;
}
.cms-home .cdz-block-content .blog-filter span.active,
.cms-codazon-home-page .cdz-block-content .blog-filter span.active {
  border: 1px solid #414a87;
  color: #fff;
  background: #414a87;
}
.cms-home .cdz-block-content .amblog-list.post-slider,
.cms-codazon-home-page .cdz-block-content .amblog-list.post-slider {
  clear: right;
}
.cms-home .cdz-block-content .amblog-post-list.amblog-element-block.widget,
.cms-codazon-home-page .cdz-block-content .amblog-post-list.amblog-element-block.widget {
  background: none;
  padding: 0px;
  border: none;
  box-shadow: none;
  margin: 0px -10px;
}
.cms-home .cdz-block-content .amblog-post-list .amblog-list,
.cms-codazon-home-page .cdz-block-content .amblog-post-list .amblog-list,
.cms-home .cdz-block-content .amblog-post-list .slick-slider,
.cms-codazon-home-page .cdz-block-content .amblog-post-list .slick-slider {
  padding: 0px;
}
.cms-home .cdz-block-content .amblog-post-list .post-item,
.cms-codazon-home-page .cdz-block-content .amblog-post-list .post-item {
  border: 2px solid #dddddd;
}
.cms-home .cdz-block-content .amblog-post-list .post-item .post-item-details,
.cms-codazon-home-page .cdz-block-content .amblog-post-list .post-item .post-item-details {
  padding: 6px 16px 16px 16px;
  line-height: 24px;
}
.cms-home .cdz-block-content .amblog-post-list .post-item .post-item-details .post-title.amblog-headline,
.cms-codazon-home-page .cdz-block-content .amblog-post-list .post-item .post-item-details .post-title.amblog-headline {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.cms-home .cdz-block-content .amblog-post-list .post-item .post-item-details .post-title.amblog-headline:hover,
.cms-codazon-home-page .cdz-block-content .amblog-post-list .post-item .post-item-details .post-title.amblog-headline:hover {
  color: #414a87;
}
.cms-home .cdz-block-content .amblog-post-list .post-item .post-item-details .short-description,
.cms-codazon-home-page .cdz-block-content .amblog-post-list .post-item .post-item-details .short-description {
  font-size: 16px;
  margin-bottom: 5px;
  line-height: 24px;
  font-weight: normal;
  font-style: normal;
  color: #231F20;
  font-family: Arimo;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.cms-home .cdz-block-content .amblog-post-list .post-item .post-item-details .amblog-featured-card-bottom,
.cms-codazon-home-page .cdz-block-content .amblog-post-list .post-item .post-item-details .amblog-featured-card-bottom {
  border-top: 1px solid #666;
  padding-top: 10px;
}
.cms-home .cdz-block-content .amblog-post-list .post-item .post-item-details .amblog-featured-card-bottom .ampost-link,
.cms-codazon-home-page .cdz-block-content .amblog-post-list .post-item .post-item-details .amblog-featured-card-bottom .ampost-link {
  color: #414A87;
  font-size: 16px;
  font-weight: 400;
  text-decoration: underline;
}
.cms-home .cdz-block-content .amblog-post-list .post-item .post-item-details .amblog-featured-card-bottom .amblog-date,
.cms-codazon-home-page .cdz-block-content .amblog-post-list .post-item .post-item-details .amblog-featured-card-bottom .amblog-date {
  float: right;
  margin-top: 0px;
  font-size: 14px;
  color: #666666;
  margin-right: 0px;
}
.cms-home .cdz-block-content .amblog-post-list .post-item .post-item-details .amblog-featured-card-bottom .amblog-date:before,
.cms-codazon-home-page .cdz-block-content .amblog-post-list .post-item .post-item-details .amblog-featured-card-bottom .amblog-date:before {
  display: inline-block;
  font: normal normal 16px / 1 FontAwesome;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f073';
  margin-right: 4px;
  margin-top: -4px;
}
.cms-home .cdz-block-content .amblog-post-list .amblog-slick-slider.slick-slider .slick-arrow,
.cms-codazon-home-page .cdz-block-content .amblog-post-list .amblog-slick-slider.slick-slider .slick-arrow {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 100%;
  border-color: #414A87;
  background: #414A87 !important;
  color: #fff !important;
}
.cms-home .cdz-block-content .amblog-post-list .amblog-slick-slider.slick-slider .slick-arrow:before,
.cms-codazon-home-page .cdz-block-content .amblog-post-list .amblog-slick-slider.slick-slider .slick-arrow:before {
  font-family: 'iconfont';
  font-size: 16px;
  font-style: normal;
  color: #ffffff;
  content: "\e6e6" !important;
  display: block !important;
  line-height: 40px;
  padding-right: 0px;
}
.cms-home .cdz-block-content .amblog-post-list .amblog-slick-slider.slick-slider .slick-arrow:hover:before,
.cms-codazon-home-page .cdz-block-content .amblog-post-list .amblog-slick-slider.slick-slider .slick-arrow:hover:before {
  color: #ffffff;
}
.cms-home .cdz-block-content .amblog-post-list .amblog-slick-slider.slick-slider .slick-arrow.slick-prev,
.cms-codazon-home-page .cdz-block-content .amblog-post-list .amblog-slick-slider.slick-slider .slick-arrow.slick-prev {
  transform: translate(0);
  opacity: 1;
  backface-visibility: visible;
  visibility: visible;
  top: -64px;
  right: 66px;
  left: unset;
}
.cms-home .cdz-block-content .amblog-post-list .amblog-slick-slider.slick-slider .slick-arrow.slick-prev:before,
.cms-codazon-home-page .cdz-block-content .amblog-post-list .amblog-slick-slider.slick-slider .slick-arrow.slick-prev:before {
  content: "\e6e5" !important;
}
.cms-home .cdz-block-content .amblog-post-list .amblog-slick-slider.slick-slider .slick-arrow.slick-next,
.cms-codazon-home-page .cdz-block-content .amblog-post-list .amblog-slick-slider.slick-slider .slick-arrow.slick-next {
  transform: translate(0);
  opacity: 1;
  backface-visibility: visible;
  visibility: visible;
  top: -64px;
  right: 10px;
  left: unset;
}
.cms-home .cdz-block-content .amblog-post-list .slick-dots,
.cms-codazon-home-page .cdz-block-content .amblog-post-list .slick-dots {
  display: none;
}
/* End of Hyperlink Text Decoration */
.account-menu-items li.ecc-header-link a {
  margin-left: 0px;
}
.header-panel-right .ecc-header-link a {
  margin: 0px;
}
.addresses.companyfavadd .fav {
  cursor: pointer;
}
.addresses.companyfavadd .fav:before {
  content: "\f004";
  font: 14px / 1 FontAwesome;
}
.addresses.companyfavadd .shipping-address-item {
  width: 31%;
  margin: 10px;
  background: #ffffff;
  -webkit-box-shadow: 0 0px 5px 0 #aaaaaa;
  -moz-box-shadow: 0 0px 5px 0 #aaaaaa;
  -o-box-shadow: 0 0px 5px 0 #aaaaaa;
  box-shadow: 0 0px 5px 0 #aaaaaa;
}
.addresses.companyfavadd .shipping-address-item.selected-item:after {
  content: '\2714';
  font-family: 'FontAwesome';
  font-size: 20px;
}
.addresses.companyfavadd .shipping-address-items .action-select-shipping-item {
  border: 1px !important;
  font: 600 14px/1.35 Lato, Helvetica Neue, Verdana, Arial, sans-serif;
  text-transform: uppercase;
  outline: none;
  cursor: pointer;
  font-weight: bold;
  padding: 5px 15px 5px;
  border-radius: 0px;
  font: Lato, Helvetica Neue, Verdana, Arial, sans-serif;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  box-shadow: none;
  text-decoration: none !important;
  text-shadow: 0 0 black;
}
.addresses.companyfavadd .shipping-address-items .action-select-shipping-item:hover {
  opacity: 1;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-decoration: none !important;
}
.nav-sections-item-content .header.links .ecc-header-link a {
  margin-left: 0px;
}
.block-minicart #minicart-content-wrapper .block-content .cart-total .actions a.action.button.secondary {
  text-decoration: none;
}
.block-minicart #minicart-content-wrapper .block-content ol.minicart-items .product-item-pricing .price {
  color: #000000;
}
.block-minicart #minicart-content-wrapper .block-content ol.minicart-items .product-item-pricing .update-cart-item {
  top: 10px;
}
.block-minicart #minicart-content-wrapper .block-content ol.minicart-items li.product-item .product-item-photo .product-image-wrapper .product-image-photo {
  width: 50px !important;
  height: auto !important;
}
.product-info-main .box-tocart .field.qty,
.product-options-bottom .box-tocart .field.qty {
  padding-bottom: 10px;
}
.product-info-main .box-tocart .field.qty .mage-error#qty-error,
.product-options-bottom .box-tocart .field.qty .mage-error#qty-error {
  background: transparent !important;
  padding: 5px 10px;
  border: 0px solid !important;
  font-size: 11px;
  width: auto !important;
  left: -5px !important;
  top: 65px !important;
}
.catalog-product-view.product-view-style-04 .price-box {
  padding: 0px;
}
div.cdz-subcategories .item-title {
  white-space: normal;
}
.catalog-product-view .product-info-main-inner .box-tocart table > thead > tr > th,
.catalog-product-view .product-info-main-inner .box-tocart table > tbody > tr > th,
.catalog-product-view .product-info-main-inner .box-tocart table > tfoot > tr > th,
.catalog-product-view .product-info-main-inner .box-tocart table > thead > tr > td,
.catalog-product-view .product-info-main-inner .box-tocart table > tbody > tr > td,
.catalog-product-view .product-info-main-inner .box-tocart table > tfoot > tr > td {
  display: table-cell;
  min-width: 130px;
  max-width: 150px;
}
.catalog-product-view .product-info-main-inner .box-tocart table > thead > tr > th .input-text.qty,
.catalog-product-view .product-info-main-inner .box-tocart table > tbody > tr > th .input-text.qty,
.catalog-product-view .product-info-main-inner .box-tocart table > tfoot > tr > th .input-text.qty,
.catalog-product-view .product-info-main-inner .box-tocart table > thead > tr > td .input-text.qty,
.catalog-product-view .product-info-main-inner .box-tocart table > tbody > tr > td .input-text.qty,
.catalog-product-view .product-info-main-inner .box-tocart table > tfoot > tr > td .input-text.qty {
  height: 35px !important;
  padding-left: 5px !important;
  padding-right: 5px !important;
  border: 1px solid #e1e1e1 !important;
}
.catalog-product-view .product-info-main-inner .box-tocart table > thead > tr > th .price-box,
.catalog-product-view .product-info-main-inner .box-tocart table > tbody > tr > th .price-box,
.catalog-product-view .product-info-main-inner .box-tocart table > tfoot > tr > th .price-box,
.catalog-product-view .product-info-main-inner .box-tocart table > thead > tr > td .price-box,
.catalog-product-view .product-info-main-inner .box-tocart table > tbody > tr > td .price-box,
.catalog-product-view .product-info-main-inner .box-tocart table > tfoot > tr > td .price-box {
  padding-top: 5px;
}
.catalog-product-view .product-info-main-inner .box-tocart table > thead > tr > th .price-box .price-wrapper .price,
.catalog-product-view .product-info-main-inner .box-tocart table > tbody > tr > th .price-box .price-wrapper .price,
.catalog-product-view .product-info-main-inner .box-tocart table > tfoot > tr > th .price-box .price-wrapper .price,
.catalog-product-view .product-info-main-inner .box-tocart table > thead > tr > td .price-box .price-wrapper .price,
.catalog-product-view .product-info-main-inner .box-tocart table > tbody > tr > td .price-box .price-wrapper .price,
.catalog-product-view .product-info-main-inner .box-tocart table > tfoot > tr > td .price-box .price-wrapper .price {
  font-size: 20px;
}
.cart-summary .discount#block-discount {
  width: 100% !important;
}
.product-view-style-04 .product-info-main .price-box {
  padding-top: 15px;
}
.catalog-product-view.checkout-cart-configure .product-info-main .box-tocart.update .field.qty .label {
  display: inline-block !important;
}
.catalog-product-view.checkout-cart-configure .product-info-main .box-tocart.update .field.qty .control {
  display: inline-block !important;
}
.catalog-product-view.checkout-cart-configure .product-info-main .box-tocart.update .field.qty .control .input-text.qty {
  width: 60px;
  border: 1px solid #cccccc;
  font-size: 13px;
}
.catalog-product-view.checkout-cart-configure .product-info-main .box-tocart.update #product-updatecart-button.tocart {
  max-width: 155px;
  float: left;
  margin-left: 2px;
}
.catalog-product-view.checkout-cart-configure .product-info-main .box-tocart.update .box-addtolists {
  float: left !important;
  max-width: 142px !important;
  position: static !important;
  margin-top: -15px !important;
}
.catalog-product-view.checkout-cart-configure .product-info-main .box-tocart.update #instant-purchase,
.catalog-product-view.checkout-cart-configure .product-info-main .box-tocart.update .product-addto-links {
  float: left !important;
}
body .cdz-cat-search .category-list a {
  text-decoration: none;
}
body .cdz-cat-search .category-list a:hover {
  color: #414a87;
}
.qs-modal .product-info-main .product-info-stock-sku {
  display: none;
}
.page-products .toolbar.toolbar-products:last-child {
  margin-top: 20px;
}
.page-products .grid.products-grid .product-items {
  display: grid;
  grid-template-columns: repeat(3, 33.333%);
  grid-gap: 2.4rem;
  width: calc(95.2%);
}
.page-products .grid.products-grid .product-items .product-item {
  margin-bottom: 0px;
}
.page-products .grid.products-grid .product-items .product-item .product-item-info .product-item-details {
  padding: 16px;
  text-align: left;
}
.page-products .grid.products-grid .product-items .product-item .product-item-info .product-item-details .price-box.price-final_price {
  margin-bottom: 16px;
}
.page-products .grid.products-grid .product-items .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions {
  margin: 0px;
}
.page-products .grid.products-grid .product-items .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions > .actions-primary {
  padding: 0px;
}
.page-products .list.products-list .product-items .item.product-item {
  background: #ffffff;
  width: 100%;
  margin-bottom: 24px;
}
.page-products .list.products-list .product-items .item.product-item .description.product-item-description {
  margin-top: 0px;
  text-align: left;
  display: block;
  float: left;
  position: static;
  width: 100%;
  color: #231F20;
  font-family: Arimo;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.page-products .list.products-list .product-items .product-item-info .product-item-photo {
  display: block;
  width: 100%;
  max-width: 295px;
  float: left;
}
.page-products .list.products-list .product-items .product-item-info .product-item-photo .product-image-wrapper {
  padding-bottom: 100% !important;
}
.page-products .list.products-list .product-items .product-item-info .product-item-photo .product-image-photo {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
.page-products .list.products-list .product-items .product-item-info .product-item-details {
  display: block;
  float: left;
  width: calc(100% - 300px);
  padding: 15px 10px 10px 10px;
}
.page-products .list.products-list .product-items .product-item-info .product-item-details .product-item-name,
.page-products .list.products-list .product-items .product-item-info .product-item-details .price-box,
.page-products .list.products-list .product-items .product-item-info .product-item-details .product-item-inner {
  text-align: left;
}
.page-products .list.products-list .product-items .product-item-info .product-item-details .product-item-name a.product-item-link,
.page-products .list.products-list .product-items .product-item-info .product-item-details .price-box a.product-item-link,
.page-products .list.products-list .product-items .product-item-info .product-item-details .product-item-inner a.product-item-link {
  font-weight: 600;
}
.page-products .list.products-list .product-items .product-item-info .product-item-details .product-item-name .product-item-actions .actions-primary,
.page-products .list.products-list .product-items .product-item-info .product-item-details .price-box .product-item-actions .actions-primary,
.page-products .list.products-list .product-items .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary {
  text-align: left;
}
.page-products .list.products-list .product-items .product-item-info .product-item-details .product-item-name .product-item-actions .actions-primary .cart-qty .field.qty .control,
.page-products .list.products-list .product-items .product-item-info .product-item-details .price-box .product-item-actions .actions-primary .cart-qty .field.qty .control,
.page-products .list.products-list .product-items .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .cart-qty .field.qty .control {
  margin-right: 10px;
}
.page-products .grid.products-grid.products:not(.row) {
  margin-bottom: 2.4rem;
}
#form_tabs_details_content table tbody tr td .fieldset.info .label,
#form_tabs_details_content table tbody tr td .fieldset.info .active-multi-level,
#form_tabs_details_content table tbody tr td .fieldset.info .active-group {
  float: left;
  width: auto;
  margin-right: 10px;
  display: inline-block;
}
#form_tabs_details_content table tbody tr td .fieldset.info .active-multi-level,
#form_tabs_details_content table tbody tr td .fieldset.info .active-group {
  top: 5px !important;
}
.dealerconnect-claims-new .box-info.box-account.col-1.block {
  -webkit-box-shadow: 0 0px 5px 0 #aaaaaa;
  -moz-box-shadow: 0 0px 5px 0 #aaaaaa;
  -o-box-shadow: 0 0px 5px 0 #aaaaaa;
  box-shadow: 0 0px 5px 0 #aaaaaa;
}
.dealerconnect-claims-new .column.main > .box-info.box-account.col-1.block {
  margin-bottom: 6rem;
}
.multishipping-checkout-addresses .column.main,
.multishipping-checkout-shipping .column.main,
.multishipping-checkout-billing .column.main,
.multishipping-checkout-overview .column.main {
  padding: 15px;
  border: 1px solid #e1e1e1;
  background: #ffffff;
  border-radius: 0px;
  -webkit-box-shadow: 0 0px 5px 0 #aaaaaa;
  -moz-box-shadow: 0 0px 5px 0 #aaaaaa;
  -o-box-shadow: 0 0px 5px 0 #aaaaaa;
  box-shadow: 0 0px 5px 0 #aaaaaa;
}
.multishipping-checkout-addresses .column.main .actions-toolbar .secondary,
.multishipping-checkout-shipping .column.main .actions-toolbar .secondary,
.multishipping-checkout-billing .column.main .actions-toolbar .secondary,
.multishipping-checkout-overview .column.main .actions-toolbar .secondary {
  float: right;
}
.multishipping-checkout-addresses .column.main .actions-toolbar .secondary .action.back,
.multishipping-checkout-shipping .column.main .actions-toolbar .secondary .action.back,
.multishipping-checkout-billing .column.main .actions-toolbar .secondary .action.back,
.multishipping-checkout-overview .column.main .actions-toolbar .secondary .action.back {
  border: 1px !important;
  font: 600 14px/1.35 Lato, Helvetica Neue, Verdana, Arial, sans-serif;
  text-transform: uppercase;
  outline: none;
  cursor: pointer;
  font-weight: bold;
  padding: 5px 15px 5px;
  border-radius: 0px;
  font: Lato, Helvetica Neue, Verdana, Arial, sans-serif;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  box-shadow: none;
  text-decoration: none !important;
  text-shadow: 0 0 black;
  padding: 12px 15px 12px;
  border-width: 1px;
  border-style: solid;
}
.multishipping-checkout-addresses .column.main .actions-toolbar .secondary .action.back:hover,
.multishipping-checkout-shipping .column.main .actions-toolbar .secondary .action.back:hover,
.multishipping-checkout-billing .column.main .actions-toolbar .secondary .action.back:hover,
.multishipping-checkout-overview .column.main .actions-toolbar .secondary .action.back:hover {
  opacity: 1;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-decoration: none !important;
}
.multishipping-checkout-success .page-title-wrapper {
  display: none;
}
.multishipping-checkout-success .multicheckout.success {
  padding: 15px;
  border: 1px solid #e1e1e1;
  background: #ffffff;
  border-radius: 0px;
  -webkit-box-shadow: 0 0px 5px 0 #aaaaaa;
  -moz-box-shadow: 0 0px 5px 0 #aaaaaa;
  -o-box-shadow: 0 0px 5px 0 #aaaaaa;
  box-shadow: 0 0px 5px 0 #aaaaaa;
  text-align: center;
}
.multishipping-checkout-success .multicheckout.success .action.continue {
  border: 1px !important;
  font: 600 14px/1.35 Lato, Helvetica Neue, Verdana, Arial, sans-serif;
  text-transform: uppercase;
  outline: none;
  cursor: pointer;
  font-weight: bold;
  padding: 5px 15px 5px;
  border-radius: 0px;
  font: Lato, Helvetica Neue, Verdana, Arial, sans-serif;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  box-shadow: none;
  text-decoration: none !important;
  text-shadow: 0 0 black;
  padding: 12px 15px 12px;
  border-width: 1px;
  border-style: solid;
}
.multishipping-checkout-success .multicheckout.success .action.continue:hover {
  opacity: 1;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-decoration: none !important;
}
.quickshop-modal .page-product-configurable .quickshop-main .product-add-form .product-options-wrapper .data-table.grouped-items-table .control .input-text.qty {
  width: 52px;
}
.quickshop-modal .quickshop-main .product-info-main .box-tocart .input-text.qty {
  height: 32px;
}
.quickshop-modal .quickshop-main .product-options-bottom .box-tocart .field.qty {
  padding-bottom: 20px !important;
  height: 32px;
}
.quickshop-modal .quickshop-main .product-info-main .box-tocart .field.qty {
  margin-bottom: 0px !important;
  flex-basis: 40% !important;
}
.quickshop-modal .quickshop-main .product-info-main .box-tocart .field.qty .mage-error#qty-error {
  top: 70px !important;
}
.quickshop-modal .quickshop-main .product-addto-links {
  float: none !important;
}
.quickshop-modal .quickshop-main .block-bundle-summary .content .product-details .box-tocart .field.qty {
  display: block;
  width: 100%;
}
.quickshop-modal .quickshop-main .block-bundle-summary .content .product-details .box-tocart .field.qty .label {
  float: left;
  margin-top: 15px;
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  text-transform: uppercase;
  width: 100%;
}
.quickshop-modal .quickshop-main .block-bundle-summary .content .product-details .box-tocart .field.qty .control > span.qtyminus,
.quickshop-modal .quickshop-main .block-bundle-summary .content .product-details .box-tocart .field.qty .control > span.qtyplus,
.quickshop-modal .quickshop-main .block-bundle-summary .content .product-details .box-tocart .field.qty .control > .input-text.qty {
  display: inline-block;
  width: 40px !important;
  text-align: center;
}
.quickshop-modal .quickshop-main .block-bundle-summary .content .product-details .box-tocart .field.qty .control > .input-text.qty {
  font-size: 14px !important;
  font-weight: bold;
}
.quickshop-modal .quickshop-main .product-info-main .block-bundle-summary .content .product-details .box-tocart .field.qty {
  display: block;
  width: 100%;
}
.quickshop-modal .quickshop-main .product-info-main .block-bundle-summary .content .product-details .box-tocart .field.qty .label {
  float: left;
  margin-top: 15px;
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  text-transform: uppercase;
}
.quickshop-modal .quickshop-main .product-info-main .block-bundle-summary .content .product-details .box-tocart .field.qty .control {
  float: left;
}
.quickshop-modal .quickshop-main .product-info-main .block-bundle-summary .content .product-details .box-tocart .field.qty .control > span.qtyminus,
.quickshop-modal .quickshop-main .product-info-main .block-bundle-summary .content .product-details .box-tocart .field.qty .control > span.qtyplus,
.quickshop-modal .quickshop-main .product-info-main .block-bundle-summary .content .product-details .box-tocart .field.qty .control > span.input-text.qty {
  display: inline-block;
  width: 40px;
  text-align: center;
}
.quickshop-modal .quickshop-main .product-info-main .block-bundle-summary .content .product-details .box-tocart .actions {
  display: inline-block;
  width: 40%;
}
.quickshop-modal .quickshop-main .product-info-main .block-bundle-summary .content .product-details .box-tocart .instant-purchase {
  display: inline-block;
  float: none;
}
.quickshop-modal .quickshop-main .product-info-main .block-bundle-summary .content .product-details .box-tocart .box-addtolists {
  display: inline-block;
  width: 40%;
  padding-left: 10px;
  top: 0px;
}
.quickshop-modal .quickshop-main .product-info-main .block-bundle-summary .content .product-details .box-tocart .box-addtolists .fieldset .actions {
  width: 100%;
}
.quickshop-modal .quickshop-main .product-info-main .block-bundle-summary .content .product-details .box-tocart .box-addtolists .fieldset .actions .tolistsview {
  padding: 10px 17px;
  font-size: 1.3rem;
  width: 100%;
}
.quickshop-modal .quickshop-main .product-info-main .product-social-links {
  text-align: left;
}
.quickshop-modal .quickshop-main .product-info-main .product-social-links .cdz-social-listing {
  text-align: left;
}
.quickshop-modal .quickshop-main .product-info-main #subscription-product #subscription-terms-note.tooltip-container {
  cursor: pointer;
  position: relative;
  display: inline-block;
}
.quickshop-modal .quickshop-main .product-info-main #subscription-product #subscription-terms-note.tooltip-container .tooltip {
  display: none;
  top: -11px;
  box-shadow: 0 2px 8px 0 #aaaaaa;
  background: #e1e1e1;
  border: 1px solid #e1e1e1;
  border-radius: 1px;
  padding: 1.5rem 2.5rem;
  position: absolute;
  z-index: 1;
  float: right;
  left: 48px;
  width: 200px;
}
.quickshop-modal .quickshop-main .product-info-main #subscription-product #subscription-terms-note.tooltip-container .tooltip:before {
  width: 0;
  height: 0;
  left: -25px;
  top: 15px;
  position: absolute;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  content: '';
  border-right: 25px solid #e1e1e1;
  z-index: -13;
}
.quickshop-modal .quickshop-main .product-info-main #subscription-product #subscription-terms-note.tooltip-container .tooltip.visible {
  display: block;
}
.quickshop-modal .quickshop-main .product-info-main .box-tocart .actions .action.primary.tocart span:before,
.quickshop-modal .quickshop-main .product-info-main .box-tocart .actions .action.primary.tocart span:after {
  content: "\e9a6";
}
.quickshop-modal .quickshop-main .product-info-main .box-tocart.update .actions {
  margin-top: 0px;
}
.quickshop-modal .quickshop-main .product-info-main .box-tocart.update .actions .action.primary.tocart {
  float: left;
}
.quickshop-modal .quickshop-main .product-info-main .product-info-price .product-info-stock-sku .availability.out-of-stock {
  float: none !important;
}
.quickshop-modal .quickshop-main .product-info-main .product-info-price .product-info-stock-sku .short-description.sku-list .scrolforsku {
  top: 0px !important;
}
.quickshop-modal .quickshop-main .product-info-main .product-info-price .product-info-stock-sku .stock,
.quickshop-modal .quickshop-main .product-info-main .product-info-price .product-info-stock-sku .short-description,
.quickshop-modal .quickshop-main .product-info-main .product-info-price .product-info-stock-sku .sku-list {
  float: none;
  display: block;
}
.quickshop-modal .quickshop-main .product-info-main .product-info-price .product-info-stock-sku .stock > p,
.quickshop-modal .quickshop-main .product-info-main .product-info-price .product-info-stock-sku .short-description > p,
.quickshop-modal .quickshop-main .product-info-main .product-info-price .product-info-stock-sku .sku-list > p {
  float: left;
}
.quickshop-modal .quickshop-main .product-info-main .product-info-price .product-info-stock-sku .stock .scrolforsku,
.quickshop-modal .quickshop-main .product-info-main .product-info-price .product-info-stock-sku .short-description .scrolforsku,
.quickshop-modal .quickshop-main .product-info-main .product-info-price .product-info-stock-sku .sku-list .scrolforsku,
.quickshop-modal .quickshop-main .product-info-main .product-info-price .product-info-stock-sku .stock p,
.quickshop-modal .quickshop-main .product-info-main .product-info-price .product-info-stock-sku .short-description p,
.quickshop-modal .quickshop-main .product-info-main .product-info-price .product-info-stock-sku .sku-list p {
  padding: 0px;
  margin: 0px;
  display: inline-block;
}
.quickshop-modal .quickshop-main .product-info-main .product-info-price .product-info-stock-sku .stock .scrolforsku,
.quickshop-modal .quickshop-main .product-info-main .product-info-price .product-info-stock-sku .short-description .scrolforsku,
.quickshop-modal .quickshop-main .product-info-main .product-info-price .product-info-stock-sku .sku-list .scrolforsku {
  position: relative;
  top: 5px;
  left: 5px;
}
.quickshop-modal .quickshop-main .product-info-main .product-info-price .product-info-stock-sku .stock .scrolforsku p,
.quickshop-modal .quickshop-main .product-info-main .product-info-price .product-info-stock-sku .short-description .scrolforsku p,
.quickshop-modal .quickshop-main .product-info-main .product-info-price .product-info-stock-sku .sku-list .scrolforsku p {
  display: block;
}
.quickshop-modal .quickshop-main .product-info-main .product-info-price .price-box .price-wrapper .price {
  font-size: 24px;
}
.quickshop-modal .quickshop-main .product-info-main .product-add-form p.locations_add_to_cart {
  float: left;
  position: relative;
  top: 21px;
  margin-left: 5px;
}
.quickshop-modal .quickshop-main .product-info-main .product-add-form p.locations_add_to_cart a {
  border: 1px !important;
  font: 600 14px/1.35 Lato, Helvetica Neue, Verdana, Arial, sans-serif;
  text-transform: uppercase;
  outline: none;
  cursor: pointer;
  font-weight: bold;
  padding: 5px 15px 5px;
  border-radius: 0px;
  font: Lato, Helvetica Neue, Verdana, Arial, sans-serif;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  box-shadow: none;
  text-decoration: none !important;
  text-shadow: 0 0 black;
  font-weight: 500;
  padding: 7px 15px 8px;
  text-align: center;
  font: 400 16px/1.35 Lato, Helvetica Neue, Verdana, Arial, sans-serif;
}
.quickshop-modal .quickshop-main .product-info-main .product-add-form p.locations_add_to_cart a:hover {
  opacity: 1;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-decoration: none !important;
}
.quickshop-modal .quickshop-main .product-info-main .product-add-form .box-tocart .price-box .price-wrapper .price {
  font-size: 24px;
}
.quickshop-modal .quickshop-main .product-info-main .product-add-form .box-tocart .fieldset .actions {
  width: auto;
  float: left;
}
.quickshop-modal .quickshop-main .product-info-main .product-add-form .box-tocart .fieldset .actions .action.primary.tocart {
  width: 100%;
  font-size: 16px;
  padding: 16px 32px;
  text-transform: none;
}
.quickshop-modal .quickshop-main .product-info-main .product-add-form .box-tocart .fieldset .actions .action.primary.tocart > span:before,
.quickshop-modal .quickshop-main .product-info-main .product-add-form .box-tocart .fieldset .actions .action.primary.tocart > span:after {
  display: none;
}
.quickshop-modal .quickshop-main .product-info-main .product-add-form .box-tocart .fieldset #instant-purchase {
  float: left;
  width: auto;
}
.quickshop-modal .quickshop-main .product-info-main .product-add-form .box-tocart .fieldset .box-addtolists {
  float: left;
  position: static !important;
  margin-left: 5px;
  margin-top: 0px;
}
.quickshop-modal .quickshop-main .product-info-main .product-add-form .box-tocart .fieldset .box-addtolists .fieldset .actions .tolistsview {
  width: auto;
  font-size: 16px;
  padding: 5px 10px;
  font-weight: 500;
}
.quickshop-modal .quickshop-main .product-info-main .product-social-links .product-addto-links .action.towishlist::before {
  font-family: "iconfont";
  content: "\e6e8";
}
.quickshop-modal .quickshop-main .product-info-main .product-social-links .product-addto-links .action.towishlist,
.quickshop-modal .quickshop-main .product-info-main .product-social-links .product-addto-links .action.tocompare {
  float: left;
  padding: 0;
  width: 40px;
  height: 40px;
  line-height: 36px;
  border: 1px solid;
  text-align: center;
  border-radius: 100%;
  transition: all 500ms ease;
  backface-visibility: hidden;
  font-size: 0;
  margin-right: 7px;
  border-radius: 0px;
}
.quickshop-modal .quickshop-main .product-info-main .product-social-links .product-addto-links .action.towishlist:before,
.quickshop-modal .quickshop-main .product-info-main .product-social-links .product-addto-links .action.tocompare:before {
  margin-right: 0px;
  vertical-align: middle;
}
.quickshop-modal .quickshop-main .product-info-main .product-social-links .product-addto-links .manage-sku-link {
  position: static;
}
.quickshop-modal .quickshop-main .product-info-main #subscription-product .subscription-type {
  padding: 5px 0px;
}
.quickshop-modal .quickshop-main .product-info-main #subscription-product #subscribe-options #available-plans .section-title,
.quickshop-modal .quickshop-main .product-info-main #subscription-product #subscribe-options #subscription-end .section-title,
.quickshop-modal .quickshop-main .product-info-main #subscription-product #subscribe-options #available-plans .enddate-section-title,
.quickshop-modal .quickshop-main .product-info-main #subscription-product #subscribe-options #subscription-end .enddate-section-title {
  font-weight: 600;
  padding-bottom: 5px;
}
.quickshop-modal .quickshop-main .product-info-main #subscription-product #subscribe-options #available-plans .plan-choice,
.quickshop-modal .quickshop-main .product-info-main #subscription-product #subscribe-options #subscription-end .plan-choice {
  padding-bottom: 15px;
}
.quickshop-modal .quickshop-main .product-info-main #subscription-product #subscribe-options #available-plans .end-subscribe-choice,
.quickshop-modal .quickshop-main .product-info-main #subscription-product #subscribe-options #subscription-end .end-subscribe-choice {
  width: 50%;
}
.quickshop-modal .quickshop-main .product-info-main #subscription-product #subscribe-options #available-plans .end-subscribe-choice #end-never,
.quickshop-modal .quickshop-main .product-info-main #subscription-product #subscribe-options #subscription-end .end-subscribe-choice #end-never,
.quickshop-modal .quickshop-main .product-info-main #subscription-product #subscribe-options #available-plans .end-subscribe-choice #end-by-date,
.quickshop-modal .quickshop-main .product-info-main #subscription-product #subscribe-options #subscription-end .end-subscribe-choice #end-by-date,
.quickshop-modal .quickshop-main .product-info-main #subscription-product #subscribe-options #available-plans .end-subscribe-choice #end-cycle,
.quickshop-modal .quickshop-main .product-info-main #subscription-product #subscribe-options #subscription-end .end-subscribe-choice #end-cycle {
  margin-top: 10px;
}
.quickshop-modal .quickshop-main .product-info-main #subscription-product #subscribe-options #available-plans .end-subscribe-choice #end-never .date-input-container.end-date,
.quickshop-modal .quickshop-main .product-info-main #subscription-product #subscribe-options #subscription-end .end-subscribe-choice #end-never .date-input-container.end-date,
.quickshop-modal .quickshop-main .product-info-main #subscription-product #subscribe-options #available-plans .end-subscribe-choice #end-by-date .date-input-container.end-date,
.quickshop-modal .quickshop-main .product-info-main #subscription-product #subscribe-options #subscription-end .end-subscribe-choice #end-by-date .date-input-container.end-date,
.quickshop-modal .quickshop-main .product-info-main #subscription-product #subscribe-options #available-plans .end-subscribe-choice #end-cycle .date-input-container.end-date,
.quickshop-modal .quickshop-main .product-info-main #subscription-product #subscribe-options #subscription-end .end-subscribe-choice #end-cycle .date-input-container.end-date {
  position: relative !important;
}
.quickshop-modal .quickshop-main .product-info-main #subscription-product #subscribe-options #available-plans .end-subscribe-choice #end-never .date-input-container.end-date .ui-datepicker-trigger,
.quickshop-modal .quickshop-main .product-info-main #subscription-product #subscribe-options #subscription-end .end-subscribe-choice #end-never .date-input-container.end-date .ui-datepicker-trigger,
.quickshop-modal .quickshop-main .product-info-main #subscription-product #subscribe-options #available-plans .end-subscribe-choice #end-by-date .date-input-container.end-date .ui-datepicker-trigger,
.quickshop-modal .quickshop-main .product-info-main #subscription-product #subscribe-options #subscription-end .end-subscribe-choice #end-by-date .date-input-container.end-date .ui-datepicker-trigger,
.quickshop-modal .quickshop-main .product-info-main #subscription-product #subscribe-options #available-plans .end-subscribe-choice #end-cycle .date-input-container.end-date .ui-datepicker-trigger,
.quickshop-modal .quickshop-main .product-info-main #subscription-product #subscribe-options #subscription-end .end-subscribe-choice #end-cycle .date-input-container.end-date .ui-datepicker-trigger {
  position: absolute;
  top: 3px;
  right: 3px;
}
.block-quick-add .block-content .quickadd-form-list .input-box .input-text.qty {
  border: 1px solid #e1e1e1;
}
.quickorderpad-form-index .quickorderpad,
.quickorderpad-form-results .quickorderpad {
  -webkit-box-shadow: 0 0px 5px 0 #aaaaaa;
  -moz-box-shadow: 0 0px 5px 0 #aaaaaa;
  -o-box-shadow: 0 0px 5px 0 #aaaaaa;
  box-shadow: 0 0px 5px 0 #aaaaaa;
}
.quickorderpad-form-index .quickorderpad button.action.primary,
.quickorderpad-form-results .quickorderpad button.action.primary,
.quickorderpad-form-index .quickorderpad action.primary,
.quickorderpad-form-results .quickorderpad action.primary,
.quickorderpad-form-index .quickorderpad .action-primary,
.quickorderpad-form-results .quickorderpad .action-primary {
  padding: 8px 30px;
  margin-bottom: 3px;
}
.quickorderpad-form-index .quickorderpad .qop-search .fieldset,
.quickorderpad-form-results .quickorderpad .qop-search .fieldset {
  padding: 0px 20px;
}
#maincontent.page-main {
  position: relative;
}
.ecc-custom-message {
  position: absolute;
  top: -22px;
  width: 100%;
}
.ecc-custom-message .message.message-warning.warning {
  padding: 8px 20px 8px 35px;
}
.modal-popup.modal-slide.branch_selector .modal-content .branches-list-popup .location-select a.selectBranchlink {
  text-decoration: none;
}
.modal-popup.modal-slide .modal-inner-wrap {
  width: 80% !important;
}
.modal-popup.modal-slide .modal-inner-wrap .modal-header .modal-title {
  font: 600 18px/1.35 Lato, Helvetica Neue, Verdana, Arial, sans-serif;
  width: 100%;
}
.modal-popup.modal-slide .modal-inner-wrap .modal-content .location-element .button-wrap .cart-qty .button.action.tocart.primary {
  padding: 5px 7px !important;
}
.modal-popup.modal-slide .modal-inner-wrap .modal-content .product_locations_wrapper.product-list-style-16 .cart-qty .field.qty,
.modal-popup.modal-slide .modal-inner-wrap .modal-content .product_locations_wrapper.product-list-style-16 .cart-qty .action.tocart {
  margin: 0px;
}
.modal-popup.modal-slide .modal-inner-wrap .modal-content .container {
  width: 95%;
}
.modal-popup.modal-slide .modal-inner-wrap .modal-content .container .add-save-sku-popup {
  margin-top: 10px;
}
.modal-popup.modal-slide .modal-inner-wrap .modal-content #manageSkuTable thead tr td {
  display: table-cell;
  float: none;
}
.modal-popup.modal-slide .modal-inner-wrap .modal-content #manageSkuTable tbody tr td {
  display: table-cell;
  float: none;
}
.modal-popup.modal-slide .modal-inner-wrap .modal-content #manageSkuTable thead .col-product_sku,
.modal-popup.modal-slide .modal-inner-wrap .modal-content #manageSkuTable tbody .col-product_sku {
  width: 15%;
}
.modal-popup.modal-slide .modal-inner-wrap .modal-content #manageSkuTable thead .col-product_sku span,
.modal-popup.modal-slide .modal-inner-wrap .modal-content #manageSkuTable tbody .col-product_sku span {
  height: auto;
  display: block;
  max-width: 120px;
  word-break: break-word;
  min-height: 35px;
}
.modal-popup.modal-slide .modal-inner-wrap .modal-content #manageSkuTable thead .col-product_name,
.modal-popup.modal-slide .modal-inner-wrap .modal-content #manageSkuTable tbody .col-product_name {
  width: 25%;
}
.modal-popup.modal-slide .modal-inner-wrap .modal-content #manageSkuTable thead .col-product_name span,
.modal-popup.modal-slide .modal-inner-wrap .modal-content #manageSkuTable tbody .col-product_name span {
  height: auto;
  display: block;
  max-width: 120px;
  word-break: break-word;
  min-height: 35px;
}
.modal-popup.modal-slide .modal-inner-wrap .modal-content #manageSkuTable thead .col-customer_sku,
.modal-popup.modal-slide .modal-inner-wrap .modal-content #manageSkuTable tbody .col-customer_sku {
  width: 20%;
}
.modal-popup.modal-slide .modal-inner-wrap .modal-content #manageSkuTable thead .col-customer_sku span,
.modal-popup.modal-slide .modal-inner-wrap .modal-content #manageSkuTable tbody .col-customer_sku span {
  height: auto;
  display: block;
  word-break: break-word;
  max-width: 120px;
  min-height: 35px;
}
.modal-popup.modal-slide .modal-inner-wrap .modal-content #manageSkuTable thead .col-description,
.modal-popup.modal-slide .modal-inner-wrap .modal-content #manageSkuTable tbody .col-description {
  width: 30%;
}
.modal-popup.modal-slide .modal-inner-wrap .modal-content #manageSkuTable thead .col-description span,
.modal-popup.modal-slide .modal-inner-wrap .modal-content #manageSkuTable tbody .col-description span {
  height: auto;
  display: block;
  word-break: break-word;
  max-width: 180px;
  min-height: 35px;
}
.sidebar-main .link-up-container .rating-item .rating-box .rating:before {
  color: #ff5501;
}
.brands-index-view.catalog-category-view .product-item-details .product_stock_display {
  display: none;
}
.block.related,
.block.upsell,
.block.crosssell,
.block.substitute {
  overflow: hidden;
}
.block.related .owl-carousel .owl-stage-outer,
.block.upsell .owl-carousel .owl-stage-outer,
.block.crosssell .owl-carousel .owl-stage-outer,
.block.substitute .owl-carousel .owl-stage-outer {
  overflow: visible;
}
.block.related .slick-prev,
.block.upsell .slick-prev,
.block.crosssell .slick-prev,
.block.substitute .slick-prev {
  left: -2rem;
}
.block.related .slick-next,
.block.upsell .slick-next,
.block.crosssell .slick-next,
.block.substitute .slick-next {
  right: -2rem;
}
.block.related .slick-list,
.block.upsell .slick-list,
.block.crosssell .slick-list,
.block.substitute .slick-list {
  width: 99%;
}
.block.related .slick-list .slick-track,
.block.upsell .slick-list .slick-track,
.block.crosssell .slick-list .slick-track,
.block.substitute .slick-list .slick-track {
  display: grid;
  grid-auto-flow: column;
}
.block.related .products-grid .product-items .product-item,
.block.upsell .products-grid .product-items .product-item,
.block.crosssell .products-grid .product-items .product-item,
.block.substitute .products-grid .product-items .product-item {
  margin-right: 0%;
  margin-left: 0%;
  position: relative;
  display: inline-block !important;
}
.block.related .products-grid .product-items .product-item .field.choice.related,
.block.upsell .products-grid .product-items .product-item .field.choice.related,
.block.crosssell .products-grid .product-items .product-item .field.choice.related,
.block.substitute .products-grid .product-items .product-item .field.choice.related {
  right: 20%;
}
.block.related .products-grid .product-items .product-item .action.primary,
.block.upsell .products-grid .product-items .product-item .action.primary,
.block.crosssell .products-grid .product-items .product-item .action.primary,
.block.substitute .products-grid .product-items .product-item .action.primary {
  padding: 5px 10px;
}
.block.related .products-grid .product-items .product-item .product-item-actions .actions-secondary .box-addtolists,
.block.upsell .products-grid .product-items .product-item .product-item-actions .actions-secondary .box-addtolists,
.block.crosssell .products-grid .product-items .product-item .product-item-actions .actions-secondary .box-addtolists,
.block.substitute .products-grid .product-items .product-item .product-item-actions .actions-secondary .box-addtolists {
  display: block !important;
  top: 0px;
}
.block.related .products-grid .product-items .product-item .unavailable,
.block.upsell .products-grid .product-items .product-item .unavailable,
.block.crosssell .products-grid .product-items .product-item .unavailable,
.block.substitute .products-grid .product-items .product-item .unavailable,
.block.related .products-grid .product-items .product-item .available,
.block.upsell .products-grid .product-items .product-item .available,
.block.crosssell .products-grid .product-items .product-item .available,
.block.substitute .products-grid .product-items .product-item .available {
  padding: 0px 3px 0px 0px;
}
.block.related .product-item-name,
.block.upsell .product-item-name,
.block.crosssell .product-item-name,
.block.substitute .product-item-name {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  white-space: normal;
}
@media (min-width: 640px) {
  .block.related .product-item-name,
  .block.upsell .product-item-name,
  .block.crosssell .product-item-name,
  .block.substitute .product-item-name {
    min-height: 78px;
  }
}
.cart-container .cart.table-wrapper .actions-toolbar > .action.action-towishlist:before {
  position: relative;
  top: 2px;
  right: 1px;
}
.cart-container .cart.table-wrapper .actions-toolbar > .action.action-edit:before,
.cart-container .cart.table-wrapper .actions-toolbar > .action.action-delete:before {
  position: relative;
  top: 1px;
  right: 0px;
}
.checkout-cart-index .block.crosssell .block-content .slick-list {
  width: auto;
}
.checkout-cart-index .block.crosssell .block-content .slick-list .slick-track {
  display: grid !important;
  grid-auto-flow: column;
  width: auto !important;
  column-gap: 5px;
}
.checkout-cart-index .block.crosssell .block-content .products-grid .product-items .product-item {
  width: 100% !important;
  height: 100%;
  display: grid !important;
}
.checkout-cart-index .block.crosssell .block-content .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-inner {
  padding: 3px 9px 40px;
}
.checkout-cart-index .block.crosssell .block-content .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions {
  position: absolute;
  bottom: 0px;
}
.checkout-cart-index .block.crosssell .block-content .slick-prev {
  left: -2rem;
}
.checkout-cart-index .block.crosssell .block-content .slick-next {
  right: -2rem;
}
.block.related .products-grid .product-items .product-item .product-item-actions {
  padding-top: 50px;
}
.block.related .products-grid .product-items .product-item .product-item-actions .actions-secondary {
  position: absolute;
  bottom: 0px;
}
.block.substitute .block-content .products-substitute .product-items .product-item {
  position: relative;
}
.block.substitute .block-content .products-substitute .product-items .product-item .product-item-info .product-item-details .product-item-inner {
  padding: 50px 10px 40px !important;
}
.block.substitute .block-content .products-substitute .product-items .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions {
  position: absolute;
  bottom: 0px;
}
.block.substitute .block-content .products-substitute .product-items .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions.hasaddtolist .actions-primary {
  margin-bottom: 8px;
  display: inline-block;
}
.block.substitute .block-content .products-substitute .product-items .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions.hasaddtolist .actions-secondary {
  padding-left: 0px;
  display: block;
  width: 100%;
}
.block.substitute .block-content .products-substitute .product-items .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions.hasaddtolist .actions-secondary .box-addtolists {
  display: inline-block !important;
  width: auto;
}
.block.substitute .block-content .products-substitute .product-items .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions.hasaddtolist .actions-secondary .action.towishlist,
.block.substitute .block-content .products-substitute .product-items .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions.hasaddtolist .actions-secondary .action.tocompare {
  float: none;
  position: relative;
  top: 0px;
}
.block.substitute .block-content .products-substitute .product-items .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-secondary .action.towishlist,
.block.substitute .block-content .products-substitute .product-items .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-secondary .action.tocompare {
  position: relative;
  top: 10px;
}
.cdz-menu:not(.cdz-toggle-menu) .groupmenu-drop > li.item {
  min-width: 380px !important;
}
.cdz-horizontal-menu .groupmenu .item .groupmenu-drop.slidedown {
  min-width: 400px !important;
}
.cdz-horizontal-menu .groupmenu .item .groupmenu-drop.slidedown .item .shop-by-brand-list.flex-grid .brand-item {
  max-width: 100px;
}
.brands-index-view.page-products .products-grid.ctst .product-items .item.product-item {
  width: 98% !important;
}
.brands-index-index .brand-container {
  border: 1px solid #e1e1e1;
  background: #ffffff;
  border-radius: 0px;
  -webkit-box-shadow: 0 0px 5px 0 #aaaaaa;
  -moz-box-shadow: 0 0px 5px 0 #aaaaaa;
  -o-box-shadow: 0 0px 5px 0 #aaaaaa;
  box-shadow: 0 0px 5px 0 #aaaaaa;
  padding: 15px;
}
.checkout-cart-index .cart-container .cart.table-wrapper .items.data.table .cart-table .col.qty .control.qty .button.btn-update {
  background: none;
  padding: 2px;
  border: 0px;
  margin-top: -5px;
  margin-left: 10px;
}
.checkout-cart-index .cart-container .cart.table-wrapper .items.data.table .cart-table .col.qty .control.qty .button.btn-update span {
  display: none;
}
.checkout-cart-index .cart-container .cart.table-wrapper .items.data.table .cart-table .col.qty .control.qty .button.btn-update:before {
  display: inline-block;
  font: normal normal 16px/1 FontAwesome;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f021';
  color: #000000;
}
.checkout-cart-index .block.crosssell .products-grid .product-items .product-item .product-item-actions .actions-secondary .action.tocompare,
.checkout-cart-index .block.crosssell .products-grid .product-items .product-item .product-item-actions .actions-secondary .action.towishlist {
  position: relative;
  top: 10px;
}
.checkout-cart-index .cart.table-wrapper .item-options dt,
.checkout-cart-index .opc-block-summary .items-in-cart .product .item-options dt,
.checkout-cart-index .block-giftregistry-shared-items .product .item-options dt,
.checkout-cart-index .multicheckout .item-options dt {
  float: none;
  margin: 0 10px 5px 0;
  display: inline-block;
  width: 50%;
}
.checkout-cart-index .cart.table-wrapper .item-options dd,
.checkout-cart-index .opc-block-summary .items-in-cart .product .item-options dd,
.checkout-cart-index .block-giftregistry-shared-items .product .item-options dd,
.checkout-cart-index .multicheckout .item-options dd {
  float: none;
  display: inline-block;
  width: 40%;
}
.checkout-onepage-success .page-main > .page-title-wrapper .page-title {
  display: block;
  text-align: center;
}
.checkout-onepage-success .page-main > .page-title-wrapper .page-title + .action {
  display: block;
  float: none;
  text-align: center;
  margin-bottom: 30px;
}
.checkout-onepage-success .checkout-success div.primary {
  padding-top: 0px;
}
.checkout-onepage-success .checkout-success div.primary .action.primary.continue {
  padding: 9px 15px;
}
.additional-attributes-wrapper .add-attribute {
  margin: 7px 0px;
}
.additional-attributes-wrapper .add-attribute .label {
  font-weight: 600;
}
.b2b-portal-login #maincontent.page-main {
  width: 95%;
  margin: 20px auto;
}
.b2b-portal-login #maincontent.page-main .fieldset.login .actions-toolbar .secondary .action.remind {
  margin-top: 10px;
}
/* Search auto suggest */
#ecc-autosuggest.ecc-autosuggest {
  left: 0px;
  max-height: 470px;
}
#ecc-autosuggest.ecc-autosuggest .elsearchmain.eldetailedsearch.elsrcthrcol {
  left: -45px;
}
#ecc-autosuggest.ecc-autosuggest .srcsecactive.thcolthrdsec,
#ecc-autosuggest.ecc-autosuggest .srcsecactive.thcolfoursec {
  width: 315px;
}
#ecc-autosuggest.ecc-autosuggest .eltitlesec {
  background: #15499f;
}
#ecc-autosuggest.ecc-autosuggest .elsrchcol2 {
  width: 310px;
}
#ecc-autosuggest.ecc-autosuggest .elsrchcolpro {
  width: 325px;
}
#ecc-autosuggest.ecc-autosuggest .srcsecactive.thcolfirstsec {
  margin-left: -328px;
  width: 315px;
}
#ecc-autosuggest.ecc-autosuggest .srcsecactive.thcolsecondsec {
  margin-left: -328px;
  width: 315px;
}
#ecc-autosuggest.ecc-autosuggest .elsearchsec ul.elproducts li.elproduct .product-item-info {
  padding: 15px 0px 0px;
}
#ecc-autosuggest.ecc-autosuggest .elsearchsec ul.elproducts li.elproduct .product-item-info .autocomplete-search .fieldset {
  margin-bottom: 2px;
}
#ecc-autosuggest.ecc-autosuggest .elsearchsec ul.elproducts li.elproduct .product-item-info .product-details {
  width: 200px;
}
#ecc-autosuggest.ecc-autosuggest .elsearchsec ul.elproducts li.elproduct .product-item-info .elprodlink .image-wrapper .elprodimg {
  width: auto;
  height: 55px;
}
/* Common */
.block-minicart .cart-total .subtotal .amount .price-wrapper:first-child .price {
  color: #000000 !important;
}
.block-minicart #save-cart-as-list {
  background: #f5f5f5;
  padding: 0px 20px;
  margin-top: -15px;
}
.block-minicart #save-cart-as-list .btn-update.action.primary {
  width: 100%;
  margin: 5px 0;
  text-align: center;
  padding: 5px 7px;
  display: inline-block;
  font-size: 13px;
}
.block-minicart .minicart-items-wrapper {
  padding: 10px;
}
.block-minicart .minicart-items-wrapper .minicart-items .product-item {
  position: relative;
  padding: 0px 0px 15px 0px;
}
.block-minicart .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-item-name {
  float: left;
  width: 43%;
  padding: 0px 10px;
}
.block-minicart .minicart-items-wrapper .minicart-items .product-item .product-item-details .product.options {
  float: left;
  width: 40%;
  position: static;
}
.block-minicart .minicart-items-wrapper .minicart-items .product-item .product-item-details .product.options .toggle {
  font-size: 13px;
}
.block-minicart .minicart-items-wrapper .minicart-items .product-item .product-item-details .product.options .product.options.list dt.label {
  display: inline-block;
  width: 42%;
  font-size: 12px;
}
.block-minicart .minicart-items-wrapper .minicart-items .product-item .product-item-details .product.options .product.options.list dd.values {
  display: inline-block;
  margin-left: 0px;
  width: 55%;
  font-size: 12px;
}
.block-minicart .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-item-pricing {
  width: 35%;
  float: right;
  text-align: right;
}
.block-minicart .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-item-pricing .details-qty {
  position: relative;
}
.block-minicart .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-item-pricing .details-qty .cdz-qty-box {
  width: 60px;
  float: right;
}
.block-minicart .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-item-pricing .details-qty .cdz-qty-box .item-qty {
  width: 100%;
}
.block-minicart .minicart-items-wrapper .minicart-items .product-item .product-item-details .product.actions .action.edit,
.block-minicart .minicart-items-wrapper .minicart-items .product-item .product-item-details .product.actions .action.delete {
  left: -10px;
  border-bottom: 0px;
}
.product-addto-links .manage-sku-link,
.product-addto-links .manage-sku-link:active,
.product-addto-links .manage-sku-link:focus,
.product-addto-links .manage-sku-link:focus-visible,
.product-addto-links .manage-sku-link:visited {
  padding: 7px 10px;
  text-transform: uppercase;
  font-weight: 500;
  float: left;
  margin-right: 10px;
  transition: all 500ms ease;
  text-decoration: none;
  width: 145px;
}
.product-addto-links .manage-sku-link:hover,
.product-addto-links .manage-sku-link:active:hover,
.product-addto-links .manage-sku-link:focus:hover,
.product-addto-links .manage-sku-link:focus-visible:hover,
.product-addto-links .manage-sku-link:visited:hover {
  transition: all 500ms ease;
  text-decoration: none;
}
.link.wishlist .mini-list .block-content .product-items .product-item .product-item-details a.product-item-link {
  color: #333333;
}
.link.wishlist .mini-list .block-content .product-items .product-item .product-item-details a.product-item-link:hover {
  color: #15499f;
}
#addresslocation-iframe-popup-modal #show-addresslocation-cartpopup .branchmaincontainer #branchpictionactions {
  margin-top: 10px;
}
#addresslocation-iframe-popup-modal #show-addresslocation-cartpopup .branchmaincontainer #cart-sidebar-branch {
  display: inline-block;
  width: 100%;
}
#addresslocation-iframe-popup-modal #show-addresslocation-cartpopup .branchmaincontainer #cart-sidebar-branch .product-item {
  padding: 10px;
  margin: 5px;
  display: inline-block;
  border: 1px solid #e1e1e1;
  width: 45%;
}
#addresslocation-iframe-popup-modal #show-addresslocation-cartpopup .branchmaincontainer #cart-sidebar-branch .product-item .product-image-container {
  width: 75px !important;
  height: 75px !important;
}
#branchpickup-iframe-popup-modal #show-branch-cartpopup .branchmaincontainer #branchpictionactions {
  margin-top: 10px;
}
#branchpickup-iframe-popup-modal #show-branch-cartpopup .branchmaincontainer #cart-sidebar-branch {
  display: inline-block;
  width: 100%;
}
#branchpickup-iframe-popup-modal #show-branch-cartpopup .branchmaincontainer #cart-sidebar-branch .product-item {
  padding: 10px;
  margin: 5px;
  display: inline-block;
  border: 1px solid #e1e1e1;
  width: 45%;
}
#branchpickup-iframe-popup-modal #show-branch-cartpopup .branchmaincontainer #cart-sidebar-branch .product-item .product-image-container {
  width: 75px !important;
  height: 75px !important;
}
.page-header .sticky-menu.active .header-middle {
  width: 25% !important;
}
.page-header .sticky-menu.active .header-panel-row {
  width: 100% !important;
}
.page-header .sticky-menu.active .header-search.has-cat-search .minisearch.has-cat {
  padding-left: 0px !important;
}
.page-header .sticky-menu.active .header-search {
  float: right !important;
}
.page-header:not(.sksnhv) .sticky-menu.active .header-search {
  float: right !important;
}
.page-header:not(.sksnhv) .sticky-menu.active .header-search:hover input.input-text {
  padding: 0 0 0 130px !important;
}
.page-header .sticky-menu.active .header-vertical-menu-wrap .menu-title {
  background: none;
  border: 0px;
}
.page-header .sticky-menu.active .action.showcart {
  border: 0px !important;
}
.page-header .sticky-menu.active .action.showcart:hover:before {
  background: none !important;
}
.modal-popup .modal-inner-wrap {
  width: 80% !important;
  margin: 20px auto !important;
}
.modal-popup .modal-inner-wrap .modal-header .modal-title {
  font: 600 18px/1.35 Lato, Helvetica Neue, Verdana, Arial, sans-serif;
  width: 100%;
}
.modal-popup .modal-inner-wrap .modal-content {
  padding-left: 3rem !important;
  margin-top: 10px;
}
.modal-popup .modal-inner-wrap .modal-content .product_locations_wrapper form {
  width: 24%;
  margin-right: 5px;
  display: inline-block;
}
.modal-popup .modal-inner-wrap .modal-content .product_locations_wrapper form .location-name p:first-child {
  font-weight: 600;
  margin-bottom: 10px;
}
.modal-popup .modal-inner-wrap .modal-content .product_locations_wrapper form .location-name .action.tocart.primary {
  margin-top: 15px;
}
.modal-popup .modal-inner-wrap .modal-content .minicart-popup #minicartpro-content-wrapper .block-minicart .section-top-inner {
  margin-left: 0px;
}
.modal-popup .modal-inner-wrap .modal-content .minicart-popup #minicartpro-content-wrapper .block-minicart .section-top-inner .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-item-name {
  width: 98%;
  padding: 0px 5px;
}
.modal-popup .modal-content {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.modal-popup .modal-content #branch-grid-loader-popup-modal {
  margin-top: 10px;
}
#search_iframe {
  min-height: 225px;
}
#search_iframe html {
  min-height: 225px;
}
#listgrid table.data-grid {
  margin-top: 20px;
}
#listgrid table.data-grid thead {
  background: transparent;
}
#quickorderpad_list_selector_list_table.data-grid {
  margin-top: 25px;
}
#quickorderpad_list_selector_list_table.data-grid thead tr {
  background: #15499f;
}
#quickorderpad_list_selector_list_table.data-grid thead .data-grid-filters {
  background: transparent;
  border-left: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
}
#quickorderpad_list_selector_list_table.data-grid thead .data-grid-filters td {
  border-left: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
}
#quickorderpad_list_selector_list_table.data-grid thead th {
  color: #ffffff;
  border-left: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
}
#quickorderpad_list_selector_list_table.data-grid tbody tr._clickable {
  border-bottom: 1px solid #e1e1e1;
}
#quickorderpad_list_selector_list_table.data-grid tbody tr._clickable td {
  border-left: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
}
#quickorderpad_list_selector_list_table.data-grid .range .range-line {
  display: inline-block;
  width: 45%;
  margin-right: 10px;
}
#product_csv_import_form .fieldset p br {
  display: none;
}
.epicor_lists-lists-selector {
  background: #ffffff;
}
.epicor_lists-lists-selector .box-info.box-account.col-full {
  padding: 20px;
  background: #ffffff;
}
.epicor_lists-lists-selector .box-info.box-account.col-full .content-header {
  display: none;
}
.product-main-wrapper .product-info-main .locations_add_to_cart {
  margin-top: 20px;
  height: 35px;
}
.product-main-wrapper .product-info-main .locations_add_to_cart a {
  padding: 10px 15px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  transition: all 500ms ease;
  text-decoration: none;
}
.product-main-wrapper .product-info-main .locations_add_to_cart a:hover {
  transition: all 500ms ease;
  text-decoration: none;
}
.epicor_branchpickup-pickup-pickupsearch #maincontent.page-main {
  background: #ffffff;
}
.epicor_branchpickup-pickup-pickupsearch #maincontent.page-main #selectgrid .admin__data-grid-wrap.admin__data-grid-wrap-static {
  margin-top: 15px;
}
.epicor_branchpickup-pickup-pickupsearch button.action-next {
  position: relative;
  height: 34px;
}
.epicor_branchpickup-pickup-pickupsearch button.action-next:before {
  content: "\276F";
  position: absolute;
  top: 7px;
  left: 0px;
  right: 0px;
}
.epicor_branchpickup-pickup-pickupsearch button.action-next.disabled {
  border: 0px;
}
.epicor_branchpickup-pickup-pickupsearch button.action-previous {
  position: relative;
  height: 34px;
}
.epicor_branchpickup-pickup-pickupsearch button.action-previous:before {
  content: "\276E";
  position: absolute;
  top: 7px;
  left: 0px;
  right: 0px;
}
.epicor_branchpickup-pickup-pickupsearch button.action-previous.disabled {
  border: 0px;
}
.admin__data-grid-pager button.action-next {
  position: relative;
  height: 34px;
}
.admin__data-grid-pager button.action-next:before {
  content: "\276F";
  position: absolute;
  top: 7px;
  left: 0px;
  right: 0px;
}
.admin__data-grid-pager button.action-next.disabled {
  border: 0px;
}
.admin__data-grid-pager button.action-previous {
  position: relative;
  height: 34px;
}
.admin__data-grid-pager button.action-previous:before {
  content: "\276E";
  position: absolute;
  top: 7px;
  left: 0px;
  right: 0px;
}
.admin__data-grid-pager button.action-previous.disabled {
  border: 0px;
}
.page-header .sticky-menu:not(.active) .minicart-wrapper,
.page-header .header-panel-row .minicart-wrapper {
  background-color: transparent !important;
}
.page-header .sticky-menu:not(.active) .minicart-wrapper .action.showcart:before,
.page-header .header-panel-row .minicart-wrapper .action.showcart:before {
  display: inline-block;
  font: normal normal normal 30px/1 'CodazonFont';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e9a6" !important;
  speak: none;
  background-color: transparent !important;
  transition: background .5s ease;
}
.page-header .sticky-menu:not(.active) .minicart-wrapper .action.showcart:hover,
.page-header .header-panel-row .minicart-wrapper .action.showcart:hover {
  transition: background .5s ease;
}
.page-header .sticky-menu:not(.active) .minicart-wrapper .action.showcart:hover:before,
.page-header .header-panel-row .minicart-wrapper .action.showcart:hover:before {
  opacity: 0.8;
}
.checkout-index-index #branch-grid-loader-popup-showmodal #branchpopupiframe {
  width: 100% !important;
}
.checkout-index-index .page-wrapper .authentication-wrapper {
  margin-top: -80px !important;
}
.checkout-index-index .page-wrapper .authentication-wrapper .block-authentication .action.action-remind {
  text-decoration: none !important;
}
.checkout-index-index #shippingpopupiframe {
  width: 100% !important;
  padding: 0px;
  max-height: 500px;
}
.checkout-index-index .modal-popup .modal-inner-wrap {
  left: 0px !important;
  margin-top: 10px;
}
.checkout-index-index .ecc-search-address {
  margin-top: 10px;
}
.epicor_comm-onepage-billingpopup .page-main {
  padding-left: 0px;
  padding-right: 2px;
}
.epicor_comm-onepage-billingpopup .page-main:not(.page-main-full) > div {
  padding-left: 0px;
  padding-right: 0px;
}
.epicor_comm-onepage-billingpopup .footer-minicart {
  display: none !important;
}
.epicor_comm-onepage-billingpopup .data-grid-filters input,
.epicor_comm-onepage-billingpopup .data-grid-filters select {
  font-size: 14px !important;
}
.epicor_comm-onepage-shippingpopup .page-wrapper,
.epicor_comm-onepage-billingpopup .page-wrapper {
  background: #ffffff;
}
.page-product-grouped .product-info-main .product-info-main-inner .product-add-form .box-tocart .product-addto-links .manage-sku-link,
.page-product-grouped .product-info-main .product-info-main-inner .product-add-form .box-tocart .product-addto-links .manage-sku-link:active,
.page-product-grouped .product-info-main .product-info-main-inner .product-add-form .box-tocart .product-addto-links .manage-sku-link:focus,
.page-product-grouped .product-info-main .product-info-main-inner .product-add-form .box-tocart .product-addto-links .manage-sku-link:focus-visible,
.page-product-grouped .product-info-main .product-info-main-inner .product-add-form .box-tocart .product-addto-links .manage-sku-link:visited {
  padding: 7px 10px;
  font-size: 1.5rem;
  font-weight: 500;
}
.page-product-configurable .product-info-main .product-info-main-inner .product-add-form .product-options-wrapper .data-table.grouped-items-table .control .input-text.qty {
  width: 52px !important;
}
.page-product-configurable .product-info-main .product-info-stock-sku {
  padding-bottom: 5px;
}
.page-product-configurable .product-info-main .price-box {
  border: 0px !important;
  padding-top: 5px;
  padding-bottom: 5px !important;
}
.page-product-configurable .product-info-main .product-options-bottom .box-tocart {
  margin: 5px 0 5px;
}
.page-product-configurable .product-info-main .product-options-bottom .box-tocart .fieldset:last-child {
  margin-bottom: 5px;
}
.page-product-configurable .product-info-main .product-options-bottom .box-tocart .actions {
  margin-top: 5px;
}
.page-product-configurable .product-info-main .product-options-bottom .box-tocart .actions #instant-purchase,
.page-product-configurable .product-info-main .product-options-bottom .box-tocart .actions .box-addtolists {
  float: left;
  width: auto;
  top: -5px;
  margin-top: 0px;
}
.page-product-configurable .product-info-main .product-options-bottom .box-tocart .actions #instant-purchase .actions .action.primary.tolistsview,
.page-product-configurable .product-info-main .product-options-bottom .box-tocart .actions .box-addtolists .actions .action.primary.tolistsview {
  font-weight: 500;
}
.page-product-configurable .product-info-main .product-social-links {
  margin-bottom: 15px;
}
.product-info-main .product.attribute.overview {
  display: block;
}
.product-info-main .product-social-links .product.attribute.overview {
  display: none;
}
#customer_account_shippingaddress_list_table.data-grid thead,
#customer_account_billingaddress_list_table.data-grid thead {
  background: #ffffff;
}
.product-view-style-01.catalog-product-view .product-media-wrapper {
  margin-left: 0px;
}
.product-view-style-01.catalog-product-view .product-media-wrapper .gallery-container {
  margin-top: 20px;
}
.product-view-style-04.catalog-product-view .product.info.detailed .product.data.items {
  padding: 10px;
}
.sidebar .block-wishlist .block-title .counter,
.sidebar .block-compare .block-title .counter {
  font-style: normal;
}
.sidebar .block-wishlist .action.delete:before,
.sidebar .block-compare .action.delete:before {
  font-weight: bold;
  font-size: 12px;
  margin-top: 4px;
}
.sidebar .block-wishlist .actions-toolbar .action.details:before {
  display: none;
}
.sidebar .block-wishlist .product-items .product-item .product-item-name {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: auto;
}
.sidebar-additional .block-compare .actions-toolbar .action.compare:hover {
  background-color: #63983c !important;
  color: #231f20 !important;
  border-color: #63983c !important;
}
.catalog-product-view .additional-attributes-wrapper .add-attribute {
  margin: 10px 0px;
}
.catalog-product-view .additional-attributes-wrapper .add-attribute .label {
  font-size: 1.4rem;
}
.catalog-product-view .additional-attributes-wrapper .add-attribute .data {
  font-size: 1.4rem;
}
.catalog-product-view .product-media-wrapper {
  margin-left: 0px;
}
.catalog-product-view .product-media-wrapper .gallery-container {
  margin-top: 20px;
}
.catalog-product-view .product.info.detailed .product.items > .item.content {
  border-top: 0px;
  border: 0px;
}
.catalog-product-view .box-addtolists {
  margin-top: 0px;
  margin-bottom: 10px;
  border: 0px;
  float: left;
  width: auto;
  display: inline-block !important;
  height: 39px;
  position: static;
}
.catalog-product-view .product-addto-links {
  float: left !important;
  width: auto;
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 10px;
}
.catalog-product-view .product-addto-links .action.tocompare,
.catalog-product-view .product-addto-links .action.towishlist,
.catalog-product-view .product-addto-links .manage-sku-link {
  width: auto;
  display: inline-block;
}
.catalog-product-view #instant-purchase {
  display: inline-block;
  float: left;
  margin-top: 0px;
  margin-bottom: 10px;
}
.catalog-product-view .product-info-main .box-tocart .fieldset {
  position: relative;
}
.catalog-product-view .product-info-main .box-tocart .fieldset > .actions {
  display: inline-block !important;
  width: auto;
  height: 32px;
  float: left;
  margin-top: 0px;
  margin-bottom: 10px;
}
.catalog-product-view .product-info-main .box-tocart .product_grid_locations {
  height: 1px;
  position: absolute;
  z-index: 10000;
  float: left;
  left: 0px;
  bottom: -70px;
  right: 0px;
}
.catalog-product-view .product-info-main .box-tocart .locations_add_to_cart {
  float: left;
  width: auto;
  margin-right: 10px;
  margin-top: 0px;
  margin-bottom: 10px;
}
.catalog-product-view .product-info-main .box-tocart .locations_add_to_cart a {
  display: inline-block;
}
.catalog-product-view .product-info-main .box-tocart .data-table tbody tr td .configurable_addtocart .configurator-add.btn-cart {
  padding: 5px 5px 3px 5px !important;
  margin-top: 10px;
  width: 150px !important;
  font-size: 12.5px !important;
}
.account-info-summary .info-summary-top .actions-toolbar .secondary a.action.remind,
.b2b-portal-login #maincontent.page-main .fieldset.login .actions-toolbar .secondary a.action.remind {
  text-decoration: none;
}
#selected-branch.selected-branch-wrapper {
  border: 0px;
  max-width: 120px;
  width: 100%;
  word-wrap: break-word;
  margin-top: 12px;
}
#selected-branch.selected-branch-wrapper .selected-branch a.branch-select,
#selected-branch.selected-branch-wrapper .selected-branch a.branch-link {
  text-decoration: none;
}
#selected-branch.selected-branch-wrapper .selected-branch a.branch-select strong,
#selected-branch.selected-branch-wrapper .selected-branch a.branch-link strong {
  font-weight: 500;
  font-size: 1.3rem;
}
#selected-branch.selected-branch-wrapper .selected-branch a.branch-select:before,
#selected-branch.selected-branch-wrapper .selected-branch a.branch-link:before {
  display: block;
  font: normal normal 18px/1 FontAwesome;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f041";
  line-height: 20px;
}
#selected-branch.selected-branch-wrapper .selected-branch a.branch-select {
  top: -17px;
  position: relative;
}
#selected-branch.selected-branch-wrapper .selected-branch a.branch-link {
  font-size: 1.3rem;
}
#selected-branch.selected-branch-wrapper .selected-branch a.branch-link:before {
  display: inline-block;
  position: absolute;
  top: -20px;
  margin: 0 auto;
  left: 0px;
  right: 0px;
}
#selected-branch.selected-branch-wrapper .selected-branch p {
  font-size: 1.3rem;
}
.opc-wrapper .shipping-address-item {
  width: 32% !important;
}
.space-base .base-slider .product-items .product-item-details .product-item-actions .actions-primary .stock.unavailable {
  display: none;
}
.page-product-bundle.catalog-product-view .product-main-wrapper .product-info-main-inner .bundle-actions #bundle-slide.action.primary {
  border-radius: 0px !important;
}
.page-product-bundle.catalog-product-view .bundle-options-container .block-bundle-summary {
  box-shadow: 0px 0px 8px 0px #d1d1d1;
  background: #ffffff;
}
.page-product-bundle.catalog-product-view .bundle-options-container .block-bundle-summary .content .product-details .locations_header {
  margin-top: 20px;
}
.page-product-bundle.catalog-product-view .bundle-options-container .block-bundle-summary .content .product-details .price-box .price {
  font-size: 20px;
}
.page-product-bundle.catalog-product-view .bundle-options-container .block-bundle-summary .content .product-details .price-box .old-price {
  opcacity: 0.8;
}
.page-product-bundle.catalog-product-view .bundle-options-container .block-bundle-summary .content .product-details .box-tocart .field.qty .label,
.page-product-bundle.catalog-product-view .bundle-options-container .block-bundle-summary .content .product-details .box-tocart .field.qty .control {
  display: inline-block;
}
.page-product-bundle.catalog-product-view .bundle-options-container .block-bundle-summary .content .product-details .box-tocart .bundle-actions,
.page-product-bundle.catalog-product-view .bundle-options-container .block-bundle-summary .content .product-details .box-tocart .actions {
  display: inline-block !important;
  width: 40%;
}
.page-product-bundle.catalog-product-view .bundle-options-container .block-bundle-summary .content .product-details .box-tocart .bundle-actions .action.tocart,
.page-product-bundle.catalog-product-view .bundle-options-container .block-bundle-summary .content .product-details .box-tocart .actions .action.tocart,
.page-product-bundle.catalog-product-view .bundle-options-container .block-bundle-summary .content .product-details .box-tocart .bundle-actions .action.buy-now,
.page-product-bundle.catalog-product-view .bundle-options-container .block-bundle-summary .content .product-details .box-tocart .actions .action.buy-now {
  border-radius: 0px;
}
.page-product-bundle.catalog-product-view .bundle-options-container .block-bundle-summary .content .product-details .box-tocart #instant-purchase {
  display: inline-block;
}
.page-product-bundle.catalog-product-view .bundle-options-container .block-bundle-summary .content .product-details .box-tocart .box-addtolists {
  position: static;
  display: inline-block;
  width: 40%;
  margin-left: 10px;
}
.page-product-bundle.catalog-product-view .bundle-options-container .block-bundle-summary .content .product-details .box-tocart .box-addtolists .actions {
  width: 100%;
}
.page-product-bundle.catalog-product-view .bundle-options-container .block-bundle-summary .content .product-details .box-tocart .box-addtolists .actions .action.primary.tolistsview {
  border-radius: 0px;
  text-align: center;
}
.page-product-bundle.catalog-product-view .bundle-options-container .block-bundle-summary .content .product-details .box-tocart .box-addtolists .actions .action.primary.tolistsview span {
  padding-left: 0px;
}
.page-product-bundle.catalog-product-view .bundle-options-container .block-bundle-summary .content .product-details .box-tocart .box-addtolists .actions .action.primary.tolistsview span:before,
.page-product-bundle.catalog-product-view .bundle-options-container .block-bundle-summary .content .product-details .box-tocart .box-addtolists .actions .action.primary.tolistsview span:after {
  display: none !important;
}
.page-product-bundle.catalog-product-view .bundle-options-container .block-bundle-summary .product-addto-links {
  display: block;
}
.page-product-bundle.catalog-product-view .bundle-options-container .block-bundle-summary .product-addto-links .manage-sku-link {
  text-align: center;
}
.page-product-bundle.catalog-product-view .bundle-options-container .block-bundle-summary .bundle-summary {
  margin-top: 70px;
}
.page-product-bundle.catalog-product-view .bundle-options-container .block-bundle-summary .bundle-summary > strong.subtitle {
  color: #333333;
  font: Lato, Helvetica Neue, Verdana, Arial, sans-serif;
  text-transform: uppercase;
  padding-bottom: 10px;
  padding-bottom: 5px;
  font: 600 17px/1.35 Lato, Helvetica Neue, Verdana, Arial, sans-serif !important;
  margin-bottom: 10px;
  border-bottom: 1px solid #e1e1e1;
}
.page-product-bundle.catalog-product-view .bundle-options-container .bundle-options-wrapper .block-shipping-estimation .block-content select {
  border: 1px solid #e1e1e1;
}
.page-product-bundle.catalog-product-view .product-social-links .product-addto-links {
  width: 100% !important;
  text-align: left !important;
  margin: 15px 0 10px !important;
}
.page-product-bundle.catalog-product-view .product-social-links .product-addto-links .action {
  padding: 0;
  width: 40px;
  height: 37px;
  line-height: 36px;
  border: 1px solid;
  text-align: center;
  transition: all 500ms ease;
  backface-visibility: hidden;
  font-size: 0;
  margin-right: 7px;
  border-radius: 0px;
  display: inline-block;
}
.page-product-bundle.catalog-product-view .product-social-links .product-addto-links .action:before {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.page-product-bundle.catalog-product-view .product-social-links .product-addto-links .action.towishlist:before {
  font: normal normal 14px/1 'FontAwesome';
  content: "\f004";
}
.page-product-bundle.catalog-product-view .product-social-links .product-addto-links .action.tocompare:before {
  font: normal normal normal 14px/1 'CodazonFont';
  content: "\e97d";
}
.page-product-bundle.catalog-product-view .product-social-links .product-addto-links .box-addtolists {
  position: static !important;
  margin-right: 10px;
  margin-top: 0px;
}
.page-product-bundle.catalog-product-view .product-social-links .product-addto-links .box-addtolists .fieldset .actions .action.tolistsview {
  width: 100%;
  padding: 0px 15px;
  font-size: 14px;
  font-weight: 500;
}
.page-product-bundle.catalog-product-view .product-social-links .product-addto-links .manage-sku-link {
  position: static !important;
}
.sidebar-minicart .sidebar-cart-inner .block-minicart .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-item-name {
  padding: 0px 5px;
  width: 100%;
}
.sidebar-minicart .sidebar-cart-inner .block-minicart .minicart-items-wrapper .minicart-items .product-item .product-item-details .product.options {
  width: 100%;
}
.sidebar-minicart .sidebar-cart-inner .block-minicart .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-item-actions .product-item-pricing {
  width: 100%;
}
.sidebar-minicart .sidebar-cart-inner .block-minicart .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-item-actions .product-item-pricing .cart-qty .item-qty {
  width: 100%;
}
.ecc-autosuggest .ecc-autosuggest-products .elproducts .box-tocart .autoaddtocart .control {
  margin-right: 5px;
}
.ecc-autosuggest .ecc-autosuggest-products .elproducts .box-tocart .autoaddtocart .control .input-text.qty {
  border: 1px solid;
  text-align: center;
  margin: 0px 7px 0px 7px;
}
.ecc-autosuggest .ecc-autosuggest-products .elproducts .box-tocart .autoaddtocart .control .qtyplus {
  margin: -3px 2px 0px !important;
  font-size: 20px;
  cursor: pointer;
  padding: 0px;
}
.ecc-autosuggest .ecc-autosuggest-products .elproducts .box-tocart .autoaddtocart .control .qtyminus {
  margin: -5px 2px 0px !important;
  font-size: 24px;
  cursor: pointer;
  padding: 0px;
}
.ecc-header-link.dealer-face {
  float: right;
  padding: 9px 12px 5px;
}
.modal-popup.new-shipping-address-modal .modal-inner-wrap .modal-header .action-close {
  right: 0;
}
.new-shipping-address-modal.modal-popup .modal-inner-wrap .modal-content {
  padding: 0 3rem !important;
}
.footer-cart-inner .cart-trigger {
  text-decoration: none;
}
.block-minicartpro .section-content .total-qty .label:after {
  content: ': ';
}
.footer-minicart .footer-cart-inner .block-minicart .minicart-items-wrapper .minicart-items .product-item.active .product-item-right {
  padding: 10px 10px 10px 30px;
}
.footer-minicart .footer-cart-inner .block-minicart .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-item-pricing {
  width: 100%;
}
.old-price,
.old.price {
  text-decoration: none !important;
}
.old-price .price-container span.price,
.old.price .price-container span.price {
  text-decoration: line-through;
}
.catalog-product-view .product-info-main .box-tocart.active .fieldset.container > .actions {
  margin-right: 10px !important;
}
@media only screen and (min-width: 381px) and (max-width: 769px) {
  .page-products .grid.products-grid .product-items {
    grid-template-columns: 100%;
  }
  .catalog-product-view .product-info-main .box-tocart.active .fieldset.container > .actions {
    height: 40px;
  }
  .catalog-product-view .product-info-main .box-tocart.active .fieldset.container > .actions .action.primary.tocart {
    margin-right: 10px;
  }
  .page-header .header-middle .header-panel-left {
    text-align: left !important;
    margin-left: 5px;
  }
  .page-header .header-middle .header-panel-left .logo {
    margin-left: 25px;
  }
  .cms-home.cms-index-index .container.slideshow-container .cdz-slideshow.main-slideshow,
  .cms-codazon-home-page.cms-index-index .container.slideshow-container .cdz-slideshow.main-slideshow {
    margin-top: 0px;
  }
  .page-header .sticky-menu.active .header-middle {
    margin: 5px !important;
  }
  .catalog-product-view .product-info-main .box-tocart .fieldset > .actions {
    height: 23px;
  }
}
@media only screen and (max-width: 380px) {
  .page-products .grid.products-grid .product-items {
    grid-template-columns: 100%;
  }
  .page-header .header-middle .header-panel-left {
    text-align: left;
    margin-left: 13px;
  }
  .catalog-product-view .product-info-main .box-tocart .fieldset > .actions {
    height: 23px;
  }
  .cms-home.cms-index-index .container.slideshow-container .cdz-slideshow.main-slideshow,
  .cms-codazon-home-page.cms-index-index .container.slideshow-container .cdz-slideshow.main-slideshow {
    margin-top: 0px;
  }
  .page-header .sticky-menu.active .header-middle {
    margin: 5px !important;
  }
  .catalog-product-view .product-info-main .box-tocart.active .fieldset.container > .actions {
    height: 40px;
  }
  .catalog-product-view .product-info-main .box-tocart.active .fieldset.container > .actions .action.primary.tocart {
    margin-right: 10px;
  }
  .page-header .header-middle .header-panel-left {
    text-align: left !important;
    margin-left: 5px;
  }
  .page-header .header-middle .header-panel-left .logo {
    margin-left: 25px;
  }
}
@media only screen and (max-width: 1299px) {
  #selected-branch.selected-branch-wrapper {
    max-width: 112px;
  }
}
@media only screen and (max-width: 1180px) {
  #ecc-autosuggest.ecc-autosuggest .srcsecactive.thcolfirstsec {
    margin-left: -260px !important;
    width: 256px !important;
  }
  #ecc-autosuggest.ecc-autosuggest .srcsecactive.thcolfoursec {
    width: 245px;
    left: 4px;
  }
  #ecc-autosuggest.ecc-autosuggest.elsrcthrcol {
    width: 760px;
  }
  #ecc-autosuggest.ecc-autosuggest.elsrctwcol .elsrchcolpro {
    width: 245px !important;
  }
  #ecc-autosuggest.ecc-autosuggest .elsrchcol2,
  #ecc-autosuggest.ecc-autosuggest .elsrchcolpro {
    width: 230px !important;
  }
  #ecc-autosuggest.ecc-autosuggest .srcsecactive.thcolsecondsec {
    width: 259px !important;
    margin-left: -259px !important;
  }
  #ecc-autosuggest.ecc-autosuggest .srcsecactive.thcolthrdsec {
    width: 245px !important;
  }
}
@media only screen and (max-width: 767px) {
  #ecc-autosuggest.ecc-autosuggest {
    margin: 5px auto;
    width: 90%;
  }
  #ecc-autosuggest.ecc-autosuggest .srcsecactive.thcolfirstsec {
    margin-left: -96% !important;
    width: 95% !important;
  }
  #ecc-autosuggest.ecc-autosuggest .srcsecactive.thcolfoursec {
    width: 95%;
    left: 4px;
  }
  #ecc-autosuggest.ecc-autosuggest.elsrcthrcol {
    width: 90%;
  }
  #ecc-autosuggest.ecc-autosuggest.elsrctwcol {
    width: 90%;
  }
  #ecc-autosuggest.ecc-autosuggest.elsrctwcol .elsrchcolpro {
    width: 95% !important;
  }
  #ecc-autosuggest.ecc-autosuggest .elsrchcol2,
  #ecc-autosuggest.ecc-autosuggest .elsrchcolpro {
    width: 95% !important;
  }
  #ecc-autosuggest.ecc-autosuggest .srcsecactive.thcolsecondsec {
    width: 95% !important;
    margin-left: -96% !important;
  }
  #ecc-autosuggest.ecc-autosuggest .srcsecactive.thcolthrdsec {
    width: 95% !important;
  }
  #ecc-autosuggest.ecc-autosuggest .ecc-autosuggest-products .elproducts .box-tocart .autoaddtocart .actions-primary {
    clear: none;
  }
  #ecc-autosuggest.ecc-autosuggest .ecc-autosuggest-products .elproducts .box-tocart .autoaddtocart .actions-primary .action.tocart.primary {
    width: 55px !important;
    min-width: 55px !important;
  }
  #ecc-autosuggest.ecc-autosuggest .ecc-autosuggest-products .elproducts .box-tocart .autoaddtocart .control {
    padding: 0px 10px !important;
  }
  body.account .sidebar-main .block.account-nav,
  body.account .sidebar-main .block.block-collapsible-nav {
    width: 100%;
  }
}
@media only screen and (max-width: 1023px) {
  body.account .toolbar .toolbar-amount {
    display: block;
    float: none;
    text-align: center;
    margin-bottom: 10px;
  }
  body.account .toolbar .pages {
    position: relative;
    width: auto;
    float: left;
  }
  body.account .toolbar .limiter {
    float: right;
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 639px) {
  body.account .toolbar .pages {
    float: left;
  }
  body.account .toolbar .limiter {
    float: right;
    clear: none;
  }
  body.account .toolbar .limiter .limiter-options {
    padding-right: 2rem;
  }
}
@media only screen and (max-width: 639px) and (max-width: 480px) {
  body.account .toolbar .limiter {
    font-size: 14px;
    margin-bottom: 0px;
  }
}
.space-base .box-style-banner .products-grid .product-item-inner .product-item-name,
.space-base .base-slider .products-grid .product-item-inner .product-item-name {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  white-space: pre-wrap;
}
.space-base .box-style-banner .products-grid.grid-style-16 .product-item,
.space-base .base-slider .products-grid.grid-style-16 .product-item {
  height: 100%;
}
.space-base .box-style-banner .products-grid.grid-style-16 .product-item-inner .product-item-name,
.space-base .base-slider .products-grid.grid-style-16 .product-item-inner .product-item-name {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  white-space: pre-wrap;
}
.space-base .box-style-banner .products-grid.grid-style-16 .product-item-inner .product-item-actions,
.space-base .base-slider .products-grid.grid-style-16 .product-item-inner .product-item-actions {
  padding: 30px 0px 40px;
}
.space-base .box-style-banner .products-grid.grid-style-16 .product-item-inner .action.tocart.primary,
.space-base .base-slider .products-grid.grid-style-16 .product-item-inner .action.tocart.primary {
  margin: 5px auto;
  position: absolute;
  bottom: 5px;
  left: 0px;
  right: 0px;
  width: 80%;
}
.space-base .base-slider .products-grid.grid-style-16 .product-item-inner .action.tocart.primary {
  width: auto !important;
}
.epicor_lists-contract-shipto .box-info.box-account.col-full {
  padding: 15px;
  border: 1px solid #e1e1e1;
  background: #ffffff;
  border-radius: 0px;
  -webkit-box-shadow: 0 0px 5px 0 #aaaaaa;
  -moz-box-shadow: 0 0px 5px 0 #aaaaaa;
  -o-box-shadow: 0 0px 5px 0 #aaaaaa;
  box-shadow: 0 0px 5px 0 #aaaaaa;
  padding: 0px 15px 15px;
}
.epicor_lists-contract-shipto .box-info.box-account.col-full .content-header h3.icon-head.head-contract-shipto {
  font: 600 16px/1.35 Lato, Helvetica Neue, Verdana, Arial, sans-serif;
  text-transform: uppercase;
}
.epicor_lists-contract-shipto .box-info.box-account.col-full .boxed-content .admin__data-grid-header.admin__data-grid-toolbar {
  margin-bottom: 15px;
}
#button_bar .link-print,
#button_bar .link-email {
  position: relative;
  top: 15px;
}
#button_bar .link-print,
#button_bar .link-email,
#button_bar .action-default {
  margin-left: 10px;
  margin-top: 20px;
}
#buttonbar #rfq_duplicate,
#buttonbar #addshippingaddress {
  font: 600 14px/1.35 Lato, Helvetica Neue, Verdana, Arial, sans-serif !important;
}
.account.wishlist-index-index .product-item {
  padding: 16px 10px !important;
}
.account.wishlist-index-index .product-item .product-item-info {
  height: 100%;
}
.account.wishlist-index-index .product-item .product-item-info .product-item-inner {
  padding-bottom: 10px;
}
.account.wishlist-index-index .product-item .product-item-info .product-item-inner .product-item-actions {
  display: block;
}
.account.wishlist-index-index .product-item .product-item-info .product-item-inner .product-item-actions .actions-primary {
  position: absolute;
  bottom: -10px;
}
@media only screen and (max-width: 1130px) {
  .cms-index-index #maincontent .tables__product .cart-qty > form {
    flex-direction: column;
    gap: 1rem;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1180px) {
  .page-products #maincontent .product-list-style-20 div.actions-primary > form,
  .page-products #maincontent .product-item-inner .product-item-actions .actions-primary > form,
  .page-products #maincontent .tables__product .cart-qty > form {
    flex-direction: column;
    gap: 1rem;
  }
}
@media only screen and (min-width: 767px) and (max-width: 860px) {
  .page-header.header-style-25 .header-middle .panel.header .header-search-wrap {
    width: 40%;
    height: 36px;
  }
  .page-header.header-style-25 .header-middle .panel.header .header-panel-right {
    float: right;
  }
  .page-products .grid.products-grid .product-items {
    grid-template-columns: repeat(2, 50%);
    width: calc(97.59999999999999%);
  }
  #maincontent .product-list-style-20 div.actions-primary > form {
    flex-direction: column;
    gap: 1.6rem;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1024px) {
  .page-header.header-style-25 .header-middle .panel.header .header-panel-left .action.nav-toggle {
    display: none !important;
  }
  .page-header.header-style-25 .header-middle .panel.header .header-search-wrap .header-search .block-search {
    height: 42px !important;
  }
  .page-header.header-style-25 .header-middle .panel.header .header-search-wrap .header-search .block-search .cdz-cat-search .current-cat:after {
    right: -12px;
  }
  .page-header.header-style-25 .header-middle .panel.header .header-search-wrap .header-search .block-search .minisearch .field.search {
    margin-left: -16px;
  }
}
@media only screen and (max-width: 768px) {
  .checkout-cart-index .cart-container .cart-summary {
    width: 100%;
    position: unset;
  }
  .checkout-cart-index .cart-container:before {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .product-list-style-08 .product-item .product-item-actions .actions-secondary > .action {
    border-radius: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .product-item-inner .product-item-actions .actions-primary .tocart span {
    font-size: 18px !important;
  }
}
@media only screen and (max-width: 769px) {
  .page-products div.grid.products-grid .product-items {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .page-products div.grid.products-grid .product-items {
    width: calc((100% - 4.8rem));
  }
}
@media only screen and (min-width: 767px) and (max-width: 860px) {
  .page-products div.grid.products-grid .product-items {
    width: calc((100% - 2.4rem));
  }
}
.product-list-container .product-list-style-20 .product-item-name {
  order: 0;
  margin-top: 0px;
  margin-bottom: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  white-space: normal;
  min-height: 78px;
}
@media (max-width: 767px) {
  .product-list-container .product-list-style-20 .product-item-name {
    min-height: 52px;
    -webkit-line-clamp: 2;
  }
}
.subscribe-recaptcha {
  display: none !important;
}
#newsletter-validate-detail .field-recaptcha {
  display: none !important;
}
footer.page-footer > .footer.content {
  display: none !important;
}
/**
 * Copyright © 2010-2023 Epicor Software Corporation: All Rights Reserved
 */
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 18-Jan-2023,
    Author     : Muralidhar.Dixit
*/
body.account .page-main .page-title-wrapper {
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 auto;
  width: 100%;
  max-width: 1400px;
}
body.account .page-main .page-title-wrapper .page-title {
  width: auto;
  position: relative;
  left: 0;
  text-align: center;
}
body.account .page-main .page-title-wrapper .page-title .base {
  padding-left: 20px;
}
body.account button,
body.account .cart-container .form-cart .action.continue,
body.account a.action.secondary,
body.account a.action.secondary:visited {
  font: 600 14px/1.35 Lato, Helvetica Neue, Verdana, Arial, sans-serif;
}
body.account input[type='checkbox'].admin__control-checkbox,
body.account input[type='radio'].admin__control-checkbox {
  position: static;
}
body.account .admin__control-select,
body.account .ui-datepicker .ui-datepicker-title select {
  appearance: auto;
}
body.account .data-grid.table .action-link-ht {
  min-width: 90px;
}
body.account .abs-account-blocks .block-title > strong,
body.account .block-compare .block-title > strong,
body.account .block-giftregistry-results .block-title > strong,
body.account .block-giftregistry-shared-items .block-title > strong,
body.account .block-wishlist-search-results .block-title > strong,
body.account .block-reorder .block-title > strong,
body.account .widget .block-title > strong,
body.account .block-wishlist .block-title > strong,
body.account .account .column.main .block:not(.widget) .block-title > strong,
body.account .multicheckout .block-title > strong,
body.account .paypal-review .block .block-title > strong,
body.account .magento-rma-guest-returns .column.main .block:not(.widget) .block-title > strong,
body.account [class^='sales-guest-'] .column.main .block:not(.widget) .block-title > strong,
body.account .sales-guest-view .column.main .block:not(.widget) .block-title > strong {
  font-size: 1.6rem;
  font-weight: 600;
  font: 600 16px/1.35 Lato, Helvetica Neue, Verdana, Arial, sans-serif;
}
body.account.sales-order-view .page-title-wrapper .actions-toolbar.order-actions-toolbar .actions a.action,
body.account.sales-order-invoice .page-title-wrapper .actions-toolbar.order-actions-toolbar .actions a.action,
body.account.sales-order-shipment .page-title-wrapper .actions-toolbar.order-actions-toolbar .actions a.action {
  border: 1px !important;
  font: 600 14px/1.35 Lato, Helvetica Neue, Verdana, Arial, sans-serif;
  text-transform: uppercase;
  outline: none;
  cursor: pointer;
  font-weight: bold;
  padding: 5px 15px 5px;
  border-radius: 0px;
  font: Lato, Helvetica Neue, Verdana, Arial, sans-serif;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  box-shadow: none;
  text-decoration: none !important;
  text-shadow: 0 0 black;
  margin-right: 5px;
}
body.account.sales-order-view .page-title-wrapper .actions-toolbar.order-actions-toolbar .actions a.action:hover,
body.account.sales-order-invoice .page-title-wrapper .actions-toolbar.order-actions-toolbar .actions a.action:hover,
body.account.sales-order-shipment .page-title-wrapper .actions-toolbar.order-actions-toolbar .actions a.action:hover {
  opacity: 1;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-decoration: none !important;
}
body.account.sales-order-view .actions-toolbar > .secondary .action.back,
body.account.sales-order-invoice .actions-toolbar > .secondary .action.back,
body.account.sales-order-shipment .actions-toolbar > .secondary .action.back {
  display: block;
}
body.account.sales-order-view .column.main > ul.items.order-links,
body.account.sales-order-invoice .column.main > ul.items.order-links,
body.account.sales-order-shipment .column.main > ul.items.order-links {
  display: block !important;
  margin-bottom: 8px !important;
  border-bottom: 0px !important;
}
body.account.sales-order-view .column.main > ul.items.order-links .item,
body.account.sales-order-invoice .column.main > ul.items.order-links .item,
body.account.sales-order-shipment .column.main > ul.items.order-links .item {
  border-bottom: 0px !important;
  margin-right: -1px !important;
}
body.account.sales-order-view .column.main > ul.items.order-links .item a,
body.account.sales-order-invoice .column.main > ul.items.order-links .item a,
body.account.sales-order-shipment .column.main > ul.items.order-links .item a {
  padding: 10px 20px;
  background: #f9f9f9;
  color: #000000;
  border: 1px solid #e1e1e1;
}
body.account.sales-order-view .column.main > ul.items.order-links .item a:hover,
body.account.sales-order-invoice .column.main > ul.items.order-links .item a:hover,
body.account.sales-order-shipment .column.main > ul.items.order-links .item a:hover {
  padding: 10px 20px;
  background: #ffffff;
  border: 1px solid #e1e1e1;
  color: #000000;
  font-weight: 600;
}
body.account.sales-order-view .column.main > ul.items.order-links .item.current strong,
body.account.sales-order-invoice .column.main > ul.items.order-links .item.current strong,
body.account.sales-order-shipment .column.main > ul.items.order-links .item.current strong {
  padding: 10px 20px;
  background: #ffffff;
  border: 1px solid #e1e1e1;
  border-bottom: 0px;
  color: #000000;
}
body.account.sales-order-view .page-title-wrapper,
body.account.sales-order-invoice .page-title-wrapper,
body.account.sales-order-shipment .page-title-wrapper {
  position: relative;
}
body.account.sales-order-view .page-title-wrapper .page-title,
body.account.sales-order-invoice .page-title-wrapper .page-title,
body.account.sales-order-shipment .page-title-wrapper .page-title {
  display: inline-block;
}
body.account.sales-order-view .page-title-wrapper .actions-toolbar.order-actions-toolbar,
body.account.sales-order-invoice .page-title-wrapper .actions-toolbar.order-actions-toolbar,
body.account.sales-order-shipment .page-title-wrapper .actions-toolbar.order-actions-toolbar {
  position: absolute;
  right: 10px;
  top: 10px;
}
body.account.sales-order-view .page-title-wrapper .actions-toolbar.order-actions-toolbar .separator,
body.account.sales-order-invoice .page-title-wrapper .actions-toolbar.order-actions-toolbar .separator,
body.account.sales-order-shipment .page-title-wrapper .actions-toolbar.order-actions-toolbar .separator {
  display: none;
}
body.account.sales-order-view .page-title-wrapper .actions-toolbar.order-actions-toolbar .actions a,
body.account.sales-order-invoice .page-title-wrapper .actions-toolbar.order-actions-toolbar .actions a,
body.account.sales-order-shipment .page-title-wrapper .actions-toolbar.order-actions-toolbar .actions a {
  padding: 0px 10px;
  font-size: 1.4rem;
}
body.account.sales-order-view .page-title-wrapper .order-status,
body.account.sales-order-invoice .page-title-wrapper .order-status,
body.account.sales-order-shipment .page-title-wrapper .order-status,
body.account.sales-order-view .page-title-wrapper .order-date,
body.account.sales-order-invoice .page-title-wrapper .order-date,
body.account.sales-order-shipment .page-title-wrapper .order-date {
  max-width: 1400px;
  width: 50%;
  position: relative;
  left: 23%;
  margin-left: 20px;
}
body.account.sales-order-view .page-title-wrapper .order-status,
body.account.sales-order-invoice .page-title-wrapper .order-status,
body.account.sales-order-shipment .page-title-wrapper .order-status {
  width: 180px;
  display: inline-block !important;
}
body.account.sales-order-view .order-details-items.ordered,
body.account.sales-order-invoice .order-details-items.ordered,
body.account.sales-order-shipment .order-details-items.ordered,
body.account.sales-order-view .order-details-items.invoice,
body.account.sales-order-invoice .order-details-items.invoice,
body.account.sales-order-shipment .order-details-items.invoice,
body.account.sales-order-view .order-details-items.shipments,
body.account.sales-order-invoice .order-details-items.shipments,
body.account.sales-order-shipment .order-details-items.shipments {
  padding: 15px;
  border: 1px solid #e1e1e1;
  background: #ffffff;
  border-radius: transparent;
  -webkit-box-shadow: 0 0px 1px 0 #aaaaaa;
  -moz-box-shadow: 0 0px 1px 0 #aaaaaa;
  -o-box-shadow: 0 0px 1px 0 #aaaaaa;
  box-shadow: 0 0px 1px 0 #aaaaaa;
}
body.account.sales-order-view .order-details-items.ordered .order-title,
body.account.sales-order-invoice .order-details-items.ordered .order-title,
body.account.sales-order-shipment .order-details-items.ordered .order-title,
body.account.sales-order-view .order-details-items.invoice .order-title,
body.account.sales-order-invoice .order-details-items.invoice .order-title,
body.account.sales-order-shipment .order-details-items.invoice .order-title,
body.account.sales-order-view .order-details-items.shipments .order-title,
body.account.sales-order-invoice .order-details-items.shipments .order-title,
body.account.sales-order-shipment .order-details-items.shipments .order-title {
  border-bottom: 1px solid #e1e1e1;
}
body.account.sales-order-view .order-details-items.ordered .order-title strong,
body.account.sales-order-invoice .order-details-items.ordered .order-title strong,
body.account.sales-order-shipment .order-details-items.ordered .order-title strong,
body.account.sales-order-view .order-details-items.invoice .order-title strong,
body.account.sales-order-invoice .order-details-items.invoice .order-title strong,
body.account.sales-order-shipment .order-details-items.invoice .order-title strong,
body.account.sales-order-view .order-details-items.shipments .order-title strong,
body.account.sales-order-invoice .order-details-items.shipments .order-title strong,
body.account.sales-order-shipment .order-details-items.shipments .order-title strong {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.6rem;
}
body.account.sales-order-view .order-details-items.ordered .actions-toolbar a.action.print,
body.account.sales-order-invoice .order-details-items.ordered .actions-toolbar a.action.print,
body.account.sales-order-shipment .order-details-items.ordered .actions-toolbar a.action.print,
body.account.sales-order-view .order-details-items.invoice .actions-toolbar a.action.print,
body.account.sales-order-invoice .order-details-items.invoice .actions-toolbar a.action.print,
body.account.sales-order-shipment .order-details-items.invoice .actions-toolbar a.action.print,
body.account.sales-order-view .order-details-items.shipments .actions-toolbar a.action.print,
body.account.sales-order-invoice .order-details-items.shipments .actions-toolbar a.action.print,
body.account.sales-order-shipment .order-details-items.shipments .actions-toolbar a.action.print,
body.account.sales-order-view .order-details-items.ordered .actions-toolbar a.action.back,
body.account.sales-order-invoice .order-details-items.ordered .actions-toolbar a.action.back,
body.account.sales-order-shipment .order-details-items.ordered .actions-toolbar a.action.back,
body.account.sales-order-view .order-details-items.invoice .actions-toolbar a.action.back,
body.account.sales-order-invoice .order-details-items.invoice .actions-toolbar a.action.back,
body.account.sales-order-shipment .order-details-items.invoice .actions-toolbar a.action.back,
body.account.sales-order-view .order-details-items.shipments .actions-toolbar a.action.back,
body.account.sales-order-invoice .order-details-items.shipments .actions-toolbar a.action.back,
body.account.sales-order-shipment .order-details-items.shipments .actions-toolbar a.action.back {
  width: auto;
  display: block;
  float: right;
  border: 1px !important;
  font: 600 14px/1.35 Lato, Helvetica Neue, Verdana, Arial, sans-serif;
  text-transform: uppercase;
  outline: none;
  cursor: pointer;
  font-weight: bold;
  padding: 5px 15px 5px;
  border-radius: 0px;
  font: Lato, Helvetica Neue, Verdana, Arial, sans-serif;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  box-shadow: none;
  text-decoration: none !important;
  text-shadow: 0 0 black;
  font-weight: 500;
}
body.account.sales-order-view .order-details-items.ordered .actions-toolbar a.action.print:hover,
body.account.sales-order-invoice .order-details-items.ordered .actions-toolbar a.action.print:hover,
body.account.sales-order-shipment .order-details-items.ordered .actions-toolbar a.action.print:hover,
body.account.sales-order-view .order-details-items.invoice .actions-toolbar a.action.print:hover,
body.account.sales-order-invoice .order-details-items.invoice .actions-toolbar a.action.print:hover,
body.account.sales-order-shipment .order-details-items.invoice .actions-toolbar a.action.print:hover,
body.account.sales-order-view .order-details-items.shipments .actions-toolbar a.action.print:hover,
body.account.sales-order-invoice .order-details-items.shipments .actions-toolbar a.action.print:hover,
body.account.sales-order-shipment .order-details-items.shipments .actions-toolbar a.action.print:hover,
body.account.sales-order-view .order-details-items.ordered .actions-toolbar a.action.back:hover,
body.account.sales-order-invoice .order-details-items.ordered .actions-toolbar a.action.back:hover,
body.account.sales-order-shipment .order-details-items.ordered .actions-toolbar a.action.back:hover,
body.account.sales-order-view .order-details-items.invoice .actions-toolbar a.action.back:hover,
body.account.sales-order-invoice .order-details-items.invoice .actions-toolbar a.action.back:hover,
body.account.sales-order-shipment .order-details-items.invoice .actions-toolbar a.action.back:hover,
body.account.sales-order-view .order-details-items.shipments .actions-toolbar a.action.back:hover,
body.account.sales-order-invoice .order-details-items.shipments .actions-toolbar a.action.back:hover,
body.account.sales-order-shipment .order-details-items.shipments .actions-toolbar a.action.back:hover {
  opacity: 1;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-decoration: none !important;
}
body.account.wishlist-index-index .box-tocart .fieldset > p .link-edit {
  display: none;
}
body.account .fieldset.update-contact-form-list .field {
  padding-left: 13px;
}
body.account .fieldset.update-contact-form-list .field input {
  display: inline-block;
}
body.account .fieldset.update-contact-form-list .field:not(.choice) > .label {
  float: none;
  display: inline;
}
body.account.epicor_lists-lists-deliveryaddress .page-main .page-title-wrapper .page-title {
  left: -15px;
}
body.account .column.main > form#rfq_update .box-info.box-account div.page-actions .action-default {
  margin-right: 5px;
  margin-bottom: 5px;
}
body.account.epicor_orderapproval-manage-edit .column.main {
  padding: 15px;
  border: 1px solid #e1e1e1;
  background: #ffffff;
  border-radius: 0px;
  -webkit-box-shadow: 0 0px 5px 0 #aaaaaa;
  -moz-box-shadow: 0 0px 5px 0 #aaaaaa;
  -o-box-shadow: 0 0px 5px 0 #aaaaaa;
  box-shadow: 0 0px 5px 0 #aaaaaa;
}
body.account.epicor_orderapproval-manage-edit .column.main .content-header .icon-head {
  color: #333333;
  font: Lato, Helvetica Neue, Verdana, Arial, sans-serif;
  text-transform: uppercase;
  padding-bottom: 10px;
}
body.account.epicor_orderapproval-manage-edit .column.main #tab_content {
  padding: 10px;
  border: 1px solid #cccccc;
}
body.account.epicor_orderapproval-manage-edit .column.main #tab_content .entry-edit.form-inline {
  padding-top: 55px;
}
body.account.epicor_orderapproval-manage-edit .column.main .product-collateral.toggle-content.tabs .toggle-tabs {
  margin-bottom: -2px;
}
body.account.epicor_comm-customer-accountselector .page-main .column.main {
  border: 1px solid #e1e1e1;
  background: #ffffff;
  border-radius: 0px;
  -webkit-box-shadow: 0 0px 5px 0 #aaaaaa;
  -moz-box-shadow: 0 0px 5px 0 #aaaaaa;
  -o-box-shadow: 0 0px 5px 0 #aaaaaa;
  box-shadow: 0 0px 5px 0 #aaaaaa;
  padding: 15px;
}
body.account.customerconnect-dashboard-index .box-info.box-account .content-header table tr td,
body.account.dealerconnect-dashboard-index .box-info.box-account .content-header table tr td {
  padding: 5px 0px 0px;
}
body.account.dealerconnect-dashboard-index .box-actions.managedashreminder {
  font-size: 0px !important;
  margin-top: 18px !important;
  text-align: right !important;
  padding-right: 10px;
}
body.account.dealerconnect-dashboard-index .box-actions.managedashreminder a {
  font-size: 16px;
  margin-left: 20px;
}
body.account.dealerconnect-dashboard-index #dealer-summary-container .box-container-account {
  border: 0px;
  padding: 0px;
  width: 100%;
}
body.account.dealerconnect-dashboard-index #dealer-summary-container .box-container-account .box-account.claim-section {
  padding: 15px;
}
body.account.dealerconnect-dashboard-index #dealer-summary-container .box-container-account .box-account.claim-section .box-head h2 {
  color: #333333;
  font: Lato, Helvetica Neue, Verdana, Arial, sans-serif;
  text-transform: uppercase;
  padding-bottom: 10px;
  font-size: 16px;
}
body.account.dealerconnect-orders-details #button_bar {
  top: -50px;
}
body.account.dealerconnect-orders-details #button_bar a {
  position: relative;
  top: 7px;
  margin-right: 15px;
}
body.account.dealerconnect-orders-details #button_bar .action-default {
  margin-right: 15px;
}
body.account.customer-account-index .box-account.box-recent {
  padding: 15px;
  border: 1px solid #e1e1e1;
  background: #ffffff;
  border-radius: 0px;
  -webkit-box-shadow: 0 0px 5px 0 #aaaaaa;
  -moz-box-shadow: 0 0px 5px 0 #aaaaaa;
  -o-box-shadow: 0 0px 5px 0 #aaaaaa;
  box-shadow: 0 0px 5px 0 #aaaaaa;
  padding: 20px 15px;
}
body.account.customer-account-index .box-account.box-recent .box-head {
  color: #333333;
  font: Lato, Helvetica Neue, Verdana, Arial, sans-serif;
  text-transform: uppercase;
  padding-bottom: 10px;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 30px;
}
body.account.customer-account-index .box-account.box-recent .box-head h2 {
  float: left;
  font: 600 16px/1.35 Lato, Helvetica Neue, Verdana, Arial, sans-serif;
}
body.account.customer-account-index .box-account.box-recent .box-head a {
  float: right;
  padding: 4px 10px;
  font: 400 12px/1.35 Lato, Helvetica Neue, Verdana, Arial, sans-serif;
  background: #3175e4;
  color: #fff;
  border-radius: 4px;
  transition: all 500ms ease;
  backface-visibility: hidden;
  text-decoration: none;
}
body.account.customer-account-index .box-account.box-recent .box-head a:hover {
  text-decoration: none;
}
body.account.customer-account-index .box-account.box-recent .box-head a:after {
  display: inline-block;
  font: normal normal 12px/1 FontAwesome;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f08e';
  margin-left: 5px;
}
body.account.customer-account-index .box-account.box-recent #my-orders-table thead th {
  border-bottom: 1px solid #e1e1e1;
}
body.account.customer-account-index .box-account.box-recent #my-orders-table thead th,
body.account.customer-account-index .box-account.box-recent #my-orders-table tbody td {
  min-width: 120px;
}
body.account.customerconnect-shippingaddress-update #rfq_duplicate,
body.account.customerconnect-shippingaddress-new #rfq_duplicate,
body.account.customerconnect-contacts-new #rfq_duplicate,
body.account.customerconnect-contacts-update #rfq_duplicate,
body.account.customerconnect-shippingaddress-update #rfq_save,
body.account.customerconnect-shippingaddress-new #rfq_save,
body.account.customerconnect-contacts-new #rfq_save,
body.account.customerconnect-contacts-update #rfq_save,
body.account.customerconnect-shippingaddress-update #addform,
body.account.customerconnect-shippingaddress-new #addform,
body.account.customerconnect-contacts-new #addform,
body.account.customerconnect-contacts-update #addform,
body.account.customerconnect-shippingaddress-update #updateform,
body.account.customerconnect-shippingaddress-new #updateform,
body.account.customerconnect-contacts-new #updateform,
body.account.customerconnect-contacts-update #updateform,
body.account.customerconnect-shippingaddress-update #addshippingaddress,
body.account.customerconnect-shippingaddress-new #addshippingaddress,
body.account.customerconnect-contacts-new #addshippingaddress,
body.account.customerconnect-contacts-update #addshippingaddress,
body.account.customerconnect-shippingaddress-update #updateshippingaddress,
body.account.customerconnect-shippingaddress-new #updateshippingaddress,
body.account.customerconnect-contacts-new #updateshippingaddress,
body.account.customerconnect-contacts-update #updateshippingaddress {
  border-radius: 0px !important;
  text-transform: uppercase !important;
  font: 600 14px/1.35 Lato, Helvetica Neue, Verdana, Arial, sans-serif !important;
  margin-top: 0px !important;
}
body.account.supplierconnect-account-index .box-actions.managedashreminder {
  text-align: right;
  font-size: 0px !important;
}
body.account.supplierconnect-account-index .box-actions.managedashreminder .action.edit {
  float: right;
  padding: 4px 10px;
  font: 400 12px/1.35 Lato, Helvetica Neue, Verdana, Arial, sans-serif;
  border-radius: 4px;
  transition: all 500ms ease;
  backface-visibility: hidden;
  text-decoration: none !important;
  margin-right: 20px;
  margin-top: 10px;
  text-transform: uppercase;
}
body.account.supplierconnect-account-index .box-actions.managedashreminder .action.edit:hover {
  opacity: 1;
  text-decoration: none !important;
}
body.account.supplierconnect-account-index #rfq-summery-container .box-container-account {
  width: 49%;
  margin: 0px;
  border: 0px;
  padding: 10px 15px !important;
  padding: 15px;
  border: 1px solid #e1e1e1;
  border-radius: 0px;
  -webkit-box-shadow: 0 0px 5px 0 #aaaaaa;
  -moz-box-shadow: 0 0px 5px 0 #aaaaaa;
  -o-box-shadow: 0 0px 5px 0 #aaaaaa;
  box-shadow: 0 0px 5px 0 #aaaaaa;
  background: #ffffff;
}
body.account.supplierconnect-account-index #rfq-summery-container .box-container-account:last-child {
  margin-left: 2%;
}
body.account.supplierconnect-account-index #rfq-summery-container .box-container-account .box-info.box-account {
  border: 0px;
  margin-left: 0%;
  background: transparent;
  box-shadow: none;
}
body.account.supplierconnect-account-index #rfq-summery-container .box-container-account .box-info.box-account .box-head h2 {
  font-size: 16px;
}
body.account.wishlist-index-index .fieldset .add-to-cart-alt .field.qty .label,
body.account.wishlist-index-index .fieldset .add-to-cart-alt .field.qty .control {
  display: inline-block;
}
body.account.wishlist-index-index .fieldset > p {
  position: relative;
}
body.account.wishlist-index-index .fieldset > p .link-edit {
  position: absolute;
  top: -25px;
  right: 10px;
  float: right;
  padding: 4px 10px;
  font: 400 12px/1.35 Lato, Helvetica Neue, Verdana, Arial, sans-serif;
  border-radius: 4px;
  transition: all 500ms ease;
  backface-visibility: hidden;
  text-decoration: none !important;
}
body.account.wishlist-index-index .fieldset > p .link-edit:hover {
  opacity: 1;
  text-decoration: none !important;
}
body.account.wishlist-index-index .fieldset > p .link-edit:after {
  display: inline-block;
  font: normal normal 12px/1 FontAwesome;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f044';
  margin-right: 0px;
  margin-left: 5px;
}
body.account .box-info.box-account {
  padding: 15px;
  border: 1px solid #e1e1e1;
  background: #ffffff;
  border-radius: 0px;
  -webkit-box-shadow: 0 0px 5px 0 #aaaaaa;
  -moz-box-shadow: 0 0px 5px 0 #aaaaaa;
  -o-box-shadow: 0 0px 5px 0 #aaaaaa;
  box-shadow: 0 0px 5px 0 #aaaaaa;
  margin-bottom: 20px;
}
body.account .box-info.box-account .content-header {
  color: #333333;
  font: Lato, Helvetica Neue, Verdana, Arial, sans-serif;
  text-transform: uppercase;
  padding-bottom: 10px;
  padding: 0px 15px;
}
body.account .box-info.box-account .content-header h3,
body.account .box-info.box-account .content-header strong {
  font: 600 16px/1.35 Lato, Helvetica Neue, Verdana, Arial, sans-serif;
}
body.account .box-info.box-account .content-header table tr td {
  padding: 5px 0px 10px;
}
body.account .box-info.box-account .content-header table tr td a {
  float: right;
  padding: 4px 10px;
  font: 400 12px/1.35 Lato, Helvetica Neue, Verdana, Arial, sans-serif;
  border-radius: 4px;
  transition: all 500ms ease;
  backface-visibility: hidden;
  text-decoration: none !important;
  display: inline-block;
  position: relative;
  top: -10px;
}
body.account .box-info.box-account .content-header table tr td a:hover {
  opacity: 1;
  text-decoration: none !important;
}
body.account .box-info.box-account .content-header table tr td h3 {
  display: inline-block;
}
body.account .box-info.box-account .boxed-content {
  padding: 0px 10px;
}
body.account .block .block-title {
  color: #333333;
  font: Lato, Helvetica Neue, Verdana, Arial, sans-serif;
  text-transform: uppercase;
  padding-bottom: 10px;
}
body.account .block .block-title strong {
  font: 600 16px/1.35 Lato, Helvetica Neue, Verdana, Arial, sans-serif;
  font-weight: 600 !important;
  font-size: 1.6rem !important;
}
body.account .block .block-title a {
  float: right;
  padding: 4px 10px;
  font: 400 12px/1.35 Lato, Helvetica Neue, Verdana, Arial, sans-serif;
  border-radius: 4px;
  transition: all 500ms ease;
  backface-visibility: hidden;
  text-decoration: none !important;
}
body.account .block .block-title a:hover {
  opacity: 1;
  text-decoration: none !important;
}
body.account .block .block-title #billing_address_update {
  margin-top: 0px;
}
body.account .block .block-title #billing_address_update:after {
  display: inline-block;
  font: normal normal 12px/1 FontAwesome;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f044';
  margin-right: 0px;
  margin-left: 5px;
}
body.account .block .block-content {
  padding-top: 10px;
}
body.account .block.block-search .block-content {
  padding-top: 0px;
}
body.account.account .column.main .block:not(.widget) .block-title > strong {
  font-weight: 600;
  font-size: 1.6rem;
}
body.account .admin__data-grid-wrap,
body.account .table-wrapper {
  width: 100%;
  overflow-x: auto;
  margin: 3px 0%;
  padding-top: 10px;
}
body.account .admin__data-grid-wrap .data-grid.table,
body.account .table-wrapper .data-grid.table {
  margin-top: 5px;
}
body.account .admin__data-grid-wrap .data-grid.table th,
body.account .table-wrapper .data-grid.table th {
  background-color: #15499f;
}
body.account .admin__data-grid-wrap .data-grid.table thead,
body.account .table-wrapper .data-grid.table thead {
  background-color: transparent;
}
body.account .admin__data-grid-wrap .data-grid.table thead .data-grid-th._sortable:focus,
body.account .table-wrapper .data-grid.table thead .data-grid-th._sortable:focus,
body.account .admin__data-grid-wrap .data-grid.table thead .data-grid-th._sortable:hover,
body.account .table-wrapper .data-grid.table thead .data-grid-th._sortable:hover {
  background-color: #15499f;
}
body.account .admin__data-grid-wrap .data-grid.table thead th,
body.account .table-wrapper .data-grid.table thead th {
  background-color: #15499f;
}
body.account .admin__data-grid-wrap .data-grid.table tbody td,
body.account .table-wrapper .data-grid.table tbody td {
  font: Lato, Helvetica Neue, Verdana, Arial, sans-serif;
  font-size: 1.3rem;
}
body.account #custom_address_allowed_button {
  padding: 5px 20px;
}
body.account #role_edit_form #erp_custom_address_allowed #billing_address_allowed,
body.account #role_edit_form #erp_custom_address_allowed #shipping_address_allowed {
  width: 75px;
  margin-left: 20px;
}
body.account #customer_account_shippingaddress_list_table tbody td.col-action,
body.account #customer_account_contacts_list_table tbody td.col-action {
  min-width: 85px;
}
body.account #customer_account_shippingaddress_list_table thead .data-grid-th.col-action,
body.account #customer_account_contacts_list_table thead .data-grid-th.col-action {
  min-width: 85px;
}
body.account #customer-sku-search {
  width: 250px;
}
body.account #customerconnect_skus_table {
  margin-top: 10px;
}
body.account .buttons-set {
  text-align: left;
}
body.account .back-link {
  float: right;
}
body.account .back-link a {
  float: right;
  padding: 4px 10px;
  font: 400 12px/1.35 Lato, Helvetica Neue, Verdana, Arial, sans-serif;
  border-radius: 4px;
  transition: all 500ms ease;
  backface-visibility: hidden;
  text-decoration: none !important;
  text-transform: uppercase;
  float: none;
}
body.account .back-link a:hover {
  opacity: 1;
  text-decoration: none !important;
}
body.account .back-link a small {
  display: none;
}
body.account .column.main .contact-shipping {
  padding: 15px;
  border: 1px solid #e1e1e1;
  background: #ffffff;
  border-radius: 0px;
  -webkit-box-shadow: 0 0px 5px 0 #aaaaaa;
  -moz-box-shadow: 0 0px 5px 0 #aaaaaa;
  -o-box-shadow: 0 0px 5px 0 #aaaaaa;
  box-shadow: 0 0px 5px 0 #aaaaaa;
  padding: 10px;
}
body.account .column.main .contact-shipping > p {
  float: left;
  width: 50%;
}
body.account .column.main .contact-shipping .page-actions {
  float: right;
}
body.account .column.main .contact-shipping .page-actions .action-default.scalable.add {
  border: 1px !important;
  font: 600 14px/1.35 Lato, Helvetica Neue, Verdana, Arial, sans-serif;
  -webkit-box-shadow: 0px 0px 4px 1px #e0eaec;
  -moz-box-shadow: 0px 0px 4px 1px #e0eaec;
  -o-box-shadow: 0px 0px 4px 1px #e0eaec;
  box-shadow: 0px 0px 4px 1px #e0eaec;
  padding: 5px 15px 5px;
  border-radius: 0px;
  outline: none;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: bold;
  box-shadow: none;
  font: Lato, Helvetica Neue, Verdana, Arial, sans-serif;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-decoration: none !important;
  text-shadow: 0 0 black;
  margin-right: 5px;
  margin-top: 0px;
}
body.account .column.main .contact-shipping .page-actions .action-default.scalable.add:hover {
  opacity: 1;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-decoration: none !important;
}
body.account.customer-address-form form#form-validate {
  border: 1px solid #e1e1e1;
  background: #ffffff;
  border-radius: 0px;
  -webkit-box-shadow: 0 0px 5px 0 #aaaaaa;
  -moz-box-shadow: 0 0px 5px 0 #aaaaaa;
  -o-box-shadow: 0 0px 5px 0 #aaaaaa;
  box-shadow: 0 0px 5px 0 #aaaaaa;
  padding: 15px;
}
body.account.customer-address-form form#form-validate .legend {
  border-bottom: 1px solid #e1e1e1;
}
body.account.customer-address-form form#form-validate .form-list {
  width: 50%;
  list-style: none;
}
body.account .column.main .block:not(.widget) .block-content .pages .items.pages-items li.item {
  margin-top: 0px;
}
body.account #form-tmpl + .wishlist-toolbar.toolbar {
  display: none;
}
body.account.customer-address-index .actions-toolbar {
  text-align: right;
  margin-bottom: 10px;
}
body.account.customer-address-index .actions-toolbar .primary {
  float: none;
}
body.account.customer-address-index .actions-toolbar .primary .action {
  float: right;
  padding: 4px 10px;
  font: 400 12px/1.35 Lato, Helvetica Neue, Verdana, Arial, sans-serif;
  border-radius: 4px;
  transition: all 500ms ease;
  backface-visibility: hidden;
  text-decoration: none !important;
  margin-right: 15px;
}
body.account.customer-address-index .actions-toolbar .primary .action:hover {
  opacity: 1;
  text-decoration: none !important;
}
body.account.customer-address-index .actions-toolbar .secondary .action {
  float: right;
  padding: 4px 10px;
  font: 400 12px/1.35 Lato, Helvetica Neue, Verdana, Arial, sans-serif;
  border-radius: 4px;
  transition: all 500ms ease;
  backface-visibility: hidden;
  text-decoration: none !important;
  text-transform: uppercase;
  padding: 5px 10px;
  float: none;
}
body.account.customer-address-index .actions-toolbar .secondary .action:hover {
  opacity: 1;
  text-decoration: none !important;
}
body.account.customer-account-edit .column.main .form .fieldset > .field,
body.account.newsletter-manage-index .column.main .form .fieldset > .field {
  width: 50%;
}
body.account.customer-account-edit .column.main .form .actions-toolbar,
body.account.newsletter-manage-index .column.main .form .actions-toolbar {
  margin-top: -30px;
}
body.account.customer-account-edit .column.main .form .actions-toolbar .action.save.primary,
body.account.newsletter-manage-index .column.main .form .actions-toolbar .action.save.primary {
  border: 1px !important;
  font: 600 14px/1.35 Lato, Helvetica Neue, Verdana, Arial, sans-serif;
  -webkit-box-shadow: 0px 0px 4px 1px #e0eaec;
  -moz-box-shadow: 0px 0px 4px 1px #e0eaec;
  -o-box-shadow: 0px 0px 4px 1px #e0eaec;
  box-shadow: 0px 0px 4px 1px #e0eaec;
  padding: 5px 15px 5px;
  border-radius: 0px;
  outline: none;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: bold;
  box-shadow: none;
  font: Lato, Helvetica Neue, Verdana, Arial, sans-serif;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-decoration: none !important;
  text-shadow: 0 0 black;
}
body.account.customer-account-edit .column.main .form .actions-toolbar .action.save.primary:hover,
body.account.newsletter-manage-index .column.main .form .actions-toolbar .action.save.primary:hover {
  opacity: 1;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-decoration: none !important;
}
body.account .admin__data-grid-header-row._massaction div.admin__grid-massaction div.mass-select-wrap {
  float: left;
  width: 95px;
}
body.account .admin__data-grid-header-row._massaction div.admin__grid-massaction form .admin__grid-massaction-form .admin__control-select {
  width: 120px !important;
  margin-right: 10px;
}
body.account .modal-popup .modal-inner-wrap .modal-content #subscription-id-row #subscription_edit_form .admin__field.field {
  width: 50%;
}
body.account .modal-popup .modal-inner-wrap .modal-content #subscription-id-row #subscription_edit_form .admin__field.field .admin__field-label {
  font-size: 16px !important;
  font-weight: 600;
}
body.account .modal-popup .modal-inner-wrap .modal-content #subscription-id-row #subscription_edit_form .admin__field.field .admin__field-control {
  margin-left: 0px !important;
}
body.account .modal-popup .modal-inner-wrap .modal-content #subscription-id-row #subscription_edit_form .admin__field.field .admin__field-control .end-date-note {
  margin-top: 10px;
}
body.account .modal-popup .modal-inner-wrap .modal-content #subscription-id-row #subscription-save {
  float: none;
  margin: 5px;
}
body.account .modal-popup .modal-inner-wrap .modal-content #subscription-id-row .field-subscription_end_date button.ui-datepicker-trigger {
  top: -30px;
  left: 92%;
}
body.account .modal-popup .modal-inner-wrap .modal-content #subscription-id-row .field-subscription_end_date button.ui-datepicker-trigger:before {
  font-size: 4rem;
}
body.account.epicor_subscription-manage-index .customer-subscription-grid {
  border: 1px solid #e1e1e1;
  background: #ffffff;
  border-radius: 0px;
  -webkit-box-shadow: 0 0px 5px 0 #aaaaaa;
  -moz-box-shadow: 0 0px 5px 0 #aaaaaa;
  -o-box-shadow: 0 0px 5px 0 #aaaaaa;
  box-shadow: 0 0px 5px 0 #aaaaaa;
  padding: 15px;
}
body.account.epicor_subscription-manage-index .customer-subscription-grid #pagination-controls {
  width: 100%;
}
body.account.epicor_subscription-manage-index .customer-subscription-grid #pagination-controls button.action-previous:before,
body.account.epicor_subscription-manage-index .customer-subscription-grid #pagination-controls button.action-next:before {
  top: 8px;
}
body.account.epicor_subscription-manage-index .customer-subscription-grid .admin__data-grid-wrap.admin__data-grid-wrap-static #frontend_subscription_grid_table thead {
  background-color: #15499f;
}
body.account.epicor_subscription-manage-index .customer-subscription-grid .admin__data-grid-wrap.admin__data-grid-wrap-static #frontend_subscription_grid_table thead th {
  background-color: #15499f;
}
body.account.epicor_subscription-manage-index .customer-subscription-grid .admin__data-grid-wrap.admin__data-grid-wrap-static #frontend_subscription_grid_table thead th:hover {
  background-color: #3175e4;
}
body.account.customerconnect-skus-index #customerconnect_skus .admin__data-grid-pager button.action-previous:before,
body.account.customerconnect-skus-index #customerconnect_skus .admin__data-grid-pager button.action-next:before {
  top: 8px;
}
body.account.customerconnect-skus-index .sku-add-section .add-sku.button.action-default {
  color: #ffffff;
  border: 0px !important;
  border-radius: 0px;
  padding: 6px 12px;
  position: relative;
  top: 1px;
  margin-right: 2px;
}
body.account.customerconnect-skus-index .sku-add-section .add-sku.button.action-default span {
  color: #ffffff;
}
body.account.customerconnect-skus-index .sku-add-section .add-sku.button.action-default:active,
body.account.customerconnect-skus-index .sku-add-section .add-sku.button.action-default:focus,
body.account.customerconnect-skus-index .sku-add-section .add-sku.button.action-default:visited {
  color: #ffffff;
  border: 0px !important;
  border-radius: 0px;
  padding: 6px 12px;
}
body.account.customerconnect-skus-index .sku-add-section .add-sku.button.action-default:active span,
body.account.customerconnect-skus-index .sku-add-section .add-sku.button.action-default:focus span,
body.account.customerconnect-skus-index .sku-add-section .add-sku.button.action-default:visited span {
  color: #ffffff;
}
body.account.customerconnect-skus-index .sku-add-section .add-sku.button.action-default:hover {
  color: #ffffff;
  border: 0px !important;
  border-radius: 0px;
  padding: 6px 12px;
}
body.account.customerconnect-skus-index .sku-add-section .add-sku.button.action-default:hover span {
  color: #ffffff;
}
body.account.customerconnect-skus-index .sku-add-section .save-continue.button {
  padding: 5px 12px !important;
}
body.account.customerconnect-skus-index .admin__data-grid-header-row._massaction .mass-select-wrap .action-select-multiselect {
  height: 35px !important;
  font: 600 14px/1.35 Lato, Helvetica Neue, Verdana, Arial, sans-serif;
}
body.account.customerconnect-skus-index .admin__data-grid-header-row._massaction .admin__grid-massaction #customerconnect_skus_massaction-select.admin__control-select {
  position: relative;
  top: -2px;
  height: 35px !important;
  font: 600 14px/1.35 Lato, Helvetica Neue, Verdana, Arial, sans-serif;
}
body.account.customerconnect-skus-index .admin__data-grid-header-row._massaction #customerconnect_skus_massaction .admin__grid-massaction-form button.action-default.scalable {
  height: 35px !important;
  padding: 7px 12px !important;
  position: relative;
  top: -4px;
}
body.account #claim_bom .box-info.box-account {
  border: 0px !important;
  box-shadow: none !important;
}
body.account #claim_bom .box-addtoquote-btn {
  width: 96% !important;
}
body.account.epicor_comm-returns-index .columns .column.main {
  border: 1px solid #e1e1e1;
  background: #ffffff;
  border-radius: 0px;
  -webkit-box-shadow: 0 0px 5px 0 #aaaaaa;
  -moz-box-shadow: 0 0px 5px 0 #aaaaaa;
  -o-box-shadow: 0 0px 5px 0 #aaaaaa;
  box-shadow: 0 0px 5px 0 #aaaaaa;
  padding: 15px;
}
body.account.dealerconnect-claims-details form#claim_update div#claim_quotes_form div#rfq_lines {
  margin-left: -35px;
}
body.account.dealerconnect-claims-details #claim_quotes_form .page-title-wrapper {
  padding-left: 0px;
}
body.account.dealerconnect-claims-details #claim_quotes_form .page-title-wrapper .page-title .base {
  padding-left: 0px;
  font: 600 18px/1.35 Lato, Helvetica Neue, Verdana, Arial, sans-serif;
}
body.account.dealerconnect-claims-details #claim_quotes_form .claim_rfq_buttons #claim_rfq_duplicate {
  margin-top: 5px !important;
  padding: 4px 10px !important;
}
body.account.quotes-manage-view .column.main {
  padding: 15px;
  border: 1px solid #e1e1e1;
  background: #ffffff;
  border-radius: 0px;
  -webkit-box-shadow: 0 0px 5px 0 #aaaaaa;
  -moz-box-shadow: 0 0px 5px 0 #aaaaaa;
  -o-box-shadow: 0 0px 5px 0 #aaaaaa;
  box-shadow: 0 0px 5px 0 #aaaaaa;
  padding: 10px;
}
body.account.quotes-manage-view .column.main #quote-btns {
  margin: 10px 0px;
}
body.account.quotes-manage-view .column.main #quote-btns .separator {
  display: none;
}
body.account.quotes-manage-view .column.main #quote-btns a {
  border: 1px !important;
  font: 600 14px/1.35 Lato, Helvetica Neue, Verdana, Arial, sans-serif;
  text-transform: uppercase;
  outline: none;
  cursor: pointer;
  font-weight: bold;
  padding: 5px 15px 5px;
  border-radius: 0px;
  font: Lato, Helvetica Neue, Verdana, Arial, sans-serif;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  box-shadow: none;
  text-decoration: none !important;
  text-shadow: 0 0 black;
  margin-right: 5px;
}
body.account.quotes-manage-view .column.main #quote-btns a:hover {
  opacity: 1;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-decoration: none !important;
}
body.account.quotes-manage-view .column.main #product-lines.data-table thead {
  border-bottom: 1px solid #e1e1e1;
}
body.account.customerconnect-arpayments-index .column.main > p {
  position: relative;
  top: 35px;
  left: 15px;
}
body.account.customerconnect-arpayments-index #customer_arpayments_invoices_list {
  padding-top: 35px;
}
body.account #customer_arpayments_invoices_list {
  padding: 15px;
  border: 1px solid #e1e1e1;
  background: #ffffff;
  border-radius: 0px;
  -webkit-box-shadow: 0 0px 5px 0 #aaaaaa;
  -moz-box-shadow: 0 0px 5px 0 #aaaaaa;
  -o-box-shadow: 0 0px 5px 0 #aaaaaa;
  box-shadow: 0 0px 5px 0 #aaaaaa;
  padding: 10px;
}
body.account .action-default.scalable.action-secondary,
body.account .action-default,
body.account .scalable,
body.account .action-default.scalable.action-reset.action-tertiary,
body.account .action-default.scalable.task {
  border: 1px !important;
  font: 600 14px/1.35 Lato, Helvetica Neue, Verdana, Arial, sans-serif;
  text-transform: uppercase;
  outline: none;
  cursor: pointer;
  font-weight: bold;
  padding: 5px 15px 5px;
  border-radius: 0px;
  font: Lato, Helvetica Neue, Verdana, Arial, sans-serif;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  box-shadow: none;
  text-decoration: none !important;
  text-shadow: 0 0 black;
}
body.account .action-default.scalable.action-secondary:hover,
body.account .action-default:hover,
body.account .scalable:hover,
body.account .action-default.scalable.action-reset.action-tertiary:hover,
body.account .action-default.scalable.task:hover {
  opacity: 1;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-decoration: none !important;
}
body.account .admin__data-grid-export {
  padding-right: 0px;
}
body.account button.action-next {
  position: relative;
}
body.account button.action-next:before {
  content: "\276F";
  position: absolute;
  top: 7px;
  left: 0px;
  right: 0px;
}
body.account .button-rfq-action {
  text-align: right;
}
body.account button.action-previous {
  position: relative;
}
body.account button.action-previous:before {
  content: "\276E";
  position: absolute;
  top: 7px;
  left: 0px;
  right: 0px;
}
body.account .customerconnect-account-index #customer_account_agedbalances_list .table-wrapper.admin__data-grid-wrap,
body.account .customerconnect-account-index #customer_account_periodbalances_list .table-wrapper.admin__data-grid-wrap {
  padding-top: 0px;
}
body.account .sidebar .block:not(.account-nav) .accordion,
body.account .sidebar .block:not(.account-nav) .tagclaud-hld,
body.account .sidebar .block:not(.account-nav) .block-content,
body.account .sidebar .block:not(.account-nav) .content {
  padding: 0px 10px;
}
body.account .sidebar-main .block.block-collapsible-nav .title.block-collapsible-nav-title {
  margin: 0px;
}
body.account .sidebar-main .content.block-collapsible-nav-content {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0px;
  padding: 10px;
  border: 1px solid #e1e1e1;
  background: #ffffff;
  border-radius: transparent;
}
body.account .sidebar-main .content.block-collapsible-nav-content .nav.items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
body.account .sidebar-main .content.block-collapsible-nav-content .nav.items .nav.item {
  margin: 0;
  border-top: 1px dashed #e1e1e1;
}
body.account .sidebar-main .content.block-collapsible-nav-content .nav.items .nav.item:hover a {
  transform: translateX(10px);
  background: transparent;
  font-weight: 600;
}
body.account .sidebar-main .content.block-collapsible-nav-content .nav.items .nav.item > strong {
  font-weight: 600;
  padding: 12px 10px;
  border-left: 0px;
}
body.account .sidebar-main .content.block-collapsible-nav-content .nav.items .nav.item a {
  border: 0;
  padding: 13px 0;
  transition: all 500ms ease;
  backface-visibility: hidden;
  font: 600 14px/1.35 Lato, Helvetica Neue, Verdana, Arial, sans-serif;
}
body.account .sidebar-main .content.block-collapsible-nav-content .nav.items .nav.item a:hover {
  background: transparent;
}
body.account.customerconnect-rfqs-new .box-account .contact-shipping,
body.account.dealerconnect-quotes-new .box-account .contact-shipping,
body.account.customerconnect-rfqs-duplicate .box-account .contact-shipping,
body.account.dealerconnect-quotes-details .box-account .contact-shipping {
  border: 0px;
  box-shadow: 0 0px 0px 0 #aaaaaa !important;
}
body.account.customerconnect-rfqs-new .box-account .contact-shipping .page-actions .action-default,
body.account.dealerconnect-quotes-new .box-account .contact-shipping .page-actions .action-default,
body.account.customerconnect-rfqs-duplicate .box-account .contact-shipping .page-actions .action-default,
body.account.dealerconnect-quotes-details .box-account .contact-shipping .page-actions .action-default {
  margin-left: 10px !important;
  margin-right: 0px !important;
}
body.account.epicor_salesrep-account-index .block.block-dashboard-info {
  box-shadow: none !important;
  border: 0px !important;
}
body.account.epicor_salesrep-order-history #my-orders-table > thead {
  border-bottom: 1px solid #e1e1e1 !important;
}
body.account.epicor_salesrep-order-history #my-orders-table > thead > tr > th,
body.account.epicor_salesrep-order-history #my-orders-table > tbody > tr > td {
  width: 10% !important;
}
body.account.epicor_salesrep-order-history .pager {
  display: none;
}
body.account.epicor_salesrep-order-history .order-products-toolbar.toolbar.bottom .pager {
  display: block;
}
body.account.epicor_salesrep-order-history .column.main {
  border: 1px solid #e1e1e1;
  background: #ffffff;
  border-radius: 0px;
  -webkit-box-shadow: 0 0px 5px 0 #aaaaaa;
  -moz-box-shadow: 0 0px 5px 0 #aaaaaa;
  -o-box-shadow: 0 0px 5px 0 #aaaaaa;
  box-shadow: 0 0px 5px 0 #aaaaaa;
  padding: 15px;
}
body.account #line-add {
  padding: 15px;
}
body.account #line-add .la_row {
  border-top: 0px;
}
body.account #line-add #line-add-close {
  border: 1px !important;
  font: 600 14px/1.35 Lato, Helvetica Neue, Verdana, Arial, sans-serif;
  text-transform: uppercase;
  outline: none;
  cursor: pointer;
  font-weight: bold;
  padding: 5px 15px 5px;
  border-radius: 0px;
  font: Lato, Helvetica Neue, Verdana, Arial, sans-serif;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  box-shadow: none;
  text-decoration: none !important;
  text-shadow: 0 0 black;
  padding: 6px 15px 6px;
  position: relative;
  top: 2px;
  margin-right: 8px;
}
body.account #line-add #line-add-close:hover {
  opacity: 1;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-decoration: none !important;
}
body.account #line-add .la_quantity {
  border: 1px solid #cccccc;
}
body.account #line-add button#lineadd-add {
  margin-top: 30px;
}
body.account #line-search .box-head {
  padding-left: 15px;
}
body.account #line-search .buttons-set.buttonbar {
  margin: 20px 18px 0 0;
}
body.account #line-search .buttons-set.buttonbar a {
  border: 1px !important;
  font: 600 14px/1.35 Lato, Helvetica Neue, Verdana, Arial, sans-serif;
  text-transform: uppercase;
  outline: none;
  cursor: pointer;
  font-weight: bold;
  padding: 5px 15px 5px;
  border-radius: 0px;
  font: Lato, Helvetica Neue, Verdana, Arial, sans-serif;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  box-shadow: none;
  text-decoration: none !important;
  text-shadow: 0 0 black;
}
body.account #line-search .buttons-set.buttonbar a:hover {
  opacity: 1;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-decoration: none !important;
}
body.account.supplierconnect-rfq-details #rfq_save {
  top: -45px;
  margin-top: 0px;
}
body.account.dealerconnect-claims-details #find_inventory_claim .fieldset .legend,
body.account.dealerconnect-claims-new #find_inventory_claim .fieldset .legend {
  border-bottom: 1px solid #e1e1e1;
}
body.account.dealerconnect-claims-details #find_inventory_claim .fieldset .field.choice,
body.account.dealerconnect-claims-new #find_inventory_claim .fieldset .field.choice,
body.account.dealerconnect-claims-details #find_inventory_claim .fieldset .la_field.la_name_box,
body.account.dealerconnect-claims-new #find_inventory_claim .fieldset .la_field.la_name_box {
  width: 50%;
}
body.account.dealerconnect-claims-details .col-1.box-info.box-account,
body.account.dealerconnect-claims-new .col-1.box-info.box-account,
body.account.dealerconnect-claims-details .col-2.box-info.box-account.block,
body.account.dealerconnect-claims-new .col-2.box-info.box-account.block,
body.account.dealerconnect-claims-details .box-info.box-account.col-2,
body.account.dealerconnect-claims-new .box-info.box-account.col-2 {
  width: 100%;
  padding: 15px;
  border: 1px solid #e1e1e1;
  background: #ffffff;
  border-radius: 0px;
  -webkit-box-shadow: 0 0px 5px 0 #aaaaaa;
  -moz-box-shadow: 0 0px 5px 0 #aaaaaa;
  -o-box-shadow: 0 0px 5px 0 #aaaaaa;
  box-shadow: 0 0px 5px 0 #aaaaaa;
  padding: 20px;
  margin-bottom: 20px;
}
body.account.dealerconnect-claims-details .col-1.box-info.box-account .content-header,
body.account.dealerconnect-claims-new .col-1.box-info.box-account .content-header,
body.account.dealerconnect-claims-details .col-2.box-info.box-account.block .content-header,
body.account.dealerconnect-claims-new .col-2.box-info.box-account.block .content-header,
body.account.dealerconnect-claims-details .box-info.box-account.col-2 .content-header,
body.account.dealerconnect-claims-new .box-info.box-account.col-2 .content-header {
  padding: 10px 0px;
}
body.account.dealerconnect-claims-details .col-1.box-info.box-account .content-header #add_claim_attachment,
body.account.dealerconnect-claims-new .col-1.box-info.box-account .content-header #add_claim_attachment,
body.account.dealerconnect-claims-details .col-2.box-info.box-account.block .content-header #add_claim_attachment,
body.account.dealerconnect-claims-new .col-2.box-info.box-account.block .content-header #add_claim_attachment,
body.account.dealerconnect-claims-details .box-info.box-account.col-2 .content-header #add_claim_attachment,
body.account.dealerconnect-claims-new .box-info.box-account.col-2 .content-header #add_claim_attachment {
  margin-bottom: 5px;
}
body.account.dealerconnect-claims-details .col-1.box-info.box-account .content-header table tr td,
body.account.dealerconnect-claims-new .col-1.box-info.box-account .content-header table tr td,
body.account.dealerconnect-claims-details .col-2.box-info.box-account.block .content-header table tr td,
body.account.dealerconnect-claims-new .col-2.box-info.box-account.block .content-header table tr td,
body.account.dealerconnect-claims-details .box-info.box-account.col-2 .content-header table tr td,
body.account.dealerconnect-claims-new .box-info.box-account.col-2 .content-header table tr td {
  padding: 5px 0px 0px;
}
body.account.dealerconnect-claims-details #quotes_block,
body.account.dealerconnect-claims-new #quotes_block {
  margin-top: -40px;
  border: 0px;
}
body.account.dealerconnect-claims-details #quotes_block .sorter a,
body.account.dealerconnect-claims-new #quotes_block .sorter a {
  border: 1px !important;
  font: 600 14px/1.35 Lato, Helvetica Neue, Verdana, Arial, sans-serif;
  text-transform: uppercase;
  outline: none;
  cursor: pointer;
  font-weight: bold;
  padding: 5px 15px 5px;
  border-radius: 0px;
  font: Lato, Helvetica Neue, Verdana, Arial, sans-serif;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  box-shadow: none;
  text-decoration: none !important;
  text-shadow: 0 0 black;
}
body.account.dealerconnect-claims-details #quotes_block .sorter a:hover,
body.account.dealerconnect-claims-new #quotes_block .sorter a:hover {
  opacity: 1;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-decoration: none !important;
}
body.account.dealerconnect-claims-details #claim_quotes_form #maincontent,
body.account.dealerconnect-claims-new #claim_quotes_form #maincontent {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
body.account.dealerconnect-claims-details #claim_quotes_form #maincontent .columns,
body.account.dealerconnect-claims-new #claim_quotes_form #maincontent .columns {
  width: 100%;
  padding: 0px;
}
body.account.dealerconnect-claims-details #claim_quotes_form #maincontent .columns .column.main,
body.account.dealerconnect-claims-new #claim_quotes_form #maincontent .columns .column.main {
  padding: 0px;
}
body.account.dealerconnect-claims-details #claim_quotes_form #maincontent .columns .column.main .box-info.box-account.col-full .contact-shipping,
body.account.dealerconnect-claims-new #claim_quotes_form #maincontent .columns .column.main .box-info.box-account.col-full .contact-shipping {
  border: 0px;
}
body.account.dealerconnect-claims-details #claim_quotes_form #maincontent .columns .column.main .box-info.box-account.col-full .contact-shipping .page-actions,
body.account.dealerconnect-claims-new #claim_quotes_form #maincontent .columns .column.main .box-info.box-account.col-full .contact-shipping .page-actions {
  margin-top: 50px;
}
body.account.dealerconnect-claims-details #claim_quotes_form #maincontent .columns .column.main .box-info.box-account.col-full .contact-shipping .page-actions .action-default,
body.account.dealerconnect-claims-new #claim_quotes_form #maincontent .columns .column.main .box-info.box-account.col-full .contact-shipping .page-actions .action-default {
  margin-left: 5px;
  margin-bottom: 5px;
  margin-right: 0px;
}
body.account .button-rfq-action {
  margin-bottom: 20px;
}
body.account.epicor_comm-returns-view .action-default.scalable.save {
  margin-top: 45px;
}
body.account.customerconnect-returns-index.account button.action-previous:before,
body.account.customerconnect-returns-index.account button.action-next:before {
  top: 7px;
}
body.account.epicor_comm-returns-customerindex .column.main,
body.account.epicor_comm-returns-lists .column.main {
  border: 1px solid #e1e1e1;
  background: #ffffff;
  border-radius: 0px;
  -webkit-box-shadow: 0 0px 5px 0 #aaaaaa;
  -moz-box-shadow: 0 0px 5px 0 #aaaaaa;
  -o-box-shadow: 0 0px 5px 0 #aaaaaa;
  box-shadow: 0 0px 5px 0 #aaaaaa;
  padding: 15px;
}
body.account.epicor_comm-returns-customerindex .column.main .scalable.save,
body.account.epicor_comm-returns-lists .column.main .scalable.save {
  float: right;
}
body.account.epicor_comm-returns-customerindex .column.main .data-table,
body.account.epicor_comm-returns-lists .column.main .data-table {
  margin-top: 45px;
}
body.account.epicor_comm-returns-customerindex .column.main .data-table thead,
body.account.epicor_comm-returns-lists .column.main .data-table thead {
  border-bottom: 1px solid #e1e1e1;
}
body.account.dealerconnect-inventory-new #form-validate .claim_buttons .submitAddress {
  margin-top: 35px !important;
}
body.account.dealerconnect-inventory-new #form-validate .box-info.box-account.col-full.block {
  width: 100%;
  float: left;
}
body.account.dealerconnect-inventory-new #form-validate .box-info.box-account.col-full.block .box-info.box-account {
  float: left;
  width: 30%;
  border: 0px;
  box-shadow: none;
}
body.account.dealerconnect-inventory-new #form-validate .box-info.box-account.col-full.block .box-info.box-account .legend {
  font: 600 18px/1.35 Lato, Helvetica Neue, Verdana, Arial, sans-serif;
}
body.account.dealerconnect-inventory-new #form-validate .box-info.box-account.col-full.block .box-info.box-account .fieldset {
  margin-top: 10px;
}
body.account.dealerconnect-inventory-new #form-validate .box-info.box-account.col-full.block .box-info.box-account .fieldset .fields {
  margin-top: 10px;
}
body.account #claim_quotes_form .page-title-wrapper h2.page-title {
  left: 0px;
}
body.account.quotes-manage-index .column.main .data-table {
  border: 1px solid #e1e1e1;
  background: #ffffff;
  border-radius: 0px;
  -webkit-box-shadow: 0 0px 5px 0 #aaaaaa;
  -moz-box-shadow: 0 0px 5px 0 #aaaaaa;
  -o-box-shadow: 0 0px 5px 0 #aaaaaa;
  box-shadow: 0 0px 5px 0 #aaaaaa;
  padding: 15px;
}
body.account.customerconnect-skus-add .container {
  width: auto;
}
body.account.customerconnect-skus-add .container #add-skus {
  padding: 5px 15px;
}
body.account.customerconnect-skus-add .container .admin__data-grid-wrap #addSkuTable.data-grid.table {
  background: #ffffff;
}
body.account.customerconnect-skus-add .container .admin__data-grid-wrap #addSkuTable.data-grid.table thead th,
body.account.customerconnect-skus-add .container .admin__data-grid-wrap #addSkuTable.data-grid.table tbody td {
  float: none;
  width: auto;
}
body.account .products-grid.wishlist .product-item-inner > .product-item-actions .action.edit:hover,
body.account .products-grid.wishlist .product-item-inner > .product-item-actions .action.delete:hover,
body.account button.primary:hover,
body.account .action-default.scalable.task .column.main .block:not(.widget) .block-title .action.edit:hover,
body.account .column.main .block:not(.widget) .block-title .action.view:hover,
body.account .actions-toolbar .primary a:hover,
body.account .actions-toolbar .primary .action-primary:hover,
body.account .actions-toolbar .primary .primary:hover,
body.account .actions-toolbar .primary .action:hover,
body.account.customer-address-index .actions-toolbar .primary .action:hover,
body.account.customer-address-index .actions-toolbar .secondary .action:hover,
body.account.customer-account-edit .column.main .form .actions-toolbar .action.save.primary:hover,
body.account.newsletter-manage-index .column.main .form .actions-toolbar .action.save.primary:hover {
  background: #70ac44 !important;
  border-color: #70ac44 !important;
  color: #231f20 !important;
  opacity: 1;
}
body.account table > thead > tr > th {
  font-size: 16px;
}
.epicor_branchpickup-pickup-select .contact-shipping {
  padding: 15px;
  border: 1px solid #e1e1e1;
  background: #ffffff;
  border-radius: 0px;
  -webkit-box-shadow: 0 0px 5px 0 #aaaaaa;
  -moz-box-shadow: 0 0px 5px 0 #aaaaaa;
  -o-box-shadow: 0 0px 5px 0 #aaaaaa;
  box-shadow: 0 0px 5px 0 #aaaaaa;
  padding: 10px;
}
.epicor_branchpickup-pickup-select .contact-shipping .admin__data-grid-pager-wrap {
  width: 50%;
}
.epicor_branchpickup-pickup-select .contact-shipping .admin__data-grid-pager-wrap .admin__control-support-text {
  margin-left: 5px;
}
.epicor_branchpickup-pickup-select .contact-shipping .admin__data-grid-header-row {
  display: block;
  margin-bottom: 10px;
}
.epicor_branchpickup-pickup-select button.action-next {
  position: relative;
}
.epicor_branchpickup-pickup-select button.action-next:before {
  content: "\276F";
  position: absolute;
  top: 7px;
  left: 0px;
  right: 0px;
}
.epicor_branchpickup-pickup-select .button-rfq-action {
  text-align: right;
}
.epicor_branchpickup-pickup-select button.action-previous {
  position: relative;
}
.epicor_branchpickup-pickup-select button.action-previous:before {
  content: "\276E";
  position: absolute;
  top: 7px;
  left: 0px;
  right: 0px;
}
.qop-list tr {
  border: 1px solid #cccccc;
}
.qop-list tr td {
  padding: 5px;
}
.quickorderpad {
  padding: 15px;
  background-color: #ffffff;
}
.quickorderpad .qop-list tbody tr:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  background: #e9e9e9;
}
#rfq_duplicate,
#rfq_save {
  margin-top: 50px;
}
#claim_save {
  margin-top: 35px;
}
.quotes-request-index .cart-container .cart fieldset {
  border: 0px;
}
.quotes-request-index .cart-container:before {
  display: none;
}
.customerconnect-rfqs-linesearch .page-main {
  background: #ffffff;
}
.catalog-product_compare-index .table-wrapper.comparison .table-comparison .cell {
  padding: 10px;
  width: 175px;
}
.catalog-product_compare-index .table-wrapper.comparison .table-comparison .cell.product.info .product-item-actions {
  background: none;
}
.catalog-product_compare-index .table-wrapper.comparison .table-comparison .cell.product.info .product-item-actions .actions-secondary {
  background-color: transparent;
}
.catalog-product_compare-index p.toolbar-total-items {
  max-width: 1400px;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 auto;
}
.catalog-product_compare-index .table-wrapper.comparison .table-comparison tbody tr th.product span {
  height: auto;
  overflow: visible;
  position: static;
  width: auto;
}
.catalog-product_compare-index .action.print:before {
  font: normal normal 14px/1 FontAwesome !important;
}
@media print {
  .catalog-product_compare-index .page-header,
  .catalog-product_compare-index .sections.nav-sections,
  .catalog-product_compare-index .page-footer,
  .catalog-product_compare-index .action.print {
    display: none !important;
  }
  .catalog-product_compare-index .data.table.table-comparison {
    width: 85%;
  }
  .sales-order-print .order-details-items .table-wrapper .table-order-items {
    width: 95%;
  }
  .sales-order-print .order-details-items .table-wrapper .table-order-items thead tr th,
  .sales-order-print .order-details-items .table-wrapper .table-order-items tboddy tr td {
    width: 7%;
  }
  .sales-order-print .order-details-items .table-wrapper .table-order-items thead tr th.subtotal,
  .sales-order-print .order-details-items .table-wrapper .table-order-items tboddy tr td.subtotal {
    min-width: 100px;
    width: 10%;
  }
}
.sales-order-print .page-title-wrapper .page-title {
  position: static !important;
}
.sales-order-print .page-title-wrapper .order-status {
  display: block !important;
  width: 135px;
  text-align: center;
  margin-left: 15px;
}
.branches-list-popup .branches-popup-body #remove_selected_branch {
  float: right;
  margin-bottom: 0px;
  padding: 6px 10px 5px;
}
.branches-list-popup .branches-popup-body .related-locations {
  padding-top: 10px;
}
.account .page-title-wrapper .order-status {
  display: block !important;
  width: 150px;
  text-align: center;
}
.branches-popup-body .more-locations-wrapper .moreLocations {
  border: 1px !important;
  font: 600 14px/1.35 Lato, Helvetica Neue, Verdana, Arial, sans-serif;
  text-transform: uppercase;
  outline: none;
  cursor: pointer;
  font-weight: bold;
  padding: 5px 15px 5px;
  border-radius: 0px;
  font: Lato, Helvetica Neue, Verdana, Arial, sans-serif;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  box-shadow: none;
  text-decoration: none !important;
  text-shadow: 0 0 black;
}
.branches-popup-body .more-locations-wrapper .moreLocations:hover {
  opacity: 1;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-decoration: none !important;
}
.epicor_lists-lists-edit #tab_content {
  background: #ffffff;
  padding: 15px;
  margin-top: -25px;
}
.epicor_lists-lists-edit #tab_content #product_grid {
  float: none !important;
}
.epicor_lists-contract-shipto .box-info.box-account.col-full {
  padding: 15px;
  border: 1px solid #e1e1e1;
  background: #ffffff;
  border-radius: 0px;
  -webkit-box-shadow: 0 0px 5px 0 #aaaaaa;
  -moz-box-shadow: 0 0px 5px 0 #aaaaaa;
  -o-box-shadow: 0 0px 5px 0 #aaaaaa;
  box-shadow: 0 0px 5px 0 #aaaaaa;
  padding: 0px 15px 15px;
}
.epicor_lists-contract-shipto .box-info.box-account.col-full .content-header h3.icon-head.head-contract-shipto {
  font: 600 16px/1.35 Lato, Helvetica Neue, Verdana, Arial, sans-serif;
  text-transform: uppercase;
}
.epicor_lists-contract-shipto .box-info.box-account.col-full .boxed-content .admin__data-grid-header.admin__data-grid-toolbar {
  margin-bottom: 15px;
}
.customerconnect-rfqs-details .page.messages .messages .message {
  width: 60%;
}
@media only screen and (max-width: 1367px) {
  .catalog-product_compare-index p.toolbar-total-items {
    max-width: 1367px;
    width: 100%;
    margin: 0 auto;
    padding-left: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  body.account .products-grid.wishlist .product-item {
    width: 49%;
  }
}
@media only screen and (max-width: 1100px) {
  .account.customer-account-index #my-orders-table {
    width: 100%;
    display: block;
    overflow: auto;
  }
}
@media only screen and (max-width: 767px) {
  body.account.wishlist-index-index .product-item .product-item-info .product-item-inner .product-item-actions .actions-primary {
    position: unset;
  }
  body.account.quotes-manage-index .column.main .data-table {
    border: none;
    display: block;
    overflow-x: scroll;
  }
}
/**
 * Copyright © 2010-2024 Epicor Software Corporation: All Rights Reserved
 */
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 5-Mar-2024,
    Author     : Muralidhar.Dixit
*/
@media only screen and (max-width: 767px) {
  .header-search.has-cat-search input.input-text {
    padding-left: 130px !important;
    padding-right: 45px !important;
  }
  #search_mini_form .field.search .control #scanner-button {
    top: 10px !important;
    right: 32px !important;
    display: block !important;
  }
  .barcode-scanner-popup video,
  .barcode-scanner-popup canvas {
    top: -5px;
    left: -8px;
  }
  .quickorderpad-form-results .quickorderpad .category-products {
    width: 100%;
    overflow-x: auto;
  }
  .quickorderpad-form-results .quickorderpad .category-products .qop-list th,
  .quickorderpad-form-results .quickorderpad .category-products .qop-list td {
    border-left: 1px solid #ccc;
    padding: 0.4em 1.2em 0.4em 0.4em !important;
  }
  .quickorderpad-form-results .quickorderpad .category-products .qop-list th .btn-qop,
  .quickorderpad-form-results .quickorderpad .category-products .qop-list td .btn-qop {
    margin-left: 5px;
  }
  .page-header .sticky-menu.active #header-panel .header-middle.container,
  .page-header:not(.sksnhv) .sticky-menu.active #header-panel .header-middle.container,
  .page-header .container #header-panel .header-middle.container,
  .page-header:not(.sksnhv) .container #header-panel .header-middle.container {
    width: 100% !important;
  }
  .page-header .sticky-menu.active #header-panel .header-middle.container .header-panel-row .header-search-wrap .header-search,
  .page-header:not(.sksnhv) .sticky-menu.active #header-panel .header-middle.container .header-panel-row .header-search-wrap .header-search,
  .page-header .container #header-panel .header-middle.container .header-panel-row .header-search-wrap .header-search,
  .page-header:not(.sksnhv) .container #header-panel .header-middle.container .header-panel-row .header-search-wrap .header-search {
    float: left !important;
  }
  .page-header .sticky-menu.active #header-panel .header-middle.container .header-panel-row .header-search-wrap .mobi-cart-wrapper,
  .page-header:not(.sksnhv) .sticky-menu.active #header-panel .header-middle.container .header-panel-row .header-search-wrap .mobi-cart-wrapper,
  .page-header .container #header-panel .header-middle.container .header-panel-row .header-search-wrap .mobi-cart-wrapper,
  .page-header:not(.sksnhv) .container #header-panel .header-middle.container .header-panel-row .header-search-wrap .mobi-cart-wrapper {
    float: right;
  }
  .header-panel-center #mb-branches-list-popup.visible-xs {
    display: none !important;
  }
  .sidebar.sidebar-main .block.filter:not(.account-nav) {
    margin-bottom: 2rem !important;
    border: 1px solid #e1e1e1;
    background: #ffffff;
  }
  .sidebar.sidebar-main .block.filter:not(.account-nav) .block-title.filter-title {
    margin-bottom: 0px;
  }
  .sidebar.sidebar-main .block.filter:not(.account-nav) .block-title.filter-title:before {
    display: none;
  }
  .sidebar.sidebar-main .block.filter:not(.account-nav) .block-title.filter-title strong {
    width: 100%;
  }
  .sidebar.sidebar-main .block.filter:not(.account-nav) .block-content.filter-content {
    backface-visibility: visible;
    visibility: visible;
    overflow: auto;
    height: auto;
    opacity: 1;
    position: static;
    padding: 0px 20px !important;
    margin-bottom: 30px;
  }
  .cart-container .cart.table-wrapper #shopping-cart-table thead {
    display: none;
  }
  .cart-container .cart.table-wrapper #shopping-cart-table tbody.cart-table.cart.item {
    display: grid;
  }
  .cart-container .cart.table-wrapper #shopping-cart-table tbody.cart-table.cart.item td.col,
  .cart-container .cart.table-wrapper #shopping-cart-table tbody.cart-table.cart.item td {
    vertical-align: top;
    height: auto;
  }
  .cart-container .cart.table-wrapper #shopping-cart-table tbody.cart-table.cart.item td.col .product-item-details,
  .cart-container .cart.table-wrapper #shopping-cart-table tbody.cart-table.cart.item td .product-item-details {
    text-align: left !important;
  }
  .cart-container .form.form-cart #cart-main-actions {
    text-align: right !important;
  }
  .cart-container .form.form-cart #cart-main-actions #save_cart_as_list {
    display: inline-block;
    margin: 0px 5px 5px;
  }
  .cart-container .form.form-cart #cart-main-actions #save_cart_as_list #save-cart-as-list {
    display: inline-block;
    float: none;
  }
  .cart-container .form.form-cart #cart-main-actions #save_cart_as_list #save-cart-as-list #save-cart {
    margin-bottom: 0px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .cart-container .form.form-cart #cart-main-actions button.action {
    display: inline-block !important;
    width: auto !important;
    margin: 0px 5px 5px !important;
  }
  .page-products .grid.products-grid .product-items .product-item .product-item-info .product-item-details .product-item-inner {
    position: static;
  }
  .page-products .grid.products-grid .product-items .product-item .product-item-actions {
    display: block !important;
  }
  .product-item-actions .actions-primary .tocart,
  .actions-secondary > a.action {
    line-height: unset;
  }
  .product-item-actions .actions-primary .tocart span,
  .actions-secondary > a.action span {
    font-size: 13px;
    display: inline-block;
    text-indent: 1px;
    overflow: visible;
    vertical-align: middle;
    text-align: left;
  }
  .page-header.header-style-25 .header-search.has-cat-search .cdz-cat-search {
    top: 27px;
  }
  .account .form-address-edit .actions-toolbar .action.primary,
  .account .secondary .action.back,
  a.action.primary,
  button,
  .action.primary,
  .cdz-popup-area .cdz-popup.popup-wl-login-popup .no-account a.md-primary,
  .cart-container .form-cart .action.continue,
  a.button,
  .action.primary,
  .action-primary {
    padding: 5px 10px !important;
  }
  .account.customer-account-index #my-orders-table {
    width: 98%;
    display: block;
    overflow: auto;
  }
  .account.sales-order-view .page-title-wrapper .order-date,
  .account.sales-order-invoice .page-title-wrapper .order-date,
  .account.sales-order-shipment .page-title-wrapper .order-date {
    left: 10px;
  }
  .account.sales-order-view .page-title-wrapper .actions-toolbar.order-actions-toolbar,
  .account.sales-order-invoice .page-title-wrapper .actions-toolbar.order-actions-toolbar,
  .account.sales-order-shipment .page-title-wrapper .actions-toolbar.order-actions-toolbar {
    position: static;
  }
  .account.wishlist-index-index .product-item .product-item-info .product-item-inner .product-item-actions .actions-primary {
    position: static;
  }
  .account.wishlist-index-index .product-item .product-item-info .product-item-inner .product-item-actions .actions-primary a .wishlisttocart {
    width: auto !important;
  }
  .account .products-grid.wishlist .product-item .product-item-info .product-item-actions {
    width: auto !important;
  }
  .account .sidebar-main .block.account-nav,
  .account .sidebar-main .block.block-collapsible-nav {
    position: static !important;
    width: 90%;
    margin-bottom: 20px;
  }
  .account .sidebar-main .block.account-nav .title,
  .account .sidebar-main .block.block-collapsible-nav .title {
    font: 500 15px / 1.35 Lato, Helvetica Neue, Verdana, Arial, sans-serif;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 0;
    min-width: 100%;
    border-bottom: 0px solid #e1e1e1;
    padding: 10px 20px;
    color: #ffffff;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 60%;
    height: auto;
    font: 600 14px/1.35 Lato, Helvetica Neue, Verdana, Arial, sans-serif;
    opacity: 1;
  }
  .account .sidebar-main .block.account-nav .title strong,
  .account .sidebar-main .block.block-collapsible-nav .title strong,
  .account .sidebar-main .block.account-nav .title span,
  .account .sidebar-main .block.block-collapsible-nav .title span {
    width: auto;
    font-size: 14px;
    line-height: 24px;
    height: auto;
    text-align: left;
  }
  .account .sidebar-main .block.account-nav .title strong:before,
  .account .sidebar-main .block.block-collapsible-nav .title strong:before,
  .account .sidebar-main .block.account-nav .title span:before,
  .account .sidebar-main .block.block-collapsible-nav .title span:before {
    display: none;
  }
  .account .sidebar-main .block.account-nav .title:after,
  .account .sidebar-main .block.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: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    position: absolute;
    right: 10px;
    top: 0;
  }
  .account .sidebar-main .block.account-nav .title.active:after,
  .account .sidebar-main .block.block-collapsible-nav .title.active:after {
    transform: rotate(180deg);
  }
  .account .sidebar-main .account-nav-content {
    margin-top: -20px;
  }
  .account .column.main > .actions-toolbar {
    height: 30px;
  }
  .account .column.main > .actions-toolbar .secondary {
    text-align: left !important;
  }
  .account .column.main > .actions-toolbar {
    height: 30px;
  }
  .account .column.main > .actions-toolbar .secondary {
    text-align: left !important;
  }
  .admin__data-grid-header.admin__data-grid-toolbar .admin__data-grid-header-row {
    width: 100%;
  }
  .admin__data-grid-header.admin__data-grid-toolbar .admin__data-grid-header-row .admin__filter-actions .action-default {
    margin: 5px 0px;
  }
  .admin__data-grid-header.admin__data-grid-toolbar .admin__data-grid-header-row._massaction {
    width: 100%;
    display: block;
  }
  .admin__data-grid-header.admin__data-grid-toolbar .admin__data-grid-header-row._massaction .admin__grid-massaction {
    width: 99% !important;
  }
  .admin__data-grid-header.admin__data-grid-toolbar .admin__data-grid-header-row._massaction .admin__grid-massaction form {
    display: block;
    float: right !important;
    width: 70% !important;
  }
  .admin__data-grid-header.admin__data-grid-toolbar .admin__data-grid-header-row._massaction .admin__grid-massaction form .admin__grid-massaction-form .admin__control-select {
    width: 100px !important;
    padding: 5px;
  }
  .admin__data-grid-header.admin__data-grid-toolbar .admin__data-grid-header-row._massaction .admin__grid-massaction .mass-select-wrap {
    float: left;
    width: 80px;
  }
  .admin__data-grid-header.admin__data-grid-toolbar .admin__data-grid-header-row._massaction .admin__grid-massaction .mass-select-wrap .action-select-multiselect {
    padding: 5px 2px 4px;
  }
  .admin__data-grid-header.admin__data-grid-toolbar .admin__data-grid-pager-wrap {
    width: 100%;
  }
  .admin__data-grid-header.admin__data-grid-toolbar .admin__data-grid-pager-wrap .admin__control-select.page-limit-select {
    padding: 5px;
  }
  .admin__data-grid-header.admin__data-grid-toolbar .admin__data-grid-pager-wrap .admin__data-grid-pager {
    display: block;
    margin: 5px 0px;
  }
  .admin__data-grid-header.admin__data-grid-toolbar .admin__data-grid-pager-wrap .admin__data-grid-pager .admin__control-text.page-control-input {
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    min-width: 40px;
  }
  .table-wrapper.admin__data-grid-wrap.admin__data-grid-wrap-static .data-grid.table {
    max-width: 99%;
    overflow: auto;
  }
  .table-wrapper.admin__data-grid-wrap.admin__data-grid-wrap-static .data-grid.table tbody tr {
    border: 1px solid #e1e1e1;
  }
  .table-wrapper.admin__data-grid-wrap.admin__data-grid-wrap-static .data-grid.table tbody tr td {
    width: 100% !important;
    padding: 10px;
    border-bottom: 0px;
  }
  .table-wrapper.admin__data-grid-wrap.admin__data-grid-wrap-static .data-grid.table tbody tr td.col-massaction .data-grid-checkbox-cell-inner,
  .table-wrapper.admin__data-grid-wrap.admin__data-grid-wrap-static .data-grid.table tbody tr td label {
    text-align: left !important;
  }
  .table-wrapper.admin__data-grid-wrap.admin__data-grid-wrap-static .data-grid.table tbody tr td.a-right {
    text-align: left;
  }
  .table-wrapper.admin__data-grid-wrap.admin__data-grid-wrap-static .data-grid.table tbody tr td .data-grid-checkbox-cell-inner {
    text-align: left;
  }
  .table-wrapper.admin__data-grid-wrap.admin__data-grid-wrap-static .data-grid.table tbody tr td:first-child.data-grid-checkbox-cell:before {
    display: none;
  }
  .table-wrapper.admin__data-grid-wrap.admin__data-grid-wrap-static .data-grid.table:not(.cart):not(.totals):not(.table-comparison) > thead > tr.data-grid-filters {
    border: 1px solid #e1e1e1;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .table-wrapper.admin__data-grid-wrap.admin__data-grid-wrap-static .data-grid.table:not(.cart):not(.totals):not(.table-comparison) > thead > tr.data-grid-filters > th {
    display: none;
  }
  .table-wrapper.admin__data-grid-wrap.admin__data-grid-wrap-static .data-grid.table:not(.cart):not(.totals):not(.table-comparison) > thead > tr.data-grid-filters > th.no-display {
    display: none;
  }
  .table-wrapper.admin__data-grid-wrap.admin__data-grid-wrap-static .data-grid.table:not(.cart):not(.totals):not(.table-comparison) > thead > tr.data-grid-filters > td {
    display: inline-block;
    margin-right: 20px;
    border-bottom: 0px;
  }
  .table-wrapper.admin__data-grid-wrap.admin__data-grid-wrap-static .data-grid.table:not(.cart):not(.totals):not(.table-comparison) > thead > tr.data-grid-filters > td:before {
    padding-right: 10px;
    content: attr(data-column) ': ';
    display: inline-block;
    color: #111111;
    font-weight: 600;
  }
  .table-wrapper.admin__data-grid-wrap.admin__data-grid-wrap-static .data-grid.table:not(.cart):not(.totals):not(.table-comparison) > thead > tr.data-grid-filters > td.no-display {
    display: none;
  }
  .checkout-index-index .cdz-opc-wrapper.branchpickupon .opc-wrapper #checkoutSteps #branch-pickup-container,
  .checkout-index-index .cdz-opc-wrapper.branchpickupon .opc-wrapper #checkoutSteps .becc_customer_order_ref,
  .checkout-index-index .cdz-opc-wrapper.branchpickupon .opc-wrapper #checkoutSteps #dda-block.dda-block,
  .checkout-index-index .cdz-opc-wrapper.branchpickupon .opc-wrapper #checkoutSteps #payment {
    width: 100% !important;
    float: none !important;
    position: static !important;
  }
  .checkout-index-index .cdz-opc-wrapper .opc-wrapper #checkoutSteps #branch-pickup-container,
  .checkout-index-index .cdz-opc-wrapper .opc-wrapper #checkoutSteps #normalshippingcontainer,
  .checkout-index-index .cdz-opc-wrapper .opc-wrapper #checkoutSteps .becc_customer_order_ref,
  .checkout-index-index .cdz-opc-wrapper .opc-wrapper #checkoutSteps .dda-block {
    width: 100% !important;
    float: none !important;
    position: static !important;
  }
  .checkout-index-index .cdz-opc-wrapper.branchpickupon .opc-wrapper #checkoutSteps.branchpickupactive .field.becc_customer_order_ref {
    position: static !important;
    width: 100% !important;
    float: none !important;
  }
  .checkout-index-index .cdz-opc-wrapper.branchpickupon .opc-wrapper #checkoutSteps #opc-shipping_method #onepage-checkout-shipping-method-additional-load #dda-block.dda-block {
    width: auto !important;
    position: static !important;
    margin: 20px 7px 0px -1px;
    float: none !important;
    clear: both;
    border: 0px !important;
    margin-left: 1px;
  }
  .checkout-index-index .cdz-opc-wrapper.branchpickupon .opc-wrapper #checkoutSteps #opc-shipping_method #onepage-checkout-shipping-method-additional-load #dda-block.dda-block .dda-form {
    border: 0px !important;
  }
  .cdz-opc-wrapper #checkoutSteps .checkout-payment-method .checkout-billing-address {
    border: 0px !important;
  }
  .checkout-index-index .cdz-opc-wrapper.branchpickupon .opc-wrapper #checkoutSteps #branch-pickup-container .opc-block-summary {
    margin-top: 0px;
    padding: 15px 20px;
    margin-bottom: 14px;
  }
  .modal-popup .modal-inner-wrap .modal-header .action-close {
    display: block;
  }
  .checkout-index-index .cdz-opc-wrapper.branchpickupon .opc-wrapper #checkoutSteps #opc-shipping_method {
    margin-top: 20px !important;
  }
  .epicor_comm-onepage-shippingpopup .mb-bottom-toolbar.visible-xs .mb-toolbar-inner.row {
    display: none !important;
  }
  .barcode-modal.modal-popup .modal-inner-wrap .modal-header .action-close:before {
    line-height: 30px;
    margin-left: -5px;
  }
}
@media only screen and (max-width: 560px) {
  #branchpickup-iframe-popup-modal #show-branch-cartpopup .branchmaincontainer #cart-sidebar-branch .product-item {
    width: 90%;
  }
  #branchpickup-iframe-popup-modal #show-branch-cartpopup .branchmaincontainer #cart-sidebar-branch .product-item .product-item-details {
    word-wrap: break-word;
    word-break: keep-all;
  }
}
@media screen and (min-width: 321px) {
  .supplierconnect-rfq-details #rfq_save,
  .supplierconnect-orders-details #rfq_save,
  .supplierconnect-rfq-details #purchase_order_save,
  .supplierconnect-orders-details #purchase_order_save {
    position: static !important;
    margin-bottom: 10px !important;
    float: right !important;
  }
}
@media only screen and (max-width: 480px) {
  .product-item-actions .actions-primary .tocart span,
  .actions-secondary > a.action span {
    font-size: 0px !important;
    vertical-align: middle;
  }
  .product-item-actions .actions-primary .tocart span:before,
  .actions-secondary > a.action span:before {
    font-size: 14px;
  }
}
@media only screen and (max-width: 770px) {
  .product-collateral.toggle-content.tabs .toggle-tabs {
    display: block;
    margin-bottom: 15px;
  }
  .product-collateral.toggle-content.tabs .toggle-tabs li {
    display: inline-block;
    padding: 5px 9px;
    background: #fff;
    border-bottom: 1px solid #e9e9e9;
  }
  .product-collateral.toggle-content.tabs .toggle-tabs li.current {
    border-bottom: 1px solid #FFFFFF;
  }
  .header.links.visible-xs .item.link.compare {
    display: block !important;
  }
  .header.links.visible-xs .item.link.compare .action.compare {
    display: block !important;
  }
}
@media only screen and (min-width: 767px) and (max-width: 860px) {
  .page-header.header-style-25 .header-middle .panel.header .header-panel-right {
    float: right;
  }
  .page-header.header-style-25 .header-middle .panel.header .header-panel-left {
    width: 29%;
  }
  .page-header.header-style-25 .header-middle .panel.header .header-panel-left .action.nav-toggle,
  .page-header.header-style-25 .header-middle .panel.header .header-panel-left .logo {
    width: auto;
    float: left;
    display: inline-block;
    position: static;
    vertical-align: middle;
  }
  .page-header.header-style-25 .header-middle .panel.header .header-search-wrap {
    width: 40%;
    height: 36px;
  }
  .page-header.header-style-25 .header-middle .panel.header .header-search-wrap .header-search .block-search {
    height: 36px;
  }
  .page-header.header-style-25 .header-middle .panel.header .header-search-wrap .header-search .block-search .cdz-cat-search .current-cat {
    min-width: 90px;
    width: 100%;
    padding: 0 3px;
  }
  .page-header.header-style-25 .header-middle .panel.header .header-search-wrap .header-search .block-search .cdz-cat-search .current-cat span:after {
    right: -6px;
  }
  .page-header.header-style-25 .header-middle .panel.header .header-search-wrap .header-search .minisearch {
    position: relative;
  }
  .page-header.header-style-25 .header-middle .panel.header .header-search-wrap .header-search .minisearch .field.search {
    height: 36px;
    display: inline-block;
    float: left;
    width: 158px;
    margin-left: -30px;
  }
  .page-header.header-style-25 .header-middle .panel.header .header-search-wrap .header-search .minisearch .field.search .control {
    margin: 0px;
    padding: 0px;
  }
  .page-header.header-style-25 .header-middle .panel.header .header-search-wrap .header-search .minisearch .field.search .control input#search {
    margin: 0px 0;
    position: static;
    padding: 0px 3px;
  }
  .page-header.header-style-25 .header-middle .panel.header .header-search-wrap .header-search .minisearch .actions {
    width: auto;
    display: inline-block;
    position: absolute;
    right: 0px;
  }
  .page-header.header-style-25 .header-middle .panel.header .header-search-wrap .header-search .minisearch .actions .action.search {
    display: block;
  }
  .page-header.header-style-25 .header-middle .panel.header .header-search-wrap .header-search .minisearch .actions .action.search span {
    display: none;
  }
  .page-header.header-style-25 .header-middle .panel.header .header-search-wrap .header-search .minisearch .actions .action.search:before {
    transition: .6s;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    line-height: 22px;
    content: '\e615';
    font-family: 'icons-blank-theme';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .grid.products-grid .product-items .product-item:nth-child(odd).inventory-active .product_grid_locations .product_locations_wrapper {
    left: 0px !important;
    right: unset !important;
    top: -350px !important;
    width: 275px !important;
    max-height: 300px;
    overflow-y: auto;
    overflow-x: auto;
  }
  .grid.products-grid .product-items .product-item:nth-child(odd).inventory-active .product_grid_locations .product_locations_wrapper .branch_list .inv-popup-close {
    padding: 0px 5px !important;
  }
  .grid.products-grid .product-items .product-item:nth-child(odd).inventory-active .product_grid_locations .product_locations_wrapper .selectBranchlink .location-select span {
    padding: 3px 10px 5px;
  }
  .grid.products-grid .product-items .product-item:nth-child(even).inventory-active .product_grid_locations .product_locations_wrapper {
    right: -150px !important;
    left: unset !important;
    top: -350px !important;
    max-height: 300px;
    overflow-y: auto;
    overflow-x: auto;
    width: 275px !important;
  }
  .grid.products-grid .product-items .product-item:nth-child(even).inventory-active .product_grid_locations .product_locations_wrapper .branch_list .inv-popup-close {
    padding: 0px 5px !important;
  }
  .grid.products-grid .product-items .product-item:nth-child(even).inventory-active .product_grid_locations .product_locations_wrapper .selectBranchlink .location-select span {
    padding: 3px 10px 5px;
  }
}
@media only screen and (max-width: 380px) {
  .grid.products-grid .product-items .product-item:nth-child(odd).inventory-active .product_grid_locations .product_locations_wrapper {
    left: 0px !important;
    right: 0px !important;
    top: -350px !important;
    width: 275px !important;
    max-height: 300px;
    overflow-y: auto;
    overflow-x: auto;
    margin: 0 auto !important;
  }
  .grid.products-grid .product-items .product-item:nth-child(odd).inventory-active .product_grid_locations .product_locations_wrapper .branch_list .inv-popup-close {
    padding: 0px 5px !important;
  }
  .grid.products-grid .product-items .product-item:nth-child(odd).inventory-active .product_grid_locations .product_locations_wrapper .selectBranchlink .location-select span {
    padding: 3px 10px 5px;
  }
  .grid.products-grid .product-items .product-item:nth-child(even).inventory-active .product_grid_locations .product_locations_wrapper {
    right: 0px !important;
    left: 0px !important;
    top: -350px !important;
    width: 275px !important;
    max-height: 300px;
    overflow-y: auto;
    overflow-x: auto;
    margin: 0 auto !important;
  }
  .grid.products-grid .product-items .product-item:nth-child(even).inventory-active .product_grid_locations .product_locations_wrapper .branch_list .inv-popup-close {
    padding: 0px 5px !important;
  }
  .grid.products-grid .product-items .product-item:nth-child(even).inventory-active .product_grid_locations .product_locations_wrapper .selectBranchlink .location-select span {
    padding: 3px 10px 5px;
  }
}
.fotorama-stretch,
.fotorama-focus-overlay:after,
.fotorama__stage__shaft,
.fotorama__stage__frame,
.fotorama__html,
.fotorama__video iframe {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.fotorama-grab-cursor,
.fotorama__wrap .fotorama__grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.fotorama-grabbing-cursor,
.fotorama__grabbing * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.fotorama-gpu,
.fotorama--fullscreen,
.fotorama__caption,
.fotorama__wrap--css3 .fotorama__spinner,
.fotorama__wrap--css3 .fotorama__stage,
.fotorama__wrap--css3 .fotorama__nav,
.fotorama__wrap--css3 .fotorama__stage__frame,
.fotorama__wrap--css3 .fotorama__html,
.fotorama__stage:before,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__nav:after,
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  transform: translateZ(0);
}
.fotorama-focus,
.fotorama__nav__frame,
.fotorama__fullscreen-icon:focus,
.fotorama__zoom-out:focus,
.fotorama__zoom-in:focus {
  outline: 0;
}
.fotorama-focus-overlay:after {
  background-color: #006bb4;
  border-radius: inherit;
  content: '';
}
.fotorama-transform-disabled,
.fotorama__wrap--video .fotorama__stage__shaft,
.fotorama__wrap--video .fotorama__stage,
.fotorama__wrap--video .fotorama__stage__frame--video,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html {
  transform: none !important;
}
.fotorama-transition-for-slide,
.fotorama__wrap--css3 .fotorama__stage__shaft,
.fotorama__wrap--css3 .fotorama__nav__shaft,
.fotorama__wrap--css3 .fotorama__thumb-border {
  transition-duration: 0ms;
  transition-property: transform, width;
  transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
}
.fotorama-no-select,
.fotorama__wrap,
.fotorama__no-select,
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
  user-select: none;
}
.fotorama-select,
.fotorama__select {
  user-select: text;
}
.fotorama-empty-bg {
  background: url(data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=);
}
.fotorama-auto-margin,
.fotorama__nav,
.fotorama__nav__frame {
  margin: auto;
  padding: 0;
}
.fotorama-inline-block,
.fotorama__nav__shaft,
.fotorama__nav__frame,
.fotorama__caption__wrap {
  *display: inline;
  *zoom: 1;
  -moz-box-orient: vertical;
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
}
.fotorama-content-box,
.fotorama__nav__frame {
  box-sizing: content-box;
}
.fotorama-border-box,
.fotorama__thumb-border,
.fotorama__caption__wrap,
.fotorama__arr {
  box-sizing: border-box;
}
.fotorama-hidden,
.fotorama--hidden,
.fotorama__load {
  left: -99999px;
  position: absolute;
  top: -99999px;
  z-index: -1000;
}
.fotorama-visible {
  left: auto;
  opacity: 1;
  position: relative;
  top: auto;
  z-index: auto;
}
.fotorama-no-tap,
.fotorama__stage__shaft,
.fotorama__stage__frame,
.fotorama__nav,
.fotorama__nav__shaft,
.fotorama__nav__frame,
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.transitionDuration {
  transition-duration: 333ms;
}
.transitionDurationZero {
  transition-duration: 0ms;
}
.fotorama-sprite,
.fotorama__fullscreen .fotorama__zoom-out,
.fotorama__fullscreen .fotorama__zoom-in,
.fotorama__arr .fotorama__arr__arr,
.fotorama__fullscreen-icon,
.fotorama__video-play,
.fotorama__thumb--icon,
.fotorama__video-close {
  background-image: url('../../frontend/Codazon/skc/en_US/mage/gallery/gallery.png');
  background-repeat: no-repeat;
}
@media print {
  .fotorama-print-background,
  .fotorama-sprite,
  .fotorama__thumb-border,
  .fotorama__fullscreen .fotorama__zoom-out,
  .fotorama__fullscreen .fotorama__zoom-in,
  .fotorama__arr .fotorama__arr__arr,
  .fotorama__fullscreen-icon,
  .fotorama__video-play,
  .fotorama__thumb--icon,
  .fotorama__video-close {
    background: none !important;
  }
}
.fotorama__fullscreen-icon:focus,
.fotorama__zoom-out:focus,
.fotorama__zoom-in:focus,
.fotorama__arr:focus,
.fotorama__stage__shaft:focus,
.fotorama__nav__frame--thumb:focus .fotorama__thumb,
.fotorama__nav__frame--dot:focus .fotorama__dot {
  box-shadow: none;
}
.fotorama__fullscreen-icon:focus:after,
.fotorama__zoom-out:focus:after,
.fotorama__zoom-in:focus:after,
.fotorama__arr:focus:after,
.fotorama__stage__shaft:focus:after,
.fotorama__nav__frame--thumb:focus .fotorama__thumb:after,
.fotorama__nav__frame--dot:focus .fotorama__dot:after {
  border-radius: inherit;
  bottom: 3px;
  box-shadow: 0 0 3px 1px #68a8e0;
  content: '';
  left: 3px;
  position: absolute;
  right: 3px;
  top: 3px;
  z-index: 1000;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb:after,
.fotorama__nav__frame--dot:focus .fotorama__thumb:after,
.fotorama__nav__frame--thumb:focus .fotorama__dot:after,
.fotorama__nav__frame--dot:focus .fotorama__dot:after {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb.fotorama_vertical_ratio:after,
.fotorama__nav__frame--dot:focus .fotorama__thumb.fotorama_vertical_ratio:after {
  left: 2px;
  right: 2px;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb,
.fotorama__nav__frame--dot:focus .fotorama__thumb {
  overflow: inherit;
}
.fotorama__nav__frame:nth-child(2):focus .fotorama__thumb:after {
  left: 1px;
}
.fotorama__nav__frame:nth-child(2):focus .fotorama__thumb.fotorama_vertical_ratio:after {
  top: 1px;
}
.fotorama__nav__frame:last-child:focus .fotorama__thumb:after {
  right: 1px;
}
.fotorama__nav__frame:last-child:focus .fotorama__thumb.fotorama_vertical_ratio:after {
  bottom: 1px;
}
.fotorama__thumb__arr {
  box-shadow: none;
}
.fotorama--fullscreen {
  background: #ffffff;
  bottom: 0 !important;
  float: none !important;
  left: 0 !important;
  margin: 0 !important;
  position: fixed !important;
  right: 0 !important;
  top: 0 !important;
  width: 100% !important;
  z-index: 1000 !important;
}
.fotorama--fullscreen .fotorama__wrap {
  max-width: 100% !important;
}
.fotorama__fullscreen {
  overflow: hidden;
  position: relative;
}
.fotorama__fullscreen .fotorama__zoom-in,
.fotorama__fullscreen .fotorama__zoom-out {
  cursor: pointer;
  display: block;
  height: 80px;
  overflow: hidden;
  position: absolute;
  width: 80px;
}
.fotorama__fullscreen .fotorama__zoom-out {
  background-position: 0 -80px !important;
  top: 80px;
}
.fotorama__fullscreen .fotorama__zoom-out.fotorama__zoom-out--disabled {
  display: none;
}
.fotorama__fullscreen .fotorama__zoom-in {
  background-position: 0 0 !important;
  top: 0;
}
.fotorama__fullscreen .fotorama__zoom-in.fotorama__zoom-in--disabled {
  display: none;
}
.fotorama__fullscreen .fotorama__video-close {
  display: none;
}
.fotorama--fullscreen .fotorama__loaded--full .fotorama__img {
  display: none;
}
.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full {
  display: block;
}
.fotorama__zoom-in,
.fotorama__zoom-out {
  display: none;
}
.fotorama {
  min-width: 1px;
  overflow: hidden;
}
.fotorama__wrap {
  -webkit-text-size-adjust: 100%;
  direction: ltr;
  position: relative;
  z-index: 0;
}
.fotorama__wrap--rtl .fotorama__stage__frame {
  direction: rtl;
}
.fotorama__stage,
.fotorama__nav {
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
.fotorama__wrap--pan-y {
  -ms-touch-action: pan-y;
}
.fotorama__stage__shaft {
  position: relative;
}
.fotorama__wrap .fotorama__pointer {
  cursor: pointer;
}
.fotorama__wrap--slide .fotorama__stage__frame {
  opacity: 1 !important;
}
.fotorama__stage__frame {
  overflow: hidden;
}
.fotorama__stage__frame.fotorama__active {
  z-index: 8;
}
.fotorama__wrap--fade .fotorama__stage__frame {
  display: none;
}
.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active,
.fotorama__wrap--fade .fotorama__fade-front,
.fotorama__wrap--fade .fotorama__fade-rear {
  display: block;
  left: 0;
  top: 0;
}
.fotorama__wrap--fade .fotorama__fade-front {
  z-index: 8;
}
.fotorama__wrap--fade .fotorama__fade-rear {
  z-index: 7;
}
.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active {
  z-index: 9;
}
.fotorama__wrap--fade .fotorama__stage .fotorama__shadow {
  display: none;
}
.fotorama__img {
  border: none !important;
  max-width: inherit;
  opacity: 0;
}
.fotorama__loaded .fotorama__img,
.fotorama__error .fotorama__img {
  opacity: 1;
}
.fotorama__img--full {
  display: none;
}
.fotorama__nav {
  display: none;
  font-size: 0;
  line-height: 0;
  white-space: nowrap;
  z-index: 5;
}
.fotorama__nav__shaft {
  left: 0;
  position: relative;
  text-align: left;
  top: 0;
}
.fotorama__nav__frame {
  position: relative;
}
.fotorama__nav--dots {
  display: block;
  text-align: center;
}
.fotorama__nav--dots .fotorama__nav__frame {
  height: 30px;
  width: 18px;
}
.fotorama__nav--dots .fotorama__nav__frame--thumb,
.fotorama__nav--dots .fotorama__thumb-border {
  display: none;
}
.fotorama__nav--thumbs {
  display: block;
}
.fotorama__nav--thumbs .fotorama__nav__frame {
  padding-left: 0 !important;
}
.fotorama__nav--thumbs .fotorama__nav__frame:last-child {
  padding-right: 0 !important;
}
.fotorama__nav--thumbs .fotorama__nav__frame--dot {
  display: none;
}
.fotorama__active .fotorama__dot {
  background-color: #ff5501;
  border-color: #ff5501;
}
.fotorama__nav__frame.fotorama__active .fotorama__nav__frame {
  border-width: 3px;
  height: 0;
  width: 0;
}
.fotorama__nav__frame.fotorama__active .fotorama__nav__frame:after {
  left: -3px;
  padding: 3px;
  top: -3px;
}
.fotorama__nav__frame:focus  {
  box-shadow: none;
}
.fotorama__nav__frame:focus :after {
  left: -1px;
  padding: 1px;
  top: -1px;
}
.fotorama__dot {
  border-radius: 6px;
  border: 1px solid #858585;
  display: block;
  height: 4px;
  left: 6px;
  position: relative;
  top: 12px;
  width: 4px;
}
.fotorama__thumb {
  background-color: #ebebeb;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.fotorama__nav__frame:focus .fotorama__thumb {
  z-index: 2;
}
.fotorama__thumb-border {
  backface-visibility: hidden;
  background-image: linear-gradient(to bottom right, rgba(255, 255, 255, 0.25), rgba(64, 64, 64, 0.1));
  border: 1px solid #ff5501;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 9;
}
.fotorama__caption {
  bottom: 0;
  color: #000000;
  font-size: 14px;
  left: 0;
  line-height: 1.5;
  position: absolute;
  right: 0;
  z-index: 12;
}
.fotorama__caption a {
  border-bottom: 1px solid;
  border-color: rgba(0, 0, 0, 0.005);
  color: #000000;
  text-decoration: none;
}
.fotorama__caption a:hover {
  border-color: rgba(0, 0, 0, 0.005);
  color: #000000;
}
.fotorama__wrap--rtl .fotorama__caption {
  left: auto;
  right: 0;
}
.fotorama__wrap--video .fotorama__caption,
.fotorama__wrap--no-captions .fotorama__caption {
  display: none;
}
.fotorama__caption__wrap {
  background-color: #ffffff;
  padding: 5px 10px;
}
@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fotorama__spinner {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
}
.fotorama__wrap--css3 .fotorama__spinner {
  animation: spinner 24s infinite linear;
}
.fotorama__wrap--css3 .fotorama__html {
  transition-duration: 0.3s;
  transition-property: opacity;
  transition-timing-function: linear;
}
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html {
  opacity: 0;
}
.fotorama__select {
  cursor: auto;
}
.fotorama__video {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 32px;
  z-index: 10;
}
@-moz-document url-prefix() {
  .fotorama__active {
    box-shadow: 0 0 0 transparent;
  }
}
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
  cursor: pointer;
  position: absolute;
}
.fotorama__arr {
  z-index: 900;
}
.fotorama__fullscreen-icon,
.fotorama__zoom-out,
.fotorama__zoom-in,
.fotorama__video-close {
  z-index: 1000;
}
.fotorama__arr {
  bottom: 0;
  position: absolute;
  top: 0;
  width: 80px;
}
._block-content-loading .fotorama__arr {
  opacity: 0;
}
.fotorama__arr .fotorama__arr__arr {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
  height: 80px;
  width: 80px;
}
.fotorama__arr--prev {
  left: 0;
}
.fotorama__arr--prev .fotorama__arr__arr {
  background-position: -80px -80px;
}
.fotorama__arr--next {
  right: 0;
}
.fotorama__arr--next .fotorama__arr__arr {
  background-position: -160px -80px;
}
.fotorama__arr--disabled {
  cursor: default;
  opacity: 0;
  pointer-events: none;
}
.fotorama__fullscreen-icon {
  background-position: 0 0;
  display: none;
  height: 80px;
  right: 0;
  top: 0;
  width: 80px;
  z-index: 1000;
}
.fotorama--fullscreen-icons .fotorama__fullscreen-icon {
  display: none;
}
.fotorama--fullscreen .fotorama__fullscreen-icon {
  background-position: -80px 0;
  display: inline-block;
}
.fotorama__video-play {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
  background-position: -80px -160px;
  height: 160px;
  width: 160px;
}
.fotorama__wrap--css2 .fotorama__video-play,
.fotorama__wrap--video .fotorama__stage .fotorama__video-play {
  display: none;
}
.fotorama__loaded .fotorama__video-play,
.fotorama__error .fotorama__video-play,
.fotorama__nav__frame .fotorama__video-play {
  display: block;
  opacity: 1;
}
.fotorama__nav__frame .fotorama__video-play {
  background-position: 0 -240px;
  height: 80px;
  width: 80px;
}
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  opacity: 0;
}
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
  opacity: 1;
}
.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
  display: none;
}
.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
  opacity: 1;
  right: 93px;
  top: 97px;
}
.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
  display: none;
}
.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
  opacity: 1;
  right: 93px;
  top: 97px;
}
.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
  display: none;
}
.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
  opacity: 1;
  right: 93px;
  top: 97px;
}
.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--video .fotorama__fullscreen-icon {
  opacity: 0 !important;
}
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  display: none;
}
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
  display: block;
}
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon {
  display: none !important;
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus) {
  -webkit-transform: translate3d(80px, -80px, 0);
  -ms-transform: translate3d(80px, -80px, 0);
  -o-transform: translate3d(80px, -80px, 0);
  transform: translate3d(80px, -80px, 0);
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus) {
  -webkit-transform: translate3d(-120px, 0, 0);
  -ms-transform: translate3d(-120px, 0, 0);
  -o-transform: translate3d(-120px, 0, 0);
  transform: translate3d(-120px, 0, 0);
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus) {
  -webkit-transform: translate3d(120px, 0, 0);
  -ms-transform: translate3d(120px, 0, 0);
  -o-transform: translate3d(120px, 0, 0);
  transform: translate3d(120px, 0, 0);
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon {
  -webkit-transform: translate3d(80px, -80px, 0) !important;
  -ms-transform: translate3d(80px, -80px, 0) !important;
  -o-transform: translate3d(80px, -80px, 0) !important;
  transform: translate3d(80px, -80px, 0) !important;
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev {
  -webkit-transform: translate3d(-120px, 0, 0) !important;
  -ms-transform: translate3d(-120px, 0, 0) !important;
  -o-transform: translate3d(-120px, 0, 0) !important;
  transform: translate3d(-120px, 0, 0) !important;
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next {
  -webkit-transform: translate3d(120px, 0, 0) !important;
  -ms-transform: translate3d(120px, 0, 0) !important;
  -o-transform: translate3d(120px, 0, 0) !important;
  transform: translate3d(120px, 0, 0) !important;
}
.fotorama__wrap--css3 .fotorama__arr:not(:focus),
.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),
.fotorama__wrap--css3 .fotorama__video-play:not(:focus),
.fotorama__wrap--css3 .fotorama__video-close:not(:focus) {
  transition-duration: 0.3s;
  transition-property: transform, opacity, background-color;
}
.fotorama__stage:before,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__nav:after {
  background-repeat: no-repeat;
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  text-decoration: none;
  z-index: 10;
}
.fotorama__stage:before,
.fotorama__nav:before {
  left: -10px;
  top: -10px;
}
.fotorama__stage:after,
.fotorama__nav:after {
  right: -10px;
  bottom: -10px;
}
.fotorama__stage.fotorama__shadows--left:before,
.fotorama__nav.fotorama__shadows--left:before,
.fotorama__stage.fotorama__shadows--right:after,
.fotorama__nav.fotorama__shadows--right:after {
  background-size: 1px 100%, 5px 100%;
  bottom: 0;
  height: auto;
  top: 0;
  width: 10px;
}
.fotorama__stage.fotorama__shadows--top:before,
.fotorama__nav.fotorama__shadows--top:before,
.fotorama__stage.fotorama__shadows--bottom:after,
.fotorama__nav.fotorama__shadows--bottom:after {
  background-size: 100% 1px, 100% 5px ;
  height: 10px;
  left: 0;
  right: 0;
  width: auto;
}
.fotorama__stage.fotorama__shadows--left:before,
.fotorama__nav.fotorama__shadows--left:before {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 0, 0 0;
  left: 0;
}
.fotorama__stage.fotorama__shadows--right:after,
.fotorama__nav.fotorama__shadows--right:after {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 100% 0, 100% 0;
  right: 0;
}
.fotorama__stage.fotorama__shadows--top:before,
.fotorama__nav.fotorama__shadows--top:before {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 0, 0 0;
  top: 0;
}
.fotorama__stage.fotorama__shadows--bottom:after,
.fotorama__nav.fotorama__shadows--bottom:after {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 100%, 0 100%;
  bottom: 0;
}
.fotorama--fullscreen .fotorama__stage:before,
.fotorama--fullscreen .fotorama__nav:before,
.fotorama__wrap--no-shadows .fotorama__stage:before,
.fotorama__wrap--no-shadows .fotorama__nav:before,
.fotorama__wrap--fade .fotorama__stage:before,
.fotorama--fullscreen .fotorama__stage:after,
.fotorama--fullscreen .fotorama__nav:after,
.fotorama__wrap--no-shadows .fotorama__stage:after,
.fotorama__wrap--no-shadows .fotorama__nav:after,
.fotorama__wrap--fade .fotorama__stage:after {
  display: none;
}
.fotorama__nav-wrap .fotorama_vertical_ratio .fotorama__img {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: auto;
  position: absolute;
  top: 50%;
  width: 100%;
}
.fotorama__nav-wrap .fotorama_horizontal_ratio .fotorama__img {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translateY(-50%, -50%);
  -o-transform: translateY(-50%, -50%);
  transform: translateY(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
  width: auto;
}
.magnifier-thumb-wrapper {
  display: block;
  left: 0;
  position: relative;
  top: 0;
}
.magnifier-lens {
  border: solid 1px #bbbbbb;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 800;
}
.magnify-lens {
  background: rgba(255, 255, 255, 0.5);
  border: solid 1px #bbbbbb;
  color: #ffffff;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  z-index: 1000;
  overflow: hidden;
}
.magnify-lens .magnifier-large {
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  border: none;
  position: absolute;
  z-index: 100;
}
.magnifier-loader-text {
  margin-top: 10px;
}
.magnifier-preview {
  bottom: 0;
  left: 58%;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 2;
  top: 215px;
}
.magnifier-preview:not(.hidden) {
  background-color: #ffffff;
}
.magnifier-preview img {
  left: 0;
  max-width: inherit;
  max-height: inherit;
  position: absolute;
  top: 0;
  object-fit: scale-down;
}
.fotorama__stage__frame {
  text-align: center;
}
.fotorama__stage__frame .fotorama__img {
  height: auto;
  left: 50%;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  transition-duration: 0.3s;
  transition-property: width, height, top, left;
  vertical-align: middle;
  width: auto;
}
@media all and (min-width: 768px) {
  .fotorama__stage__frame .fotorama__img {
    top: 49.5%;
  }
}
.magnify-opaque {
  opacity: .5;
}
.magnify-hidden {
  display: none;
}
.fotorama__nav-wrap--vertical.fotorama__nav-wrap {
  display: inline-block;
  left: 0;
  position: absolute;
  top: 0;
}
.fotorama__nav-wrap--vertical .fotorama__nav__shaft {
  background-color: white;
  width: 100%;
}
.fotorama__nav-wrap--vertical .fotorama__nav__shaft .fotorama__nav__frame--thumb {
  display: block;
  padding-bottom: inherit !important;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img {
  display: none;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img,
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: inherit;
  max-width: inherit;
  position: absolute;
  right: 0;
  top: 0;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  cursor: default;
  display: block;
  height: auto;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  top: 0;
  transition: 0.3s linear;
  vertical-align: middle;
  width: auto;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full.fotorama__img--zoommable {
  cursor: pointer;
  max-height: none;
  max-width: none;
  transition-property: width, height, bottom, right, top, left;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full.fotorama__img--draggable {
  cursor: move;
  transition-property: none;
}
.fotorama--fullscreen .fotorama__stage__frame iframe {
  left: 80px;
  width: calc(100% - 80px * 2);
}
.fotorama__nav-wrap--horizontal.fotorama__nav-wrap {
  min-height: 30px;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left,
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
  bottom: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  width: 30px;
  z-index: 1000;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb--icon,
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right .fotorama__thumb--icon {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
  width: 100%;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left {
  left: 0;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
  right: 0;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left,
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right {
  cursor: pointer;
  height: 30px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 1000;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left .fotorama__thumb--icon,
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right .fotorama__thumb--icon {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  margin: auto;
  width: 30px;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left {
  top: 0;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right {
  bottom: 0;
}
.fotorama__wrap--only-active .fotorama__stage,
.fotorama__wrap--only-active .fotorama__nav {
  max-width: 99999px !important;
}
.fotorama__wrap--only-active .fotorama__stage__frame {
  visibility: hidden;
}
.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active {
  visibility: visible;
}
.fotorama__thumb--icon {
  font-size: 0.001px;
  padding-bottom: 30px;
}
.fotorama__thumb__arr--left .fotorama__thumb--icon {
  background-position: -25px -265px;
}
.fotorama__thumb__arr--right .fotorama__thumb--icon {
  background-position: -25px -350px;
}
.magnify-fullimage {
  display: none;
}
.fotorama__arr,
.fotorama__thumb__arr {
  background-color: rgba(255, 255, 255, 0.3);
  transition: background-color 0.3s ease-in-out;
}
.fotorama__arr:hover,
.fotorama__thumb__arr:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.fotorama__arr:active,
.fotorama__thumb__arr:active {
  background-color: rgba(213, 213, 213, 0.5);
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in {
  background-color: rgba(255, 255, 255, 0.3);
  transition: background-color 0.3s ease-in-out;
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon:hover,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out:hover,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon:active,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out:active,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in:active {
  background-color: rgba(213, 213, 213, 0.5);
}
.fotorama__video-close {
  background-position: -80px 0;
  height: 80px;
  opacity: 0;
  right: 0;
  top: 0;
  transform: translate3d(80px, -80px, 0);
  transition: opacity 0.3s ease-in-out;
  width: 80px;
}
@media all and (max-width: 768px) {
  .fotorama__video-close {
    background-position: -100px -20px;
    top: 10px;
    height: 40px;
    width: 40px;
  }
}
.fotorama__video-close.fotorama-show-control {
  opacity: 1;
  transform: translate3d(0, -10px, 0);
}
.gallery-placeholder__image {
  display: block;
  margin: auto;
}
.fotorama__spinner {
  background-image: url('../../frontend/Codazon/skc/en_US/images/loader-1.gif');
  bottom: 0;
  display: none;
  height: 64px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 64px;
  z-index: 100;
}
.fotorama__spinner.fotorama__spinner--show {
  display: block;
}
.fotorama__product-video--loaded .fotorama__img,
.fotorama__product-video--loaded .fotorama__img--full {
  display: none !important;
}
.fotorama__stage .fotorama__arr--shown {
  display: block !important;
}
.fotorama__stage .fotorama__arr--hidden {
  display: none !important;
}
._block-content-loading .fotorama-item {
  position: absolute !important;
  z-index: -1;
  top: 0;
  width: 100%;
}
.gallery-placeholder:not(._block-content-loading) .gallery-placeholder__image {
  display: none;
}
