/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.ui-datepicker {
    display: none;
    z-index: 999999 !important;
}
.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
    cursor: pointer;
}
.ui-datepicker .ui-datepicker-next-hover span, .ui-datepicker .ui-datepicker-prev-hover span {
    border-color: transparent #ff8400 transparent transparent;
}
.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}
.ui-datepicker .ui-datepicker-next {
    right: 2px;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -5px;
    font-size: 0px;
    width: 0px;
    height: 0px;
    border: solid;
    border-width: 5px 8px 5px 0;
    border-color: transparent #ff9635 transparent transparent;
}
.ui-datepicker .ui-datepicker-next span {
    margin-left: 0px;
    top: 50%;
    margin-top: -5px;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #ff9635;
}
.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
    width: 100%;
}
.ui-datepicker table {
    width: 100%;
    font-size: .9em;
}
.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    padding: 4px;
    text-align: right;
    text-decoration: none;
    color: #000000;
}
.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}
.ui-datepicker-rtl {
    direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}
.ui-timepicker-div dl {
    text-align: left;
}
.ui-timepicker-div dl dt {
    height: 25px;
    margin-bottom: -22px;
}
.ui-timepicker-div dl .ui_tpicker_time_label {
    margin-bottom: -25px;
}
.ui-timepicker-div dl dd {
    margin: 0 10px 10px 65px;
}
.ui-timepicker-div td {
    font-size: 90%;
}
.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}
.ui-datepicker {
    padding: 15px;
    border: #ffffff 4px solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #efefef;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
}
.ui-datepicker .ui-datepicker-header {
    background: transparent;
    border: none;
    padding-bottom: 10px;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-month {
    width: 47%;
    margin-right: 6%;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-year {
    width: 47%;
}
.ui-datepicker .ui-datepicker-calendar td {
    border: #cfcfcf 1px solid;
}
.ui-datepicker .ui-datepicker-calendar td a {
    padding: 4px;
    display: block;
}
.ui-datepicker .ui-datepicker-calendar td .ui-state-hover {
    background: #f9eae7;
}
.ui-datepicker .ui-datepicker-calendar {
    background: #ffffff;
    border: #cfcfcf 1px solid;
    border-collapse: collapse;
}
.ui-datepicker .ui-datepicker-calendar th {
    background: #efefef;
    border: #cfcfcf 1px solid;
    padding: 4px;
    text-transform: uppercase;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-week-col {
    text-align: center;
    border: #cfcfcf 1px solid;
}
.ui-datepicker {
    width: auto;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today {
    background: #f3d7d2;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-active {
    background: #ffdf66;
}
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}
.ui-timepicker-div dl {
    text-align: left;
}
.ui-timepicker-div dl dd {
    margin: 0 0 10px 65px;
}
.ui-timepicker-div td {
    font-size: 90%;
}
.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}
.ui-slider {
    position: relative;
    text-align: left;
}
.ui-slider-horizontal .ui-slider-handle {
    margin-left: -5px;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    cursor: default;
}
.ui-slider-horizontal {
    height: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: none;
    background: #dadada;
}
.ui-slider-handle {
    height: 10px;
    width: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #f98b25;
    display: block;
    position: absolute;
}
.ui-timepicker-div {
    padding: 10px 0 5px 0;
}
.ui-datepicker .ui-datepicker-buttonpane {
    overflow: hidden;
    padding-top: 10px;
    border-top: #cfcfcf 1px solid;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-disabled {
    background: #f9f9f9;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-disabled span {
    color: #959595;
}
/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}

.ui-timepicker-div .ui_tpicker_unit_hide {
    display:none;
}
/**
 * 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: 'Source Sans Pro', 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 #cccccc;
  cursor: help;
}
b,
strong {
  font-weight: 700;
}
em,
i {
  font-style: italic;
}
mark {
  background: #f6f6f6;
  color: #000000;
}
small,
.small {
  font-size: 12px;
}
hr {
  border: 0;
  border-top: 1px solid #cccccc;
  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: 600;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 2rem;
  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: 'Source Sans Pro', Helvetica Neue, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
a,
.alink {
  color: #006bb4;
  text-decoration: none;
}
a:visited,
.alink:visited {
  color: #006bb4;
  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: #f6f6f6;
  color: #111111;
  padding: 2px 4px;
  font-size: 1.2rem;
  white-space: nowrap;
}
kbd {
  background: #f6f6f6;
  color: #111111;
  padding: 2px 4px;
  font-size: 1.2rem;
}
pre {
  background: #f6f6f6;
  border: 1px solid #cccccc;
  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 #cccccc;
  margin: 0 0 20px 40px;
  padding: 0;
  color: #333333;
  font-family: 'Source Sans Pro', 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: 11px 10px;
}
button {
  background-image: none;
  background: #eeeeee;
  border: 1px solid #cccccc;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Source Sans Pro', Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
}
button:focus,
button:active {
  background: #e2e2e2;
  border: 1px solid #cccccc;
  color: #333333;
}
button:hover {
  background: #e1e1e1;
  border: 1px solid #cccccc;
  color: #333333;
}
button.disabled,
button[disabled],
fieldset[disabled] button {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
button::-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: 'Source Sans Pro', 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: #575757;
}
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: #575757;
}
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: #575757;
}
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 url('../../frontend/Epicor/dualcolor/en_US/images/select-bg.svg') no-repeat 100% 45%;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border-radius: 1px;
  font-family: 'Source Sans Pro', Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 4px 25px 5px 10px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
select:focus {
  border: 1px solid #c2c2c2;
}
select:disabled {
  opacity: 0.5;
  background: #ffffff;
  border: 1px solid #c2c2c2;
}
select[multiple] {
  height: auto;
  background-image: none;
}
textarea {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Source Sans Pro', 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: #575757;
}
textarea::-webkit-input-placeholder {
  color: #575757;
}
textarea:-ms-input-placeholder {
  color: #575757;
}
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 #00699d;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © 2010-2018 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,
.search-terms,
.cart-summary .checkout-methods-items,
.opc-wrapper .opc,
.opc-progress-bar,
.checkout-agreements-items,
.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,
.search-terms > li,
.cart-summary .checkout-methods-items > li,
.opc-wrapper .opc > li,
.opc-progress-bar > li,
.checkout-agreements-items > 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;
}
.action-primary:focus,
.action-primary:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.action-primary:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.action-primary.disabled,
.action-primary[disabled],
fieldset[disabled] .action-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-discount-block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.cancel,
.block-compare .action.primary,
.cart-summary .block .actions-toolbar > .primary .action.primary,
.abs-discount-code .form-discount .actions-toolbar .primary .action,
.cart-summary .form.giftregistry .fieldset .action.primary,
.magento-payments-review-discount .actions-toolbar .action.primary,
.magento-payments-review-discount .actions-toolbar .action.cancel,
.paypal-review-discount .actions-toolbar .action.primary,
.paypal-review-discount .actions-toolbar .action.cancel,
.cart-discount .actions-toolbar .action.primary,
.cart-discount .actions-toolbar .action.cancel,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action {
  border-radius: 3px;
}
.abs-discount-block .actions-toolbar .action.primary:not(:focus),
.abs-discount-block .actions-toolbar .action.cancel:not(:focus),
.block-compare .action.primary:not(:focus),
.cart-summary .block .actions-toolbar > .primary .action.primary:not(:focus),
.abs-discount-code .form-discount .actions-toolbar .primary .action:not(:focus),
.cart-summary .form.giftregistry .fieldset .action.primary:not(:focus),
.magento-payments-review-discount .actions-toolbar .action.primary:not(:focus),
.magento-payments-review-discount .actions-toolbar .action.cancel:not(:focus),
.paypal-review-discount .actions-toolbar .action.primary:not(:focus),
.paypal-review-discount .actions-toolbar .action.cancel:not(:focus),
.cart-discount .actions-toolbar .action.primary:not(:focus),
.cart-discount .actions-toolbar .action.cancel:not(:focus),
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:not(:focus) {
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
}
.abs-discount-block .actions-toolbar .action.primary:active,
.abs-discount-block .actions-toolbar .action.cancel:active,
.block-compare .action.primary:active,
.cart-summary .block .actions-toolbar > .primary .action.primary:active,
.abs-discount-code .form-discount .actions-toolbar .primary .action:active,
.cart-summary .form.giftregistry .fieldset .action.primary:active,
.magento-payments-review-discount .actions-toolbar .action.primary:active,
.magento-payments-review-discount .actions-toolbar .action.cancel:active,
.paypal-review-discount .actions-toolbar .action.primary:active,
.paypal-review-discount .actions-toolbar .action.cancel:active,
.cart-discount .actions-toolbar .action.primary:active,
.cart-discount .actions-toolbar .action.cancel:active,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:active {
  box-shadow: inset 0 1px 0 0 rgba(204, 204, 204, 0.8), inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
}
.block-event .slider-panel .slider .item .action.event {
  background-image: none;
  background: #eeeeee;
  border: 1px solid #cccccc;
  color: #333333;
  cursor: pointer;
  font-family: 'Source Sans Pro', Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 600;
  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,
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active {
  background: #e2e2e2;
  border: 1px solid #cccccc;
  color: #333333;
}
.abs-action-link-button:hover,
.block-event .slider-panel .slider .item .action.event:hover {
  background: #e1e1e1;
  border: 1px solid #cccccc;
  color: #333333;
}
.abs-action-link-button.disabled,
.abs-action-link-button[disabled],
fieldset[disabled] .abs-action-link-button,
.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;
}
.abs-action-link-button:hover,
.abs-action-link-button:active,
.abs-action-link-button: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 {
  text-decoration: none;
}
.abs-action-remove,
.abs-discount-block .action.check,
.popup .actions-toolbar .action.cancel,
.paypal-button-widget .paypal-button,
.bundle-options-container .action.back,
.block.related .action.select,
.cart.table-wrapper .actions-toolbar > .action-delete,
.cart.table-wrapper .action.help.map,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup,
.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,
.gift-options .actions-toolbar .action-cancel,
.gift-summary .action-edit,
.gift-summary .action-delete,
.action-gift,
.gift-wrapping-title .action-remove,
.wishlist.split.button > .action,
.abs-add-fields .action.remove,
.magento-payments-review-discount .action.check,
.paypal-review-discount .action.check,
.cart-discount .action.check,
.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: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-weight: 400;
  border-radius: 0;
}
.abs-action-button-as-link:visited,
.abs-action-remove:visited,
.abs-discount-block .action.check:visited,
.popup .actions-toolbar .action.cancel:visited,
.paypal-button-widget .paypal-button:visited,
.bundle-options-container .action.back:visited,
.block.related .action.select:visited,
.cart.table-wrapper .actions-toolbar > .action-delete:visited,
.cart.table-wrapper .action.help.map:visited,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup: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,
.gift-options .actions-toolbar .action-cancel:visited,
.gift-summary .action-edit:visited,
.gift-summary .action-delete:visited,
.action-gift:visited,
.gift-wrapping-title .action-remove:visited,
.wishlist.split.button > .action:visited,
.abs-add-fields .action.remove:visited,
.magento-payments-review-discount .action.check:visited,
.paypal-review-discount .action.check:visited,
.cart-discount .action.check: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: #006bb4;
  text-decoration: none;
}
.abs-action-button-as-link:hover,
.abs-action-remove:hover,
.abs-discount-block .action.check:hover,
.popup .actions-toolbar .action.cancel:hover,
.paypal-button-widget .paypal-button:hover,
.bundle-options-container .action.back:hover,
.block.related .action.select:hover,
.cart.table-wrapper .actions-toolbar > .action-delete:hover,
.cart.table-wrapper .action.help.map:hover,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup: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,
.gift-options .actions-toolbar .action-cancel:hover,
.gift-summary .action-edit:hover,
.gift-summary .action-delete:hover,
.action-gift:hover,
.gift-wrapping-title .action-remove:hover,
.wishlist.split.button > .action:hover,
.abs-add-fields .action.remove:hover,
.magento-payments-review-discount .action.check:hover,
.paypal-review-discount .action.check:hover,
.cart-discount .action.check: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-button-as-link:active,
.abs-action-remove:active,
.abs-discount-block .action.check:active,
.popup .actions-toolbar .action.cancel:active,
.paypal-button-widget .paypal-button:active,
.bundle-options-container .action.back:active,
.block.related .action.select:active,
.cart.table-wrapper .actions-toolbar > .action-delete:active,
.cart.table-wrapper .action.help.map:active,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup: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,
.gift-options .actions-toolbar .action-cancel:active,
.gift-summary .action-edit:active,
.gift-summary .action-delete:active,
.action-gift:active,
.gift-wrapping-title .action-remove:active,
.wishlist.split.button > .action:active,
.abs-add-fields .action.remove:active,
.magento-payments-review-discount .action.check:active,
.paypal-review-discount .action.check:active,
.cart-discount .action.check:active,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-edit .action.remove:active,
.form-add-invitations .action.remove:active,
.form-create-return .action.remove:active,
.form.send.friend .action.remove:active {
  color: #ff5501;
  text-decoration: underline;
}
.abs-action-button-as-link:hover,
.abs-action-button-as-link:active,
.abs-action-button-as-link:focus,
.abs-action-remove:hover,
.abs-action-remove:active,
.abs-action-remove:focus,
.abs-discount-block .action.check:hover,
.abs-discount-block .action.check:active,
.abs-discount-block .action.check:focus,
.popup .actions-toolbar .action.cancel:hover,
.popup .actions-toolbar .action.cancel:active,
.popup .actions-toolbar .action.cancel:focus,
.paypal-button-widget .paypal-button:hover,
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:focus,
.bundle-options-container .action.back:hover,
.bundle-options-container .action.back:active,
.bundle-options-container .action.back:focus,
.block.related .action.select:hover,
.block.related .action.select:active,
.block.related .action.select:focus,
.cart.table-wrapper .actions-toolbar > .action-delete:hover,
.cart.table-wrapper .actions-toolbar > .action-delete:active,
.cart.table-wrapper .actions-toolbar > .action-delete:focus,
.cart.table-wrapper .action.help.map:hover,
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:focus,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:hover,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:active,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup: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,
.gift-options .actions-toolbar .action-cancel:hover,
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:focus,
.gift-summary .action-edit:hover,
.gift-summary .action-edit:active,
.gift-summary .action-edit:focus,
.gift-summary .action-delete:hover,
.gift-summary .action-delete:active,
.gift-summary .action-delete:focus,
.action-gift:hover,
.action-gift:active,
.action-gift:focus,
.gift-wrapping-title .action-remove:hover,
.gift-wrapping-title .action-remove:active,
.gift-wrapping-title .action-remove:focus,
.wishlist.split.button > .action:hover,
.wishlist.split.button > .action:active,
.wishlist.split.button > .action:focus,
.abs-add-fields .action.remove:hover,
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:focus,
.magento-payments-review-discount .action.check:hover,
.magento-payments-review-discount .action.check:active,
.magento-payments-review-discount .action.check:focus,
.paypal-review-discount .action.check:hover,
.paypal-review-discount .action.check:active,
.paypal-review-discount .action.check:focus,
.cart-discount .action.check:hover,
.cart-discount .action.check:active,
.cart-discount .action.check:focus,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:focus,
.form-giftregistry-edit .action.remove:hover,
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:focus,
.form-add-invitations .action.remove:hover,
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:focus,
.form-create-return .action.remove:hover,
.form-create-return .action.remove:active,
.form-create-return .action.remove:focus,
.form.send.friend .action.remove:hover,
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:focus {
  background: none;
  border: 0;
}
.abs-action-button-as-link.disabled,
.abs-action-button-as-link[disabled],
fieldset[disabled] .abs-action-button-as-link,
.abs-action-remove.disabled,
.abs-action-remove[disabled],
fieldset[disabled] .abs-action-remove,
.abs-discount-block .action.check.disabled,
.abs-discount-block .action.check[disabled],
fieldset[disabled] .abs-discount-block .action.check,
.popup .actions-toolbar .action.cancel.disabled,
.popup .actions-toolbar .action.cancel[disabled],
fieldset[disabled] .popup .actions-toolbar .action.cancel,
.paypal-button-widget .paypal-button.disabled,
.paypal-button-widget .paypal-button[disabled],
fieldset[disabled] .paypal-button-widget .paypal-button,
.bundle-options-container .action.back.disabled,
.bundle-options-container .action.back[disabled],
fieldset[disabled] .bundle-options-container .action.back,
.block.related .action.select.disabled,
.block.related .action.select[disabled],
fieldset[disabled] .block.related .action.select,
.cart.table-wrapper .actions-toolbar > .action-delete.disabled,
.cart.table-wrapper .actions-toolbar > .action-delete[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action-delete,
.cart.table-wrapper .action.help.map.disabled,
.cart.table-wrapper .action.help.map[disabled],
fieldset[disabled] .cart.table-wrapper .action.help.map,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup.disabled,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup[disabled],
fieldset[disabled] .checkout-index-index .modal-popup .modal-footer .action-hide-popup,
.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,
.gift-options .actions-toolbar .action-cancel.disabled,
.gift-options .actions-toolbar .action-cancel[disabled],
fieldset[disabled] .gift-options .actions-toolbar .action-cancel,
.gift-summary .action-edit.disabled,
.gift-summary .action-edit[disabled],
fieldset[disabled] .gift-summary .action-edit,
.gift-summary .action-delete.disabled,
.gift-summary .action-delete[disabled],
fieldset[disabled] .gift-summary .action-delete,
.action-gift.disabled,
.action-gift[disabled],
fieldset[disabled] .action-gift,
.gift-wrapping-title .action-remove.disabled,
.gift-wrapping-title .action-remove[disabled],
fieldset[disabled] .gift-wrapping-title .action-remove,
.wishlist.split.button > .action.disabled,
.wishlist.split.button > .action[disabled],
fieldset[disabled] .wishlist.split.button > .action,
.abs-add-fields .action.remove.disabled,
.abs-add-fields .action.remove[disabled],
fieldset[disabled] .abs-add-fields .action.remove,
.magento-payments-review-discount .action.check.disabled,
.magento-payments-review-discount .action.check[disabled],
fieldset[disabled] .magento-payments-review-discount .action.check,
.paypal-review-discount .action.check.disabled,
.paypal-review-discount .action.check[disabled],
fieldset[disabled] .paypal-review-discount .action.check,
.cart-discount .action.check.disabled,
.cart-discount .action.check[disabled],
fieldset[disabled] .cart-discount .action.check,
.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: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.abs-action-remove:active,
.abs-action-remove:not(:focus),
.abs-discount-block .action.check:active,
.abs-discount-block .action.check:not(:focus),
.popup .actions-toolbar .action.cancel:active,
.popup .actions-toolbar .action.cancel:not(:focus),
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:not(:focus),
.bundle-options-container .action.back:active,
.bundle-options-container .action.back:not(:focus),
.block.related .action.select:active,
.block.related .action.select:not(:focus),
.cart.table-wrapper .actions-toolbar > .action-delete:active,
.cart.table-wrapper .actions-toolbar > .action-delete:not(:focus),
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:not(:focus),
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:active,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup: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),
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:not(:focus),
.gift-summary .action-edit:active,
.gift-summary .action-edit:not(:focus),
.gift-summary .action-delete:active,
.gift-summary .action-delete:not(:focus),
.action-gift:active,
.action-gift:not(:focus),
.gift-wrapping-title .action-remove:active,
.gift-wrapping-title .action-remove:not(:focus),
.wishlist.split.button > .action:active,
.wishlist.split.button > .action:not(:focus),
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:not(:focus),
.magento-payments-review-discount .action.check:active,
.magento-payments-review-discount .action.check:not(:focus),
.paypal-review-discount .action.check:active,
.paypal-review-discount .action.check:not(:focus),
.cart-discount .action.check:active,
.cart-discount .action.check:not(:focus),
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:not(:focus),
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:not(:focus),
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:not(:focus),
.form-create-return .action.remove:active,
.form-create-return .action.remove:not(:focus),
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:not(:focus) {
  box-shadow: none;
}
.abs-revert-to-action-secondary,
.magento-payments-review .block .actions-toolbar .action.primary,
.paypal-review .block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.cancel,
.block-compare .action.primary,
.cart-summary .block .actions-toolbar > .primary .action.primary,
.abs-discount-code .form-discount .actions-toolbar .primary .action,
.cart-summary .form.giftregistry .fieldset .action.primary,
.magento-payments-review-discount .actions-toolbar .action.primary,
.magento-payments-review-discount .actions-toolbar .action.cancel,
.paypal-review-discount .actions-toolbar .action.primary,
.paypal-review-discount .actions-toolbar .action.cancel,
.cart-discount .actions-toolbar .action.primary,
.cart-discount .actions-toolbar .action.cancel,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action {
  background: #eeeeee;
  border: 1px solid #cccccc;
  color: #333333;
}
.abs-revert-secondary-color:focus,
.abs-revert-secondary-color:active,
.abs-revert-to-action-secondary:focus,
.abs-revert-to-action-secondary:active,
.magento-payments-review .block .actions-toolbar .action.primary:focus,
.magento-payments-review .block .actions-toolbar .action.primary:active,
.paypal-review .block .actions-toolbar .action.primary:focus,
.paypal-review .block .actions-toolbar .action.primary:active,
.abs-discount-block .actions-toolbar .action.primary:focus,
.abs-discount-block .actions-toolbar .action.primary:active,
.abs-discount-block .actions-toolbar .action.cancel:focus,
.abs-discount-block .actions-toolbar .action.cancel:active,
.block-compare .action.primary:focus,
.block-compare .action.primary:active,
.cart-summary .block .actions-toolbar > .primary .action.primary:focus,
.cart-summary .block .actions-toolbar > .primary .action.primary:active,
.abs-discount-code .form-discount .actions-toolbar .primary .action:focus,
.abs-discount-code .form-discount .actions-toolbar .primary .action:active,
.cart-summary .form.giftregistry .fieldset .action.primary:focus,
.cart-summary .form.giftregistry .fieldset .action.primary:active,
.magento-payments-review-discount .actions-toolbar .action.primary:focus,
.magento-payments-review-discount .actions-toolbar .action.primary:active,
.magento-payments-review-discount .actions-toolbar .action.cancel:focus,
.magento-payments-review-discount .actions-toolbar .action.cancel:active,
.paypal-review-discount .actions-toolbar .action.primary:focus,
.paypal-review-discount .actions-toolbar .action.primary:active,
.paypal-review-discount .actions-toolbar .action.cancel:focus,
.paypal-review-discount .actions-toolbar .action.cancel:active,
.cart-discount .actions-toolbar .action.primary:focus,
.cart-discount .actions-toolbar .action.primary:active,
.cart-discount .actions-toolbar .action.cancel:focus,
.cart-discount .actions-toolbar .action.cancel:active,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:focus,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:active {
  background: #e2e2e2;
  border: 1px solid #cccccc;
  color: #333333;
}
.abs-revert-secondary-color:hover,
.abs-revert-to-action-secondary:hover,
.magento-payments-review .block .actions-toolbar .action.primary:hover,
.paypal-review .block .actions-toolbar .action.primary:hover,
.abs-discount-block .actions-toolbar .action.primary:hover,
.abs-discount-block .actions-toolbar .action.cancel:hover,
.block-compare .action.primary:hover,
.cart-summary .block .actions-toolbar > .primary .action.primary:hover,
.abs-discount-code .form-discount .actions-toolbar .primary .action:hover,
.cart-summary .form.giftregistry .fieldset .action.primary:hover,
.magento-payments-review-discount .actions-toolbar .action.primary:hover,
.magento-payments-review-discount .actions-toolbar .action.cancel:hover,
.paypal-review-discount .actions-toolbar .action.primary:hover,
.paypal-review-discount .actions-toolbar .action.cancel:hover,
.cart-discount .actions-toolbar .action.primary:hover,
.cart-discount .actions-toolbar .action.cancel:hover,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:hover {
  background: #e1e1e1;
  border: 1px solid #cccccc;
  color: #333333;
}
.products-grid.wishlist .product-item .box-tocart .tocart {
  font-size: 1.4rem;
  line-height: 1.6rem;
  padding: 7px 15px;
}
.order-review-form .action.primary,
.order-review-form .action.primary,
.bundle-actions .action.primary.customize,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.box-tocart .action.tocart,
.cart-summary .checkout-methods-items .action.primary.checkout,
.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,
.box-tocart .action.instant-purchase,
.multicheckout .action.primary {
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
}
.cart.table-wrapper .item-options dt,
.minicart-items .product-item-details .product .options.list 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,
.minicart-items .product-item-details .product .options.list 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,
.minicart-items .product-item-details .product .options.list 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,
.bundle-actions .action.primary.customize,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.box-tocart .action.tocart,
.box-tocart .action.instant-purchase {
  width: 100%;
}
.products-list .product-image-wrapper,
.cart.table-wrapper .product-image-wrapper,
.minicart-items .product-image-wrapper,
.block-giftregistry-shared-items .product-image-wrapper {
  height: auto;
  padding: 0 !important;
}
.products-list .product-image-wrapper .product-image-photo,
.cart.table-wrapper .product-image-wrapper .product-image-photo,
.minicart-items .product-image-wrapper .product-image-photo,
.block-giftregistry-shared-items .product-image-wrapper .product-image-photo {
  position: static;
}
.product.media .product.photo .photo.image {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}
.login-container .block .block-title {
  border-bottom: 1px solid #e8e8e8;
  font-size: 1.8rem;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.login-container .block .block-title strong {
  font-weight: 500;
}
.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: 12px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  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: 12px;
  line-height: inherit;
  color: inherit;
  content: '\e621';
  font-family: 'luma-icons';
  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;
}
.giftregisty-dropdown ul.items,
.wishlist-dropdown ul.items {
  padding: 6px 0;
}
.column .block-addbysku .qty .qty,
.bundle-options-container .input-text.qty,
.box-tocart .input-text.qty,
.account .data.table-return-items .qty .input-text,
.table-giftregistry-items .field.qty .qty,
.block-giftregistry-shared-items .qty .qty,
.table.grouped .col.qty .control.qty .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: 54px;
}
.block,
.customer-review .product-details,
.block-banners,
.block-banners-inline {
  margin-bottom: 40px;
}
.sidebar .product-items .action.delete,
.sidebar .block-compare .action.delete,
.table-comparison .cell.remove .action.delete,
.block-compare .action.delete,
.filter-current .action.remove {
  display: inline-block;
  text-decoration: none;
}
.abs-remove-button-for-blocks > span,
.sidebar .product-items .action.delete > span,
.sidebar .block-compare .action.delete > span,
.table-comparison .cell.remove .action.delete > span,
.block-compare .action.delete > span,
.filter-current .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 .product-items .action.delete:before,
.sidebar .block-compare .action.delete:before,
.table-comparison .cell.remove .action.delete:before,
.block-compare .action.delete:before,
.filter-current .action.remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 15px;
  color: #757575;
  content: '\e616';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-remove-button-for-blocks:hover:before,
.sidebar .product-items .action.delete:hover:before,
.sidebar .block-compare .action.delete:hover:before,
.table-comparison .cell.remove .action.delete:hover:before,
.block-compare .action.delete:hover:before,
.filter-current .action.remove:hover:before {
  color: #494949;
}
.abs-remove-button-for-blocks:active:before,
.sidebar .product-items .action.delete:active:before,
.sidebar .block-compare .action.delete:active:before,
.table-comparison .cell.remove .action.delete:active:before,
.block-compare .action.delete:active:before,
.filter-current .action.remove:active:before {
  color: #999999;
}
.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;
}
.abs-like-link:visited {
  color: #006bb4;
  text-decoration: none;
}
.abs-like-link:hover {
  color: #006bb4;
  text-decoration: underline;
}
.abs-like-link:active {
  color: #ff5501;
  text-decoration: underline;
}
.form.giftregistry.items .actions-toolbar,
.form.wishlist.items .actions-toolbar {
  margin-left: 0;
}
.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: normal;
  margin-left: 73%;
  position: absolute;
  top: 34px;
  width: auto;
}
.form-giftregistry-share .fieldset .field .control,
.form-giftregistry-edit .fieldset .field .control,
.form-add-invitations .fieldset .field .control,
.form-create-return .fieldset .field .control,
.form.send.friend .fieldset .field .control {
  width: 70%;
}
.form-giftregistry-share .fieldset .actions-toolbar > .secondary,
.form-giftregistry-edit .fieldset .actions-toolbar > .secondary,
.form-add-invitations .fieldset .actions-toolbar > .secondary,
.form-create-return .fieldset .actions-toolbar > .secondary,
.form.send.friend .fieldset .actions-toolbar > .secondary {
  float: left;
}
.form-giftregistry-share .fieldset .actions-toolbar > .secondary .action.add,
.form-giftregistry-edit .fieldset .actions-toolbar > .secondary .action.add,
.form-add-invitations .fieldset .actions-toolbar > .secondary .action.add,
.form-create-return .fieldset .actions-toolbar > .secondary .action.add,
.form.send.friend .fieldset .actions-toolbar > .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 .additional,
.form-giftregistry-edit .additional,
.form-add-invitations .additional,
.form-create-return .additional,
.form.send.friend .additional {
  margin-top: 55px;
  position: relative;
}
.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;
}
.order-details-items .order-items .order-gift-message:not(.expanded-content) {
  height: 0;
  visibility: hidden;
}
.opc-wrapper .form-discount .field .label,
.bundle-options-container .block-bundle-summary .product-image-container,
.bundle-options-container .block-bundle-summary .product.name,
.bundle-options-container .block-bundle-summary .stock,
.product-item-actions .actions-secondary > .action span,
.special-price .price-label,
.table-comparison .cell.label.remove span,
.table-comparison .cell.label.product span,
.block.related .field.choice .label,
.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 > .label,
.field.street .field .label,
.block-balance .balance-price-label,
.page-product-downloadable .product-options-wrapper .fieldset .legend.links-title,
.page-product-giftcard .fieldset.giftcard > .legend,
.opc-wrapper .form-giftcard-account .field .label,
.form-add-invitations .fields .label,
.filter-options-content .filter-count-label,
.table-comparison .wishlist.split.button > .action.split span,
.product-items .wishlist.split.button > .action.split span,
.page-multiple-wishlist .page-title-wrapper .page-title,
.block-wishlist-search-form .form-wishlist-search .fieldset > .legend,
.multicheckout .table-wrapper .col .label,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend,
.block.newsletter .label,
.review-date .review-details-label,
.customer-review .product-details .rating-average-label,
.block-reorder .product-item .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;
}
.minicart-items .product.options .toggle > span,
.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:before,
.abs-add-fields .fieldset .actions-toolbar:after,
.bundle-options-container .product-options-wrapper .field.choice .label:before,
.bundle-options-container .product-options-wrapper .field.choice .label: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,
.minicart-items .product-item-details .product .options.list:before,
.minicart-items .product-item-details .product .options.list: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,
.opc-block-summary .product-item .product-item-details:before,
.opc-block-summary .product-item .product-item-details:after,
.page-product-downloadable .product-add-form:before,
.page-product-downloadable .product-add-form: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 .content:before,
.opc-wrapper .data.table .gift-wrapping .content:after,
.table-order-items .gift-wrapping .content:before,
.table-order-items .gift-wrapping .content: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,
.form-create-return .actions-toolbar:before,
.form-create-return .actions-toolbar:after,
.header.content:before,
.header.content:after,
.form-giftregistry-share .fieldset .actions-toolbar:before,
.form-giftregistry-share .fieldset .actions-toolbar:after,
.form-giftregistry-edit .fieldset .actions-toolbar:before,
.form-giftregistry-edit .fieldset .actions-toolbar:after,
.form-add-invitations .fieldset .actions-toolbar:before,
.form-add-invitations .fieldset .actions-toolbar:after,
.form-create-return .fieldset .actions-toolbar:before,
.form-create-return .fieldset .actions-toolbar:after,
.form.send.friend .fieldset .actions-toolbar:before,
.form.send.friend .fieldset .actions-toolbar:after {
  content: '';
  display: table;
}
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:after,
.bundle-options-container .product-options-wrapper .field.choice .label: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,
.minicart-items .product-item-details .product .options.list: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,
.opc-block-summary .product-item .product-item-details:after,
.page-product-downloadable .product-add-form: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 .content:after,
.table-order-items .gift-wrapping .content: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,
.form-create-return .actions-toolbar:after,
.header.content:after,
.form-giftregistry-share .fieldset .actions-toolbar:after,
.form-giftregistry-edit .fieldset .actions-toolbar:after,
.form-add-invitations .fieldset .actions-toolbar:after,
.form-create-return .fieldset .actions-toolbar:after,
.form.send.friend .fieldset .actions-toolbar:after {
  clear: both;
}
.abs-field-date .control,
.abs-field-tooltip,
.columns .column.main,
.columns .sidebar-main,
.columns .sidebar-additional,
.column .block-addbysku .sku,
.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,
.block-event .slider-panel .slider .item .action.show,
.sidebar .block-addbysku .fieldset .fields .field.sku,
.form.search.advanced .fields.range .field.date .control,
.field .control._with-tooltip,
.form-giftregistry-edit .field.date .control {
  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: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button:before,
.abs-split-button:after {
  content: '';
  display: table;
}
.abs-split-button:after {
  clear: both;
}
.abs-split-button .action.split {
  float: left;
  margin: 0;
}
.abs-split-button .action.toggle {
  float: right;
  margin: 0;
}
.abs-split-button button.action.split {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.abs-split-button button + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
.abs-split-button .action.toggle {
  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: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.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: inherit;
  color: inherit;
  content: '\e621';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.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-item-actions .actions-secondary > .action,
.product-social-links .action.tocompare,
.wishlist.split.button > .action.split,
.product-social-links .action.mailto.friend,
.product-social-links .action.towishlist,
.block-bundle-summary .action.towishlist,
.product-item .action.towishlist,
.table-comparison .action.towishlist {
  color: #666666;
  font-weight: 600;
  letter-spacing: .05em;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
}
.abs-actions-addto:before,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:before,
.product-item-actions .actions-secondary > .action:before,
.product-social-links .action.tocompare:before,
.wishlist.split.button > .action.split:before,
.product-social-links .action.mailto.friend:before,
.product-social-links .action.towishlist:before,
.block-bundle-summary .action.towishlist:before,
.product-item .action.towishlist:before,
.table-comparison .action.towishlist:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: inherit;
  font-family: 'luma-icons';
  margin: -2px 5px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action:hover,
.product-item-actions .actions-secondary > .action:hover,
.product-social-links .action.tocompare:hover,
.wishlist.split.button > .action.split:hover,
.product-social-links .action.mailto.friend:hover,
.product-social-links .action.towishlist:hover,
.block-bundle-summary .action.towishlist:hover,
.product-item .action.towishlist:hover,
.table-comparison .action.towishlist:hover {
  color: #333333;
  text-decoration: none;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action:before,
.product-item-actions .actions-secondary > .action:before,
.product-social-links .action.tocompare:before,
.wishlist.split.button > .action.split:before,
.product-social-links .action.mailto.friend:before,
.product-social-links .action.towishlist:before,
.block-bundle-summary .action.towishlist:before,
.product-item .action.towishlist:before,
.table-comparison .action.towishlist:before {
  width: 18px;
}
.bundle-options-container .block-bundle-summary .box-tocart,
.box-tocart {
  margin: 0 0 30px;
}
.abs-cart-block > .title,
.minicart-items .product .toggle,
.abs-discount-block .block > .title,
.cart-summary .block > .title,
.magento-payments-review-discount .block > .title,
.paypal-review-discount .block > .title,
.cart-discount .block > .title {
  border-top: 1px solid #cccccc;
  cursor: pointer;
  margin-bottom: 0;
  position: relative;
  padding: 10px 40px 10px 15px;
  display: block;
  text-decoration: none;
}
.abs-cart-block > .title:after,
.minicart-items .product .toggle:after,
.abs-discount-block .block > .title:after,
.cart-summary .block > .title:after,
.magento-payments-review-discount .block > .title:after,
.paypal-review-discount .block > .title:after,
.cart-discount .block > .title:after {
  position: absolute;
  right: 20px;
  top: 10px;
}
.abs-toggling-title > span,
.abs-cart-block > .title > span,
.minicart-items .product .toggle > span,
.abs-discount-block .block > .title > span,
.cart-summary .block > .title > span,
.magento-payments-review-discount .block > .title > span,
.paypal-review-discount .block > .title > span,
.cart-discount .block > .title > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-toggling-title:after,
.abs-cart-block > .title:after,
.minicart-items .product .toggle:after,
.abs-discount-block .block > .title:after,
.cart-summary .block > .title:after,
.magento-payments-review-discount .block > .title:after,
.paypal-review-discount .block > .title:after,
.cart-discount .block > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 3px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-discount-block .block,
.cart-summary .block,
.magento-payments-review-discount .block,
.paypal-review-discount .block,
.cart-discount .block {
  margin: 0;
}
.abs-discount-block .block > .title:after,
.cart-summary .block > .title:after,
.magento-payments-review-discount .block > .title:after,
.paypal-review-discount .block > .title:after,
.cart-discount .block > .title:after {
  color: #858585;
}
.abs-discount-block .block .content,
.cart-summary .block .content,
.magento-payments-review-discount .block .content,
.paypal-review-discount .block .content,
.cart-discount .block .content {
  display: none;
  padding: 5px 15px 23px;
  position: relative;
}
.abs-cart-block.active > .title:after,
.abs-discount-block .block.active > .title:after,
.cart-summary .block.active > .title:after,
.magento-payments-review-discount .block.active > .title:after,
.paypal-review-discount .block.active > .title:after,
.cart-discount .block.active > .title:after {
  content: '\e621';
}
.abs-discount-block .block.active .content,
.cart-summary .block.active .content,
.magento-payments-review-discount .block.active .content,
.paypal-review-discount .block.active .content,
.cart-discount .block.active .content {
  display: block;
}
.multicheckout .table-wrapper .cart-price {
  color: #7d7d7d;
  font-size: 1.6rem;
  font-weight: 700;
}
.multicheckout .table-wrapper .product-item-name {
  font-size: 1.8rem;
  font-weight: 300;
  margin: 0;
}
.abs-account-blocks .block-title,
.account .legend,
.form-giftregistry-search .legend,
.block-giftregistry-results .block-title,
.block-giftregistry-shared-items .block-title,
.block-wishlist-search-form .block-title,
.block-wishlist-search-results .block-title,
.multicheckout .block-title,
.multicheckout .block-content .title,
.customer-review .review-details .title,
.magento-payments-review .block .block-title,
.paypal-review .block .block-title,
.account .column.main .block:not(.widget) .block-title,
.multicheckout .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 {
  border-bottom: 1px solid #c6c6c6;
  margin-bottom: 25px;
  padding-bottom: 10px;
}
.abs-account-blocks .block-title > strong,
.abs-account-blocks .block-title > span,
.account .legend > strong,
.account .legend > span,
.form-giftregistry-search .legend > strong,
.form-giftregistry-search .legend > span,
.block-giftregistry-results .block-title > strong,
.block-giftregistry-results .block-title > span,
.block-giftregistry-shared-items .block-title > strong,
.block-giftregistry-shared-items .block-title > span,
.block-wishlist-search-form .block-title > strong,
.block-wishlist-search-form .block-title > span,
.block-wishlist-search-results .block-title > strong,
.block-wishlist-search-results .block-title > span,
.multicheckout .block-title > strong,
.multicheckout .block-title > span,
.multicheckout .block-content .title > strong,
.multicheckout .block-content .title > span,
.customer-review .review-details .title > strong,
.customer-review .review-details .title > span,
.magento-payments-review .block .block-title > strong,
.magento-payments-review .block .block-title > span,
.paypal-review .block .block-title > strong,
.paypal-review .block .block-title > span,
.account .column.main .block:not(.widget) .block-title > strong,
.account .column.main .block:not(.widget) .block-title > span,
.multicheckout .block-title > strong,
.multicheckout .block-title > span,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > strong,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > span,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > strong,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > span,
.sales-guest-view .column.main .block:not(.widget) .block-title > strong,
.sales-guest-view .column.main .block:not(.widget) .block-title > span {
  font-size: 2.2rem;
  font-weight: 300;
}
.block-addresses-list address,
.box-billing-address .box-content,
.box-shipping-address .box-content,
.box-address-billing .box-content,
.box-address-shipping .box-content,
.box-information .box-content,
.box-newsletter .box-content {
  line-height: 24px;
}
.order-details-items tfoot td {
  background: #f5f5f5;
}
.magento-payments-review .table-magento-payments-review-items .col.price .price-including-tax,
.magento-payments-review .table-magento-payments-review-items .col.price .price-excluding-tax,
.magento-payments-review .table-magento-payments-review-items .col.subtotal .price-including-tax,
.magento-payments-review .table-magento-payments-review-items .col.subtotal .price-excluding-tax,
.paypal-review .table-paypal-review-items .col.price .price-including-tax,
.paypal-review .table-paypal-review-items .col.price .price-excluding-tax,
.paypal-review .table-paypal-review-items .col.subtotal .price-including-tax,
.paypal-review .table-paypal-review-items .col.subtotal .price-excluding-tax,
.cart.table-wrapper .col.price .price-including-tax,
.cart.table-wrapper .col.price .price-excluding-tax,
.cart.table-wrapper .col.subtotal .price-including-tax,
.cart.table-wrapper .col.subtotal .price-excluding-tax,
.cart.table-wrapper .col.msrp .price-including-tax,
.cart.table-wrapper .col.msrp .price-excluding-tax,
.order-details-items .col.price .price-including-tax,
.order-details-items .col.price .price-excluding-tax,
.order-details-items .col.subtotal .price-including-tax,
.order-details-items .col.subtotal .price-excluding-tax {
  color: #666666;
  font-size: 1.8rem;
  display: block;
  line-height: 1;
  white-space: nowrap;
}
.magento-payments-review .table-magento-payments-review-items .col.price .price-including-tax .price,
.magento-payments-review .table-magento-payments-review-items .col.price .price-excluding-tax .price,
.magento-payments-review .table-magento-payments-review-items .col.subtotal .price-including-tax .price,
.magento-payments-review .table-magento-payments-review-items .col.subtotal .price-excluding-tax .price,
.paypal-review .table-paypal-review-items .col.price .price-including-tax .price,
.paypal-review .table-paypal-review-items .col.price .price-excluding-tax .price,
.paypal-review .table-paypal-review-items .col.subtotal .price-including-tax .price,
.paypal-review .table-paypal-review-items .col.subtotal .price-excluding-tax .price,
.cart.table-wrapper .col.price .price-including-tax .price,
.cart.table-wrapper .col.price .price-excluding-tax .price,
.cart.table-wrapper .col.subtotal .price-including-tax .price,
.cart.table-wrapper .col.subtotal .price-excluding-tax .price,
.cart.table-wrapper .col.msrp .price-including-tax .price,
.cart.table-wrapper .col.msrp .price-excluding-tax .price,
.order-details-items .col.price .price-including-tax .price,
.order-details-items .col.price .price-excluding-tax .price,
.order-details-items .col.subtotal .price-including-tax .price,
.order-details-items .col.subtotal .price-excluding-tax .price {
  font-weight: 700;
}
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax,
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-excluding-tax,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-excluding-tax,
.cart-summary .price-including-tax,
.cart-summary .price-excluding-tax,
.gift-summary .price-including-tax,
.gift-summary .price-excluding-tax,
.gift-options .price-including-tax,
.gift-options .price-excluding-tax {
  font-size: 1.4rem;
  display: inline-block;
}
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax + .price-excluding-tax,
.bundle-options-container .product-options-wrapper .field.choice .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 {
  font-size: 1.1rem;
  display: inline-block;
}
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax + .price-excluding-tax:before,
.bundle-options-container .product-options-wrapper .field.choice .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 .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax + .price-excluding-tax:after,
.bundle-options-container .product-options-wrapper .field.choice .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,
.magento-payments-review .table-magento-payments-review-items .cart-tax-total,
.paypal-review .table-paypal-review-items .cart-tax-total,
.cart.table-wrapper .cart-tax-total,
.order-details-items .cart-tax-total {
  cursor: pointer;
  padding-right: 10px;
  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,
.magento-payments-review .table-magento-payments-review-items .cart-tax-total:after,
.paypal-review .table-paypal-review-items .cart-tax-total:after,
.cart.table-wrapper .cart-tax-total:after,
.order-details-items .cart-tax-total:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 8px;
  line-height: 8px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  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,
.magento-payments-review .table-magento-payments-review-items .cart-tax-total:after,
.paypal-review .table-paypal-review-items .cart-tax-total:after,
.cart.table-wrapper .cart-tax-total:after,
.order-details-items .cart-tax-total:after {
  position: absolute;
  right: -2px;
  top: 4px;
}
.abs-tax-total-expanded:after,
.price-including-tax .cart-tax-total-expanded:after,
.price-excluding-tax .cart-tax-total-expanded:after,
.magento-payments-review .table-magento-payments-review-items .cart-tax-total-expanded:after,
.paypal-review .table-paypal-review-items .cart-tax-total-expanded:after,
.cart.table-wrapper .cart-tax-total-expanded:after,
.order-details-items .cart-tax-total-expanded:after {
  content: '\e621';
}
.giftcard-account .form-giftcard-redeem .fieldset,
.form-giftregistry-create .fieldset {
  margin-bottom: 20px;
}
.review-ratings .rating-summary,
.customer-review .review-details .customer-review-rating .rating-summary {
  display: table-row;
}
.review-ratings .rating-label,
.customer-review .review-details .customer-review-rating .rating-label {
  display: table-cell;
  padding-bottom: 5px;
  padding-right: 25px;
  padding-top: 1px;
  vertical-align: top;
}
.review-ratings .rating-result,
.customer-review .review-details .customer-review-rating .rating-result {
  display: table-cell;
  vertical-align: top;
}
.block-addresses-list .items.addresses .item.actions .action:after,
.account .data.table .col.actions .action:after,
[class^='sales-guest-'] .data.table .col.actions .action:after,
.sales-guest-view .data.table .col.actions .action:after,
.block .box-actions .action:after {
  border-left: 1px solid #a6a6a6;
  content: '';
  display: inline-block;
  height: 12px;
  margin: 0 10px;
  vertical-align: -1px;
}
.block-addresses-list .items.addresses .item.actions .action:last-child:after,
.account .data.table .col.actions .action:last-child:after,
[class^='sales-guest-'] .data.table .col.actions .action:last-child:after,
.sales-guest-view .data.table .col.actions .action:last-child:after,
.block .box-actions .action:last-child:after {
  display: none;
}
.magento-payments-review .block .block-title > .action,
.paypal-review .block .block-title > .action,
.account .column.main .block:not(.widget) .block-title > .action,
.multicheckout .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;
}
.magento-payments-review .block .box-title,
.paypal-review .block .box-title,
.account .column.main .block:not(.widget) .box-title,
.multicheckout .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 10px;
}
.magento-payments-review .block .box-title > span,
.paypal-review .block .box-title > span,
.account .column.main .block:not(.widget) .box-title > span,
.multicheckout .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-size: 1.6rem;
}
.magento-payments-review .block .box-title > .action,
.paypal-review .block .box-title > .action,
.account .column.main .block:not(.widget) .box-title > .action,
.multicheckout .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;
}
.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: 'luma-icons';
  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,
.no-display,
.cart-totals .table-caption,
.opc-block-summary .table-totals .table-caption {
  display: none;
}
.return-status,
.order-status {
  border: 2px solid #cccccc;
  border-radius: 3px;
  display: inline-block;
  margin: 3px 0 0;
  padding: 2px 10px;
  text-transform: uppercase;
  vertical-align: top;
}
.magento-rma-returns-returns .page-main .page-title-wrapper .page-title,
.magento-rma-returns-view .page-main .page-title-wrapper .page-title,
.magento-rma-guest-returns .page-main .page-title-wrapper .page-title,
.account .page-main .page-title-wrapper .page-title,
[class^='sales-guest-'] .page-main .page-title-wrapper .page-title,
.sales-guest-view .page-main .page-title-wrapper .page-title,
.magento-rma-guest-returns .page-main .page-title-wrapper .page-title {
  margin-right: 25px;
}
.magento-rma-returns-returns .page-main .page-title-wrapper .order-date,
.magento-rma-returns-view .page-main .page-title-wrapper .order-date,
.magento-rma-guest-returns .page-main .page-title-wrapper .order-date,
.account .page-main .page-title-wrapper .order-date,
[class^='sales-guest-'] .page-main .page-title-wrapper .order-date,
.sales-guest-view .page-main .page-title-wrapper .order-date,
.magento-rma-guest-returns .page-main .page-title-wrapper .order-date {
  font-size: 16px;
  margin-bottom: 10px;
}
.magento-rma-returns-returns .page-main .page-title-wrapper .order-date .label,
.magento-rma-returns-view .page-main .page-title-wrapper .order-date .label,
.magento-rma-guest-returns .page-main .page-title-wrapper .order-date .label,
.account .page-main .page-title-wrapper .order-date .label,
[class^='sales-guest-'] .page-main .page-title-wrapper .order-date .label,
.sales-guest-view .page-main .page-title-wrapper .order-date .label,
.magento-rma-guest-returns .page-main .page-title-wrapper .order-date .label {
  display: none;
}
.account .column.main .order-details-items .table-wrapper .data.table,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table,
.block-giftregistry-results .data.table,
.block-wishlist-search-results .data.table,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table {
  border: none;
}
.abs-table-striped > tbody > tr:nth-child(even) > td,
.abs-table-striped > tbody > tr:nth-child(even) > th,
.account .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > td,
.account .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > th,
.block-giftregistry-results .data.table > tbody > tr:nth-child(even) > td,
.block-giftregistry-results .data.table > tbody > tr:nth-child(even) > th,
.block-wishlist-search-results .data.table > tbody > tr:nth-child(even) > td,
.block-wishlist-search-results .data.table > tbody > tr:nth-child(even) > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > th {
  background: #f6f6f6;
}
.abs-table-striped > thead > tr > th,
.abs-table-striped > tbody > tr > th,
.abs-table-striped > tfoot > tr > th,
.abs-table-striped > thead > tr > td,
.abs-table-striped > tbody > tr > td,
.abs-table-striped > tfoot > tr > td,
.account .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.account .column.main .order-details-items .table-wrapper .data.table > tbody > tr > th,
.account .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > th,
.account .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.account .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td,
.account .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tbody > tr > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tbody > tr > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > td,
.block-giftregistry-results .data.table > thead > tr > th,
.block-giftregistry-results .data.table > tbody > tr > th,
.block-giftregistry-results .data.table > tfoot > tr > th,
.block-giftregistry-results .data.table > thead > tr > td,
.block-giftregistry-results .data.table > tbody > tr > td,
.block-giftregistry-results .data.table > tfoot > tr > td,
.block-wishlist-search-results .data.table > thead > tr > th,
.block-wishlist-search-results .data.table > tbody > tr > th,
.block-wishlist-search-results .data.table > tfoot > tr > th,
.block-wishlist-search-results .data.table > thead > tr > td,
.block-wishlist-search-results .data.table > tbody > tr > td,
.block-wishlist-search-results .data.table > tfoot > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tbody > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > td {
  border: none;
}
.abs-table-striped > thead > tr > th,
.abs-table-striped > thead > tr > td,
.account .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.account .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.block-giftregistry-results .data.table > thead > tr > th,
.block-giftregistry-results .data.table > thead > tr > td,
.block-wishlist-search-results .data.table > thead > tr > th,
.block-wishlist-search-results .data.table > thead > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > thead > tr > td {
  border-bottom: 1px solid #cccccc;
}
.block-compare .counter,
.block-wishlist .counter {
  color: #6d6d6d;
  font-size: 1.2rem;
  vertical-align: middle;
  white-space: nowrap;
}
.block-compare .counter:before,
.block-wishlist .counter:before {
  content: '(';
}
.block-compare .counter:after,
.block-wishlist .counter:after {
  content: ')';
}
.block-compare .block-title,
.block-reorder .block-title,
.widget .block-title,
.block-wishlist .block-title {
  margin: 0 0 20px;
}
.block-compare .block-title strong,
.block-reorder .block-title strong,
.widget .block-title strong,
.block-wishlist .block-title strong {
  font-size: 18px;
  font-weight: 300;
  vertical-align: middle;
}
.block-cart-failed,
.cart-container .form-cart {
  margin-bottom: 20px;
}
.block-cart-failed .actions.main .continue,
.cart-container .form-cart .actions.main .continue {
  display: none;
}
.block-cart-failed .actions.main .clear,
.cart-container .form-cart .actions.main .clear {
  line-height: 1.42857143;
  margin: 0 20px 0 0;
  padding: 0;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-weight: 400;
}
.abs-shopping-cart-items .actions.main .clear:visited,
.block-cart-failed .actions.main .clear:visited,
.cart-container .form-cart .actions.main .clear:visited {
  color: #006bb4;
  text-decoration: none;
}
.abs-shopping-cart-items .actions.main .clear:hover,
.block-cart-failed .actions.main .clear:hover,
.cart-container .form-cart .actions.main .clear:hover {
  color: #006bb4;
  text-decoration: underline;
}
.abs-shopping-cart-items .actions.main .clear:active,
.block-cart-failed .actions.main .clear:active,
.cart-container .form-cart .actions.main .clear:active {
  color: #ff5501;
  text-decoration: underline;
}
.abs-shopping-cart-items .actions.main .clear:hover,
.abs-shopping-cart-items .actions.main .clear:active,
.abs-shopping-cart-items .actions.main .clear:focus,
.block-cart-failed .actions.main .clear:hover,
.block-cart-failed .actions.main .clear:active,
.block-cart-failed .actions.main .clear:focus,
.cart-container .form-cart .actions.main .clear:hover,
.cart-container .form-cart .actions.main .clear:active,
.cart-container .form-cart .actions.main .clear:focus {
  background: none;
  border: 0;
}
.abs-shopping-cart-items .actions.main .clear.disabled,
.abs-shopping-cart-items .actions.main .clear[disabled],
fieldset[disabled] .abs-shopping-cart-items .actions.main .clear,
.block-cart-failed .actions.main .clear.disabled,
.block-cart-failed .actions.main .clear[disabled],
fieldset[disabled] .block-cart-failed .actions.main .clear,
.cart-container .form-cart .actions.main .clear.disabled,
.cart-container .form-cart .actions.main .clear[disabled],
fieldset[disabled] .cart-container .form-cart .actions.main .clear {
  color: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.form.search.advanced .fields.range .field.date .control,
.form-giftregistry-edit .field.date .control {
  position: relative;
}
.abs-field-date input,
.field.date ._has-datepicker,
.field-dob ._has-datepicker,
.form-giftregistry-search .fields-specific-options .datetime-picker,
.form.search.advanced .fields.range .field.date input,
.form-giftregistry-edit .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% - 36px);
}
.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: #666666;
}
.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 {
  padding-bottom: 10px;
  color: #333333;
  font-weight: 300;
  font-size: 2.6rem;
}
.cart-totals,
.opc-block-summary .table-totals {
  border-top: 1px solid #cccccc;
  padding-top: 10px;
}
.cart-totals tbody .mark,
.cart-totals tfoot .mark,
.opc-block-summary .table-totals tbody .mark,
.opc-block-summary .table-totals tfoot .mark {
  border: 0;
  font-weight: 400;
  padding: 6px 0;
}
.cart-totals tbody .amount,
.cart-totals tfoot .amount,
.opc-block-summary .table-totals tbody .amount,
.opc-block-summary .table-totals tfoot .amount {
  border: 0;
  font-weight: 400;
  padding: 6px 0 6px 14px;
  text-align: right;
  white-space: nowrap;
}
.cart-totals .grand th,
.cart-totals .grand td,
.opc-block-summary .table-totals .grand th,
.opc-block-summary .table-totals .grand td {
  padding: 11px 0;
}
.cart-totals .grand strong,
.opc-block-summary .table-totals .grand strong {
  display: inline-block;
  font-weight: 600;
  padding: 3px 0 0;
}
.cart-totals .grand .mark,
.opc-block-summary .table-totals .grand .mark {
  font-size: 1.8rem;
  border-top: 1px solid #cccccc;
  padding-right: 10px;
}
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .amount {
  font-size: 1.8rem;
  border-top: 1px solid #cccccc;
}
.cart-totals .msrp,
.opc-block-summary .table-totals .msrp {
  margin-bottom: 10px;
}
.cart-totals tbody tr:last-child td,
.opc-block-summary .table-totals tbody tr:last-child td {
  padding-bottom: 19px;
}
.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-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  cursor: pointer;
}
.cart-totals .totals-tax-summary .amount .price,
.opc-block-summary .table-totals .totals-tax-summary .amount .price {
  padding-right: 20px;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.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: 12px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  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: 3px;
  top: 3px;
}
.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 #cccccc;
  display: none;
}
.cart-totals .totals-tax-details.shown,
.opc-block-summary .table-totals .totals-tax-details.shown {
  display: table-row;
}
.cart-totals .table-wrapper,
.opc-block-summary .table-totals .table-wrapper {
  margin-bottom: 0;
}
.magento-payments-review-discount .block > .title strong,
.paypal-review-discount .block > .title strong,
.cart-discount .block > .title strong {
  color: #006bb4;
  font-weight: 400;
}
.magento-payments-review-discount .actions-toolbar,
.paypal-review-discount .actions-toolbar,
.cart-discount .actions-toolbar {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.magento-payments-review-discount .actions-toolbar .action.primary,
.magento-payments-review-discount .actions-toolbar .action.cancel,
.paypal-review-discount .actions-toolbar .action.primary,
.paypal-review-discount .actions-toolbar .action.cancel,
.cart-discount .actions-toolbar .action.primary,
.cart-discount .actions-toolbar .action.cancel {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin: 0 0 0 -1px;
  white-space: nowrap;
  width: auto;
}
.magento-payments-review-discount .actions-toolbar .secondary,
.paypal-review-discount .actions-toolbar .secondary,
.cart-discount .actions-toolbar .secondary {
  bottom: 5px;
  left: 15px;
  position: absolute;
}
.magento-payments-review-discount .action.check,
.paypal-review-discount .action.check,
.cart-discount .action.check {
  font-weight: 400;
}
.magento-payments-review-discount .fieldset,
.paypal-review-discount .fieldset,
.cart-discount .fieldset {
  display: table;
  width: 100%;
}
.magento-payments-review-discount .fieldset > .field > .label,
.paypal-review-discount .fieldset > .field > .label,
.cart-discount .fieldset > .field > .label {
  display: none;
}
.magento-payments-review-discount .field,
.paypal-review-discount .field,
.cart-discount .field {
  display: table-cell;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/Epicor/dualcolor/en_US/fonts/opensans/light/opensans-300.woff2') format('woff2'), url('../../frontend/Epicor/dualcolor/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/Epicor/dualcolor/en_US/fonts/opensans/regular/opensans-400.woff2') format('woff2'), url('../../frontend/Epicor/dualcolor/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/Epicor/dualcolor/en_US/fonts/opensans/semibold/opensans-600.woff2') format('woff2'), url('../../frontend/Epicor/dualcolor/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/Epicor/dualcolor/en_US/fonts/opensans/bold/opensans-700.woff2') format('woff2'), url('../../frontend/Epicor/dualcolor/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 tfoot {
  background: #f5f5f5;
}
.table tfoot > tr:first-child th,
.table tfoot > tr:first-child td {
  border-top: 1px solid #cccccc;
  padding-top: 20px;
}
.table tfoot th,
.table tfoot td {
  border: 0;
}
.table tfoot .mark {
  font-weight: 400;
  text-align: right;
}
.message.info {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.info a {
  color: #006bb4;
}
.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: 24px;
  line-height: 24px;
  color: #c07600;
  content: '\e602';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.error {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #fae5e5;
  color: #e02b27;
  padding-left: 45px;
  position: relative;
}
.message.error a {
  color: #006bb4;
}
.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: 24px;
  line-height: 24px;
  color: #b30000;
  content: '\e61f';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.warning {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.warning a {
  color: #006bb4;
}
.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: 24px;
  line-height: 24px;
  color: #c07600;
  content: '\e602';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.notice {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.notice a {
  color: #006bb4;
}
.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: 24px;
  line-height: 24px;
  color: #c07600;
  content: '\e602';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.success {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #e5efe5;
  color: #006400;
  padding-left: 45px;
  position: relative;
}
.message.success a {
  color: #006bb4;
}
.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: 24px;
  line-height: 24px;
  color: #006400;
  content: '\e60e';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.panel.header .links,
.panel.header .switcher {
  display: none;
}
.nav-sections {
  background: #f0f0f0;
}
.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: #757575;
  content: '\e609';
  font-family: 'luma-icons';
  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.7);
  z-index: 9999;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  position: absolute;
}
.load.indicator:before {
  background: transparent url('../../frontend/Epicor/dualcolor/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 20px;
  padding: 0 0 10px;
  width: 100%;
  box-sizing: border-box;
  float: left;
  font-weight: 300;
  line-height: 1.2;
  font-size: 1.8rem;
}
.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 8px;
  display: inline-block;
}
.fieldset > .field:last-child,
.fieldset > .fields > .field:last-child {
  margin-bottom: 0;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  font-weight: 600;
}
.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: 'Source Sans Pro', 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: #575757;
}
.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: #575757;
}
.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: #575757;
}
.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;
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.fieldset > .field.no-label > .label,
.fieldset > .fields > .field.no-label > .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.fieldset > .field.choice .label,
.fieldset > .fields > .field.choice .label {
  display: inline;
  font-weight: normal;
  margin: 0;
}
.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;
}
.legend + .fieldset,
.legend + div {
  clear: both;
}
.legend > span {
  margin-right: 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;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-size: 30px 60px;
  text-indent: .01em;
  text-overflow: '';
}
select::-ms-expand {
  display: none;
}
select.admin__control-multiselect {
  height: auto;
}
.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;
  margin-top: -4px;
  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: 'luma-icons';
  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: 'luma-icons';
  src: url('../../frontend/Epicor/dualcolor/en_US/fonts/Luma-Icons.woff2') format('woff2'), url('../../frontend/Epicor/dualcolor/en_US/fonts/Luma-Icons.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
button,
a.action.primary {
  border-radius: 3px;
}
button:not(.primary) {
  box-shadow: none;
}
button:not(.primary):active {
  box-shadow: inset 0 1px 0 0 rgba(204, 204, 204, 0.8), inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
}
body:not(._keyfocus) button:focus {
  box-shadow: none;
}
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: 'Source Sans Pro', Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 600;
  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;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 20px;
  margin-left: -15px;
  margin-right: -15px;
}
.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;
}
.product.data.items > .item.title > .switch {
  border-top: 1px solid #cccccc;
  height: 40px;
  padding: 1px 10px 1px 10px;
  font-weight: 600;
  line-height: 40px;
  font-size: 1.4rem;
  color: #333333;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:visited {
  color: #6d6d6d;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:hover {
  color: #333333;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:active {
  color: #333333;
  text-decoration: none;
}
.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 {
  color: #333333;
  text-decoration: none;
  padding-bottom: 1px;
}
.product.data.items > .item.content {
  background: #ffffff;
  margin: 0;
  padding: 10px 10px 30px;
}
.product.data.items .item.title a {
  position: relative;
  text-decoration: none;
}
.product.data.items .item.title a:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.product.data.items .item.title a:after {
  position: absolute;
  right: 10px;
  top: 1px;
}
.product.data.items .item.title.active a:after {
  content: '\e621';
}
.product.data.items .value p:last-child {
  margin-bottom: 0;
}
.product.data.items .table-wrapper {
  margin: 0;
}
.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: 400;
}
.pages .item {
  font-size: 1.2rem;
  line-height: 3rem;
  letter-spacing: normal;
  margin: 0 8px 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: #006bb4;
  display: inline-block;
  padding: 0 5px;
  text-decoration: none;
}
.pages a.page:visited {
  color: #006bb4;
}
.pages a.page:hover {
  color: #006bb4;
  text-decoration: none;
}
.pages a.page:active {
  color: #ff5501;
}
.pages strong.page {
  background: #e5e5e5;
  font-size: 1.2rem;
  line-height: 3rem;
  letter-spacing: normal;
  color: #333333;
  display: inline-block;
  font-weight: 700;
  padding: 0 5px;
}
.pages .action {
  background: #f0f0f0;
  border: 1px solid #cccccc;
  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: 16px;
  line-height: inherit;
  color: #7d7d7d;
  content: '\e608';
  font-family: 'luma-icons';
  margin: 0;
  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: 16px;
  line-height: inherit;
  color: #7d7d7d;
  content: '\e617';
  font-family: 'luma-icons';
  margin: 0;
  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 {
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
  border-radius: 3px;
  padding: 0 8px;
}
.pages .action.previous {
  margin-right: 8px;
}
.pages .action.next {
  margin-left: 8px;
}
.actions-toolbar > .primary,
.actions-toolbar > .secondary {
  margin-bottom: 10px;
  text-align: center;
}
.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 15px;
  min-height: 24px;
}
.breadcrumbs .items {
  font-size: 1.2rem;
  color: #707070;
  margin: 0;
  padding: 0;
  list-style: none none;
}
.breadcrumbs .items > li {
  display: inline-block;
  vertical-align: top;
}
.breadcrumbs .item {
  margin: 0;
}
.breadcrumbs a {
  color: #006bb4;
  text-decoration: none;
}
.breadcrumbs a:visited {
  color: #006bb4;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: #006bb4;
  text-decoration: underline;
}
.breadcrumbs a:active {
  color: #006bb4;
  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: 10px;
  line-height: 18px;
  content: '\e608';
  font-family: 'luma-icons';
  margin: 0 10px;
  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: 16px;
  line-height: 16px;
  color: #8c8c8c;
  content: '\e616';
  font-family: 'luma-icons';
  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: #737373;
}
.ui-dialog.popup .action.close:active:before {
  color: #737373;
}
.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 .actions-toolbar .action.cancel {
  font-weight: 400;
}
.popup-pointer {
  margin-left: -14px;
  position: absolute;
  top: -14px;
}
.popup-pointer:before,
.popup-pointer:after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-bottom-style: solid;
}
.popup-pointer:before {
  left: 2px;
  top: 2px;
  border: solid 6px;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.popup-pointer:after {
  left: 1px;
  top: 0px;
  border: solid 7px;
  border-color: transparent transparent #aeaeae transparent;
  z-index: 98;
}
.price-tier_price .price-excluding-tax,
.price-tier_price .price-including-tax {
  display: inline;
}
.price-including-tax,
.price-excluding-tax {
  display: block;
  font-size: 1.8rem;
  line-height: 1;
}
.price-including-tax .price,
.price-excluding-tax .price {
  font-weight: 700;
}
.price-including-tax + .price-excluding-tax,
.weee[data-label] {
  display: block;
  font-size: 1.8rem;
}
.price-including-tax + .price-excluding-tax:before,
.weee[data-label]:before {
  content: attr(data-label) ': ';
  font-size: 1.1rem;
}
.price-including-tax + .price-excluding-tax .price,
.weee[data-label] .price {
  font-size: 1.1rem;
}
body._has-modal {
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.modals-overlay {
  z-index: 899;
}
.modal-slide,
.modal-popup {
  bottom: 0;
  left: 0;
  min-width: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s .3s, opacity .3s ease;
  transition: visibility 0s .3s, opacity .3s ease;
}
.modal-slide._show,
.modal-popup._show {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
.modal-slide._show .modal-inner-wrap,
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-slide .modal-inner-wrap,
.modal-popup .modal-inner-wrap {
  background-color: #ffffff;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
  opacity: 1;
  pointer-events: auto;
}
.modal-slide {
  left: 44px;
  z-index: 900;
}
.modal-slide._show .modal-inner-wrap {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.modal-slide .modal-inner-wrap {
  height: 100%;
  overflow-y: auto;
  position: static;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  width: auto;
}
.modal-slide._inner-scroll .modal-inner-wrap {
  overflow-y: visible;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.modal-slide._inner-scroll .modal-header,
.modal-slide._inner-scroll .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.modal-slide._inner-scroll .modal-content {
  overflow-y: auto;
}
.modal-slide._inner-scroll .modal-footer {
  margin-top: auto;
}
.modal-slide .modal-header,
.modal-slide .modal-content,
.modal-slide .modal-footer {
  padding: 0 2.6rem 2.6rem;
}
.modal-slide .modal-header {
  padding-bottom: 2.1rem;
  padding-top: 2.1rem;
}
.modal-popup {
  z-index: 900;
  left: 0;
  overflow-y: auto;
}
.modal-popup.confirm .modal-inner-wrap {
  max-width: 50rem;
}
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.modal-popup .modal-inner-wrap {
  margin: 5rem auto;
  width: 75%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-sizing: border-box;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  -webkit-transform: translateY(-200%);
  transform: translateY(-200%);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: transform .2s ease;
}
.modal-popup._inner-scroll {
  overflow-y: visible;
}
.ie11 .modal-popup._inner-scroll {
  overflow-y: auto;
}
.modal-popup._inner-scroll .modal-inner-wrap {
  max-height: 90%;
}
.ie11 .modal-popup._inner-scroll .modal-inner-wrap {
  max-height: none;
}
.modal-popup._inner-scroll .modal-content {
  overflow-y: auto;
}
.modal-popup .modal-header,
.modal-popup .modal-content,
.modal-popup .modal-footer {
  padding-left: 3rem;
  padding-right: 3rem;
}
.modal-popup .modal-header,
.modal-popup .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.modal-popup .modal-header {
  padding-bottom: 1.2rem;
  padding-top: 3rem;
}
.modal-popup .modal-footer {
  margin-top: auto;
  padding-bottom: 3rem;
  padding-top: 3rem;
}
.modal-popup .modal-footer-actions {
  text-align: right;
}
.modal-custom .action-close,
.modal-popup .action-close,
.modal-slide .action-close {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
  position: absolute;
  right: 0;
  top: 0;
}
.modal-custom .action-close:focus,
.modal-popup .action-close:focus,
.modal-slide .action-close:focus,
.modal-custom .action-close:active,
.modal-popup .action-close:active,
.modal-slide .action-close:active {
  background: none;
  border: none;
}
.modal-custom .action-close:hover,
.modal-popup .action-close:hover,
.modal-slide .action-close:hover {
  background: none;
  border: none;
}
.modal-custom .action-close.disabled,
.modal-popup .action-close.disabled,
.modal-slide .action-close.disabled,
.modal-custom .action-close[disabled],
.modal-popup .action-close[disabled],
.modal-slide .action-close[disabled],
fieldset[disabled] .modal-custom .action-close,
fieldset[disabled] .modal-popup .action-close,
fieldset[disabled] .modal-slide .action-close {
  pointer-events: none;
  opacity: 0.5;
}
.modal-custom .action-close > span,
.modal-popup .action-close > span,
.modal-slide .action-close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.modal-custom .action-close:before,
.modal-popup .action-close:before,
.modal-slide .action-close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 14px;
  color: #757575;
  content: '\e616';
  font-family: 'luma-icons';
  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: 15px;
}
.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: 20px;
}
.modal-slide .action-close {
  margin: 15px;
  padding: 0;
}
.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;
}
/**
 * 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/Epicor/dualcolor/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/Epicor/dualcolor/en_US/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot');
  src: url('../../frontend/Epicor/dualcolor/en_US/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot?#iefix') format('embedded-opentype'), url('../../frontend/Epicor/dualcolor/en_US/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.woff') format('woff'), url('../../frontend/Epicor/dualcolor/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 {
  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 {
  border: 1px solid #b3b3b3;
}
.slick-dots li button:active,
.slick-dots li button:focus,
.slick-dots li button:not(.primary) {
  box-shadow: none;
}
.slick-dots li.slick-active button {
  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 {
  line-height: 2.2rem;
  font-size: 1.8rem;
  line-height: 1.42857143;
  margin: 0 10px 10px 0;
  padding: 14px 17px;
  color: #006bb4;
  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 {
  color: #006bb4;
  text-decoration: none;
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover {
  color: #006bb4;
  text-decoration: underline;
}
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.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 {
  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 {
  color: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
a.pagebuilder-button-primary,
button.pagebuilder-button-primary,
div.pagebuilder-button-primary {
  text-decoration: none;
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Source Sans Pro', Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 600;
  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 {
  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 {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.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 {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
a.pagebuilder-button-secondary,
button.pagebuilder-button-secondary,
div.pagebuilder-button-secondary {
  text-decoration: none;
  background-image: none;
  background: #eeeeee;
  border: 1px solid #cccccc;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Source Sans Pro', Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 600;
  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 {
  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 {
  background: #e2e2e2;
  border: 1px solid #cccccc;
  color: #333333;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover {
  background: #e1e1e1;
  border: 1px solid #cccccc;
  color: #333333;
}
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 {
  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: 1280px;
}
[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: 1280px;
  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;
}
.pagebuilder-accordion > .item.title > .switch {
  border-top: 1px solid #cccccc;
  height: 40px;
  padding: 1px 10px 1px 10px;
  font-weight: 600;
  line-height: 40px;
  font-size: 1.4rem;
  color: #333333;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:visited {
  color: #6d6d6d;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:hover {
  color: #333333;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:active {
  color: #333333;
  text-decoration: none;
}
.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 {
  color: #333333;
  text-decoration: none;
  padding-bottom: 1px;
}
.pagebuilder-accordion > .item.content {
  background: #ffffff;
  margin: 0;
  padding: 10px 10px 30px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form-discount .g-recaptcha {
  margin-top: 50px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.wishlist.share .g-recaptcha {
  margin-bottom: 40px;
}
.payment-method .flex-center {
  align-items: center;
  display: flex;
  gap: 5px;
}
.payment-method .payment-type-icon {
  height: 40px;
}
.card-grid {
  display: grid;
}
.card-aux {
  gap: 20px;
  grid-template-columns: minmax(auto, 400px);
}
.card-aux .actions-toolbar {
  justify-self: start;
}
.card-container {
  margin-top: 20px;
  align-items: center;
}
.card-container .card-layout {
  column-gap: 10px;
  display: grid;
  grid-template-areas: 'card-number-field-area card-number-field-area' 'expiration-date-field-area cvv-field-area';
  max-width: 400px;
  row-gap: 10px;
  grid-template-columns: repeat(2, 1fr);
}
.card-container .card-layout .display-lock {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
}
.card-container .card-layout .display-lock .lock-icon:hover::before {
  color: #757575;
}
.card-container .card-layout .display-lock .lock-icon:before {
  color: #bbbbbb;
  content: '\e629';
  display: inline-block;
  font-family: 'luma-icons';
  font-size: 18px;
  font-weight: normal;
  line-height: inherit;
  overflow: hidden;
  speak: none;
  text-align: center;
  vertical-align: middle;
}
.card-container .card-layout .card-number-field-area {
  grid-area: card-number-field-area;
}
.card-container .card-layout .expiration-date-field-area {
  grid-area: expiration-date-field-area;
}
.card-container .card-layout .cvv-field-area {
  grid-area: cvv-field-area;
}
.card-container .field div.error {
  border-color: #ed8380;
}
.card-container .field .label {
  display: block;
  font-weight: 600;
}
.card-container .field .card-field {
  border: 1px solid #c2c2c2;
  height: 32px;
  padding: 8px 15px;
}
.card-container .field .field-wrapper {
  position: relative;
}
.card-container .field .field-wrapper .field-tooltip {
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 10px;
}
.checkout-index-index > .loading-mask {
  z-index: 999;
}
.magento-payments-review .actions-toolbar {
  margin-top: 10px;
}
.magento-payments-review .magento-payments-review-title {
  padding: 0 0 10px;
}
.magento-payments-review .magento-payments-review-title > strong {
  font-size: 2.4rem;
  font-weight: 300;
}
.magento-payments-review .magento-payments-review-title .action {
  display: inline-block;
  margin: 12px 0 0 30px;
}
.magento-payments-review .table-magento-payments-review-items .col.name {
  padding-top: 16px;
}
.magento-payments-review .table-magento-payments-review-items .col.qty {
  text-align: center;
}
.magento-payments-review .item-options dt {
  display: inline-block;
}
.magento-payments-review .item-options dt:after {
  content: ': ';
}
.magento-payments-review .item-options dd {
  margin: 0;
}
.magento-payments-review .payment-source-logo {
  margin-top: 10px;
}
.magento-payments-review .payment-source-logo[alt='googlepay'] {
  height: 40px;
}
.magento-payments-review .payment-source-logo[alt='applepay'] {
  height: 40px;
}
.magento-payments-review .payment-source-logo[alt='paypal'],
.magento-payments-review .payment-source-logo[alt='paylater'] {
  height: 26px;
}
.magento-payments-review .payment-source-logo[alt='venmo'] {
  height: 20px;
}
.magento-payments-review-discount {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 40px;
  padding: 10px 0 0;
}
.block-minicart .block-content > .actions .smart-buttons {
  margin-top: 15px;
}
.pay-later-message {
  margin-top: 10px;
}
.smart-buttons > div > div {
  vertical-align: bottom;
}
.apple-pay {
  margin-top: 14px;
}
.cart-summary .apple-pay {
  margin-top: 11px;
}
.google-pay {
  margin-top: 14px;
}
.google-pay button {
  background-origin: content-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
}
.cart-summary .google-pay {
  margin-bottom: 14px;
}
.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;
}
/**
 * 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%;
}
.table-wrapper.billing-agreements {
  margin-bottom: 40px;
}
.payment-method-content .pay-later-message {
  margin-bottom: 10px;
  margin-top: 10px;
}
.paypal {
  display: inline-block;
  vertical-align: top;
}
.block-minicart .paypal,
.cart-summary .paypal {
  display: block;
}
.paypal img {
  display: block;
  margin: 5px auto 0;
}
.opc .paypal {
  vertical-align: middle;
}
.paypal.acceptance {
  display: block;
  margin: 0 0 20px;
}
.map-form-addtocart .paypal {
  display: block;
  margin: 10px auto 5px;
}
.cart-summary .paypal + .paypal {
  margin-top: 25px;
}
.paypal-review .actions-toolbar {
  margin-top: 10px;
}
.paypal-review .paypal-review-title {
  padding: 0 0 10px;
}
.paypal-review .paypal-review-title > strong {
  font-size: 2.4rem;
  font-weight: 300;
}
.paypal-review .paypal-review-title .action {
  display: inline-block;
  margin: 12px 0 0 30px;
}
.paypal-review .table-paypal-review-items .col.name {
  padding-top: 16px;
}
.paypal-review .table-paypal-review-items .col.qty {
  text-align: center;
}
.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 #cccccc;
  margin: 0 0 40px;
  padding: 10px 0 0;
}
.fotorama-video-container:after {
  background: url('../../frontend/Epicor/dualcolor/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/Epicor/dualcolor/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%;
  }
}
.opc-wrapper .form-discount {
  max-width: 500px;
}
.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 #00699d;
}
.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/Epicor/dualcolor/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 #00699d;
}
.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;
}
.minilist .weee {
  display: table-row;
  font-size: 1.1rem;
}
.minilist .weee:before {
  display: none;
}
.price-container.weee:before {
  display: none;
}
.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: 7px;
}
.column .block-addbysku .sku {
  margin-right: -155px;
  padding-right: 160px;
  width: 100%;
}
.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 15px 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 .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 4px;
  width: auto;
}
.column .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;
}
.column .block-addbysku .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: inherit;
  color: inherit;
  content: '\e61c';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.column .block-addbysku .action.add:hover:before {
  color: inherit;
}
.column .block-addbysku .action.add:active:before {
  color: inherit;
}
.column .block-addbysku .reset {
  margin: 7px 0;
}
.column .block-addbysku .note {
  display: block;
  margin: 0 0 20px;
  padding-top: 10px;
}
.block-cart-failed {
  margin: 40px 0;
}
.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 {
  display: block;
  margin: 0 auto 10px;
}
.catalogsearch-advanced-result .message.error {
  margin-top: -60px;
}
.bundle-actions {
  margin: 0 0 30px;
}
.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: 0rem;
  margin-bottom: 2rem;
  border: 0;
  padding: 0;
}
.bundle-options-container .product-add-form {
  display: none;
}
.bundle-options-container .product-options-wrapper {
  margin-bottom: 30px;
}
.bundle-options-container .product-options-wrapper .fieldset > .field {
  border-top: 1px #e4e4e4 solid;
  padding-top: 20px;
}
.bundle-options-container .product-options-wrapper .fieldset > .field:first-of-type {
  border-top: 0;
  padding-top: 0;
}
.bundle-options-container .product-options-wrapper .field.choice input {
  float: left;
  margin-top: 4px;
}
.bundle-options-container .product-options-wrapper .field.choice .label {
  display: block;
  margin-left: 24px;
}
.bundle-options-container .product-options-wrapper .field.choice .price-excluding-tax {
  display: inline-block;
}
.bundle-options-container .action.back {
  margin-bottom: 30px;
}
.bundle-options-container .block-bundle-summary > .title {
  margin-bottom: 15px;
}
.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 > .title,
.bundle-options-container .block-bundle-summary .bundle-summary .subtitle {
  border-bottom: 1px #e4e4e4 solid;
  margin-bottom: 25px;
  padding-bottom: 16px;
}
.bundle-options-container .block-bundle-summary .price-box {
  margin-bottom: 20px;
}
.bundle-options-container .block-bundle-summary .price-box .price-label {
  display: block;
  margin-bottom: 5px;
}
.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: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
  display: block;
}
.bundle-options-container .block-bundle-summary .bundle.items > li {
  margin-bottom: 20px;
}
.bundle-options-container .block-bundle-summary .product-addto-links {
  text-align: center;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action {
  margin-right: 5%;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action.tocompare:before {
  content: '\e61e';
}
.bundle-options-container p.required {
  color: #e02b27;
}
.bundle-options-container .nested .field.qty {
  margin: 0 0 20px;
  margin-top: 20px;
}
.bundle-options-container .nested .field.qty > .label {
  margin: 0 0 8px;
  display: inline-block;
}
.bundle-options-container .nested .field.qty .label {
  font-weight: 600;
}
.bundle-options-container .nested .field.qty:last-child {
  margin-bottom: 0;
}
.bundle-options-container .price {
  font-weight: 600;
}
.bundle-options-container .product-options-bottom {
  border-top: 1px solid #cccccc;
  clear: left;
  margin: 0 0 40px;
  padding-top: 20px;
}
.products {
  margin: 30px 0;
}
.product-items {
  font-size: 0;
  letter-spacing: -1px;
  line-height: 0;
}
.product-item {
  font-size: 1.4rem;
  line-height: normal;
  letter-spacing: normal;
  vertical-align: top;
}
.products-grid .product-item {
  display: inline-block;
  margin-left: 2%;
  width: calc((100% - 2%)/2);
}
.product-item:nth-child(2n + 1) {
  margin-left: 0;
}
.product-item-name {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  display: block;
  hyphens: auto;
  margin: 5px 0;
  word-wrap: break-word;
}
.product-item-info {
  max-width: 100%;
  width: 152px;
}
.page-products .product-item-info {
  width: 240px;
}
.product-item-actions {
  font-size: 0;
}
.product-item-actions > * {
  font-size: 1.4rem;
}
.product-item-actions .actions-secondary {
  display: inline-block;
  font-size: 1.4rem;
  vertical-align: middle;
}
.product-item-actions .actions-secondary > button.action {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.product-item-actions .actions-secondary > button.action:focus,
.product-item-actions .actions-secondary > button.action:active {
  background: none;
  border: none;
}
.product-item-actions .actions-secondary > button.action:hover {
  background: none;
  border: none;
}
.product-item-actions .actions-secondary > button.action.disabled,
.product-item-actions .actions-secondary > button.action[disabled],
fieldset[disabled] .product-item-actions .actions-secondary > button.action {
  pointer-events: none;
  opacity: 0.5;
}
.product-item-actions .actions-secondary > .action {
  line-height: 35px;
  text-align: center;
  width: 35px;
}
.product-item-actions .actions-secondary > .action:before {
  margin: 0;
}
.product-item-actions .actions-primary {
  display: inline-block;
  vertical-align: middle;
}
.product-item-actions .actions-primary > .stock.unavailable {
  line-height: 1;
  padding-bottom: 10px;
  padding-right: 24px;
  padding-top: 10px;
}
.product-item-description {
  margin: 25px 0;
}
.product-item .product-reviews-summary .rating-summary {
  margin: 0 4px 0 0;
}
.product-item .product-reviews-summary .reviews-actions {
  font-size: 12px;
  margin-top: 5px;
}
.product-item .price-box {
  margin: 10px 0 25px;
}
.product-item .price-box .price {
  font-weight: 700;
  white-space: nowrap;
}
.product-item .price-box .price-label {
  color: #666666;
  font-size: 12px;
}
.product-item .old-price {
  margin: 5px 0;
}
.product-item .old-price .price {
  font-weight: normal;
}
.product-item .regular-price .price-label {
  display: none;
}
.product-item .minimal-price .price-container {
  display: block;
}
.product-item .minimal-price-link {
  margin-top: 5px;
}
.product-item .price-from,
.product-item .price-to {
  margin: 0;
}
.product-item .tocompare:before {
  content: '\e61e';
}
.product-item .tocart {
  font-size: 1.3rem;
  border-radius: 0;
  line-height: 1;
  padding-bottom: 10px;
  padding-top: 10px;
  white-space: nowrap;
}
.column.main .product-items {
  margin-left: 0;
}
.column.main .product-item {
  padding-left: 0;
}
.price-container .price {
  font-size: 1.4rem;
}
.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee {
  margin-top: 5px;
}
.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee,
.price-container .price-including-tax + .price-excluding-tax .price,
.price-container .weee .price,
.price-container .weee + .price-excluding-tax:before,
.price-container .weee + .price-excluding-tax .price {
  font-size: 1.1rem;
}
.price-container .weee:before {
  content: '(' attr(data-label) ': ';
}
.price-container .weee:after {
  content: ')';
}
.price-container .weee + .price-excluding-tax:before {
  content: attr(data-label) ': ';
}
.products-list .product-item {
  display: table;
  width: 100%;
}
.products-list .product-item-info {
  display: table-row;
}
.products-list .product-item-photo {
  display: table-cell;
  padding: 0 30px 30px 0;
  vertical-align: top;
  width: 1%;
}
.products-list .product-item-details {
  display: table-cell;
  vertical-align: top;
}
.page-products .columns {
  padding-top: 60px;
  position: relative;
  z-index: 1;
}
.toolbar {
  margin-bottom: 30px;
  text-align: center;
}
.toolbar select {
  background-color: #f0f0f0;
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
  border-radius: 3px;
}
.toolbar .sorter-action {
  position: relative;
  top: -2px;
}
.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: 0;
  top: 0;
  z-index: 1;
}
.products.wrapper ~ .toolbar .sorter {
  display: none;
}
.sorter-options {
  margin: 0 5px 0 7px;
  width: auto;
}
.sorter-action {
  display: inline-block;
  text-decoration: none;
}
.sorter-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: inherit;
  color: #757575;
  content: '\e613';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sorter-action:hover:before {
  color: #333333;
}
.sorter-action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sorter-action.sort-desc:before {
  content: '\e614';
}
.modes {
  display: none;
}
.limiter-options {
  margin: 0 5px 0 7px;
  width: auto;
}
.limiter-label {
  font-weight: 400;
}
.page-products .toolbar .limiter {
  display: none;
}
.limiter .control {
  display: inline-block;
}
.old-price,
.old.price {
  color: #666666;
}
.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]:before {
  content: ' +' attr(data-label) ':';
}
.actual-price {
  font-weight: 700;
}
.category-image .image {
  display: block;
  height: auto;
  max-width: 100%;
}
.category-cms,
.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 {
  margin: 10px 0;
  color: #7d7d7d;
  font-size: 1.2rem;
}
.product.media .product.thumbs {
  margin: 10px 0 25px;
}
.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 > li {
  margin: 1rem 0 0;
}
.product.media .items.thumbs img {
  display: block;
}
.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;
  border: none;
}
.product.info.detailed .additional-attributes > thead > tr > th,
.product.info.detailed .additional-attributes > tbody > tr > th,
.product.info.detailed .additional-attributes > tfoot > tr > th,
.product.info.detailed .additional-attributes > thead > tr > td,
.product.info.detailed .additional-attributes > tbody > tr > td,
.product.info.detailed .additional-attributes > tfoot > tr > td {
  border: none;
}
.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: 5.5px 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: 5.5px 30px 10px 0;
}
.product-info-main .product-info-price {
  color: #575757;
  border-bottom: 1px solid #c1c1c1;
  display: table;
  margin-bottom: 15px;
  width: 100%;
}
.product-info-main .product-info-price .price-box {
  display: inline-block;
  vertical-align: top;
  width: auto;
}
.product-info-main .product-info-price .price-box .price-container > span {
  display: block;
  margin-bottom: 5px;
}
.product-info-main .product-info-price .price-box .price-container > span:last-child {
  margin-bottom: 0;
}
.product-info-main .product-info-price .price-including-tax + .price-excluding-tax,
.product-info-main .product-info-price .weee + .price-excluding-tax,
.product-info-main .product-info-price .weee {
  font-size: 1.4rem;
}
.product-info-main .product-info-price .price-including-tax + .price-excluding-tax .price,
.product-info-main .product-info-price .weee + .price-excluding-tax .price,
.product-info-main .product-info-price .weee .price {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 16px;
}
.product-info-main .product-info-price .price-wrapper .price {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 22px;
}
.product-info-main .product-info-price .old-price .price-wrapper .price {
  font-size: 2rem;
  font-weight: 300;
}
.product-info-main .product-info-price .special-price .price-label:after {
  content: ': ';
}
.product-info-main .product-info-price .price {
  white-space: nowrap;
}
.product-info-main .product-info-stock-sku {
  display: inline-block;
  float: right;
  padding-bottom: 10px;
  padding-left: 10%;
  text-align: right;
  vertical-align: top;
}
.product-info-main .stock {
  margin: 0 0 3px;
}
.product-info-main .stock.available,
.product-info-main .stock.unavailable {
  font-weight: 700;
  text-transform: uppercase;
}
.product-info-main .product.attribute.sku {
  word-break: break-all;
  word-wrap: break-word;
}
.product-info-main .product.attribute.sku .type {
  font-weight: normal;
  margin-right: 5px;
}
.product-info-main .product.attribute.sku .type:after {
  content: '#:';
}
.product-info-main .product.attribute.sku .value {
  display: inline-block;
}
.product-info-main .product.attribute.overview {
  margin: 20px 0;
}
.product-info-main .product.alert {
  margin: 10px 0;
}
.product-info-main .product-add-form {
  clear: both;
  padding-top: 15px;
}
.product-info-main .product-reviews-summary {
  float: left;
}
.product-info-main .product-options-bottom .box-tocart {
  margin-top: 20px;
}
.product-options-wrapper .fieldset:focus {
  box-shadow: none;
}
.product-options-wrapper .fieldset-product-options-inner .legend {
  font-weight: 600;
  font-size: 1.4rem;
  border: none;
  display: inline-block;
  float: none;
  margin: 0 0 8px;
  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;
}
.product-options-wrapper .field .note {
  display: block;
  margin-top: 5px;
}
.product-options-wrapper .field .note.mage-error {
  color: #e02b27;
}
.product-options-bottom .price-box,
.product-info-price .price-box {
  color: #575757;
  display: table-cell;
  padding-bottom: 10px;
  vertical-align: top;
}
.product-options-bottom .price-box .old-price,
.product-info-price .price-box .old-price {
  font-size: 20px;
  font-weight: 300;
}
.product-options-bottom .price-box .old-price .price-container > span,
.product-info-price .price-box .old-price .price-container > span {
  display: inline-block;
}
.product-options-bottom .price-box .price-container > span,
.product-info-price .price-box .price-container > span {
  display: block;
  margin-bottom: 5px;
}
.product-options-bottom .price-box .price-container > span:last-child,
.product-info-price .price-box .price-container > span:last-child {
  margin-bottom: 0;
}
.product-options-bottom .price-box .price-container .price,
.product-info-price .price-box .price-container .price {
  font-size: 22px;
  font-weight: 600;
  line-height: 22px;
}
.product-options-bottom .price-box .price-container .price-including-tax + .price-excluding-tax,
.product-info-price .price-box .price-container .price-including-tax + .price-excluding-tax,
.product-options-bottom .price-box .price-container .weee + .price-excluding-tax,
.product-info-price .price-box .price-container .weee + .price-excluding-tax,
.product-options-bottom .price-box .price-container .weee,
.product-info-price .price-box .price-container .weee {
  font-size: 1.2rem;
  line-height: 14px;
}
.product-options-bottom .price-box .price-container .price-including-tax + .price-excluding-tax .price,
.product-info-price .price-box .price-container .price-including-tax + .price-excluding-tax .price,
.product-options-bottom .price-box .price-container .weee + .price-excluding-tax .price,
.product-info-price .price-box .price-container .weee + .price-excluding-tax .price,
.product-options-bottom .price-box .price-container .weee .price,
.product-info-price .price-box .price-container .weee .price {
  font-size: 1.2rem;
  font-weight: 700;
}
.box-tocart .action.tocart {
  vertical-align: top;
}
.box-tocart .action.tocart:not(:last-child) {
  margin-bottom: 15px;
}
.product-addto-links {
  display: inline;
}
.product-addto-links .action {
  margin-right: 5%;
}
.product-social-links {
  margin: 0 0 20px;
  text-align: center;
}
.product-social-links .action.tocompare:before {
  content: '\e61e';
}
.prices-tier {
  margin-bottom: 15px;
}
.prices-tier .item {
  margin-bottom: 10px;
}
.prices-tier .item:last-child {
  margin-bottom: 0;
}
.prices-tier .price-excluding-tax,
.prices-tier .price-including-tax {
  display: inline-block;
}
.minimal-price-link,
.price-excluding-tax,
.price-including-tax {
  display: block;
  white-space: nowrap;
}
.ui-dialog-titlebar-close {
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.ui-dialog-titlebar-close:visited {
  color: #006bb4;
  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: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.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: 12px;
  white-space: nowrap;
}
.sidebar .product-items .minilist .price {
  display: inline;
  padding: 0;
}
.sidebar .product-items .minilist .weee:before {
  display: inline-block;
}
.sidebar .product-items .action.delete {
  position: absolute;
  right: 0;
  top: 0;
}
.sidebar .block-compare .action.delete {
  right: initial;
}
.sidebar .action.tocart {
  border-radius: 0;
}
.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;
}
/**
 * @codingStandardsIgnoreStart
 */
body.catalog-product-compare-index .action.print {
  float: right;
  margin: 15px 0;
}
.table-wrapper.comparison {
  clear: both;
  max-width: 100%;
  overflow-x: auto;
  position: relative;
}
.table-wrapper.comparison .table-comparison > tbody > tr > th,
.table-wrapper.comparison .table-comparison > tbody > tr > td {
  border-top: 0;
}
.table-comparison {
  table-layout: fixed;
}
.table-comparison .cell {
  padding: 15px;
  width: 180px;
}
.table-comparison .cell.label {
  border-right: 1px solid #cccccc;
}
.table-comparison .cell.label .attribute.label {
  display: block;
  width: 100%;
  word-wrap: break-word;
}
.table-comparison .cell.product.info,
.table-comparison .cell.product.label {
  border-bottom: 1px solid #cccccc;
}
.table-comparison .cell.attribute {
  font-size: 1.3rem;
}
.table-comparison .cell.attribute img {
  height: auto;
  max-width: 100%;
}
.table-comparison .cell.remove {
  padding-bottom: 0;
  padding-top: 0;
  text-align: right;
}
.table-comparison .cell.remove .action.delete {
  margin-right: .6rem;
}
.table-comparison .cell .attribute.value {
  overflow: hidden;
  width: 100%;
}
.table-comparison td:last-child {
  border-right: 1px solid #cccccc;
}
.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.toggle {
  padding: 0;
}
.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 .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: 0;
  position: absolute;
  top: 0;
}
.block-compare .actions-toolbar {
  margin: 17px 0 0;
}
.block.related .action.select {
  vertical-align: top;
}
.block.related .product-item-details {
  position: relative;
  z-index: 1;
}
.block.related .related-available .product-item-name {
  margin-left: 20px;
}
.block.related .field.choice {
  left: 0;
  position: absolute;
  top: 2px;
}
/**
 * @codingStandardsIgnoreStart
 */
.search .fieldset .control .addon input {
  flex-basis: auto;
  width: 100%;
}
.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: 22px;
  line-height: 28px;
  color: #757575;
  content: '\e615';
  font-family: 'luma-icons';
  margin: 0 10px 0 0;
  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 #cccccc;
  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:not(:empty) {
  background: #ffffff;
  border: 1px solid #c2c2c2;
  border-top: 0;
}
.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: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-terms {
  line-height: 2em;
}
.search-terms > li {
  display: inline-block;
  margin-right: 10px;
}
.search.found {
  margin-bottom: 10px;
}
.checkout-cart-index .page-main {
  padding-left: 0;
  padding-right: 0;
}
.checkout-cart-index .page-title-wrapper {
  padding-left: 15px;
  padding-right: 15px;
}
.cart-summary {
  background: #f5f5f5;
  margin-bottom: 25px;
  padding: 1px 0 25px;
}
.cart-summary > .title {
  font-size: 2.4rem;
  display: none;
  font-weight: 300;
  margin: 12px 0;
}
.cart-summary .block form:not(:last-of-type) .fieldset {
  margin: 0 0 25px;
}
.cart-summary .block .price {
  font-weight: 700;
}
.cart-summary .block .field {
  margin: 0 0 16px;
}
.cart-summary .block .actions-toolbar > .primary {
  text-align: left;
}
.cart-summary .block .actions-toolbar > .primary .action.primary {
  width: auto;
}
.cart-summary .block .title strong {
  font-size: 1.4rem;
  font-weight: 600;
}
.cart-summary .block .item-options {
  margin: 0 0 16px;
}
.cart-summary .block .item-options .field .radio {
  float: left;
  margin-top: 4px;
}
.cart-summary .block .item-options .field .radio + .label {
  display: block;
  margin: 0;
  overflow: hidden;
}
.page-main .cart-summary .block {
  margin-bottom: 0;
}
.cart-summary .checkout-methods-items {
  margin: 20px 0 0;
  padding: 0 15px;
  text-align: center;
}
.cart-summary .checkout-methods-items .action.primary.checkout {
  width: 100%;
}
.cart-summary .checkout-methods-items .item {
  margin-bottom: 25px;
}
.cart-summary .checkout-methods-items .item:last-child {
  margin-bottom: 0;
}
.cart-summary .message {
  padding-left: 20px;
}
.cart-summary .message > *:first-child:before {
  display: none;
}
.cart-totals tbody .mark,
.cart-totals tfoot .mark {
  text-align: left;
}
.cart-totals .discount.coupon {
  display: none;
}
.cart.table-wrapper .cart thead tr th.col {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 15px;
  padding-top: 24px;
}
.cart.table-wrapper .cart tbody td {
  border: 0;
}
.cart.table-wrapper .cart > .item {
  border-bottom: 1px solid #cccccc;
  position: relative;
}
.cart.table-wrapper .col {
  padding-top: 15px;
}
.cart.table-wrapper .col.price,
.cart.table-wrapper .col.subtotal,
.cart.table-wrapper .col.msrp {
  padding: 20px 11px 10px;
  text-align: center;
}
.cart.table-wrapper .col.qty {
  padding: 20px 11px 10px;
  text-align: center;
}
.cart.table-wrapper .col.qty .input-text {
  height: 36px;
  margin-top: -7px;
  text-align: center;
  width: 60px;
}
.cart.table-wrapper .col > .price {
  color: #7d7d7d;
  font-size: 1.8rem;
  font-weight: 700;
}
.cart.table-wrapper .item-actions td {
  padding-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  white-space: normal;
}
.cart.table-wrapper .item .col.item {
  display: block;
  min-height: 75px;
  padding: 15px 15px 10px 90px;
  position: relative;
}
.cart.table-wrapper .actions-toolbar {
  min-height: 20px;
  padding-bottom: 15px;
  position: relative;
}
.cart.table-wrapper .actions-toolbar > .action-edit,
.cart.table-wrapper .actions-toolbar > .action-delete {
  position: absolute;
  right: 16px;
  top: 0;
  display: inline-block;
  text-decoration: none;
}
.cart.table-wrapper .actions-toolbar > .action-edit > span,
.cart.table-wrapper .actions-toolbar > .action-delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.cart.table-wrapper .actions-toolbar > .action-edit:before,
.cart.table-wrapper .actions-toolbar > .action-delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #757575;
  content: '\e601';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.cart.table-wrapper .actions-toolbar > .action-edit:hover:before,
.cart.table-wrapper .actions-toolbar > .action-delete:hover:before {
  color: #333333;
}
.cart.table-wrapper .actions-toolbar > .action-edit:active:before,
.cart.table-wrapper .actions-toolbar > .action-delete:active:before {
  color: #757575;
}
.cart.table-wrapper .actions-toolbar > .action-delete {
  right: 0;
}
.cart.table-wrapper .actions-toolbar > .action-delete:before {
  content: '\e604';
}
.cart.table-wrapper .actions-toolbar > .action-delete:hover {
  text-decoration: none;
}
.cart.table-wrapper .action {
  margin-right: 25px;
}
.cart.table-wrapper .action:last-child {
  margin-right: 0;
}
.cart.table-wrapper .action.help.map {
  font-weight: 400;
}
.cart.table-wrapper .product-item-photo {
  display: block;
  left: 15px;
  max-width: 65px;
  padding: 0;
  position: absolute;
  top: 15px;
  width: 100%;
}
.cart.table-wrapper .product-item-name {
  font-size: 1.8rem;
  display: block;
  margin: -3px 0 5px;
}
.cart.table-wrapper .gift-registry-name-label:after {
  content: ':';
}
.cart.table-wrapper .item-options {
  margin-bottom: 0;
}
.cart.table-wrapper .product-item-name + .item-options {
  margin-top: 20px;
}
.cart.table-wrapper .action.configure {
  display: inline-block;
  margin: 10px 0 0;
}
.cart.table-wrapper .item .message {
  margin-top: 20px;
}
.cart-products-toolbar .toolbar-amount {
  left: inherit;
  margin: 25px 0 15px;
  padding: 0;
  position: relative;
  text-align: center;
  top: inherit;
}
.cart-products-toolbar-top {
  border-bottom: 1px solid #cccccc;
}
.cart-discount {
  border-bottom: 1px solid #cccccc;
  clear: left;
}
.cart-empty {
  padding-left: 15px;
  padding-right: 15px;
}
.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.crosssell {
  padding: 0 15px;
  margin-top: 70px;
}
.block.crosssell .product-item-info {
  width: 200px;
}
.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 dl.product.options.list {
  display: inline-block;
  vertical-align: top;
}
.block-minicart .text.empty {
  text-align: center;
}
.block-minicart .block-content > .actions {
  margin-top: 15px;
}
.block-minicart .block-content > .actions > .secondary {
  text-align: center;
}
.block-minicart .block-content > .actions > .primary {
  margin: 0 10px 15px;
}
.block-minicart .block-content > .actions > .primary .action.primary {
  display: block;
  width: 100%;
}
.block-minicart .block-content > .actions .paypal-logo {
  margin-top: 15px;
  text-align: center;
}
.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: 22px;
  line-height: 28px;
  color: #757575;
  content: '\e611';
  font-family: 'luma-icons';
  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: #757575;
}
.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: 22px;
  line-height: 28px;
  color: #757575;
  content: '\e611';
  font-family: 'luma-icons';
  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: #757575;
}
.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: -10px;
  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: 12px;
  top: -12px;
}
.minicart-wrapper .block-minicart:after {
  right: 11px;
  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;
}
.minicart-wrapper .product .actions > .primary,
.minicart-wrapper .product .actions > .secondary {
  display: inline;
}
.minicart-wrapper .product .actions > .primary:not(:last-child),
.minicart-wrapper .product .actions > .secondary:not(:last-child) {
  margin-right: 15px;
}
.minicart-wrapper .action.close {
  height: 30px;
  position: absolute;
  right: 0;
  top: 0;
  width: 25px;
  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;
}
.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.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: 14px;
  line-height: 14px;
  color: #757575;
  content: '\e616';
  font-family: 'luma-icons';
  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.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 .action.showcart .counter-number {
  text-shadow: 0 0 7px #000000;
}
.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-item-name {
  font-weight: 400;
  margin: 0 0 10px;
}
.minicart-items .product-item-name a {
  color: #006bb4;
}
.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;
}
.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 > .product-item-photo,
.minicart-items .product > .product-image-container {
  float: left;
}
.minicart-items .product .toggle {
  border: 0;
  padding: 0 0 5px 0;
  white-space: nowrap;
}
.minicart-items .product .toggle:after {
  color: #8f8f8f;
  margin: 0 0 0 5px;
  position: static;
}
.minicart-items .product .active > .toggle:after {
  content: '\e621';
}
.minicart-items .product.pricing {
  margin-top: 3px;
}
.minicart-items .product.options .toggle.tooltip {
  display: inline-block;
  text-decoration: none;
}
.minicart-items .product.options .toggle.tooltip > 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 .toggle.tooltip:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  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 .details {
  display: none;
}
.minicart-items .item-qty {
  text-align: center;
  width: 60px;
}
.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: 18px;
  line-height: 20px;
  color: #757575;
  content: '\e601';
  font-family: 'luma-icons';
  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: #333333;
}
.minicart-items .action.edit:active:before,
.minicart-items .action.delete:active:before {
  color: #757575;
}
.minicart-items .action.delete:before {
  content: '\e604';
}
.file-uploader-area {
  position: relative;
}
.file-uploader-area input[type='file'] {
  cursor: pointer;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  visibility: hidden;
  width: 0;
}
.file-uploader-area input[type='file']:focus + .file-uploader-button {
  box-shadow: 0 0 0 1px #006bb4;
}
.file-uploader-area input[type='file']:disabled + .file-uploader-button {
  cursor: default;
  opacity: .5;
  pointer-events: none;
}
.file-uploader-summary {
  display: inline-block;
  vertical-align: top;
}
.file-uploader-button {
  background: #eeeeee;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.6rem;
  margin: 0;
  padding: 7px 15px;
  vertical-align: middle;
}
.file-uploader-button._is-dragover {
  background: #d4d4d4;
  border: 1px solid #006bb4;
}
.file-uploader-spinner {
  background-image: url('../../frontend/Epicor/dualcolor/en_US/images/loader-1.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  display: none;
  height: 30px;
  margin-left: 10px;
  vertical-align: top;
  width: 15px;
}
.file-uploader-preview .action-remove {
  bottom: 4px;
  cursor: pointer;
  display: block;
  height: 27px;
  left: 6px;
  padding: 2px;
  position: absolute;
  text-decoration: none;
  width: 25px;
  z-index: 2;
}
.file-uploader-preview .action-remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.file-uploader-preview .action-remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.6rem;
  line-height: inherit;
  color: #514943;
  content: '\e604';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-preview .action-remove:hover:before {
  color: #736963;
}
.file-uploader-preview:hover .preview-image img,
.file-uploader-preview:hover .preview-link:before {
  opacity: 0.7;
}
.file-uploader-preview .preview-link {
  display: block;
  height: 100%;
}
.file-uploader-preview .preview-image img {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.file-uploader-preview .preview-video {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-preview .preview-video:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 4rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-preview .preview-video:hover:before {
  color: #cccccc;
}
.file-uploader-preview .preview-video:before {
  left: 0;
  margin-top: -2rem;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 2;
}
.file-uploader-preview .preview-document {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-preview .preview-document:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 7rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-preview .preview-document:hover:before {
  color: #cccccc;
}
.file-uploader-preview .preview-document:before {
  left: 0;
  margin-top: -3.5rem;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 2;
}
.file-uploader-preview,
.file-uploader-placeholder {
  background: #ffffff;
  border: 1px solid #cacaca;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 150px;
  line-height: 1;
  margin: 10px 25px 10px 0;
  overflow: hidden;
  position: relative;
  width: 150px;
}
.file-uploader._loading .file-uploader-spinner {
  display: inline-block;
}
.file-uploader .admin__field-note,
.file-uploader .admin__field-error {
  margin-bottom: 10px;
}
.file-uploader .file-uploader-filename {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 150px;
  word-break: break-all;
}
.file-uploader .file-uploader-filename:first-child {
  margin-bottom: 10px;
}
.file-uploader .file-uploader-meta {
  color: #9e9e9e;
}
.file-uploader .admin__field-fallback-reset {
  margin-left: 10px;
}
._keyfocus .file-uploader .action-remove:focus {
  box-shadow: 0 0 0 1px #006bb4;
}
.file-uploader-placeholder.placeholder-document {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-placeholder.placeholder-document:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 5rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-placeholder.placeholder-document:hover:before {
  color: #cccccc;
}
.file-uploader-placeholder.placeholder-document:before {
  left: 0;
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 2;
}
.file-uploader-placeholder.placeholder-image {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-placeholder.placeholder-image:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 5rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-placeholder.placeholder-image:hover:before {
  color: #cccccc;
}
.file-uploader-placeholder.placeholder-image:before {
  left: 0;
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 2;
}
.file-uploader-placeholder.placeholder-video {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-placeholder.placeholder-video:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 3rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-placeholder.placeholder-video:hover:before {
  color: #cccccc;
}
.file-uploader-placeholder.placeholder-video:before {
  left: 0;
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 2;
}
.file-uploader-placeholder-text {
  bottom: 0;
  color: #008bdb;
  font-size: 1.1rem;
  left: 0;
  line-height: 1.42857143;
  margin-bottom: 15%;
  padding: 0 20px;
  position: absolute;
  right: 0;
  text-align: center;
}
.data-grid-file-uploader {
  min-width: 7rem;
}
.data-grid-file-uploader._loading .file-uploader-spinner {
  display: block;
}
.data-grid-file-uploader._loading .file-uploader-button:before {
  display: none;
}
.data-grid-file-uploader .file-uploader-image {
  background: transparent;
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.data-grid-file-uploader .file-uploader-image + .file-uploader-area .file-uploader-button:before {
  display: none;
}
.data-grid-file-uploader .file-uploader-area {
  z-index: 2;
}
.data-grid-file-uploader .file-uploader-spinner {
  height: 100%;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.data-grid-file-uploader .file-uploader-button {
  height: 48px;
  text-align: center;
  display: block;
  text-decoration: none;
}
.data-grid-file-uploader .file-uploader-button > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.data-grid-file-uploader .file-uploader-button:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.3rem;
  line-height: 48px;
  color: #8a837f;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.data-grid-file-uploader .file-uploader-button:hover:before {
  color: #666666;
}
.data-grid-file-uploader .action-select-wrap {
  float: left;
}
.data-grid-file-uploader .action-select-wrap .action-select {
  border: 1px solid #cacaca;
  display: block;
  height: 5rem;
  margin-left: -1px;
  padding: 0;
  width: 2rem;
}
.data-grid-file-uploader .action-select-wrap .action-select:after {
  border-color: #8a837f transparent transparent transparent;
  left: 50%;
  margin: 0 0 0 -5px;
}
.data-grid-file-uploader .action-select-wrap .action-select:hover:after {
  border-color: #666666 transparent transparent transparent;
}
.data-grid-file-uploader .action-select-wrap .action-select > span {
  display: none;
}
.data-grid-file-uploader .action-select-wrap .action-menu {
  left: 4rem;
  right: auto;
  z-index: 2;
}
.data-grid-file-uploader-inner {
  border: 1px solid #cacaca;
  float: left;
  height: 5rem;
  position: relative;
  width: 5rem;
}
.checkout-container {
  margin: 0 0 20px;
}
.opc-wrapper {
  margin: 0 0 20px;
}
.opc-wrapper .step-title {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 15px;
}
.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;
}
.abs-discount-code .form-discount,
.checkout-payment-method .payment-option-content .form-discount {
  display: table;
  width: 100%;
}
.abs-discount-code .form-discount .actions-toolbar,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.abs-discount-code .form-discount .actions-toolbar .primary,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary {
  float: left;
}
.abs-discount-code .form-discount .actions-toolbar .primary .action,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin: 0 0 0 -2px;
  white-space: nowrap;
  width: auto;
}
.abs-discount-code .form-discount > .field > .label,
.checkout-payment-method .payment-option-content .form-discount > .field > .label {
  display: none;
}
.opc-estimated-wrapper {
  background: #f4f4f4;
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  margin: -21px -15px 15px;
  padding: 18px 15px;
}
.opc-estimated-wrapper .estimated-block {
  font-size: 18px;
  float: left;
  font-weight: 700;
}
.opc-estimated-wrapper .estimated-block .estimated-label {
  display: block;
  margin: 0 0 5px;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart {
  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;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:focus,
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:active {
  background: none;
  border: none;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:hover {
  background: none;
  border: none;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart.disabled,
.opc-estimated-wrapper .minicart-wrapper button.action.showcart[disabled],
fieldset[disabled] .opc-estimated-wrapper .minicart-wrapper button.action.showcart {
  pointer-events: none;
  opacity: 0.5;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:before {
  color: #333333;
}
.opc-progress-bar {
  display: none;
}
.field.choice .field-tooltip {
  display: inline-block;
  margin-left: 10px;
  position: relative;
  top: -3px;
}
.field.choice .field-tooltip-action {
  line-height: 21px;
}
.field._error .control input,
.field._error .control select,
.field._error .control textarea {
  border-color: #ed8380;
}
.checkout-index-index .modal-popup .fieldset .field .label {
  font-weight: 400;
}
.checkout-index-index .modal-popup .modal-footer .action-hide-popup {
  margin-top: 8px;
}
.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: 21px;
  line-height: inherit;
  color: #bbbbbb;
  content: '\e623';
  font-family: 'luma-icons';
  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: 28px;
}
.opc-wrapper .form-login .fieldset .field .label,
.opc-wrapper .form-shipping-address .fieldset .field .label {
  font-weight: 400;
}
.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;
  font-size: 14px;
  line-height: 30px;
  margin: 0 0 20px;
  padding: 20px 35px 20px 20px;
  transition: 0.3s border-color;
  width: 50%;
  display: inline-block;
  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: 'luma-icons';
  height: 27px;
  width: 29px;
  font-size: 19px;
  line-height: 21px;
  padding-top: 2px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
.opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item {
  visibility: hidden;
}
.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 td input[type='radio'] {
  margin: 4px 5px 0 0;
}
.table-checkout-shipping-method tbody tr:first-child td {
  border-top: none;
}
.table-checkout-shipping-method tbody .col-price {
  font-weight: 600;
}
.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: #006bb4;
  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: 10px;
  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: 18px;
  line-height: 20px;
  color: #757575;
  content: '\e601';
  font-family: 'luma-icons';
  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: #757575;
}
.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;
  margin: 0 0 20px;
  padding: 22px 30px;
}
.opc-block-summary > .title {
  display: block;
}
.opc-block-summary .mark .value {
  color: #666666;
  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 #cccccc;
  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: 12px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  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: block;
  padding-right: 5px;
  text-align: left;
}
.opc-block-summary .product-item .subtotal {
  display: block;
  text-align: left;
}
.opc-block-summary .product-item .price {
  font-size: 1.6rem;
  font-weight: 400;
}
.opc-block-summary .product-item .price-including-tax + .price-excluding-tax .price {
  font-size: 1rem;
}
.opc-block-summary .product-item .message {
  margin-top: 10px;
}
.opc-block-summary .actions-toolbar {
  position: relative;
  z-index: 1;
}
.opc-block-summary .actions-toolbar .secondary {
  border-top: 1px solid #cccccc;
  display: block;
  margin: -1px 0 0;
  padding: 15px 0 0;
  text-align: left;
}
.opc-block-summary .actions-toolbar .secondary .action {
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .opc-block-summary .product-item .product-item-inner {
    display: block;
  }
  .opc-block-summary .product-item .product-item-name-block {
    display: block;
    text-align: left;
  }
  .opc-block-summary .product-item .subtotal {
    display: block;
    text-align: left;
  }
}
.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 form.form-purchase-order {
  margin-bottom: 15px;
}
.checkout-payment-method .payment-method form.form-purchase-order .input-text {
  width: 40%;
}
.checkout-payment-method .payment-method-content {
  /**
             * @codingStandardsIgnoreStart
             */
}
.checkout-payment-method .payment-method-content #po_number {
  margin-bottom: 20px;
}
.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: 500px;
}
.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-bottom: 20px;
  margin-right: 0;
}
.checkout-payment-method .checkout-billing-address .billing-address-details {
  line-height: 27px;
  padding: 0 0 0 23px;
}
.checkout-payment-method .checkout-billing-address input[type="checkbox"] {
  vertical-align: top;
}
.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: #006bb4;
  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: 14px;
  line-height: 16px;
  color: #757575;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0 0 0 10px;
  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: #757575;
}
.checkout-payment-method .payment-option-content {
  padding: 0 0 20px 22px;
}
.checkout-payment-method .payment-option-content .primary .action.action-apply {
  margin-right: 0;
}
.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 {
  display: inline-block;
  padding-right: 20px;
}
.checkout-payment-method .ccard .cvv .label {
  display: block;
}
.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;
}
.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;
}
.block-addresses-list .items.addresses .item.actions {
  margin-top: 5px;
}
.form-address-edit .region_id {
  display: none;
}
.form-edit-account .fieldset.password {
  display: none;
}
.form-edit-account fieldset.additional_info {
  clear: both;
}
.form-create-account .fieldset-fullname .fields .field {
  float: none;
}
.form-create-account .fieldset.create.account:after {
  margin: 10px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #e02b27;
  font-size: 1.2rem;
}
.form-create-account .fieldset.create.account:after {
  margin-top: 35px;
}
.form.password.forget .fieldset:after {
  margin: 10px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #e02b27;
  font-size: 1.2rem;
}
.form.password.forget .fieldset:after {
  margin-top: 35px;
}
.box-billing-address .box-content,
.box-shipping-address .box-content,
.box-address-billing .box-content,
.box-address-shipping .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;
}
.account .page-title-wrapper .page-title {
  display: inline-block;
}
.account .messages {
  margin-bottom: 20px;
}
.account .column.main {
  margin-bottom: 30px;
}
.account .column.main h2 {
  margin-top: 0;
}
.account .sidebar-additional {
  margin-top: 40px;
}
.account .table-wrapper {
  margin-bottom: 20px;
  border-bottom: 1px solid #cccccc;
  overflow-x: auto;
}
.account .table-wrapper:last-child {
  margin-bottom: 0;
}
.account .data.table .col.actions .action.delete,
[class^='sales-guest-'] .data.table .col.actions .action.delete,
.sales-guest-view .data.table .col.actions .action.delete {
  color: #d10029;
}
.column.main .block:last-child {
  margin-bottom: 0;
}
.block .title {
  display: block;
  margin-bottom: 10px;
}
.block .title strong {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.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;
}
.order-products-toolbar,
.customer-addresses-toolbar {
  position: relative;
}
.order-products-toolbar .toolbar-amount,
.customer-addresses-toolbar .toolbar-amount {
  position: relative;
  text-align: center;
}
.order-products-toolbar .pages,
.customer-addresses-toolbar .pages {
  position: relative;
}
.additional-addresses table > thead > tr > th {
  white-space: nowrap;
}
.block-balance .price {
  margin-top: -10px;
  font-size: 3.2rem;
  display: inline-block;
  line-height: 32px;
}
.table-downloadable-products .product-name {
  font-weight: 400;
  margin-right: 15px;
}
.table-downloadable-products .action.download {
  display: inline-block;
  text-decoration: none;
}
.table-downloadable-products .action.download:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: '\e626';
  font-family: 'luma-icons';
  margin: 0 5px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-product-downloadable .product-add-form {
  clear: both;
  margin-bottom: 25px;
}
.page-product-downloadable .product-options-bottom .field.qty {
  display: none;
}
.samples-item-title {
  font-size: 1.4rem;
  font-weight: 600;
  margin: 0 0 10px;
}
.samples-item {
  margin: 0 0 10px;
}
.field.downloads {
  margin-bottom: 10px;
}
.page-product-downloadable .product-add-form .product-options-wrapper .field.downloads > .control {
  width: 100%;
}
.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 {
  display: inline;
  font-weight: 600;
  font-size: 1.4rem;
}
.field.downloads .field.choice {
  border-bottom: 1px solid #ebebeb;
  box-sizing: border-box;
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
  position: relative;
  width: 100%;
  z-index: 1;
}
.field.downloads .field.choice input {
  left: 0;
  position: absolute;
  top: 2px;
}
.field.downloads .field.downloads-all {
  border-bottom: 0;
  padding-left: 0;
}
.field.downloads .sample.link {
  float: right;
}
.field.downloads-all .label {
  color: #006bb4;
  text-decoration: none;
  cursor: pointer;
}
.field.downloads-all .label:visited {
  color: #006bb4;
  text-decoration: none;
}
.field.downloads-all .label:hover {
  color: #006bb4;
  text-decoration: underline;
}
.field.downloads-all .label:active {
  color: #ff5501;
  text-decoration: underline;
}
.field.downloads-all input {
  opacity: 0;
}
.field.downloads.downloads-no-separately .field.choice {
  padding-left: 0;
}
.page-product-giftcard .giftcard-amount {
  border-top: 1px #c1c1c1 solid;
  clear: both;
  margin-bottom: 0;
  padding-top: 15px;
  text-align: left;
}
.page-product-giftcard .giftcard-amount .field:last-child {
  padding-bottom: 20px !important;
}
.page-product-giftcard .product-info-main .price-box .old-price {
  font-size: 20px;
}
.page-product-giftcard .product-info-main .price-box .price-container.price-final > span {
  display: block;
  margin-bottom: 5px;
}
.page-product-giftcard .product-info-main .price-box .price-container.price-final > span:last-child {
  margin-bottom: 0;
}
.page-product-giftcard .product-info-main .price-box .price-container.price-final .price {
  font-size: 22px;
  font-weight: 600;
  line-height: 22px;
}
.page-product-giftcard .product-info-main .price-box + .giftcard.form {
  border-top: 1px #c1c1c1 solid;
  padding-top: 15px;
}
.page-product-giftcard .product-info-main .alert {
  clear: left;
}
.page-product-giftcard .product-info-stock-sku {
  display: block;
}
.page-product-giftcard .product-add-form {
  border: 0;
  clear: none;
  padding-top: 0;
}
.page-product-giftcard .product-add-form .product-options-wrapper .field:not(.text) {
  margin-bottom: 20px;
  margin-top: 20px;
}
.page-product-giftcard .giftcard.form {
  clear: both;
}
.page-product-giftcard .price-box {
  margin-bottom: 10px;
}
.page-product-giftcard .product-info-price {
  border: 0;
  display: block;
  float: right;
  white-space: nowrap;
  width: auto;
}
.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 {
  margin: 20px 0;
}
.gift-options .actions-toolbar .action-cancel {
  display: none;
}
.gift-options-title {
  font-weight: 600;
  margin: 0 0 20px;
}
.gift-options-content .fieldset {
  margin: 0 0 20px;
}
.gift-summary {
  margin-top: 10px;
  position: relative;
}
.gift-summary .actions-toolbar > .secondary .action {
  margin: 0 0 0 20px;
  width: auto;
}
.gift-summary .action-edit,
.gift-summary .action-delete {
  display: inline-block;
  text-decoration: none;
}
.gift-summary .action-edit > span,
.gift-summary .action-delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gift-summary .action-edit:before,
.gift-summary .action-delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #757575;
  content: '\e601';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-summary .action-edit:hover:before,
.gift-summary .action-delete:hover:before {
  color: #333333;
}
.gift-summary .action-edit:active:before,
.gift-summary .action-delete:active:before {
  color: #757575;
}
.gift-summary .action-delete:before {
  content: '\e604';
}
.action-gift {
  display: inline-block;
  text-decoration: none;
}
.action-gift:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.2rem;
  line-height: 20px;
  color: #757575;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0 0 0 10px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.action-gift:hover:after {
  color: #333333;
}
.action-gift:active:after {
  color: #757575;
}
.action-gift.active:after,
.action-gift._active:after {
  content: '\e621';
}
.gift-summary .actions-toolbar,
.cart.table-wrapper .gift-summary .actions-toolbar {
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.cart.table-wrapper .gift-content {
  box-sizing: border-box;
  clear: left;
  display: none;
  float: left;
  margin-right: -100%;
  padding: 20px 0;
  width: 100%;
}
.cart.table-wrapper .gift-content._active {
  display: block;
}
.cart.table-wrapper .item-gift._active {
  border-top: 1px solid #c1c1c1;
}
.cart.table-wrapper .item-gift .action {
  margin-right: 0;
}
.gift-item-block {
  border-bottom: 1px solid #c1c1c1;
  margin: 0;
}
.gift-item-block._active .title:after {
  content: '\e621';
}
.gift-item-block .title {
  color: #006bb4;
  cursor: pointer;
  margin: 0;
  padding: 10px 40px 10px 15px;
  position: relative;
  display: block;
  text-decoration: none;
}
.gift-item-block .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.2rem;
  line-height: 20px;
  color: #858585;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0 0 0 10px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-item-block .title:hover:after {
  color: #333333;
}
.gift-item-block .content {
  padding: 10px 0 20px;
  position: relative;
}
.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-gift-message .item-options dt,
.order-details-items .block-order-details-gift-message .item-options dt {
  font-weight: 400;
  margin: 10px 0;
}
.gift-messages-order {
  margin-bottom: 25px;
}
.gift-message-summary {
  padding-right: 7rem;
}
.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%;
}
.giftregisty-dropdown .action.toggle {
  color: #006bb4;
}
.table-giftregistry-items .product-image {
  margin-right: 10px;
  float: left;
}
.cart-summary .form.giftregistry .fieldset {
  margin: 15px 0 5px;
  text-align: left;
}
.cart-summary .form.giftregistry .fieldset .field {
  margin: 0 0 10px;
}
.cart-summary .form.giftregistry .fieldset .field .control {
  float: none;
  width: auto;
}
.form-giftregistry-search {
  margin-bottom: 60px;
}
.form-giftregistry-search .fields-specific-options .field:nth-last-of-type(1) {
  margin-bottom: 0;
}
.block-giftregistry .actions-toolbar {
  margin: 17px 0 0;
}
.block-giftregistry-shared .item-options .item-value {
  margin: 0 0 25px;
}
.block-giftregistry-shared-items .item .col {
  border: 0;
}
.block-giftregistry-shared-items th {
  border-bottom: 1px solid #cccccc;
}
.block-giftregistry-shared-items .col {
  padding: 20px 11px 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: 0;
}
.block-giftregistry-shared-items .product-item-photo {
  display: block;
  max-width: 65px;
  padding: 10px 0;
}
.block-giftregistry-shared-items .product-item-name {
  font-size: 1.8rem;
  display: block;
  margin: 0 0 5px;
}
.gift-wrapping .label {
  margin: 0 0 8px;
  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: 22px;
  line-height: 4rem;
  color: #494949;
  content: '\e62a';
  font-family: 'luma-icons';
  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: -5px 0 0 5px;
  display: inline-block;
  text-decoration: none;
}
.gift-wrapping-title .action-remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gift-wrapping-title .action-remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #757575;
  content: '\e604';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-wrapping-title .action-remove:hover:before {
  color: #333333;
}
.gift-wrapping-title .action-remove:active:before {
  color: #757575;
}
.gift-options-content .fieldset .field {
  margin: 10px 0;
}
.gift-wrapping-summary {
  padding-right: 7rem;
}
.gift-wrapping-summary .gift-wrapping-title {
  border: 0;
  display: inline-block;
  padding: 0;
}
.opc-wrapper .fieldset.gift-message .field.gift-wrapping {
  padding: 0;
  width: 100%;
}
.opc-wrapper .data.table .gift-wrapping,
.table-order-items .gift-wrapping {
  margin: 20px 0 0;
}
.opc-wrapper .data.table .gift-wrapping .title,
.table-order-items .gift-wrapping .title {
  float: none;
}
.opc-wrapper .data.table .gift-wrapping .content,
.table-order-items .gift-wrapping .content {
  margin: 0;
}
.opc-wrapper .data.table .gift-wrapping .content > img,
.table-order-items .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-wrapper.grouped {
  width: auto;
}
.table.grouped .row-tier-price > td {
  border-top: 0;
}
.table.grouped .col.item {
  width: 90%;
}
.table.grouped .col.qty {
  width: 10%;
}
.table.grouped .product-item-name {
  display: inline-block;
  font-weight: 400;
  margin-bottom: 10px;
}
.table.grouped .price-box p {
  margin: 0;
}
.table.grouped .price-box .price {
  font-weight: 700;
}
.table.grouped .price-box .old-price .price {
  font-weight: normal;
}
.table.grouped .stock.unavailable {
  font-weight: normal;
  margin: 0;
  text-transform: none;
  white-space: nowrap;
}
.page-product-grouped .product-info-main .alert {
  clear: left;
}
.page-product-grouped .box-tocart {
  margin-top: 10px;
}
.box-tocart .action.instant-purchase {
  vertical-align: top;
}
.box-tocart .action.instant-purchase:not(:last-child) {
  margin-bottom: 15px;
}
.form-add-invitations .additional,
.form-add-invitations .field.message {
  margin-top: 20px;
}
.form-add-invitations .action.remove {
  top: 4px;
}
.form-add-invitations .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 4px;
  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: 18px;
  line-height: inherit;
  color: inherit;
  content: '\e61c';
  font-family: 'luma-icons';
  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;
}
.filter.block {
  margin-bottom: 0;
}
.filter-title strong {
  background-color: #f0f0f0;
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
  border: 1px solid #cccccc;
  border-radius: 3px;
  font-weight: 400;
  left: 0;
  line-height: 16px;
  padding: 7px 10px;
  position: absolute;
  text-align: center;
  top: 0;
  z-index: 2;
}
.filter-title strong[data-count]:after {
  color: #ffffff;
  background: #ff5501;
  border-radius: 2px;
  content: attr(data-count);
  display: inline-block;
  font-size: .8em;
  line-height: 1;
  margin: 0 5px;
  min-width: 1em;
  padding: 2px;
}
.filter-title strong.disabled {
  opacity: .5;
}
.filter .block-subtitle {
  border-bottom: 1px solid #cccccc;
  font-size: 14px;
  font-weight: 600;
  line-height: 1em;
  padding: 10px 10px 20px;
}
.filter-subtitle {
  display: none;
}
.filter-current {
  margin: 0;
}
.filter-current .items {
  padding: 5px 10px;
}
.filter-current .item {
  padding-left: 17px;
  position: relative;
  z-index: 1;
}
.filter .filter-current-subtitle {
  border: none;
  display: block;
  padding-bottom: 10px;
}
.filter-current .action.remove {
  left: -2px;
  position: absolute;
  top: -1px;
}
.filter-actions {
  margin-bottom: 25px;
  padding: 0 10px;
}
.filter-label {
  font-weight: 700;
}
.filter-label:after {
  content: ': ';
}
.filter-value {
  color: #757575;
}
.filter-options {
  display: none;
  margin: 0;
}
.filter-options-item {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
}
.filter-options-title {
  cursor: pointer;
  font-weight: 600;
  margin: 0;
  overflow: hidden;
  padding: 10px 40px 0 10px;
  position: relative;
  text-transform: uppercase;
  word-break: break-all;
  z-index: 1;
  display: block;
  text-decoration: none;
}
.filter-options-title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 13px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.filter-options-title:after {
  position: absolute;
  right: 13px;
  top: 12px;
}
.filter-options-title:hover {
  color: #000000;
}
.active > .filter-options-title:after {
  content: '\e621';
}
.filter-options-content {
  margin: 0;
  padding: 10px;
}
.filter-options-content .item {
  line-height: 1.5em;
  margin: 10px 0;
}
.filter-options-content a {
  color: #494949;
  margin-left: -5px;
  margin-right: -5px;
  padding-left: 5px;
  padding-right: 7px;
}
.filter-options-content a:hover {
  background-color: #e8e8e8;
  text-decoration: none;
}
.filter-options-content a:hover + .count {
  background-color: #e8e8e8;
}
.filter-options-content .count {
  color: #757575;
  font-weight: 300;
  padding-left: 5px;
  padding-right: 5px;
}
.filter-options-content .count:before {
  content: '(';
}
.filter-options-content .count:after {
  content: ')';
}
.map-popup-wrapper.popup .action.close {
  top: 10px;
}
.map-popup {
  background: #ffffff;
  border: 1px solid #adadad;
  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: 16px;
}
.map-popup .popup-header .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.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: 16px;
  line-height: 16px;
  color: #8c8c8c;
  content: '\e616';
  font-family: 'luma-icons';
  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: #737373;
}
.map-popup .popup-actions .action.close:active:before {
  color: #737373;
}
.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: 0 0 20px;
}
.map-popup .map-info-price .price-box {
  margin: 0 0 20px;
}
.map-popup .map-info-price .price-box .label:after {
  content: ': ';
}
.map-popup .action.primary {
  margin-right: 10px;
}
.map-popup .map-msrp {
  margin-bottom: 10px;
}
.map-popup .actual-price {
  margin: 3px 0 15px;
}
.map-popup .regular-price .price-label {
  display: none;
}
.map-popup .popup-header {
  display: none;
}
.map-old-price {
  text-decoration: none;
}
.map-old-price .price-wrapper {
  text-decoration: line-through;
}
.map-fallback-price {
  display: none;
}
.map-old-price,
.product-item .map-old-price,
.product-info-price .map-show-info {
  display: inline-block;
  min-width: 10rem;
}
.map-old-price:not(:last-child),
.product-item .map-old-price:not(:last-child),
.product-info-price .map-show-info:not(:last-child) {
  margin-right: 10px;
}
.product-options-bottom .price-box .old-price .price-container > span,
.product-info-price .price-box .old-price .price-container > span {
  display: inline;
}
.map-form-addtocart {
  display: inline-block;
  text-align: center;
}
.map-form-addtocart img {
  display: block;
  margin: 0 auto;
}
button.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: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
button.map-show-info:focus,
button.map-show-info:active {
  background: none;
  border: none;
}
button.map-show-info:hover {
  background: none;
  border: none;
}
button.map-show-info.disabled,
button.map-show-info[disabled],
fieldset[disabled] button.map-show-info {
  pointer-events: none;
  opacity: 0.5;
}
button.map-show-info:visited {
  color: #006bb4;
  text-decoration: none;
}
button.map-show-info:hover {
  color: #006bb4;
  text-decoration: underline;
}
button.map-show-info:active {
  color: #ff5501;
  text-decoration: underline;
}
button.map-show-info:hover,
button.map-show-info:active,
button.map-show-info:focus {
  background: none;
  border: 0;
}
button.map-show-info.disabled,
button.map-show-info[disabled],
fieldset[disabled] button.map-show-info {
  color: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.wishlist.split.button {
  display: inline-block;
  position: relative;
  margin-right: 5%;
  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 .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: 12px;
  line-height: inherit;
  color: #666666;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: middle;
  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: 12px;
  line-height: inherit;
  color: #666666;
  content: '\e621';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: middle;
  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 {
  padding: 6px 0;
  text-align: left;
}
.wishlist.split.button .items .item > span {
  display: block;
  padding: 5px 5px 5px 23px;
}
.wishlist.split.button .items li {
  padding: 0;
}
.wishlist.split.button > .action.split {
  margin-right: 5px;
}
.wishlist.split.button > .action.split:before {
  content: '\e600';
}
.wishlist.split.button > .action.split:before {
  margin: 0;
  width: 18px;
}
.wishlist.split.button > .action:active,
.wishlist.split.button > .action:focus,
.wishlist.split.button > .action:hover {
  color: #333333;
}
.wishlist.split.button > .action.toggle:before {
  border-left: 1px solid #666666;
  content: '';
  float: left;
  height: 15px;
  margin: 3px 4px 0 0;
}
.cart.table-wrapper .wishlist.split.button {
  vertical-align: baseline;
}
.cart.table-wrapper .wishlist.split.button > .action.split {
  font-weight: normal;
  letter-spacing: normal;
  text-transform: none;
}
.cart.table-wrapper .wishlist.split.button > .action.toggle:after {
  color: #006bb4;
}
.cart.table-wrapper .wishlist.split.button > .action.split,
.cart.table-wrapper .wishlist.split.button > .action.toggle {
  color: #006bb4;
}
.cart.table-wrapper .wishlist.split.button > .action.split:before,
.cart.table-wrapper .wishlist.split.button > .action.toggle:before {
  display: none;
}
.wishlist.window.popup {
  background: #ffffff;
  border: 1px solid #adadad;
  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;
  box-sizing: border-box;
}
.wishlist.window.popup .popup-header {
  margin: 0 0 25px;
  padding-right: 16px;
}
.wishlist.window.popup .popup-header .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.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: 16px;
  line-height: 16px;
  color: #8c8c8c;
  content: '\e616';
  font-family: 'luma-icons';
  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: #737373;
}
.wishlist.window.popup .popup-actions .action.close:active:before {
  color: #737373;
}
.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: #8c8c8c;
  z-index: 899;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
}
.wishlist.overlay.active {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.wishlist.overlay.active {
  display: block;
}
.wishlist-dropdown.move .action.toggle,
.wishlist-dropdown.copy .action.toggle {
  color: #006bb4;
}
.page-multiple-wishlist .actions-toolbar > .primary {
  display: block;
  float: none;
  text-align: left;
}
.page-multiple-wishlist .actions-toolbar > .primary .action.remove {
  float: right;
}
.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-notice.private {
  display: inline-block;
  text-decoration: none;
}
.block-wishlist-management .wishlist-notice.private:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: #a3a3a3;
  content: '\e629';
  font-family: 'luma-icons';
  margin: 0 5px 0 0;
  vertical-align: text-bottom;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.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-toolbar .copy .dropdown {
  right: 0;
}
.block-wishlist-management .wishlist-toolbar .copy .dropdown:before {
  left: auto;
  right: 11px;
}
.block-wishlist-management .wishlist-toolbar .copy .dropdown:after {
  left: auto;
  right: 10px;
}
.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 .table-wrapper {
  border-top: none;
}
.block-wishlist-info-items .block-title {
  margin-bottom: 20px;
  font-size: 2.2rem;
}
.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;
  visibility: hidden;
}
.block-wishlist-info-items .wishlist-dropdown .change {
  color: #006bb4;
}
.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 #cccccc;
  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: 20px;
}
.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: 16px;
  line-height: 32px;
  color: #575757;
  content: '\e61d';
  font-family: 'luma-icons';
  margin: 0 0 0 8px;
  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;
  white-space: nowrap;
}
.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: 88px;
  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: 'luma-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  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: 'luma-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  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;
}
.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: 'luma-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  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: 'luma-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  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';
}
.review-control-vote:before {
  content: '\e625' '\e625' '\e625' '\e625' '\e625';
}
.products-reviews-toolbar {
  position: relative;
}
.products-reviews-toolbar .toolbar-amount {
  position: relative;
  text-align: center;
}
.review-toolbar {
  border-top: 1px solid #c9c9c9;
  margin: 0 0 20px;
  padding: 0;
  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: #eeeeee;
  border: 1px solid #cccccc;
  color: #333333;
  font-size: 1.4rem;
  line-height: 1.6rem;
  padding: 7px 15px;
  margin: 0;
}
.review-form .action.submit.primary:focus,
.review-form .action.submit.primary:active {
  background: #e2e2e2;
  border: 1px solid #cccccc;
  color: #333333;
}
.review-form .action.submit.primary:hover {
  background: #e1e1e1;
  border: 1px solid #cccccc;
  color: #333333;
}
.review-form .actions-toolbar .actions-primary {
  padding: 0;
}
.fieldset .review-legend.legend {
  border-bottom: 0;
  line-height: 1.3;
  margin-bottom: 20px;
  padding: 0;
}
.fieldset .review-legend.legend span {
  margin: 0;
}
.fieldset .review-legend.legend strong {
  display: block;
  font-weight: 600;
}
.fieldset .review-field-ratings > .label {
  font-weight: 600;
  margin-bottom: 10px;
  padding: 0;
}
.review-control-vote label:before,
.review-control-vote:before {
  font-size: 32px;
  height: 32px;
  letter-spacing: 10px;
  line-height: 32px;
}
.review-field-rating .label {
  font-weight: 600;
}
.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-author .review-details-value {
  font-weight: 400;
}
.review-date {
  display: inline;
}
.review-title {
  font-weight: 600;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  margin: 0 0 20px;
}
.review-content {
  margin-bottom: 20px;
}
.page-main .column .review-add {
  margin-bottom: 0;
}
.data.table.reviews .rating-summary {
  margin-top: -4px;
}
.customer.review.view .review.title,
.customer.review.view .ratings.summary.items,
.customer.review.view .product.details {
  margin-bottom: 20px;
}
.product-reviews-summary {
  margin-bottom: 5px;
}
.products.wrapper.list .product-reviews-summary {
  margin: 0 auto;
}
.product-reviews-summary .rating-summary {
  display: inline-block;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions {
  display: inline-block;
  font-size: 11px;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions a:not(:last-child) {
  margin-right: 30px;
}
.product-reviews-summary .reviews-actions .action.add {
  white-space: nowrap;
}
.product-info-main .rating-summary,
.customer-review .rating-summary {
  margin-right: 30px;
}
.block-reviews-dashboard .items .item {
  margin-bottom: 20px;
}
.block-reviews-dashboard .items .item:last-child {
  margin-bottom: 0;
}
.block-reviews-dashboard .product-name {
  display: inline-block;
}
.block-reviews-dashboard .product-name:not(:last-child) {
  margin-bottom: 5px;
}
.block-reviews-dashboard .rating-summary .label {
  font-weight: 600;
  margin-right: 10px;
  vertical-align: middle;
}
.table-reviews .product-name,
.block-reviews-dashboard .product-name {
  font-weight: 400;
}
.table-reviews .rating-summary {
  display: inline-block;
  vertical-align: baseline;
}
.customer-review .product-media {
  float: left;
  margin-right: 3%;
  max-width: 285px;
  width: 30%;
}
.customer-review .review-details {
  margin: 0;
}
.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 {
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.customer-review .review-details .review-content {
  margin: 0;
  margin-bottom: 20px;
}
.customer-review .review-details .review-date {
  color: #a6a6a6;
}
.block-reward-info .reward-balance {
  font-size: 1.8rem;
  margin-bottom: 25px;
}
.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;
}
.order-details-items.rma .order-title {
  display: none;
}
.order-details-items.rma .order-title + .toolbar {
  display: none;
}
.form-create-return .additional:first-child {
  margin-top: 0;
}
.form-create-return .field.comment {
  margin-top: 55px;
}
.table-wrapper.table-returns .returns-details.hidden {
  display: none;
}
.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-guest-create .order-links .item a {
  line-height: 1.42857143;
  margin: 0 30px 0 0;
  padding: 0;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.magento-rma-guest-create .order-links .item a:visited {
  color: #006bb4;
  text-decoration: none;
}
.magento-rma-guest-create .order-links .item a:hover {
  color: #006bb4;
  text-decoration: underline;
}
.magento-rma-guest-create .order-links .item a:active {
  color: #ff5501;
  text-decoration: underline;
}
.magento-rma-guest-create .order-links .item a:hover,
.magento-rma-guest-create .order-links .item a:active,
.magento-rma-guest-create .order-links .item a:focus {
  background: none;
  border: 0;
}
.magento-rma-guest-create .order-links .item a.disabled,
.magento-rma-guest-create .order-links .item a[disabled],
fieldset[disabled] .magento-rma-guest-create .order-links .item a {
  color: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
#registrant-options .item .control table .col.qty .input-qty {
  display: none;
}
.order-links .item {
  line-height: 40px;
  margin: 0 0 -1px;
}
.order-links .item strong {
  background: #ffffff;
  border: 1px solid #cccccc;
  display: block;
  font-weight: 400;
  padding: 0 20px;
}
.order-links .item a {
  background: #f6f6f6;
  color: #6d6d6d;
  border: 1px solid #cccccc;
  display: block;
  font-weight: 400;
  padding: 0 20px;
}
.order-links .item a:hover {
  background: #ffffff;
  text-decoration: none;
}
.order-details-items {
  border: 1px solid #cccccc;
  margin-bottom: 40px;
  padding: 10px;
}
.order-details-items .order-title {
  border-bottom: 1px solid #cccccc;
  padding: 0 0 10px;
}
.order-details-items .order-title > strong {
  font-size: 2.4rem;
  font-weight: 300;
}
.order-details-items .order-title .action {
  display: inline-block;
}
.order-details-items .table-wrapper {
  margin: 0;
}
.order-details-items .table-wrapper + .actions-toolbar {
  display: none;
}
.order-details-items .table-wrapper:not(:last-child) {
  margin-bottom: 30px;
}
.order-details-items .table-wrapper.order-items-shipment {
  overflow: visible;
}
.order-details-items .table-order-items > thead > tr > th {
  border-bottom: 1px solid #cccccc;
}
.order-details-items .table-order-items tbody + tbody {
  border-top: 1px solid #cccccc;
}
.account .order-details-items .table-order-items tbody tr:nth-child(even) td {
  background: none;
}
.order-details-items .table-order-items tbody td {
  padding-bottom: 20px;
  padding-top: 20px;
}
.order-details-items .table-order-items tbody .col.label {
  font-weight: 700;
  padding-bottom: 5px;
  padding-top: 0;
}
.order-details-items .table-order-items tbody .col.options {
  padding: 10px 10px 15px;
}
.order-details-items .table-order-items tbody > .item-parent td {
  padding-bottom: 5px;
}
.order-details-items .table-order-items tbody > .item-parent + tr td {
  padding-top: 5px;
}
.order-details-items .table-order-items tbody .item-options-container td {
  padding-bottom: 15px;
  padding-top: 0;
}
.order-details-items .table-order-items .product-item-name {
  margin: 0 0 10px;
}
.order-details-items .item-options {
  margin: 0;
}
.order-details-items .item-options dt {
  margin: 0;
}
.order-details-items .item-options dd {
  margin: 0 0 15px;
}
.order-details-items .item-options dd:last-child {
  margin-bottom: 0;
}
.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-details-items thead .col.qty {
  text-align: center;
}
.order-details-items .col.name {
  padding-top: 16px;
}
.order-details-items .action.show {
  display: inline-block;
  text-decoration: none;
  color: #333333;
}
.order-details-items .action.show > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.order-details-items .action.show:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 10px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.order-details-items .action.show.expanded:after {
  content: '\e621';
}
.order-details-items .product-item-name {
  font-size: 1.8rem;
}
.order-details-items .items-qty .item {
  white-space: nowrap;
}
.order-details-items .items-qty .title:after {
  content: ': ';
}
.order-details-items .pages-items .item:first-child,
.order-details-items .pages-items .item:last-child {
  margin-right: 0;
}
.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 .block-content .box {
  margin-bottom: 30px;
}
.block-order-details-view .box-title {
  font-weight: 600;
}
.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: ': ';
}
.column.main .order-details-items .block-order-details-gift-message {
  margin: 40px 0 0;
}
.block-order-details-gift-message + .actions-toolbar {
  display: none;
}
.order-tracking {
  margin: 0;
  padding: 20px 0;
}
.order-title + .order-tracking {
  border-bottom: 1px solid #cccccc;
}
.order-tracking .tracking-title {
  display: inline-block;
}
.order-tracking .tracking-content {
  display: inline-block;
  margin: 0 0 0 5px;
}
.order-actions-toolbar {
  margin-bottom: 25px;
}
.order-actions-toolbar .action {
  margin-right: 30px;
}
.order-actions-toolbar .action.print {
  display: none;
  margin: 0;
}
.form-orders-search .field:last-child {
  margin-bottom: 20px;
}
.block-reorder .actions-toolbar {
  margin: 17px 0;
}
.block-reorder .product-item-name {
  float: left;
  width: calc(100% - 20px);
}
.block-reorder .product-item::after {
  clear: both;
  content: '';
  display: table;
}
.block-reorder .product-item .field.item {
  float: left;
  width: 20px;
}
.form.send.friend .fieldset .field .control {
  width: 100%;
}
.product-social-links .action.mailto.friend:before {
  content: '\e61d';
}
.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-main > .page-title-wrapper .page-title {
  hyphens: auto;
}
.page-header {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 20px;
}
.page-header .panel.wrapper {
  background-color: #66cc66;
  color: #ffffff;
}
.header.panel > .header.links {
  margin: 0;
  padding: 0;
  list-style: none none;
  float: right;
  font-size: 0;
  margin-left: auto;
  margin-right: 20px;
}
.header.panel > .header.links > li {
  display: inline-block;
  vertical-align: top;
}
.header.panel > .header.links > li {
  font-size: 14px;
  margin: 0 0 0 15px;
}
.header.panel > .header.links > li.customer-welcome {
  margin: 0 0 0 5px;
}
.header.panel > .header.links > li > a {
  color: #ffffff;
  text-decoration: none;
}
.header.panel > .header.links > li > a:visited {
  color: #ffffff;
  text-decoration: none;
}
.header.panel > .header.links > li > a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.header.panel > .header.links > li > a:active {
  color: #ffffff;
  text-decoration: underline;
}
.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 {
  display: inline-block;
  float: none;
}
.page-print .nav-toggle {
  display: 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: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #ffee9c;
  border-color: #d6ca8e;
  color: #333333;
  margin: 0;
}
.message.global.noscript a,
.message.global.cookie a {
  color: #006bb4;
}
.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: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #ff0101;
  border-color: none;
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
}
.message.global.demo a {
  color: #006bb4;
}
.message.global.demo a:hover {
  color: #006bb4;
}
.message.global.demo a:active {
  color: #ff5501;
}
.page-footer {
  margin-top: 25px;
}
.footer.content {
  border-top: 1px solid #cecece;
  padding-top: 20px;
}
.footer.content .links > li {
  background: #f4f4f4;
  font-size: 1.6rem;
  border-top: 1px solid #cecece;
  margin: 0 -15px;
  padding: 0 15px;
}
.footer.content .links a,
.footer.content .links strong {
  display: block;
  padding: 10px 0;
}
.footer.content .links strong {
  color: #a6a6a6;
  font-weight: normal;
}
.footer.content .links a {
  color: #575757;
  text-decoration: none;
}
.footer.content .links a:visited {
  color: #575757;
  text-decoration: none;
}
.footer.content .links a:hover {
  color: #333333;
  text-decoration: underline;
}
.footer.content .links a:active {
  color: #333333;
  text-decoration: underline;
}
.copyright {
  background-color: #6e716e;
  color: #ffffff;
  box-sizing: border-box;
  display: block;
  padding: 10px;
  text-align: center;
}
.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: 10px;
  line-height: 22px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.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: 10px;
  line-height: 22px;
  color: inherit;
  content: '\e621';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.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 {
  color: #333333;
  text-decoration: none;
  display: block;
  padding: 8px;
}
.page-header .panel.wrapper .switcher .options ul.dropdown a:visited,
.page-footer .switcher .options ul.dropdown a:visited {
  color: #333333;
  text-decoration: none;
}
.page-header .panel.wrapper .switcher .options ul.dropdown a:hover,
.page-footer .switcher .options ul.dropdown a:hover {
  color: #333333;
  text-decoration: none;
}
.page-header .panel.wrapper .switcher .options ul.dropdown a:active,
.page-footer .switcher .options ul.dropdown a:active {
  color: #333333;
  text-decoration: none;
}
.page-header .panel.wrapper .switcher strong,
.page-footer .switcher strong {
  font-weight: 400;
}
.page-header .panel.wrapper .switcher .options ul.dropdown {
  right: 0;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:before {
  left: auto;
  right: 10px;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:after {
  left: auto;
  right: 9px;
}
.sidebar .widget.block:not(:last-child),
.sidebar .widget:not(:last-child) {
  margin-bottom: 40px;
}
.widget {
  clear: both;
}
.page-header .widget.block,
.page-footer .widget.block {
  margin: 20px 0;
}
.page-header .links .widget.block,
.page-footer .links .widget.block {
  margin: 0;
}
.ui-datepicker td {
  padding: 0;
}
.ui-tooltip {
  background: #ffffff;
  border: 1px solid #bbbbbb;
  padding: 10px;
}
.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: #006bb4;
  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: #006bb4;
  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: #006bb4;
  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: #006bb4;
  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: #006bb4;
  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: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.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-social-links .action.towishlist:before,
.block-bundle-summary .action.towishlist:before,
.product-item .action.towishlist:before,
.table-comparison .action.towishlist:before {
  content: '\e600';
}
.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 #cccccc;
}
.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 #cccccc;
}
.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 #cccccc;
}
.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;
}
.link.wishlist .counter {
  color: #7d7d7d;
  white-space: nowrap;
}
.link.wishlist .counter:before {
  content: '(';
}
.link.wishlist .counter:after {
  content: ')';
}
.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-actions .action.edit,
.products-grid.wishlist .product-item-actions .action.delete {
  display: inline-block;
  text-decoration: none;
}
.products-grid.wishlist .product-item-actions .action.edit > span,
.products-grid.wishlist .product-item-actions .action.delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.products-grid.wishlist .product-item-actions .action.edit:before,
.products-grid.wishlist .product-item-actions .action.delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #757575;
  content: '\e601';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.products-grid.wishlist .product-item-actions .action.edit:hover:before,
.products-grid.wishlist .product-item-actions .action.delete:hover:before {
  color: #333333;
}
.products-grid.wishlist .product-item-actions .action.edit:active:before,
.products-grid.wishlist .product-item-actions .action.delete:active:before {
  color: #757575;
}
.products-grid.wishlist .product-item-actions .action.delete:before {
  content: '\e604';
}
.box-addtolists {
  float: left;
  width: 100%;
}
.box-addtolists .fieldset .actions .tolistsview {
  font-size: 1.8rem;
  width: 49%;
}
.block-lists .actions-toolbar .primary .action.tolists.primary {
  border-radius: 25px;
  font-size: 1.3rem;
  height: 38px;
}
.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;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  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: 4px;
}
.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 {
  opacity: 1;
  position: static;
  display: inline-block;
  width: 100%;
  height: 32px !important;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  background: #006699;
  -webkit-box-shadow: 0px 0px 4px 1px #b5b5b5;
  -moz-box-shadow: 0px 0px 4px 1px #b5b5b5;
  -o-box-shadow: 0px 0px 4px 1px #b5b5b5;
  box-shadow: 0px 0px 4px 1px #b5b5b5;
}
.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 {
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 700;
  position: static;
  content: '\e615';
  font-family: 'luma-icons';
  display: block;
}
.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;
}
.block-banners .banner-item,
.block-banners-inline .banner-item {
  display: block;
}
.block-banners .banner-item-content,
.block-banners-inline .banner-item-content {
  margin-bottom: 20px;
}
.block-banners .banner-item-content img,
.block-banners-inline .banner-item-content img {
  display: block;
  margin: 0 auto;
}
.block-product-link.widget,
.block-category-link.widget {
  display: block;
  margin-bottom: 20px;
}
.block-product-link-inline.widget {
  margin: 0;
}
.block.widget .products-grid .product-item {
  margin-left: 2%;
  width: calc((100% - 2%) / 2);
}
.block.widget .products-grid .product-item:nth-child(2n + 1) {
  margin-left: 0;
}
.block.widget .product-item-info {
  width: auto;
}
.block.widget .pager {
  padding: 0;
}
.block.widget .pager .toolbar-amount {
  float: none;
  font-size: 1.2rem;
}
.block.widget .pager .pages-item-previous {
  padding-left: 0;
}
.block.widget .pager .pages-item-next {
  position: relative;
}
.block.widget .pager .items {
  white-space: nowrap;
}
.columns .block-event {
  position: relative;
  z-index: 2;
}
.block-event .block-content {
  position: relative;
}
.block-event .block-content > .action {
  cursor: pointer;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  z-index: 3;
}
.block-event .block-content > .action.backward,
.block-event .block-content > .action.forward {
  opacity: .5;
  overflow: hidden;
  width: 20px;
  display: inline-block;
  text-decoration: none;
}
.block-event .block-content > .action.backward > span,
.block-event .block-content > .action.forward > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-event .block-content > .action.backward:before,
.block-event .block-content > .action.forward:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 55px;
  line-height: 30px;
  color: inherit;
  content: '\e617';
  font-family: 'luma-icons';
  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: 'Source Sans Pro', Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 600;
  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;
}
.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: 7px;
}
.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: 4px;
  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: 18px;
  line-height: inherit;
  color: inherit;
  content: '\e61c';
  font-family: 'luma-icons';
  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: 12px;
  line-height: inherit;
  color: #999999;
  content: '\e616';
  font-family: 'luma-icons';
  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;
}
/**
 * Copyright © 2010-2018 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 : 24-Feb-2020,
    Author     : Muralidhar.Dixit
*/
/**
 * Copyright © 2010-2021 Epicor Software Corporation: All Rights Reserved
 */
/**
 * Copyright © 2020 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 : 3-mar-2020,
    Author     : Muralidhar.Dixit
*/
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v70/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
}
body {
  font-family: 'Source Sans Pro' !important;
}
.customerconnect-account-index .col-2.box-info.box-account {
  float: right;
  width: 100%;
}
.epicor_comm-customer-accountselector .page-actions .actions #masquerade_cart_action {
  position: relative;
  top: 2px;
  height: 30px;
}
.epicor_comm-customer-accountselector .page-actions .actions #masqurade {
  border: 0px;
  -webkit-box-shadow: 0px 0px 4px 1px #d4d4d4;
  -moz-box-shadow: 0px 0px 4px 1px #d4d4d4;
  -o-box-shadow: 0px 0px 4px 1px #d4d4d4;
  box-shadow: 0px 0px 4px 1px #d4d4d4;
  color: #efefef;
  padding: 7px 15px 7px;
  border-radius: 25px;
  background: #006699;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 1.4rem;
  height: 38px;
  font-weight: bold;
  box-shadow: none;
  font-family: 'Source Sans Pro' !important;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding-top: 0px;
  padding-bottom: 2px;
  height: 30px;
}
.epicor_comm-customer-accountselector .page-actions .actions #masqurade:hover {
  background: #66cc66 !important;
  border: 0px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.epicor_comm-customer-accountselector .page-actions .actions #masqurade:hover {
  padding-top: 0px;
  padding-bottom: 2px;
  height: 30px;
}
.epicor_comm-customer-accountselector .page-actions .actions #withoutmasqurading {
  border: 0px;
  color: #006699;
  background: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  outline: none;
  cursor: pointer;
  font-weight: bold;
  padding: 7px 15px 7px;
  border-radius: 25px;
  font-family: 'Source Sans Pro' !important;
  -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;
}
.epicor_comm-customer-accountselector .page-actions .actions #withoutmasqurading:hover {
  background: #66cc66 !important;
  color: #006699;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: 0px;
}
.epicor_comm-customer-accountselector .admin__data-grid-header.admin__data-grid-toolbar .admin__data-grid-header-row .admin__filter-actions {
  margin-top: 8px;
}
.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: 46%;
}
.customerconnect-account-index .block-dashboard-info.col-1.box-info.box-account {
  float: left;
  width: 46%;
}
.window-overlay-bggrade {
  display: block;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 155px;
  bottom: 0px;
  background: linear-gradient(0deg, rgba(32, 30, 19, 0.7) 100%, rgba(244, 239, 239, 0) 100%) !important;
}
.fields .field .required em {
  padding-right: 5px;
  color: #ff0000;
  font-weight: bold;
}
#customer_arpayments_agedbalances_list_table .aged_bal:hover {
  background-color: #f8f7f7 !important;
}
#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;
}
.quickadd-form-list .wide .field.qty .control span.qtyminus,
.quickadd-form-list .wide .field.qty .control span.qtyplus {
  color: #ffffff !important;
  display: inline-block !important;
  padding: 4px 9px 14px !important;
  cursor: pointer !important;
  font-size: 1.8rem !important;
  top: 3px !important;
  margin-right: 2px !important;
}
.control span.qtyminus,
.control span.qtyplus {
  font-size: 2rem;
  top: 3px;
  text-align: center;
  margin-left: 3px;
  margin-right: 2px;
  border-radius: 25px;
  height: 17px;
  width: 17px;
  background: #006699;
  box-shadow: 0px 0px 0px 6px inset #ffffff;
  border: 2px solid #006699;
  display: inline-block;
  padding: 3px 9px 15px;
  color: #ffffff;
  cursor: pointer;
}
.material-icons,
#supplierconnect_orders_lines_table .attachments-detail .file-icon:before,
.account.enhanced-dashboard #supplierconnect_orders_lines_table .attachments-detail .file-icon:before,
.enhanced-dashboard #supplierconnect_orders_lines_table .attachments-detail .file-icon:before,
.account.enhanced-dashboard.customerconnect-arpayments-history #arpayment_history_table .col-action .edit:before,
.enhanced-dashboard.customerconnect-arpayments-history #arpayment_history_table .col-action .edit:before,
.account.enhanced-dashboard.dealerconnect-claims-new #quotes_block #claim_quotes_form div#rfq_lines #rfq_lines_table .lines_row.attachment.new .box-info.box-account.col-full div.content-header .form-buttons .action-default.rfq_line_attachment_add:before,
.enhanced-dashboard.dealerconnect-claims-new #quotes_block #claim_quotes_form div#rfq_lines #rfq_lines_table .lines_row.attachment.new .box-info.box-account.col-full div.content-header .form-buttons .action-default.rfq_line_attachment_add:before,
.account.enhanced-dashboard #button_bar #button_bar .action-default.save.link-reorder:before,
.enhanced-dashboard #button_bar #button_bar .action-default.save.link-reorder:before,
.account.enhanced-dashboard.customerconnect-returns-index .page-actions .action-default.scalable.save:before,
.enhanced-dashboard.customerconnect-returns-index .page-actions .action-default.scalable.save:before,
.account.enhanced-dashboard.quotes-manage-index .page-wrapper .page-main .columns .column.main .data-table tbody tr td .viewdetails:before,
.enhanced-dashboard.quotes-manage-index .page-wrapper .page-main .columns .column.main .data-table tbody tr td .viewdetails:before,
.account.enhanced-dashboard.quotes-manage-index .page-wrapper .page-main .columns .column.main .data-table tbody tr td .reject:before,
.enhanced-dashboard.quotes-manage-index .page-wrapper .page-main .columns .column.main .data-table tbody tr td .reject:before,
.account.enhanced-dashboard.quotes-manage-index .page-wrapper .page-main .columns .column.main .data-table tbody tr td .duplicate:before,
.enhanced-dashboard.quotes-manage-index .page-wrapper .page-main .columns .column.main .data-table tbody tr td .duplicate:before,
.account.enhanced-dashboard #arpayment_history .admin__data-grid-header.admin__data-grid-toolbar div a:before,
.enhanced-dashboard #arpayment_history .admin__data-grid-header.admin__data-grid-toolbar div a:before,
.account.enhanced-dashboard #dealerconnect_inventory .admin__data-grid-header.admin__data-grid-toolbar div a:before,
.enhanced-dashboard #dealerconnect_inventory .admin__data-grid-header.admin__data-grid-toolbar div a:before,
.account.enhanced-dashboard .admin__data-grid-header-row .admin__data-grid-export .action-default.scalable.task:before,
.enhanced-dashboard .admin__data-grid-header-row .admin__data-grid-export .action-default.scalable.task:before,
.account.enhanced-dashboard .refreshdatabtn .refreshdatabtn-link:before,
.enhanced-dashboard .refreshdatabtn .refreshdatabtn-link:before,
.account.enhanced-dashboard .admin__data-grid-header .material-icons.grid-filter-icon:before,
.enhanced-dashboard .admin__data-grid-header .material-icons.grid-filter-icon:before,
.account.enhanced-dashboard .admin__data-grid-toolbar .material-icons.grid-filter-icon:before,
.enhanced-dashboard .admin__data-grid-toolbar .material-icons.grid-filter-icon:before,
.account.enhanced-dashboard #return_lines_table .lines_row.attachment .attachments-row .page-actions .return_line_attachment_add:before,
.enhanced-dashboard #return_lines_table .lines_row.attachment .attachments-row .page-actions .return_line_attachment_add:before,
.account.enhanced-dashboard.epicor_comm-returns-customerindex #returnSteps #attachments-return-form .return_attachments_add:before,
.enhanced-dashboard.epicor_comm-returns-customerindex #returnSteps #attachments-return-form .return_attachments_add:before,
.account.enhanced-dashboard.epicor_comm-returns-index #returnSteps #attachments-return-form .return_attachments_add:before,
.enhanced-dashboard.epicor_comm-returns-index #returnSteps #attachments-return-form .return_attachments_add:before,
.account.enhanced-dashboard.epicor_comm-returns-customerindex #returnSteps .section .step-title a:before,
.enhanced-dashboard.epicor_comm-returns-customerindex #returnSteps .section .step-title a:before,
.account.enhanced-dashboard.epicor_comm-returns-index #returnSteps .section .step-title a:before,
.enhanced-dashboard.epicor_comm-returns-index #returnSteps .section .step-title a:before,
.account.enhanced-dashboard.customerconnect-skus-index #customerconnect_skus_massaction-form #customerconnect_skus .table-wrapper .data-grid tbody tr .col-delete a:before,
.enhanced-dashboard.customerconnect-skus-index #customerconnect_skus_massaction-form #customerconnect_skus .table-wrapper .data-grid tbody tr .col-delete a:before,
.account.enhanced-dashboard.customerconnect-skus-index #customerconnect_skus_massaction-form #customerconnect_skus div > a:before,
.enhanced-dashboard.customerconnect-skus-index #customerconnect_skus_massaction-form #customerconnect_skus div > a:before,
.account.enhanced-dashboard.epicor_lists-lists-index #listgrid .admin__data-grid-header .admin__data-grid-header-row .admin__filter-actions .action-default.task:before,
.enhanced-dashboard.epicor_lists-lists-index #listgrid .admin__data-grid-header .admin__data-grid-header-row .admin__filter-actions .action-default.task:before,
.account.enhanced-dashboard.epicor_lists-lists-index #listgrid .admin__data-grid-toolbar .admin__data-grid-header-row .admin__filter-actions .action-default.task:before,
.enhanced-dashboard.epicor_lists-lists-index #listgrid .admin__data-grid-toolbar .admin__data-grid-header-row .admin__filter-actions .action-default.task:before,
.account.enhanced-dashboard.epicor_lists-lists-edit #tab_content .collapsible-card .collapsible-card-title span:before,
.enhanced-dashboard.epicor_lists-lists-edit #tab_content .collapsible-card .collapsible-card-title span:before,
.account.enhanced-dashboard.epicor_lists-lists-edit #tab_content .collapsible-card .collapsible-card-content #customer_grid #list_customers .admin__data-grid-header a:before,
.enhanced-dashboard.epicor_lists-lists-edit #tab_content .collapsible-card .collapsible-card-content #customer_grid #list_customers .admin__data-grid-header a:before,
.account.enhanced-dashboard .actions-toolbar .primary .action.primary.add:before,
.enhanced-dashboard .actions-toolbar .primary .action.primary.add:before,
.account.enhanced-dashboard table tbody td a[data-action="inactive"]:before,
.enhanced-dashboard table tbody td a[data-action="inactive"]:before,
.account.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td a[data-action="inactive"]:before,
.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td a[data-action="inactive"]:before,
.account.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td a[data-action="inactive"]:before,
.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td a[data-action="inactive"]:before,
.account.enhanced-dashboard table tbody td a[data-action="active"]:before,
.enhanced-dashboard table tbody td a[data-action="active"]:before,
.account.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td a[data-action="active"]:before,
.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td a[data-action="active"]:before,
.account.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td a[data-action="active"]:before,
.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td a[data-action="active"]:before,
.account.enhanced-dashboard table tbody td a.view:before,
.enhanced-dashboard table tbody td a.view:before,
.account.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td a.view:before,
.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td a.view:before,
.account.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td a.view:before,
.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td a.view:before,
.account.enhanced-dashboard table tbody td a.more:before,
.enhanced-dashboard table tbody td a.more:before,
.account.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td a.more:before,
.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td a.more:before,
.account.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td a.more:before,
.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td a.more:before,
.account.enhanced-dashboard table tbody td a.link-reorder:before,
.enhanced-dashboard table tbody td a.link-reorder:before,
.account.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td a.link-reorder:before,
.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td a.link-reorder:before,
.account.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td a.link-reorder:before,
.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td a.link-reorder:before,
.account.enhanced-dashboard table tbody td a.link-reorder:before,
.enhanced-dashboard table tbody td a.link-reorder:before,
.account.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td a.link-reorder:before,
.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td a.link-reorder:before,
.account.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td a.link-reorder:before,
.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td a.link-reorder:before,
.account.enhanced-dashboard table tbody td #edit:before,
.enhanced-dashboard table tbody td #edit:before,
.account.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td #edit:before,
.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td #edit:before,
.account.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td #edit:before,
.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td #edit:before,
.account.enhanced-dashboard table tbody td .action-edit-link:before,
.enhanced-dashboard table tbody td .action-edit-link:before,
.account.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td .action-edit-link:before,
.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td .action-edit-link:before,
.account.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td .action-edit-link:before,
.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td .action-edit-link:before,
.account.enhanced-dashboard table tbody td .edit:before,
.enhanced-dashboard table tbody td .edit:before,
.account.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td .edit:before,
.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td .edit:before,
.account.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td .edit:before,
.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td .edit:before,
.account.enhanced-dashboard table tbody td #delete:before,
.enhanced-dashboard table tbody td #delete:before,
.account.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td #delete:before,
.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td #delete:before,
.account.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td #delete:before,
.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td #delete:before,
.account.enhanced-dashboard table tbody td .delete:before,
.enhanced-dashboard table tbody td .delete:before,
.account.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td .delete:before,
.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td .delete:before,
.account.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td .delete:before,
.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td .delete:before,
.account.enhanced-dashboard table tbody td #addListToCart:before,
.enhanced-dashboard table tbody td #addListToCart:before,
.account.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td #addListToCart:before,
.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td #addListToCart:before,
.account.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td #addListToCart:before,
.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td #addListToCart:before,
.account.enhanced-dashboard table tbody td #addListToCart:before,
.enhanced-dashboard table tbody td #addListToCart:before,
.account.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td #addListToCart:before,
.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td #addListToCart:before,
.account.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td #addListToCart:before,
.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td #addListToCart:before,
.account.enhanced-dashboard.customer-account-index .box-account.box-recent .data-table tbody td span a:first-child:before,
.enhanced-dashboard.customer-account-index .box-account.box-recent .data-table tbody td span a:first-child:before,
.account.enhanced-dashboard.customer-account-index .box-account.box-recent .data-table tbody td span .reorder-button:before,
.enhanced-dashboard.customer-account-index .box-account.box-recent .data-table tbody td span .reorder-button:before,
.account.enhanced-dashboard.customer-account-index .box-account.box-recent .data-table tbody td span .reorder-button:before,
.enhanced-dashboard.customer-account-index .box-account.box-recent .data-table tbody td span .reorder-button:before,
.account.enhanced-dashboard.epicor_comm-returns-index #return_lines_table tbody tr td .page-actions .action-default.scalable:before,
.enhanced-dashboard.epicor_comm-returns-index #return_lines_table tbody tr td .page-actions .action-default.scalable:before,
.account.enhanced-dashboard.epicor_comm-returns-lists .gridblock .scalable.save:before,
.enhanced-dashboard.epicor_comm-returns-lists .gridblock .scalable.save:before,
.account.enhanced-dashboard.epicor_comm-returns-lists .gridblock .data-table tbody td a:before,
.enhanced-dashboard.epicor_comm-returns-lists .gridblock .data-table tbody td a:before,
.account.enhanced-dashboard .actions-toolbar.order-actions-toolbar .actions a.action.order.link-reorder:nth-of-type(1):before,
.enhanced-dashboard .actions-toolbar.order-actions-toolbar .actions a.action.order.link-reorder:nth-of-type(1):before,
.account.enhanced-dashboard .actions-toolbar.order-actions-toolbar .actions a.action.order.link-reorder:nth-of-type(1):before,
.enhanced-dashboard .actions-toolbar.order-actions-toolbar .actions a.action.order.link-reorder:nth-of-type(1):before,
.account.enhanced-dashboard .actions-toolbar.order-actions-toolbar .actions a.action.print:before,
.enhanced-dashboard .actions-toolbar.order-actions-toolbar .actions a.action.print:before,
.account.enhanced-dashboard.supplierconnect-rfq-details .box-info.box-account div.content-header table tr td.form-buttons button.action-default:before,
.enhanced-dashboard.supplierconnect-rfq-details .box-info.box-account div.content-header table tr td.form-buttons button.action-default:before,
.account.enhanced-dashboard.supplierconnect-orders-details .box-info.box-account div.content-header table tr td.form-buttons button.action-default:before,
.enhanced-dashboard.supplierconnect-orders-details .box-info.box-account div.content-header table tr td.form-buttons button.action-default:before,
.account.enhanced-dashboard .action-default.add:before,
.enhanced-dashboard .action-default.add:before,
.account.enhanced-dashboard .add-sku.button.action-default:before,
.enhanced-dashboard .add-sku.button.action-default:before,
.account.enhanced-dashboard.customerconnect-rfqs-details .box-info.box-account #rfq_lines_table .lines_row.attachment div.content-header table tr td.form-buttons button.rfq_line_attachment_add:before,
.enhanced-dashboard.customerconnect-rfqs-details .box-info.box-account #rfq_lines_table .lines_row.attachment div.content-header table tr td.form-buttons button.rfq_line_attachment_add:before,
.account.enhanced-dashboard.dealerconnect-quotes-details .box-info.box-account #rfq_lines_table .lines_row.attachment div.content-header table tr td.form-buttons button.rfq_line_attachment_add:before,
.enhanced-dashboard.dealerconnect-quotes-details .box-info.box-account #rfq_lines_table .lines_row.attachment div.content-header table tr td.form-buttons button.rfq_line_attachment_add:before,
.account.enhanced-dashboard.customerconnect-rfqs-new .box-info.box-account #rfq_lines_table .lines_row.attachment div.content-header table tr td.form-buttons button.rfq_line_attachment_add:before,
.enhanced-dashboard.customerconnect-rfqs-new .box-info.box-account #rfq_lines_table .lines_row.attachment div.content-header table tr td.form-buttons button.rfq_line_attachment_add:before,
.account.enhanced-dashboard.dealerconnect-quotes-new .box-info.box-account #rfq_lines_table .lines_row.attachment div.content-header table tr td.form-buttons button.rfq_line_attachment_add:before,
.enhanced-dashboard.dealerconnect-quotes-new .box-info.box-account #rfq_lines_table .lines_row.attachment div.content-header table tr td.form-buttons button.rfq_line_attachment_add:before,
.account.enhanced-dashboard.supplierconnect-orders-details .box-info.box-account #rfq_lines_table .lines_row.attachment div.content-header table tr td.form-buttons button.rfq_line_attachment_add:before,
.enhanced-dashboard.supplierconnect-orders-details .box-info.box-account #rfq_lines_table .lines_row.attachment div.content-header table tr td.form-buttons button.rfq_line_attachment_add:before,
.account.enhanced-dashboard.dealerconnect-quotes-duplicate .box-info.box-account #rfq_lines_table .lines_row.attachment div.content-header table tr td.form-buttons button.rfq_line_attachment_add:before,
.enhanced-dashboard.dealerconnect-quotes-duplicate .box-info.box-account #rfq_lines_table .lines_row.attachment div.content-header table tr td.form-buttons button.rfq_line_attachment_add:before,
.account.enhanced-dashboard.customerconnect-rfqs-duplicate .box-info.box-account #rfq_lines_table .lines_row.attachment div.content-header table tr td.form-buttons button.rfq_line_attachment_add:before,
.enhanced-dashboard.customerconnect-rfqs-duplicate .box-info.box-account #rfq_lines_table .lines_row.attachment div.content-header table tr td.form-buttons button.rfq_line_attachment_add:before,
.account.enhanced-dashboard.customerconnect-rfqs-linesearch .lines_row.attachment.new .action-default.rfq_line_attachment_add:before,
.enhanced-dashboard.customerconnect-rfqs-linesearch .lines_row.attachment.new .action-default.rfq_line_attachment_add:before,
.account.enhanced-dashboard .reorder-button:before,
.enhanced-dashboard .reorder-button:before,
.account.enhanced-dashboard .print-button:before,
.enhanced-dashboard .print-button:before,
.account.enhanced-dashboard .email-button:before,
.enhanced-dashboard .email-button:before,
.account.enhanced-dashboard .col-1 .admin__data-grid-header div > a:before,
.enhanced-dashboard .col-1 .admin__data-grid-header div > a:before,
.account.enhanced-dashboard .col-2 .admin__data-grid-header div > a:before,
.enhanced-dashboard .col-2 .admin__data-grid-header div > a:before,
.account.enhanced-dashboard .col-full .admin__data-grid-header div > a:before,
.enhanced-dashboard .col-full .admin__data-grid-header div > a:before,
.account.enhanced-dashboard .col-full .action-default.add:before,
.enhanced-dashboard .col-full .action-default.add:before,
.account.enhanced-dashboard .col-full #add-shipping-address:before,
.enhanced-dashboard .col-full #add-shipping-address:before {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-family: 'Source Sans Pro' !important;
}
h1 {
  font-size: 2.6rem !important;
  text-transform: uppercase !important;
  letter-spacing: 0.1px !important;
  font-weight: 600 !important;
  font-family: 'Source Sans Pro' !important;
}
h2 {
  font-size: 2.4rem !important;
  text-transform: uppercase !important;
  letter-spacing: 0.1px !important;
  font-weight: 600 !important;
  font-family: 'Source Sans Pro' !important;
}
h3 {
  font-size: 2.2rem !important;
  text-transform: uppercase !important;
  letter-spacing: 0.1px !important;
  font-weight: 600 !important;
  font-family: 'Source Sans Pro' !important;
}
h4 {
  font-size: 2rem !important;
  text-transform: uppercase !important;
  letter-spacing: 0.1px !important;
  font-weight: 600 !important;
  font-family: 'Source Sans Pro' !important;
}
h5 {
  font-size: 1.8rem !important;
  text-transform: uppercase !important;
  letter-spacing: 0.1px !important;
  font-weight: 600 !important;
  font-family: 'Source Sans Pro' !important;
}
h6 {
  font-size: 1.6rem !important;
  text-transform: uppercase !important;
  letter-spacing: 0.1px !important;
  font-weight: 600 !important;
  font-family: 'Source Sans Pro' !important;
}
body {
  font-family: 'Source Sans Pro' !important;
  font-size: 1.4rem;
}
.clear {
  clear: both;
}
.breadcrumbs .items .item a {
  color: #006699;
  font-weight: bold;
}
.breadcrumbs .items .item:last-child {
  color: #000000;
  font-weight: 500;
}
#listgrid_table thead .col-action,
#listgrid_table tbody .col-action {
  width: 180px;
}
.attachmentmodals .modal-header {
  display: none;
}
#supplierconnect_orders_lines_table .attachments-detail .count-row-attachment {
  color: #666666;
}
#supplierconnect_orders_lines_table .attachments-detail .file-icon {
  background-image: none;
}
#supplierconnect_orders_lines_table .attachments-detail .file-icon:before {
  content: 'attach_file' !important;
  font-size: 2.4rem;
  color: #666666;
}
.modal-inner-wrap .modal-content .block-authentication .block-customer-login .block-content .form-login .fieldset .field .control div.mage-error[generated] {
  top: 55px;
}
.modal-inner-wrap .modal-footer .action.secondary {
  border: 0px;
  color: #006699;
  background: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  outline: none;
  cursor: pointer;
  font-weight: bold;
  padding: 7px 15px 7px;
  border-radius: 25px;
  font-family: 'Source Sans Pro' !important;
  -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;
}
.modal-inner-wrap .modal-footer .action.secondary:hover {
  background: #66cc66 !important;
  color: #006699;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: 0px;
}
#customer_arpayments_agedbalances_list_table .aged_bal:hover {
  background-color: unset;
}
#branches-list-popup.branches-list-popup span.location-select a {
  border: 0px;
  -webkit-box-shadow: 0px 0px 4px 1px #d4d4d4;
  -moz-box-shadow: 0px 0px 4px 1px #d4d4d4;
  -o-box-shadow: 0px 0px 4px 1px #d4d4d4;
  box-shadow: 0px 0px 4px 1px #d4d4d4;
  color: #efefef;
  padding: 7px 15px 7px;
  border-radius: 25px;
  background: #006699;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 1.4rem;
  height: 38px;
  font-weight: bold;
  box-shadow: none;
  font-family: 'Source Sans Pro' !important;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#branches-list-popup.branches-list-popup span.location-select a:hover {
  background: #66cc66 !important;
  border: 0px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#branches-list-popup.branches-list-popup span.location-select a span {
  padding: 0px;
  background: none;
  border: 0px;
}
#button_bar {
  min-width: 170px;
  top: -50px;
}
#button_bar.rfq_buttons {
  top: -50px;
}
.customerconnect-skus-index .sku-add-section {
  margin-bottom: 12px;
}
.dealerconnect-inventory-new .column.main .box-info.box-account.col-full .fieldset div.fields {
  margin-top: 10px;
}
.dealerconnect-inventory-new .column.main .box-info.box-account.col-xs-4.block {
  width: 28%;
  margin: 1%;
  padding: 5px 10px;
  border: 1px solid #d4d4d4;
}
.dealerconnect-inventory-new .column.main .box-info.box-account.col-xs-4.block #dealer-address-select {
  margin-bottom: 10px;
}
.dealerconnect-inventory-new .column.main .box-info.box-account.col-xs-4.block h2.legend.location-head,
.dealerconnect-inventory-new .column.main .box-info.box-account.col-xs-4.block h2.legend.owner-head,
.dealerconnect-inventory-new .column.main .box-info.box-account.col-xs-4.block h2.legend.dealer-head {
  background: none;
  font-size: 1.8rem;
  font-weight: 600;
  color: #222222;
  padding-left: 0px;
  text-transform: uppercase;
  border-color: #d4d4d4;
  padding-bottom: 6px;
}
.dealerconnect-inventory-new .column.main .box-info.box-account.col-xs-4.block h2.legend.location-head p,
.dealerconnect-inventory-new .column.main .box-info.box-account.col-xs-4.block h2.legend.owner-head p,
.dealerconnect-inventory-new .column.main .box-info.box-account.col-xs-4.block h2.legend.dealer-head p {
  margin-top: 28px;
}
.dealerconnect-inventory-new .column.main .box-info.box-account.col-xs-4.block .fieldset {
  padding: 10px 5px;
  border-top: 1px solid #d4d4d4;
}
.dealerconnect-inventory-new .column.main .box-info.box-account.col-xs-4.block .fieldset .fields .field {
  margin-top: 10px;
}
.dealerconnect-inventory-new .column.main .box-info.box-account.col-xs-4.block .fieldset .fields .field-name-firstname .control .mage-error,
.dealerconnect-inventory-new .column.main .box-info.box-account.col-xs-4.block .fieldset .fields .field-name-lastname .control .mage-error {
  top: 53px;
}
.fieldset .field .control div#product_code-error.mage-error {
  top: 54px;
}
.authorization-link.signior {
  display: none !important;
}
.customer-welcome .customer-menu ul:before {
  border-color: transparent transparent #f5f5f5 transparent;
}
.customer-welcome .customer-menu .header.links {
  width: 90%;
  text-align: right;
  background: #ffffff;
}
.customer-welcome .customer-menu .header.links li {
  text-align: left;
  padding-left: 7px;
  border-bottom: 1px solid #d4d4d4;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.customer-welcome .customer-menu .header.links li .material-icons {
  display: none;
}
.customer-welcome .customer-menu .header.links li:hover {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.customer-welcome .customer-menu .header.links a {
  color: #222222;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: none;
}
.customer-welcome .customer-menu .header.links a span {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.customer-welcome .customer-menu .header.links a:hover {
  background: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.customer-welcome .customer-menu .header.links a:hover span {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.modal-popup.elementspopup .modal-inner-wrap .modal-content iframe {
  max-height: 450px;
  overflow-y: auto;
}
/* header changes */
.sales-order-print .page-wrapper {
  margin-top: 20px;
}
#active-login-bg {
  display: none;
}
#active-login-bg.act-log-bg {
  display: block;
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: transparent;
  z-index: 899;
}
.page-header {
  z-index: 900;
  margin-bottom: 15px;
}
.page-header .panel.wrapper .panel.header {
  min-height: 35px;
}
.page-header .header-wrapper-content .header.content {
  padding: 25px 20px 10px;
}
.page-header .header-wrapper-content .header.content .customer-welcome,
.page-header .header-wrapper-content .header.content .customer-login-logo {
  position: absolute;
  right: 65px;
  display: inline-block;
  margin-top: 4px;
  padding-right: 20px;
  text-align: right;
}
.page-header .header-wrapper-content .header.content .customer-welcome.no-minicart,
.page-header .header-wrapper-content .header.content .customer-login-logo.no-minicart {
  right: -10px;
}
.page-header .header-wrapper-content .header.content .customer-welcome.no-minicart-logged-in-user,
.page-header .header-wrapper-content .header.content .customer-login-logo.no-minicart-logged-in-user {
  right: 8px;
}
.page-header .header-wrapper-content .header.content .customer-welcome .material-icons,
.page-header .header-wrapper-content .header.content .customer-login-logo .material-icons {
  color: #006699;
  cursor: pointer;
}
.page-header .header-wrapper-content .header.content .customer-login-logo .customer-menu {
  background: #ffffff;
  z-index: 1100;
  padding: 15px;
  position: absolute;
  width: 220px;
  right: 0px;
  display: none;
  box-shadow: 0px 0px 5px -1px #666666;
  -o-box-shadow: 0px 0px 5px -1px #666666;
  -webkit-box-shadow: 0px 0px 5px -1px #666666;
  -moz-box-shadow: 0px 0px 5px -1px #666666;
}
.page-header .header-wrapper-content .header.content .customer-login-logo .customer-menu:before {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
  right: 10px;
  top: -16px;
  border-width: 8px;
  border-style: solid;
  border-color: transparent transparent #d5d5d5 transparent;
}
.page-header .header-wrapper-content .header.content .customer-login-logo .customer-menu.captcha-enabled {
  background: none;
  z-index: 1100;
  padding: 0px;
  position: absolute;
  width: auto;
  height: auto;
  right: 0px;
  display: none;
  box-shadow: none;
  -o-box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.page-header .header-wrapper-content .header.content .customer-login-logo .customer-menu.captcha-enabled:before {
  display: none !important;
  border: 0px !important;
}
.page-header .header-wrapper-content .header.content .customer-login-logo .customer-menu .fieldset .field {
  margin: 0 0 15px;
}
.page-header .header-wrapper-content .header.content .customer-login-logo .customer-menu .fieldset .field .control div.mage-error {
  text-align: left;
  position: relative;
  top: 0px;
  margin: 0px;
}
.page-header .header-wrapper-content .header.content .customer-login-logo .customer-menu #truncated_message_email {
  display: none;
}
.page-header .header-wrapper-content .header.content .customer-login-logo .customer-menu.active-login {
  display: block;
}
.page-header .header-wrapper-content .header.content .customer-login-logo .customer-menu .block-content .fieldset.login {
  margin-bottom: 0px;
}
.page-header .header-wrapper-content .header.content .customer-login-logo .customer-menu .block-content .fieldset.login .actions-toolbar {
  margin-bottom: 0px;
}
.page-header .header-wrapper-content .header.content .customer-login-logo .customer-menu .block-content .fieldset.login .actions-toolbar .action.login.primary {
  float: left;
  width: 45%;
  margin-right: 5%;
  height: auto;
  padding: 10px 10px;
  font-size: 1.4rem;
}
.page-header .header-wrapper-content .header.content .customer-login-logo .customer-menu .block-content .fieldset.login .actions-toolbar .action.login.primary.no-signup {
  width: 100%;
}
.page-header .header-wrapper-content .header.content .customer-login-logo .customer-menu .block-content .fieldset.login .actions-toolbar .action.create.primary {
  float: left;
  font-size: 1.4rem;
  width: 45%;
  margin-left: 5%;
  height: auto;
  padding: 8px 10px;
}
.page-header .header-wrapper-content .header.content .customer-login-logo .customer-menu .block-content .fieldset.login .actions-toolbar .secondary {
  float: none;
  margin: 0 auto;
  display: block;
}
.page-header .header-wrapper-content .header.content .customer-login-logo .customer-menu .block-content .fieldset.login .actions-toolbar .secondary .action.remind {
  margin-top: 15px;
  padding: 8px 10px;
}
.page-header .header-wrapper-content .header.content a.logo {
  margin: -12px auto 5px 0px;
}
.page-header .header-wrapper-content .header.content a.logo img {
  max-height: 75px;
  height: auto;
  width: auto;
  max-width: 210px;
}
.page-header .header-wrapper-content .header.content .selected-branch-wrapper {
  border: 1px solid #cccccc;
  margin-right: 60px;
  margin-left: 5px;
  padding: 2px 5px;
  border-radius: 5px;
  position: absolute;
  right: 67px;
  bottom: auto;
  top: 23px;
}
.page-header .header-wrapper-content .header.content .selected-branch-wrapper .selected-branch {
  text-align: center;
}
.page-header .header-wrapper-content .header.content .selected-branch-wrapper .selected-branch p {
  font-size: 1.2rem;
}
.page-header .header-wrapper-content .header.content .selected-branch-wrapper .selected-branch a.branch-link {
  font-size: 1.3rem;
  text-align: center;
  color: #006699;
}
.page-header .switcher {
  font-size: 1.2rem;
  padding-top: 1px;
}
.page-header .switcher .options ul.dropdown li {
  background: #f9f9f9;
}
.page-header .switcher .options ul.dropdown li a:hover {
  background: #006699;
  color: #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-header .panel.wrapper {
  background: #66cc66;
  -webkit-box-shadow: 0px 0px 4px 1px #b5b5b5;
  -moz-box-shadow: 0px 0px 4px 1px #b5b5b5;
  -o-box-shadow: 0px 0px 4px 1px #b5b5b5;
  box-shadow: 0px 0px 4px 1px #b5b5b5;
}
.page-header .panel.wrapper .header.panel {
  padding-bottom: 5px;
  padding-top: 8px;
  position: relative;
}
.page-header .panel.wrapper .header.panel .switcher-currency,
.page-header .panel.wrapper .header.panel .switcher-language {
  height: 22px;
  position: relative;
  bottom: 2px;
  margin-left: 10px;
}
.page-header .panel.wrapper .header.panel .switcher-currency .material-icons,
.page-header .panel.wrapper .header.panel .switcher-language .material-icons {
  color: #ffffff !important;
  display: none;
}
.page-header .panel.wrapper .header.panel .switcher-currency .switcher-label,
.page-header .panel.wrapper .header.panel .switcher-language .switcher-label {
  color: #ffffff !important;
}
.page-header .panel.wrapper .header.panel .switcher-currency .switcher-options,
.page-header .panel.wrapper .header.panel .switcher-language .switcher-options {
  color: #006699 !important;
  font-weight: bold;
  bottom: -3px;
}
.page-header .panel.wrapper .header.panel .switcher-currency .switcher-options .action.toggle,
.page-header .panel.wrapper .header.panel .switcher-language .switcher-options .action.toggle {
  font-weight: bold;
}
.page-header .panel.wrapper .header.panel .switcher-currency .switcher-options .action.toggle strong,
.page-header .panel.wrapper .header.panel .switcher-language .switcher-options .action.toggle strong {
  font-weight: bold;
}
.page-header .panel.wrapper .header.panel .switcher-currency .switcher-options .action.toggle:after,
.page-header .panel.wrapper .header.panel .switcher-language .switcher-options .action.toggle:after {
  position: relative;
  bottom: 3px;
  font-weight: bold;
}
.page-header .panel.wrapper .header.panel .switcher-currency .switcher-options:before,
.page-header .panel.wrapper .header.panel .switcher-language .switcher-options:before {
  color: #006699 !important;
  font-weight: bold;
}
.page-header .panel.wrapper .header.panel .switcher-currency .switcher-options .switcher-dropdown .switcher-option,
.page-header .panel.wrapper .header.panel .switcher-language .switcher-options .switcher-dropdown .switcher-option {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.page-header .panel.wrapper .header.panel .switcher-currency .switcher-options .switcher-dropdown .switcher-option a,
.page-header .panel.wrapper .header.panel .switcher-language .switcher-options .switcher-dropdown .switcher-option a {
  color: #222222 !important;
  background: none;
}
.page-header .panel.wrapper .header.panel .switcher-currency .switcher-options .switcher-dropdown .switcher-option a:hover,
.page-header .panel.wrapper .header.panel .switcher-language .switcher-options .switcher-dropdown .switcher-option a:hover {
  background: #f5f5f5;
  color: #222222 !important;
}
.page-header .panel.wrapper .header.panel .switcher-currency .switcher-options .switcher-dropdown .switcher-option:hover,
.page-header .panel.wrapper .header.panel .switcher-language .switcher-options .switcher-dropdown .switcher-option:hover {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.page-header .panel.wrapper .header.panel .switcher.switcher-language {
  color: #006699;
  margin-right: 6px;
  height: 16px;
  border-right: 1px solid #cccccc;
  padding-right: 10px;
  margin-top: 4px;
}
.page-header .panel.wrapper .header.panel .switcher.switcher-language strong {
  font-weight: bold;
}
.page-header .panel.wrapper .header.panel .switcher.switcher-language .switcher-options {
  bottom: 1px;
}
.page-header .panel.wrapper .header.panel > .header.links {
  width: 80%;
  text-align: right;
}
.page-header .panel.wrapper .header.panel > .header.links .greet.welcome {
  float: left;
}
.page-header .panel.wrapper .header.panel > .header.links .customer-welcome {
  float: left;
  height: 25px;
}
.page-header .panel.wrapper .header.panel > .header.links .customer-welcome .action.switch {
  position: relative;
  bottom: 9px;
}
.page-header .panel.wrapper .header.panel > .header.links .customer-welcome .action.switch:after {
  color: #ffffff;
}
.page-header .panel.wrapper .header.panel > .header.links > li {
  font-size: 1.2rem;
}
.page-header .panel.wrapper .header.panel > .header.links > li > a {
  color: #ffffff;
}
.page-header .panel.wrapper .header.panel > .header.links li {
  border-right: 1px solid #cccccc;
  margin: 0px;
  font-weight: bold;
  color: #006699 !important;
}
.page-header .panel.wrapper .header.panel > .header.links li.signior:after {
  display: none;
}
.page-header .panel.wrapper .header.panel > .header.links li .material-icons {
  margin-left: 10px;
  font-size: 1.5rem;
  position: relative;
  top: 2px;
}
.page-header .panel.wrapper .header.panel > .header.links li a {
  margin-right: 10px;
  color: #006699 !important;
  padding-left: 1px;
  margin-left: 1px;
}
.page-header .panel.wrapper .header.panel > .header.links li.greet.welcome,
.page-header .panel.wrapper .header.panel > .header.links li.customer-welcome {
  border-right: 0px;
  padding-right: 2px;
  position: absolute;
  left: 23px;
  font-weight: bold;
  top: 10px;
}
.header-wrapper-content > .header.content {
  min-height: 85px;
}
.header-wrapper-content .header-wrapper-bottom {
  background: #006699;
}
.header-wrapper-content .header-wrapper-bottom .header.content {
  padding: 0px;
}
.header-wrapper-content .header-wrapper-bottom .header.content a.logo {
  max-height: 65px;
  max-width: 100px;
  width: auto;
  height: auto;
}
.header-wrapper-content .header-wrapper-bottom .header.content .header-main-menu .column.main {
  width: 100%;
  float: none;
}
.header-wrapper-content .header-wrapper-bottom .header.content .header-main-menu .sections.nav-sections {
  margin-bottom: 0px;
}
/* End of header changes */
.vcard span,
.vcard dd {
  line-height: 2rem;
}
.quotes-request-index .columns .cart-container .cart form > fieldset {
  border: 0px;
  padding: 0px;
}
.quotes-request-index .columns .data-table.cart-table tbody h2.product-name {
  font-size: 1.6rem;
  margin: 5px;
}
.quotes-request-index .columns .data-table.cart-table tbody div.product-sku {
  margin: 5px;
}
.quotes-request-index .columns .data-table.cart-table tbody div.product-sku span.label {
  font-weight: bold;
}
.dealerconnect-inventory-details .box-account.block.block-dashboard-info .block-title {
  background: #006699 !important;
  color: #efefef !important;
  border-bottom: 0px !important;
}
.dealerconnect-inventory-details .box-account.block.block-dashboard-info .block-title strong {
  padding-left: 15px;
}
.dealerconnect-inventory-details .modal-popup.modal-slide .modal-content #show-deid-editpopup form .box-info.block-dashboard-info .legend {
  background: none;
  font-size: 1.8rem;
  font-weight: 600;
  color: #222222;
  padding-left: 0px;
  text-transform: uppercase;
  border-color: #d4d4d4;
  padding-bottom: 6px;
}
.dealerconnect-inventory-details .modal-popup.modal-slide .modal-content #show-deid-editpopup form .box-info.block-dashboard-info .legend input[type="checkbox"] {
  top: -1px;
}
.dealerconnect-inventory-details .modal-popup.modal-slide .modal-content #show-deid-editpopup form .box-info.block-dashboard-info ul.form-list li.fields .field {
  margin-top: 10px;
}
button#subscription-save.primary {
  border: 0px;
  -webkit-box-shadow: 0px 0px 4px 1px #d4d4d4;
  -moz-box-shadow: 0px 0px 4px 1px #d4d4d4;
  -o-box-shadow: 0px 0px 4px 1px #d4d4d4;
  box-shadow: 0px 0px 4px 1px #d4d4d4;
  color: #efefef;
  padding: 7px 15px 7px;
  border-radius: 25px;
  background: #006699;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 1.4rem;
  height: 38px;
  font-weight: bold;
  box-shadow: none;
  font-family: 'Source Sans Pro' !important;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 100px;
  position: relative;
  bottom: 15px;
  text-align: center;
}
button#subscription-save.primary:hover {
  background: #66cc66 !important;
  border: 0px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.customer-subscription-grid .admin__filter-actions {
  margin-bottom: 10px;
}
.customer-subscription-grid .admin__filter-actions .action-secondary,
.customer-subscription-grid .admin__filter-actions .action-tertiary {
  border: 0px;
  color: #006699;
  background: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  outline: none;
  cursor: pointer;
  font-weight: bold;
  padding: 7px 15px 7px;
  border-radius: 25px;
  font-family: 'Source Sans Pro' !important;
  -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;
  background: none !important;
}
.customer-subscription-grid .admin__filter-actions .action-secondary:hover,
.customer-subscription-grid .admin__filter-actions .action-tertiary:hover {
  background: #66cc66 !important;
  color: #006699;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: 0px;
}
.customer-subscription-grid .admin__filter-actions .action-secondary span,
.customer-subscription-grid .admin__filter-actions .action-tertiary span {
  text-shadow: none;
  color: #006699 !important;
}
#subscription_edit_form .admin__fieldset .field-subscription_end_date .admin__field-control .ui-datepicker-trigger:hover {
  background: none !important;
}
.dealerconnect-claims-details .claim_buttons #claim_save {
  border: 0px;
  -webkit-box-shadow: 0px 0px 4px 1px #d4d4d4;
  -moz-box-shadow: 0px 0px 4px 1px #d4d4d4;
  -o-box-shadow: 0px 0px 4px 1px #d4d4d4;
  box-shadow: 0px 0px 4px 1px #d4d4d4;
  color: #efefef;
  padding: 7px 15px 7px;
  border-radius: 25px;
  background: #006699;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 1.4rem;
  height: 38px;
  font-weight: bold;
  box-shadow: none;
  font-family: 'Source Sans Pro' !important;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.dealerconnect-claims-details .claim_buttons #claim_save:hover {
  background: #66cc66 !important;
  border: 0px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.dealerconnect-claims-details .box-info .box-account.col-2 #claim_comment {
  margin-bottom: 10px;
}
.content-header td.form-buttons {
  text-align: right;
}
.epicor_salesrep-account_manage-erpaccounts .data-grid-checkbox-cell-inner input[type='checkbox'].admin__control-checkbox,
.epicor_salesrep-account_manage-erpaccounts .data-grid-checkbox-cell-inner input[type='radio'].admin__control-checkbox {
  top: 5px;
}
.multishipping-checkout-addresses .multicheckout .actions-toolbar .primary,
.multishipping-checkout-shipping .multicheckout .actions-toolbar .primary,
.multishipping-checkout-billing .multicheckout .actions-toolbar .primary,
.multishipping-checkout-overview .multicheckout .actions-toolbar .primary {
  float: left;
}
.multishipping-checkout-success .page-title-wrapper .page-title {
  display: block;
  color: #478747;
  text-align: center;
  margin-top: 30px;
  font-size: 3.5rem;
}
.multishipping-checkout-success .multicheckout.success {
  background: #f9f9f9;
  padding: 15px 15px 15px 15px;
  -webkit-box-shadow: 0px 0px 3px 0px #d4d4d4;
  -moz-box-shadow: 0px 0px 3px 0px #d4d4d4;
  -o-box-shadow: 0px 0px 3px 0px #d4d4d4;
  box-shadow: 0px 0px 3px 0px #d4d4d4;
  border: 1px solid #d4d4d4;
  width: 60%;
  margin: 0 auto;
  font-weight: 600;
  margin-bottom: 15px;
}
.multishipping-checkout-success .multicheckout.success .actions {
  margin-top: 30px;
}
.multishipping-checkout-success .multicheckout.success .actions .action.continue {
  border: 0px;
  -webkit-box-shadow: 0px 0px 4px 1px #d4d4d4;
  -moz-box-shadow: 0px 0px 4px 1px #d4d4d4;
  -o-box-shadow: 0px 0px 4px 1px #d4d4d4;
  box-shadow: 0px 0px 4px 1px #d4d4d4;
  color: #efefef;
  padding: 7px 15px 7px;
  border-radius: 25px;
  background: #006699;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 1.4rem;
  height: 38px;
  font-weight: bold;
  box-shadow: none;
  font-family: 'Source Sans Pro' !important;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.multishipping-checkout-success .multicheckout.success .actions .action.continue:hover {
  background: #66cc66 !important;
  border: 0px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.multishipping-checkout-success .multicheckout.success h2.subtitle {
  display: none;
}
.quickorderpad-form-results .qop-productlist .qop-sort {
  width: 40%;
}
.multishipping-checkout_address-newshipping .fieldset .field .control div.mage-error[generated] {
  position: relative;
  top: 0px;
  left: 0px;
  margin-top: 2px;
}
.epicor_salesrep-crqs-details #rfq_update .a-right {
  float: right;
  position: relative;
  top: 0px;
}
.epicor_salesrep-crqs-details #rfq_update .a-right #rfq_save {
  position: relative;
  right: 110px;
  top: -75px;
}
.epicor_salesrep-crqs-details #rfq_update .a-right #rfq_duplicate {
  position: relative;
  top: -44px;
  right: -60px;
}
.b2b-portal-register .form.create.account.form-create-account .fieldset .fieldset,
.customer-account-create .form.create.account.form-create-account .fieldset .fieldset {
  margin-top: 30px;
  padding-bottom: 20px;
}
.b2b-portal-register .form.create.account.form-create-account .fieldset .fieldset.password,
.customer-account-create .form.create.account.form-create-account .fieldset .fieldset.password {
  padding-bottom: 0;
  margin-bottom: 0;
}
.b2b-portal-register .form.create.account.form-create-account .fieldset .field,
.customer-account-create .form.create.account.form-create-account .fieldset .field {
  margin-bottom: 15px;
}
.b2b-portal-register .form.create.account.form-create-account .fieldset .field.required div.mage-error,
.customer-account-create .form.create.account.form-create-account .fieldset .field.required div.mage-error {
  position: relative;
  top: 2px;
  margin-top: 0px;
}
.customer-account-create .form.create.account.form-create-account .fieldset.create.account {
  margin-bottom: 10px;
}
.b2b-portal-login .page-header .panel.header .switcher.language {
  float: none;
  margin-left: 3px;
  color: #006699;
}
.b2b-portal-login .page-header .panel.header .switcher.language strong {
  font-weight: bold;
}
.b2b-portal-login #maincontent {
  margin-top: 60px !important;
}
.b2b-portal-login #maincontent .page-title-wrapper {
  display: none;
}
.b2b-portal-register .page-header .panel.wrapper .header.panel > .header.links,
.customer-account-create .page-header .panel.wrapper .header.panel > .header.links,
.customer-account-forgotpassword .page-header .panel.wrapper .header.panel > .header.links {
  width: 65%;
}
.b2b-portal-register .page-header .panel.wrapper .panel.header .switcher.switcher-language,
.customer-account-create .page-header .panel.wrapper .panel.header .switcher.switcher-language,
.customer-account-forgotpassword .page-header .panel.wrapper .panel.header .switcher.switcher-language {
  color: #006699;
  margin-right: 6px;
  height: 16px;
  border-right: 1px solid #cccccc;
  padding-right: 10px;
}
.b2b-portal-register .page-header .panel.wrapper .panel.header .switcher.switcher-language strong,
.customer-account-create .page-header .panel.wrapper .panel.header .switcher.switcher-language strong,
.customer-account-forgotpassword .page-header .panel.wrapper .panel.header .switcher.switcher-language strong {
  font-weight: bold;
}
.b2b-portal-register #maincontent,
.customer-account-create #maincontent,
.customer-account-forgotpassword #maincontent {
  width: 60%;
  margin-top: 25px;
  position: relative;
}
.b2b-portal-register #maincontent .form.create.account.form-create-account .buttons-set,
.customer-account-create #maincontent .form.create.account.form-create-account .buttons-set,
.customer-account-forgotpassword #maincontent .form.create.account.form-create-account .buttons-set {
  text-align: center;
}
.b2b-portal-register #maincontent .form.create.account.form-create-account .buttons-set .required,
.customer-account-create #maincontent .form.create.account.form-create-account .buttons-set .required,
.customer-account-forgotpassword #maincontent .form.create.account.form-create-account .buttons-set .required {
  text-align: left;
}
.b2b-portal-register #maincontent .form.create.account.form-create-account .buttons-set .button,
.customer-account-create #maincontent .form.create.account.form-create-account .buttons-set .button,
.customer-account-forgotpassword #maincontent .form.create.account.form-create-account .buttons-set .button {
  font-size: 1.4rem;
  padding: 10px 10px !important;
  width: 240px !important;
  text-align: center;
  margin: 0px auto;
}
.b2b-portal-register #maincontent .columns .secondary,
.customer-account-create #maincontent .columns .secondary,
.customer-account-forgotpassword #maincontent .columns .secondary {
  position: absolute;
  right: -15px;
  top: 2px;
}
.b2b-portal-register #maincontent .columns .secondary .back-link,
.customer-account-create #maincontent .columns .secondary .back-link,
.customer-account-forgotpassword #maincontent .columns .secondary .back-link {
  color: #006699;
  font-weight: bold;
  font-size: 1.4rem;
  text-decoration: none;
  text-transform: uppercase;
  padding: 5px 10px;
  border-radius: 25px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.b2b-portal-register #maincontent .columns .secondary .back-link:hover,
.customer-account-create #maincontent .columns .secondary .back-link:hover,
.customer-account-forgotpassword #maincontent .columns .secondary .back-link:hover {
  text-decoration: none;
  background: #66cc66;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.b2b-portal-register #maincontent .page-title-wrapper .page-title,
.customer-account-create #maincontent .page-title-wrapper .page-title,
.customer-account-forgotpassword #maincontent .page-title-wrapper .page-title {
  font-size: 1.6rem;
  font-weight: bold;
  color: #006699;
}
.b2b-portal-register #maincontent .form.create.account.form-create-account,
.customer-account-create #maincontent .form.create.account.form-create-account,
.customer-account-forgotpassword #maincontent .form.create.account.form-create-account,
.b2b-portal-register #maincontent .form.password.forget,
.customer-account-create #maincontent .form.password.forget,
.customer-account-forgotpassword #maincontent .form.password.forget {
  -webkit-box-shadow: 0px 0px 4px 1px #d4d4d4;
  -moz-box-shadow: 0px 0px 4px 1px #d4d4d4;
  -o-box-shadow: 0px 0px 4px 1px #d4d4d4;
  box-shadow: 0px 0px 4px 1px #d4d4d4;
  width: 100%;
  position: relative;
  background: none;
}
.b2b-portal-register #maincontent .form.create.account.form-create-account .actions-toolbar .primary,
.customer-account-create #maincontent .form.create.account.form-create-account .actions-toolbar .primary,
.customer-account-forgotpassword #maincontent .form.create.account.form-create-account .actions-toolbar .primary,
.b2b-portal-register #maincontent .form.password.forget .actions-toolbar .primary,
.customer-account-create #maincontent .form.password.forget .actions-toolbar .primary,
.customer-account-forgotpassword #maincontent .form.password.forget .actions-toolbar .primary,
.b2b-portal-register #maincontent .form.create.account.form-create-account .actions-toolbar .secondary,
.customer-account-create #maincontent .form.create.account.form-create-account .actions-toolbar .secondary,
.customer-account-forgotpassword #maincontent .form.create.account.form-create-account .actions-toolbar .secondary,
.b2b-portal-register #maincontent .form.password.forget .actions-toolbar .secondary,
.customer-account-create #maincontent .form.password.forget .actions-toolbar .secondary,
.customer-account-forgotpassword #maincontent .form.password.forget .actions-toolbar .secondary {
  float: left;
}
.b2b-portal-register #maincontent .form.create.account.form-create-account .actions-toolbar,
.customer-account-create #maincontent .form.create.account.form-create-account .actions-toolbar,
.customer-account-forgotpassword #maincontent .form.create.account.form-create-account .actions-toolbar,
.b2b-portal-register #maincontent .form.password.forget .actions-toolbar,
.customer-account-create #maincontent .form.password.forget .actions-toolbar,
.customer-account-forgotpassword #maincontent .form.password.forget .actions-toolbar {
  text-align: center;
}
.b2b-portal-register #maincontent .form.create.account.form-create-account .actions-toolbar div.primary,
.customer-account-create #maincontent .form.create.account.form-create-account .actions-toolbar div.primary,
.customer-account-forgotpassword #maincontent .form.create.account.form-create-account .actions-toolbar div.primary,
.b2b-portal-register #maincontent .form.password.forget .actions-toolbar div.primary,
.customer-account-create #maincontent .form.password.forget .actions-toolbar div.primary,
.customer-account-forgotpassword #maincontent .form.password.forget .actions-toolbar div.primary {
  float: none;
}
.b2b-portal-register #maincontent .form.create.account.form-create-account .actions-toolbar div.primary .action.primary,
.customer-account-create #maincontent .form.create.account.form-create-account .actions-toolbar div.primary .action.primary,
.customer-account-forgotpassword #maincontent .form.create.account.form-create-account .actions-toolbar div.primary .action.primary,
.b2b-portal-register #maincontent .form.password.forget .actions-toolbar div.primary .action.primary,
.customer-account-create #maincontent .form.password.forget .actions-toolbar div.primary .action.primary,
.customer-account-forgotpassword #maincontent .form.password.forget .actions-toolbar div.primary .action.primary {
  margin: 0px;
  padding: 10px 10px !important;
  width: 240px !important;
  -webkit-box-shadow: 0px 0px 4px 1px #d4d4d4;
  -moz-box-shadow: 0px 0px 4px 1px #d4d4d4;
  -o-box-shadow: 0px 0px 4px 1px #d4d4d4;
  box-shadow: 0px 0px 4px 1px #d4d4d4;
}
.b2b-portal-register #maincontent .form.create.account.form-create-account:after,
.customer-account-create #maincontent .form.create.account.form-create-account:after,
.customer-account-forgotpassword #maincontent .form.create.account.form-create-account:after,
.b2b-portal-register #maincontent .form.password.forget:after,
.customer-account-create #maincontent .form.password.forget:after,
.customer-account-forgotpassword #maincontent .form.password.forget:after {
  width: 2%;
  background: #66cc66;
  display: block;
  content: " ";
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  -webkit-box-shadow: 0px 0px 4px 1px #d4d4d4;
  -moz-box-shadow: 0px 0px 4px 1px #d4d4d4;
  -o-box-shadow: 0px 0px 4px 1px #d4d4d4;
  box-shadow: 0px 0px 4px 1px #d4d4d4;
}
.b2b-portal-register #maincontent .form.create.account.form-create-account .field.captcha,
.customer-account-create #maincontent .form.create.account.form-create-account .field.captcha,
.customer-account-forgotpassword #maincontent .form.create.account.form-create-account .field.captcha,
.b2b-portal-register #maincontent .form.password.forget .field.captcha,
.customer-account-create #maincontent .form.password.forget .field.captcha,
.customer-account-forgotpassword #maincontent .form.password.forget .field.captcha {
  width: 70%;
}
.b2b-portal-register #maincontent .form.create.account.form-create-account .buttons-set,
.customer-account-create #maincontent .form.create.account.form-create-account .buttons-set,
.customer-account-forgotpassword #maincontent .form.create.account.form-create-account .buttons-set,
.b2b-portal-register #maincontent .form.password.forget .buttons-set,
.customer-account-create #maincontent .form.password.forget .buttons-set,
.customer-account-forgotpassword #maincontent .form.password.forget .buttons-set {
  margin: 20px 20px 0 0;
}
.customer-address-form .fieldset .field .control div.mage-error[generated] {
  position: relative;
  top: 0px;
  left: 0px;
  margin-top: 0px;
}
.epicor_comm-onepage-shippingpopup #customer_account_shippingaddress_list .admin__data-grid-header.admin__data-grid-toolbar .admin__filter-actions {
  margin-bottom: 10px;
}
.customerconnect-rfqs-details #rfq_lines .lines_quantity,
.dealerconnect-quotes-details #rfq_lines .lines_quantity,
.customerconnect-rfqs-new #rfq_lines .lines_quantity,
.dealerconnect-quotes-new #rfq_lines .lines_quantity,
.supplierconnect-orders-details #rfq_lines .lines_quantity,
.dealerconnect-quotes-duplicate #rfq_lines .lines_quantity,
.customerconnect-rfqs-duplicate #rfq_lines .lines_quantity {
  width: 80px !important;
  padding: 3px 2px;
}
.customerconnect-rfqs-details .box-account #line-add-close,
.dealerconnect-quotes-details .box-account #line-add-close,
.customerconnect-rfqs-new .box-account #line-add-close,
.dealerconnect-quotes-new .box-account #line-add-close,
.supplierconnect-orders-details .box-account #line-add-close,
.dealerconnect-quotes-duplicate .box-account #line-add-close,
.customerconnect-rfqs-duplicate .box-account #line-add-close {
  background: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  outline: none;
  font-weight: bold;
  padding: 7px 15px 7px;
  border-radius: 25px;
  font-family: 'Source Sans Pro' !important;
  -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;
  border: 0px;
  color: #006699;
  padding: 1px;
  font-size: 1.2rem;
  cursor: pointer;
  padding: 6px 10px !important;
}
.customerconnect-rfqs-details .box-account #line-add-close:hover,
.dealerconnect-quotes-details .box-account #line-add-close:hover,
.customerconnect-rfqs-new .box-account #line-add-close:hover,
.dealerconnect-quotes-new .box-account #line-add-close:hover,
.supplierconnect-orders-details .box-account #line-add-close:hover,
.dealerconnect-quotes-duplicate .box-account #line-add-close:hover,
.customerconnect-rfqs-duplicate .box-account #line-add-close:hover {
  background: #66cc66 !important;
  color: #006699;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: 0px;
}
.customerconnect-rfqs-details .box-account #line-add-close:hover,
.dealerconnect-quotes-details .box-account #line-add-close:hover,
.customerconnect-rfqs-new .box-account #line-add-close:hover,
.dealerconnect-quotes-new .box-account #line-add-close:hover,
.supplierconnect-orders-details .box-account #line-add-close:hover,
.dealerconnect-quotes-duplicate .box-account #line-add-close:hover,
.customerconnect-rfqs-duplicate .box-account #line-add-close:hover {
  background: none;
  color: #66cc66;
}
.customerconnect-rfqs-details .box-account #line-add-close:hover,
.dealerconnect-quotes-details .box-account #line-add-close:hover,
.customerconnect-rfqs-new .box-account #line-add-close:hover,
.dealerconnect-quotes-new .box-account #line-add-close:hover,
.supplierconnect-orders-details .box-account #line-add-close:hover,
.dealerconnect-quotes-duplicate .box-account #line-add-close:hover,
.customerconnect-rfqs-duplicate .box-account #line-add-close:hover {
  color: #ffffff;
}
.customerconnect-rfqs-details .totals .a-right,
.dealerconnect-quotes-details .totals .a-right,
.customerconnect-rfqs-new .totals .a-right,
.dealerconnect-quotes-new .totals .a-right,
.supplierconnect-orders-details .totals .a-right,
.dealerconnect-quotes-duplicate .totals .a-right,
.customerconnect-rfqs-duplicate .totals .a-right {
  display: table-cell !important;
  position: static !important;
}
.customerconnect-rfqs-details #rfq_update .a-right.rfq_buttons,
.dealerconnect-quotes-details #rfq_update .a-right.rfq_buttons,
.customerconnect-rfqs-new #rfq_update .a-right.rfq_buttons,
.dealerconnect-quotes-new #rfq_update .a-right.rfq_buttons,
.supplierconnect-orders-details #rfq_update .a-right.rfq_buttons,
.dealerconnect-quotes-duplicate #rfq_update .a-right.rfq_buttons,
.customerconnect-rfqs-duplicate #rfq_update .a-right.rfq_buttons {
  position: relative !important;
  width: auto !important;
  display: block !important;
  float: right !important;
  top: -45px !important;
}
.customerconnect-rfqs-details #rfq_update .a-right.rfq_buttons #rfq_duplicate.scalable.go,
.dealerconnect-quotes-details #rfq_update .a-right.rfq_buttons #rfq_duplicate.scalable.go,
.customerconnect-rfqs-new #rfq_update .a-right.rfq_buttons #rfq_duplicate.scalable.go,
.dealerconnect-quotes-new #rfq_update .a-right.rfq_buttons #rfq_duplicate.scalable.go,
.supplierconnect-orders-details #rfq_update .a-right.rfq_buttons #rfq_duplicate.scalable.go,
.dealerconnect-quotes-duplicate #rfq_update .a-right.rfq_buttons #rfq_duplicate.scalable.go,
.customerconnect-rfqs-duplicate #rfq_update .a-right.rfq_buttons #rfq_duplicate.scalable.go {
  padding: 5px 15px 5px;
}
.customerconnect-rfqs-details #rfq_update .a-right.rfq_buttons #rfq_save,
.dealerconnect-quotes-details #rfq_update .a-right.rfq_buttons #rfq_save,
.customerconnect-rfqs-new #rfq_update .a-right.rfq_buttons #rfq_save,
.dealerconnect-quotes-new #rfq_update .a-right.rfq_buttons #rfq_save,
.supplierconnect-orders-details #rfq_update .a-right.rfq_buttons #rfq_save,
.dealerconnect-quotes-duplicate #rfq_update .a-right.rfq_buttons #rfq_save,
.customerconnect-rfqs-duplicate #rfq_update .a-right.rfq_buttons #rfq_save,
.customerconnect-rfqs-details #rfq_update .a-right.rfq_buttons #purchase_order_save,
.dealerconnect-quotes-details #rfq_update .a-right.rfq_buttons #purchase_order_save,
.customerconnect-rfqs-new #rfq_update .a-right.rfq_buttons #purchase_order_save,
.dealerconnect-quotes-new #rfq_update .a-right.rfq_buttons #purchase_order_save,
.supplierconnect-orders-details #rfq_update .a-right.rfq_buttons #purchase_order_save,
.dealerconnect-quotes-duplicate #rfq_update .a-right.rfq_buttons #purchase_order_save,
.customerconnect-rfqs-duplicate #rfq_update .a-right.rfq_buttons #purchase_order_save {
  position: static !important;
}
.customerconnect-rfqs-details .col-1.box-info.box-account.block #quote-address-content .vcard,
.dealerconnect-quotes-details .col-1.box-info.box-account.block #quote-address-content .vcard,
.customerconnect-rfqs-new .col-1.box-info.box-account.block #quote-address-content .vcard,
.dealerconnect-quotes-new .col-1.box-info.box-account.block #quote-address-content .vcard,
.supplierconnect-orders-details .col-1.box-info.box-account.block #quote-address-content .vcard,
.dealerconnect-quotes-duplicate .col-1.box-info.box-account.block #quote-address-content .vcard,
.customerconnect-rfqs-duplicate .col-1.box-info.box-account.block #quote-address-content .vcard {
  height: 265px;
}
.customerconnect-rfqs-details .col-1.box-info.box-account.block div.info-list,
.dealerconnect-quotes-details .col-1.box-info.box-account.block div.info-list,
.customerconnect-rfqs-new .col-1.box-info.box-account.block div.info-list,
.dealerconnect-quotes-new .col-1.box-info.box-account.block div.info-list,
.supplierconnect-orders-details .col-1.box-info.box-account.block div.info-list,
.dealerconnect-quotes-duplicate .col-1.box-info.box-account.block div.info-list,
.customerconnect-rfqs-duplicate .col-1.box-info.box-account.block div.info-list {
  background: #f9f9f9;
  padding: 15px 15px 15px 15px;
  -webkit-box-shadow: 0px 0px 3px 0px #d4d4d4;
  -moz-box-shadow: 0px 0px 3px 0px #d4d4d4;
  -o-box-shadow: 0px 0px 3px 0px #d4d4d4;
  box-shadow: 0px 0px 3px 0px #d4d4d4;
  border: 1px solid #d4d4d4;
  height: 200px;
  overflow-y: auto;
}
.customerconnect-rfqs-details .box-info.box-account.col-2.file-name-size .fieldset.address.form-list,
.dealerconnect-quotes-details .box-info.box-account.col-2.file-name-size .fieldset.address.form-list,
.customerconnect-rfqs-new .box-info.box-account.col-2.file-name-size .fieldset.address.form-list,
.dealerconnect-quotes-new .box-info.box-account.col-2.file-name-size .fieldset.address.form-list,
.supplierconnect-orders-details .box-info.box-account.col-2.file-name-size .fieldset.address.form-list,
.dealerconnect-quotes-duplicate .box-info.box-account.col-2.file-name-size .fieldset.address.form-list,
.customerconnect-rfqs-duplicate .box-info.box-account.col-2.file-name-size .fieldset.address.form-list {
  background: #f9f9f9;
  padding: 15px 15px 15px 15px;
  -webkit-box-shadow: 0px 0px 3px 0px #d4d4d4;
  -moz-box-shadow: 0px 0px 3px 0px #d4d4d4;
  -o-box-shadow: 0px 0px 3px 0px #d4d4d4;
  box-shadow: 0px 0px 3px 0px #d4d4d4;
  border: 1px solid #d4d4d4;
  height: 200px;
  overflow-y: auto;
}
.columns .buttons-set p.back-link a,
.columns .buttons-set p.list-link a {
  padding: 5px 15px 5px;
}
#line-add .la_row {
  margin-bottom: 10px;
}
.dealerconnect-claims-index .page-actions,
.customerconnect-returns-index .page-actions {
  text-align: right;
}
.dealerconnect-claims-index .page-actions .action-default.scalable,
.customerconnect-returns-index .page-actions .action-default.scalable {
  border: 0px;
  -webkit-box-shadow: 0px 0px 4px 1px #d4d4d4;
  -moz-box-shadow: 0px 0px 4px 1px #d4d4d4;
  -o-box-shadow: 0px 0px 4px 1px #d4d4d4;
  box-shadow: 0px 0px 4px 1px #d4d4d4;
  color: #efefef;
  padding: 7px 15px 7px;
  border-radius: 25px;
  background: #006699;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 1.4rem;
  height: 38px;
  font-weight: bold;
  box-shadow: none;
  font-family: 'Source Sans Pro' !important;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.dealerconnect-claims-index .page-actions .action-default.scalable:hover,
.customerconnect-returns-index .page-actions .action-default.scalable:hover {
  background: #66cc66 !important;
  border: 0px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.scalable.save:hover {
  background: #66cc66;
}
.opc .section .step-title .number,
.opc .section.allow.active .step-title .number,
.no-touch .opc .section.allow:hover .step-title .number {
  background: #006699;
}
.opc .section.allow .step-title:hover h2,
.opc .section.active .step-title h2 {
  color: #006699;
}
#rfq_update .data-grid .attachment .content-header table tr td {
  border: 0px;
}
.action.secondary:hover .popup-authentication .modal-inner-wrap,
.secondary a.action:hover .popup-authentication .modal-inner-wrap,
.action-default:hover .popup-authentication .modal-inner-wrap,
button:hover .popup-authentication .modal-inner-wrap,
.block-footer .action-add:hover .popup-authentication .modal-inner-wrap,
.block-footer .action-add:hover .popup-authentication .modal-inner-wrap,
.action.secondary:active .popup-authentication .modal-inner-wrap,
.secondary a.action:active .popup-authentication .modal-inner-wrap,
.action-default:active .popup-authentication .modal-inner-wrap,
button:active .popup-authentication .modal-inner-wrap,
.block-footer .action-add:active .popup-authentication .modal-inner-wrap,
.block-footer .action-add:active .popup-authentication .modal-inner-wrap,
.action.secondary:focus .popup-authentication .modal-inner-wrap,
.secondary a.action:focus .popup-authentication .modal-inner-wrap,
.action-default:focus .popup-authentication .modal-inner-wrap,
button:focus .popup-authentication .modal-inner-wrap,
.block-footer .action-add:focus .popup-authentication .modal-inner-wrap,
.block-footer .action-add:focus .modals-wrapper .popup-authentication .modal-inner-wrap {
  width: 70%;
}
.action.secondary:hover .popup-authentication .modal-inner-wrap .block-authentication .block-new-customer .block-title,
.secondary a.action:hover .popup-authentication .modal-inner-wrap .block-authentication .block-new-customer .block-title,
.action-default:hover .popup-authentication .modal-inner-wrap .block-authentication .block-new-customer .block-title,
button:hover .popup-authentication .modal-inner-wrap .block-authentication .block-new-customer .block-title,
.block-footer .action-add:hover .popup-authentication .modal-inner-wrap .block-authentication .block-new-customer .block-title,
.block-footer .action-add:hover .popup-authentication .modal-inner-wrap .block-authentication .block-new-customer .block-title,
.action.secondary:active .popup-authentication .modal-inner-wrap .block-authentication .block-new-customer .block-title,
.secondary a.action:active .popup-authentication .modal-inner-wrap .block-authentication .block-new-customer .block-title,
.action-default:active .popup-authentication .modal-inner-wrap .block-authentication .block-new-customer .block-title,
button:active .popup-authentication .modal-inner-wrap .block-authentication .block-new-customer .block-title,
.block-footer .action-add:active .popup-authentication .modal-inner-wrap .block-authentication .block-new-customer .block-title,
.block-footer .action-add:active .popup-authentication .modal-inner-wrap .block-authentication .block-new-customer .block-title,
.action.secondary:focus .popup-authentication .modal-inner-wrap .block-authentication .block-new-customer .block-title,
.secondary a.action:focus .popup-authentication .modal-inner-wrap .block-authentication .block-new-customer .block-title,
.action-default:focus .popup-authentication .modal-inner-wrap .block-authentication .block-new-customer .block-title,
button:focus .popup-authentication .modal-inner-wrap .block-authentication .block-new-customer .block-title,
.block-footer .action-add:focus .popup-authentication .modal-inner-wrap .block-authentication .block-new-customer .block-title,
.block-footer .action-add:focus .modals-wrapper .popup-authentication .modal-inner-wrap .block-authentication .block-new-customer .block-title {
  font-family: 'Source Sans Pro' !important;
  font-weight: bold;
}
.action.secondary:hover .popup-authentication .modal-inner-wrap .block-authentication .block-new-customer .block-content .actions-toolbar div.primary .action-register,
.secondary a.action:hover .popup-authentication .modal-inner-wrap .block-authentication .block-new-customer .block-content .actions-toolbar div.primary .action-register,
.action-default:hover .popup-authentication .modal-inner-wrap .block-authentication .block-new-customer .block-content .actions-toolbar div.primary .action-register,
button:hover .popup-authentication .modal-inner-wrap .block-authentication .block-new-customer .block-content .actions-toolbar div.primary .action-register,
.block-footer .action-add:hover .popup-authentication .modal-inner-wrap .block-authentication .block-new-customer .block-content .actions-toolbar div.primary .action-register,
.block-footer .action-add:hover .popup-authentication .modal-inner-wrap .block-authentication .block-new-customer .block-content .actions-toolbar div.primary .action-register,
.action.secondary:active .popup-authentication .modal-inner-wrap .block-authentication .block-new-customer .block-content .actions-toolbar div.primary .action-register,
.secondary a.action:active .popup-authentication .modal-inner-wrap .block-authentication .block-new-customer .block-content .actions-toolbar div.primary .action-register,
.action-default:active .popup-authentication .modal-inner-wrap .block-authentication .block-new-customer .block-content .actions-toolbar div.primary .action-register,
button:active .popup-authentication .modal-inner-wrap .block-authentication .block-new-customer .block-content .actions-toolbar div.primary .action-register,
.block-footer .action-add:active .popup-authentication .modal-inner-wrap .block-authentication .block-new-customer .block-content .actions-toolbar div.primary .action-register,
.block-footer .action-add:active .popup-authentication .modal-inner-wrap .block-authentication .block-new-customer .block-content .actions-toolbar div.primary .action-register,
.action.secondary:focus .popup-authentication .modal-inner-wrap .block-authentication .block-new-customer .block-content .actions-toolbar div.primary .action-register,
.secondary a.action:focus .popup-authentication .modal-inner-wrap .block-authentication .block-new-customer .block-content .actions-toolbar div.primary .action-register,
.action-default:focus .popup-authentication .modal-inner-wrap .block-authentication .block-new-customer .block-content .actions-toolbar div.primary .action-register,
button:focus .popup-authentication .modal-inner-wrap .block-authentication .block-new-customer .block-content .actions-toolbar div.primary .action-register,
.block-footer .action-add:focus .popup-authentication .modal-inner-wrap .block-authentication .block-new-customer .block-content .actions-toolbar div.primary .action-register,
.block-footer .action-add:focus .modals-wrapper .popup-authentication .modal-inner-wrap .block-authentication .block-new-customer .block-content .actions-toolbar div.primary .action-register {
  height: auto;
  font-size: 1.4rem;
  padding: 5px 15px;
}
.action.secondary:hover .popup-authentication .modal-inner-wrap .block-authentication .block-customer-login .block-title,
.secondary a.action:hover .popup-authentication .modal-inner-wrap .block-authentication .block-customer-login .block-title,
.action-default:hover .popup-authentication .modal-inner-wrap .block-authentication .block-customer-login .block-title,
button:hover .popup-authentication .modal-inner-wrap .block-authentication .block-customer-login .block-title,
.block-footer .action-add:hover .popup-authentication .modal-inner-wrap .block-authentication .block-customer-login .block-title,
.block-footer .action-add:hover .popup-authentication .modal-inner-wrap .block-authentication .block-customer-login .block-title,
.action.secondary:active .popup-authentication .modal-inner-wrap .block-authentication .block-customer-login .block-title,
.secondary a.action:active .popup-authentication .modal-inner-wrap .block-authentication .block-customer-login .block-title,
.action-default:active .popup-authentication .modal-inner-wrap .block-authentication .block-customer-login .block-title,
button:active .popup-authentication .modal-inner-wrap .block-authentication .block-customer-login .block-title,
.block-footer .action-add:active .popup-authentication .modal-inner-wrap .block-authentication .block-customer-login .block-title,
.block-footer .action-add:active .popup-authentication .modal-inner-wrap .block-authentication .block-customer-login .block-title,
.action.secondary:focus .popup-authentication .modal-inner-wrap .block-authentication .block-customer-login .block-title,
.secondary a.action:focus .popup-authentication .modal-inner-wrap .block-authentication .block-customer-login .block-title,
.action-default:focus .popup-authentication .modal-inner-wrap .block-authentication .block-customer-login .block-title,
button:focus .popup-authentication .modal-inner-wrap .block-authentication .block-customer-login .block-title,
.block-footer .action-add:focus .popup-authentication .modal-inner-wrap .block-authentication .block-customer-login .block-title,
.block-footer .action-add:focus .modals-wrapper .popup-authentication .modal-inner-wrap .block-authentication .block-customer-login .block-title {
  font-family: 'Source Sans Pro' !important;
  font-weight: bold;
}
.action.secondary:hover .popup-authentication .modal-inner-wrap .block-authentication .block-customer-login .block-content .actions-toolbar div.primary .action-login,
.secondary a.action:hover .popup-authentication .modal-inner-wrap .block-authentication .block-customer-login .block-content .actions-toolbar div.primary .action-login,
.action-default:hover .popup-authentication .modal-inner-wrap .block-authentication .block-customer-login .block-content .actions-toolbar div.primary .action-login,
button:hover .popup-authentication .modal-inner-wrap .block-authentication .block-customer-login .block-content .actions-toolbar div.primary .action-login,
.block-footer .action-add:hover .popup-authentication .modal-inner-wrap .block-authentication .block-customer-login .block-content .actions-toolbar div.primary .action-login,
.block-footer .action-add:hover .popup-authentication .modal-inner-wrap .block-authentication .block-customer-login .block-content .actions-toolbar div.primary .action-login,
.action.secondary:active .popup-authentication .modal-inner-wrap .block-authentication .block-customer-login .block-content .actions-toolbar div.primary .action-login,
.secondary a.action:active .popup-authentication .modal-inner-wrap .block-authentication .block-customer-login .block-content .actions-toolbar div.primary .action-login,
.action-default:active .popup-authentication .modal-inner-wrap .block-authentication .block-customer-login .block-content .actions-toolbar div.primary .action-login,
button:active .popup-authentication .modal-inner-wrap .block-authentication .block-customer-login .block-content .actions-toolbar div.primary .action-login,
.block-footer .action-add:active .popup-authentication .modal-inner-wrap .block-authentication .block-customer-login .block-content .actions-toolbar div.primary .action-login,
.block-footer .action-add:active .popup-authentication .modal-inner-wrap .block-authentication .block-customer-login .block-content .actions-toolbar div.primary .action-login,
.action.secondary:focus .popup-authentication .modal-inner-wrap .block-authentication .block-customer-login .block-content .actions-toolbar div.primary .action-login,
.secondary a.action:focus .popup-authentication .modal-inner-wrap .block-authentication .block-customer-login .block-content .actions-toolbar div.primary .action-login,
.action-default:focus .popup-authentication .modal-inner-wrap .block-authentication .block-customer-login .block-content .actions-toolbar div.primary .action-login,
button:focus .popup-authentication .modal-inner-wrap .block-authentication .block-customer-login .block-content .actions-toolbar div.primary .action-login,
.block-footer .action-add:focus .popup-authentication .modal-inner-wrap .block-authentication .block-customer-login .block-content .actions-toolbar div.primary .action-login,
.block-footer .action-add:focus .modals-wrapper .popup-authentication .modal-inner-wrap .block-authentication .block-customer-login .block-content .actions-toolbar div.primary .action-login {
  border: 0px;
  -webkit-box-shadow: 0px 0px 4px 1px #d4d4d4;
  -moz-box-shadow: 0px 0px 4px 1px #d4d4d4;
  -o-box-shadow: 0px 0px 4px 1px #d4d4d4;
  box-shadow: 0px 0px 4px 1px #d4d4d4;
  color: #efefef;
  padding: 7px 15px 7px;
  border-radius: 25px;
  background: #006699;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  text-transform: uppercase;
  height: 38px;
  font-weight: bold;
  box-shadow: none;
  font-family: 'Source Sans Pro' !important;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-size: 1.4rem;
  padding: 5px 15px;
  height: auto;
}
.action.secondary:hover .popup-authentication .modal-inner-wrap .block-authentication .block-customer-login .block-content .actions-toolbar div.primary .action-login:hover,
.secondary a.action:hover .popup-authentication .modal-inner-wrap .block-authentication .block-customer-login .block-content .actions-toolbar div.primary .action-login:hover,
.action-default:hover .popup-authentication .modal-inner-wrap .block-authentication .block-customer-login .block-content .actions-toolbar div.primary .action-login:hover,
button:hover .popup-authentication .modal-inner-wrap .block-authentication .block-customer-login .block-content .actions-toolbar div.primary .action-login:hover,
.block-footer .action-add:hover .popup-authentication .modal-inner-wrap .block-authentication .block-customer-login .block-content .actions-toolbar div.primary .action-login:hover,
.block-footer .action-add:hover .popup-authentication .modal-inner-wrap .block-authentication .block-customer-login .block-content .actions-toolbar div.primary .action-login:hover,
.action.secondary:active .popup-authentication .modal-inner-wrap .block-authentication .block-customer-login .block-content .actions-toolbar div.primary .action-login:hover,
.secondary a.action:active .popup-authentication .modal-inner-wrap .block-authentication .block-customer-login .block-content .actions-toolbar div.primary .action-login:hover,
.action-default:active .popup-authentication .modal-inner-wrap .block-authentication .block-customer-login .block-content .actions-toolbar div.primary .action-login:hover,
button:active .popup-authentication .modal-inner-wrap .block-authentication .block-customer-login .block-content .actions-toolbar div.primary .action-login:hover,
.block-footer .action-add:active .popup-authentication .modal-inner-wrap .block-authentication .block-customer-login .block-content .actions-toolbar div.primary .action-login:hover,
.block-footer .action-add:active .popup-authentication .modal-inner-wrap .block-authentication .block-customer-login .block-content .actions-toolbar div.primary .action-login:hover,
.action.secondary:focus .popup-authentication .modal-inner-wrap .block-authentication .block-customer-login .block-content .actions-toolbar div.primary .action-login:hover,
.secondary a.action:focus .popup-authentication .modal-inner-wrap .block-authentication .block-customer-login .block-content .actions-toolbar div.primary .action-login:hover,
.action-default:focus .popup-authentication .modal-inner-wrap .block-authentication .block-customer-login .block-content .actions-toolbar div.primary .action-login:hover,
button:focus .popup-authentication .modal-inner-wrap .block-authentication .block-customer-login .block-content .actions-toolbar div.primary .action-login:hover,
.block-footer .action-add:focus .popup-authentication .modal-inner-wrap .block-authentication .block-customer-login .block-content .actions-toolbar div.primary .action-login:hover,
.block-footer .action-add:focus .modals-wrapper .popup-authentication .modal-inner-wrap .block-authentication .block-customer-login .block-content .actions-toolbar div.primary .action-login:hover {
  background: #66cc66 !important;
  border: 0px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.action.secondary:hover .popup-authentication .modal-inner-wrap .block-authentication .block-customer-login .block-content .actions-toolbar div.secondary,
.secondary a.action:hover .popup-authentication .modal-inner-wrap .block-authentication .block-customer-login .block-content .actions-toolbar div.secondary,
.action-default:hover .popup-authentication .modal-inner-wrap .block-authentication .block-customer-login .block-content .actions-toolbar div.secondary,
button:hover .popup-authentication .modal-inner-wrap .block-authentication .block-customer-login .block-content .actions-toolbar div.secondary,
.block-footer .action-add:hover .popup-authentication .modal-inner-wrap .block-authentication .block-customer-login .block-content .actions-toolbar div.secondary,
.block-footer .action-add:hover .popup-authentication .modal-inner-wrap .block-authentication .block-customer-login .block-content .actions-toolbar div.secondary,
.action.secondary:active .popup-authentication .modal-inner-wrap .block-authentication .block-customer-login .block-content .actions-toolbar div.secondary,
.secondary a.action:active .popup-authentication .modal-inner-wrap .block-authentication .block-customer-login .block-content .actions-toolbar div.secondary,
.action-default:active .popup-authentication .modal-inner-wrap .block-authentication .block-customer-login .block-content .actions-toolbar div.secondary,
button:active .popup-authentication .modal-inner-wrap .block-authentication .block-customer-login .block-content .actions-toolbar div.secondary,
.block-footer .action-add:active .popup-authentication .modal-inner-wrap .block-authentication .block-customer-login .block-content .actions-toolbar div.secondary,
.block-footer .action-add:active .popup-authentication .modal-inner-wrap .block-authentication .block-customer-login .block-content .actions-toolbar div.secondary,
.action.secondary:focus .popup-authentication .modal-inner-wrap .block-authentication .block-customer-login .block-content .actions-toolbar div.secondary,
.secondary a.action:focus .popup-authentication .modal-inner-wrap .block-authentication .block-customer-login .block-content .actions-toolbar div.secondary,
.action-default:focus .popup-authentication .modal-inner-wrap .block-authentication .block-customer-login .block-content .actions-toolbar div.secondary,
button:focus .popup-authentication .modal-inner-wrap .block-authentication .block-customer-login .block-content .actions-toolbar div.secondary,
.block-footer .action-add:focus .popup-authentication .modal-inner-wrap .block-authentication .block-customer-login .block-content .actions-toolbar div.secondary,
.block-footer .action-add:focus .modals-wrapper .popup-authentication .modal-inner-wrap .block-authentication .block-customer-login .block-content .actions-toolbar div.secondary {
  margin-right: 0rem;
  padding-top: 0rem;
}
.account .column.main .modals-wrapper .modal-popup.suppliermanagedashboard .field.choice select {
  border-radius: 5px;
}
.account .column.main #line-search .box-head h2 {
  font-size: 2rem;
  margin-top: 5px;
}
.account .column.main ul.order-links {
  margin-bottom: 2px;
}
.data-grid tbody tr .top-none .block.block-dashboard-info .search-form .fieldset {
  padding-left: 5px;
}
.box-info.box-account .info-list.col-count-3 p {
  padding-left: 5px;
}
.quickorderpad .qop-search.csvincluded form,
.quickorderpad .qop-search form {
  width: 44% !important;
  margin-right: 1%;
}
.customerconnect-rfqs-linesearch .page-main > .page-title-wrapper .page-title h1 {
  margin-bottom: 15px;
}
.customerconnect-rfqs-linesearch .page-main > .page-title-wrapper .page-title h1 span {
  font-size: 2.0rem;
}
.quickorderpad #select-list-form .fieldset p label {
  display: block;
}
.quickorderpad #select-list-form .fieldset p #search_lists {
  padding: 7px 15px 6px;
  position: relative;
  top: -1px;
}
.data-grid th:first-child {
  background: #006699;
}
.expand-table .headings th {
  background: #006699;
}
.admin__data-grid-wrap .data-grid.table th.data-grid-th,
.admin__data-grid-wrap .data-grid.table th.data-grid-th._sortable {
  background: #006699;
  border: 0.1rem solid #006699;
}
.admin__data-grid-wrap .data-grid.table tbody table.expand-table thead th {
  background: #006699;
  border: 0.1rem solid #006699;
}
#rfq_update .box-info .info-list-extra #rfq_price_comments span.label {
  text-align: left;
}
#rfq_update .box-info .info-list select {
  width: 50%;
}
#purchase_order_update .a-right .scalable {
  width: 200px;
}
#rfq_update .a-right,
#purchase_order_update .a-right {
  float: none;
  position: absolute;
  top: -100px;
  right: 0px;
  display: block;
  width: 155px;
}
#rfq_save {
  position: absolute;
  right: 232px;
  top: 300px;
  border: 0px;
  -webkit-box-shadow: 0px 0px 4px 1px #d4d4d4;
  -moz-box-shadow: 0px 0px 4px 1px #d4d4d4;
  -o-box-shadow: 0px 0px 4px 1px #d4d4d4;
  box-shadow: 0px 0px 4px 1px #d4d4d4;
  color: #efefef;
  padding: 7px 15px 7px;
  border-radius: 25px;
  background: #006699;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 1.4rem;
  height: 38px;
  font-weight: bold;
  box-shadow: none;
  font-family: 'Source Sans Pro' !important;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#rfq_save:hover {
  background: #66cc66 !important;
  border: 0px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#purchase_order_save {
  position: absolute;
  right: 20px;
  top: 55px;
  border: 0px;
  -webkit-box-shadow: 0px 0px 4px 1px #d4d4d4;
  -moz-box-shadow: 0px 0px 4px 1px #d4d4d4;
  -o-box-shadow: 0px 0px 4px 1px #d4d4d4;
  box-shadow: 0px 0px 4px 1px #d4d4d4;
  color: #efefef;
  padding: 7px 15px 7px;
  border-radius: 25px;
  background: #006699;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 1.4rem;
  height: 38px;
  font-weight: bold;
  box-shadow: none;
  font-family: 'Source Sans Pro' !important;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#purchase_order_save:hover {
  background: #66cc66 !important;
  border: 0px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.epicor_lists-lists-deliveryaddress .box-info.box-account.col-full .content-header table tbody tr {
  background: none;
  border-bottom: 0px;
}
.epicor_lists-lists-deliveryaddress .box-info.box-account.col-full .content-header table tbody tr td {
  background: none;
}
.checkout-container .opc-wrapper .opc .checkout-shipping-address .address-button-container .ecc-search-address .action-secondary:focus,
.checkout-container .opc-wrapper .opc .checkout-shipping-address .address-button-container .ecc-search-address .action-secondary:active {
  color: #006699;
  background: none;
}
.udfields-block .step-title {
  margin-bottom: 20px;
}
.udfields-block .udfields-form {
  width: 50%;
}
.udfields-block .udfields-form .field {
  margin-bottom: 30px;
}
.udfields-block .udfields-form .field .label {
  margin-bottom: 10px;
}
.udfields-block .udfields-form .field .checkbox {
  height: 20px;
  width: 20px;
}
.udfields-block .udfields-form .field .input-date {
  border-radius: 25px;
}
.modal-popup.modal-slide .modal-footer button.cancel,
.modal-popup.modal-slide .modal-footer button.delete,
.modal-popup.modal-slide .modal-footer button.fail {
  border: 0px;
  color: #006699 !important;
  background: #ffffff !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  outline: none !important;
  cursor: pointer !important;
  font-weight: bold !important;
  padding: 7px 15px 7px !important;
  border-radius: 25px !important;
  background-image: none !important;
  font-family: 'Source Sans Pro' !important;
  -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 !important;
}
.modal-popup.modal-slide .modal-footer button.cancel span,
.modal-popup.modal-slide .modal-footer button.delete span,
.modal-popup.modal-slide .modal-footer button.fail span {
  background-image: none;
  padding-left: 0px;
}
.modal-popup.modal-slide .modal-footer button.cancel:hover,
.modal-popup.modal-slide .modal-footer button.delete:hover,
.modal-popup.modal-slide .modal-footer button.fail:hover {
  background: #66cc66 !important;
  color: #006699 !important;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: 0px !important;
  background-image: none !important;
}
.modal-popup.modal-slide .modal-footer button.cancel:hover span,
.modal-popup.modal-slide .modal-footer button.delete:hover span,
.modal-popup.modal-slide .modal-footer button.fail:hover span {
  background-image: none;
}
#bpudfieldblock {
  background: #f9f9f9;
  padding: 20px;
}
#bpudfieldblock .step-title {
  font-size: 1.8rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #222222;
  border-bottom: 1px solid #e0eaec;
  margin-bottom: 5px;
}
.sales-order-shipment .table-wrapper.order-items-shipment .data.table.shipment tbody tr th {
  background-color: #006699 !important;
  color: #efefef !important;
  border-bottom: 1px solid #006699 !important;
  border-right: 1px solid #006699 !important;
}
.sales-order-shipment .table-wrapper.order-items-shipment .data.table.shipment tbody tr th:hover,
.sales-order-shipment .table-wrapper.order-items-shipment .data.table.shipment tbody tr th:focus {
  background: #006699;
}
.sales-order-shipment .table-wrapper.order-items-shipment .data.table.shipment tbody tr:nth-child(odd) td {
  border-top: 0px;
  background-color: #ffffff;
  color: #222222;
  border-bottom: 1px solid #d4d4d4;
  border-right: 1px solid #d4d4d4;
}
.sales-order-shipment .table-wrapper.order-items-shipment .data.table.shipment tbody tr:nth-child(odd) td strong {
  font-size: 1.6rem;
}
.sales-order-shipment .table-wrapper.order-items-shipment .data.table.shipment tbody tr:nth-child(odd):hover td {
  background: #4cc4ff;
}
.sales-order-shipment .table-wrapper.order-items-shipment .data.table.shipment tbody tr:nth-child(even) td {
  border-top: 0px;
  background-color: #ffffff;
  color: #222222;
  border-bottom: 1px solid #d4d4d4;
  border-right: 1px solid #d4d4d4;
}
.sales-order-shipment .table-wrapper.order-items-shipment .data.table.shipment tbody tr:nth-child(even) td strong {
  font-size: 1.6rem;
}
.sales-order-shipment .table-wrapper.order-items-shipment .data.table.shipment tbody tr:nth-child(even):hover td {
  background: #4cc4ff;
}
.customerconnect-arpayments-index #show-arpayments-checkoutpopup {
  min-height: 400px !important;
}
.customerconnect-arpayments-index #arpaymentsIframe {
  min-height: 400px !important;
}
.supplierconnect-rfq-details #rfq_update .a-right #rfq_save {
  right: 15px;
  width: 200px;
  top: 30px;
}
.supplierconnect-rfq-details .box-info.box-account.col-1.block .info-list.col-count-1 {
  background: #f9f9f9;
  padding: 15px 15px 15px 15px;
  -webkit-box-shadow: 0px 0px 3px 0px #d4d4d4;
  -moz-box-shadow: 0px 0px 3px 0px #d4d4d4;
  -o-box-shadow: 0px 0px 3px 0px #d4d4d4;
  box-shadow: 0px 0px 3px 0px #d4d4d4;
  border: 1px solid #d4d4d4;
  height: 220px;
  overflow-y: auto;
}
.supplierconnect-rfq-details .box-info.box-account #rfq_expires #expires_date {
  width: 45%;
}
.supplierconnect-rfq-details .box-info.box-account div.content-header table tr td {
  text-align: right;
}
.supplierconnect-rfq-details .buttons-set p.back-link a {
  padding: 5px 15px;
}
.dealerconnect-quotes-new .columns .box-account .buttons-set a#line-add-close {
  border: 0px;
  color: #006699;
  background: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  outline: none;
  cursor: pointer;
  font-weight: bold;
  padding: 7px 15px 7px;
  border-radius: 25px;
  font-family: 'Source Sans Pro' !important;
  -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;
  position: relative;
  top: 1px;
  padding: 5px 15px 6px;
}
.dealerconnect-quotes-new .columns .box-account .buttons-set a#line-add-close:hover {
  background: #66cc66 !important;
  color: #006699;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: 0px;
}
.dealerconnect-inventory-search .page-actions {
  float: right;
  clear: both;
}
.dealerconnect-inventory-search .page-actions .action-default.scalable.add {
  border: 0px;
  -webkit-box-shadow: 0px 0px 4px 1px #d4d4d4;
  -moz-box-shadow: 0px 0px 4px 1px #d4d4d4;
  -o-box-shadow: 0px 0px 4px 1px #d4d4d4;
  box-shadow: 0px 0px 4px 1px #d4d4d4;
  color: #efefef;
  padding: 7px 15px 7px;
  border-radius: 25px;
  background: #006699;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 1.4rem;
  height: 38px;
  font-weight: bold;
  box-shadow: none;
  font-family: 'Source Sans Pro' !important;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.dealerconnect-inventory-search .page-actions .action-default.scalable.add:hover {
  background: #66cc66 !important;
  border: 0px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.dealerconnect-inventory-search .admin__data-grid-header-row:last-child {
  margin-bottom: 10px;
}
.dealerconnect-quotes-index form#rfq_confirmreject .page-actions,
.customerconnect-rfqs-index form#rfq_confirmreject .page-actions {
  float: right;
  clear: both;
}
.dealerconnect-quotes-index form#rfq_confirmreject .page-actions .action-default.scalable.add,
.customerconnect-rfqs-index form#rfq_confirmreject .page-actions .action-default.scalable.add {
  border: 0px;
  -webkit-box-shadow: 0px 0px 4px 1px #d4d4d4;
  -moz-box-shadow: 0px 0px 4px 1px #d4d4d4;
  -o-box-shadow: 0px 0px 4px 1px #d4d4d4;
  box-shadow: 0px 0px 4px 1px #d4d4d4;
  color: #efefef;
  padding: 7px 15px 7px;
  border-radius: 25px;
  background: #006699;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 1.4rem;
  height: 38px;
  font-weight: bold;
  box-shadow: none;
  font-family: 'Source Sans Pro' !important;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.dealerconnect-quotes-index form#rfq_confirmreject .page-actions .action-default.scalable.add:hover,
.customerconnect-rfqs-index form#rfq_confirmreject .page-actions .action-default.scalable.add:hover {
  background: #66cc66 !important;
  border: 0px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.dealerconnect-quotes-index #customerconnect_rfqs_table .data-grid-checkbox-cell-inner input[type='checkbox'].admin__control-checkbox,
.customerconnect-rfqs-index #customerconnect_rfqs_table .data-grid-checkbox-cell-inner input[type='checkbox'].admin__control-checkbox,
.dealerconnect-quotes-index #customerconnect_rfqs_table .data-grid-checkbox-cell-inner input[type='radio'].admin__control-checkbox,
.customerconnect-rfqs-index #customerconnect_rfqs_table .data-grid-checkbox-cell-inner input[type='radio'].admin__control-checkbox {
  height: 14px;
  width: 14px;
  top: 3px;
}
.dealerconnect-quotes-index #customerconnect_rfqs_table .action-link-ht.col-action,
.customerconnect-rfqs-index #customerconnect_rfqs_table .action-link-ht.col-action {
  min-width: 64px;
  padding: 10px 5px;
}
.account button,
.account .button .account a,
.account a.action,
.account .scalable.a-right {
  height: auto !important;
  padding: 6px 10px !important;
}
.account button:hover,
.account .button .account a:hover,
.account a.action:hover,
.account .scalable.a-right:hover {
  border: 0px !important;
}
.account .columns .form-edit-account .fieldset .legend {
  background: none;
  font-size: 1.8rem;
  font-weight: 600;
  color: #222222;
  padding-left: 0px;
  text-transform: uppercase;
  border-color: #d4d4d4;
  padding-bottom: 6px;
}
.account .columns .form-edit-account .fieldset .legend span {
  font-size: 1.8rem;
  font-weight: 600;
  text-transform: uppercase;
}
.account .columns .form-edit-account .fieldset .field .control .mage-error {
  top: 55px;
}
.account .columns .modal-popup.managedashboard .modal-content .dealer-manage-dashboard#form-validate select {
  padding: 5px 10px;
}
.account .header .block-search .block-content .actions .action.search[disabled],
.account .header .block-search .block-content .actions .action.search,
.account .header .block-search .block-content .actions .action.search.disabled {
  padding: 0px !important;
}
.account .header .block-search .block-content .actions .action.search[disabled]:before,
.account .header .block-search .block-content .actions .action.search:before,
.account .header .block-search .block-content .actions .action.search.disabled:before {
  bottom: 4px;
}
.quotes-manage-index .columns .buttons-set p.back-link a {
  padding: 5px 15px;
  position: relative;
  top: 2px;
}
.quotes-manage-view .columns #quote-btns {
  margin-bottom: 15px;
}
.quotes-manage-view .columns #quote-btns h1 {
  margin-bottom: 15px;
}
.quotes-manage-view .columns #quote-btns a {
  border: 0px;
  color: #006699;
  background: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  outline: none;
  cursor: pointer;
  font-weight: bold;
  padding: 7px 15px 7px;
  border-radius: 25px;
  font-family: 'Source Sans Pro' !important;
  -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;
  margin-right: 15px;
}
.quotes-manage-view .columns #quote-btns a:hover {
  background: #66cc66 !important;
  color: #006699;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: 0px;
}
.quotes-manage-view .columns #noteform .new-comment-box {
  margin-bottom: 15px;
}
.quotes-manage-view .columns .order-items.order-details .data-table tbody td h3.product-name {
  font-size: 1.6rem;
  margin: 5px;
}
.quotes-manage-view .columns .order-items.order-details .data-table tbody td div.product-sku {
  margin: 5px;
}
.quotes-manage-view .columns .order-items.order-details .data-table tbody td div.product-sku span.label {
  font-weight: bold;
}
.quotes-manage-view .columns .order-items.order-details .data-table tbody td dl.item-options {
  margin: 5px;
}
.quotes-manage-view .columns .order-items.order-details .data-table tfoot tr td:last-child {
  position: relative;
  left: -50px;
}
.quotes-manage-view .columns .buttons-set p.back-link a {
  padding: 5px 15px;
  position: relative;
  top: 2px;
}
/* My account side navigation */
.block .title.account-nav-title {
  margin-bottom: 0px;
}
.block-collapsible-nav {
  margin-bottom: 10px !important;
}
.block-collapsible-nav .content {
  background: #f1f1f1;
  padding: 0px;
}
.block-collapsible-nav .item {
  margin: 0px;
}
.block-collapsible-nav .item .delimiter {
  display: none;
}
.block-collapsible-nav .item a {
  color: #222222;
  border-left: 5px solid #006699;
  border-bottom: 1px solid #d4d4d4;
  padding: 8px 18px 8px 15px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-right: 1px solid #d4d4d4;
}
.block-collapsible-nav .item a:hover {
  background: #006699;
  color: #efefef;
  border-left: 5px solid #006699;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.block-collapsible-nav .item > strong {
  color: #222222;
  border-left: 5px solid #006699;
  border-bottom: 1px solid #d4d4d4;
  padding: 8px 18px 8px 15px;
}
.block-collapsible-nav .item.current a {
  color: #efefef;
  border-left: 5px solid #006699;
  border-bottom: 1px solid #d4d4d4;
  padding: 8px 18px 8px 15px;
  background: #006699;
}
.block-collapsible-nav .item.current > strong {
  color: #efefef;
  border-left: 5px solid #006699;
  border-bottom: 1px solid #d4d4d4;
  padding: 8px 18px 8px 15px;
  background: #006699;
}
.block-collapsible-nav .title.block-collapsible-nav-title {
  background: #006699;
  color: #efefef;
  margin: 0px;
  padding: 0.5em;
}
/* End of My account side navigation */
.customer-account-forgotpassword .fieldset .field.captcha .control div.mage-error[generated] {
  position: relative;
  top: 0px;
}
.customer-account-forgotpassword .form.password.forget .fieldset:after {
  font-size: 1.3rem;
}
.customer-account-forgotpassword .password.forget {
  background: #f9f9f9;
  padding: 15px 15px 15px 15px;
  -webkit-box-shadow: 0px 0px 3px 0px #d4d4d4;
  -moz-box-shadow: 0px 0px 3px 0px #d4d4d4;
  -o-box-shadow: 0px 0px 3px 0px #d4d4d4;
  box-shadow: 0px 0px 3px 0px #d4d4d4;
  border: 1px solid #d4d4d4;
}
.customer-account-forgotpassword .password.forget .email.required .control {
  width: 70%;
}
.customer-account-forgotpassword .password.forget .email.required .mage-error {
  top: 55px;
}
.customer-account-forgotpassword .password.forget .actions-toolbar .primary .submit.primary {
  padding: 7px 15px 7px;
}
.form.create.account.form-create-account {
  width: 60%;
  margin-left: 5px;
  background: #f9f9f9;
  padding: 15px 15px 15px 15px;
  -webkit-box-shadow: 0px 0px 3px 0px #d4d4d4;
  -moz-box-shadow: 0px 0px 3px 0px #d4d4d4;
  -o-box-shadow: 0px 0px 3px 0px #d4d4d4;
  box-shadow: 0px 0px 3px 0px #d4d4d4;
  border: 1px solid #d4d4d4;
  background: none;
}
.form.create.account.form-create-account .fieldset .legend,
.form.create.account.form-create-account .fieldset .legend > span {
  background: none;
  font-size: 1.8rem;
  font-weight: 600;
  color: #222222;
  padding-left: 0px;
  text-transform: uppercase;
  border-color: #d4d4d4;
  padding-bottom: 6px;
  margin-bottom: 10px;
}
.form.create.account.form-create-account .fieldset h2.legend {
  border-bottom: 1px solid #66cc66;
  font-size: 1.4rem !important;
  display: inline-block;
  margin-top: -50px;
  width: auto;
  padding: 0px 0px 3px 0px;
}
.form.create.account.form-create-account .fieldset .legend > span {
  border-bottom: 1px solid #66cc66;
  font-size: 1.4rem;
  display: inline-block;
  padding-bottom: 3px;
}
.form.create.account.form-create-account .fieldset .field {
  vertical-align: top;
}
.form.create.account.form-create-account .fieldset .field.required div.mage-error {
  position: absolute;
  top: 55px;
}
.form.create.account.form-create-account .fieldset div label {
  margin-left: 23px;
}
.form.create.account.form-create-account .fieldset .field {
  position: relative;
  width: 46%;
  display: inline-block;
  margin: 1%;
}
.form.create.account.form-create-account .fieldset .field label.label {
  margin-left: 1px;
}
.form.create.account.form-create-account .fieldset .field .input-box .checkbox {
  height: 16px;
  width: 18px;
  top: 23px;
}
.form.create.account.form-create-account .buttons-set p.required {
  font-size: 1.3rem;
  color: #e02b27;
}
.form.create.account.form-create-account .buttons-set .back-link a {
  padding: 6px 15px;
  margin-right: 15px;
}
.form.create.account.form-create-account .buttons-set button.button {
  padding: 7px 15px;
  position: relative;
  bottom: 1px;
}
.login-container .block.setup-account .block-content .actions-toolbar .primary .action.create.primary,
.login-container .block.business-account .block-content .actions-toolbar .primary .action.create.primary {
  background: none;
  border: 1px solid #006699;
  -webkit-box-shadow: 0px 0px 4px 1px #d4d4d4;
  -moz-box-shadow: 0px 0px 4px 1px #d4d4d4;
  -o-box-shadow: 0px 0px 4px 1px #d4d4d4;
  box-shadow: 0px 0px 4px 1px #d4d4d4;
  padding: 10px 15px 10px;
  color: #006699;
}
.login-container .block.block-customer-login,
.login-container .block.block-new-customer {
  border: 0px !important;
  -webkit-box-shadow: 0px 0px 4px 1px #d4d4d4;
  -moz-box-shadow: 0px 0px 4px 1px #d4d4d4;
  -o-box-shadow: 0px 0px 4px 1px #d4d4d4;
  box-shadow: 0px 0px 4px 1px #d4d4d4;
  float: none;
  margin: 0 auto;
  padding: 0px;
  max-width: 840px;
  width: 100% !important;
  position: relative;
  border: 2px solid #66cc66;
  margin-bottom: 20px;
  overflow: hidden;
}
.login-container .block.block-customer-login .log-block-right,
.login-container .block.block-new-customer .log-block-right {
  float: left;
  width: 22%;
  text-transform: uppercase;
  background: #66cc66;
  display: block;
  color: #006699;
  font-size: 2.2rem;
  font-weight: bold;
  height: 100%;
  padding: 30px 15px;
  position: absolute;
  bottom: 0px;
  top: 0px;
  -webkit-box-shadow: 0px 0px 4px 1px #d4d4d4;
  -moz-box-shadow: 0px 0px 4px 1px #d4d4d4;
  -o-box-shadow: 0px 0px 4px 1px #d4d4d4;
  box-shadow: 0px 0px 4px 1px #d4d4d4;
}
.login-container .block.block-customer-login .log-block-right span,
.login-container .block.block-new-customer .log-block-right span {
  width: 100px;
  display: block;
}
.login-container .block.block-customer-login .log-block-left,
.login-container .block.block-new-customer .log-block-left {
  float: left;
  width: 65%;
  padding: 30px 15px;
  height: auto;
  margin-left: 27%;
}
.login-container .block.block-customer-login .log-block-left .actions-toolbar .primary,
.login-container .block.block-new-customer .log-block-left .actions-toolbar .primary,
.login-container .block.block-customer-login .log-block-left .actions-toolbar .secondary,
.login-container .block.block-new-customer .log-block-left .actions-toolbar .secondary {
  float: left;
}
.login-container .block.block-customer-login:after,
.login-container .block.block-new-customer:after {
  width: 2%;
  background: #66cc66;
  display: block;
  content: " ";
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  -webkit-box-shadow: 0px 0px 4px 1px #d4d4d4;
  -moz-box-shadow: 0px 0px 4px 1px #d4d4d4;
  -o-box-shadow: 0px 0px 4px 1px #d4d4d4;
  box-shadow: 0px 0px 4px 1px #d4d4d4;
}
.login-container .block.block-customer-login .block-title,
.login-container .block.block-new-customer .block-title {
  border-color: #d4d4d4;
  padding-top: 0px;
  padding-bottom: 6px;
  border: 0px;
  margin-bottom: 5px;
}
.login-container .block.block-customer-login .block-title strong,
.login-container .block.block-new-customer .block-title strong {
  font-weight: bold;
  font-size: 1.4rem;
  text-transform: uppercase;
  color: #222222;
  border-bottom: 1px solid #66cc66;
  padding-bottom: 3px;
  display: inline-block;
}
.login-container .block.block-customer-login .block-content .fieldset.login,
.login-container .block.block-new-customer .block-content .fieldset.login {
  width: 100%;
}
.login-container .block.block-customer-login .block-content .fieldset.login .field.note,
.login-container .block.block-new-customer .block-content .fieldset.login .field.note {
  font-size: 1.2rem;
}
.login-container .block.block-customer-login .block-content .fieldset.login .field .input-text,
.login-container .block.block-new-customer .block-content .fieldset.login .field .input-text {
  z-index: 1;
}
.login-container .block.block-customer-login .block-content .fieldset.login .actions-toolbar .secondary,
.login-container .block.block-new-customer .block-content .fieldset.login .actions-toolbar .secondary {
  margin-top: 0px;
  margin-left: 0px;
}
.login-container .block.block-customer-login .block-content .fieldset.login .actions-toolbar .secondary .action.remind,
.login-container .block.block-new-customer .block-content .fieldset.login .actions-toolbar .secondary .action.remind {
  margin-top: 0px;
}
.login-container .block-new-customer .block-content .actions-toolbar {
  text-align: left;
}
.login-container .block-new-customer .block-content .actions-toolbar b {
  margin-right: 15px;
}
.login-container .block-new-customer .block-content .actions-toolbar .action.create.primary {
  padding: 9px 15px 7px;
}
.login-container .block-customer-login {
  float: none !important;
}
.login-container .block-customer-login .fieldset:after {
  margin-top: 0px;
  font-size: 1.3rem;
  position: absolute;
}
.login-container .block-customer-login .login .actions-toolbar {
  margin-bottom: 5px;
  margin-top: 45px;
}
.login-container .block-customer-login .login .actions-toolbar .login.primary {
  padding: 6px 15px 6px;
  width: 150px;
  text-align: center;
  -webkit-box-shadow: 0px 0px 4px 1px #d4d4d4;
  -moz-box-shadow: 0px 0px 4px 1px #d4d4d4;
  -o-box-shadow: 0px 0px 4px 1px #d4d4d4;
  box-shadow: 0px 0px 4px 1px #d4d4d4;
}
.login-container .block-customer-login .login .actions-toolbar div.primary,
.login-container .block-customer-login .login .actions-toolbar div.secondary {
  float: left;
}
.login-container .block-customer-login .login .actions-toolbar .secondary .action.remind {
  padding: 9px 15px 9px;
  width: auto;
  text-align: center;
  margin-left: 10px;
  background: none;
}
.login-container .block-customer-login .login .email.required .control .mage-error,
.login-container .block-customer-login .login .password.required .control .mage-error,
.login-container .block-customer-login .login .captcha.required .control .mage-error {
  top: 55px;
}
.login-container .block-customer-login .login .captcha.required .nested {
  margin-top: 20px;
}
.login-container .block-new-customer.setup-account,
.login-container .block-new-customer.business-account {
  float: none !important;
}
.login-container .block-new-customer > br {
  display: none;
}
.wishlist-index-index .products-grid .product-item .product-item-info .product-item-name .product-item-link {
  width: 150px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.customer-account-index .block-reviews-dashboard .block-content .items li.item {
  background: #ffffff;
  padding: 10px;
  border: 1px solid #d4d4d4;
  margin-bottom: 10px;
}
.customer-account-index .box-account.box-recent .box-head {
  width: 97%;
  display: block;
  position: relative;
}
.customer-account-index .box-account.box-recent .box-head h2 {
  float: left;
  font-size: 2.2rem;
  font-weight: 300;
  background: #006699;
  padding: 7px 12px;
  width: 100%;
  display: block;
  color: #efefef;
  text-transform: capitalize;
}
.customer-account-index .box-account.box-recent .box-head a {
  float: right;
  color: #006699;
  background: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  outline: none;
  cursor: pointer;
  font-weight: bold;
  padding: 7px 15px 7px;
  border-radius: 25px;
  font-family: 'Source Sans Pro' !important;
  -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;
  position: absolute;
  right: -5px;
  border: 0px;
  height: auto;
  font-size: 1.2rem;
  padding: 6px 12px;
  top: 6px;
}
.customer-account-index .box-account.box-recent .box-head a:hover {
  background: #66cc66 !important;
  color: #006699;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: 0px;
}
.block-dashboard-info .block-content .box-information,
.block-dashboard-info .block-content .box-newsletter {
  height: 260px;
  overflow-y: auto;
}
.block-dashboard-info .block-content .box-information .box-actions,
.block-dashboard-info .block-content .box-newsletter .box-actions {
  position: absolute;
  bottom: 15px;
  left: 15px;
}
.block-dashboard-info .block-content .box-information .box-actions .action.edit,
.block-dashboard-info .block-content .box-newsletter .box-actions .action.edit,
.block-dashboard-info .block-content .box-information .box-actions .action.change-password,
.block-dashboard-info .block-content .box-newsletter .box-actions .action.change-password {
  border: 0px;
  color: #006699;
  background: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  outline: none;
  cursor: pointer;
  font-weight: bold;
  padding: 7px 15px 7px;
  border-radius: 25px;
  font-family: 'Source Sans Pro' !important;
  -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;
  height: auto;
  padding: 6px 12px;
}
.block-dashboard-info .block-content .box-information .box-actions .action.edit:hover,
.block-dashboard-info .block-content .box-newsletter .box-actions .action.edit:hover,
.block-dashboard-info .block-content .box-information .box-actions .action.change-password:hover,
.block-dashboard-info .block-content .box-newsletter .box-actions .action.change-password:hover {
  background: #66cc66 !important;
  color: #006699;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: 0px;
}
.block-dashboard-info .block-content .box-information .box-actions .action.edit:after,
.block-dashboard-info .block-content .box-newsletter .box-actions .action.edit:after,
.block-dashboard-info .block-content .box-information .box-actions .action.change-password:after,
.block-dashboard-info .block-content .box-newsletter .box-actions .action.change-password:after {
  border: 0px;
  content: "";
  margin: 0px;
}
.block-dashboard-info .block-title #billing_address_update {
  margin-top: 0px;
}
.block-dashboard-addresses .box-billing-address,
.block-dashboard-addresses .box-shipping-address {
  height: 230px;
}
.block-dashboard-addresses .box-billing-address .box-actions,
.block-dashboard-addresses .box-shipping-address .box-actions {
  position: absolute;
  bottom: 15px;
  left: 15px;
}
.block-dashboard-addresses .box-billing-address .box-actions .action.edit,
.block-dashboard-addresses .box-shipping-address .box-actions .action.edit,
.block-dashboard-addresses .box-billing-address .box-actions .action.change-password,
.block-dashboard-addresses .box-shipping-address .box-actions .action.change-password {
  color: #006699;
  background: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  outline: none;
  cursor: pointer;
  font-weight: bold;
  padding: 7px 15px 7px;
  border-radius: 25px;
  font-family: 'Source Sans Pro' !important;
  -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;
  border: 0px;
  height: auto;
  font-size: 1.2rem;
  padding: 6px 12px;
}
.block-dashboard-addresses .box-billing-address .box-actions .action.edit:hover,
.block-dashboard-addresses .box-shipping-address .box-actions .action.edit:hover,
.block-dashboard-addresses .box-billing-address .box-actions .action.change-password:hover,
.block-dashboard-addresses .box-shipping-address .box-actions .action.change-password:hover {
  background: #66cc66 !important;
  color: #006699;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: 0px;
}
.block-addresses-default .box-address-billing,
.block-addresses-default .box-address-shipping {
  height: 230px;
}
.block-addresses-default .box-address-billing .box-actions,
.block-addresses-default .box-address-shipping .box-actions {
  position: absolute;
  bottom: 15px;
  left: 15px;
}
.block-addresses-default .box-address-billing .box-actions .action.edit,
.block-addresses-default .box-address-shipping .box-actions .action.edit,
.block-addresses-default .box-address-billing .box-actions .action.change-password,
.block-addresses-default .box-address-shipping .box-actions .action.change-password {
  border: 0px;
  color: #006699;
  background: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  outline: none;
  cursor: pointer;
  font-weight: bold;
  padding: 7px 15px 7px;
  border-radius: 25px;
  font-family: 'Source Sans Pro' !important;
  -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;
  height: auto;
  padding: 6px 12px;
}
.block-addresses-default .box-address-billing .box-actions .action.edit:hover,
.block-addresses-default .box-address-shipping .box-actions .action.edit:hover,
.block-addresses-default .box-address-billing .box-actions .action.change-password:hover,
.block-addresses-default .box-address-shipping .box-actions .action.change-password:hover {
  background: #66cc66 !important;
  color: #006699;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: 0px;
}
.form-edit-account .fieldset {
  min-height: 270px;
}
.form-edit-account .field.password-info {
  padding: 8px 10px 4px;
  margin-bottom: 15px;
  background-color: #f1f1f1;
  border: 1px solid #d4d4d4;
}
.block-dashboard-info .block-title,
.abs-account-blocks .block-title,
.account .legend,
.form-giftregistry-search .legend,
.block-giftregistry-results .block-title,
.block-giftregistry-shared-items .block-title,
.block-wishlist-search-form .block-title,
.block-wishlist-search-results .block-title,
.multicheckout .block-title,
.multicheckout .block-content .title,
.customer-review .review-details .title,
.paypal-review .block .block-title,
.account .column.main .block:not(.widget) .block-title,
.multicheckout .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,
.magento-payments-review .block .block-title,
.paypal-review .block .block-title,
.account .column.main .block:not(.widget) .block-title,
.multicheckout .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 {
  background: #006699;
  color: #efefef;
  padding: 3px 15px 4px;
  margin-bottom: 20px;
  border-bottom: 0px;
}
.block-dashboard-info .block-title a.action,
.abs-account-blocks .block-title a.action,
.account .legend a.action,
.form-giftregistry-search .legend a.action,
.block-giftregistry-results .block-title a.action,
.block-giftregistry-shared-items .block-title a.action,
.block-wishlist-search-form .block-title a.action,
.block-wishlist-search-results .block-title a.action,
.multicheckout .block-title a.action,
.multicheckout .block-content .title a.action,
.customer-review .review-details .title a.action,
.paypal-review .block .block-title a.action,
.account .column.main .block:not(.widget) .block-title a.action,
.multicheckout .block-title a.action,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title a.action,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title a.action,
.sales-guest-view .column.main .block:not(.widget) .block-title a.action,
.block-dashboard-info .block-title a.edit,
.abs-account-blocks .block-title a.edit,
.account .legend a.edit,
.form-giftregistry-search .legend a.edit,
.block-giftregistry-results .block-title a.edit,
.block-giftregistry-shared-items .block-title a.edit,
.block-wishlist-search-form .block-title a.edit,
.block-wishlist-search-results .block-title a.edit,
.multicheckout .block-title a.edit,
.multicheckout .block-content .title a.edit,
.customer-review .review-details .title a.edit,
.paypal-review .block .block-title a.edit,
.account .column.main .block:not(.widget) .block-title a.edit,
.multicheckout .block-title a.edit,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title a.edit,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title a.edit,
.sales-guest-view .column.main .block:not(.widget) .block-title a.edit,
.block-dashboard-info .block-title a,
.abs-account-blocks .block-title a,
.account .legend a,
.form-giftregistry-search .legend a,
.block-giftregistry-results .block-title a,
.block-giftregistry-shared-items .block-title a,
.block-wishlist-search-form .block-title a,
.block-wishlist-search-results .block-title a,
.multicheckout .block-title a,
.multicheckout .block-content .title a,
.customer-review .review-details .title a,
.paypal-review .block .block-title a,
.account .column.main .block:not(.widget) .block-title a,
.multicheckout .block-title a,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title a,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title a,
.sales-guest-view .column.main .block:not(.widget) .block-title a,
.block-dashboard-info .block-title a.scalable a-right,
.abs-account-blocks .block-title a.scalable a-right,
.account .legend a.scalable a-right,
.form-giftregistry-search .legend a.scalable a-right,
.block-giftregistry-results .block-title a.scalable a-right,
.block-giftregistry-shared-items .block-title a.scalable a-right,
.block-wishlist-search-form .block-title a.scalable a-right,
.block-wishlist-search-results .block-title a.scalable a-right,
.multicheckout .block-title a.scalable a-right,
.multicheckout .block-content .title a.scalable a-right,
.customer-review .review-details .title a.scalable a-right,
.paypal-review .block .block-title a.scalable a-right,
.account .column.main .block:not(.widget) .block-title a.scalable a-right,
.multicheckout .block-title a.scalable a-right,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title a.scalable a-right,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title a.scalable a-right,
.sales-guest-view .column.main .block:not(.widget) .block-title a.scalable a-right,
.magento-payments-review .block .block-title a.action,
.magento-payments-review .block .block-title a.edit,
.magento-payments-review .block .block-title a,
.magento-payments-review .block .block-title a.scalable a-right,
.paypal-review .block .block-title a.action,
.paypal-review .block .block-title a.edit,
.paypal-review .block .block-title a,
.paypal-review .block .block-title a.scalable a-right,
.account .column.main .block:not(.widget) .block-title a.action,
.account .column.main .block:not(.widget) .block-title a.edit,
.account .column.main .block:not(.widget) .block-title a,
.account .column.main .block:not(.widget) .block-title a.scalable a-right,
.multicheckout .block-title a.action,
.multicheckout .block-title a.edit,
.multicheckout .block-title a,
.multicheckout .block-title a.scalable a-right,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title a.action,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title a.edit,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title a,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title a.scalable a-right,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title a.action,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title a.edit,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title a,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title a.scalable a-right,
.sales-guest-view .column.main .block:not(.widget) .block-title a.action,
.sales-guest-view .column.main .block:not(.widget) .block-title a.edit,
.sales-guest-view .column.main .block:not(.widget) .block-title a,
.sales-guest-view .column.main .block:not(.widget) .block-title a.scalable a-right {
  float: right;
  color: #006699;
  background: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  outline: none;
  cursor: pointer;
  font-weight: bold;
  padding: 7px 15px 7px;
  border-radius: 25px;
  font-family: 'Source Sans Pro' !important;
  -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;
  font-size: 1.2rem;
  border: 0px;
  padding: 6px 12px;
  height: auto;
  margin-top: 1px;
}
.block-dashboard-info .block-title a.action:hover,
.abs-account-blocks .block-title a.action:hover,
.account .legend a.action:hover,
.form-giftregistry-search .legend a.action:hover,
.block-giftregistry-results .block-title a.action:hover,
.block-giftregistry-shared-items .block-title a.action:hover,
.block-wishlist-search-form .block-title a.action:hover,
.block-wishlist-search-results .block-title a.action:hover,
.multicheckout .block-title a.action:hover,
.multicheckout .block-content .title a.action:hover,
.customer-review .review-details .title a.action:hover,
.paypal-review .block .block-title a.action:hover,
.account .column.main .block:not(.widget) .block-title a.action:hover,
.multicheckout .block-title a.action:hover,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title a.action:hover,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title a.action:hover,
.sales-guest-view .column.main .block:not(.widget) .block-title a.action:hover,
.block-dashboard-info .block-title a.edit:hover,
.abs-account-blocks .block-title a.edit:hover,
.account .legend a.edit:hover,
.form-giftregistry-search .legend a.edit:hover,
.block-giftregistry-results .block-title a.edit:hover,
.block-giftregistry-shared-items .block-title a.edit:hover,
.block-wishlist-search-form .block-title a.edit:hover,
.block-wishlist-search-results .block-title a.edit:hover,
.multicheckout .block-title a.edit:hover,
.multicheckout .block-content .title a.edit:hover,
.customer-review .review-details .title a.edit:hover,
.paypal-review .block .block-title a.edit:hover,
.account .column.main .block:not(.widget) .block-title a.edit:hover,
.multicheckout .block-title a.edit:hover,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title a.edit:hover,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title a.edit:hover,
.sales-guest-view .column.main .block:not(.widget) .block-title a.edit:hover,
.block-dashboard-info .block-title a:hover,
.abs-account-blocks .block-title a:hover,
.account .legend a:hover,
.form-giftregistry-search .legend a:hover,
.block-giftregistry-results .block-title a:hover,
.block-giftregistry-shared-items .block-title a:hover,
.block-wishlist-search-form .block-title a:hover,
.block-wishlist-search-results .block-title a:hover,
.multicheckout .block-title a:hover,
.multicheckout .block-content .title a:hover,
.customer-review .review-details .title a:hover,
.paypal-review .block .block-title a:hover,
.account .column.main .block:not(.widget) .block-title a:hover,
.multicheckout .block-title a:hover,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title a:hover,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title a:hover,
.sales-guest-view .column.main .block:not(.widget) .block-title a:hover,
.block-dashboard-info .block-title a.scalable a-right:hover,
.abs-account-blocks .block-title a.scalable a-right:hover,
.account .legend a.scalable a-right:hover,
.form-giftregistry-search .legend a.scalable a-right:hover,
.block-giftregistry-results .block-title a.scalable a-right:hover,
.block-giftregistry-shared-items .block-title a.scalable a-right:hover,
.block-wishlist-search-form .block-title a.scalable a-right:hover,
.block-wishlist-search-results .block-title a.scalable a-right:hover,
.multicheckout .block-title a.scalable a-right:hover,
.multicheckout .block-content .title a.scalable a-right:hover,
.customer-review .review-details .title a.scalable a-right:hover,
.paypal-review .block .block-title a.scalable a-right:hover,
.account .column.main .block:not(.widget) .block-title a.scalable a-right:hover,
.multicheckout .block-title a.scalable a-right:hover,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title a.scalable a-right:hover,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title a.scalable a-right:hover,
.sales-guest-view .column.main .block:not(.widget) .block-title a.scalable a-right:hover,
.magento-payments-review .block .block-title a.action:hover,
.magento-payments-review .block .block-title a.edit:hover,
.magento-payments-review .block .block-title a:hover,
.magento-payments-review .block .block-title a.scalable a-right:hover,
.paypal-review .block .block-title a.action:hover,
.paypal-review .block .block-title a.edit:hover,
.paypal-review .block .block-title a:hover,
.paypal-review .block .block-title a.scalable a-right:hover,
.account .column.main .block:not(.widget) .block-title a.action:hover,
.account .column.main .block:not(.widget) .block-title a.edit:hover,
.account .column.main .block:not(.widget) .block-title a:hover,
.account .column.main .block:not(.widget) .block-title a.scalable a-right:hover,
.multicheckout .block-title a.action:hover,
.multicheckout .block-title a.edit:hover,
.multicheckout .block-title a:hover,
.multicheckout .block-title a.scalable a-right:hover,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title a.action:hover,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title a.edit:hover,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title a:hover,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title a.scalable a-right:hover,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title a.action:hover,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title a.edit:hover,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title a:hover,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title a.scalable a-right:hover,
.sales-guest-view .column.main .block:not(.widget) .block-title a.action:hover,
.sales-guest-view .column.main .block:not(.widget) .block-title a.edit:hover,
.sales-guest-view .column.main .block:not(.widget) .block-title a:hover,
.sales-guest-view .column.main .block:not(.widget) .block-title a.scalable a-right:hover {
  background: #66cc66 !important;
  color: #006699;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: 0px;
}
.abs-blocks-2columns,
.abs-discount-block-desktop .block,
.amazon-addresses .amazon-address,
.login-container .block,
.account .column.main .block:not(.widget) .block-content .box,
.form-address-edit > .fieldset,
.form-edit-account .fieldset,
.storecredit .block,
.paypal-review-discount .block,
.cart-discount .block {
  background: #f9f9f9;
  padding: 15px 15px 50px 15px;
  -webkit-box-shadow: 0px 0px 4px 0px #d4d4d4;
  -moz-box-shadow: 0px 0px 4px 0px #d4d4d4;
  -o-box-shadow: 0px 0px 4px 0px #d4d4d4;
  box-shadow: 0px 0px 4px 0px #d4d4d4;
  border: 1px solid #d4d4d4;
  position: relative;
  width: 45% !important;
}
.fieldset ul.form-list li.fields {
  list-style: none;
}
.fieldset div label {
  display: inline-block;
  margin-bottom: 10px;
}
.abs-account-block-font-size,
.block-addresses-list address,
.box-billing-address .box-content,
.box-shipping-address .box-content,
.box-address-billing .box-content,
.box-address-shipping .box-content,
.box-information .box-content,
.block-balance-giftcard .block-content,
.block-reviews-dashboard .product-name {
  font-size: 1.4rem;
}
.block .title {
  margin-bottom: 0px;
}
.account .page-title-wrapper .page-title {
  margin-bottom: 20px;
}
.actions-toolbar {
  margin-bottom: 15px;
}
.actions-toolbar .primary {
  float: right;
}
.actions-toolbar .secondary {
  float: right;
}
.actions-toolbar .secondary a.action {
  margin-top: 0px;
}
.action.primary {
  border: 0px;
  -webkit-box-shadow: 0px 0px 4px 1px #d4d4d4;
  -moz-box-shadow: 0px 0px 4px 1px #d4d4d4;
  -o-box-shadow: 0px 0px 4px 1px #d4d4d4;
  box-shadow: 0px 0px 4px 1px #d4d4d4;
  color: #efefef;
  padding: 7px 15px 7px;
  border-radius: 25px;
  background: #006699;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 1.4rem;
  height: 38px;
  font-weight: bold;
  box-shadow: none;
  font-family: 'Source Sans Pro' !important;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 5px 15px 6px;
}
.action.primary:hover {
  background: #66cc66 !important;
  border: 0px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.action.primary:active,
.action.primary:focus {
  background: #66cc66;
  border: 1px solid #66cc66;
}
.action-primary.action-accept {
  border: 0px;
  -webkit-box-shadow: 0px 0px 4px 1px #d4d4d4;
  -moz-box-shadow: 0px 0px 4px 1px #d4d4d4;
  -o-box-shadow: 0px 0px 4px 1px #d4d4d4;
  box-shadow: 0px 0px 4px 1px #d4d4d4;
  color: #efefef;
  padding: 7px 15px 7px;
  border-radius: 25px;
  background: #006699;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 1.4rem;
  height: 38px;
  font-weight: bold;
  box-shadow: none;
  font-family: 'Source Sans Pro' !important;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.action-primary.action-accept:hover {
  background: #66cc66 !important;
  border: 0px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.epicor_salesrep-account-index .box-info.box-account.col-2.block-dashboard-info,
.epicor_salesrep-account-index .box-info.box-account.col-1.block-dashboard-info {
  position: relative;
}
.epicor_salesrep-account-index .box-info.box-account.col-2.block-dashboard-info .vcard,
.epicor_salesrep-account-index .box-info.box-account.col-1.block-dashboard-info .vcard {
  width: 90% !important;
}
.epicor_salesrep-account-index .box-info.box-account.col-2.block-dashboard-info .vcard dt.sec,
.epicor_salesrep-account-index .box-info.box-account.col-1.block-dashboard-info .vcard dt.sec {
  text-align: left;
}
.epicor_salesrep-account-index .box-info.box-account.col-2.block-dashboard-info .salesrep-stats.info-list.col-1,
.epicor_salesrep-account-index .box-info.box-account.col-1.block-dashboard-info .salesrep-stats.info-list.col-1 {
  background: #f9f9f9;
  padding: 15px 15px 15px 15px;
  -webkit-box-shadow: 0px 0px 3px 0px #d4d4d4;
  -moz-box-shadow: 0px 0px 3px 0px #d4d4d4;
  -o-box-shadow: 0px 0px 3px 0px #d4d4d4;
  box-shadow: 0px 0px 3px 0px #d4d4d4;
  border: 1px solid #d4d4d4;
  height: 220px;
  overflow-y: auto;
}
.epicor_salesrep-account-index .box-info.box-account.col-2.block-dashboard-info .salesrep-stats.info-list.col-2,
.epicor_salesrep-account-index .box-info.box-account.col-1.block-dashboard-info .salesrep-stats.info-list.col-2 {
  position: absolute;
  top: 150px;
  width: 90%;
  left: 20px;
}
.epicor_comm-cart-csvupload #product_csv_import_form {
  width: 50%;
  background: #f9f9f9;
  padding: 15px 15px 15px 15px;
  -webkit-box-shadow: 0px 0px 3px 0px #d4d4d4;
  -moz-box-shadow: 0px 0px 3px 0px #d4d4d4;
  -o-box-shadow: 0px 0px 3px 0px #d4d4d4;
  box-shadow: 0px 0px 3px 0px #d4d4d4;
  border: 1px solid #d4d4d4;
}
.epicor_comm-cart-csvupload #product_csv_import_form .form-list li {
  padding: 10px 0px;
}
.epicor_comm-cart-csvupload #product_csv_import_form .form-list li .input-box {
  margin-top: 5px;
}
.epicor_comm-cart-csvupload #product_csv_import_form .form-list li .input-box #createCsvUploadFileLink,
.epicor_comm-cart-csvupload #product_csv_import_form .form-list li .input-box input[type=submit] {
  border: 0px;
  -webkit-box-shadow: 0px 0px 4px 1px #d4d4d4;
  -moz-box-shadow: 0px 0px 4px 1px #d4d4d4;
  -o-box-shadow: 0px 0px 4px 1px #d4d4d4;
  box-shadow: 0px 0px 4px 1px #d4d4d4;
  color: #efefef;
  padding: 7px 15px 7px;
  border-radius: 25px;
  background: #006699;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 1.4rem;
  height: 38px;
  font-weight: bold;
  box-shadow: none;
  font-family: 'Source Sans Pro' !important;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.epicor_comm-cart-csvupload #product_csv_import_form .form-list li .input-box #createCsvUploadFileLink:hover,
.epicor_comm-cart-csvupload #product_csv_import_form .form-list li .input-box input[type=submit]:hover {
  background: #66cc66 !important;
  border: 0px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#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.6rem;
  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;
}
.epicor_lists-lists-edit #list_products .data-grid-checkbox-cell-inner input[type='checkbox'].admin__control-checkbox,
.epicor_lists-lists-edit #list_products .data-grid-checkbox-cell-inner input[type='radio'].admin__control-checkbox {
  top: 5px;
}
.epicor_lists-lists-edit #customer_grid .data-grid-checkbox-cell-inner input[type='checkbox'].admin__control-checkbox,
.epicor_lists-lists-edit #customer_grid .data-grid-checkbox-cell-inner input[type='radio'].admin__control-checkbox {
  top: 5px;
}
.epicor_lists-lists-edit #customer_grid .admin__filter-actions {
  margin-bottom: 5px;
}
.table-wrapper .data.table thead > tr {
  border-left: 1px solid #006699;
}
.table-wrapper .data.table thead > tr > th,
.table-wrapper .data.table thead > tr > td {
  background-color: #006699;
  color: #efefef;
  border-bottom: 1px solid #006699;
  border-right: 1px solid #006699;
}
.table-wrapper .data.table thead > tr th:last-child,
.table-wrapper .data.table thead > tr td:last-child {
  background-color: #006699;
}
.table-wrapper .data.table tbody tr:nth-child(odd) {
  border-left: 1px solid #d4d4d4;
}
.table-wrapper .data.table tbody tr:nth-child(odd) > th,
.table-wrapper .data.table tbody tr:nth-child(odd) > td {
  border-top: 0px;
  background-color: #e9e9e9;
  color: #222222;
  border-bottom: 1px solid #d4d4d4;
  border-right: 1px solid #d4d4d4;
}
.table-wrapper .data.table tbody tr:nth-child(even) {
  border-left: 1px solid #d4d4d4;
}
.table-wrapper .data.table tbody tr:nth-child(even) > th,
.table-wrapper .data.table tbody tr:nth-child(even) > td {
  border-top: 0px;
  background-color: #f9f9f9;
  color: #222222;
  border-bottom: 1px solid #d4d4d4;
  border-right: 1px solid #d4d4d4;
}
.toolbar .limiter select.limiter-options {
  border-radius: 0px;
}
.toolbar .limiter select.limiter-options:focus,
.toolbar .limiter select.limiter-options:hover {
  outline: none;
  box-shadow: none;
}
.admin__data-grid-header .admin__filter-actions .action-default {
  padding: 5px 15px !important;
}
input[type=file] {
  padding: 5px;
  background: #ffffff;
  border: 1px solid #e9e9e9;
}
button,
.form-button {
  font: 'Roboto-Regular', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}
.admin__data-grid-header .admin__filter-actions .action-default {
  padding: 5px 15px;
}
.loader a.action.cancel {
  border: 0px;
  color: #006699;
  background: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  outline: none;
  cursor: pointer;
  font-weight: bold;
  padding: 7px 15px 7px;
  border-radius: 25px;
  font-family: 'Source Sans Pro' !important;
  -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;
}
.loader a.action.cancel:hover {
  background: #66cc66 !important;
  color: #006699;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: 0px;
}
.button,
button,
a.action.primary {
  text-shadow: none;
  -webkit-box-shadow: 0px 0px 4px 1px #d4d4d4;
  -moz-box-shadow: 0px 0px 4px 1px #d4d4d4;
  -o-box-shadow: 0px 0px 4px 1px #d4d4d4;
  box-shadow: 0px 0px 4px 1px #d4d4d4;
  color: #efefef;
  padding: 7px 15px 7px;
  border-radius: 25px;
  background: #006699;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 1.4rem;
  height: 38px;
  font-weight: bold;
  box-shadow: none;
  font-family: 'Source Sans Pro' !important;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  height: auto;
  font-size: 1.2rem;
  border: 0px;
  padding: 6px 12px;
}
.button:hover,
button:hover,
a.action.primary:hover {
  background: #66cc66 !important;
  border: 0px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.button:hover,
button:hover,
a.action.primary:hover,
.button:active,
button:active,
a.action.primary:active,
.button:focus,
button:focus,
a.action.primary:focus {
  border: 0px solid transparent;
}
.block-title button.scalable {
  text-shadow: none;
  color: #006699;
  background: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  outline: none;
  cursor: pointer;
  font-weight: bold;
  padding: 7px 15px 7px;
  border-radius: 25px;
  font-family: 'Source Sans Pro' !important;
  -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;
  height: auto;
  border: 0px;
  font-size: 1.2rem;
  padding: 6px 12px;
}
.block-title button.scalable:hover {
  background: #66cc66 !important;
  color: #006699;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: 0px;
}
.block-title button.scalable:hover,
.block-title button.scalable:active,
.block-title button.scalable:focus {
  border: 0px solid transparent;
}
button.action-secondary,
button.action-primary,
button.action-tertiary {
  text-shadow: none;
}
button:not(.primary),
button:not(.primary):active {
  box-shadow: none;
}
.action.secondary,
.secondary a.action,
.action-default,
button,
.block-footer .action-add,
.block-footer .action-add {
  border: 0px;
  color: #006699;
  background: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  outline: none;
  cursor: pointer;
  font-weight: bold;
  padding: 7px 15px 7px;
  border-radius: 25px;
  font-family: 'Source Sans Pro' !important;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 5px 15px 6px;
  box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -webkit-box-shadow: none;
}
.action.secondary:hover,
.secondary a.action:hover,
.action-default:hover,
button:hover,
.block-footer .action-add:hover,
.block-footer .action-add:hover {
  background: #66cc66 !important;
  color: #006699;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: 0px;
}
.action.secondary:hover,
.secondary a.action:hover,
.action-default:hover,
button:hover,
.block-footer .action-add:hover,
.block-footer .action-add:hover,
.action.secondary:active,
.secondary a.action:active,
.action-default:active,
button:active,
.block-footer .action-add:active,
.block-footer .action-add:active,
.action.secondary:focus,
.secondary a.action:focus,
.action-default:focus,
button:focus,
.block-footer .action-add:focus,
.block-footer .action-add:focus {
  background: #313f43;
  color: #efefef;
  -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;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -webkit-box-shadow: none;
}
select {
  border: 1px solid #cccccc;
  border-radius: 25px;
  height: 31px;
  box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -webkit-box-shadow: none;
}
select:focus {
  border-color: #cccccc;
  box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -webkit-box-shadow: none;
}
.data-grid td select.action-select.accountselect {
  box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -webkit-box-shadow: none;
  border-color: #cccccc;
  background-color: #ffffff;
}
.data-grid td select.action-select.accountselect:hover {
  border: 1px solid #66cc66;
}
._keyfocus *:focus,
input:not([disabled]) *:focus,
textarea:not([disabled]) *:focus,
select:not([disabled]) *:focus,
._keyfocus:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -webkit-box-shadow: none;
}
.admin__control-select,
.ui-datepicker .ui-datepicker-title select {
  border: 1px solid #cccccc;
  border-radius: 25px;
  height: 31px;
  box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -webkit-box-shadow: none;
  margin-right: 15px;
}
.admin__control-select:hover,
.ui-datepicker .ui-datepicker-title select:hover,
.admin__control-select:focus,
.ui-datepicker .ui-datepicker-title select:focus {
  border-color: #cccccc;
  box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -webkit-box-shadow: none;
}
.admin__control-select:hover:hover,
.ui-datepicker .ui-datepicker-title select:hover:hover,
.admin__control-select:focus:hover,
.ui-datepicker .ui-datepicker-title select:focus:hover {
  border: 1px solid #66cc66;
}
.admin__grid-massaction-form {
  position: relative;
  margin-left: 15px;
}
.admin__grid-massaction-form .outer-span {
  position: static;
  font-size: 12px;
  color: #ff0101;
}
.admin__data-grid-header-row._massaction {
  padding-bottom: 20px;
}
.admin__data-grid-header-row._massaction div.admin__grid-massaction div.mass-select-wrap {
  float: none;
}
.admin__data-grid-header-row._massaction div.admin__grid-massaction form select {
  width: 33%;
  min-width: 100px;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="email"],
input.input-date {
  height: 32px;
  border-radius: 20px;
  border: 1px solid #cccccc;
}
input[type="text"]:hover,
input[type="password"]:hover,
input[type="url"]:hover,
input[type="tel"]:hover,
input[type="search"]:hover,
input[type="number"]:hover,
input[type="datetime"]:hover,
input[type="email"]:hover,
input.input-date:hover,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="datetime"]:focus,
input[type="email"]:focus,
input.input-date:focus {
  border: 1px solid #006699;
}
textarea {
  min-height: 50px;
  border-radius: 10px;
  border: 1px solid #cccccc;
}
textarea:hover,
textarea:focus {
  border: 1px solid #006699;
}
.account input[type="text"],
.account input[type="password"],
.account input[type="url"],
.account input[type="tel"],
.account input[type="search"],
.account input[type="number"],
.account input[type="datetime"],
.account input[type="email"] {
  height: auto;
  padding-top: 3px;
  padding-bottom: 3px;
  border-radius: 20px;
}
.account select {
  height: auto;
  padding-top: 3px;
  padding-bottom: 3px;
  border-radius: 5px;
}
.account textarea {
  min-height: 50px;
}
.account .page-footer .footer-container-wrapper .column.main {
  margin-bottom: 5px;
}
.epicor_lists-lists-index .table-wrapper .data-grid.table .data-grid-checkbox-cell-inner input[type='checkbox'].admin__control-checkbox {
  top: 12px;
}
.subcatclosewrap {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  border: 0px;
  background: transparent;
  width: 100%;
  height: 440px;
  z-index: 10;
}
.modals-overlay {
  z-index: 1005 !important;
}
.modal-custom .action-close,
.modal-slide .action-close {
  padding: 10px 10px 7px !important;
  height: auto;
}
.modal-popup {
  z-index: 1010;
}
.modal-popup .modal-header .modal-title {
  border-bottom: 0px;
  background: #006699;
  padding: 6px 15px;
  font-size: 2.2rem;
  color: #efefef;
}
.modal-popup .action-close {
  padding: 10px 10px 8px !important;
  height: auto;
}
.modal-popup .modal-inner-wrap .modal-content iframe {
  width: 100% !important;
  overflow-x: auto;
}
.data-grid-checkbox-cell-inner input[type='checkbox'].admin__control-checkbox,
.data-grid-checkbox-cell-inner input[type='radio'].admin__control-checkbox {
  top: 20px;
  right: 0px;
  left: 0px;
  margin: 0 auto;
  height: 15px;
  width: 15px;
}
.data-grid-checkbox-cell-inner input[type='checkbox'].admin__control-checkbox:hover,
.data-grid-checkbox-cell-inner input[type='radio'].admin__control-checkbox:hover {
  color: #66cc66;
}
.box-info.box-account div.content-header table {
  margin-bottom: 0px;
}
.box-info.box-account div.content-header table tr {
  background: #006699;
}
.box-info.box-account div.content-header table tr td {
  width: 60% !important;
  padding: 5px 15px;
  background: #006699;
}
.box-info.box-account div.content-header table tr td h3.icon-head {
  color: #efefef;
  text-transform: none;
  float: left;
  line-height: 31px;
}
.box-info.box-account div.content-header table tr td h3.head-customer-account-contacts-listing {
  line-height: 31px;
}
.box-info.box-account div.content-header table tr td .view_all {
  position: static;
  border: 0px;
  color: #006699;
  background: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  outline: none;
  cursor: pointer;
  font-weight: bold;
  padding: 7px 15px 7px;
  border-radius: 25px;
  font-family: 'Source Sans Pro' !important;
  -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;
  height: auto;
  padding: 6px 12px;
  float: right;
  margin-top: 1px;
  margin-left: 0px;
}
.box-info.box-account div.content-header table tr td .view_all:hover {
  background: #66cc66 !important;
  color: #006699;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: 0px;
}
.box-info.box-account div.content-header table tr td.form-buttons {
  width: 100%;
}
.box-info.box-account div.content-header table tr td.form-buttons button.action-default,
.box-info.box-account div.content-header table tr td.form-buttons button {
  border: 0px;
  color: #006699;
  background: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  outline: none;
  cursor: pointer;
  font-weight: bold;
  padding: 7px 15px 7px;
  border-radius: 25px;
  font-family: 'Source Sans Pro' !important;
  -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;
  height: auto;
  padding: 6px 12px;
}
.box-info.box-account div.content-header table tr td.form-buttons button.action-default:hover,
.box-info.box-account div.content-header table tr td.form-buttons button:hover {
  background: #66cc66 !important;
  color: #006699;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: 0px;
}
.header .compare li.compare a.action.compare {
  border: 0px;
  color: #006699;
  background: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  outline: none;
  cursor: pointer;
  font-weight: bold;
  padding: 7px 15px 7px;
  border-radius: 25px;
  font-family: 'Source Sans Pro' !important;
  -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;
  padding: 0px 15px;
  display: none;
}
.header .compare li.compare a.action.compare:hover {
  background: #66cc66 !important;
  color: #006699;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: 0px;
}
.purchase_order_info.additional-info_sec,
.purchase_order_info.additional-line_release_sec {
  background: #ffffff;
  border-radius: 3px;
  box-shadow: 0px 0px 6px #d5d5d5;
  padding: 10px;
  position: relative;
  font-family: 'Source Sans Pro' !important;
  margin-bottom: 20px;
  background: #f9f9f9;
}
.purchase_order_info.additional-info_sec h3,
.purchase_order_info.additional-line_release_sec h3 {
  font-size: 2.0rem !important;
  font-family: 'Source Sans Pro' !important;
  color: #363636;
  text-transform: uppercase !important;
  font-weight: 600 !important;
}
.purchase_order_info.additional-line_release_sec p span.label {
  font-weight: 600;
}
.toolbar-products {
  background-color: #006699;
  padding: 5px 3px 3px 5px;
  color: #efefef;
  margin-bottom: 15px;
}
.toolbar-products .pages .pages-items .pages-item-previous .action,
.toolbar-products .pages .pages-items .pages-item-next .action {
  border-radius: 0px;
  background: #006699;
  color: #efefef;
  box-shadow: none;
  padding: 1px 9px 1px;
  height: 31px;
  border: 0px;
  position: relative;
  top: -2px;
  margin: 0px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.toolbar-products .pages .pages-items .pages-item-previous .action:before,
.toolbar-products .pages .pages-items .pages-item-next .action:before {
  color: #efefef;
}
.toolbar-products .pages .pages-items .pages-item-previous .action:hover,
.toolbar-products .pages .pages-items .pages-item-next .action:hover {
  background: #66cc66;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.toolbar-products .pages .pages-items .item {
  margin-right: 5px;
}
.toolbar-products .pages .pages-items .item a.page,
.toolbar-products .pages .pages-items .item strong.page {
  padding: 0px 13px 3px;
  color: #efefef;
  background-color: #006699;
  font-weight: bold;
  position: relative;
  font-size: 1.5rem;
  line-height: 3.2rem;
  height: 30px;
}
.toolbar-products .pages .pages-items .item a.page {
  cursor: pointer;
  top: -1px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.toolbar-products .pages .pages-items .item a.page:hover {
  background-color: #006699;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.toolbar-products .pages .pages-items .item.current strong.page {
  background-color: #006699;
  top: -1px;
}
.toolbar-products .toolbar-amount {
  color: #efefef;
}
.toolbar-products .modes .modes-mode {
  background: #006699;
  box-shadow: none;
  color: #efefef;
  border: 0px;
  margin-right: 5px;
  border-radius: 0px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.toolbar-products .modes .modes-mode:before {
  color: #efefef;
}
.toolbar-products .modes .modes-mode:hover {
  background: #66cc66;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.toolbar-products .modes .modes-mode.active {
  background: #006699;
}
.toolbar-products .toolbar-sorter {
  margin-right: 6px;
  top: -1px;
}
.toolbar-products .toolbar-sorter select {
  background-color: #ffffff;
  box-shadow: none;
  border-radius: 0px;
}
.toolbar-products .toolbar-sorter .sorter-action:before {
  color: #efefef;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.toolbar-products .toolbar-sorter .sorter-action:hover:before {
  color: #222222;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.toolbar-products .field.limiter {
  margin-right: 10px;
}
.data-table thead {
  background: #006699;
  color: #efefef;
}
.data-table tbody tr:nth-child(odd) {
  background-color: #e9e9e9;
}
.data-table tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}
.data-table tbody tr:hover {
  background-color: #4cc4ff;
  box-shadow: none;
  border: 0px;
}
.data-table tbody tr td {
  padding-left: 10px;
  padding-right: 10px;
}
.customerconnect-contacts-index .contact-shipping .page-actions,
.customerconnect-shippingaddress-index .contact-shipping .page-actions {
  padding-bottom: 2px;
  text-align: right;
  padding-right: 12px;
}
.customerconnect-contacts-index .contact-shipping #customer_account_contacts_list,
.customerconnect-shippingaddress-index .contact-shipping #customer_account_contacts_list {
  margin-top: 30px;
}
.customerconnect-contacts-index .contact-shipping .admin__data-grid-header.admin__data-grid-toolbar,
.customerconnect-shippingaddress-index .contact-shipping .admin__data-grid-header.admin__data-grid-toolbar {
  display: block;
  width: 100%;
}
.customerconnect-contacts-index .contact-shipping .admin__data-grid-header.admin__data-grid-toolbar .admin__data-grid-pager-wrap,
.customerconnect-shippingaddress-index .contact-shipping .admin__data-grid-header.admin__data-grid-toolbar .admin__data-grid-pager-wrap {
  text-align: left;
  float: left;
  display: block;
  width: 65%;
}
.customerconnect-contacts-index .contact-shipping .admin__data-grid-header.admin__data-grid-toolbar .admin__data-grid-header-row,
.customerconnect-shippingaddress-index .contact-shipping .admin__data-grid-header.admin__data-grid-toolbar .admin__data-grid-header-row {
  display: block;
  width: 34%;
  float: left;
  text-align: right;
  clear: none;
  padding-top: 7px;
}
.customerconnect-contacts-index .contact-shipping .table-wrapper .data-grid,
.customerconnect-shippingaddress-index .contact-shipping .table-wrapper .data-grid {
  margin-top: 30px;
}
.modal-inner-wrap .add-save-sku-popup {
  text-align: right;
}
#addSkuTable .add-sku-table .edit-my-sku,
#addSkuTable .add-sku-table .delete-my-sku {
  color: #006699;
}
#addSkuTable .add-sku-table .edit-my-sku:hover,
#addSkuTable .add-sku-table .delete-my-sku:hover {
  color: #66cc66;
}
.quickorderpad .fieldset .legend {
  font-size: 1.8rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #222222;
}
.quickorderpad .category-products .toolbar-products {
  background: transparent;
  color: #222222;
}
.quickorderpad .category-products .toolbar-products .pages .pages-items .pages-item-previous .action,
.quickorderpad .category-products .toolbar-products .pages .pages-items .pages-item-next .action {
  background: #e5e5e5;
  color: #222222;
  border: 1px solid #222222;
}
.quickorderpad .category-products .toolbar-products .pages .pages-items .pages-item-previous .action:before,
.quickorderpad .category-products .toolbar-products .pages .pages-items .pages-item-next .action:before {
  color: #222222;
}
.quickorderpad .category-products .toolbar-products .pages .pages-items .pages-item-previous .action:hover,
.quickorderpad .category-products .toolbar-products .pages .pages-items .pages-item-next .action:hover {
  background: #66cc66;
}
.quickorderpad .category-products .toolbar-products .pages .pages-items .pages-item-previous .action:hover:before,
.quickorderpad .category-products .toolbar-products .pages .pages-items .pages-item-next .action:hover:before {
  color: #efefef;
}
.quickorderpad .category-products .toolbar-products .pages .pages-items .item a.page,
.quickorderpad .category-products .toolbar-products .pages .pages-items .item strong.page {
  background: #f1f1f1;
  color: #222222;
  border: 1px solid #222222;
}
.quickorderpad .category-products .toolbar-products .pages .pages-items .item a.page:hover,
.quickorderpad .category-products .toolbar-products .pages .pages-items .item strong.page:hover {
  background: #e5e5e5;
}
.quickorderpad .category-products .toolbar-products .pages .pages-items .item.current strong.page {
  background: #e5e5e5;
  color: #222222;
}
.quickorderpad .category-products .toolbar-products .toolbar-amount {
  color: #222222;
}
.quickorderpad .category-products .toolbar-products .toolbar-sorter {
  text-align: right;
}
.quickorderpad .category-products .toolbar-products .plp-heading {
  display: inline-block;
  margin-right: 8px;
}
.quickorderpad .category-products .toolbar-products .pages .pages-items .item .action,
.quickorderpad .category-products .toolbar-products .pages .pages-items .item strong.page,
.quickorderpad .category-products .toolbar-products .pages .pages-items .item a.page {
  border-radius: 25px;
}
.quickorderpad .category-products .qop-list.data-table tbody tr.item {
  border-left: 1px solid #b5b5b5;
}
.quickorderpad .category-products .qop-list.data-table tbody tr.item:hover {
  background-color: #4cc4ff;
  box-shadow: none;
  border: 0px;
  border-left: 1px solid #b5b5b5;
}
.quickorderpad .category-products .qop-list.data-table tbody tr.item td {
  border-right: 1px solid #b5b5b5;
  padding-left: 10px;
  padding-right: 10px;
}
.quickorderpad .category-products .qop-list.data-table tbody tr.item td.action button.action.tocart {
  position: relative;
  bottom: 2px;
}
.quickorderpad .category-products .qop-list.data-table tbody tr.item td.action button.action.tocart span {
  display: none;
}
.quickorderpad .category-products .qop-list.data-table tbody tr.item td.action button.action.tocart:before {
  content: "\00BB";
  color: #efefef;
  font-size: 2.2rem;
}
.quickorderpad .category-products .qop-list.data-table tbody tr.item.last {
  border-bottom: 1px solid #b5b5b5;
}
.quickorderpad .qop-search.csvincluded form,
.quickorderpad .qop-search form {
  background: #f9f9f9;
  padding: 15px 15px 15px 15px;
  -webkit-box-shadow: 0px 0px 3px 0px #d4d4d4;
  -moz-box-shadow: 0px 0px 3px 0px #d4d4d4;
  -o-box-shadow: 0px 0px 3px 0px #d4d4d4;
  box-shadow: 0px 0px 3px 0px #d4d4d4;
  border: 1px solid #d4d4d4;
  width: 46%;
  min-height: 210px;
}
.quickorderpad .qop-search.csvincluded form .fieldset p br,
.quickorderpad .qop-search form .fieldset p br {
  display: none;
}
.modal-popup .modal-header .modal-title {
  text-transform: capitalize;
  font-weight: 600;
  font-size: 20px;
  margin-top: 10px;
}
.sendfriend-product-send .form.send.friend {
  background: #f9f9f9;
  padding: 15px 15px 15px 15px;
  -webkit-box-shadow: 0px 0px 3px 0px #d4d4d4;
  -moz-box-shadow: 0px 0px 3px 0px #d4d4d4;
  -o-box-shadow: 0px 0px 3px 0px #d4d4d4;
  box-shadow: 0px 0px 3px 0px #d4d4d4;
  border: 1px solid #d4d4d4;
}
.sendfriend-product-send .form.send.friend .fieldset .legend {
  font-size: 1.8rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #222222;
}
.sendfriend-product-send .form.send.friend .fieldset .field div.mage-error[generated] {
  top: 55px;
}
.sendfriend-product-send .form.send.friend .fieldset .field.text .control div.mage-error[generated] {
  top: 110px;
}
@media print {
  small.copyright .poweredby {
    display: none;
  }
  .customerconnect-arpayments-printpayment .block.block-order-details-view {
    width: 96% !important;
    float: none;
  }
  .customerconnect-arpayments-printpayment .block.block-order-details-view .block-content {
    padding-top: 20px;
    margin-top: 20px;
    width: 100%;
  }
  .customerconnect-arpayments-printpayment .block.block-order-details-view .block-content .box {
    padding-top: 10px !important;
    margin-top: 10px !important;
  }
  .customerconnect-arpayments-printpayment .block.block-order-details-view .block-content .box:after {
    clear: both;
  }
  .customerconnect-arpayments-printpayment .order-details-items.ordered {
    width: 95% !important;
    float: none;
  }
  .customerconnect-arpayments-printpayment .order-details-items.ordered .table-wrapper.order-items {
    width: 100%;
  }
  .customerconnect-arpayments-printpayment .order-details-items.ordered .table-wrapper.order-items .table-order-items {
    display: table;
  }
  .customerconnect-arpayments-printpayment .order-details-items.ordered .table-wrapper.order-items .table-order-items .invoicerow {
    display: table-row;
  }
  .customerconnect-arpayments-printpayment .order-details-items.ordered .table-wrapper.order-items .table-order-items .invoicerow .col {
    display: table-cell;
  }
}
.newsletter-manage-index .form-newsletter-manage .actions-toolbar .primary .action.save.primary {
  border: 0px;
  -webkit-box-shadow: 0px 0px 4px 1px #d4d4d4;
  -moz-box-shadow: 0px 0px 4px 1px #d4d4d4;
  -o-box-shadow: 0px 0px 4px 1px #d4d4d4;
  box-shadow: 0px 0px 4px 1px #d4d4d4;
  color: #efefef;
  padding: 7px 15px 7px;
  border-radius: 25px;
  background: #006699;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 1.4rem;
  height: 38px;
  font-weight: bold;
  box-shadow: none;
  font-family: 'Source Sans Pro' !important;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.newsletter-manage-index .form-newsletter-manage .actions-toolbar .primary .action.save.primary:hover {
  background: #66cc66 !important;
  border: 0px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mainnav .limainnav.hassubs .dropdown.megamenu-dropdown {
  max-width: 1240px;
  padding-top: 0px;
  margin: 0 auto;
  max-height: max-content;
  min-height: 450px;
  overflow-y: unset;
  overflow-x: unset;
  margin-top: 7px;
  font-family: 'Source Sans Pro' !important;
}
.mainnav .limainnav.hassubs .dropdown.megamenu-dropdown .megamenu-items {
  width: 59%;
  float: left;
}
.mainnav .limainnav.hassubs .dropdown.megamenu-dropdown .megamenu-items .megamenu-title {
  border-bottom: 2px solid #d4d4d4;
  padding: 13px 0px;
  position: relative;
}
.mainnav .limainnav.hassubs .dropdown.megamenu-dropdown .megamenu-items .megamenu-title .title-txt {
  font-family: 'Source Sans Pro' !important;
  font-weight: 600;
  font-size: 1.4rem;
  text-transform: uppercase;
  display: inline-block;
  width: auto;
  max-width: 350px;
}
.mainnav .limainnav.hassubs .dropdown.megamenu-dropdown .megamenu-items .megamenu-title .megamenu-level1-close,
.mainnav .limainnav.hassubs .dropdown.megamenu-dropdown .megamenu-items .megamenu-title .maindropclose {
  position: absolute;
  display: none;
  text-transform: uppercase;
  right: 10px;
  font-weight: 600;
  color: #006699;
  top: 15px;
  cursor: pointer;
}
.mainnav .limainnav.hassubs .dropdown.megamenu-dropdown .megamenu-items .megamenu-title .items-count {
  background: #66cc66;
  padding: 2px;
  border-radius: 50%;
  font-size: 1.4rem;
  font-weight: 600;
  margin-left: 15px;
  height: 20px;
  width: 20px;
  display: inline-block;
  text-align: center;
  color: #006699;
}
.mainnav .limainnav.hassubs .dropdown.megamenu-dropdown .megamenu-items .megamenu-title .title-txt-line {
  height: 3px;
  background: #66cc66;
  position: relative;
  top: 15px;
  left: 0px;
  width: 170px;
  display: block;
}
.mainnav .limainnav.hassubs .dropdown.megamenu-dropdown .megamenu-items .megamenu-level1-items {
  overflow: visible;
  margin-top: 15px;
  margin-bottom: 15px;
  color: #333333;
  font-size: 1.4rem;
}
.mainnav .limainnav.hassubs .dropdown.megamenu-dropdown .megamenu-items .megamenu-level1-items .megamenu-level1-items-ul {
  position: relative;
  width: 30%;
  float: left;
  padding-left: 0px;
  padding-right: 0%;
  margin-right: 0px;
  margin-bottom: 0px;
}
.mainnav .limainnav.hassubs .dropdown.megamenu-dropdown .megamenu-items .megamenu-level1-items .megamenu-level1-items-ul .megamenu-level1-item {
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 0rem;
}
.mainnav .limainnav.hassubs .dropdown.megamenu-dropdown .megamenu-items .megamenu-level1-items .megamenu-level1-items-ul .megamenu-level1-item:last-child {
  padding-bottom: 0px;
  margin-bottom: 0.2rem;
}
.mainnav .limainnav.hassubs .dropdown.megamenu-dropdown .megamenu-items .megamenu-level1-items .megamenu-level1-items-ul .megamenu-level1-item .megamenu-item-link {
  color: #333333;
  font-weight: 600;
  line-height: 20px;
  width: 77%;
  word-break: break-all;
  overflow-wrap: break-word;
  display: inline-block;
  padding-left: 0px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mainnav .limainnav.hassubs .dropdown.megamenu-dropdown .megamenu-items .megamenu-level1-items .megamenu-level1-items-ul .megamenu-level1-item .megamenu-item-link:hover {
  color: #006699;
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mainnav .limainnav.hassubs .dropdown.megamenu-dropdown .megamenu-items .megamenu-level1-items .megamenu-level1-items-ul .megamenu-level1-item.l1subitem .megamenu-item-link-icon {
  width: 15px;
  height: 18px;
  display: inline-block;
}
.mainnav .limainnav.hassubs .dropdown.megamenu-dropdown .megamenu-items .megamenu-level1-items .megamenu-level1-items-ul .megamenu-level1-item.l1subitem .megamenu-item-link-icon:after {
  content: "\276F";
  font-size: 1.5rem;
  cursor: pointer;
}
.mainnav .limainnav.hassubs .dropdown.megamenu-dropdown .megamenu-items .megamenu-level1-items .megamenu-level1-items-ul.items-col3 {
  margin-right: 0px;
  margin-left: 0px;
}
.mainnav .limainnav.hassubs .dropdown.megamenu-dropdown .megamenu-items .megamenu-level1-items .megamenu-level1-items-ul.items-col2 {
  margin-left: 0px;
}
.mainnav .limainnav.hassubs .dropdown.megamenu-dropdown .megamenu-items .megamenu-level1-items .megamenu-sub-drop {
  display: none;
  border: 1px solid #e1e1e1;
  background: #ffffff;
  padding: 0px 5px;
  min-height: 300px;
  min-width: 400px;
  width: auto;
  position: absolute;
  top: -67px;
  left: 90%;
  box-shadow: 0px 2px 8px #aaaaaa;
  -moz-box-shadow: 0px 2px 8px #aaaaaa;
  -webkit-box-shadow: 0px 2px 8px #aaaaaa;
  -o-box-shadow: 0px 2px 8px #aaaaaa;
  z-index: 100;
}
.mainnav .limainnav.hassubs .dropdown.megamenu-dropdown .megamenu-items .megamenu-level1-items .megamenu-sub-drop.sub-drop-active {
  opacity: 1;
  visibility: visible;
}
.mainnav .limainnav.hassubs .dropdown.megamenu-dropdown .megamenu-items .megamenu-level1-items .megamenu-sub-drop #Decor,
.mainnav .limainnav.hassubs .dropdown.megamenu-dropdown .megamenu-items .megamenu-level1-items .megamenu-sub-drop #Decor ul {
  list-style-type: none;
  margin-left: 0px;
  margin-top: 13px;
  margin-bottom: 5px;
  padding-left: 10px;
  cursor: pointer;
  font-weight: 600;
}
.mainnav .limainnav.hassubs .dropdown.megamenu-dropdown .megamenu-items .megamenu-level1-items .megamenu-sub-drop #Decor {
  padding-left: 2px;
}
.mainnav .limainnav.hassubs .dropdown.megamenu-dropdown .megamenu-items .megamenu-level1-items .megamenu-sub-drop .icon {
  display: block;
  height: 12px;
  width: 12px;
  float: right;
  cursor: pointer;
}
.mainnav .limainnav.hassubs .dropdown.megamenu-dropdown .megamenu-items .megamenu-level1-items .megamenu-sub-drop .plus {
  margin-top: 3px;
}
.mainnav .limainnav.hassubs .dropdown.megamenu-dropdown .megamenu-items .megamenu-level1-items .megamenu-sub-drop .plus:after {
  content: "+";
  font-size: 1.8rem;
  font-weight: 600;
  position: relative;
  top: -4px;
  left: -5px;
}
.mainnav .limainnav.hassubs .dropdown.megamenu-dropdown .megamenu-items .megamenu-level1-items .megamenu-sub-drop .minus {
  margin-top: 3px;
}
.mainnav .limainnav.hassubs .dropdown.megamenu-dropdown .megamenu-items .megamenu-level1-items .megamenu-sub-drop .minus:after {
  content: "-";
  font-size: 2.0rem;
  position: relative;
  top: -4px;
  left: -5px;
  font-weight: 600;
}
.mainnav .limainnav.hassubs .dropdown.megamenu-dropdown .megamenu-items .megamenu-level1-items .megamenu-sub-drop .megamenu-sub-items .megamenu-sub-itemlist {
  float: left;
  width: 100%;
  max-height: 400px;
  overflow-y: auto;
}
.mainnav .limainnav.hassubs .dropdown.megamenu-dropdown .megamenu-items .megamenu-level1-items .megamenu-sub-drop .megamenu-sub-items .megamenu-sub-itemlist ul.megamenu-submenu {
  padding-left: 2px;
}
.mainnav .limainnav.hassubs .dropdown.megamenu-dropdown .megamenu-items .megamenu-level1-items .megamenu-sub-drop .megamenu-sub-items .megamenu-sub-itemlist ul.megamenu-submenu li .l3submenu-icon {
  display: none;
}
.mainnav .limainnav.hassubs .dropdown.megamenu-dropdown .megamenu-items .megamenu-level1-items .megamenu-sub-drop .megamenu-sub-items .megamenu-sub-itemlist ul.megamenu-submenu .megamenu-item-link {
  font-size: 1.2rem;
}
.mainnav .limainnav.hassubs .dropdown.megamenu-dropdown .megamenu-items .megamenu-level1-items .megamenu-sub-drop .megamenu-sub-items .megamenu-sub-itemlist ul.megamenu-submenu li ul {
  padding-left: 10px;
}
.mainnav .limainnav.hassubs .dropdown.megamenu-dropdown .megamenu-items .megamenu-level1-items .megamenu-sub-drop .megamenu-sub-items .megamenu-sub-itemlist ul.megamenu-submenu li ul .megamenu-item-link {
  font-size: 1.2rem;
}
.mainnav .limainnav.hassubs .dropdown.megamenu-dropdown .megamenu-items .megamenu-level1-items .megamenu-sub-drop .megamenu-sub-items .megamenu-sub-itemlist ul.megamenu-submenu li.level1 > ul {
  background: #efefef;
  padding-left: 0px;
}
.mainnav .limainnav.hassubs .dropdown.megamenu-dropdown .megamenu-items .megamenu-level1-items .megamenu-sub-drop .megamenu-sub-items .megamenu-sub-itemlist ul.megamenu-submenu li.level1 > ul li.level2 {
  margin-left: 10px;
}
.mainnav .limainnav.hassubs .dropdown.megamenu-dropdown .megamenu-items .megamenu-level1-items .megamenu-sub-drop .megamenu-sub-items .cat-promo-images {
  float: left;
  width: 250px;
}
.mainnav .limainnav.hassubs .dropdown.megamenu-dropdown .megamenu-items .megamenu-level1-items .megamenu-sub-drop .megamenu-sub-items .cat-promo-images .main-promo-images-photo {
  max-height: 200px;
  max-width: 240px;
  width: 95%;
  margin-top: 7px;
  border-radius: 4px;
  margin-left: 4%;
}
.mainnav .limainnav.hassubs .dropdown.megamenu-dropdown .megamenu-items .megamenu-level1-items .megamenu-sub-drop .megamenu-sub-items .cat-promo-images .main-promo-images-photo:last-child {
  margin-top: 10px;
}
.mainnav .limainnav.hassubs .dropdown.megamenu-dropdown .main-promo-images {
  padding-top: 10px;
}
.mainnav .limainnav.hassubs .dropdown.megamenu-dropdown .main-promo-images,
.mainnav .limainnav.hassubs .dropdown.megamenu-dropdown .cat-promo-images {
  width: 41%;
  float: left;
}
.mainnav .limainnav.hassubs .dropdown.megamenu-dropdown .main-promo-images .megamenu-image-container,
.mainnav .limainnav.hassubs .dropdown.megamenu-dropdown .cat-promo-images .megamenu-image-container {
  position: relative;
  text-align: center;
}
.mainnav .limainnav.hassubs .dropdown.megamenu-dropdown .main-promo-images .megamenu-image-container .megamenu-image-details,
.mainnav .limainnav.hassubs .dropdown.megamenu-dropdown .cat-promo-images .megamenu-image-container .megamenu-image-details {
  position: absolute;
  top: 24%;
  left: 15%;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px;
  width: 70%;
  text-align: left;
}
.mainnav .limainnav.hassubs .dropdown.megamenu-dropdown .main-promo-images .megamenu-image-container .megamenu-image-details h5.megamenu-image-title,
.mainnav .limainnav.hassubs .dropdown.megamenu-dropdown .cat-promo-images .megamenu-image-container .megamenu-image-details h5.megamenu-image-title {
  color: #efefef;
  margin-top: 0px;
  margin-bottom: 1.5rem;
  word-break: break-all;
}
.mainnav .limainnav.hassubs .dropdown.megamenu-dropdown .main-promo-images .megamenu-image-container .megamenu-image-details p.megamenu-image-content,
.mainnav .limainnav.hassubs .dropdown.megamenu-dropdown .cat-promo-images .megamenu-image-container .megamenu-image-details p.megamenu-image-content {
  color: #efefef;
  margin-bottom: 1.5rem;
  font-size: 1.3rem;
  word-break: break-all;
}
.mainnav .limainnav.hassubs .dropdown.megamenu-dropdown .main-promo-images .megamenu-image-container .megamenu-image-details a.megamenu-image-button,
.mainnav .limainnav.hassubs .dropdown.megamenu-dropdown .cat-promo-images .megamenu-image-container .megamenu-image-details a.megamenu-image-button {
  border: 0px;
  -webkit-box-shadow: 0px 0px 4px 1px #d4d4d4;
  -moz-box-shadow: 0px 0px 4px 1px #d4d4d4;
  -o-box-shadow: 0px 0px 4px 1px #d4d4d4;
  box-shadow: 0px 0px 4px 1px #d4d4d4;
  color: #efefef;
  padding: 7px 15px 7px;
  border-radius: 25px;
  background: #006699;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 1.4rem;
  height: 38px;
  font-weight: bold;
  box-shadow: none;
  font-family: 'Source Sans Pro' !important;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-size: 1.3rem;
  padding: 5px 10px;
  display: inline-block;
  height: auto;
}
.mainnav .limainnav.hassubs .dropdown.megamenu-dropdown .main-promo-images .megamenu-image-container .megamenu-image-details a.megamenu-image-button:hover,
.mainnav .limainnav.hassubs .dropdown.megamenu-dropdown .cat-promo-images .megamenu-image-container .megamenu-image-details a.megamenu-image-button:hover {
  background: #66cc66 !important;
  border: 0px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mainnav .limainnav.hassubs .dropdown.megamenu-dropdown .main-promo-images .megamenu-image-container .megamenu-image-details.promo-img-only-btn,
.mainnav .limainnav.hassubs .dropdown.megamenu-dropdown .cat-promo-images .megamenu-image-container .megamenu-image-details.promo-img-only-btn {
  background: none;
  top: 65%;
}
.mainnav .limainnav.hassubs .dropdown.megamenu-dropdown .main-promo-images .main-promo-images-photo,
.mainnav .limainnav.hassubs .dropdown.megamenu-dropdown .cat-promo-images .main-promo-images-photo {
  max-height: 200px;
  max-width: 430px;
  width: auto;
  margin-top: 5px;
  border-radius: 4px;
  margin-left: 4%;
}
.mainnav .limainnav.hassubs .dropdown.megamenu-dropdown .main-promo-images .main-promo-images-photo:last-child,
.mainnav .limainnav.hassubs .dropdown.megamenu-dropdown .cat-promo-images .main-promo-images-photo:last-child {
  margin-top: 10px;
}
.mainnav .limainnav.hassubs .dropdown.megamenu-dropdown .cat-promo-images .megamenu-image-details {
  text-align: left;
  top: 15% !important;
  left: 7% !important;
  width: 80% !important;
}
.mainnav .limainnav.hassubs .dropdown.megamenu-dropdown .cat-promo-images .megamenu-image-details h5.megamenu-image-title {
  margin-bottom: 1.3rem !important;
  font-size: 1.4rem !important;
}
.mainnav .limainnav.hassubs .dropdown.megamenu-dropdown .cat-promo-images .megamenu-image-details p.megamenu-image-content {
  font-size: 1.2rem !important;
  width: 70% !important;
}
.mainnav .limainnav.hassubs .dropdown.megamenu-dropdown .cat-promo-images .megamenu-image-details a.megamenu-image-button {
  font-size: 1.2rem !important;
}
.mainnav .limainnav.hassubs .dropdown.megamenu-dropdown.mm-col2 {
  width: 90%;
}
.mainnav .limainnav.hassubs .dropdown.megamenu-dropdown.mm-col2 .megamenu-items .megamenu-level1-items .megamenu-level1-items-ul {
  width: 44%;
}
.mainnav .limainnav.hassubs .dropdown.megamenu-dropdown.mm-col1 {
  width: 65%;
}
.mainnav .limainnav.hassubs .dropdown.megamenu-dropdown.mm-col1 .megamenu-items {
  width: 50%;
}
.mainnav .limainnav.hassubs .dropdown.megamenu-dropdown.mm-col1 .megamenu-items .megamenu-level1-items .megamenu-level1-items-ul {
  width: 60%;
}
.mainnav .limainnav.hassubs .dropdown.megamenu-dropdown.mm-col1 .main-promo-images {
  width: 50%;
}
.mainnav .limainnav.hassubs .dropdown.megamenu-dropdown.mm-col1 .main-promo-images .main-promo-images-photo,
.mainnav .limainnav.hassubs .dropdown.megamenu-dropdown.mm-col1 .cat-promo-images .main-promo-images-photo {
  max-width: 390px;
  width: 100%;
}
.mainnav .limainnav.hassubs .dropdown.megamenu-dropdown.mm-col3-noimg {
  width: 60%;
}
.mainnav .limainnav.hassubs .dropdown.megamenu-dropdown.mm-col3-noimg .megamenu-items {
  width: 98%;
}
.mainnav .limainnav.hassubs .dropdown.megamenu-dropdown.mm-col3-noimg .megamenu-items .megamenu-level1-items .megamenu-level1-items-ul {
  width: 30%;
}
.mainnav .limainnav.hassubs .dropdown.megamenu-dropdown.mm-col3-noimg.mm-col3-noimgexpand {
  width: 98%;
}
.mainnav .limainnav.hassubs .dropdown.megamenu-dropdown.mm-col3-noimg.mm-col3-noimgexpand .megamenu-items {
  width: 60%;
}
.mainnav .limainnav.hassubs .dropdown.megamenu-dropdown.mm-col3-noimg.mm-col3-2-noimgexpand {
  width: 80%;
}
.mainnav .limainnav.hassubs .dropdown.megamenu-dropdown.mm-col3-noimg.mm-col3-2-noimgexpand .megamenu-items {
  width: 70%;
}
.mainnav .limainnav.hassubs .dropdown.megamenu-dropdown.mm-col3-noimg.mm-col3-2-noimgexpand .megamenu-items .megamenu-level1-items .megamenu-level1-items-ul {
  width: 30%;
}
.mainnav .limainnav.hassubs .dropdown.megamenu-dropdown.mm-col2-noimg {
  width: 45%;
}
.mainnav .limainnav.hassubs .dropdown.megamenu-dropdown.mm-col2-noimg .megamenu-items {
  width: 95%;
}
.mainnav .limainnav.hassubs .dropdown.megamenu-dropdown.mm-col2-noimg .megamenu-items .megamenu-level1-items .megamenu-level1-items-ul {
  width: 40%;
}
.mainnav .limainnav.hassubs .dropdown.megamenu-dropdown.mm-col2-noimg.mm-col2-noimgexpand {
  width: 78%;
}
.mainnav .limainnav.hassubs .dropdown.megamenu-dropdown.mm-col2-noimg.mm-col2-noimgexpand .megamenu-items {
  width: 55%;
}
.mainnav .limainnav.hassubs .dropdown.megamenu-dropdown.mm-col2-noimg.mm-col2-1-noimgexpand {
  width: 70%;
}
.mainnav .limainnav.hassubs .dropdown.megamenu-dropdown.mm-col2-noimg.mm-col2-1-noimgexpand .megamenu-items {
  width: 60%;
}
.mainnav .limainnav.hassubs .dropdown.megamenu-dropdown.mm-col2-noimg.mm-col2-1-noimgexpand .megamenu-items .megamenu-level1-items .megamenu-level1-items-ul {
  width: 45%;
}
.mainnav .limainnav.hassubs .dropdown.megamenu-dropdown.mm-col1-noimg {
  width: 35%;
}
.mainnav .limainnav.hassubs .dropdown.megamenu-dropdown.mm-col1-noimg .megamenu-items {
  width: 95%;
}
.mainnav .limainnav.hassubs .dropdown.megamenu-dropdown.mm-col1-noimg .megamenu-items .megamenu-level1-items .megamenu-level1-items-ul {
  width: 80%;
}
.mainnav .limainnav.hassubs .dropdown.megamenu-dropdown.mm-col1-noimg.mm-col1-noimgexpand {
  width: 68%;
}
.mainnav .limainnav.hassubs .dropdown.megamenu-dropdown.mm-col1-noimg.mm-col1-noimgexpand .megamenu-items {
  width: 45%;
}
.confi-icon {
  display: none;
}
.mainnav {
  position: relative;
  margin: 0 auto;
  padding-left: 0px;
}
.mainnav li {
  list-style: none;
}
.mainnav li a {
  text-decoration: none;
}
.mainnav > li.limainnav {
  margin-bottom: 0px;
}
.mainnav .limainnav {
  float: left;
  padding: 12px 15px;
  background: #006699;
  border-left: 0px;
}
.mainnav .limainnav:first-child {
  border: none;
}
.mainnav .limainnav a {
  font-family: 'Source Sans Pro' !important;
  display: block;
  padding: 3px 8px;
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: 600;
}
.mainnav .limainnav:hover {
  background: #66cc66;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mainnav .limainnav:hover a {
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #006699;
}
.mainnav .limainnav.hassubs .dropdown {
  overflow-y: auto;
  max-height: 500px;
}
.mainnav .limainnav.hassubs .dropdown ul.level1 ul.level2 li ul.level3 {
  max-height: 250px;
  overflow-y: auto;
}
.mainnav .limainnav.hassubs.hassubs-cms {
  position: relative;
}
.mainnav .limainnav.hassubs.hassubs-cms .dropdown-cms {
  width: 275px;
  padding: 10px;
  margin-top: 7px;
  overflow: unset;
}
.mainnav .limainnav.hassubs.hassubs-cms .dropdown-cms ul.level1 {
  width: 100%;
}
.mainnav .limainnav.hassubs.hassubs-cms:last-child .dropdown-cms {
  left: unset;
  right: -45px;
}
.mainnav .limainnav .dropdown {
  display: none;
  position: absolute;
  width: 97.7%;
  left: 0px;
  background: #ffffff;
  border: 1px solid #d4d4d4;
  padding: 15px;
  opacity: 0;
  top: 40px;
  left: 0;
  visibility: hidden;
  z-index: 100;
}
.mainnav .limainnav .dropdown li {
  float: none;
}
.mainnav .limainnav .dropdown li a {
  text-transform: none;
}
.mainnav .limainnav .dropdown ul.level1 {
  float: left;
  padding: 5px 1%;
  width: 23%;
  padding-left: 0px;
}
.mainnav .limainnav .dropdown ul.level1 li {
  margin-bottom: 5px;
}
.mainnav .limainnav .dropdown ul.level1 li a {
  color: #222222;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 0px;
  word-break: break-word;
}
.mainnav .limainnav .dropdown ul.level1 li a:hover {
  color: #006699;
}
.mainnav .limainnav .dropdown ul.level1 ul.level2 {
  padding-left: 25px;
  padding-top: 5px;
}
.mainnav .limainnav .dropdown ul.level1 ul.level2 br {
  display: none;
}
.mainnav .limainnav .dropdown ul.level1 ul.level2 li {
  padding-bottom: 2px;
  list-style: disc;
}
.mainnav .limainnav .dropdown ul.level1 ul.level2 li ul.level3 {
  height: 0px;
  visibility: hidden;
}
.mainnav .limainnav .dropdown ul.level1 ul.level2 li ul.level3 ul {
  margin-top: 10px;
}
.mainnav .limainnav .dropdown ul.level1 ul.level2 li ul.level3 ul.level4 li:last-child {
  margin-bottom: 0px;
}
.mainnav .limainnav .dropdown ul.level1 ul.level2 li a {
  color: #006699;
  font-size: 1.3rem;
  font-weight: 600;
}
.mainnav .limainnav .dropdown ul.level1 ul.level2 li a:hover {
  color: #222222;
}
.mainnav .limainnav .dropdown ul.level1 ul.level2 li.l2subitem {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
}
.mainnav .limainnav .dropdown ul.level1 ul.level2 li.l2subitem > a {
  display: inline;
}
.mainnav .limainnav .dropdown ul.level1 ul.level2 li.l2subitem > .l3submenu-icon {
  display: inline;
  margin-left: 10px;
  pointer: cursor;
}
.mainnav .limainnav .dropdown ul.level1 ul.level2 li.l2subitem > .l3submenu-icon:after {
  content: "\00BB";
  font-size: 16px;
  color: #006699;
  font-weight: 600;
  margin-left: 5px;
}
.mainnav .limainnav .dropdown ul.level1 ul.level2 li.l2subitem:hover {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mainnav .limainnav .dropdown ul.level1 ul.level2 li.l2subitem:hover > a {
  color: #222222;
}
.mainnav .limainnav .dropdown ul.level1 ul.level2 li.l2subitem:hover .l3submenu-icon:after {
  color: #222222;
}
.mainnav .limainnav .dropdown ul.level1 ul.level2 li.l2subitem:hover ul.level3 {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: #ffffff;
  height: auto;
  visibility: visible;
}
.mainnav .limainnav .dropdown ul.level1 ul.level2 ul.level3 {
  background: #ffffff;
  height: auto;
  visibility: visible;
  position: absolute;
  top: 20px;
  border: 1px solid #d4d4d4;
  width: 90%;
  padding: 10px 30px;
  z-index: 9;
}
.mainnav .limainnav .dropdown ul.level1 ul.level2 ul.level3 li {
  list-style: disc;
}
.mainnav .limainnav .dropdown ul.level1 ul.level2 ul.level3 li ul {
  padding-left: 15px;
}
.mainnav .limainnav .dropdown ul.level1 ul.level2 ul.level3 li a {
  color: #006699;
  font-size: 1.2rem;
  font-weight: 600;
  transition: all ease 0s;
}
.mainnav .limainnav .dropdown ul.level1 ul.level2 ul.level3 li a:hover {
  color: #222222;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mainnav .limainnav.hassubs {
  position: static;
  padding-right: 15px;
  padding-left: 5px;
}
.mainnav .limainnav.hassubs > a {
  position: relative;
  width: 95%;
}
.mainnav .limainnav.hassubs .drop-icon {
  position: relative;
  top: 0px;
  left: 98%;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mainnav .limainnav.hassubs .drop-icon:after {
  border-color: #efefef transparent transparent transparent;
  border-style: solid;
  border-width: 0.9rem 0.6rem 0 0.6rem;
  content: '';
  height: 0;
  position: absolute;
  margin-top: -1.6rem;
  transition: all .2s linear;
  width: 0;
}
.mainnav .limainnav.hassubs.show-drop .drop-icon:after {
  rotate: 180deg;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mainnav .limainnav.hassubs:hover .dropdown {
  display: block;
  opacity: 1;
  visibility: visible;
  background: #ffffff;
}
.nav-sections-item-content > .menu-container {
  display: block;
}
.main-menu {
  width: 100%;
  background: #006699;
  position: relative;
}
.main-menu .column.main {
  min-height: 20px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.modal-popup .modal-content .claim-refresher .loader a.action.cancel {
  left: 54%;
}
#customerconnect_rfqs .admin__data-grid-header .admin__data-grid-pager-wrap {
  float: left;
  position: relative;
  top: 50px;
  clear: both;
}
.claim-refresher .loader a.action.cancel {
  left: 58%;
}
.claim-refresher .loader a.action.cancel span {
  padding: 0px;
  background-color: transparent;
  color: #222222;
}
.claim-refresher .loader a.action.cancel:hover span {
  color: #efefef;
}
small.copyright {
  background: #1b2326;
}
small.copyright .copytxt {
  display: block;
  margin: 0 auto;
  text-align: left;
  color: #EFEFEF;
  opacity: 60%;
  float: left;
  width: 60%;
  margin-top: 5px;
}
.page-wrapper {
  position: relative;
}
.powerby-page-main {
  width: 100%;
  margin: 0 auto;
  max-width: 1280px;
  position: absolute;
  bottom: 14px;
  text-align: right;
  left: 0px;
  right: 0px;
}
.powerby-page-main .poweredby {
  float: right;
  width: 90px;
  text-align: center;
  font-size: 8px;
  color: #EFEFEF;
  opacity: 60%;
  font-weight: 400;
  height: 25px;
  margin-right: 20px;
}
.powerby-page-main .poweredby .epic-logo {
  display: block;
}
.powerby-page-main .poweredby .powertxt {
  display: block;
}
.account .messages {
  margin-bottom: 5px;
}
.box-account.box-recent #my-orders-table tr td:last-child {
  width: 12%;
}
.box-account.box-recent #my-orders-table tr td:last-child .nobr a {
  font-weight: 600;
}
.box-account.box-recent #my-orders-table tr td:last-child .nobr .separator {
  display: none;
}
.catalog-product_compare-index .table-wrapper.comparison .table-comparison {
  margin-top: 30px;
  border: 0px;
}
.catalog-product_compare-index .table-wrapper.comparison .table-comparison .cell.remove .action.delete {
  border-radius: 25px;
  background: #006699;
}
.catalog-product_compare-index .table-wrapper.comparison .table-comparison .price-box .price-container .ecc-uom.ecc-uom-grouped .child_uom {
  width: auto;
}
.catalog-product_compare-index .page-main {
  position: relative;
}
.catalog-product_compare-index .page-main .action.print {
  -webkit-box-shadow: 0px 0px 4px 1px #d4d4d4;
  -moz-box-shadow: 0px 0px 4px 1px #d4d4d4;
  -o-box-shadow: 0px 0px 4px 1px #d4d4d4;
  box-shadow: 0px 0px 4px 1px #d4d4d4;
  color: #efefef;
  padding: 7px 15px 7px;
  border-radius: 25px;
  background: #006699;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 1.4rem;
  height: 38px;
  font-weight: bold;
  box-shadow: none;
  font-family: 'Source Sans Pro' !important;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-bottom: 10px;
  display: inline-block;
  height: 19px;
  background: none;
  color: #006699;
  border: 0px;
  position: absolute;
  right: 5px;
  top: 5px;
}
.catalog-product_compare-index .page-main .action.print:hover {
  background: #66cc66 !important;
  border: 0px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.catalog-product_compare-index .page-main .action.print:hover {
  color: #ffffff;
}
.catalog-product_compare-index .page-main .page-title-wrapper h1.page-title {
  margin-bottom: 10px;
}
.catalog-product_compare-index .page-main .toolbar-total-items {
  color: #222222;
  position: static;
  text-align: left;
}
.catalog-product_compare-index .page-main .toolbar-total-items:before {
  width: 50px;
  height: 2px;
  background: #006699;
  content: " ";
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 3px;
}
.table-wrapper.comparison .table-comparison {
  border-top: 1px solid #cccccc;
}
.table-wrapper.comparison .table-comparison .cell.remove {
  padding: 7px;
}
.table-wrapper.comparison .table-comparison .cell.remove .action.delete {
  margin-right: 20px;
  border: 0px;
  color: #006699;
  background: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  outline: none;
  cursor: pointer;
  font-weight: bold;
  padding: 7px 15px 7px;
  border-radius: 25px;
  font-family: 'Source Sans Pro' !important;
  -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;
  background: #222222;
  padding: 3px 7px 3px;
}
.table-wrapper.comparison .table-comparison .cell.remove .action.delete:hover {
  background: #66cc66 !important;
  color: #006699;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: 0px;
}
.table-wrapper.comparison .table-comparison .cell.remove .action.delete:before {
  color: #ffffff;
}
.table-wrapper.comparison .table-comparison .cell.remove .action.delete:hover:before {
  color: #ffffff;
}
.table-wrapper.comparison .table-comparison thead > tr {
  border: 0px;
}
.table-wrapper.comparison .table-comparison thead > tr > th,
.table-wrapper.comparison .table-comparison thead > tr > td {
  background: none;
  border: 0px;
}
.table-wrapper.comparison .table-comparison thead > tr > th:last-child,
.table-wrapper.comparison .table-comparison thead > tr > td:last-child {
  background: none;
}
.table-wrapper.comparison .table-comparison tbody tr:first-child th.label.product span {
  position: static;
  height: auto;
  width: auto;
  overflow: visible;
}
.table-wrapper.comparison .table-comparison tbody tr:nth-child(odd),
.table-wrapper.comparison .table-comparison tbody tr:nth-child(even) {
  border-left: 0px;
}
.table-wrapper.comparison .table-comparison tbody tr:nth-child(odd) > th,
.table-wrapper.comparison .table-comparison tbody tr:nth-child(even) > th,
.table-wrapper.comparison .table-comparison tbody tr:nth-child(odd) > td,
.table-wrapper.comparison .table-comparison tbody tr:nth-child(even) > td {
  font-family: 'Source Sans Pro' !important;
  padding: 20px 10px;
  background: none;
  border-right: 0px;
  font-weight: 600;
}
.table-wrapper.comparison .table-comparison tbody tr:nth-child(odd) > th:first-child,
.table-wrapper.comparison .table-comparison tbody tr:nth-child(even) > th:first-child,
.table-wrapper.comparison .table-comparison tbody tr:nth-child(odd) > td:first-child,
.table-wrapper.comparison .table-comparison tbody tr:nth-child(even) > td:first-child {
  color: #222222;
  font-size: 1.6rem;
  background: #f9f9f9;
}
.table-wrapper.comparison .table-comparison tbody tr:nth-child(odd) > th .product-item-name,
.table-wrapper.comparison .table-comparison tbody tr:nth-child(even) > th .product-item-name,
.table-wrapper.comparison .table-comparison tbody tr:nth-child(odd) > td .product-item-name,
.table-wrapper.comparison .table-comparison tbody tr:nth-child(even) > td .product-item-name {
  font-weight: bold;
}
.table-wrapper.comparison .table-comparison tbody tr:nth-child(odd) > th .product-item-actions .actions-secondary .action.towishlist span,
.table-wrapper.comparison .table-comparison tbody tr:nth-child(even) > th .product-item-actions .actions-secondary .action.towishlist span,
.table-wrapper.comparison .table-comparison tbody tr:nth-child(odd) > td .product-item-actions .actions-secondary .action.towishlist span,
.table-wrapper.comparison .table-comparison tbody tr:nth-child(even) > td .product-item-actions .actions-secondary .action.towishlist span {
  position: relative;
  top: 6px;
  height: 25px;
  width: 25px;
}
.table-wrapper.comparison .table-comparison tbody tr:nth-child(odd) > th .product-item-actions .actions-secondary .action.towishlist:before,
.table-wrapper.comparison .table-comparison tbody tr:nth-child(even) > th .product-item-actions .actions-secondary .action.towishlist:before,
.table-wrapper.comparison .table-comparison tbody tr:nth-child(odd) > td .product-item-actions .actions-secondary .action.towishlist:before,
.table-wrapper.comparison .table-comparison tbody tr:nth-child(even) > td .product-item-actions .actions-secondary .action.towishlist:before {
  display: none;
}
@media print {
  .col-1.box-info.box-account .vcard {
    width: 40%;
    background: none;
    padding: 5px;
    border: 0px;
    box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -webkit-box-shadow: none;
  }
  .col-2.box-info.box-account.block-dashboard-info {
    width: 45% !important;
    float: right;
  }
  .col-1.box-info.box-account.block-dashboard-info {
    width: 45% !important;
    float: left;
  }
  .table-comparison .cell.remove {
    border-top: 1px solid #000000;
  }
  .table-comparison .cell.remove .action.delete {
    display: none;
  }
}
.minicart-wrapper {
  border-left: 1px solid #e1e1e1;
  height: 35px;
  padding-left: 15px;
}
.minicart-wrapper .block-minicart {
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 4px 1px #d4d4d4;
  -moz-box-shadow: 0px 0px 4px 1px #d4d4d4;
  -o-box-shadow: 0px 0px 4px 1px #d4d4d4;
  box-shadow: 0px 0px 4px 1px #d4d4d4;
}
.minicart-wrapper .block-minicart .block-content .items-total {
  margin: 0px;
  height: 42px;
  position: relative;
}
.minicart-wrapper .block-minicart .block-content .items-total span {
  font-family: 'Source Sans Pro' !important;
  font-weight: bold;
}
.minicart-wrapper .block-minicart .block-content .items-total .count {
  position: static;
  bottom: 0px;
  color: #006699;
  font-size: 1.8rem;
  font-weight: bold;
}
.minicart-wrapper .block-minicart .block-content .subtotal {
  margin: 0px;
}
.minicart-wrapper .block-minicart .block-content .subtotal span {
  font-weight: bold;
  font-family: 'Source Sans Pro' !important;
}
.minicart-wrapper .block-minicart .block-content .subtotal span.label:after {
  content: "";
  display: none;
}
.minicart-wrapper .block-minicart .block-content .subtotal .price-container .price-wrapper .price {
  color: #006699;
}
.minicart-wrapper .block-minicart .block-content .action.close {
  border: 0px;
  color: #006699;
  background: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  outline: none;
  cursor: pointer;
  font-weight: bold;
  padding: 7px 15px 7px;
  border-radius: 25px;
  font-family: 'Source Sans Pro' !important;
  -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;
  height: 25px !important;
  margin: 3px;
  padding: 6px 12px !important;
}
.minicart-wrapper .block-minicart .block-content .action.close:hover {
  background: #66cc66 !important;
  color: #006699;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: 0px;
}
.minicart-wrapper .block-minicart .block-content .action.close:before {
  color: #222222;
  position: relative;
  left: -7px;
}
.minicart-wrapper .block-minicart .block-content .action.close:hover:before {
  color: #efefef;
}
.minicart-wrapper .block-minicart .block-content .actions .secondary .action.viewcart {
  border: 0px;
  -webkit-box-shadow: 0px 0px 4px 1px #d4d4d4;
  -moz-box-shadow: 0px 0px 4px 1px #d4d4d4;
  -o-box-shadow: 0px 0px 4px 1px #d4d4d4;
  box-shadow: 0px 0px 4px 1px #d4d4d4;
  color: #efefef;
  padding: 7px 15px 7px;
  border-radius: 25px;
  background: #006699;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 1.4rem;
  height: 38px;
  font-weight: bold;
  box-shadow: none;
  font-family: 'Source Sans Pro' !important;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-size: 1.2rem;
  padding: 12px 25px;
}
.minicart-wrapper .block-minicart .block-content .actions .secondary .action.viewcart:hover {
  background: #66cc66 !important;
  border: 0px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.minicart-wrapper .block-minicart .block-content .actions div.primary button.primary.checkout {
  background: #006699;
  border: 1px solid transparent;
  height: 46px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.minicart-wrapper .block-minicart .block-content .actions div.primary button.primary.checkout:hover {
  background: #66cc66;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  height: 46px;
}
.minicart-wrapper .block-minicart .block-content .actions div.visa-checkout.button {
  position: static;
  margin-top: 0px;
}
.minicart-wrapper .block-minicart .block-content .actions div.paypal-express-checkout.button {
  position: static;
  margin-top: 0px;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper {
  padding: 15px 10px 25px 10px;
  border-color: #efefef;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item {
  margin-bottom: 5px;
  border: 1px solid #efefef;
  -webkit-box-shadow: 0px 0px 3px 0px #d1d1d1;
  -moz-box-shadow: 0px 0px 3px 0px #d1d1d1;
  -o-box-shadow: 0px 0px 3px 0px #d1d1d1;
  box-shadow: 0px 0px 3px 0px #d1d1d1;
  padding: 10px;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item:nth-child(even) {
  background: #ffffff;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item:nth-child(even):hover {
  background: #f5f5f5;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item:nth-child(odd) {
  background: #ffffff;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item:nth-child(odd):hover {
  background: #f5f5f5;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product .product-item-photo .product-image-container {
  width: 85px !important;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product .product-item-photo .product-image-container .product-image-wrapper .product-image-photo {
  width: 100% !important;
  max-width: 80px !important;
  max-height: 80px !important;
  height: auto !important;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product .product-item-details {
  padding-left: 90px;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product-item-name a {
  font-weight: 600;
  font-family: 'Source Sans Pro' !important;
  font-size: 1.2rem;
  color: #333333;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product.options .toggle {
  border: 0px;
  color: #006699;
  background: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  outline: none;
  cursor: pointer;
  font-weight: bold;
  padding: 7px 15px 7px;
  border-radius: 25px;
  font-family: 'Source Sans Pro' !important;
  -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;
  font-size: 1.3rem;
  padding: 5px 10px 5px 10px;
  width: 120px;
  height: auto;
  margin-bottom: 6px;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product.options .toggle:hover {
  background: #66cc66 !important;
  color: #006699;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: 0px;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product.options .toggle:after {
  color: #222222;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product.options .toggle:hover:after {
  color: #222222;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product-item-pricing .price-container .price-wrapper .price {
  font-size: 1.6rem;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product-item-pricing .details-qty .cart-item-qty.item-qty {
  width: 80px !important;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product-item-pricing .details-qty .label {
  font-weight: 700;
  font-size: 1.4rem;
  margin-right: 5px;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product-item-pricing .details-qty .update-cart-item {
  border: 0px;
  -webkit-box-shadow: 0px 0px 4px 1px #d4d4d4;
  -moz-box-shadow: 0px 0px 4px 1px #d4d4d4;
  -o-box-shadow: 0px 0px 4px 1px #d4d4d4;
  box-shadow: 0px 0px 4px 1px #d4d4d4;
  color: #efefef;
  padding: 7px 15px 7px;
  border-radius: 25px;
  background: #006699;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 1.4rem;
  height: 38px;
  font-weight: bold;
  box-shadow: none;
  font-family: 'Source Sans Pro' !important;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  height: auto;
  font-size: 1.2rem;
  padding: 8px 4px;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product-item-pricing .details-qty .update-cart-item:hover {
  background: #66cc66 !important;
  border: 0px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product.actions {
  margin: -31px 0 0;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product.actions div.primary,
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product.actions div.secondary {
  margin: 0px;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product.actions div.primary .action.edit,
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product.actions div.secondary .action.edit,
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product.actions div.primary .action.delete,
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product.actions div.secondary .action.delete {
  border: 0px;
  color: #006699;
  background: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  outline: none;
  cursor: pointer;
  font-weight: bold;
  padding: 7px 15px 7px;
  font-family: 'Source Sans Pro' !important;
  -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;
  -webkit-box-shadow: 0px 0px 4px 1px #d4d4d4;
  -moz-box-shadow: 0px 0px 4px 1px #d4d4d4;
  -o-box-shadow: 0px 0px 4px 1px #d4d4d4;
  box-shadow: 0px 0px 4px 1px #d4d4d4;
  background: none;
  height: 19px !important;
  width: 19px;
  border-radius: 25px;
  padding: 7px;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product.actions div.primary .action.edit:hover,
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product.actions div.secondary .action.edit:hover,
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product.actions div.primary .action.delete:hover,
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product.actions div.secondary .action.delete:hover {
  background: #66cc66 !important;
  color: #006699;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: 0px;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product.actions div.primary .action.edit .material-icons,
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product.actions div.secondary .action.edit .material-icons,
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product.actions div.primary .action.delete .material-icons,
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product.actions div.secondary .action.delete .material-icons {
  position: relative;
  bottom: 3px;
  right: 2px;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product.actions div.primary .action.edit:before,
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product.actions div.secondary .action.edit:before,
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product.actions div.primary .action.delete:before,
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product.actions div.secondary .action.delete:before {
  display: none;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product.actions div.primary .action.edit:hover,
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product.actions div.secondary .action.edit:hover,
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product.actions div.primary .action.delete:hover,
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product.actions div.secondary .action.delete:hover {
  background: #000000;
  color: #ffffff;
}
.minicart-wrapper .block-minicart #save-cart-as-list #save-cart {
  border: 0px;
  color: #006699;
  background: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  outline: none;
  cursor: pointer;
  font-weight: bold;
  padding: 7px 15px 7px;
  border-radius: 25px;
  font-family: 'Source Sans Pro' !important;
  -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;
  padding: 6px 15px 6px;
  margin-top: 20px;
  font-size: 1.2rem;
  height: auto;
  background: none;
}
.minicart-wrapper .block-minicart #save-cart-as-list #save-cart:hover {
  background: #66cc66 !important;
  color: #006699;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: 0px;
}
.modal-inner-wrap #optionsAvailable h2 {
  margin-bottom: 5px;
}
.modal-inner-wrap #optionsAvailable input[type='radio'] {
  margin: 10px;
}
.modal-inner-wrap .modal-footer .action-secondary.action-dismiss {
  border: 0px;
  color: #006699;
  background: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  outline: none;
  cursor: pointer;
  font-weight: bold;
  padding: 7px 15px 7px;
  border-radius: 25px;
  font-family: 'Source Sans Pro' !important;
  -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;
  background-color: #ffffff;
  color: #222222;
}
.modal-inner-wrap .modal-footer .action-secondary.action-dismiss:hover {
  background: #66cc66 !important;
  color: #006699;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: 0px;
}
.modal-inner-wrap .modal-footer .action-secondary.action-dismiss:hover {
  box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -webkit-box-shadow: none;
}
.header .minicart-wrapper .action.showcart {
  position: relative;
  padding: 0px !important;
}
.header .minicart-wrapper .action.showcart span.text {
  position: relative;
  font-size: 2.2rem;
  top: 2px;
  font-weight: 700;
  color: #222222;
  left: 5px;
}
.header .minicart-wrapper .action.showcart span.text i.material-icons {
  font-size: 3rem;
  color: #006699;
}
.header .minicart-wrapper .action.showcart:before {
  content: "";
  display: none;
}
.header .minicart-wrapper .action.showcart .counter.qty {
  background: #66cc66;
  border: 1px solid #66cc66;
  padding: 1px;
  margin: 0px;
  position: absolute;
  left: 20px;
  top: -8px;
  font-weight: 700;
  font-size: 1.1rem;
  border-radius: 25px;
  height: 18px;
  width: auto;
}
.header .minicart-wrapper .action.showcart .counter.qty span {
  position: relative;
  bottom: 3px;
  color: #006699;
}
.header .minicart-wrapper .action.showcart .counter.qty .counter-label {
  display: none;
}
.header .block-search {
  width: 55%;
  margin: 0 auto;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 22px;
}
.header .block-search .block-content .field.search {
  display: inline-block;
  width: 85%;
}
.header .block-search .block-content .field.search .control {
  text-align: left;
}
.header .block-search .block-content .field.search .control .input-text {
  color: #666666;
  padding: 10px 42px 10px 20px;
  width: 100%;
  height: 48px;
  -webkit-box-shadow: 0px 0px 4px 0px #d1d1d1;
  -moz-box-shadow: 0px 0px 4px 0px #d1d1d1;
  -o-box-shadow: 0px 0px 4px 0px #d1d1d1;
  box-shadow: 0px 0px 4px 0px #d1d1d1;
  border: 1px solid transparent;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header .block-search .block-content .field.search .control .input-text:focus {
  border: 1px solid #006699;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header .block-search .block-content .field.search .control .input-text.activetxtbox {
  border: 1px solid #006699;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header .block-search .block-content .actions {
  width: 15%;
  max-width: 47px;
  min-width: 47px;
  display: inline-block;
  margin-left: -4px;
  position: relative;
  top: -1px;
}
.header .block-search .block-content .actions .action.search[disabled],
.header .block-search .block-content .actions .action.search,
.header .block-search .block-content .actions .action.search.disabled {
  opacity: 1;
  position: static;
  display: inline-block;
  width: 100%;
  height: 48px !important;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  background: #006699;
  -webkit-box-shadow: 0px 0px 4px 1px #b5b5b5;
  -moz-box-shadow: 0px 0px 4px 1px #b5b5b5;
  -o-box-shadow: 0px 0px 4px 1px #b5b5b5;
  box-shadow: 0px 0px 4px 1px #b5b5b5;
}
.header .block-search .block-content .actions .action.search[disabled]:before,
.header .block-search .block-content .actions .action.search:before,
.header .block-search .block-content .actions .action.search.disabled:before {
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 700;
  position: static;
}
.header .block-search .block-content .actions .action.search[disabled] > span,
.header .block-search .block-content .actions .action.search > span,
.header .block-search .block-content .actions .action.search.disabled > span {
  display: none;
}
fieldset[disabled] .block-search .action.search {
  opacity: 1;
}
.full-slideshow-wrapper {
  max-width: 1280px;
  width: 100%;
  margin: 0px auto;
  margin-top: -15px;
}
.full-slideshow-wrapper section.slider {
  width: 100%;
  margin: 0px auto;
  position: relative;
}
.full-slideshow-wrapper section.slider .slick-prev {
  position: absolute;
  left: 20px;
  z-index: 99;
  border: 0px;
  outline: none;
}
.full-slideshow-wrapper section.slider .slick-prev:before {
  content: "\276E";
  background: none;
  font-size: 4rem;
  padding: 10px 15px 10px 10px;
  color: #ffffff;
}
.full-slideshow-wrapper section.slider .slick-prev:hover {
  border: 0px;
  outline: none;
}
.full-slideshow-wrapper section.slider .slick-prev:hover:before {
  color: #000000;
}
.full-slideshow-wrapper section.slider .slick-next {
  position: absolute;
  right: 47px;
  z-index: 99;
  outline: none;
  border: 0px;
}
.full-slideshow-wrapper section.slider .slick-next:before {
  content: "\276F";
  background: none;
  font-size: 4rem;
  padding: 10px 10px 10px 15px;
  color: #ffffff;
}
.full-slideshow-wrapper section.slider .slick-next:hover {
  border: 0px;
  outline: none;
}
.full-slideshow-wrapper section.slider .slick-next:hover:before {
  color: #000000;
}
.blog-list .blog-items .blog-item {
  font-family: 'Source Sans Pro' !important;
}
.blog-list .blog-items .blog-item .blog-item-image {
  max-width: 180px;
  margin-right: 20px;
  float: left;
  width: 25%;
  min-width: 180px;
  width: 100%;
  height: 200px;
}
.blog-list .blog-items .blog-item .blog-item-image .blog-img {
  max-width: 180px;
  width: 100%;
}
.blog-list .blog-items .blog-item .blog-item-content {
  width: 70%;
  float: left;
}
.blog-list .blog-items .blog-item .blog-item-content .blog-item-date {
  font-size: 1.2rem;
  color: #979797;
  margin-bottom: 7px;
}
.blog-list .blog-items .blog-item .blog-item-content .blog-item-title {
  font-size: 1.6rem;
  color: #222222;
  margin-bottom: 10px;
  font-weight: bold;
}
.blog-list .blog-items .blog-item .blog-item-content .blog-item-txt {
  font-size: 1.3rem;
  color: #333333;
  height: 36px;
  overflow: hidden;
  margin-bottom: 25px;
}
.blog-list .blog-items .blog-item .blog-item-content .blog-item-btn .blog-item-readmore {
  border: 0px;
  -webkit-box-shadow: 0px 0px 4px 1px #d4d4d4;
  -moz-box-shadow: 0px 0px 4px 1px #d4d4d4;
  -o-box-shadow: 0px 0px 4px 1px #d4d4d4;
  box-shadow: 0px 0px 4px 1px #d4d4d4;
  color: #efefef;
  padding: 7px 15px 7px;
  border-radius: 25px;
  background: #006699;
  outline: none;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 1.4rem;
  height: 38px;
  font-weight: bold;
  box-shadow: none;
  font-family: 'Source Sans Pro' !important;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #ffffff;
  height: auto;
  font-size: 1.2rem;
  padding: 7px 15px;
  width: 150px;
  text-decoration: none;
  text-align: center;
}
.blog-list .blog-items .blog-item .blog-item-content .blog-item-btn .blog-item-readmore:hover {
  background: #66cc66 !important;
  border: 0px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.blog-list .blog-items .blog-item .blog-item-content .blog-item-btn .blog-item-readmore:hover {
  text-decoration: none;
  color: #ffffff;
  background: #66cc66;
}
.paypal-button.paypal-button-shape-rect {
  border-radius: 25px;
}
.blog-full-view {
  width: 80%;
}
.blog-full-view .blog-full-title {
  font-family: 'Source Sans Pro' !important;
  margin-bottom: 15px;
}
.blog-full-view .blog-full-date {
  font-size: 1.2rem;
  color: #979797;
  margin-bottom: 7px;
  margin-bottom: 20px;
}
.blog-full-view .blog-full-image {
  margin-bottom: 20px;
}
.blog-full-view .blog-full-image .blog-full-img {
  max-width: 750px;
  width: 100%;
}
.blog-full-view .blog-full-txt {
  font-size: 1.4rem;
  text-align: justify;
}
.blog-full-view .prenext {
  margin-top: 20px;
}
.blog-full-view .prenext .material-icons {
  margin-left: 6px;
  margin-right: 6px;
  position: relative;
  top: 2px;
}
.blog-full-view .prenext span {
  display: inline-block;
  position: relative;
  top: -5px;
}
.blog-full-view .prenext .pre-nxt-btn {
  float: left;
  color: #006699;
  background: none;
  height: auto;
  padding: 0px;
  font-size: 1.2rem;
  border: 0px;
}
.blog-full-view .prenext .pre-nxt-btn:hover {
  color: #006699;
  background: #66cc66 !important;
  border: 0px;
}
.blog-full-view .prenext .nxt-btn {
  float: right;
  padding-left: 15px;
}
.blog-full-view .prenext .pre-btn {
  float: left;
  padding-right: 15px;
}
.block.related .block-title.title,
.block.upsell .block-title.title,
.block.crosssell .block-title.title,
.block.substitute .block-title.title {
  text-align: center;
  font-size: 1.8rem;
}
.block.related .block-title.title strong,
.block.upsell .block-title.title strong,
.block.crosssell .block-title.title strong,
.block.substitute .block-title.title strong {
  font-size: 1.8rem;
  padding-bottom: 3px;
  border-bottom: 2px solid #006699;
}
.block.related .list.items.product-items .item.product-item .product-item-info,
.block.upsell .list.items.product-items .item.product-item .product-item-info,
.block.crosssell .list.items.product-items .item.product-item .product-item-info,
.block.substitute .list.items.product-items .item.product-item .product-item-info {
  max-width: 220px;
  padding: 7px;
  margin: 0px;
  border: 1px solid #d4d4d4;
  width: 95%;
  text-align: center;
  background: #f9f9f9;
  min-height: 400px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.block.related .list.items.product-items .item.product-item .product-item-info .field.choice,
.block.upsell .list.items.product-items .item.product-item .product-item-info .field.choice,
.block.crosssell .list.items.product-items .item.product-item .product-item-info .field.choice,
.block.substitute .list.items.product-items .item.product-item .product-item-info .field.choice {
  top: -1px;
}
.block.related .list.items.product-items .item.product-item .product-item-info .price-box,
.block.upsell .list.items.product-items .item.product-item .product-item-info .price-box,
.block.crosssell .list.items.product-items .item.product-item .product-item-info .price-box,
.block.substitute .list.items.product-items .item.product-item .product-item-info .price-box {
  margin-bottom: 10px;
}
.block.related .list.items.product-items .item.product-item .product-item-info .price-box .special-price,
.block.upsell .list.items.product-items .item.product-item .product-item-info .price-box .special-price,
.block.crosssell .list.items.product-items .item.product-item .product-item-info .price-box .special-price,
.block.substitute .list.items.product-items .item.product-item .product-item-info .price-box .special-price,
.block.related .list.items.product-items .item.product-item .product-item-info .price-box .old-price,
.block.upsell .list.items.product-items .item.product-item .product-item-info .price-box .old-price,
.block.crosssell .list.items.product-items .item.product-item .product-item-info .price-box .old-price,
.block.substitute .list.items.product-items .item.product-item .product-item-info .price-box .old-price {
  display: block;
}
.block.related .list.items.product-items .item.product-item .product-item-info .product-item-actions,
.block.upsell .list.items.product-items .item.product-item .product-item-info .product-item-actions,
.block.crosssell .list.items.product-items .item.product-item .product-item-info .product-item-actions,
.block.substitute .list.items.product-items .item.product-item .product-item-info .product-item-actions {
  margin: 0px 0 10px;
}
.block.related .list.items.product-items .item.product-item .product-item-info .product-item-actions.hide-price-custombtn.hassubscription,
.block.upsell .list.items.product-items .item.product-item .product-item-info .product-item-actions.hide-price-custombtn.hassubscription,
.block.crosssell .list.items.product-items .item.product-item .product-item-info .product-item-actions.hide-price-custombtn.hassubscription,
.block.substitute .list.items.product-items .item.product-item .product-item-info .product-item-actions.hide-price-custombtn.hassubscription {
  padding-bottom: 75px;
}
.block.related .list.items.product-items .item.product-item .product-item-info:hover,
.block.upsell .list.items.product-items .item.product-item .product-item-info:hover,
.block.crosssell .list.items.product-items .item.product-item .product-item-info:hover,
.block.substitute .list.items.product-items .item.product-item .product-item-info:hover {
  background: #ffffff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.block.related .list.items.product-items .item.product-item .product-item-info .product-item-details,
.block.upsell .list.items.product-items .item.product-item .product-item-info .product-item-details,
.block.crosssell .list.items.product-items .item.product-item .product-item-info .product-item-details,
.block.substitute .list.items.product-items .item.product-item .product-item-info .product-item-details {
  text-align: left;
}
.block.related .list.items.product-items .item.product-item .product-item-info .product-item-details .product-item-inner,
.block.upsell .list.items.product-items .item.product-item .product-item-info .product-item-details .product-item-inner,
.block.crosssell .list.items.product-items .item.product-item .product-item-info .product-item-details .product-item-inner,
.block.substitute .list.items.product-items .item.product-item .product-item-info .product-item-details .product-item-inner {
  border: 1px solid #e6eef0;
}
.block.related .list.items.product-items .item.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .action.tocart.primary,
.block.upsell .list.items.product-items .item.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .action.tocart.primary,
.block.crosssell .list.items.product-items .item.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .action.tocart.primary,
.block.substitute .list.items.product-items .item.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .action.tocart.primary {
  width: 100%;
}
.block.related .list.items.product-items .item.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .locations_add_to_cart .action.tocart.primary,
.block.upsell .list.items.product-items .item.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .locations_add_to_cart .action.tocart.primary,
.block.crosssell .list.items.product-items .item.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .locations_add_to_cart .action.tocart.primary,
.block.substitute .list.items.product-items .item.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .locations_add_to_cart .action.tocart.primary {
  width: 50%;
  margin-right: 2%;
  display: inline-block;
}
.block.related .list.items.product-items .item.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .locations_add_to_cart br,
.block.upsell .list.items.product-items .item.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .locations_add_to_cart br,
.block.crosssell .list.items.product-items .item.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .locations_add_to_cart br,
.block.substitute .list.items.product-items .item.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .locations_add_to_cart br {
  display: inline-block;
  width: 0px;
}
.block.related .list.items.product-items .item.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .locations_add_to_cart a,
.block.upsell .list.items.product-items .item.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .locations_add_to_cart a,
.block.crosssell .list.items.product-items .item.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .locations_add_to_cart a,
.block.substitute .list.items.product-items .item.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .locations_add_to_cart a {
  width: 46%;
  margin-right: 2%;
  display: inline-block;
}
.block.related .list.items.product-items .item.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions.hasaddtolist .actions-secondary,
.block.upsell .list.items.product-items .item.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions.hasaddtolist .actions-secondary,
.block.crosssell .list.items.product-items .item.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions.hasaddtolist .actions-secondary,
.block.substitute .list.items.product-items .item.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions.hasaddtolist .actions-secondary {
  width: 100%;
}
.block.related .list.items.product-items .item.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions.hasaddtolist .actions-secondary .box-addtolists .action.primary.tolistslist,
.block.upsell .list.items.product-items .item.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions.hasaddtolist .actions-secondary .box-addtolists .action.primary.tolistslist,
.block.crosssell .list.items.product-items .item.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions.hasaddtolist .actions-secondary .box-addtolists .action.primary.tolistslist,
.block.substitute .list.items.product-items .item.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions.hasaddtolist .actions-secondary .box-addtolists .action.primary.tolistslist {
  width: 100%;
}
.block.related .list.items.product-items .item.product-item .product-item-info .product-item-details .product-item-name .product-item-link,
.block.upsell .list.items.product-items .item.product-item .product-item-info .product-item-details .product-item-name .product-item-link,
.block.crosssell .list.items.product-items .item.product-item .product-item-info .product-item-details .product-item-name .product-item-link,
.block.substitute .list.items.product-items .item.product-item .product-item-info .product-item-details .product-item-name .product-item-link {
  width: 140px !important;
  overflow: hidden !important;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block !important;
}
.block.substitute .block-content .list.items.product-items .item.product-item .product-item-info {
  min-height: 330px !important;
}
.account .column.main .block.block-order-details-view .block-content:not(.widget) .box,
[class^='sales-guest-'] .column.main .block.block-order-details-view .block-content:not(.widget) .box,
.sales-guest-view .column.main .block.block-order-details-view .block-content:not(.widget) .box {
  width: 23%;
  margin: 25px 1%;
  height: 250px;
  overflow-y: auto;
  padding: 15px 15px 20px 15px;
}
.page-footer {
  z-index: 0;
  padding-bottom: 5px;
  width: 100%;
  background: #006699;
  color: #efefef;
}
.page-footer .footer.content {
  padding-top: 10px;
}
.page-footer .footer-container-wrapper .column.main {
  width: 100% !important;
  padding-bottom: 20px;
  margin-bottom: 5px;
}
.page-footer .column.main {
  min-height: 120px;
  height: auto;
}
.page-footer .column.main .footer-upper {
  padding: 0px;
}
.page-footer .column.main .footer-upper h5 {
  display: inline-block;
  padding-bottom: 2px;
  color: #66cc66;
  margin-bottom: 9px;
  margin-top: 20px;
}
.page-footer .column.main .footer-upper .footer-links {
  float: left;
  width: 30%;
}
.page-footer .column.main .footer-upper .footer-links ul {
  padding-left: 18px;
}
.page-footer .column.main .footer-upper .footer-links ul li {
  list-style: none;
  color: #006699;
  padding-left: 0px;
  list-style-type: disc;
  font-size: 2rem;
  color: #efefef;
  line-height: 2.4rem;
}
.page-footer .column.main .footer-upper .footer-links ul li a {
  color: #efefef;
  font-size: 1.2rem;
  text-decoration: none;
  letter-spacing: 0px;
  display: block;
  font-weight: 400;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.page-footer .column.main .footer-upper .footer-links ul li a:hover {
  color: #66cc66;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.page-footer .column.main .footer-upper .footer-contact {
  float: left;
  width: 32%;
}
.page-footer .column.main .footer-upper .footer-contact p {
  width: 90%;
  margin-bottom: 0px;
  line-height: 2.2rem;
  font-size: 1.2rem;
}
.page-footer .column.main .footer-upper .footer-contact p.con-phone:before {
  content: "Phone: ";
}
.page-footer .column.main .footer-upper .footer-contact p.cont-email:before {
  content: "Email: ";
}
.page-footer .column.main .footer-upper .footer-news-follow {
  float: left;
  width: 36%;
}
.page-footer .column.main .footer-upper .footer-news-follow .followus a {
  background: url('../../frontend/Epicor/dualcolor/en_US/images/iconsprite.png');
  background-repeat: no-repeat;
  height: 30px;
  width: 30px;
  display: inline-block;
  margin-right: 20px;
  background-position: 1px 25px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.page-footer .column.main .footer-upper .footer-news-follow .followus a.Twitter {
  background-position: -12px -7px;
}
.page-footer .column.main .footer-upper .footer-news-follow .followus a.Facebook {
  background-position: -71px -7px;
}
.page-footer .column.main .footer-upper .footer-news-follow .followus a.Instagram {
  background-position: -129px -7px;
}
.page-footer .column.main .footer-upper .footer-news-follow .followus a.Youtube {
  background-position: -188px -7px;
}
.page-footer .column.main .footer-upper .footer-news-follow .followus a.Linkedin {
  background-position: -247px -7px;
}
.page-footer .column.main .footer-upper .footer-news-follow .followus a:hover {
  opacity: 0.5;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.page-footer .column.main .footer-upper .footer-news-follow .block.newsletter {
  width: 95%;
  max-width: 100%;
  float: none;
}
.page-footer .column.main .footer-upper .footer-news-follow .block.newsletter .title {
  display: block;
}
.page-footer .column.main .footer-upper .footer-news-follow .block.newsletter .title strong {
  display: inline-block;
  padding-bottom: 2px;
  font-size: 1.8rem;
  margin-bottom: 15px;
  color: #66cc66;
  text-transform: uppercase;
  font-family: 'Source Sans Pro' !important;
}
.page-footer .column.main .footer-upper .footer-news-follow .block.newsletter .content .field.newsletter {
  width: 100%;
}
.page-footer .column.main .footer-upper .footer-news-follow .block.newsletter .content .field.newsletter .control:before {
  font-size: 0px;
}
.page-footer .column.main .footer-upper .footer-news-follow .block.newsletter .content .field.newsletter .control input {
  border: 0px;
  height: 50px;
  border-radius: 25px 0px 0px 25px;
  padding-left: 15px;
  font-size: 1.6rem !important;
  color: #666666;
}
.page-footer .column.main .footer-upper .footer-news-follow .block.newsletter .content .actions .subscribe.primary {
  padding: 7px 15px 7px !important;
  height: 50px;
  border-radius: 0px 25px 25px 0px;
  background: #66cc66;
  border: 1px solid #66cc66;
  color: #ffffff;
}
.page-footer .column.main .footer-upper .footer-news-follow .block.newsletter .content .actions .subscribe.primary span {
  display: none;
}
.page-footer .column.main .footer-upper .footer-news-follow .block.newsletter .content .actions .subscribe.primary .material-icons {
  font-size: 3rem;
  position: relative;
  top: 2px;
  right: 5px;
  color: #ffffff;
}
.page-footer .column.main .footer-upper .footer-news-follow .block.newsletter .content .actions .subscribe.primary:hover {
  border: 1px solid #66cc66;
  background: #006699 !important;
}
.page-footer .column.main .footer-upper.fourcol-footer .footer-links,
.page-footer .column.main .footer-upper.fourcol-footer .footer-contact {
  width: 23%;
}
.page-footer .column.main .footer-upper.fourcol-footer .footer-news-follow {
  width: 31%;
}
.page-footer .column.main .footer-upper.fourcol-footer .footer-news-follow .followus {
  margin-bottom: 20px;
}
.footer-lower-sec {
  background-color: #d4d4d4;
}
.footer-lower-sec .column.main {
  min-height: 40px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.footer-lower-sec .column.main .footer-lower {
  padding: 10px 0px;
}
.footer-lower-sec .column.main .footer-lower p {
  color: #e1e1e1;
  margin-bottom: 0px;
  font-size: 1.3rem;
}
.account .box-actions.managedashreminder {
  margin-top: 10px !important;
}
.account .box-actions.managedashreminder a.action.edit {
  margin-right: 15px;
  border: 0px;
  color: #006699;
  background: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  outline: none;
  cursor: pointer;
  font-weight: bold;
  padding: 7px 15px 7px;
  border-radius: 25px;
  font-family: 'Source Sans Pro' !important;
  -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;
  height: auto;
  padding: 6px 12px;
  font-size: 1.2rem;
}
.account .box-actions.managedashreminder a.action.edit:hover {
  background: #66cc66 !important;
  color: #006699;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: 0px;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-year,
.ui-datepicker .ui-datepicker-title .ui-datepicker-month {
  width: 40%;
  margin-right: 2%;
}
.modal-custom.custom-slide .modal-inner-wrap .block-customer-login .actions-toolbar div.primary .action.action-login.secondary {
  border: 0px;
  -webkit-box-shadow: 0px 0px 4px 1px #d4d4d4;
  -moz-box-shadow: 0px 0px 4px 1px #d4d4d4;
  -o-box-shadow: 0px 0px 4px 1px #d4d4d4;
  box-shadow: 0px 0px 4px 1px #d4d4d4;
  color: #efefef;
  padding: 7px 15px 7px;
  border-radius: 25px;
  background: #006699;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 1.4rem;
  height: 38px;
  font-weight: bold;
  box-shadow: none;
  font-family: 'Source Sans Pro' !important;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 1px 10px 2px;
}
.modal-custom.custom-slide .modal-inner-wrap .block-customer-login .actions-toolbar div.primary .action.action-login.secondary:hover {
  background: #66cc66 !important;
  border: 0px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.modal-custom.custom-slide .modal-inner-wrap .block-customer-login .actions-toolbar div.primary .action.action-login.secondary span {
  font-size: 1.4rem;
}
.modal-custom.custom-slide .modal-inner-wrap .block-customer-login .actions-toolbar div.secondary {
  padding-top: 0rem;
  margin-right: 0px;
}
.modal-custom.custom-slide .modal-inner-wrap .block-customer-login .actions-toolbar div.secondary .action.action-remind {
  padding: 9px;
}
.modal-custom.custom-slide .modal-inner-wrap .block-customer-login .actions-toolbar div.secondary .action.action-remind span {
  font-size: 1.4rem;
}
.customer-address-index .columns .actions-toolbar div.secondary {
  margin-right: 15px;
}
#branches-list-popup.branches-list-popup ul {
  border: 0px;
  padding: 10px 5px;
  width: 100%;
}
#branches-list-popup.branches-list-popup ul li {
  margin-bottom: -0.5px;
  border: 1px solid #d4d4d4;
  height: auto;
  padding: 5px;
}
#branches-list-popup.branches-list-popup ul li span.location-details,
#branches-list-popup.branches-list-popup ul li span.location-select {
  float: none;
  display: inline-block;
  width: 44%;
}
#branches-list-popup.branches-list-popup ul li span p {
  line-height: 2rem;
}
#buttonbar #updateform {
  border-radius: 25px;
  margin-left: 10px;
}
.supplierconnect-invoices-details .columns .buttons-set p.back-link a,
.supplierconnect-invoices-details .columns .buttons-set p.list-link a {
  padding: 5px 15px 5px;
}
.customer-address-form .columns form {
  background: #f9f9f9;
  padding: 15px 15px 15px 15px;
  -webkit-box-shadow: 0px 0px 3px 0px #d4d4d4;
  -moz-box-shadow: 0px 0px 3px 0px #d4d4d4;
  -o-box-shadow: 0px 0px 3px 0px #d4d4d4;
  box-shadow: 0px 0px 3px 0px #d4d4d4;
  border: 1px solid #d4d4d4;
}
.customer-address-form .columns form .fieldset ul li {
  list-style: none;
}
.customer-address-form .columns form .fieldset .field,
.customer-address-form .columns form .fieldset .wide {
  margin-bottom: 12px;
  width: 80%;
}
.customer-address-form .columns form .fieldset h2.legend {
  background: none;
  font-size: 1.8rem;
  font-weight: 600;
  color: #222222;
  padding-left: 0px;
  text-transform: uppercase;
  border-color: #d4d4d4;
  padding-bottom: 6px;
  margin-bottom: 10px;
}
.customer-address-form .columns form .buttons-set p.back-link a {
  padding: 5px 15px;
  position: relative;
  top: 2px;
}
.account .block-collapsible-nav .title {
  position: static !important;
  width: auto !important;
  height: auto !important;
}
.account .block-collapsible-nav .title strong {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.1;
  margin-left: 4px;
}
.col-full .control.customer-dob #required_date {
  width: 30%;
}
@media print {
  .account .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  [class^='sales-guest-'] .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .sales-guest-view .column.main .block.block-order-details-view .block-content:not(.widget) .box {
    width: 23%;
    margin: 25px 1%;
    height: 250px;
    float: left;
    overflow-y: auto;
    padding: 15px 15px 20px 15px;
    box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -webkit-box-shadow: none;
  }
}
@media only screen and (max-width: 640px) {
  h1 {
    font-size: 2.4rem;
    text-transform: uppercase;
    letter-spacing: 0.1px;
    font-weight: 600;
    font-family: 'Source Sans Pro' !important;
  }
  h2 {
    font-size: 2.2rem;
    text-transform: uppercase;
    letter-spacing: 0.1px;
    font-weight: 600;
    font-family: 'Source Sans Pro' !important;
  }
  h3 {
    font-size: 2rem;
    text-transform: uppercase;
    letter-spacing: 0.1px;
    font-weight: 600;
    font-family: 'Source Sans Pro' !important;
  }
  h4 {
    font-size: 1.8rem;
    text-transform: uppercase;
    letter-spacing: 0.1px;
    font-weight: 600;
    font-family: 'Source Sans Pro' !important;
  }
  h5 {
    font-size: 1.6rem;
    text-transform: uppercase;
    letter-spacing: 0.1px;
    font-weight: 600;
    font-family: 'Source Sans Pro' !important;
  }
  h6 {
    font-size: 1.4rem;
    text-transform: uppercase;
    letter-spacing: 0.1px;
    font-weight: 600;
    font-family: 'Source Sans Pro' !important;
  }
  body {
    font-size: 1.3rem;
  }
  .admin__data-grid-pager .page-control-input {
    width: 30px !important;
  }
}
@media only screen and (max-width: 960px) {
  .page-header .header-wrapper-content .header.content .selected-branch-wrapper .selected-branch p {
    font-size: 0px;
  }
  .page-header .header-wrapper-content .header.content .selected-branch-wrapper .selected-branch p:before {
    font-size: 1.2rem;
    content: "Branch";
  }
  .footer.content .page-footer .footer-upper .footer-links ul {
    padding-left: 15px;
    padding-right: 15px;
  }
  .footer.content .page-footer .footer-upper .footer-links ul li {
    font-size: 1.6rem;
    padding-left: 0px;
  }
  .footer.content .page-footer .footer-upper .footer-links ul li a {
    font-size: 1.3rem;
  }
  .footer.content .page-footer .footer-upper .footer-contact p {
    width: 85%;
    line-height: 2rem;
    font-size: 1.2rem;
  }
  .footer.content .page-footer .footer-upper .footer-news-follow .block.newsletter {
    width: 100%;
  }
  .footer.content .page-footer .footer-upper .footer-news-follow .block.newsletter .title {
    font-size: 1.8rem;
  }
  .footer.content .page-footer .footer-upper .footer-news-follow .block.newsletter .content .subscribe .control:before {
    display: none;
  }
  .footer.content .page-footer .footer-upper .footer-news-follow .block.newsletter .content .subscribe .control label #newsletter {
    font-size: 1.2rem !important;
    padding: 0 0 0 5px;
  }
  .footer.content .page-footer .footer-upper .footer-news-follow .block.newsletter .content .subscribe .actions .subscribe.primary {
    padding: 4px 8px 3px;
    font-size: 1.3rem;
  }
  .modal-custom.custom-slide .modal-inner-wrap .block-customer-login .actions-toolbar {
    text-align: center;
  }
  .modal-custom.custom-slide .modal-inner-wrap .block-customer-login .actions-toolbar div.primary {
    float: none;
    width: 180px;
    display: block;
    margin: 0 auto;
  }
  .modal-custom.custom-slide .modal-inner-wrap .block-customer-login .actions-toolbar div.primary .action.action-login.secondary {
    border: 0px;
    -webkit-box-shadow: 0px 0px 4px 1px #d4d4d4;
    -moz-box-shadow: 0px 0px 4px 1px #d4d4d4;
    -o-box-shadow: 0px 0px 4px 1px #d4d4d4;
    box-shadow: 0px 0px 4px 1px #d4d4d4;
    color: #efefef;
    padding: 7px 15px 7px;
    border-radius: 25px;
    background: #006699;
    text-decoration: none;
    outline: none;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 1.4rem;
    height: 38px;
    font-weight: bold;
    box-shadow: none;
    font-family: 'Source Sans Pro' !important;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding: 3px 10px 3px;
    width: 180px;
    text-align: center;
    margin-bottom: 10px;
  }
  .modal-custom.custom-slide .modal-inner-wrap .block-customer-login .actions-toolbar div.primary .action.action-login.secondary:hover {
    background: #66cc66 !important;
    border: 0px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .modal-custom.custom-slide .modal-inner-wrap .block-customer-login .actions-toolbar div.primary .action.action-login.secondary span {
    font-size: 1.3rem;
  }
  .modal-custom.custom-slide .modal-inner-wrap .block-customer-login .actions-toolbar div.secondary {
    padding-top: 0rem;
    margin-right: 0px;
    float: none;
    width: 180px;
  }
  .modal-custom.custom-slide .modal-inner-wrap .block-customer-login .actions-toolbar div.secondary .action.action-remind {
    padding: 5px 12px 5px;
    width: 154px;
    text-align: center;
    margin-bottom: 10px;
  }
  .modal-custom.custom-slide .modal-inner-wrap .block-customer-login .actions-toolbar div.secondary .action.action-remind span {
    font-size: 1.3rem;
  }
  .epicor_comm-cart-csvupload #product_csv_import_form {
    width: 50%;
  }
  .page-products .products-grid .product-item .product-item-info .product-item-inner .product-item-actions .actions-secondary form .action.tocart.primary,
  .wishlist-index-index .products-grid .product-item .product-item-info .product-item-inner .product-item-actions .actions-secondary form .action.tocart.primary {
    left: 10px;
  }
}
.checkout-index-index.page-layout-checkout .page-wrapper header.page-header {
  width: 100%;
}
.companyfavadd .shipping-address-item {
  background: #f9f9f9;
  padding: 15px 15px 15px 15px;
  -webkit-box-shadow: 0px 0px 3px 0px #d4d4d4;
  -moz-box-shadow: 0px 0px 3px 0px #d4d4d4;
  -o-box-shadow: 0px 0px 3px 0px #d4d4d4;
  box-shadow: 0px 0px 3px 0px #d4d4d4;
  border: 1px solid #d4d4d4;
  height: 250px;
  overflow-y: auto;
  width: 30%;
  margin-right: 1%;
}
.companyfavadd .shipping-address-item .vcard dd.first {
  font-weight: 600;
}
.companyfavadd .shipping-address-item div.botbtn .action-select-shipping-item {
  border: 0px;
  -webkit-box-shadow: 0px 0px 4px 1px #d4d4d4;
  -moz-box-shadow: 0px 0px 4px 1px #d4d4d4;
  -o-box-shadow: 0px 0px 4px 1px #d4d4d4;
  box-shadow: 0px 0px 4px 1px #d4d4d4;
  color: #efefef;
  padding: 7px 15px 7px;
  border-radius: 25px;
  background: #006699;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 1.4rem;
  height: 38px;
  font-weight: bold;
  box-shadow: none;
  font-family: 'Source Sans Pro' !important;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.companyfavadd .shipping-address-item div.botbtn .action-select-shipping-item:hover {
  background: #66cc66 !important;
  border: 0px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.customerconnect-arpayments-archeckout .modal-custom .opc-sidebar .opc-summary-wrapper .custom-slide {
  display: none;
}
.customerconnect-arpayments-archeckout .checkout-container .opc-sidebar .modal-inner-wrap {
  border: 0px;
}
.customerconnect-arpayments-archeckout #checkoutSteps .payment-method .payment-method-content .actions-toolbar .primary .action.primary.checkout:after {
  content: 'Make Payment';
  visibility: visible;
  display: block;
}
.customerconnect-arpayments-archeckout #checkoutSteps .payment-method .payment-method-content .actions-toolbar .primary .action.primary.checkout span {
  display: none;
  font-size: 0px;
}
.customerconnect-arpayments-archeckout #checkoutSteps .payment-method .payment-method-content .actions-toolbar .primary .action.primary.checkout span:after {
  font-size: 16px;
}
#customer_arpayments_invoices_list .table-wrapper #customer_arpayments_invoices_list_table .totals th {
  background: #006699;
}
.epicor_branchpickup-pickup-select .admin__data-grid-pager-wrap {
  max-width: 420px;
  width: auto;
}
.epicor_branchpickup-pickup-select .admin__data-grid-pager-wrap .admin__data-grid-pager .page-control-input {
  text-align: center;
}
.epicor_branchpickup-pickup-select .admin__data-grid-header-row {
  width: auto;
}
.epicor_branchpickup-pickup-select .admin__data-grid-header-row .action-default {
  margin-right: 2px;
}
.epicor_branchpickup-pickup-select .page-footer .column.main .footer-upper .footer-news-follow .block.newsletter .content .actions .subscribe.primary {
  padding: 6px 15px 6px;
}
#branchpickup-iframe-popup-modal .branchmaincontainer #branchpictionactions .buttons-container,
#addresslocation-iframe-popup-modal .branchmaincontainer #branchpictionactions .buttons-container {
  float: none;
}
.branches-list-popup span.location-select a {
  border: 0px;
  -webkit-box-shadow: 0px 0px 4px 1px #d4d4d4;
  -moz-box-shadow: 0px 0px 4px 1px #d4d4d4;
  -o-box-shadow: 0px 0px 4px 1px #d4d4d4;
  box-shadow: 0px 0px 4px 1px #d4d4d4;
  color: #efefef;
  padding: 7px 15px 7px;
  border-radius: 25px;
  background: #006699;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 1.4rem;
  height: 38px;
  font-weight: bold;
  box-shadow: none;
  font-family: 'Source Sans Pro' !important;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.branches-list-popup span.location-select a:hover {
  background: #66cc66 !important;
  border: 0px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.branches-list-popup span.location-select a span {
  background: none;
  padding: 0px;
  border: 0px;
  -webkit-box-shadow: 0px 0px 4px 1px #d4d4d4;
  -moz-box-shadow: 0px 0px 4px 1px #d4d4d4;
  -o-box-shadow: 0px 0px 4px 1px #d4d4d4;
  box-shadow: 0px 0px 4px 1px #d4d4d4;
  color: #efefef;
  padding: 7px 15px 7px;
  border-radius: 25px;
  background: #006699;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 1.4rem;
  height: 38px;
  font-weight: bold;
  box-shadow: none;
  font-family: 'Source Sans Pro' !important;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.branches-list-popup span.location-select a span:hover {
  background: #66cc66 !important;
  border: 0px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.epicor_orderapproval-manage-edit .data-grid-checkbox-cell-inner input[type='checkbox'].admin__control-checkbox,
.epicor_orderapproval-manage-index .data-grid-checkbox-cell-inner input[type='checkbox'].admin__control-checkbox,
.epicor_orderapproval-manage-edit .data-grid-checkbox-cell-inner input[type='radio'].admin__control-checkbox,
.epicor_orderapproval-manage-index .data-grid-checkbox-cell-inner input[type='radio'].admin__control-checkbox {
  top: 3px;
}
.epicor_orderapproval-manage-edit input[type="checkbox"]:disabled,
.epicor_orderapproval-manage-index input[type="checkbox"]:disabled {
  opacity: 1;
}
.epicor_orderapproval-manage-approvals .data-grid-checkbox-cell-inner input[type='checkbox'].admin__control-checkbox {
  top: 3px;
}
.action-primary {
  background: #006699;
  border: 1px solid #006699;
}
.action-primary:hover {
  background: #66cc66;
  border: 1px solid #66cc66;
  -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;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -webkit-box-shadow: none;
}
.sales-order-view .actions-toolbar.order-actions-toolbar .actions {
  margin-bottom: 15px;
}
.sales-order-view .actions-toolbar.order-actions-toolbar .actions .action.order,
.sales-order-view .actions-toolbar.order-actions-toolbar .actions .action.print {
  border: 0px;
  color: #006699;
  background: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  outline: none;
  cursor: pointer;
  font-weight: bold;
  padding: 7px 15px 7px;
  border-radius: 25px;
  font-family: 'Source Sans Pro' !important;
  -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;
  position: relative;
}
.sales-order-view .actions-toolbar.order-actions-toolbar .actions .action.order:hover,
.sales-order-view .actions-toolbar.order-actions-toolbar .actions .action.print:hover {
  background: #66cc66 !important;
  color: #006699;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: 0px;
}
.sales-order-view .actions-toolbar.order-actions-toolbar .actions .action.print {
  bottom: 10px;
}
.epicor_orderapproval-manage-edit #rules_grid .fieldset:last-child {
  width: 55%;
}
.epicor_orderapproval-manage-edit .admin__data-grid-header-row:last-child {
  margin-bottom: 10px;
}
.customerconnect-skus-index .admin__data-grid-header .admin__data-grid-header-row .admin__data-grid-export {
  padding-right: 0px;
}
.customerconnect-skus-index .sku-add-section .add-sku.button {
  border: 0px;
  color: #006699;
  background: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  outline: none;
  cursor: pointer;
  font-weight: bold;
  padding: 7px 15px 7px;
  border-radius: 25px;
  font-family: 'Source Sans Pro' !important;
  -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;
}
.customerconnect-skus-index .sku-add-section .add-sku.button:hover {
  background: #66cc66 !important;
  color: #006699;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: 0px;
}
.customerconnect-skus-index .data-grid-checkbox-cell-inner {
  margin-top: 0px;
}
.customer-account-edit .columns .form-edit-account .fieldset .field.new.password .control .mage-error {
  top: 0px;
  position: relative;
}
.customer-account-createpassword .fieldset .field .control div.mage-error[generated] {
  position: relative;
  top: 0px;
}
#search_mini_form .field.search .control #scanner-button {
  background-color: transparent;
  border: none;
  position: absolute;
  right: 17%;
  top: 4px;
  width: auto;
  height: 20px;
  border-radius: 0px;
}
#search_mini_form .field.search .control #scanner-button:before {
  content: "\f02a";
  font: normal 25px / 1 FontAwesome;
  color: #000000;
}
.ecc-autosuggest {
  padding: 10px;
  border: 1px solid #d4d4d4;
  display: inline-block;
  left: -5%;
  right: 0px;
  margin: 0 auto;
  width: 80%;
  max-height: 450px;
}
.ecc-autosuggest .elsrchcolpro {
  float: right;
  width: 100%;
  margin-left: 20px;
}
.ecc-autosuggest .elsrchcolpro .elsearchsec {
  min-height: 400px;
}
.ecc-autosuggest .elsrchcolpro .elsearchsec.recautoheight {
  min-height: 0px;
  height: auto;
}
.ecc-autosuggest .elsrchcolpro .elsearchsec.recautoheight ul {
  height: auto;
}
.ecc-autosuggest .elsrchcol2 {
  position: relative;
  float: right;
  width: 100%;
}
.ecc-autosuggest .elsrchcol2col2 {
  width: 660px;
}
.ecc-autosuggest .elsrchcol2col2 .srcsecactive1 {
  width: 330px;
}
.ecc-autosuggest .elsearchsec {
  margin-top: 0px;
  margin-bottom: 10px;
  height: 200px;
}
.ecc-autosuggest .elsearchsec .eltitlesec {
  background: #66cc66;
  padding: 3px 10px;
  color: #efefef;
  margin-bottom: 2px;
  position: relative;
  text-transform: none;
  font-size: 1.3rem;
  margin: 0px;
}
.ecc-autosuggest .elsearchsec .eltitlesec .elseeall {
  position: absolute;
  right: 10px;
  top: 4px;
  color: #efefef;
  text-decoration: none;
  font-size: 1.2rem;
}
.ecc-autosuggest .elsearchsec .eltitlesec .elseeall:hover {
  text-decoration: underline;
  color: #f1f1f1;
}
.ecc-autosuggest .elsearchsec ul.eldymitems li.elsearchitem {
  line-height: 15px;
}
.ecc-autosuggest .elsearchsec ul.eldymitems li.elsearchitem a {
  text-decoration: none;
}
.ecc-autosuggest .elsearchsec ul.eldymitems li.elsearchitem a span {
  color: #66cc66;
  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 .elsearchsec ul.elcatitems li.elsearchitem .cat-crumb {
  font-size: 1.1rem;
  color: #66cc66;
}
.ecc-autosuggest .elsearchsec ul.elcatitems li.elsearchitem a {
  text-decoration: none;
}
.ecc-autosuggest .elsearchsec ul.elcatitems li.elsearchitem a span {
  color: #66cc66;
  font-weight: 600;
}
.ecc-autosuggest .elsearchsec ul.elcatitems li.elsearchitem a:hover {
  text-decoration: underline;
}
.ecc-autosuggest .elsearchsec ul.elcmsitems li.elsearchitem a {
  color: #66cc66;
  font-size: 1.2rem;
  text-decoration: none;
}
.ecc-autosuggest .elsearchsec ul.elcmsitems li.elsearchitem a:hover {
  color: #66cc66;
}
.ecc-autosuggest .elsearchsec ul.elcmsitems li.elsearchitem a span {
  font-weight: 600;
}
.ecc-autosuggest .elsearchsec ul.elcmsitems li.elsearchitem .elcmscontent {
  font-size: 1.1rem;
  color: #66cc66;
}
.ecc-autosuggest .elsearchsec ul.elrecsrchitems li.elsearchitem {
  line-height: 14px;
}
.ecc-autosuggest .elsearchsec ul.elrecsrchitems li.elsearchitem a {
  color: #66cc66;
  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 .elsearchsec ul.elproducts li.elproduct {
  margin-top: 5px;
  padding-bottom: 10px;
  border-bottom: 1px solid #66cc66;
}
.ecc-autosuggest .elsearchsec ul.elproducts li.elproduct .box-tocart .autoaddtocart .control .input-text.qty {
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}
.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;
}
.ecc-autosuggest .elsearchsec ul.elproducts li.elproduct .product-item-info .elprodlink .image-wrapper {
  width: 73px;
  height: 65px;
  padding: 5px;
  margin-right: 7px;
  -webkit-box-shadow: 0px 0px 4px 1px #d4d4d4;
  -moz-box-shadow: 0px 0px 4px 1px #d4d4d4;
  -o-box-shadow: 0px 0px 4px 1px #d4d4d4;
  box-shadow: 0px 0px 4px 1px #d4d4d4;
  display: inline-block;
  text-align: center !important;
}
.ecc-autosuggest .elsearchsec ul.elproducts li.elproduct .product-item-info .elprodlink .image-wrapper .elprodimg {
  width: auto !important;
}
.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 .elsearchsec ul.elproducts li.elproduct .product-item-info .product-details .product-item-name .elprodname {
  color: #66cc66;
  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: #66cc66;
  font-size: 1.1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 25ch;
}
.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 .elsearchsec ul.elproducts li.elproduct .product-item-info .product-details .elprodprice .price-container span.price {
  color: #66cc66;
  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 .elsearchsec ul.elsearchitems li.elsearchitem a {
  color: #66cc66;
  font-size: 1.2rem;
  text-decoration: none;
}
.ecc-autosuggest .elsearchsec ul.elsearchitems li.elsearchitem a:hover {
  color: #66cc66;
}
.ecc-autosuggest .elsearchsec.recautoheight {
  height: auto;
}
.ecc-autosuggest .elsearchsec.recautoheight ul.elsearchitems {
  height: auto;
}
.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: -10%;
}
.elsrctwcol .elsrchcolpro {
  width: 330px;
}
.elsrctwcol .elsrchcol2 {
  width: 330px;
}
.elsrctwcol .elsrchcol2.elsrchcol2col2 {
  width: 660px;
}
.elsrcthrcol {
  z-index: 999;
  width: 1010px;
  left: -28%;
}
.elsrcthrcol .elsrchcolpro {
  width: 330px;
}
@media only screen and (max-width: 1180px) {
  .ecc-autosuggest {
    left: -5%;
    width: 80%;
  }
  .ecc-autosuggest .elsrchcol2 {
    width: 100%;
  }
  .ecc-autosuggest .elsrchcolpro {
    width: 100%;
  }
  .ecc-autosuggest .elsrchcolpro .elsearchsec ul.elproducts li.elproduct .product-item-info .product-details {
    width: 160px;
  }
  .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;
  }
  .ecc-autosuggest.elsrctwcol {
    width: 520px;
    left: -9%;
  }
  .ecc-autosuggest.elsrctwcol .elsrchcolpro {
    width: 250px;
  }
  .ecc-autosuggest.elsrctwcol .elsrchcol2 {
    width: 250px;
  }
  .ecc-autosuggest.elsrctwcol .elsrchcol2.elsrchcol2col2 {
    width: 505px;
  }
  .ecc-autosuggest.elsrcthrcol {
    width: 780px;
    left: -18%;
  }
  .ecc-autosuggest.elsrcthrcol .elsrchcol2.elsrchcol2col2 {
    width: 505px;
  }
  .ecc-autosuggest.elsrcthrcol .elsrchcolpro {
    width: 250px;
  }
}
@media only screen and (max-width: 960px) {
  .ecc-autosuggest {
    left: 0px;
    width: 250px;
    overflow-y: auto;
  }
  .ecc-autosuggest.elsrcthrcol {
    left: 0px;
    width: 250px;
  }
  .ecc-autosuggest.elsrctwcol {
    left: 0px;
    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;
  }
}
.subscription-lbl {
  background: #006699;
}
.subscription-lbl .downspan {
  border-top: 10px solid #006699;
}
@media only screen and (min-width: 1020px) and (max-width: 1260px) {
  .mainnav .limainnav .dropdown.megamenu-dropdown .megamenu-items .megamenu-level1-items .megamenu-sub-drop .megamenu-sub-items .mm-item-img {
    max-width: 420px;
  }
  .mainnav .limainnav .dropdown.megamenu-dropdown .megamenu-items .megamenu-level1-items .megamenu-sub-drop .megamenu-sub-items .megamenu-sub-itemlist {
    width: 100%;
  }
  .mainnav .limainnav .dropdown.megamenu-dropdown .megamenu-items .megamenu-level1-items .megamenu-sub-drop .megamenu-sub-items .cat-promo-images {
    width: 190px;
  }
  .mainnav .limainnav .dropdown.megamenu-dropdown .megamenu-items .megamenu-level1-items .megamenu-sub-drop .megamenu-sub-items .cat-promo-images .megamenu-image-container .megamenu-image-details h5.megamenu-image-title {
    margin-bottom: 0.5rem;
    font-size: 1.4rem;
  }
  .mainnav .limainnav .dropdown.megamenu-dropdown .megamenu-items .megamenu-level1-items .megamenu-sub-drop .megamenu-sub-items .cat-promo-images .megamenu-image-container .megamenu-image-details p.megamenu-image-content {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
  }
  .mainnav .limainnav .dropdown.megamenu-dropdown .megamenu-items .megamenu-level1-items .megamenu-sub-drop .megamenu-sub-items .cat-promo-images .megamenu-image-container .megamenu-image-details a.megamenu-image-button {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 768px) {
  .page-wrapper .page-header {
    border-bottom: 0px;
  }
  .mainnav .limainnav:hover {
    background: #006699 !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 850px) {
  .b2b-portal-register #maincontent,
  .customer-account-create #maincontent,
  .customer-account-forgotpassword #maincontent {
    width: 95%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1019px) {
  .admin__data-grid-header .admin__data-grid-pager-wrap .admin__data-grid-pager .action-previous {
    margin-right: 0rem;
  }
  .admin__data-grid-header .admin__data-grid-pager-wrap .admin__data-grid-pager .action-next {
    margin-left: 0rem;
  }
  .mainnav .limainnav .dropdown.megamenu-dropdown .megamenu-items .megamenu-level1-items .megamenu-level1-items-ul {
    margin-right: 2.5%;
  }
  .mainnav .limainnav .dropdown.megamenu-dropdown .megamenu-items .megamenu-level1-items .megamenu-level1-items-ul .megamenu-level1-item .megamenu-item-link {
    font-size: 1.1rem;
  }
  .mainnav .limainnav .dropdown.megamenu-dropdown .megamenu-items .megamenu-level1-items .megamenu-level1-items-ul .megamenu-level1-items .megamenu-sub-drop .megamenu-sub-items .mm-item-img {
    max-width: 350px;
  }
  .mainnav .limainnav .dropdown.megamenu-dropdown .megamenu-items .megamenu-level1-items .megamenu-level1-items-ul .megamenu-level1-items .megamenu-sub-drop .megamenu-sub-items .megamenu-sub-itemlist {
    width: 100%;
  }
  .mainnav .limainnav .dropdown.megamenu-dropdown .megamenu-items .megamenu-level1-items .megamenu-level1-items-ul .megamenu-level1-items .megamenu-sub-drop .megamenu-sub-items .cat-promo-images {
    width: 160px;
  }
  .mainnav .limainnav .dropdown.megamenu-dropdown .megamenu-items .megamenu-level1-items .megamenu-level1-items-ul .megamenu-level1-items .megamenu-sub-drop .megamenu-sub-items .cat-promo-images .megamenu-image-container .megamenu-image-details h5.megamenu-image-title {
    margin-bottom: 0.3rem;
    font-size: 1.2rem;
  }
  .mainnav .limainnav .dropdown.megamenu-dropdown .megamenu-items .megamenu-level1-items .megamenu-level1-items-ul .megamenu-level1-items .megamenu-sub-drop .megamenu-sub-items .cat-promo-images .megamenu-image-container .megamenu-image-details p.megamenu-image-content {
    font-size: 1rem;
    margin-bottom: 0.3rem;
  }
  .mainnav .limainnav .dropdown.megamenu-dropdown .megamenu-items .megamenu-level1-items .megamenu-level1-items-ul .megamenu-level1-items .megamenu-sub-drop .megamenu-sub-items .cat-promo-images .megamenu-image-container .megamenu-image-details a.megamenu-image-button {
    font-size: 1rem;
  }
  .mainnav .limainnav .dropdown.megamenu-dropdown .main-promo-images .megamenu-image-container .megamenu-image-details h5.megamenu-image-title {
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
  }
  .mainnav .limainnav .dropdown.megamenu-dropdown .main-promo-images .megamenu-image-container .megamenu-image-details p.megamenu-image-content {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
  }
  .mainnav .limainnav .dropdown.megamenu-dropdown .main-promo-images .megamenu-image-container .megamenu-image-details a.megamenu-image-button {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 768px) {
  .wishlist-index-index .products-grid .product-items .product-item .product-item-info .product-item-inner .product-item-actions {
    position: relative;
    margin-left: 10px;
    top: -12px;
  }
  .sales-order-view .actions-toolbar.order-actions-toolbar .actions .action.order,
  .sales-order-view .actions-toolbar.order-actions-toolbar .actions .action.print {
    position: static;
    display: inline-block;
  }
  .customer-welcome .customer-menu {
    display: none;
    position: absolute;
    right: 0px;
    width: 130px;
    z-index: 102;
  }
  .customer-welcome .customer-menu .header.links {
    padding-left: 0px;
    border: 1px solid #d4d4d4;
    width: 100%;
  }
  .customer-welcome .customer-menu .header.links li {
    border: 0px;
    padding: 0px;
    margin: 0px;
  }
  .customer-welcome .customer-menu .header.links li a {
    display: block;
    border-bottom: 1px solid #d4d4d4;
    padding: 10px 7px;
  }
  .customer-welcome.active .customer-menu {
    display: block;
  }
  #search_mini_form .field.search .control #scanner-button {
    right: 21% !important;
    top: 20px !important;
  }
  .customer-name {
    display: block !important;
  }
  .login-container .block-new-customer .block-content .actions-toolbar {
    width: 100%;
    display: inline-block;
    margin: 5px;
  }
  .login-container .block.block-customer-login .fieldset:after,
  .login-container .block.block-new-customer .fieldset:after {
    margin-top: -26px;
  }
  .login-container .block.block-customer-login .log-block-left,
  .login-container .block.block-new-customer .log-block-left {
    width: 60%;
  }
  .wishlist-index-index .products-grid .product-items .product-item .product-item-info .product-item-inner .box-tocart p {
    margin-top: 17px;
  }
  .nav-open .page-wrapper {
    left: 0px !important;
  }
  .mainnav {
    width: 100%;
  }
  .mainnav .limainnav.hassubs .dropdown.megamenu-dropdown {
    width: 90%;
  }
  .mainnav .limainnav.hassubs .dropdown.megamenu-dropdown.mm-col3-noimg,
  .mainnav .limainnav.hassubs .dropdown.megamenu-dropdown.mm-col2-noimg,
  .mainnav .limainnav.hassubs .dropdown.megamenu-dropdown.mm-col1-noimg,
  .mainnav .limainnav.hassubs .dropdown.megamenu-dropdown.mm-col1,
  .mainnav .limainnav.hassubs .dropdown.megamenu-dropdown.mm-col2,
  .mainnav .limainnav.hassubs .dropdown.megamenu-dropdown.mm-col3 {
    width: 90%;
  }
  .mainnav .limainnav.hassubs .dropdown.megamenu-dropdown.mm-col3-noimg .megamenu-items,
  .mainnav .limainnav.hassubs .dropdown.megamenu-dropdown.mm-col2-noimg .megamenu-items,
  .mainnav .limainnav.hassubs .dropdown.megamenu-dropdown.mm-col1-noimg .megamenu-items,
  .mainnav .limainnav.hassubs .dropdown.megamenu-dropdown.mm-col1 .megamenu-items,
  .mainnav .limainnav.hassubs .dropdown.megamenu-dropdown.mm-col2 .megamenu-items,
  .mainnav .limainnav.hassubs .dropdown.megamenu-dropdown.mm-col3 .megamenu-items {
    width: 95%;
  }
  .mainnav .limainnav.hassubs .dropdown.megamenu-dropdown.mm-col3-noimg .megamenu-items .megamenu-level1-items .megamenu-level1-items-ul,
  .mainnav .limainnav.hassubs .dropdown.megamenu-dropdown.mm-col2-noimg .megamenu-items .megamenu-level1-items .megamenu-level1-items-ul,
  .mainnav .limainnav.hassubs .dropdown.megamenu-dropdown.mm-col1-noimg .megamenu-items .megamenu-level1-items .megamenu-level1-items-ul,
  .mainnav .limainnav.hassubs .dropdown.megamenu-dropdown.mm-col1 .megamenu-items .megamenu-level1-items .megamenu-level1-items-ul,
  .mainnav .limainnav.hassubs .dropdown.megamenu-dropdown.mm-col2 .megamenu-items .megamenu-level1-items .megamenu-level1-items-ul,
  .mainnav .limainnav.hassubs .dropdown.megamenu-dropdown.mm-col3 .megamenu-items .megamenu-level1-items .megamenu-level1-items-ul {
    width: 90%;
  }
  .mainnav .limainnav.hassubs .dropdown.megamenu-dropdown.mm-col3-noimg .main-promo-images,
  .mainnav .limainnav.hassubs .dropdown.megamenu-dropdown.mm-col2-noimg .main-promo-images,
  .mainnav .limainnav.hassubs .dropdown.megamenu-dropdown.mm-col1-noimg .main-promo-images,
  .mainnav .limainnav.hassubs .dropdown.megamenu-dropdown.mm-col1 .main-promo-images,
  .mainnav .limainnav.hassubs .dropdown.megamenu-dropdown.mm-col2 .main-promo-images,
  .mainnav .limainnav.hassubs .dropdown.megamenu-dropdown.mm-col3 .main-promo-images {
    width: 95%;
  }
  .mainnav .limainnav.hassubs .dropdown.megamenu-dropdown .megamenu-items,
  .mainnav .limainnav.hassubs .dropdown.megamenu-dropdown .main-promo-images,
  .mainnav .limainnav.hassubs .dropdown.megamenu-dropdown .cat-promo-images {
    width: 100%;
  }
  .mainnav .limainnav.hassubs .dropdown.megamenu-dropdown .megamenu-items .megamenu-title {
    padding: 8px 0px;
    border-bottom: 2px solid #006699;
  }
  .mainnav .limainnav.hassubs .dropdown.megamenu-dropdown .megamenu-items .megamenu-title .title-txt {
    font-size: 1.2rem;
    width: 65%;
  }
  .mainnav .limainnav.hassubs .dropdown.megamenu-dropdown .megamenu-items .megamenu-title .items-count {
    font-size: 1.1rem;
    padding: 5px;
    height: 13px;
    width: 13px;
    color: #006699;
  }
  .mainnav .limainnav.hassubs .dropdown.megamenu-dropdown .megamenu-items .megamenu-title .megamenu-level1-close,
  .mainnav .limainnav.hassubs .dropdown.megamenu-dropdown .megamenu-items .megamenu-title .maindropclose {
    font-size: 1.2rem;
    text-transform: uppercase;
    top: 9px;
  }
  .mainnav .limainnav.hassubs .dropdown.megamenu-dropdown .megamenu-items .megamenu-title .title-txt-line {
    top: 39px;
    display: none;
  }
  .mainnav .limainnav.hassubs .dropdown.megamenu-dropdown .megamenu-items .megamenu-level1-items .megamenu-level1-items-ul {
    width: 95%;
  }
  .mainnav .limainnav.hassubs .dropdown.megamenu-dropdown .megamenu-items .megamenu-level1-items .megamenu-level1-items-ul .megamenu-level1-item {
    padding-bottom: 0px;
  }
  .mainnav .limainnav.hassubs .dropdown.megamenu-dropdown .megamenu-items .megamenu-level1-items .megamenu-level1-items-ul .megamenu-level1-item a.megamenu-item-link {
    line-height: 16px;
    font-size: 1.1rem;
  }
  .mainnav .limainnav.hassubs .dropdown.megamenu-dropdown .megamenu-items .megamenu-level1-items .megamenu-level1-items-ul .megamenu-level1-item .megamenu-item-link-icon {
    position: relative;
    left: 10px;
  }
  .mainnav .limainnav.hassubs .dropdown.megamenu-dropdown .megamenu-items .megamenu-level1-items .megamenu-level1-items-ul .megamenu-level1-item .megamenu-sub-drop {
    top: 25px;
    left: 0px;
    min-width: 260px;
    width: 100%;
  }
  .mainnav .limainnav.hassubs .dropdown.megamenu-dropdown .megamenu-items .megamenu-level1-items .megamenu-level1-items-ul .megamenu-level1-item .megamenu-sub-drop .megamenu-sub-items .mm-item-img {
    min-width: 250px;
    width: 100%;
  }
  .mainnav .limainnav.hassubs .dropdown.megamenu-dropdown .megamenu-items .megamenu-level1-items .megamenu-level1-items-ul .megamenu-level1-item .megamenu-sub-drop .megamenu-sub-items .mm-item-img .megamenu-sub-itemlist {
    width: 100%;
  }
  .mainnav .limainnav.hassubs .dropdown.megamenu-dropdown .megamenu-items .megamenu-level1-items .megamenu-level1-items-ul .megamenu-level1-item .megamenu-sub-drop .megamenu-sub-items .mm-item-img .cat-promo-images {
    width: 100%;
  }
  .ecc-autosuggest.elsearchmain {
    top: 60px;
    left: -5%;
    width: 80%;
    box-shadow: 0px 1px 3px 3px #d4d4d4;
    -webkit-box-shadow: 0px 0px 4px 1px #d4d4d4;
    -moz-box-shadow: 0px 0px 4px 1px #d4d4d4;
    -o-box-shadow: 0px 0px 4px 1px #d4d4d4;
    box-shadow: 0px 0px 4px 1px #d4d4d4;
    border-top: 1px solid #d4d4d4;
  }
  .ecc-autosuggest.elsearchmain .elsrchcolpro .elsearchsec ul.elproducts li.elproduct .product-item-info .product-details {
    width: 260px;
  }
  .ecc-autosuggest.elsearchmain.elsrcthrcol {
    left: 4%;
    top: 110px;
  }
  .ecc-autosuggest.elsearchmain.elsrctwcol {
    left: 4%;
    top: 110px;
  }
  .ecc-autosuggest.elsearchmain.elsrcthrcol {
    width: 80%;
  }
  .ecc-autosuggest.elsearchmain .elsrchcol2 {
    width: 100%;
  }
  .block-search .block-content .minisearch .field.search {
    height: 0px;
  }
  .header .block-search {
    top: 60px;
    width: 80%;
    margin: 0 auto;
  }
  .header .block-search .block-content .field.search {
    width: 82%;
    display: inline-block;
  }
  .header .block-search .block-content .field.search .control {
    border-top: 0px;
  }
  .header .block-search .block-content .field.search .control .input-text {
    width: 100%;
    height: 37px;
    padding: 5px 40px 5px 15px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: static;
  }
  .header .block-search .label {
    position: relative;
    top: 41px;
    z-index: 9;
    left: 10px;
    display: none;
  }
  .header .block-search .block-content .minisearch .field.search {
    display: inline-block;
  }
  .header .block-search .block-content .actions {
    top: -2px;
  }
  .header .block-search .block-content .actions .action.search,
  .header .block-search .block-content .actions .action.search[disabled],
  .header .block-search .block-content .actions .action.search.disabled {
    height: 37px !important;
  }
  .header .block-search .block-content .actions .action.search:before,
  .header .block-search .block-content .actions .action.search[disabled]:before,
  .header .block-search .block-content .actions .action.search.disabled:before {
    content: '\e615';
    font-family: 'luma-icons';
    display: block;
  }
  .epicor_salesrep-crqs-details .page-main .page-title-wrapper .page-title {
    font-size: 22px;
  }
  .epicor_salesrep-crqs-details #rfq_update .a-right #rfq_duplicate,
  .epicor_salesrep-crqs-details #rfq_update .a-right #rfq_save {
    font-size: 13px;
    padding: 3px 10px;
  }
  .epicor_salesrep-crqs-details #rfq_update .a-right #rfq_duplicate {
    top: -40px;
    right: -80px;
  }
  .epicor_salesrep-crqs-details #rfq_update .a-right #rfq_save {
    right: 65px;
    top: -65px;
  }
  .supplierconnect-account-index .box-info .info-list p {
    flex: 1 0 60%;
  }
  .supplierconnect-account-index .box-info .info-list span.value {
    width: 25%;
    float: right;
  }
  .customer-address-index .actions-toolbar {
    position: relative;
    top: -25px;
  }
  .customer-address-index .actions-toolbar .secondary {
    position: relative;
    top: 7px;
  }
  .order-actions-toolbar .action.print {
    display: block;
  }
  #dealer-price-toggle,
  #quotes_block .sorter a {
    background: #006699;
  }
  .account .table-wrapper {
    width: 100%;
    overflow-x: auto;
  }
  #customerconnect_rfqs .admin__data-grid-header .admin__data-grid-pager-wrap {
    float: none;
    position: static;
    display: block;
    width: 100%;
  }
  #customerconnect_rfqs .admin__data-grid-header .admin__data-grid-header-row {
    float: none;
    display: block;
  }
  .branches-list-popup span.location-select {
    width: 30%;
  }
  .modal-popup .modal-inner-wrap {
    width: 90%;
  }
  .category-products {
    width: 100%;
    overflow-x: auto;
  }
  .category-products .toolbar.toolbar-products .toolbar-amount,
  .category-products .toolbar.toolbar-products .toolbar-sorter,
  .category-products .toolbar.toolbar-products .field.limiter {
    display: block;
    text-align: left;
    width: 100%;
    margin-bottom: 5px;
  }
  .quickorderpad .qop-search.csvincluded form,
  .quickorderpad .qop-search form {
    width: 90% !important;
  }
  .rfq_buttons #rfq_duplicate {
    border: 0px;
    color: #006699;
    background: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    outline: none;
    cursor: pointer;
    font-weight: bold;
    padding: 7px 15px 7px;
    border-radius: 25px;
    font-family: 'Source Sans Pro' !important;
    -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;
  }
  .rfq_buttons #rfq_duplicate:hover {
    background: #66cc66 !important;
    color: #006699;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border: 0px;
  }
  .nav-sections .switcher-trigger strong:after {
    display: inline-block;
  }
  .nav-sections .header.links li {
    border-top: 1px solid #efefef;
  }
  .nav-sections .header.links li.customer-welcome .customer-menu .header.links li.authorization-link {
    display: block;
  }
  .nav-sections .header.links li .material-icons {
    position: relative;
    left: 10px;
    top: 6px;
  }
  .nav-sections .header.links li a {
    border-top: 0px;
    display: inline-block;
  }
  .nav-sections .header.links li a:hover {
    display: inline-block;
  }
  .supplierconnect-invoices-details .nav-sections .header.links li.customer-welcome .customer-menu .header.links li.authorization-link {
    display: block;
  }
  .login-container .block-customer-login .fieldset:after {
    margin-top: 55px;
    text-align: left;
    font-size: 1.2rem;
  }
  .login-container .block-customer-login .actions-toolbar .secondary {
    position: relative;
    top: 5px;
    right: 5px;
  }
  .login-container .block-customer-login .actions-toolbar .primary .login.primary,
  .login-container .block-customer-login .actions-toolbar .secondary .login.primary {
    padding: 4px 15px 5px;
  }
  .login-container .block-customer-login .actions-toolbar .primary .action,
  .login-container .block-customer-login .actions-toolbar .secondary .action {
    padding: 5px 7px 5px;
    font-size: 1.2rem;
  }
  .menu-container .mainnav .limainnav {
    padding: 4px 8px;
    float: none;
    border-bottom: 1px solid #d4d4d4;
  }
  .menu-container .mainnav .limainnav a {
    font-size: 1.3rem;
  }
  .menu-container .mainnav .limainnav .dropdown ul.level1 {
    width: 45%;
  }
  .menu-container .mainnav .limainnav .dropdown ul.level1 > li a {
    font-size: 1.3rem;
  }
  .page-header .switcher {
    padding-top: 10px;
  }
  .page-header .switcher.currency .material-icons {
    display: none;
  }
  .page-header .switcher .options {
    width: 50%;
  }
  .page-header .switcher .options.active ul.dropdown {
    width: 100%;
  }
  .page-header .switcher .options .action.toggle {
    width: 100%;
  }
  .page-header .switcher .options .action.toggle strong {
    display: inline-block;
  }
  .page-header .switcher .options .action.toggle strong span {
    font-size: 1.4rem;
  }
  .page-header .switcher .options .action.toggle strong:after {
    display: none;
  }
  .page-header .header-wrapper-content .header.content .customer-welcome,
  .page-header .header-wrapper-content .header.content .customer-login-logo {
    margin-top: 11px;
  }
  .page-header .header-wrapper-content .header.content a.logo {
    margin: -4px auto 5px 26px !important;
  }
  .page-header .header-wrapper-content .header.content a.logo img {
    max-height: 40px;
    height: auto;
    width: auto;
    max-width: 145px;
  }
  .page-header .header-wrapper-content .header.content .selected-branch-wrapper {
    margin-right: 5px;
    position: relative;
    right: 80px;
    top: 0px;
  }
  .page-header .header-wrapper-content .header.content .selected-branch-wrapper s .selected-branch a {
    font-size: 1.2rem;
  }
  .page-header .header-wrapper-content .header.content .selected-branch-wrapper s .selected-branch p {
    font-size: 0px;
  }
  .header .links .ecc-header-link a {
    margin: 0px;
  }
  .columns .sidebar-main {
    position: absolute;
    z-index: 500;
    top: -15px;
    left: 0px;
    height: 3px;
  }
  .columns .sidebar-main:before {
    content: "Account Dashboard \00BB";
    font-size: 1.6rem;
    color: #efefef;
    background: #006699;
    width: 90%;
    display: block;
    padding: 10px 10px 10px 10px;
    font-weight: 500;
  }
  .columns .sidebar-main:hover .block-collapsible-nav {
    overflow: visible;
    width: 200px;
    height: auto;
    margin-bottom: -3px;
    border-right: 1px solid #d4d4d4;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    margin-bottom: 0px !important;
  }
  .columns .sidebar-main .block-collapsible-nav {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    width: 0px;
    overflow: hidden;
    position: static;
  }
  .columns .sidebar-main .block-collapsible-nav .block-collapsible-nav-title {
    font-size: 0px;
    padding: 12px;
  }
  .columns .sidebar-main .block-collapsible-nav .block-collapsible-nav-title span,
  .columns .sidebar-main .block-collapsible-nav .block-collapsible-nav-title strong {
    font-size: 1.4rem;
    font-weight: 600;
  }
  .columns .sidebar-main .block-collapsible-nav .block-collapsible-nav-title:after {
    display: none;
  }
  .columns .sidebar-main .block-collapsible-nav .block-collapsible-nav-content {
    display: block;
  }
  .abs-blocks-2columns,
  .abs-discount-block-desktop .block,
  .amazon-addresses .amazon-address,
  .login-container .block,
  .account .column.main .block:not(.widget) .block-content .box,
  .form-address-edit > .fieldset,
  .form-edit-account .fieldset,
  .storecredit .block,
  .paypal-review-discount .block,
  .cart-discount .block,
  .column .block-addbysku .block-content .box {
    width: 90%;
  }
  .page-wrapper .columns .column .box-account {
    max-width: 100%;
    width: 100%;
    overflow-x: auto;
  }
  .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item {
    padding: 10px 5px 30px 5px;
  }
  .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product.actions {
    float: right;
    clear: right;
  }
  .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .update-cart-item {
    position: relative;
    left: -80px;
    top: 34px;
    padding: 8px 4px !important;
    font-size: 1.2rem;
  }
  .page-footer .footer.content .switcher-store .switcher-options .switcher-trigger,
  .page-footer .footer.content .switcher-store .switcher-options .switcher-option {
    color: #006699;
  }
  .page-footer .footer.content .switcher-store .switcher-options .switcher-trigger .switcher-trigger strong:after,
  .page-footer .footer.content .switcher-store .switcher-options .switcher-option .switcher-trigger strong:after {
    padding-top: 2px;
    padding-left: 10px;
  }
  .footer.content .page-footer {
    margin-top: 0px;
  }
  .footer.content .page-footer .page-main {
    padding-top: 0px;
  }
  .footer.content .page-footer .footer-upper {
    padding: 5px;
  }
  .footer.content .page-footer .footer-upper .footer-links,
  .footer.content .page-footer .footer-upper .footer-contact,
  .footer.content .page-footer .footer-upper .footer-news-follow {
    display: block;
    float: none;
    width: auto;
    margin: 10px auto;
  }
  body._has-modal-custom .modal-custom-overlay {
    z-index: 901 !important;
  }
  .modal-custom.custom-slide .modal-inner-wrap .block-customer-login .actions-toolbar {
    text-align: center;
  }
  .modal-custom.custom-slide .modal-inner-wrap .block-customer-login .actions-toolbar div.primary {
    float: right;
    width: auto;
    display: block;
    margin: 0 auto;
  }
  .modal-custom.custom-slide .modal-inner-wrap .block-customer-login .actions-toolbar div.primary .action.action-login.secondary {
    border: 0px;
    -webkit-box-shadow: 0px 0px 4px 1px #d4d4d4;
    -moz-box-shadow: 0px 0px 4px 1px #d4d4d4;
    -o-box-shadow: 0px 0px 4px 1px #d4d4d4;
    box-shadow: 0px 0px 4px 1px #d4d4d4;
    color: #efefef;
    padding: 7px 15px 7px;
    border-radius: 25px;
    background: #006699;
    text-decoration: none;
    outline: none;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 1.4rem;
    height: 38px;
    font-weight: bold;
    box-shadow: none;
    font-family: 'Source Sans Pro' !important;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: relative;
    top: -6px;
    padding: 1px 10px 2px;
    width: auto;
    text-align: center;
    margin-bottom: 10px;
  }
  .modal-custom.custom-slide .modal-inner-wrap .block-customer-login .actions-toolbar div.primary .action.action-login.secondary:hover {
    background: #66cc66 !important;
    border: 0px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .modal-custom.custom-slide .modal-inner-wrap .block-customer-login .actions-toolbar div.primary .action.action-login.secondary span {
    font-size: 1.2rem;
  }
  .modal-custom.custom-slide .modal-inner-wrap .block-customer-login .actions-toolbar div.secondary {
    padding-top: 0rem;
    margin-right: 0px;
    float: left;
    width: auto;
  }
  .modal-custom.custom-slide .modal-inner-wrap .block-customer-login .actions-toolbar div.secondary .action.action-remind {
    padding: 5px 12px 5px;
    width: auto;
    text-align: center;
    margin-bottom: 10px;
  }
  .modal-custom.custom-slide .modal-inner-wrap .block-customer-login .actions-toolbar div.secondary .action.action-remind span {
    font-size: 1.2rem;
  }
  .form.create.account.form-create-account {
    width: 90%;
  }
  .form.create.account.form-create-account .fieldset .field {
    width: 98%;
  }
  .page-with-filter.catalogsearch-result-index .columns .sidebar-main:before {
    display: none;
  }
  div.button-rfq-action {
    margin-top: 10px;
  }
  .data-table {
    display: block !important;
    width: 100% !important;
    overflow-x: auto !important;
  }
  .account .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  [class^='sales-guest-'] .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .sales-guest-view .column.main .block.block-order-details-view .block-content:not(.widget) .box {
    width: 85%;
  }
  .box-actions.managedashreminder {
    width: 40%;
  }
  .box-actions.managedashreminder a.action.edit {
    display: block;
    margin-bottom: 4px;
    text-align: center;
    width: 55%;
    float: right;
    border: 0px;
    color: #006699;
    background: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    outline: none;
    cursor: pointer;
    font-weight: bold;
    padding: 7px 15px 7px;
    border-radius: 25px;
    font-family: 'Source Sans Pro' !important;
    -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;
    height: auto;
    padding: 6px 12px;
    font-size: 1.2rem;
  }
  .box-actions.managedashreminder a.action.edit:hover {
    background: #66cc66 !important;
    color: #006699;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border: 0px;
  }
  .admin__data-grid-header .admin__data-grid-pager-wrap {
    display: block;
  }
  .admin__data-grid-header .admin__data-grid-pager-wrap .admin__data-grid-pager {
    margin-left: 0rem;
    display: block;
  }
  .admin__data-grid-header .admin__data-grid-header-row {
    display: block;
    float: left;
    clear: both;
  }
  .admin__data-grid-header .admin__data-grid-header-row._massaction {
    width: 100%;
  }
  .admin__data-grid-header .admin__data-grid-header-row._massaction .admin__grid-massaction {
    width: 100%;
  }
  .admin__data-grid-header .admin__data-grid-header-row .admin__filter-actions .action-default.action-secondary,
  .admin__data-grid-header .admin__data-grid-header-row .admin__filter-actions .action-default.action-tertiary {
    border: 0px;
    color: #006699;
    background: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    outline: none;
    cursor: pointer;
    font-weight: bold;
    padding: 7px 15px 7px;
    border-radius: 25px;
    font-family: 'Source Sans Pro' !important;
    -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;
  }
  .admin__data-grid-header .admin__data-grid-header-row .admin__filter-actions .action-default.action-secondary:hover,
  .admin__data-grid-header .admin__data-grid-header-row .admin__filter-actions .action-default.action-tertiary:hover {
    background: #66cc66 !important;
    color: #006699;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border: 0px;
  }
  .box-info .info-list.col-count-1 p span.label,
  .box-info .info-list.col-count-2 p span.label,
  .box-info .info-list.col-count-3 p span.label {
    width: 45%;
    float: left;
  }
  .box-info .info-list.col-count-1 p span.value,
  .box-info .info-list.col-count-2 p span.value,
  .box-info .info-list.col-count-3 p span.value {
    width: 50%;
  }
  .mainnav .limainnav.hassubs > a {
    width: 75%;
  }
  .mainnav .limainnav.hassubs:hover .dropdown {
    opacity: 0;
    visibility: hidden;
    margin-top: 30px;
  }
  .mainnav .limainnav.hassubs.show-drop .dropdown {
    display: block;
    opacity: 1;
    visibility: visible;
    margin-top: 30px;
  }
  .mainnav .limainnav .dropdown ul.level1 ul.level2 ul.level3 {
    width: 100%;
  }
  .mainnav .limainnav .dropdown ul.level1 ul.level2 ul.level3 ul {
    padding-left: 15px;
  }
  .b2b-portal-register #maincontent,
  .customer-account-create #maincontent,
  .customer-account-forgotpassword #maincontent {
    width: 90%;
  }
  .b2b-portal-register #maincontent .form.create.account.form-create-account .fieldset,
  .customer-account-create #maincontent .form.create.account.form-create-account .fieldset,
  .customer-account-forgotpassword #maincontent .form.create.account.form-create-account .fieldset,
  .b2b-portal-register #maincontent .form.password.forget .fieldset,
  .customer-account-create #maincontent .form.password.forget .fieldset,
  .customer-account-forgotpassword #maincontent .form.password.forget .fieldset {
    margin: 0 0 70px;
  }
  .b2b-portal-register #maincontent .form.create.account.form-create-account .actions-toolbar,
  .customer-account-create #maincontent .form.create.account.form-create-account .actions-toolbar,
  .customer-account-forgotpassword #maincontent .form.create.account.form-create-account .actions-toolbar,
  .b2b-portal-register #maincontent .form.password.forget .actions-toolbar,
  .customer-account-create #maincontent .form.password.forget .actions-toolbar,
  .customer-account-forgotpassword #maincontent .form.password.forget .actions-toolbar {
    float: left;
    position: relative;
    top: -50px;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-left: 0px;
    width: 100% !important;
  }
  .wishlist-index-index .products-grid .product-item .product-item-info {
    width: 95%;
  }
  .wishlist-index-index .products-grid .product-item .product-item-info .product-item-name {
    width: 65% !important;
  }
  .wishlist-index-index .products-grid .product-item .product-item-info .product-item-name .product-item-link {
    width: 95% !important;
    display: block !important;
  }
  .wishlist-index-index .products-grid .product-item .product-item-info .product-item-inner .cart-cell.box-tocart .fieldset {
    margin: 10px 0px 20px;
  }
  .wishlist-index-index .form-wishlist-items .actions-toolbar .primary,
  .wishlist-index-index .form-wishlist-items .actions-toolbar .secondary {
    float: none;
    width: 80%;
    margin: 5px auto;
  }
  .wishlist-index-index .form-wishlist-items .product-items .product-item .product-item-info .price-box .price-container .ecc-uom.ecc-uom-grouped .child_uom {
    width: auto;
  }
}
.product-items .product-item .product-item-info .ecc-uom.price-hidden {
  display: block !important;
}
@media only screen and (max-width: 560px) {
  .epicor_salesrep-crqs-details #rfq_update .a-right {
    margin-bottom: 30px;
  }
  .epicor_salesrep-crqs-details #rfq_update .a-right #rfq_save {
    top: -30px;
    right: 80px;
  }
  .epicor_salesrep-crqs-details #rfq_update .a-right #rfq_duplicate {
    top: -5px;
  }
}
@media only screen and (min-width: 769px) {
  .epicor_salesrep-account_manage-erpaccounts .data-grid-checkbox-cell-inner input[type='checkbox'].admin__control-checkbox,
  .epicor_salesrep-account_manage-erpaccounts .data-grid-checkbox-cell-inner input[type='radio'].admin__control-checkbox {
    top: 2px;
  }
  .customerconnect-rfqs-duplicate .fieldset .field .control div.mage-error[generated] {
    top: 35px;
  }
  .mainnav .limainnav .dropdown.megamenu-dropdown .megamenu-items .megamenu-level1-items .megamenu-sub-drop .mm-item-img {
    width: 520px;
  }
  .mainnav .limainnav .dropdown.megamenu-dropdown .megamenu-items .megamenu-level1-items .megamenu-sub-drop .mm-item-img.onlytree,
  .mainnav .limainnav .dropdown.megamenu-dropdown .megamenu-items .megamenu-level1-items .megamenu-sub-drop .mm-item-img.onlypromoimg {
    width: 400px;
  }
  .mainnav .limainnav.hassubs {
    padding-right: 5px;
  }
  .mainnav .limainnav.hassubs .drop-icon {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #search_mini_form .field.search .control #scanner-button {
    display: block !important;
  }
}
@media only screen and (min-width: 640px) and (max-width: 767px) {
  .epicor_salesrep-account_manage-erpaccounts .data-grid-checkbox-cell-inner input[type='checkbox'].admin__control-checkbox,
  .epicor_salesrep-account_manage-erpaccounts .data-grid-checkbox-cell-inner input[type='radio'].admin__control-checkbox {
    top: 2px;
  }
}
@media only screen and (max-width: 639px) {
  #masqueradegrid #masqueradegrid_table thead th.col-row_id,
  #masqueradegrid #masqueradegrid_table tbody th.col-row_id,
  #masqueradegrid #masqueradegrid_table thead td.col-row_id,
  #masqueradegrid #masqueradegrid_table tbody td.col-row_id {
    display: none;
  }
  #line-add .la_field {
    margin-bottom: 5px;
  }
  .page-footer {
    margin-top: 50px;
  }
  .admin__data-grid-pager-wrap {
    width: 100%;
    margin-bottom: 5px;
  }
  .admin__data-grid-header-row {
    margin-bottom: 5px;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) thead {
    display: table-header-group;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody {
    display: table-row-group;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tfoot {
    display: table-footer-group;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) thead tr,
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody tr,
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tfoot tr {
    display: table-row;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) thead tr:before,
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody tr:before,
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tfoot tr:before {
    display: none !important;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) thead tr th,
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody tr th,
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tfoot tr th,
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) thead tr td,
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody tr td,
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tfoot tr td {
    display: table-cell;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) thead tr th:before,
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody tr th:before,
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tfoot tr th:before,
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) thead tr td:before,
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody tr td:before,
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tfoot tr td:before {
    display: none !important;
  }
  .admin__data-grid-header.admin__data-grid-toolbar .admin__data-grid-pager-wrap {
    width: 100%;
  }
  .customerconnect-rfqs-details #rfq_update .a-right.rfq_buttons,
  .dealerconnect-quotes-details #rfq_update .a-right.rfq_buttons,
  .customerconnect-rfqs-new #rfq_update .a-right.rfq_buttons,
  .dealerconnect-quotes-new #rfq_update .a-right.rfq_buttons,
  .supplierconnect-orders-details #rfq_update .a-right.rfq_buttons,
  .dealerconnect-quotes-duplicate #rfq_update .a-right.rfq_buttons,
  .customerconnect-rfqs-duplicate #rfq_update .a-right.rfq_buttons {
    top: -8px !important;
    float: none !important;
    margin-bottom: 35px;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .mark {
    float: none;
    width: 100%;
  }
  .table-wrapper {
    border-top: 0px;
  }
  .sorter {
    float: none;
  }
  .pages-item-next,
  .pages-item-previous {
    position: static;
  }
  form#rfq_confirmreject .page-actions .action-default.scalable.add {
    margin-left: 5px;
  }
  .page-wrapper .columns .column .box-account .page-actions {
    margin-top: 5px;
  }
  .page-wrapper .columns .column .box-account .page-actions button.action-default {
    border: 0px;
    color: #006699;
    background: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    outline: none;
    cursor: pointer;
    font-weight: bold;
    padding: 7px 15px 7px;
    border-radius: 25px;
    font-family: 'Source Sans Pro' !important;
    -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;
    margin-top: 5px;
  }
  .page-wrapper .columns .column .box-account .page-actions button.action-default:hover {
    background: #66cc66 !important;
    color: #006699;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border: 0px;
  }
  .box-info div.col-count-2 {
    column-count: 1;
    -moz-column-count: 1;
    -webkit-column-count: 1;
  }
  .customer-address-index .actions-toolbar {
    top: -40px;
  }
  .customer-address-index.page-layout-2columns-left .page-title-wrapper h1.page-title {
    margin-bottom: 45px;
  }
  #selectgrid #selectgrid_table tr th.col-row_id,
  #selectgrid #selectgrid_table tr td.col-row_id,
  #selectgrid #selectgrid_table tr th.col-location_code,
  #selectgrid #selectgrid_table tr td.col-location_code {
    display: none;
  }
}
@media only screen and (max-width: 932px) {
  #customer_account_shippingaddress_list_table th.col-entity_id,
  #customer_account_billingaddress_list_table th.col-entity_id,
  #customer_account_shippingaddress_list_table td.col-entity_id,
  #customer_account_billingaddress_list_table td.col-entity_id {
    display: none;
  }
}
@media only screen and (max-width: 590px) {
  .box-info div.col-count-3 {
    column-count: 1 !important;
    -moz-column-count: 1 !important;
    -webkit-column-count: 1 !important;
  }
}
@media only screen and (max-width: 480px) {
  .login-container .block.block-customer-login:after,
  .login-container .block.block-new-customer:after {
    box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -webkit-box-shadow: none;
  }
  .login-container .block.block-customer-login .log-block-right,
  .login-container .block.block-new-customer .log-block-right {
    position: static;
    width: 100% !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -webkit-box-shadow: none;
  }
  .login-container .block.block-customer-login .log-block-right span,
  .login-container .block.block-new-customer .log-block-right span {
    width: 180px;
    font-size: 1.8rem;
  }
  .login-container .block.block-customer-login .log-block-left,
  .login-container .block.block-new-customer .log-block-left {
    width: 96%;
    margin: 2%;
  }
  .customerconnect-orders-details.page-layout-2columns-left .page-title-wrapper .page-title,
  .supplierconnect-rfq-details.page-layout-2columns-left .page-title-wrapper .page-title,
  .dealerconnect-claims-details.page-layout-2columns-left .page-title-wrapper .page-title,
  .customerconnect-returns-details.page-layout-2columns-left .page-title-wrapper .page-title,
  .customerconnect-shipments-details.page-layout-2columns-left .page-title-wrapper .page-title,
  .customerconnect-invoices-details.page-layout-2columns-left .page-title-wrapper .page-title,
  .dealerconnect-orders-details.page-layout-2columns-left .page-title-wrapper .page-title {
    margin-bottom: 70px;
  }
  .page-header .header-wrapper-content .header.content .minicart-wrapper {
    padding-left: 5px;
  }
  .page-header .header-wrapper-content .header.content .minicart-wrapper .action.showcart {
    margin-top: 8px;
  }
  .page-header .header-wrapper-content .header.content .minicart-wrapper .action.showcart .text {
    height: auto;
    width: auto;
    display: block;
  }
  .page-header .header-wrapper-content .header.content .counter.qty {
    left: 20px;
  }
  .page-header .header-wrapper-content .header.content .customer-welcome,
  .page-header .header-wrapper-content .header.content .customer-login-logo {
    border-right: 0px;
    right: 40px;
  }
  .page-header .header-wrapper-content .header.content .customer-welcome .material-icons,
  .page-header .header-wrapper-content .header.content .customer-login-logo .material-icons {
    padding-top: 4px;
  }
  .page-header .header-wrapper-content .header.content .selected-branch-wrapper {
    right: 38px;
    top: 0px;
  }
  .page-header .header-wrapper-content .header.content .selected-branch-wrapper .selected-branch a {
    line-height: 1rem;
    text-align: center;
    color: #006699;
  }
  .page-header .header-wrapper-content .header.content .selected-branch-wrapper .selected-branch a strong {
    font-size: 1rem;
  }
  .header .minicart-wrapper {
    margin-top: 4px;
  }
  .header .minicart-wrapper .action.showcart:before {
    height: 24px;
    width: 24px;
  }
  .header .minicart-wrapper .action.showcart span.text {
    display: none;
  }
  .header .minicart-wrapper .action.showcart .counter.qty {
    left: 4px;
    top: -5px;
    font-size: 1rem;
  }
  .header .block-search .block-content .search .label {
    position: relative;
    top: -8px;
  }
  .header .action.nav-toggle {
    top: 14px;
  }
  .header .logo img {
    width: 100px;
    height: auto;
  }
  .col-1.box-info.box-account .vcard,
  .col-2.box-info.box-account .vcard {
    width: 88% !important;
  }
  .account .page-title-wrapper .page-title {
    font-size: 1.8rem;
  }
  #rfq_save {
    margin-left: 10%;
  }
  .fieldset #input-file {
    width: 80%;
  }
  #line-add .la_field {
    width: 43%;
  }
  #show-arpayments-staticcontents #preview-panel {
    padding: 0px;
  }
  #show-arpayments-staticcontents #preview-panel #elementinformation .collapsibleTab {
    font-size: 1.3rem;
    padding: 10px 5px;
  }
  #show-arpayments-staticcontents #preview-panel #elementinformation .collapsibleTab .footer-toggle a {
    font-size: 1.4rem;
    line-height: 30px;
  }
  .customerconnect-rfqs-new #rfq_save,
  .dealerconnect-quotes-new #rfq_save {
    margin-left: 0px;
  }
  .supplierconnect-rfq-details #rfq_update .a-right #rfq_save {
    top: 40px;
  }
}
@media only screen and (max-width: 450px) {
  .block.related .list.items.product-items .item.product-item,
  .block.upsell .list.items.product-items .item.product-item,
  .block.crosssell .list.items.product-items .item.product-item,
  .block.substitute .list.items.product-items .item.product-item {
    width: 90%;
    margin-left: 0px;
  }
  .block.related .list.items.product-items .item.product-item .product-item-info,
  .block.upsell .list.items.product-items .item.product-item .product-item-info,
  .block.crosssell .list.items.product-items .item.product-item .product-item-info,
  .block.substitute .list.items.product-items .item.product-item .product-item-info {
    max-width: 100%;
  }
  .menu-container .mainnav .limainnav .dropdown ul.level1 {
    width: 98%;
  }
  .menu-container .mainnav .limainnav .dropdown ul.level1 ul.level2 ul.level3 {
    width: 80%;
  }
  .menu-container .mainnav .limainnav .dropdown ul.level1 ul.level2 ul.level3 ul {
    padding-left: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 960px) {
  .page-layout-2columns-left .sidebar-additional #cart-quick-add #quickadd-form .buttons-set.actions .action.tocart.primary {
    margin-bottom: 10px;
    width: 100%;
  }
  .sidebar.sidebar-additional .block.block-wishlist .block-content ol li.product-item .product-item-info .product-item-details .product-item-actions {
    position: static;
  }
  .sidebar.sidebar-additional .block.block-wishlist .block-content ol li.product-item .product-item-info .product-item-details .product-item-actions .link-cart {
    height: auto;
    display: block;
    padding: 9px;
    width: 85%;
    text-align: center;
  }
  .sidebar.sidebar-additional .block.block-wishlist .block-content ol li.product-item .product-item-info .product-item-details .product-item-actions .actions-primary,
  .sidebar.sidebar-additional .block.block-wishlist .block-content ol li.product-item .product-item-info .product-item-details .product-item-actions .actions-secondary {
    margin: 0 auto;
    margin-top: 10px;
    display: block;
    float: none;
    position: static;
    width: 100%;
  }
  .sidebar.sidebar-additional .block.block-wishlist .block-content ol li.product-item .product-item-info .product-item-details .product-item-actions .actions-primary .action.delete,
  .sidebar.sidebar-additional .block.block-wishlist .block-content ol li.product-item .product-item-info .product-item-details .product-item-actions .actions-secondary .action.delete {
    position: static;
    width: 85%;
  }
  .sidebar.sidebar-additional .block.block-wishlist .block-content ol li.product-item .product-item-info .product-item-details .product-item-actions .actions-primary .action.tocart.primary,
  .sidebar.sidebar-additional .block.block-wishlist .block-content ol li.product-item .product-item-info .product-item-details .product-item-actions .actions-secondary .action.tocart.primary {
    position: static;
    width: 100%;
  }
  .sidebar.sidebar-additional .block-compare .block-content .actions-toolbar .primary,
  .sidebar.sidebar-additional .block-compare .block-content .actions-toolbar .secondary {
    float: none !important;
    margin-bottom: 5px;
  }
  .sidebar.sidebar-additional .block-compare .block-content .actions-toolbar .primary a.clear,
  .sidebar.sidebar-additional .block-compare .block-content .actions-toolbar .secondary a.clear {
    width: 75%;
  }
  .sidebar.sidebar-additional .block.block-reorder .block-content .form.reorder .actions-toolbar .secondary a.action.view {
    padding: 10px 7px;
  }
  .epicor_salesrep-crqs-details .col-1.box-info.box-account .vcard {
    width: 88%;
  }
  .epicor_salesrep-crqs-details .page-main .page-title-wrapper .page-title {
    font-size: 22px;
  }
  .epicor_salesrep-crqs-details #rfq_update .a-right #rfq_duplicate,
  .epicor_salesrep-crqs-details #rfq_update .a-right #rfq_save {
    font-size: 13px;
    padding: 3px 10px;
  }
  .epicor_salesrep-crqs-details #rfq_update .a-right #rfq_duplicate {
    top: -40px;
    right: -80px;
  }
  .epicor_salesrep-crqs-details #rfq_update .a-right #rfq_save {
    right: 65px;
    top: -65px;
  }
  .footer.content .page-footer .column.main .footer-upper .footer-links,
  .footer.content .page-footer .column.main .footer-upper .footer-contact {
    float: left;
    width: 33%;
  }
  .footer.content .page-footer .column.main .footer-upper .footer-news-follow {
    float: left;
    width: 34%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .abs-blocks-2columns,
  .abs-discount-block-desktop .block,
  .amazon-addresses .amazon-address,
  .login-container .block,
  .account .column.main .block:not(.widget) .block-content .box,
  .form-address-edit > .fieldset,
  .form-edit-account .fieldset,
  .storecredit .block,
  .paypal-review-discount .block,
  .cart-discount .block {
    width: 44%;
  }
  .account .table-wrapper {
    border-bottom: 0px;
    overflow-x: auto !important;
    width: 100% !important;
  }
  .login-container .block-customer-login .fieldset:after {
    margin-top: -5px;
  }
  .header .mainnav > li.limainnav {
    padding: 6px 4px;
  }
  .header .mainnav > li.limainnav > a {
    font-size: 1.3rem;
    padding: 5px 4px;
  }
  .header .mainnav > li.limainnav.hassubs {
    padding-right: 6px;
  }
  .header .mainnav > li.limainnav.hassubs > a:after {
    right: -13px;
    top: 11px;
  }
}
@media only screen and (max-width: 1025px) {
  .page-products .products-grid .product-item .product-item-info {
    z-index: 9;
  }
  .page-products .products-grid .product-item .product-item-info .product-item-photo {
    z-index: 999;
    pointer-events: auto;
  }
  .page-products .products-grid .product-item .product-item-info .product-item-name .product-item-link {
    z-index: 999;
    pointer-events: auto;
  }
  .page-products .products-grid .product-item .product-item-info .product-item-inner .product-item-actions .actions-secondary button,
  .page-products .products-grid .product-item .product-item-info .product-item-inner .product-item-actions .actions-secondary a {
    pointer-events: auto;
    z-index: 999;
  }
  .page-products .products-grid .product-item .product-item-info .product-item-inner .product-item-actions .actions-secondary .box-addtolists button,
  .page-products .products-grid .product-item .product-item-info .product-item-inner .product-item-actions .actions-secondary .box-addtolists a {
    pointer-events: auto;
    z-index: 999;
  }
  .page-products .products-grid .product-item .product-item-info .product-item-inner .product-item-actions .actions-secondary .action.towishlist,
  .page-products .products-grid .product-item .product-item-info .product-item-inner .product-item-actions .actions-secondary .action.tocompare {
    display: block !important;
    z-index: 999;
    pointer-events: auto;
  }
  .page-products .products-grid .product-item .product-item-info .product-item-inner .product-item-actions .actions-secondary .action.towishlist {
    right: 17px !important;
  }
  .page-products .products-grid .product-item .product-item-info .product-item-inner .product-item-actions .actions-primary button,
  .page-products .products-grid .product-item .product-item-info .product-item-inner .product-item-actions .actions-primary a {
    pointer-events: auto;
    z-index: 999;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b2b-portal-login .page-header .panel.header .switcher {
    float: right !important;
  }
  .page-header .panel.wrapper {
    height: 60px;
  }
  .page-header .panel.wrapper .panel.header .switcher {
    border-right: 0px !important;
    margin-right: 0px !important;
  }
  .page-header .panel.wrapper .panel.header .header.links {
    position: absolute;
    top: 30px;
    right: 0px;
    width: 100%;
  }
  .page-header .panel.wrapper .panel.header .header.links .greet {
    left: 10px !important;
    top: -20px !important;
  }
  .page-header .header-wrapper-content .header.content a.logo img {
    max-width: 190px;
  }
  .header .block-search {
    left: 40px;
    width: 45%;
  }
}
@media only screen and (max-width: 1024px) {
  .mainnav .limainnav.hassubs .dropdown.megamenu-dropdown .megamenu-items .megamenu-level1-items .megamenu-sub-drop .megamenu-sub-items .cat-promo-images {
    width: 52%;
  }
}
@media only screen and (min-width: 951px) and (max-width: 1024px) {
  .footer.content .page-footer .column.main .footer-upper.fourcol-footer .footer-links h5,
  .footer.content .page-footer .column.main .footer-upper.fourcol-footer .footer-contact h5,
  .footer.content .page-footer .column.main .footer-upper.fourcol-footer .footer-news-follow h5 {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 540px) and (max-width: 767px) {
  .footer.content .page-footer .column.main .footer-upper .footer-links,
  .footer.content .page-footer .column.main .footer-upper .footer-contact,
  .footer.content .page-footer .column.main .footer-upper .footer-news-follow {
    float: left;
    width: 50%;
  }
  .footer.content .page-footer .column.main .footer-upper .footer-news-follow {
    float: left;
    width: 100%;
  }
}
@media only screen and (min-width: 540px) and (max-width: 950px) {
  .footer.content .page-footer .column.main .footer-upper.fourcol-footer .footer-links,
  .footer.content .page-footer .column.main .footer-upper.fourcol-footer .footer-contact,
  .footer.content .page-footer .column.main .footer-upper.fourcol-footer .footer-news-follow {
    float: left;
    width: 50%;
  }
}
@media only screen and (max-width: 539px) {
  .footer.content .page-footer .column.main .footer-upper.fourcol-footer .footer-links,
  .footer.content .page-footer .column.main .footer-upper.fourcol-footer .footer-contact,
  .footer.content .page-footer .column.main .footer-upper.fourcol-footer .footer-news-follow {
    float: none;
    width: 100%;
  }
  small.copyright .copytxt {
    margin-top: -2px;
  }
}
@media only screen and (max-width: 420px) {
  .ecc-autosuggest .elsrchcolpro .elsearchsec ul.elproducts li.elproduct .product-item-info .product-details {
    width: 165px;
  }
  .mainnav .limainnav.hassubs .dropdown.megamenu-dropdown .main-promo-images .megamenu-image-container .megamenu-image-details h5.megamenu-image-title {
    margin-bottom: 0.5rem;
    font-size: 1.2rem;
  }
  .mainnav .limainnav.hassubs .dropdown.megamenu-dropdown .main-promo-images .megamenu-image-container .megamenu-image-details p.megamenu-image-content {
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
  }
  .mainnav .limainnav.hassubs .dropdown.megamenu-dropdown .main-promo-images .megamenu-image-container .megamenu-image-details a.megamenu-image-button {
    font-size: 1.1rem;
  }
  .mainnav .limainnav.hassubs .dropdown.megamenu-dropdown .megamenu-items .megamenu-level1-items .megamenu-level1-items-ul .megamenu-level1-item .megamenu-sub-drop {
    min-width: 200px !important;
  }
  .mainnav .limainnav.hassubs .dropdown.megamenu-dropdown .megamenu-items .megamenu-level1-items .megamenu-level1-items-ul .megamenu-level1-item .megamenu-sub-drop .megamenu-sub-items .mm-item-img {
    min-width: 200px;
  }
  .mainnav .limainnav.hassubs .dropdown.megamenu-dropdown .megamenu-items .megamenu-level1-items .megamenu-level1-items-ul .megamenu-level1-item .megamenu-sub-drop .megamenu-sub-items .mm-item-img .cat-promo-images .megamenu-image-container .megamenu-image-details h5.megamenu-image-title {
    margin-bottom: 0.3rem;
    font-size: 1.2rem;
  }
  .mainnav .limainnav.hassubs .dropdown.megamenu-dropdown .megamenu-items .megamenu-level1-items .megamenu-level1-items-ul .megamenu-level1-item .megamenu-sub-drop .megamenu-sub-items .mm-item-img .cat-promo-images .megamenu-image-container .megamenu-image-details p.megamenu-image-content {
    margin-bottom: 0.3rem;
    font-size: 1rem;
  }
  .mainnav .limainnav.hassubs .dropdown.megamenu-dropdown .megamenu-items .megamenu-level1-items .megamenu-level1-items-ul .megamenu-level1-item .megamenu-sub-drop .megamenu-sub-items .mm-item-img .cat-promo-images .megamenu-image-container .megamenu-image-details a.megamenu-image-button {
    font-size: 1rem;
  }
}
ul li {
  list-style-type: none;
}
.field.date ._has-datepicker,
.field-dob ._has-datepicker,
.abs-field-date input,
.form-giftregistry-search .fields-specific-options .datetime-picker,
.form.search.advanced .fields.range .field.date input,
.form-giftregistry-edit .field.date input,
.form.search.advanced .fields.range .field.date input,
.form-giftregistry-edit .field.date input {
  margin-right: 8px;
  width: calc(72%);
}
._has-datepicker ~ .ui-datepicker-trigger:before {
  font-size: 2.5rem;
  position: relative;
  left: -2px;
}
.order-review-form .action.primary,
.bundle-actions .action.primary.customize,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.box-tocart .action.tocart,
.cart-summary .checkout-methods-items .action.primary.checkout,
.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,
.box-tocart .action.instant-purchase,
.multicheckout .action.primary {
  padding: 5px 15px;
  font-size: 1.6rem;
}
/*Enhanced quotes */
.main-quotepdp-view .quotepdp-right .quote-pdp-accordian .quotepdpinfo.openhead .quotepdpinfo-heading {
  background: #006699;
  color: #ffffff;
}
.main-quotepdp-view .quotepdp-right .quote-pdp-accordian .quotepdpinfo.openhead .quotepdpinfo-heading .expand-infocontent:after {
  color: #ffffff;
}
.main-quotepdp-view .quotepdp-right .quote-pdp-accordian .quotepdpinfo:hover .quotepdpinfo-heading {
  background: #006699;
  color: #ffffff;
}
.main-quotepdp-view .quotepdp-right .quote-pdp-accordian .quotepdpinfo:hover .quotepdpinfo-heading .expand-infocontent:after {
  color: #ffffff;
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .page-header .header-wrapper-content .header.content .customer-welcome,
  .page-header .header-wrapper-content .header.content .customer-login-logo {
    margin-top: 16px !important;
  }
}
/* Enhanced DashBoard */
#quickadd-form-popup .buttons-set.actions .btn-qop.addmore {
  color: #006699 !important;
}
.quickadd-form-list .wide .field-sku {
  padding-top: 5px;
}
/* MageFan Blog */
.blog-page .sidebar.sidebar-additional .block.block-reorder .block-content .form.reorder .actions-toolbar .primary .action.tocart.primary {
  border-radius: 25px;
  margin-left: 5px;
}
.blog-page .sidebar .action.tocart {
  border-radius: 25px;
  margin-bottom: 5px;
}
/* bulk order pad dropdown menu item */
.mainnav .limainnav.hassubs .widget.block {
  opacity: 0;
  background: #ffffff;
  position: absolute;
  margin-top: 12px;
  margin-left: -5px;
  display: none;
  border: 1px solid #e0eaec;
  visibility: hidden;
  z-index: 100;
}
.mainnav .limainnav.hassubs .widget.block #quickadd-form-popup {
  position: static;
}
.mainnav .limainnav.hassubs:hover .widget.block {
  display: block;
  opacity: 1;
  visibility: visible;
}
.quickadd-form-list .bop-tooltip-icon:before {
  content: "\e60c";
  font-size: 20px;
  font-family: 'luma-icons';
  display: inline-block;
  position: relative;
  top: 6px;
  left: 5px;
  font-weight: 500;
}
.bop-header .barcode-tooltip:before {
  content: "\e60c";
  font-size: 24px;
  font-family: 'luma-icons';
  display: inline-block;
  position: relative;
  top: 5px;
  left: 10px;
  font-weight: 500;
}
/* end of bulk order pad dropdown menu item */
#companylistsgrid #companylistsgrid_table .col-action.a-center {
  text-align: left !important;
}
#companylistsgrid #companylistsgrid_table .companyfavadd .company-selection-radio {
  position: static !important;
  float: left !important;
  height: 15px !important;
  width: 15px !important;
  margin-right: 10px !important;
}
#companylistsgrid #companylistsgrid_table .companyfavadd .botbtn {
  height: 25px !important;
  position: static !important;
  text-align: left !important;
  width: 25px !important;
  float: left !important;
}
#companylistsgrid #companylistsgrid_table .companyfavadd .botbtn .favblock {
  position: static !important;
}
#companylistsgrid #companylistsgrid_table .companyfavadd .botbtn .favblock-active {
  position: static !important;
}
#companylistsgrid #companylistsgrid_table .data-grid-filters td .input-text {
  background: #ffffff !important;
}
/**
 * Copyright © 2010-2018 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 : 12-Mar-2020,
    Author     : Muralidhar.Dixit
*/
.page-layout-2columns-left .page-title-wrapper h1.page-title {
  margin-bottom: 15px;
}
.page-layout-2columns-left .sidebar-additional {
  width: 23% !important;
  padding: 0px;
}
.page-layout-2columns-left .sidebar-additional .block-locationpicker .block-content #locations_filter {
  border-radius: 0px;
}
.page-layout-2columns-left .sidebar-additional .block-locationpicker .block-content .buttons-set .button {
  padding: 10px 12px !important;
}
.page-layout-2columns-left .sidebar-additional .block {
  background: #d4d4d4;
  padding: 0px 0px 10px 0px;
  -webkit-box-shadow: 0px 0px 4px 0px #d4d4d4;
  -moz-box-shadow: 0px 0px 4px 0px #d4d4d4;
  -o-box-shadow: 0px 0px 4px 0px #d4d4d4;
  box-shadow: 0px 0px 4px 0px #d4d4d4;
  border: 1px solid #d4d4d4;
  box-shadow: none;
  margin-bottom: 15px;
}
.page-layout-2columns-left .sidebar-additional .block.block-quick-add .block-title strong span {
  color: #333333;
}
.page-layout-2columns-left .sidebar-additional .block .block-title {
  background-color: none;
  border-bottom: 1px solid #66cc66;
  color: #333333;
  font-family: 'Source Sans Pro' !important;
  text-transform: uppercase;
  padding: 10px 0px;
  margin: 0px 10px;
}
.page-layout-2columns-left .sidebar-additional .block .block-title strong {
  font-size: 1.6rem;
  font-weight: bold;
  color: #333333;
}
.page-layout-2columns-left .sidebar-additional .block .block-title span {
  color: #333333;
}
.page-layout-2columns-left .sidebar-additional .block .empty,
.page-layout-2columns-left .sidebar-additional .block .block-content {
  padding: 8px 10px;
}
.page-layout-2columns-left .sidebar-additional .block .empty .empty,
.page-layout-2columns-left .sidebar-additional .block .block-content .empty {
  padding: 0px;
}
.page-layout-2columns-left .sidebar-additional .block .block-content .form.reorder .actions-toolbar .primary .action.tocart.primary {
  border: 0px;
  -webkit-box-shadow: 0px 0px 4px 1px #d4d4d4;
  -moz-box-shadow: 0px 0px 4px 1px #d4d4d4;
  -o-box-shadow: 0px 0px 4px 1px #d4d4d4;
  box-shadow: 0px 0px 4px 1px #d4d4d4;
  color: #efefef;
  padding: 7px 15px 7px;
  border-radius: 25px;
  background: #006699;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 1.4rem;
  height: 38px;
  font-weight: bold;
  box-shadow: none;
  font-family: 'Source Sans Pro' !important;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.page-layout-2columns-left .sidebar-additional .block .block-content .form.reorder .actions-toolbar .primary .action.tocart.primary:hover {
  background: #66cc66 !important;
  border: 0px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.page-layout-2columns-left .sidebar-additional .block .block-content .actions-toolbar .primary {
  display: block;
  float: right;
}
.page-layout-2columns-left .sidebar-additional .block .block-content .actions-toolbar .primary .action {
  color: #ffffff;
  padding: 10px 20px;
  margin-right: 0px;
  font-size: 1.2rem;
  font-family: 'Source Sans Pro' !important;
}
.page-layout-2columns-left .sidebar-additional .block .block-content .actions-toolbar .primary a.action {
  padding: 10px 20px;
  color: #ffffff;
  font-family: 'Source Sans Pro' !important;
  margin-right: 0px;
  font-size: 1.2rem;
}
.page-layout-2columns-left .sidebar-additional .block .block-content .actions-toolbar .secondary {
  display: block;
  float: left;
}
.page-layout-2columns-left .sidebar-additional .block .block-content .actions-toolbar .secondary .action {
  color: #006699;
  font-size: 1.2rem;
  padding: 10px 20px;
  margin-left: 0px;
  font-family: 'Source Sans Pro' !important;
}
.page-layout-2columns-left .sidebar-additional .block .block-content .actions-toolbar .secondary .action:hover {
  background: none;
  border: 0px;
  color: #000000;
}
.page-layout-2columns-left .sidebar-additional .block .block-content .actions-toolbar .secondary a.action {
  color: #006699;
  background: none;
  border: 0px;
  font-size: 1.2rem;
  padding: 10px 20px;
  font-family: 'Source Sans Pro' !important;
  margin-left: 0px;
}
.page-layout-2columns-left .sidebar-additional .block .block-content .actions-toolbar .secondary a.action:hover {
  background: none;
  border: 0px;
  color: #000000;
}
.page-layout-2columns-left .sidebar-additional #cart-quick-add #quickadd-form .quickadd-form-list .field {
  margin-bottom: 10px;
}
.page-layout-2columns-left .sidebar-additional #cart-quick-add #quickadd-form .quickadd-form-list .field label {
  display: inline-block;
  width: 60px;
}
.page-layout-2columns-left .sidebar-additional #cart-quick-add #quickadd-form .quickadd-form-list .field label em {
  display: none;
}
.page-layout-2columns-left .sidebar-additional #cart-quick-add #quickadd-form .quickadd-form-list .field label.required:after {
  content: "*";
  color: #ff0000;
  font-size: 1.3rem;
  margin-left: 5px;
}
.page-layout-2columns-left .sidebar-additional #cart-quick-add #quickadd-form .quickadd-form-list .field .input-box {
  margin-top: 3px;
  display: inline-block;
  width: auto;
}
.page-layout-2columns-left .sidebar-additional #cart-quick-add #quickadd-form .buttons-set.actions {
  position: relative;
}
.page-layout-2columns-left .sidebar-additional #cart-quick-add #quickadd-form .buttons-set.actions p.required {
  position: absolute;
  left: 0px;
  bottom: -10px;
  font-size: 1.2rem;
}
.page-layout-2columns-left .sidebar-additional #cart-quick-add #quickadd-form .buttons-set.actions .action.tocart.primary {
  border-radius: 25px;
  font-size: 1.3rem;
  height: 38px;
}
.page-layout-2columns-left .sidebar-additional #cart-quick-add #quickadd-form .buttons-set.actions p .wislist {
  float: left;
}
.page-products.page-layout-2columns-left .sidebar.sidebar-main .block.filter .block-content.filter-content .filter-options .filter-options-title {
  padding: 20px 10px 0 30px !important;
  color: #333333;
}
.page-products.page-layout-2columns-left .sidebar.sidebar-main .block.filter .block-content.filter-content .filter-options .filter-options-title:after {
  content: "-";
  position: absolute;
  left: 5px;
  top: 12px;
  font-size: 2rem;
  font-weight: bold;
  color: #333333;
  width: 20px;
}
.page-products.page-layout-2columns-left .sidebar.sidebar-main .block.filter .block-content.filter-content .filter-options .filter-options-title.nonactive {
  color: #006699;
}
.page-products.page-layout-2columns-left .sidebar.sidebar-main .block.filter .block-content.filter-content .filter-options .filter-options-title.nonactive:after {
  content: "+";
  color: #006699;
  top: 13px;
}
.page-products.page-layout-2columns-left .sidebar.sidebar-main .block.filter .block-content.filter-content .filter-options .filter-options-content {
  display: block;
}
.page-products.page-layout-2columns-left .sidebar.sidebar-main .block.filter .block-content.filter-content .filter-options .filter-options-item {
  border: 0px;
}
.page-products.page-layout-2columns-left .sidebar.sidebar-main .block.filter .block-content.filter-content .filter-options .filter-options-item .filter-options-title {
  padding: 20px 10px 0 30px !important;
  color: #333333;
}
.page-products.page-layout-2columns-left .sidebar.sidebar-main .block.filter .block-content.filter-content .filter-options .filter-options-item .filter-options-title:after {
  content: "-";
  position: absolute;
  left: 5px;
  top: 11px;
  font-size: 2rem;
  font-weight: bold;
  color: #333333;
  width: 20px;
}
.page-products.page-layout-2columns-left .sidebar.sidebar-main .block.filter .block-content.filter-content .filter-options .filter-options-item.active .filter-options-title {
  color: #006699 !important;
}
.page-products.page-layout-2columns-left .sidebar.sidebar-main .block.filter .block-content.filter-content .filter-options .filter-options-item.active .filter-options-title:after {
  content: "+" !important;
  color: #006699 !important;
  top: 13px !important;
}
.page-products.page-layout-2columns-left .sidebar.sidebar-main .block.filter .block-content.filter-content div.filter-options .filter-options-item .filter-options-title:after {
  content: "+" !important;
  top: 14px !important;
}
.page-products.page-layout-2columns-left .sidebar.sidebar-main .block.filter .block-content.filter-content div.filter-options .filter-options-item.active .filter-options-title:after {
  content: "-" !important;
}
.product_skus {
  max-height: 72px;
  overflow-y: auto;
}
.product_skus p {
  margin-bottom: 1px;
}
.page-products .product_skus {
  width: 45%;
}
.page-layout-2columns-left .column.main,
.catalogsearch-result-index .column.main {
  width: 75% !important;
}
.toolbar.toolbar-products .toolbar-amount {
  display: none;
}
.products.wrapper ~ .toolbar.toolbar-products .toolbar-amount {
  display: block;
  color: #222222;
  padding-top: 10px;
}
.page-products .product-list-container.tableviewactive .toolbar.toolbar-products:first-child {
  padding-bottom: 3px !important;
  margin-bottom: 3px !important;
}
.page-products .product-list-container.tableviewactive .bulk-add-to-wrapper {
  margin-bottom: 45px !important;
}
.page-products .column.main {
  position: relative;
}
.page-products .column.main .plp-heading {
  float: left;
  width: 62%;
}
.page-products .column.main .page-title-wrapper {
  position: static;
  text-align: left;
  width: 100%;
  float: left;
}
.page-products .column.main .page-title-wrapper h1.page-title {
  margin-bottom: 10px;
  font-weight: bold;
  color: #333333;
  text-align: left;
}
.page-products .column.main .toolbar-products {
  padding: 15px 3px 15px 0px;
  color: #efefef;
}
.page-products .column.main .toolbar-products .plp-heading {
  display: block;
}
.page-products .column.main .toolbar-products:last-child {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
.page-products .column.main .toolbar-products:last-child .plp-heading {
  display: none;
}
.page-products .column.main .toolbar-products .toolbar-total-items {
  color: #222222;
  position: static;
  text-align: left;
}
.page-products .column.main .toolbar-products .toolbar-total-items:before {
  width: 50px;
  height: 2px;
  background: #006699;
  content: " ";
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 3px;
}
.page-products .column.main .toolbar-products .pages {
  margin: 0px auto;
  left: 0px;
  right: 10%;
  position: absolute;
  bottom: 73px;
}
.page-products .column.main .toolbar-products .pages .pages-items .item.pages-item-previous .action,
.page-products .column.main .toolbar-products .pages .pages-items .item.pages-item-next .action {
  border-radius: 30px;
  width: 30px;
  height: 30px;
  top: -2px;
  background: none;
  color: #222222;
  padding: 1px;
}
.page-products .column.main .toolbar-products .pages .pages-items .item.pages-item-previous .action:hover,
.page-products .column.main .toolbar-products .pages .pages-items .item.pages-item-next .action:hover {
  color: #ffffff;
  background: #66cc66;
  -webkit-box-shadow: 0px 0px 4px 1px #d4d4d4;
  -moz-box-shadow: 0px 0px 4px 1px #d4d4d4;
  -o-box-shadow: 0px 0px 4px 1px #d4d4d4;
  box-shadow: 0px 0px 4px 1px #d4d4d4;
}
.page-products .column.main .toolbar-products .pages .pages-items .item.pages-item-previous .action:hover.previous:before,
.page-products .column.main .toolbar-products .pages .pages-items .item.pages-item-next .action:hover.previous:before,
.page-products .column.main .toolbar-products .pages .pages-items .item.pages-item-previous .action:hover.next:before,
.page-products .column.main .toolbar-products .pages .pages-items .item.pages-item-next .action:hover.next:before {
  color: #006699;
}
.page-products .column.main .toolbar-products .pages .pages-items .item.pages-item-previous .action.previous:before,
.page-products .column.main .toolbar-products .pages .pages-items .item.pages-item-next .action.previous:before {
  margin: -1px 0 0 -2px;
  color: #006699;
}
.page-products .column.main .toolbar-products .pages .pages-items .item.pages-item-previous .action.next:before,
.page-products .column.main .toolbar-products .pages .pages-items .item.pages-item-next .action.next:before {
  margin: -1px 0 0 0px;
  color: #006699;
}
.page-products .column.main .toolbar-products .pages .pages-items .item a.page {
  background: none;
  line-height: 3.4rem;
  height: 30px;
  border-radius: 25px;
  width: 32px;
  text-align: center;
  padding: 0px;
  padding-bottom: 2px;
  color: #006699;
}
.page-products .column.main .toolbar-products .pages .pages-items .item a.page:hover {
  background: #66cc66;
  -webkit-box-shadow: 0px 0px 4px 1px #d4d4d4;
  -moz-box-shadow: 0px 0px 4px 1px #d4d4d4;
  -o-box-shadow: 0px 0px 4px 1px #d4d4d4;
  box-shadow: 0px 0px 4px 1px #d4d4d4;
  color: #006699;
}
.page-products .column.main .toolbar-products .pages .pages-items .item.current .page {
  border-radius: 25px;
  color: #006699;
  background: #66cc66;
  padding: 1px;
  width: 30px;
  height: 30px;
}
.page-products .products-table .product-item.table thead tr th {
  background: #006699;
  border-left: 1px solid #cccccc;
  color: #ffffff;
}
.page-products .products-table .product-item.table thead tr th:last-child {
  border-right: 1px solid #cccccc;
}
.page-products .products-table .product-item.table tbody tr:nth-child(odd) td {
  background-color: #e9e9e9;
}
.page-products .products-table .product-item.table tbody tr:nth-child(even) td {
  background-color: #f9f9f9;
}
.page-products .products-table .product-item.table tbody tr:last-child td {
  border-bottom: 1px solid #cccccc;
}
.page-products .products-table .product-item.table tbody td {
  border-left: 1px solid #cccccc;
}
.page-products .products-table .product-item.table tbody td .action.primary.hide-price-button {
  max-width: 150px !important;
}
.page-products .products-table .product-item.table tbody td .action.primary.hide-price-button span {
  overflow: hidden !important;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block !important;
}
.page-products .products-table .product-item.table tbody td:last-child {
  border-right: 1px solid #cccccc;
}
.page-products .products-table .product-item.table tbody td .product_skus {
  max-height: 70px;
  overflow-y: auto;
  min-height: unset;
  height: unset;
}
.page-products .products-table .product-item.table tbody td .product_skus p {
  line-height: 16px;
}
.page-products .products-table .product-item.table tbody td .field.qty .btn-qty {
  font-size: 2rem;
  top: 3px;
  text-align: center;
  margin-left: 3px;
  margin-right: 2px;
  border-radius: 25px;
  height: 35px !important;
  width: 35px !important;
  background: #006699 !important;
  box-shadow: 0px 0px 0px 6px inset #ffffff;
  border: 2px solid #006699;
  display: inline-block;
  padding: 3px 9px 15px;
  color: #ffffff;
  cursor: pointer;
}
.page-products .products-table .product-item.table tbody td .field.qty .btn-qty.minus:after {
  color: #ffffff;
  position: relative;
  top: -1px;
}
.page-products .products-table .product-item.table tbody td .field.qty .btn-qty.plus:after {
  color: #ffffff;
  position: relative;
  top: -0.7px;
  left: 0.5px;
}
.page-products .products-list .product-item-photo {
  padding: 0 30px 0px 0;
}
.page-products .products-list .product-item-photo .product-image-photo {
  max-height: 175px;
}
.page-products .toolbar-products {
  background: none;
}
.page-products .toolbar-products .modes {
  position: absolute;
  right: 0px;
  margin-right: 0px;
}
.page-products .toolbar-products .modes .modes-mode.active {
  display: none;
}
.page-products .toolbar-products .modes .modes-mode {
  border-radius: 25px;
  padding: 10px;
  background: #d4d4d4;
  height: 19px;
  width: 22px;
}
.page-products .toolbar-products .modes .modes-mode:before {
  font-size: 2.0rem;
  color: #006699;
}
.page-products .toolbar-products .modes .modes-mode:hover:before {
  color: #66cc66;
}
.page-products .toolbar-products .modes .modes-mode.mode-table {
  padding: 7px 11px 14px 8px;
}
.page-products .toolbar-products .modes .modes-mode.mode-table:before {
  font-size: 2.8rem;
}
.page-products .toolbar-products .toolbar-sorter {
  margin-right: 95px;
  border-radius: 25px;
  background: #d4d4d4;
  padding: 4px 4px;
}
.page-products .toolbar-products .toolbar-sorter .sorter-label {
  color: #222222;
  font-size: 1.2rem;
  padding-left: 7px;
}
.page-products .toolbar-products .toolbar-sorter select.sorter-options {
  font-size: 1.2rem;
  appearance: auto;
  border: 0px;
  color: #222222;
  font-weight: bold;
  background: none;
}
.page-products .toolbar-products .toolbar-sorter .sorter-action {
  top: 0px;
}
.page-products .toolbar-products .toolbar-sorter .sorter-action.sort-asc:before,
.page-products .toolbar-products .toolbar-sorter .sorter-action.sort-desc:before {
  color: #006699;
  font-size: 2.0rem;
}
.page-products .toolbar-products .toolbar-sorter .sorter-action:hover.sort-asc:before,
.page-products .toolbar-products .toolbar-sorter .sorter-action:hover.sort-desc:before {
  color: #66cc66;
  font-size: 2.0rem;
}
.page-products .toolbar-products .field.limiter {
  border-radius: 25px;
  background: #d4d4d4;
  padding: 6px 10px;
  margin-right: 0px;
}
.page-products .toolbar-products .field.limiter .label {
  color: #222222;
}
.page-products .toolbar-products .field.limiter .control {
  background: none;
}
.page-products .toolbar-products .field.limiter .control .limiter-options {
  appearance: auto;
  border: 0px;
  background: none;
  padding-right: 2px;
  box-shadow: none;
  font-weight: bold;
}
.page-products .toolbar-products .field.limiter .limiter-text {
  background: none;
  color: #222222;
}
.page-products .toolbar.toolbar-products:first-child {
  border-top: 0px solid transparent !important;
  border-bottom: 0px solid transparent !important;
}
.page-products.page-layout-2columns-left .sidebar.sidebar-main {
  width: 23%;
  padding-right: 0px;
  margin-bottom: 15px;
}
.page-products.page-layout-2columns-left .sidebar.sidebar-main .block.filter {
  margin-bottom: 0px;
  background: #d4d4d4;
  padding: 0px 0px 10px 0px;
  -webkit-box-shadow: 0px 0px 4px 0px #d4d4d4;
  -moz-box-shadow: 0px 0px 4px 0px #d4d4d4;
  -o-box-shadow: 0px 0px 4px 0px #d4d4d4;
  box-shadow: 0px 0px 4px 0px #d4d4d4;
  border: 1px solid #d4d4d4;
  box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -webkit-box-shadow: none;
}
.page-products.page-layout-2columns-left .sidebar.sidebar-main .block.filter .action.clear.filter-clear {
  border: 0px;
  color: #006699;
  background: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  outline: none;
  cursor: pointer;
  font-weight: bold;
  padding: 7px 15px 7px;
  border-radius: 25px;
  font-family: 'Source Sans Pro' !important;
  -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;
}
.page-products.page-layout-2columns-left .sidebar.sidebar-main .block.filter .action.clear.filter-clear:hover {
  background: #66cc66 !important;
  color: #006699;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: 0px;
}
.page-products.page-layout-2columns-left .sidebar.sidebar-main .block.filter .block-content.filter-content {
  position: relative;
  padding-top: 35px;
}
.page-products.page-layout-2columns-left .sidebar.sidebar-main .block.filter .block-content.filter-content .block-subtitle.filter-subtitle {
  background: none;
  color: #333333;
  padding: 13px 0px 11px;
  margin: 0px 10px;
  border-bottom: 1px solid #66cc66;
  font-size: 1.6rem;
  font-family: 'Source Sans Pro' !important;
  font-weight: bold;
  text-transform: uppercase;
  position: absolute;
  width: 92%;
  top: 0px;
}
.page-products.page-layout-2columns-left .sidebar.sidebar-main .block.filter .block-content.filter-content .filter-options .filter-options-title {
  padding: 20px 40px 0 10px;
}
.page-products.page-layout-2columns-left .sidebar.sidebar-main .block.filter .block-content.filter-content .filter-options-content .items {
  padding-left: 15px;
}
.page-products.page-layout-2columns-left .sidebar.sidebar-main .block.filter .block-content.filter-content .filter-options-content .items .item {
  margin: 0;
  list-style: none;
}
.page-products.page-layout-2columns-left .sidebar.sidebar-main .block.filter .block-content.filter-content .filter-options-content .items .item a {
  padding: 5px 7px 5px 5px;
  display: block;
  word-break: break-word;
  background: none;
}
.page-products.page-layout-2columns-left .sidebar.sidebar-main .block.filter .block-content.filter-content .filter-options-content .items .item a:hover {
  background: none;
  color: #006699;
  font-weight: bold;
}
.page-products.page-layout-2columns-left .sidebar.sidebar-main .block.filter .block-content.filter-content .filter-current ol.items li.item {
  list-style: none;
  padding-left: 25px;
}
.page-products.page-layout-2columns-left .sidebar.sidebar-main .block.filter .block-content.filter-content .filter-current ol.items li.item .action.remove {
  background: #ed5463;
  border-radius: 25px;
  height: 21px;
  width: 21px;
}
.page-products.page-layout-2columns-left .sidebar.sidebar-main .block.filter .block-content.filter-content .filter-current ol.items li.item .action.remove:before {
  font-size: 1.1rem;
  padding: 2px 5px;
  color: #ffffff;
  font-weight: bold;
}
.page-products.page-layout-2columns-left .sidebar.sidebar-main .block.filter div.title {
  background: none;
  color: #333333;
  padding: 10px 0px 8px;
  margin: 0px 10px;
  border-bottom: 1px solid #66cc66;
  text-transform: uppercase;
}
.page-products.page-layout-2columns-left .sidebar.sidebar-main .block.filter div.title strong {
  font-size: 1.6rem;
  font-family: 'Source Sans Pro' !important;
  font-weight: bold;
  text-transform: uppercase;
}
.page-products.page-layout-2columns-left .sidebar.sidebar-main .block.filter div.content {
  padding: 10px;
}
.page-products.page-layout-2columns-left .sidebar.sidebar-main .block.filter div.content dl.options dt {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-family: 'Source Sans Pro' !important;
  color: #006699;
}
.page-products.page-layout-2columns-left .sidebar.sidebar-main .block.filter div.content dl.options dd ol.items {
  padding-left: 0px;
}
.page-products.page-layout-2columns-left .sidebar.sidebar-main .block.filter div.content dl.options dd ol.items li.item {
  padding: 2px;
  list-style: none;
}
.page-products.page-layout-2columns-left .sidebar.sidebar-main .block.filter div.content dl.options dd ol.items li.item a {
  color: #000000;
  font-weight: bold;
  margin-right: 15px;
}
.page-products.page-layout-2columns-left .sidebar.sidebar-main .block.filter div.content dl.options dd ol.items li.item a:hover {
  color: #006699;
  text-decoration: none;
}
.page-products.page-layout-2columns-left .sidebar.sidebar-main .block.filter div.content dl.options dd ol.items li.item .count {
  margin-left: 0px;
  font-weight: bold;
}
.page-products.page-layout-2columns-left .sidebar.sidebar-main .block.filter.filter-no-options .block-title.filter-title {
  display: block;
}
.page-products.page-layout-2columns-left .sidebar.sidebar-main .block.filter.filter-no-options .block-title.filter-title strong {
  border: 0px;
  border-bottom: 1px solid #66cc66;
  background: none !important;
  font-weight: bold;
  font-family: 'Source Sans Pro' !important;
  font-size: 1.6rem;
  padding: 11px 0px;
  display: block;
  width: 93%;
  text-align: left;
  margin: 0px auto;
  position: static;
  box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -webkit-box-shadow: none;
}
.page-products.page-layout-2columns-left .sidebar.sidebar-main .block.filter.filter-no-options .filter-content {
  padding-top: 0px;
}
.page-products.page-layout-2columns-left .sidebar.sidebar-main .block.filter.filter-no-options .filter-content .filter-current ol.items {
  margin-bottom: 5px;
}
.page-products.page-layout-2columns-left .sidebar.sidebar-main .block.filter.filter-no-options .filter-content .filter-current ol.items li.item {
  list-style: none;
  padding-left: 25px;
}
.page-products.page-layout-2columns-left .sidebar.sidebar-main .block.filter.filter-no-options .filter-content .filter-current ol.items li.item .action.remove {
  background: #ed5463;
  border-radius: 25px;
  height: 21px;
  width: 21px;
}
.page-products.page-layout-2columns-left .sidebar.sidebar-main .block.filter.filter-no-options .filter-content .filter-current ol.items li.item .action.remove:before {
  font-size: 1.1rem;
  padding: 2px 5px;
  color: #ffffff;
  font-weight: bold;
}
.sidebar.sidebar-additional .block-compare .block-content .actions-toolbar .primary {
  float: left;
}
.sidebar.sidebar-additional .block-compare .block-content .actions-toolbar .secondary {
  float: right;
}
.sidebar.sidebar-additional .block-compare .block-content .product-items-names .product-item {
  background: none;
  border: 0px;
  margin-bottom: 2px;
  font-weight: bold;
}
.sidebar.sidebar-additional .block-compare .block-content .product-items-names .product-item a.action.delete {
  font-size: 2.0rem;
  font-weight: bold;
  height: 21px;
  width: 21px;
  background: #da3e4d;
  border-radius: 25px;
  margin-left: -6px;
}
.sidebar.sidebar-additional .block-compare .block-content .product-items-names .product-item a.action.delete:before {
  font-size: 1.1rem;
  color: #ffffff;
  font-weight: bold;
  position: relative;
  top: -4px;
  left: 5px;
}
.sidebar.sidebar-additional .block-compare .block-content .product-items-names .product-item strong.product-item-name {
  font-family: 'Source Sans Pro' !important;
  font-weight: bold;
}
.sidebar.sidebar-additional .product-items .product-item {
  padding: 5px;
  border: 1px solid #d4d4d4;
  background: #ffffff;
  margin-bottom: 10px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.sidebar.sidebar-additional .product-items .product-item .product-item-details .product-item-name a {
  font-weight: 600;
}
.sidebar.sidebar-additional .product-items .product-item .product-item-details .product-item-name .price-box .special-price .price-label,
.sidebar.sidebar-additional .product-items .product-item .product-item-details .product-item-name .price-box .old-price .price-label {
  font-size: 1.2rem;
}
.sidebar.sidebar-additional .product-items .product-item .product-item-details .product-item-name .price-box .special-price .price,
.sidebar.sidebar-additional .product-items .product-item .product-item-details .product-item-name .price-box .old-price .price {
  font-size: 1.3rem;
}
.sidebar.sidebar-additional .product-items .product-item .product-item-details .product-item-name .price-box .old-price {
  display: inline-block;
}
.sidebar.sidebar-additional .product-items .product-item .product-item-details .product-item-name .price-box .price-excluding-tax:before {
  font-size: 1.4rem;
  font-weight: 600;
}
.sidebar.sidebar-additional .product-items .product-item .product-item-details .product-item-name .price-box .price-excluding-tax .price {
  font-size: 1.4rem;
}
.sidebar.sidebar-additional .product-items .product-item .product-item-actions {
  margin-bottom: 10px;
}
.sidebar.sidebar-additional .product-items .product-item .product-item-actions .link-cart {
  border: 0px;
  -webkit-box-shadow: 0px 0px 4px 1px #d4d4d4;
  -moz-box-shadow: 0px 0px 4px 1px #d4d4d4;
  -o-box-shadow: 0px 0px 4px 1px #d4d4d4;
  box-shadow: 0px 0px 4px 1px #d4d4d4;
  color: #efefef;
  padding: 7px 15px 7px;
  background: #006699;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 1.4rem;
  height: 38px;
  font-weight: bold;
  box-shadow: none;
  font-family: 'Source Sans Pro' !important;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 7px 10px;
  font-size: 1.2rem;
  border-radius: 25px;
}
.sidebar.sidebar-additional .product-items .product-item .product-item-actions .link-cart:hover {
  background: #66cc66 !important;
  border: 0px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.sidebar.sidebar-additional .product-items .product-item .product-item-actions .actions-primary .action.tocart.primary {
  padding: 7px 10px;
  font-size: 1.2rem;
  border-radius: 25px;
}
.sidebar.sidebar-additional .product-items .product-item .product-item-actions .actions-primary form .action.tocart.primary {
  width: 90% !important;
}
.sidebar.sidebar-additional .product-items .product-item .product-item-actions .actions-secondary .btn-remove.action.delete {
  color: #006699;
  background: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  outline: none;
  cursor: pointer;
  font-weight: bold;
  padding: 7px 15px 7px;
  border-radius: 25px;
  font-family: 'Source Sans Pro' !important;
  -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;
  line-height: 18px;
  text-align: center;
  width: auto;
  padding: 7px 6px;
  top: -2px !important;
  border: 0px;
  background: none;
}
.sidebar.sidebar-additional .product-items .product-item .product-item-actions .actions-secondary .btn-remove.action.delete:hover {
  background: #66cc66 !important;
  color: #006699;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: 0px;
}
.sidebar.sidebar-additional .product-items .product-item .product-item-actions .actions-secondary .btn-remove.action.delete:before {
  color: #006699;
  content: "REMOVE";
  font-size: 1.2rem;
  font-weight: bold;
  position: relative;
  top: 7px;
  font-family: 'Source Sans Pro' !important;
  width: auto;
  border: 0px;
  background: none;
}
.sidebar.sidebar-additional .product-items .product-item .product-item-actions .actions-secondary .btn-remove.action.delete:hover {
  background: none;
  color: #000000;
}
.sidebar.sidebar-additional .product-items .product-item .product-item-actions .actions-secondary .btn-remove.action.delete:hover:before {
  color: #000000;
}
.sidebar.sidebar-additional .product-items .product-item:hover {
  background-color: #f9f9f9;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.sidebar.sidebar-additional .actions-toolbar {
  margin-bottom: 0px;
}
.sidebar.sidebar-additional .actions-toolbar .primary a.action {
  border: 0px;
  -webkit-box-shadow: 0px 0px 4px 1px #d4d4d4;
  -moz-box-shadow: 0px 0px 4px 1px #d4d4d4;
  -o-box-shadow: 0px 0px 4px 1px #d4d4d4;
  box-shadow: 0px 0px 4px 1px #d4d4d4;
  color: #efefef;
  padding: 7px 15px 7px;
  border-radius: 25px;
  background: #006699;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 1.4rem;
  height: 38px;
  font-weight: bold;
  box-shadow: none;
  font-family: 'Source Sans Pro' !important;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  height: auto;
}
.sidebar.sidebar-additional .actions-toolbar .primary a.action:hover {
  background: #66cc66 !important;
  border: 0px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.sidebar.sidebar-additional .block.block-reorder .block-content .form.reorder .actions-toolbar .primary .action.tocart.primary {
  padding: 4px 7px;
  font-size: 1.3rem;
}
.sidebar.sidebar-additional .block.block-reorder .block-content .form.reorder .actions-toolbar .secondary a.action.view {
  padding: 10px 7px;
  font-size: 1.3rem;
}
.sidebar.sidebar-additional .block.block-reorder .block-content ol li.product-item .product-item-name .product-item-link {
  font-family: 'Source Sans Pro' !important;
}
.sidebar.sidebar-additional .block.block-reorder .block-content ol li.product-item .product-item-name .product-item-link span {
  font-family: 'Source Sans Pro' !important;
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
}
.sidebar.sidebar-additional .block.block-wishlist .block-content ol li.product-item {
  min-height: 125px;
}
.sidebar.sidebar-additional .block.block-wishlist .block-content ol li.product-item .product-item-info .product-item-details .product-item-actions {
  margin-top: 45px !important;
  margin-bottom: 20px !important;
  position: relative;
}
.sidebar.sidebar-additional .block.block-wishlist .block-content ol li.product-item .product-item-info .product-item-details .product-item-actions .actions-primary {
  margin-left: 0px;
  float: left;
  position: relative;
  top: -8px;
}
.sidebar.sidebar-additional .block.block-wishlist .block-content ol li.product-item .product-item-info .product-item-details .product-item-actions .actions-primary .action.tocart.primary {
  height: 29px;
}
.sidebar.sidebar-additional .block.block-wishlist .block-content ol li.product-item .product-item-info .product-item-details .product-item-actions .actions-secondary .btn-remove.action.delete {
  padding: 0px 10px 1px;
  top: -9px !important;
  height: 29px;
  color: #006699;
}
.sidebar.sidebar-additional .block.block-wishlist .block-content ol li.product-item .product-item-info .product-item-details .product-item-actions .actions-secondary .btn-remove.action.delete:before {
  top: 5px;
}
.sidebar.sidebar-additional .block.block-wishlist .block-content ol li.product-item .product-item-info .product-item-details .product-item-actions .actions-secondary .btn-remove.action.delete:hover {
  background: #66cc66 !important;
  color: #006699;
}
.sidebar.sidebar-additional .block.block-wishlist .block-content ol li.product-item .product-item-photo .photo.image {
  width: auto;
  max-height: 70px;
  max-width: 70px;
}
.sidebar.sidebar-additional .block.block-wishlist .block-content ol li.product-item .product-item-name {
  margin-right: 3px;
}
.sidebar.sidebar-additional .block.block-wishlist .block-content ol li.product-item .product-item-name .product-item-link {
  font-family: 'Source Sans Pro' !important;
  font-size: 1.2rem;
}
.sidebar.sidebar-additional .block.block-wishlist .block-content ol li.product-item .product-item-name .product-item-link span {
  font-family: 'Source Sans Pro' !important;
  overflow: hidden;
  font-size: 1.2rem;
  width: 130px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.sidebar.sidebar-additional .block.block-wishlist .block-content ol li.product-item .old-price {
  display: block;
}
.sidebar.sidebar-additional .block.block-wishlist .block-content .actions-toolbar .primary {
  float: none;
}
.catalog-category-view .columns .column.main {
  padding-left: 15px;
}
.page-products .products-list .product-item .product-item-actions .subscription.secondary {
  width: 130px;
  padding: 2px;
  margin-bottom: 7px;
  height: 32px;
  font-size: 14px;
  box-shadow: 0px 0px 4px #999999 !important;
  -webkit-box-shadow: 0px 0px 4px #999999 !important;
  -moz-box-shadow: 0px 0px 4px #999999 !important;
  -o-box-shadow: 0px 0px 4px #999999 !important;
}
.page-products .products-list .product-item .product-item-actions .subscription.secondary:active,
.page-products .products-list .product-item .product-item-actions .subscription.secondary:focus {
  background: none !important;
  color: #66cc66 !important;
}
.page-products .products-list .product-item .actions-primary .action.tocart.primary {
  margin-bottom: 2px;
}
.page-products .products-list .product-item .actions-primary .locations_add_to_cart br {
  display: none;
}
.catalogsearch-result-index .message.notice {
  top: -20px;
  padding: 5px 10px 5px 35px;
}
.catalogsearch-result-index .message.notice div:before {
  top: 13px;
}
.page-products .configurable_addtocart .add-to-cart .configurator-add.btn-cart span .material-icons {
  display: none;
}
.subscription-lbl {
  background: #66cc66;
  color: #006699;
}
.subscription-lbl .downspan {
  border-top: 10px solid #66cc66;
  top: 31.6px;
}
.quickorderpad-form-results .subscription-lbl .downspan {
  top: 34.5px;
}
.page-products .products-grid,
.wishlist-index-index .products-grid {
  margin: 0px;
}
.page-products .products-grid *,
.wishlist-index-index .products-grid * {
  box-sizing: border-box;
}
.page-products .products-grid .product-items,
.wishlist-index-index .products-grid .product-items {
  margin: 0px 0px 10px;
  display: grid;
  grid-auto-flow: unset;
  grid-gap: 15px;
  grid-template-columns: repeat(3, 1fr);
}
.page-products .products-grid .product-item,
.wishlist-index-index .products-grid .product-item {
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
  background: none;
  width: 100% !important;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
  min-height: 285px;
  margin: 0px !important;
  padding: 0px 0px 60px 0px !important;
}
.page-products .products-grid .product-item .product-item-info .product-item-actions,
.wishlist-index-index .products-grid .product-item .product-item-info .product-item-actions {
  padding: 3px 3px 0px;
}
.page-products .products-grid .product-item .product-item-info .product-item-actions .hide-price-button,
.wishlist-index-index .products-grid .product-item .product-item-info .product-item-actions .hide-price-button {
  width: 92%;
  text-align: center;
  font-size: 14px;
  padding: 10px;
  position: absolute;
  bottom: 11px;
  left: 0px;
  right: 0px;
  margin: 0 auto;
}
.page-products .products-grid .product-item .product-item-info .product-item-actions .hide-price-button span,
.wishlist-index-index .products-grid .product-item .product-item-info .product-item-actions .hide-price-button span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page-products .products-grid .product-item .product-item-info .product-item-actions.hassubscription,
.wishlist-index-index .products-grid .product-item .product-item-info .product-item-actions.hassubscription {
  padding-top: 40px !important;
}
.page-products .products-grid .product-item .product-item-info .product-item-actions.hassubscription .subscription-lbl,
.wishlist-index-index .products-grid .product-item .product-item-info .product-item-actions.hassubscription .subscription-lbl {
  bottom: 60px !important;
  position: absolute;
  background: #66cc66;
  color: #006699;
}
.page-products .products-grid .product-item .product-item-info .product-item-actions.hassubscription .subscription-lbl .downspan,
.wishlist-index-index .products-grid .product-item .product-item-info .product-item-actions.hassubscription .subscription-lbl .downspan {
  border-top: 10px solid #66cc66;
}
.page-products .products-grid .product-item .product-item-info .product-item-actions.hasaddtolist .hide-price-button,
.wishlist-index-index .products-grid .product-item .product-item-info .product-item-actions.hasaddtolist .hide-price-button {
  bottom: 50px;
}
.page-products .products-grid .product-item .product-item-info .product-item-actions.hasaddtolist.hassubscription,
.wishlist-index-index .products-grid .product-item .product-item-info .product-item-actions.hasaddtolist.hassubscription {
  padding-top: 60px !important;
}
.page-products .products-grid .product-item .product-item-info .product-item-actions.hasaddtolist.hassubscription .subscription-lbl,
.wishlist-index-index .products-grid .product-item .product-item-info .product-item-actions.hasaddtolist.hassubscription .subscription-lbl {
  bottom: 85px !important;
  position: absolute;
}
.page-products .products-grid .product-item .product-item-info:hover .product-item-actions.hassubscription,
.wishlist-index-index .products-grid .product-item .product-item-info:hover .product-item-actions.hassubscription {
  padding-top: 40px !important;
}
.page-products .products-grid .product-item .product-item-info:hover .product-item-actions.hassubscription .subscription-lbl,
.wishlist-index-index .products-grid .product-item .product-item-info:hover .product-item-actions.hassubscription .subscription-lbl {
  bottom: 60px !important;
  position: absolute;
}
.page-products .products-grid .product-item .product-item-info:hover .product-item-actions.hasaddtolist.hassubscription,
.wishlist-index-index .products-grid .product-item .product-item-info:hover .product-item-actions.hasaddtolist.hassubscription {
  padding-top: 60px !important;
}
.page-products .products-grid .product-item .product-item-info:hover .product-item-actions.hasaddtolist.hassubscription .subscription-lbl,
.wishlist-index-index .products-grid .product-item .product-item-info:hover .product-item-actions.hasaddtolist.hassubscription .subscription-lbl {
  bottom: 85px !important;
  position: absolute;
}
.page-products .products-grid .product-item .product-item-actions,
.wishlist-index-index .products-grid .product-item .product-item-actions {
  padding: 3px 3px 0px;
}
.page-products .products-grid .product-item .product-item-actions.hassubscription,
.wishlist-index-index .products-grid .product-item .product-item-actions.hassubscription {
  padding-top: 40px;
}
.page-products .products-grid .product-item .product-item-actions.hassubscription .subscription-lbl,
.wishlist-index-index .products-grid .product-item .product-item-actions.hassubscription .subscription-lbl {
  bottom: 85px;
  position: absolute;
}
.page-products .products-grid .product-item .product-item-actions .subscription.secondary,
.wishlist-index-index .products-grid .product-item .product-item-actions .subscription.secondary {
  width: 100%;
  margin-bottom: 5px;
  height: 32px;
  font-size: 14px;
  box-shadow: 0px 0px 4px #999999 !important;
  -webkit-box-shadow: 0px 0px 4px #999999 !important;
  -moz-box-shadow: 0px 0px 4px #999999 !important;
  -o-box-shadow: 0px 0px 4px #999999 !important;
}
.page-products .products-grid .product-item .product-item-actions .subscription.secondary:active,
.wishlist-index-index .products-grid .product-item .product-item-actions .subscription.secondary:active,
.page-products .products-grid .product-item .product-item-actions .subscription.secondary:focus,
.wishlist-index-index .products-grid .product-item .product-item-actions .subscription.secondary:focus {
  background: none !important;
  color: #006699 !important;
}
.page-products .products-grid .product-item.listpadding,
.wishlist-index-index .products-grid .product-item.listpadding {
  padding: 0px 0px 75px 0px !important;
}
.page-products .products-grid .product-item:hover,
.wishlist-index-index .products-grid .product-item:hover {
  margin: 0px;
  border: 0px solid transparent;
  background-color: none;
  -moz-box-shadow: 0px 0px 8px 3px #d4d4d4;
  -webkit-box-shadow: 0px 0px 8px 3px #d4d4d4;
  -o-box-shadow: 0px 0px 8px 3px #d4d4d4;
  box-shadow: 0px 0px 8px 3px #d4d4d4;
  margin-left: auto !important;
  -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-grid .product-item:hover .product-item-info,
.wishlist-index-index .products-grid .product-item:hover .product-item-info {
  border: 0px;
}
.page-products .products-grid .product-item:hover .product-item-info .product-item-details .product_stock_display .availability,
.wishlist-index-index .products-grid .product-item:hover .product-item-info .product-item-details .product_stock_display .availability {
  top: 9px;
  left: 9px;
}
.page-products .products-grid .product-item:hover .product-item-info .product-item-inner .product-item-actions .actions-primary,
.wishlist-index-index .products-grid .product-item:hover .product-item-info .product-item-inner .product-item-actions .actions-primary {
  width: 100%;
  position: absolute;
  bottom: 15px;
  left: 0px;
}
.page-products .products-grid .product-item:hover .product-item-info .product-item-inner .product-item-actions .actions-primary .locations_add_to_cart a,
.wishlist-index-index .products-grid .product-item:hover .product-item-info .product-item-inner .product-item-actions .actions-primary .locations_add_to_cart a {
  right: 20px;
}
.page-products .products-grid .product-item:hover .product-item-info .product-item-inner .product-item-actions .actions-primary form p.locations_add_to_cart,
.wishlist-index-index .products-grid .product-item:hover .product-item-info .product-item-inner .product-item-actions .actions-primary form p.locations_add_to_cart {
  margin-top: 5px;
  display: inline-block;
}
.page-products .products-grid .product-item:hover .product-item-info .product-item-inner .product-item-actions .actions-secondary form .action.tocart.primary,
.wishlist-index-index .products-grid .product-item:hover .product-item-info .product-item-inner .product-item-actions .actions-secondary form .action.tocart.primary {
  bottom: 15px;
  left: 12.6px;
}
.page-products .products-grid .product-item:hover .product-item-info .product-item-inner .product-item-actions .actions-secondary .action.tocompare,
.wishlist-index-index .products-grid .product-item:hover .product-item-info .product-item-inner .product-item-actions .actions-secondary .action.tocompare,
.page-products .products-grid .product-item:hover .product-item-info .product-item-inner .product-item-actions .actions-secondary .action.towishlist,
.wishlist-index-index .products-grid .product-item:hover .product-item-info .product-item-inner .product-item-actions .actions-secondary .action.towishlist {
  display: block;
}
.page-products .products-grid .product-item:hover .product-item-info .product-item-inner .product-item-actions.hassubscription,
.wishlist-index-index .products-grid .product-item:hover .product-item-info .product-item-inner .product-item-actions.hassubscription {
  padding-top: 40px;
}
.page-products .products-grid .product-item:hover .product-item-info .product-item-inner .product-item-actions.hassubscription .subscription-lbl,
.wishlist-index-index .products-grid .product-item:hover .product-item-info .product-item-inner .product-item-actions.hassubscription .subscription-lbl {
  bottom: 85px;
  position: absolute;
}
.page-products .products-grid .product-item:hover .product-item-info .product-item-inner .product-item-actions.hasaddtolist .subscription-lbl,
.wishlist-index-index .products-grid .product-item:hover .product-item-info .product-item-inner .product-item-actions.hasaddtolist .subscription-lbl {
  position: absolute;
  bottom: 85px;
}
.page-products .products-grid .product-item:hover .product-item-info .product-item-inner .product-item-actions.hasaddtolist .actions-primary,
.wishlist-index-index .products-grid .product-item:hover .product-item-info .product-item-inner .product-item-actions.hasaddtolist .actions-primary {
  bottom: 44px;
}
.page-products .products-grid .product-item:hover .product-item-info .product-item-inner .product-item-actions.hasaddtolist .actions-secondary,
.wishlist-index-index .products-grid .product-item:hover .product-item-info .product-item-inner .product-item-actions.hasaddtolist .actions-secondary {
  -webkit-transition: all 0s ease;
  -moz-transition: all 0s ease;
  -o-transition: all 0s ease;
  transition: all 0s ease;
}
.page-products .products-grid .product-item:hover .product-item-info .product-item-inner .product-item-actions.hasaddtolist .actions-secondary form .action.tocart.primary,
.wishlist-index-index .products-grid .product-item:hover .product-item-info .product-item-inner .product-item-actions.hasaddtolist .actions-secondary form .action.tocart.primary {
  bottom: 50px;
  left: 12.6px;
}
.page-products .products-grid .product-item:hover .product-item-info .product-item-inner .product-item-actions.hasaddtolist .actions-secondary .box-addtolists,
.wishlist-index-index .products-grid .product-item:hover .product-item-info .product-item-inner .product-item-actions.hasaddtolist .actions-secondary .box-addtolists {
  position: absolute;
  bottom: 6px;
  width: 92%;
  margin: 0 auto;
  left: 0px;
  right: 0px;
}
.page-products .products-grid .product-item:hover .product-item-info .product-item-inner .product-item-actions.hasaddtolist .actions-secondary .box-addtolists .fieldset,
.wishlist-index-index .products-grid .product-item:hover .product-item-info .product-item-inner .product-item-actions.hasaddtolist .actions-secondary .box-addtolists .fieldset {
  margin-bottom: 5px;
}
.page-products .products-grid .product-item:hover .product-item-info .product-item-inner .product-item-actions.hasaddtolist .actions-secondary .box-addtolists .fieldset .actions .action.primary.tolistslist,
.wishlist-index-index .products-grid .product-item:hover .product-item-info .product-item-inner .product-item-actions.hasaddtolist .actions-secondary .box-addtolists .fieldset .actions .action.primary.tolistslist {
  width: 100%;
}
.page-products .products-grid .product-item .product-item-info,
.wishlist-index-index .products-grid .product-item .product-item-info {
  height: 100%;
  width: 100% !important;
  padding: 10px;
  margin: 0px;
  position: unset;
  box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -webkit-box-shadow: none;
}
.page-products .products-grid .product-item .product-item-info.active,
.wishlist-index-index .products-grid .product-item .product-item-info.active {
  margin: 0px;
  background-color: #ffffff;
}
.page-products .products-grid .product-item .product-item-info .product-item-details .price-box,
.wishlist-index-index .products-grid .product-item .product-item-info .product-item-details .price-box {
  margin: 3px 0px;
}
.page-products .products-grid .product-item .product-item-info .product-item-details .price-box .price-excluding-tax:before,
.wishlist-index-index .products-grid .product-item .product-item-info .product-item-details .price-box .price-excluding-tax:before {
  font-size: 1.4rem;
  font-weight: 600;
}
.page-products .products-grid .product-item .product-item-info .product-item-details .price-box .price-excluding-tax .price,
.wishlist-index-index .products-grid .product-item .product-item-info .product-item-details .price-box .price-excluding-tax .price {
  font-size: 1.4rem !important;
}
.page-products .products-grid .product-item .product-item-info .product-item-details .price-box .price-final_price .price,
.wishlist-index-index .products-grid .product-item .product-item-info .product-item-details .price-box .price-final_price .price {
  font-size: 2.4rem;
  color: #006699;
  font-family: 'Source Sans Pro' !important;
}
.page-products .products-grid .product-item .product-item-info .product-item-details .price-box .special-price,
.wishlist-index-index .products-grid .product-item .product-item-info .product-item-details .price-box .special-price {
  margin-right: 10px;
}
.page-products .products-grid .product-item .product-item-info .product-item-details .price-box .special-price .price-final_price .price,
.wishlist-index-index .products-grid .product-item .product-item-info .product-item-details .price-box .special-price .price-final_price .price {
  font-size: 2.4rem;
  font-family: 'Source Sans Pro' !important;
}
.page-products .products-grid .product-item .product-item-info .product-item-details .price-box .old-price,
.wishlist-index-index .products-grid .product-item .product-item-info .product-item-details .price-box .old-price {
  display: inline-block;
}
.page-products .products-grid .product-item .product-item-info .product-item-details .price-box .old-price .price-wrapper,
.wishlist-index-index .products-grid .product-item .product-item-info .product-item-details .price-box .old-price .price-wrapper {
  display: inline;
}
.page-products .products-grid .product-item .product-item-info .product-item-details .price-box .old-price .price-final_price .price-label,
.wishlist-index-index .products-grid .product-item .product-item-info .product-item-details .price-box .old-price .price-final_price .price-label {
  font-size: 1.4rem;
  font-weight: 600;
  font-family: 'Source Sans Pro' !important;
}
.page-products .products-grid .product-item .product-item-info .product-item-details .price-box .old-price .price-final_price .price-label:after,
.wishlist-index-index .products-grid .product-item .product-item-info .product-item-details .price-box .old-price .price-final_price .price-label:after {
  content: ": ";
}
.page-products .products-grid .product-item .product-item-info .product-item-details .price-box .old-price .price-final_price .price,
.wishlist-index-index .products-grid .product-item .product-item-info .product-item-details .price-box .old-price .price-final_price .price {
  display: inline;
  font-size: 1.4rem;
  font-family: 'Source Sans Pro' !important;
  font-weight: 600;
}
.page-products .products-grid .product-item .product-item-info .product-item-details .price-box a.minimal-price-link,
.wishlist-index-index .products-grid .product-item .product-item-info .product-item-details .price-box a.minimal-price-link {
  display: inline-block;
  text-decoration: none;
  margin-top: 1px;
  margin-bottom: 4px;
  border-bottom: 1px solid #006bb4;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  line-height: 13px;
}
.page-products .products-grid .product-item .product-item-info .product-item-details .price-box a.minimal-price-link:hover,
.wishlist-index-index .products-grid .product-item .product-item-info .product-item-details .price-box a.minimal-price-link:hover {
  border-bottom: 1px solid transparent;
  -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-grid .product-item .product-item-info .product-item-details .price-box a.minimal-price-link .price-final_price .price-label,
.wishlist-index-index .products-grid .product-item .product-item-info .product-item-details .price-box a.minimal-price-link .price-final_price .price-label {
  font-size: 1.4rem;
  font-family: 'Source Sans Pro' !important;
}
.page-products .products-grid .product-item .product-item-info .product-item-details .price-box a.minimal-price-link .price-final_price .price-wrapper,
.wishlist-index-index .products-grid .product-item .product-item-info .product-item-details .price-box a.minimal-price-link .price-final_price .price-wrapper {
  font-size: 1.4rem;
  font-weight: 600;
  font-family: 'Source Sans Pro' !important;
}
.page-products .products-grid .product-item .product-item-info .product-item-details .product_stock_display .availability,
.wishlist-index-index .products-grid .product-item .product-item-info .product-item-details .product_stock_display .availability {
  font-size: 1.3rem;
  padding: 2px 0px;
  font-weight: 600;
}
.page-products .products-grid .product-item .product-item-info .product-item-details .product_stock_display .availability span,
.wishlist-index-index .products-grid .product-item .product-item-info .product-item-details .product_stock_display .availability span {
  font-weight: 400;
}
.page-products .products-grid .product-item .product-item-info:not(:hover):not(.active) .product-item-inner,
.wishlist-index-index .products-grid .product-item .product-item-info:not(:hover):not(.active) .product-item-inner {
  border: 1px;
  clip: rect(0, 0, 0, 0);
  height: auto;
  margin: 0px;
  overflow: hidden;
  padding: 0;
  width: auto;
}
.page-products .products-grid .product-item .product-item-info .product-item-inner,
.wishlist-index-index .products-grid .product-item .product-item-info .product-item-inner {
  display: block;
  background: transparent;
  box-shadow: none;
  border: 0px;
  margin: 0px;
  padding: 0px;
  position: static;
  z-index: 2;
}
.page-products .products-grid .product-item .product-item-info .product-item-inner .product-item-actions,
.wishlist-index-index .products-grid .product-item .product-item-info .product-item-inner .product-item-actions {
  position: static;
  margin: 0px;
}
.page-products .products-grid .product-item .product-item-info .product-item-inner .product-item-actions .actions-primary,
.wishlist-index-index .products-grid .product-item .product-item-info .product-item-inner .product-item-actions .actions-primary {
  width: 100%;
  position: absolute;
  bottom: 15px;
  left: 0px;
  text-align: center;
}
.page-products .products-grid .product-item .product-item-info .product-item-inner .product-item-actions .actions-primary .stock.unavailable .product_grid_locations .product_locations_wrapper.selected_branch_wrapper,
.wishlist-index-index .products-grid .product-item .product-item-info .product-item-inner .product-item-actions .actions-primary .stock.unavailable .product_grid_locations .product_locations_wrapper.selected_branch_wrapper {
  top: 65px;
}
.page-products .products-grid .product-item .product-item-info .product-item-inner .product-item-actions .actions-primary .stock span,
.wishlist-index-index .products-grid .product-item .product-item-info .product-item-inner .product-item-actions .actions-primary .stock span {
  font-size: 1.3rem;
  font-weight: 600;
}
.page-products .products-grid .product-item .product-item-info .product-item-inner .product-item-actions .actions-primary form .locations_add_to_cart,
.wishlist-index-index .products-grid .product-item .product-item-info .product-item-inner .product-item-actions .actions-primary form .locations_add_to_cart {
  width: 45%;
}
.page-products .products-grid .product-item .product-item-info .product-item-inner .product-item-actions .actions-primary form .locations_add_to_cart a,
.wishlist-index-index .products-grid .product-item .product-item-info .product-item-inner .product-item-actions .actions-primary form .locations_add_to_cart a {
  width: 93%;
}
.page-products .products-grid .product-item .product-item-info .product-item-inner .product-item-actions .actions-primary .action.tocart.primary,
.wishlist-index-index .products-grid .product-item .product-item-info .product-item-inner .product-item-actions .actions-primary .action.tocart.primary {
  width: 92% !important;
  box-shadow: 0px 0px 4px #999999;
  -webkit-box-shadow: 0px 0px 4px #999999;
  -moz-box-shadow: 0px 0px 4px #999999;
  -o-box-shadow: 0px 0px 4px #999999;
  padding: 5px 15px 5px;
  margin-bottom: 3px;
}
.page-products .products-grid .product-item .product-item-info .product-item-inner .product-item-actions .actions-primary .action.tocart.primary.halfoccupy,
.wishlist-index-index .products-grid .product-item .product-item-info .product-item-inner .product-item-actions .actions-primary .action.tocart.primary.halfoccupy {
  width: 46% !important;
  display: inline-block;
}
.page-products .products-grid .product-item .product-item-info .product-item-inner .product-item-actions .actions-primary .locations_add_to_cart,
.wishlist-index-index .products-grid .product-item .product-item-info .product-item-inner .product-item-actions .actions-primary .locations_add_to_cart {
  position: relative;
  display: inline-block;
  width: 100%;
}
.page-products .products-grid .product-item .product-item-info .product-item-inner .product-item-actions .actions-primary .locations_add_to_cart .action.tocart.primary,
.wishlist-index-index .products-grid .product-item .product-item-info .product-item-inner .product-item-actions .actions-primary .locations_add_to_cart .action.tocart.primary {
  font-size: 1.3rem;
  width: 46% !important;
  box-shadow: 0px 0px 4px #999999;
  -webkit-box-shadow: 0px 0px 4px #999999;
  -moz-box-shadow: 0px 0px 4px #999999;
  -o-box-shadow: 0px 0px 4px #999999;
}
.page-products .products-grid .product-item .product-item-info .product-item-inner .product-item-actions .actions-primary .locations_add_to_cart br,
.wishlist-index-index .products-grid .product-item .product-item-info .product-item-inner .product-item-actions .actions-primary .locations_add_to_cart br {
  display: none;
}
.page-products .products-grid .product-item .product-item-info .product-item-inner .product-item-actions .actions-primary .locations_add_to_cart a,
.wishlist-index-index .products-grid .product-item .product-item-info .product-item-inner .product-item-actions .actions-primary .locations_add_to_cart a {
  border: 0px;
  color: #006699;
  background: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  outline: none;
  cursor: pointer;
  font-weight: bold;
  padding: 7px 15px 7px;
  border-radius: 25px;
  font-family: 'Source Sans Pro' !important;
  box-shadow: none;
  font-size: 1.3rem;
  margin-top: 5px;
  font-weight: 600;
  padding: 10px 6px 10px;
  margin-left: 5px;
  -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: 0px 0px 4px #999999;
  -webkit-box-shadow: 0px 0px 4px #999999;
  -moz-box-shadow: 0px 0px 4px #999999;
  -o-box-shadow: 0px 0px 4px #999999;
  width: 43%;
  text-align: center;
  display: inline-block;
}
.page-products .products-grid .product-item .product-item-info .product-item-inner .product-item-actions .actions-primary .locations_add_to_cart a:hover,
.wishlist-index-index .products-grid .product-item .product-item-info .product-item-inner .product-item-actions .actions-primary .locations_add_to_cart a:hover {
  background: #66cc66 !important;
  color: #006699;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: 0px;
}
.page-products .products-grid .product-item .product-item-info .product-item-inner .product-item-actions .actions-primary .locations_add_to_cart a:nth-child(2),
.wishlist-index-index .products-grid .product-item .product-item-info .product-item-inner .product-item-actions .actions-primary .locations_add_to_cart a:nth-child(2) {
  padding: 10px 3px 10px;
}
.page-products .products-grid .product-item .product-item-info .product-item-inner .product-item-actions .actions-primary .product_grid_locations .product_locations_wrapper.selected_branch_wrapper,
.wishlist-index-index .products-grid .product-item .product-item-info .product-item-inner .product-item-actions .actions-primary .product_grid_locations .product_locations_wrapper.selected_branch_wrapper {
  top: 40px;
  max-width: 350px;
}
.page-products .products-grid .product-item .product-item-info .product-item-inner .product-item-actions .actions-primary .product_grid_locations .branch_list .related-location-element .location-select span,
.wishlist-index-index .products-grid .product-item .product-item-info .product-item-inner .product-item-actions .actions-primary .product_grid_locations .branch_list .related-location-element .location-select span {
  background: #006699;
  border-radius: 25px;
  padding: 10px 15px;
  font-weight: bold;
  font-family: 'Source Sans Pro' !important;
}
.page-products .products-grid .product-item .product-item-info .product-item-inner .product-item-actions .actions-secondary,
.wishlist-index-index .products-grid .product-item .product-item-info .product-item-inner .product-item-actions .actions-secondary {
  width: 100%;
  position: static;
  z-index: 10;
  -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-grid .product-item .product-item-info .product-item-inner .product-item-actions .actions-secondary form .action.tocart.primary,
.wishlist-index-index .products-grid .product-item .product-item-info .product-item-inner .product-item-actions .actions-secondary form .action.tocart.primary {
  width: 92%;
  position: absolute;
  bottom: 15px;
}
.page-products .products-grid .product-item .product-item-info .product-item-inner .product-item-actions .actions-secondary .action.towishlist,
.wishlist-index-index .products-grid .product-item .product-item-info .product-item-inner .product-item-actions .actions-secondary .action.towishlist {
  position: absolute;
  right: 10px;
  top: 5px;
  z-index: 99;
  display: none;
}
.page-products .products-grid .product-item .product-item-info .product-item-inner .product-item-actions .actions-secondary .action.tocompare,
.wishlist-index-index .products-grid .product-item .product-item-info .product-item-inner .product-item-actions .actions-secondary .action.tocompare {
  position: absolute;
  right: 55px;
  top: 5px;
  z-index: 99;
  display: none;
}
.page-products .products-grid .product-item .product-item-info .product-item-inner .product-item-actions .actions-secondary .action.towishlist:before,
.wishlist-index-index .products-grid .product-item .product-item-info .product-item-inner .product-item-actions .actions-secondary .action.towishlist:before,
.page-products .products-grid .product-item .product-item-info .product-item-inner .product-item-actions .actions-secondary .action.tocompare:before,
.wishlist-index-index .products-grid .product-item .product-item-info .product-item-inner .product-item-actions .actions-secondary .action.tocompare:before {
  display: none;
}
.page-products .products-grid .product-item .product-item-info .product-item-inner .product-item-actions .actions-secondary .action.towishlist span,
.wishlist-index-index .products-grid .product-item .product-item-info .product-item-inner .product-item-actions .actions-secondary .action.towishlist span,
.page-products .products-grid .product-item .product-item-info .product-item-inner .product-item-actions .actions-secondary .action.tocompare span,
.wishlist-index-index .products-grid .product-item .product-item-info .product-item-inner .product-item-actions .actions-secondary .action.tocompare span {
  width: 30px;
  height: 30px;
  overflow: visible;
  position: static;
  font-size: 1.8rem;
}
.page-products .products-grid .product-item .product-item-info .product-item-inner .product-item-actions .actions-secondary .action.towishlist span i.material-icons,
.wishlist-index-index .products-grid .product-item .product-item-info .product-item-inner .product-item-actions .actions-secondary .action.towishlist span i.material-icons,
.page-products .products-grid .product-item .product-item-info .product-item-inner .product-item-actions .actions-secondary .action.tocompare span i.material-icons,
.wishlist-index-index .products-grid .product-item .product-item-info .product-item-inner .product-item-actions .actions-secondary .action.tocompare span i.material-icons {
  margin: 0px auto;
  border-radius: 25px;
  background: #66cc66;
  position: static;
  -webkit-box-shadow: 0px 0px 4px 1px #d4d4d4;
  -moz-box-shadow: 0px 0px 4px 1px #d4d4d4;
  -o-box-shadow: 0px 0px 4px 1px #d4d4d4;
  box-shadow: 0px 0px 4px 1px #d4d4d4;
  color: #006699;
  padding: 3px 4px 3px 4px;
  -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-grid .product-item .product-item-info .product-item-inner .product-item-actions .actions-secondary .action.towishlist:hover:before,
.wishlist-index-index .products-grid .product-item .product-item-info .product-item-inner .product-item-actions .actions-secondary .action.towishlist:hover:before,
.page-products .products-grid .product-item .product-item-info .product-item-inner .product-item-actions .actions-secondary .action.tocompare:hover:before,
.wishlist-index-index .products-grid .product-item .product-item-info .product-item-inner .product-item-actions .actions-secondary .action.tocompare:hover:before {
  display: none;
}
.page-products .products-grid .product-item .product-item-info .product-item-inner .product-item-actions .actions-secondary .action.towishlist:hover span .material-icons,
.wishlist-index-index .products-grid .product-item .product-item-info .product-item-inner .product-item-actions .actions-secondary .action.towishlist:hover span .material-icons,
.page-products .products-grid .product-item .product-item-info .product-item-inner .product-item-actions .actions-secondary .action.tocompare:hover span .material-icons,
.wishlist-index-index .products-grid .product-item .product-item-info .product-item-inner .product-item-actions .actions-secondary .action.tocompare:hover span .material-icons {
  background: #006699;
  color: #66cc66;
  -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-grid .product-item .product-item-info .product-item-inner .product-item-actions.hasaddtolist .actions-primary,
.wishlist-index-index .products-grid .product-item .product-item-info .product-item-inner .product-item-actions.hasaddtolist .actions-primary {
  bottom: 44px;
}
.page-products .products-grid .product-item .product-item-info .product-item-inner .product-item-actions.hasaddtolist .actions-secondary,
.wishlist-index-index .products-grid .product-item .product-item-info .product-item-inner .product-item-actions.hasaddtolist .actions-secondary {
  -webkit-transition: all 0s ease;
  -moz-transition: all 0s ease;
  -o-transition: all 0s ease;
  transition: all 0s ease;
}
.page-products .products-grid .product-item .product-item-info .product-item-inner .product-item-actions.hasaddtolist .actions-secondary form .action.tocart.primary,
.wishlist-index-index .products-grid .product-item .product-item-info .product-item-inner .product-item-actions.hasaddtolist .actions-secondary form .action.tocart.primary {
  bottom: 50px;
}
.page-products .products-grid .product-item .product-item-info .product-item-inner .product-item-actions.hasaddtolist .actions-secondary .box-addtolists,
.wishlist-index-index .products-grid .product-item .product-item-info .product-item-inner .product-item-actions.hasaddtolist .actions-secondary .box-addtolists {
  position: absolute;
  bottom: 6px;
  width: 92%;
  margin: 0 auto;
  left: 0px;
  right: 0px;
}
.page-products .products-grid .product-item .product-item-info .product-item-inner .product-item-actions.hasaddtolist .actions-secondary .box-addtolists .fieldset,
.wishlist-index-index .products-grid .product-item .product-item-info .product-item-inner .product-item-actions.hasaddtolist .actions-secondary .box-addtolists .fieldset {
  margin-bottom: 5px;
}
.page-products .products-grid .product-item .product-item-info .product-item-inner .product-item-actions.hasaddtolist .actions-secondary .box-addtolists .fieldset .actions .action.primary.tolistslist,
.wishlist-index-index .products-grid .product-item .product-item-info .product-item-inner .product-item-actions.hasaddtolist .actions-secondary .box-addtolists .fieldset .actions .action.primary.tolistslist {
  border: 0px;
  -webkit-box-shadow: 0px 0px 4px 1px #d4d4d4;
  -moz-box-shadow: 0px 0px 4px 1px #d4d4d4;
  -o-box-shadow: 0px 0px 4px 1px #d4d4d4;
  box-shadow: 0px 0px 4px 1px #d4d4d4;
  color: #efefef;
  padding: 7px 15px 7px;
  border-radius: 25px;
  background: #006699;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 1.4rem;
  height: 38px;
  font-weight: bold;
  box-shadow: none;
  font-family: 'Source Sans Pro' !important;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 100%;
  padding: 8px;
  height: auto;
  box-shadow: 0px 0px 4px #999999;
  -webkit-box-shadow: 0px 0px 4px #999999;
  -moz-box-shadow: 0px 0px 4px #999999;
  -o-box-shadow: 0px 0px 4px #999999;
  left: 0px;
  right: 0px;
  margin: 0 auto;
}
.page-products .products-grid .product-item .product-item-info .product-item-inner .product-item-actions.hasaddtolist .actions-secondary .box-addtolists .fieldset .actions .action.primary.tolistslist:hover,
.wishlist-index-index .products-grid .product-item .product-item-info .product-item-inner .product-item-actions.hasaddtolist .actions-secondary .box-addtolists .fieldset .actions .action.primary.tolistslist:hover {
  background: #66cc66 !important;
  border: 0px;
  -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-grid .product-item .product-item-info .product-item-inner.no-wishlist .product-item-actions .actions-secondary .action.tocompare,
.wishlist-index-index .products-grid .product-item .product-item-info .product-item-inner.no-wishlist .product-item-actions .actions-secondary .action.tocompare {
  right: 10px;
}
.page-products .products-grid .product-item .product-item-info .product-item-name,
.wishlist-index-index .products-grid .product-item .product-item-info .product-item-name {
  width: 100%;
  hyphens: none;
}
.page-products .products-grid .product-item .product-item-info .product-item-name .product-item-link,
.wishlist-index-index .products-grid .product-item .product-item-info .product-item-name .product-item-link {
  font-family: 'Source Sans Pro' !important;
  font-weight: 600;
  font-size: 1.6rem;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-word;
}
/* Recently Viewed */
.widget.block-viewed-products-grid .block-content .product-items .product-item .product-item-details .product-item-actions .actions-primary button.action.primary {
  width: 100% !important;
}
.widget.block-viewed-products-grid .block-content .product-items .product-item .product-item-details .product-item-actions .actions-secondary .action.towishlist {
  background: #66cc66;
  color: #006699;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 9;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.widget.block-viewed-products-grid .block-content .product-items .product-item .product-item-details .product-item-actions .actions-secondary .action.towishlist:before {
  display: none;
}
.widget.block-viewed-products-grid .block-content .product-items .product-item .product-item-details .product-item-actions .actions-secondary .action.towishlist span {
  position: static;
}
.widget.block-viewed-products-grid .block-content .product-items .product-item .product-item-details .product-item-actions .actions-secondary .action.towishlist span .material-icons {
  color: #006699;
  position: relative;
  top: 8px;
}
.widget.block-viewed-products-grid .block-content .product-items .product-item .product-item-details .product-item-actions .actions-secondary .action.towishlist:hover {
  background: #006699 !important;
  color: #66cc66;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.widget.block-viewed-products-grid .block-content .product-items .product-item .product-item-details .product-item-actions .actions-secondary .action.towishlist:hover:before {
  display: none;
}
.widget.block-viewed-products-grid .block-content .product-items .product-item .product-item-details .product-item-actions .actions-secondary .action.towishlist:hover span .material-icons {
  color: #66cc66;
}
.widget.block-viewed-products-grid .block-content .product-items .product-item .product-item-details .product-item-actions .actions-secondary .action.tocompare {
  background: #66cc66;
  color: #006699;
  position: absolute;
  top: 50px;
  right: 10px;
  z-index: 9;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.widget.block-viewed-products-grid .block-content .product-items .product-item .product-item-details .product-item-actions .actions-secondary .action.tocompare:before {
  display: none;
}
.widget.block-viewed-products-grid .block-content .product-items .product-item .product-item-details .product-item-actions .actions-secondary .action.tocompare span {
  position: static;
}
.widget.block-viewed-products-grid .block-content .product-items .product-item .product-item-details .product-item-actions .actions-secondary .action.tocompare span i.material-icons {
  color: #006699;
  position: relative;
  top: 8px;
}
.widget.block-viewed-products-grid .block-content .product-items .product-item .product-item-details .product-item-actions .actions-secondary .action.tocompare:hover {
  background: #006699 !important;
  color: #66cc66;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.widget.block-viewed-products-grid .block-content .product-items .product-item .product-item-details .product-item-actions .actions-secondary .action.tocompare:hover:before {
  display: none;
}
.widget.block-viewed-products-grid .block-content .product-items .product-item .product-item-details .product-item-actions .actions-secondary .action.tocompare:hover span .material-icons {
  color: #66cc66;
}
/* Subscription */
.products-grid .product-items .product-item.haslocinv.hidepricewithbtn .product-item-details .product-item-actions .actions-secondary .action.tocart.primary,
.products-grid .product-items .product-item.haslocinv.hidepricewithbtn .product-item-details .product-item-actions .actions-secondary .action.primary.hide-price-button {
  width: 44%;
  position: absolute;
  left: 4%;
  bottom: 15px;
  margin: 0px;
  padding: 10px;
}
.products-grid .product-items .product-item.haslocinv.hidepricewithbtn .product-item-details .product-item-actions .actions-secondary p.locations_add_to_cart a.inventory-link,
.products-grid .product-items .product-item.haslocinv.hidepricewithbtn .product-item-details .product-item-actions .actions-secondary p.locations_add_to_cart a.inventory-link-hide {
  border: 0px;
  color: #006699;
  background: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  outline: none;
  cursor: pointer;
  font-weight: bold;
  padding: 7px 15px 7px;
  border-radius: 25px;
  font-family: 'Source Sans Pro' !important;
  box-shadow: none;
  font-size: 1.3rem;
  margin-top: 5px;
  font-weight: 600;
  padding: 10px 6px 10px;
  margin-left: 5px;
  -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: 0px 0px 4px #999999;
  -webkit-box-shadow: 0px 0px 4px #999999;
  -moz-box-shadow: 0px 0px 4px #999999;
  -o-box-shadow: 0px 0px 4px #999999;
  width: 46%;
  text-align: center;
  display: inline-block;
  position: absolute;
  bottom: 15px;
  right: 2%;
}
.products-grid .product-items .product-item.haslocinv.hidepricewithbtn .product-item-details .product-item-actions .actions-secondary p.locations_add_to_cart a.inventory-link:hover,
.products-grid .product-items .product-item.haslocinv.hidepricewithbtn .product-item-details .product-item-actions .actions-secondary p.locations_add_to_cart a.inventory-link-hide:hover {
  background: #66cc66 !important;
  color: #006699;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: 0px;
}
.products-grid .product-items .product-item.haslocinv.hidepricewithbtn .product-item-details .product-item-actions.hasaddtolist .actions-secondary .action.tocart.primary,
.products-grid .product-items .product-item.haslocinv.hidepricewithbtn .product-item-details .product-item-actions.hasaddtolist .actions-secondary .action.primary.hide-price-button {
  bottom: 50px;
  width: 44%;
  position: absolute;
  left: 4%;
  margin: 0px;
  padding: 10px;
}
.products-grid .product-items .product-item.haslocinv.hidepricewithbtn .product-item-details .product-item-actions.hasaddtolist .actions-secondary p.locations_add_to_cart a.inventory-link,
.products-grid .product-items .product-item.haslocinv.hidepricewithbtn .product-item-details .product-item-actions.hasaddtolist .actions-secondary p.locations_add_to_cart a.inventory-link-hide {
  bottom: 50px;
  width: 46%;
  position: absolute;
  right: 2%;
}
.page-product-grouped.page-layout-1column .box-tocart {
  margin-bottom: 0px;
}
.page-product-grouped.page-layout-1column .product-info-main .product-add-form .product-info-price {
  margin: 0px;
}
.page-product-grouped.page-layout-1column .product-info-main .product-add-form .box-tocart .actions {
  margin-top: 5px;
}
.products.products-list {
  margin: 0px;
}
.products.products-list .products {
  margin: 0px;
}
.products.products-list .subscription-lbl {
  float: none;
  width: 120px;
}
.products.products-list .product.product-item {
  min-height: 200px;
  background: #f9f9f9;
  padding: 15px 15px 15px 15px;
  -webkit-box-shadow: 0px 0px 3px 0px #d4d4d4;
  -moz-box-shadow: 0px 0px 3px 0px #d4d4d4;
  -o-box-shadow: 0px 0px 3px 0px #d4d4d4;
  box-shadow: 0px 0px 3px 0px #d4d4d4;
  border: 1px solid #d4d4d4;
  background: #ffffff;
  margin-bottom: 15px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.products.products-list .product.product-item.haslocinv.hidepricewithbtn .product-item-details .product-item-actions .actions-secondary p.locations_add_to_cart {
  display: inline-block;
}
.products.products-list .product.product-item.haslocinv.hidepricewithbtn .product-item-details .product-item-actions .actions-secondary p.locations_add_to_cart a.inventory-link,
.products.products-list .product.product-item.haslocinv.hidepricewithbtn .product-item-details .product-item-actions .actions-secondary p.locations_add_to_cart a.inventory-link-hide {
  border: 0px;
  color: #006699;
  background: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  outline: none;
  cursor: pointer;
  font-weight: bold;
  padding: 7px 15px 7px;
  border-radius: 25px;
  font-family: 'Source Sans Pro' !important;
  box-shadow: none;
  font-size: 1.3rem;
  font-weight: 600;
  padding: 10px 15px 10px;
  -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: 0px 0px 4px #999999;
  -webkit-box-shadow: 0px 0px 4px #999999;
  -moz-box-shadow: 0px 0px 4px #999999;
  -o-box-shadow: 0px 0px 4px #999999;
}
.products.products-list .product.product-item.haslocinv.hidepricewithbtn .product-item-details .product-item-actions .actions-secondary p.locations_add_to_cart a.inventory-link:hover,
.products.products-list .product.product-item.haslocinv.hidepricewithbtn .product-item-details .product-item-actions .actions-secondary p.locations_add_to_cart a.inventory-link-hide:hover {
  background: #66cc66 !important;
  color: #006699;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: 0px;
}
.products.products-list .product.product-item.haslocinv.hidepricewithbtn .product-item-details .product-item-actions.hasaddtolist .actions-secondary form {
  display: inline-block;
}
.products.products-list .product.product-item.haslocinv.hidepricewithbtn .product-item-details .product-item-actions.hasaddtolist .actions-secondary p.locations_add_to_cart {
  display: inline-block;
  margin-left: 10px;
}
.products.products-list .product.product-item.haslocinv.hidepricewithbtn .product-item-details .product-item-actions.hasaddtolist .actions-secondary p.locations_add_to_cart a.inventory-link,
.products.products-list .product.product-item.haslocinv.hidepricewithbtn .product-item-details .product-item-actions.hasaddtolist .actions-secondary p.locations_add_to_cart a.inventory-link-hide {
  padding: 10px 15px 10px;
  position: relative;
  top: 2px;
}
.products.products-list .product.product-item .product-item-info .product-item-photo .product-image-container {
  text-align: center;
  display: block;
}
.products.products-list .product.product-item .product-item-info .product-item-photo .product-image-container span .product-image-wrapper .product-image-photo {
  max-height: 130px;
  height: 100%;
}
.products.products-list .product.product-item .product-item-info .product-item-details {
  position: relative;
}
.products.products-list .product.product-item .product-item-info .product-item-details .hide-price-button {
  padding: 10px;
  font-size: 1.4rem;
  min-width: 130px;
  text-align: center;
}
.products.products-list .product.product-item .product-item-info .product-item-details .hide-price-button span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.products.products-list .product.product-item .product-item-info .product-item-details .product-item-name {
  width: 46%;
  hyphens: none;
  word-break: break-word;
}
.products.products-list .product.product-item .product-item-info .product-item-details .product-item-name .product-item-link {
  word-break: break-word;
}
.products.products-list .product.product-item .product-item-info .product-item-details .price-box .old-price {
  display: block !important;
  width: auto !important;
}
.products.products-list .product.product-item .product-item-info .product-item-details .price-box .minimal-price-link {
  display: inline-block !important;
  width: auto;
}
.products.products-list .product.product-item .product-item-info .product-item-details .product-item-inner {
  width: 50%;
  position: absolute;
  right: 5px;
  top: 10px;
}
.products.products-list .product.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary {
  margin-right: 10px;
}
.products.products-list .product.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .locations_add_to_cart a {
  font-size: 1.3rem;
  min-width: 100px;
  padding: 11px 15px;
  display: inline-block;
  text-align: center;
  box-shadow: 0px 0px 4px #999999;
  -webkit-box-shadow: 0px 0px 4px #999999;
  -moz-box-shadow: 0px 0px 4px #999999;
  -o-box-shadow: 0px 0px 4px #999999;
  margin-left: 5px;
}
.products.products-list .product.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .action.primary {
  min-width: 130px;
}
.products.products-list .product.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-secondary .action.tocart.primary {
  min-width: 130px;
}
.products.products-list .product.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-secondary .actions .primary,
.products.products-list .product.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-secondary .actions .secondary {
  min-width: 130px;
}
.products.products-list .product.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-secondary .box-addtolists {
  position: relative;
  bottom: 5px;
}
.products.products-list .product.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-secondary .box-addtolists {
  float: none;
  width: auto;
  display: inline-block;
}
.products.products-list .product.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-secondary .box-addtolists .fieldset {
  margin: 0px;
}
.products.products-list .product.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-secondary .action.towishlist,
.products.products-list .product.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-secondary .action.tocompare {
  margin-right: 15px;
}
.products.products-list .product.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-secondary .action.towishlist:before,
.products.products-list .product.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-secondary .action.tocompare:before {
  display: none !important;
  content: "" !important;
}
.products.products-list .product.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-secondary .action.towishlist span,
.products.products-list .product.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-secondary .action.tocompare span {
  width: auto;
  position: relative;
  top: 4px;
  left: 10px;
}
.products.products-list .product.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-secondary .action.towishlist span .material-icons,
.products.products-list .product.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-secondary .action.tocompare span .material-icons {
  margin: 0px auto;
  border-radius: 25px;
  background: #66cc66;
  position: static;
  -webkit-box-shadow: 0px 0px 4px 1px #d4d4d4;
  -moz-box-shadow: 0px 0px 4px 1px #d4d4d4;
  -o-box-shadow: 0px 0px 4px 1px #d4d4d4;
  box-shadow: 0px 0px 4px 1px #d4d4d4;
  color: #006699;
  padding: 7px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.products.products-list .product.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-secondary .action.towishlist:hover span .material-icons,
.products.products-list .product.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-secondary .action.tocompare:hover span .material-icons {
  color: #66cc66;
  background: #006699;
}
.products.products-list .product.product-item .product-item-info .product-item-details .product-item-actions .actions-primary form p.locations_add_to_cart {
  margin-top: 5px;
  display: inline-block;
}
.products.products-list .product.product-item .product-item-info .product-item-details .product-item-actions .actions-primary form p.locations_add_to_cart .action.tocart.primary {
  width: auto !important;
}
.products.products-list .product.product-item:hover {
  background: #f5f5f5;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.products.products-list .product.product-item .product-item-details .product-item-actions {
  position: static;
}
.products.products-list .product.product-item .product-item-details strong.product-item-name .product-item-link {
  font-weight: 600;
  font-family: 'Source Sans Pro' !important;
  font-size: 1.8rem;
  word-break: break-word;
}
.products.products-list .product.product-item .product-item-details .product-item-inner .actions-primary {
  position: relative;
}
.products.products-list .product.product-item .product-item-details .product-item-inner .actions-primary a {
  border: 0px;
  color: #006699;
  background: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  outline: none;
  cursor: pointer;
  font-weight: bold;
  padding: 7px 15px 7px;
  border-radius: 25px;
  font-family: 'Source Sans Pro' !important;
  -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;
  box-shadow: 0px 0px 4px #999999;
  -webkit-box-shadow: 0px 0px 4px #999999;
  -moz-box-shadow: 0px 0px 4px #999999;
  -o-box-shadow: 0px 0px 4px #999999;
  margin-left: 5px;
  font-size: 1.3rem;
  margin-top: 5px;
  font-weight: 600;
  padding: 3px 15px;
}
.products.products-list .product.product-item .product-item-details .product-item-inner .actions-primary a:hover {
  background: #66cc66 !important;
  color: #006699;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: 0px;
}
.products.products-list .product.product-item .product-item-details .product-item-inner .actions-primary .stock span {
  font-size: 1.3rem;
  font-weight: 600;
}
.products.products-list .product.product-item .product-item-details .product-item-inner .actions-secondary {
  padding-bottom: 5px;
}
.products.products-list .product.product-item .product-item-details .product-item-inner .product_grid_locations .product_locations_wrapper.selected_branch_wrapper {
  top: 30px;
}
.products.products-list .product.product-item .product-item-details .product-item-inner .product_grid_locations .product_locations_wrapper.selected_branch_wrapper .selectBranchlink {
  border: 0px;
  padding: 0px;
}
.products.products-list .product.product-item .product-item-details .product-item-inner .product_grid_locations .product_locations_wrapper.selected_branch_wrapper .selectBranchlink:hover {
  color: #414141;
}
.products.products-list .product.product-item .product-item-details .product_stock_display .availability {
  font-family: 'Source Sans Pro' !important;
  font-size: 1.4rem;
  font-weight: 600;
}
.products.products-list .product.product-item .product-item-details .product-item-description {
  margin: 5px 0px;
}
.products.products-list .product.product-item .product-item-details .product-item-description a {
  font-weight: 600;
}
.products.products-list .product.product-item .product-item-details .price-box {
  margin: 10px 0px;
}
.products.products-list .product.product-item .product-item-details .price-box .price-final_price .price {
  font-size: 1.8rem;
}
.products.products-list .product.product-item .product-item-details .price-box .special-price {
  margin-right: 10px;
}
.products.products-list .product.product-item .product-item-details .price-box .special-price .price-final_price .price {
  font-size: 1.8rem;
}
.products.products-list .product.product-item .product-item-details .price-box .old-price {
  display: inline-block;
}
.products.products-list .product.product-item .product-item-details .price-box .old-price .price-final_price .price-label {
  font-size: 1.3rem;
}
.products.products-list .product.product-item .product-item-details .price-box .old-price .price-final_price .price-label:after {
  content: ": ";
}
.products.products-list .product.product-item .product-item-details .price-box .old-price .price-final_price .price {
  font-size: 1.5rem;
  font-weight: 600;
}
.products.products-list .product.product-item .product-item-details .price-box a.minimal-price-link {
  display: inline-block;
  text-decoration: none;
  margin-top: 1px;
  margin-bottom: 4px;
  border-bottom: 1px solid #006bb4;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  line-height: 13px;
}
.products.products-list .product.product-item .product-item-details .price-box a.minimal-price-link:hover {
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.products.products-list .product.product-item .product-item-details .price-box a.minimal-price-link .price-final_price .price-label {
  font-size: 1.3rem;
}
.products.products-list .product.product-item .product-item-details .price-box a.minimal-price-link .price-final_price .price-wrapper {
  font-size: 1.5rem;
  font-weight: 600;
}
.block-compare .block-content .product-items li.product-item a.action.delete {
  top: 3px;
  left: 6px;
}
.modal-content .product_locations_wrapper form {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: #f9f9f9;
  padding: 15px 15px 15px 15px;
  -webkit-box-shadow: 0px 0px 3px 0px #d4d4d4;
  -moz-box-shadow: 0px 0px 3px 0px #d4d4d4;
  -o-box-shadow: 0px 0px 3px 0px #d4d4d4;
  box-shadow: 0px 0px 3px 0px #d4d4d4;
  border: 1px solid #d4d4d4;
  width: 30%;
  display: inline-block;
  margin: 7px 5px;
  padding: 5px 7px;
}
.modal-content .product_locations_wrapper form .location-element.pad-middle {
  padding-top: 0px;
}
.modal-content .product_locations_wrapper form .location-element.pad-middle p:first-child {
  font-weight: 700;
}
.modal-content .product_locations_wrapper form .location-element.pad-middle .availability {
  font-family: 'Source Sans Pro' !important;
}
.modal-content .product_locations_wrapper form .location-element.pad-middle .availability span {
  font-weight: 600;
}
.modal-content .product_locations_wrapper form .location-element.pad-middle button.tocart {
  margin-top: 10px;
}
.modal-content .product_locations_wrapper form:hover {
  background: #ffffff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.wishlist-index-index .products-grid .product-items .product-item .product-item-info .product-item-name {
  hyphens: none;
}
.wishlist-index-index .products-grid .product-items .product-item .product-item-info .product-item-name a.product-item-link {
  display: inline-block !important;
  max-width: 200px !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}
.wishlist-index-index .products-grid .product-items .product-item .product-item-info .product-item-inner {
  padding-top: 15px !important;
}
.wishlist-index-index .products-grid .product-items .product-item .product-item-info .product-item-inner .product-item-actions .action.edit,
.wishlist-index-index .products-grid .product-items .product-item .product-item-info .product-item-inner .product-item-actions .action.delete {
  background: #66cc66;
  border-radius: 25px;
  text-align: center;
  height: 37px !important;
  padding-top: 9px !important;
}
.wishlist-index-index .products-grid .product-items .product-item .product-item-info .product-item-inner .product-item-actions .action.edit:before,
.wishlist-index-index .products-grid .product-items .product-item .product-item-info .product-item-inner .product-item-actions .action.delete:before {
  color: #006699 !important;
}
.wishlist-index-index .products-grid .product-items .product-item .product-item-info .product-item-inner .product-item-actions .action.edit:hover,
.wishlist-index-index .products-grid .product-items .product-item .product-item-info .product-item-inner .product-item-actions .action.delete:hover,
.wishlist-index-index .products-grid .product-items .product-item .product-item-info .product-item-inner .product-item-actions .action.edit:active,
.wishlist-index-index .products-grid .product-items .product-item .product-item-info .product-item-inner .product-item-actions .action.delete:active {
  background: #006699;
}
.wishlist-index-index .products-grid .product-items .product-item .product-item-info .product-item-inner .product-item-actions .action.edit:hover:before,
.wishlist-index-index .products-grid .product-items .product-item .product-item-info .product-item-inner .product-item-actions .action.delete:hover:before,
.wishlist-index-index .products-grid .product-items .product-item .product-item-info .product-item-inner .product-item-actions .action.edit:active:before,
.wishlist-index-index .products-grid .product-items .product-item .product-item-info .product-item-inner .product-item-actions .action.delete:active:before {
  color: #66cc66 !important;
}
.wishlist-index-index .products-grid .product-items .product-item .product-item-info .product-item-inner .box-tocart {
  margin: 0 0 15px;
}
.wishlist-index-index .products-grid .product-items .product-item .product-item-info .product-item-inner .box-tocart .add-to-cart-alt {
  float: left;
  clear: left;
}
.wishlist-index-index .products-grid .product-items .product-item .product-item-info .product-item-inner .box-tocart .add-to-cart-alt .field.qty {
  width: 120px;
}
.wishlist-index-index .products-grid .product-items .product-item .product-item-info .product-item-inner .box-tocart .add-to-cart-alt .field.qty .label {
  margin-bottom: 0px;
  display: inline-block;
  width: 40px;
}
.wishlist-index-index .products-grid .product-items .product-item .product-item-info .product-item-inner .box-tocart .add-to-cart-alt .field.qty .control {
  display: inline-block;
  width: 60px;
  border-right: 1px solid #d4d4d4;
  padding-right: 10px;
}
.wishlist-index-index .products-grid .product-items .product-item .product-item-info .product-item-inner .box-tocart .add-to-cart-alt .product-item-actions {
  position: static;
}
.wishlist-index-index .products-grid .product-items .product-item .product-item-info .product-item-inner .box-tocart .add-to-cart-alt .product-item-actions .actions-primary a .primary.wishlisttocart {
  font-size: 1.3rem;
  padding: 4px 15px;
}
.wishlist-index-index .products-grid .product-items .product-item .product-item-info .product-item-inner .box-tocart p {
  float: left;
  clear: right;
  margin-top: 5px;
}
.wishlist-index-index .products-grid .product-items .product-item .product-item-info .product-item-inner .box-tocart p .link-edit {
  visibility: hidden;
  border: 0px;
  color: #006699;
  background: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  outline: none;
  cursor: pointer;
  font-weight: bold;
  padding: 7px 15px 7px;
  border-radius: 25px;
  font-family: 'Source Sans Pro' !important;
  -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;
  font-weight: 600;
  font-size: 1.3rem;
}
.wishlist-index-index .products-grid .product-items .product-item .product-item-info .product-item-inner .box-tocart p .link-edit:hover {
  background: #66cc66 !important;
  color: #006699;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: 0px;
}
.wishlist-index-index .products-grid .product-items .product-item .product-item-info .product-item-inner .product-item-actions {
  z-index: 99;
  position: absolute;
  top: 9px;
  right: 16px;
}
.wishlist-index-index .products-grid .product-items .product-item .product-item-info:hover .product-item-inner .product-item-actions {
  top: 9px;
  right: 16px;
}
.wishlist-index-index .products-grid .product-items .product-item .product-item-info:hover .product-item-inner .box-tocart .add-to-cart-alt .product-item-actions .actions-primary a .primary.wishlisttocart {
  bottom: 9px;
  left: 9px;
  font-size: 1.3rem;
}
.comparison .table-comparison .thead tr td {
  padding: 7px;
}
.comparison .table-comparison .thead tr td a {
  border: 0px;
  color: #006699;
  background: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  outline: none;
  cursor: pointer;
  font-weight: bold;
  padding: 7px 15px 7px;
  border-radius: 25px;
  font-family: 'Source Sans Pro' !important;
  -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;
}
.comparison .table-comparison .thead tr td a:hover {
  background: #66cc66 !important;
  color: #006699;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: 0px;
}
.comparison .table-comparison .thead tr td a:before {
  color: #ffffff;
}
.table-wrapper.managesku-plp-pop {
  overflow-y: auto;
  max-height: 300px;
}
.no-sku-records td {
  text-align: center;
}
@media only screen and (min-width: 320px) and (max-width: 969px) {
  .page-products .products-grid .product-item .product-item-actions.hassubscription,
  .wishlist-index-index .products-grid .product-item .product-item-actions.hassubscription {
    margin-top: 50px !important;
  }
  .page-products .products-grid .product-item .product-item-actions.hassubscription .subscription-lbl,
  .wishlist-index-index .products-grid .product-item .product-item-actions.hassubscription .subscription-lbl {
    bottom: 100px !important;
    background: #66cc66;
    color: #006699;
  }
  .page-products .products-grid .product-item .product-item-actions.hassubscription .subscription-lbl .downspan,
  .wishlist-index-index .products-grid .product-item .product-item-actions.hassubscription .subscription-lbl .downspan {
    border-top: 10px solid #66cc66;
  }
  .page-products .products-grid .product-item:hover .product-item-actions.hassubscription,
  .wishlist-index-index .products-grid .product-item:hover .product-item-actions.hassubscription {
    margin-top: 55px !important;
  }
  .page-products .products-grid .product-item:hover .product-item-actions.hassubscription .subscription-lbl,
  .wishlist-index-index .products-grid .product-item:hover .product-item-actions.hassubscription .subscription-lbl {
    bottom: 100px !important;
  }
}
@media all and (min-width: 1024px) {
  .page-products .products-grid .product-item,
  .wishlist-index-index .products-grid .product-item {
    margin-left: auto;
    padding: 0px;
  }
  .page-products .products-grid .product-item .product-item-info,
  .wishlist-index-index .products-grid .product-item .product-item-info {
    width: 100%;
  }
  .page-products .products-grid .product-item .product-item-info .product-item-photo .product-image-container,
  .wishlist-index-index .products-grid .product-item .product-item-info .product-item-photo .product-image-container {
    width: 100% !important;
  }
  .page-products .products-grid .product-item .product-item-info .product-item-photo .product-image-container .product-image-wrapper,
  .wishlist-index-index .products-grid .product-item .product-item-info .product-item-photo .product-image-container .product-image-wrapper {
    padding-bottom: 75% !important;
  }
  .page-products .products-grid .product-item .product-item-info .product-item-photo .product-image-container .product-image-wrapper .product-image-photo,
  .wishlist-index-index .products-grid .product-item .product-item-info .product-item-photo .product-image-container .product-image-wrapper .product-image-photo {
    height: 100%;
  }
  .page-products .products-grid .product-item:nth-child(4n + 1),
  .wishlist-index-index .products-grid .product-item:nth-child(4n + 1) {
    margin-left: auto;
  }
  .page-products .products-grid .product-item:nth-child(3n + 1),
  .wishlist-index-index .products-grid .product-item:nth-child(3n + 1) {
    margin-left: auto;
  }
}
@media only screen and (min-width: 320px) and (max-width: 961px) {
  html {
    font-size: 10px;
  }
  .page-products .products-grid .product-item .product-item-info,
  .wishlist-index-index .products-grid .product-item .product-item-info {
    width: 90%;
    padding: 5px 5px 25px 5px;
  }
  .page-products .products-grid .product-item .product-item-info .product-item-details .product_stock_display .availability,
  .wishlist-index-index .products-grid .product-item .product-item-info .product-item-details .product_stock_display .availability {
    top: 5px;
    left: 5px;
    font-family: 'Source Sans Pro' !important;
  }
  .page-products .products-grid .product-item .product-item-info .product-item-inner:before,
  .wishlist-index-index .products-grid .product-item .product-item-info .product-item-inner:before {
    top: -4px;
  }
  .page-products .products-grid .product-item .product-item-info .product-item-inner .product-item-actions .actions-secondary,
  .wishlist-index-index .products-grid .product-item .product-item-info .product-item-inner .product-item-actions .actions-secondary {
    display: block;
    text-align: right;
    padding-right: 16px;
  }
  .page-products .products-grid .product-item .product-item-info .product-item-inner .product-item-actions .actions-secondary .box-addtolists,
  .wishlist-index-index .products-grid .product-item .product-item-info .product-item-inner .product-item-actions .actions-secondary .box-addtolists {
    bottom: 42px;
    float: none;
    width: 92%;
  }
  .page-products .products-grid .product-item .product-item-info .product-item-inner .product-item-actions .actions-secondary .box-addtolists .fieldset .actions .action.primary.tolistslist,
  .wishlist-index-index .products-grid .product-item .product-item-info .product-item-inner .product-item-actions .actions-secondary .box-addtolists .fieldset .actions .action.primary.tolistslist {
    width: 100% !important;
    padding: 4px;
    height: auto;
  }
  .page-products .products-grid .product-item .product-item-info .product-item-inner .product-item-actions .actions-secondary > .action.towishlist,
  .wishlist-index-index .products-grid .product-item .product-item-info .product-item-inner .product-item-actions .actions-secondary > .action.towishlist,
  .page-products .products-grid .product-item .product-item-info .product-item-inner .product-item-actions .actions-secondary > .action.tocompare,
  .wishlist-index-index .products-grid .product-item .product-item-info .product-item-inner .product-item-actions .actions-secondary > .action.tocompare {
    width: 25px;
  }
  .page-products .products-grid .product-item .product-item-info .product-item-inner .product-item-actions .actions-secondary > .action.towishlist:before,
  .wishlist-index-index .products-grid .product-item .product-item-info .product-item-inner .product-item-actions .actions-secondary > .action.towishlist:before,
  .page-products .products-grid .product-item .product-item-info .product-item-inner .product-item-actions .actions-secondary > .action.tocompare:before,
  .wishlist-index-index .products-grid .product-item .product-item-info .product-item-inner .product-item-actions .actions-secondary > .action.tocompare:before {
    font-size: 1.4rem;
  }
  .page-products .products-grid .product-item .product-item-info:hover .product-item-details .product_stock_display .availability,
  .wishlist-index-index .products-grid .product-item .product-item-info:hover .product-item-details .product_stock_display .availability {
    top: 4px;
    left: 4px;
    font-family: 'Source Sans Pro' !important;
  }
  .page-products .products-grid .product-item .product-item-info:hover .product-item-inner .product-item-actions .actions-secondary,
  .wishlist-index-index .products-grid .product-item .product-item-info:hover .product-item-inner .product-item-actions .actions-secondary {
    padding-right: 7px;
  }
  .page-products .products-grid .product-item .product-item-info:hover .product-item-inner .product-item-actions .actions-secondary > .action.towishlist,
  .wishlist-index-index .products-grid .product-item .product-item-info:hover .product-item-inner .product-item-actions .actions-secondary > .action.towishlist,
  .page-products .products-grid .product-item .product-item-info:hover .product-item-inner .product-item-actions .actions-secondary > .action.tocompare,
  .wishlist-index-index .products-grid .product-item .product-item-info:hover .product-item-inner .product-item-actions .actions-secondary > .action.tocompare {
    width: 25px;
  }
  .page-products .products-grid .product-item .product-item-info:hover .product-item-inner .product-item-actions .actions-secondary > .action.towishlist:before,
  .wishlist-index-index .products-grid .product-item .product-item-info:hover .product-item-inner .product-item-actions .actions-secondary > .action.towishlist:before,
  .page-products .products-grid .product-item .product-item-info:hover .product-item-inner .product-item-actions .actions-secondary > .action.tocompare:before,
  .wishlist-index-index .products-grid .product-item .product-item-info:hover .product-item-inner .product-item-actions .actions-secondary > .action.tocompare:before {
    font-size: 1.4rem;
  }
  .page-products .products-grid .product-item .product-item-actions .actions-primary,
  .wishlist-index-index .products-grid .product-item .product-item-actions .actions-primary {
    width: 88%;
  }
  .page-products .products-grid .product-item .product-item-actions .actions-primary .tocart,
  .wishlist-index-index .products-grid .product-item .product-item-actions .actions-primary .tocart {
    margin-bottom: 5px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 970px) {
  .page-products .products-grid .product-items,
  .wishlist-index-index .products-grid .product-items {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .page-products .products-grid .product-item,
  .wishlist-index-index .products-grid .product-item {
    min-height: 230px;
  }
  .page-products .products-grid .product-item .product-item-info,
  .wishlist-index-index .products-grid .product-item .product-item-info {
    min-height: 200px;
  }
  .page-products .products-grid .product-item .product-item-info:hover .product-item-inner .product-item-actions .actions-primary,
  .wishlist-index-index .products-grid .product-item .product-item-info:hover .product-item-inner .product-item-actions .actions-primary {
    width: 104%;
    position: absolute;
    bottom: 15px;
    left: 5px;
  }
  .page-products .products-grid .product-item .product-item-info .product-item-inner .product-item-actions .actions-secondary .box-addtolists .actions .action.tolistslist.primary,
  .wishlist-index-index .products-grid .product-item .product-item-info .product-item-inner .product-item-actions .actions-secondary .box-addtolists .actions .action.tolistslist.primary {
    height: auto;
    padding: 5px;
    font-size: 1.2rem;
    width: 100% !important;
  }
  .page-products .products-grid .product-item .product-item-info .product-item-inner .product-item-actions .actions-primary,
  .wishlist-index-index .products-grid .product-item .product-item-info .product-item-inner .product-item-actions .actions-primary {
    left: 0px;
    width: 100%;
  }
  .page-products .products-grid .product-item .product-item-info .product-item-inner .product-item-actions .actions-primary .action.tocart.primary,
  .wishlist-index-index .products-grid .product-item .product-item-info .product-item-inner .product-item-actions .actions-primary .action.tocart.primary {
    height: auto;
    padding: 7px;
    font-size: 1.2rem;
    width: 93% !important;
  }
  .page-products .products-grid .product-item .product-item-info .product-item-inner .product-item-actions .actions-primary .locations_add_to_cart .action.tocart.primary,
  .wishlist-index-index .products-grid .product-item .product-item-info .product-item-inner .product-item-actions .actions-primary .locations_add_to_cart .action.tocart.primary {
    width: 92% !important;
    height: auto;
    padding: 7px;
    font-size: 1.1rem;
  }
  .page-products .products-grid .product-item .product-item-info .product-item-inner .product-item-actions .actions-primary .locations_add_to_cart a,
  .wishlist-index-index .products-grid .product-item .product-item-info .product-item-inner .product-item-actions .actions-primary .locations_add_to_cart a {
    width: 85% !important;
    margin-left: 0px;
    height: auto;
    padding: 5px;
    font-size: 1.2rem;
  }
  .page-products .products-grid .product-item .product-item-info .product-item-inner .product-item-actions.hasaddtolist .actions-secondary .box-addtolists .fieldset .actions,
  .wishlist-index-index .products-grid .product-item .product-item-info .product-item-inner .product-item-actions.hasaddtolist .actions-secondary .box-addtolists .fieldset .actions {
    padding-right: 3px;
  }
  .page-products .products-grid .product-item .product-item-info .product-item-inner .product-item-actions.hasaddtolist .actions-secondary .box-addtolists .fieldset .actions .action.tolistslist.primary,
  .wishlist-index-index .products-grid .product-item .product-item-info .product-item-inner .product-item-actions.hasaddtolist .actions-secondary .box-addtolists .fieldset .actions .action.tolistslist.primary {
    padding: 4px;
  }
}
@media only screen and (max-width: 639px) {
  .page-products .products-grid .product-items,
  .wishlist-index-index .products-grid .product-items {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .page-products .products-grid .product-items .product-item,
  .wishlist-index-index .products-grid .product-items .product-item {
    margin-bottom: 15px;
    min-height: 225px;
  }
  .page-products .products-grid .product-items .product-item .product-item-info,
  .wishlist-index-index .products-grid .product-items .product-item .product-item-info {
    min-height: 200px;
    width: 93%;
  }
  .page-products .products-grid .product-items .product-item .product-item-info .product-item-photo .product-image-container,
  .wishlist-index-index .products-grid .product-items .product-item .product-item-info .product-item-photo .product-image-container {
    margin: 0 auto;
    display: block;
  }
  .page-products .products-grid .product-items .product-item .product-item-info:hover .product-item-inner .product-item-actions .actions-primary,
  .wishlist-index-index .products-grid .product-items .product-item .product-item-info:hover .product-item-inner .product-item-actions .actions-primary {
    width: 100%;
    position: absolute;
    bottom: 15px;
    left: 0px;
  }
  .page-products .products-grid .product-items .product-item .product-item-info .product-item-inner .product-item-actions .actions-secondary .box-addtolists,
  .wishlist-index-index .products-grid .product-items .product-item .product-item-info .product-item-inner .product-item-actions .actions-secondary .box-addtolists {
    width: 92.5% !important;
  }
  .page-products .products-grid .product-items .product-item .product-item-info .product-item-inner .product-item-actions .actions-secondary .box-addtolists .actions .action.tolistslist.primary,
  .wishlist-index-index .products-grid .product-items .product-item .product-item-info .product-item-inner .product-item-actions .actions-secondary .box-addtolists .actions .action.tolistslist.primary {
    height: auto;
    padding: 5px;
    font-size: 1.2rem;
    width: 100% !important;
  }
  .page-products .products-grid .product-items .product-item .product-item-info .product-item-inner .product-item-actions .actions-primary,
  .wishlist-index-index .products-grid .product-items .product-item .product-item-info .product-item-inner .product-item-actions .actions-primary {
    left: 4px;
  }
  .page-products .products-grid .product-items .product-item .product-item-info .product-item-inner .product-item-actions .actions-primary .action.tocart.primary,
  .wishlist-index-index .products-grid .product-items .product-item .product-item-info .product-item-inner .product-item-actions .actions-primary .action.tocart.primary {
    height: auto;
    padding: 7px;
    font-size: 1.2rem;
    width: 93% !important;
  }
  .page-products .products-grid .product-items .product-item .product-item-info .product-item-inner .product-item-actions .actions-primary .locations_add_to_cart .action.tocart.primary,
  .wishlist-index-index .products-grid .product-items .product-item .product-item-info .product-item-inner .product-item-actions .actions-primary .locations_add_to_cart .action.tocart.primary {
    width: 90% !important;
    height: auto;
    padding: 5px;
    font-size: 1.1rem;
  }
  .page-products .products-grid .product-items .product-item .product-item-info .product-item-inner .product-item-actions .actions-primary .locations_add_to_cart a,
  .wishlist-index-index .products-grid .product-items .product-item .product-item-info .product-item-inner .product-item-actions .actions-primary .locations_add_to_cart a {
    width: 88% !important;
    margin-left: 0px;
    height: auto;
    padding: 4px;
    font-size: 1.2rem;
  }
  .page-products .products-grid .product-items .product-item .product-item-info .product-item-inner .product-item-actions .product-image-container .product-image-wrapper,
  .wishlist-index-index .products-grid .product-items .product-item .product-item-info .product-item-inner .product-item-actions .product-image-container .product-image-wrapper {
    padding-bottom: 75% !important;
  }
  .page-products .products-grid .product-items .product-item .product-item-info .product-item-inner .product-item-actions .product-image-container .product-image-wrapper .product-image-photo,
  .wishlist-index-index .products-grid .product-items .product-item .product-item-info .product-item-inner .product-item-actions .product-image-container .product-image-wrapper .product-image-photo {
    max-width: 75%;
    width: auto;
    height: 100%;
  }
}
@media only screen and (max-width: 550px) {
  .page-products .products-grid .product-items,
  .wishlist-index-index .products-grid .product-items {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}
@media only screen and (max-width: 440px) {
  .page-products .configurable_addtocart .add-to-cart .configurator-add.btn-cart,
  .wishlist-index-index .configurable_addtocart .add-to-cart .configurator-add.btn-cart {
    padding: 5px !important;
  }
  .page-products .configurable_addtocart .add-to-cart .configurator-add.btn-cart span:before,
  .wishlist-index-index .configurable_addtocart .add-to-cart .configurator-add.btn-cart span:before {
    font-size: 1.2rem;
  }
  .page-products .products-grid .product-item .product-item-info,
  .wishlist-index-index .products-grid .product-item .product-item-info {
    padding: 5px 5px 60px 5px;
  }
  .page-products .products-grid .product-item .product-item-info .product-item-inner .product-item-actions .actions-secondary .box-addtolists,
  .wishlist-index-index .products-grid .product-item .product-item-info .product-item-inner .product-item-actions .actions-secondary .box-addtolists {
    bottom: 60px;
    width: 93% !important;
  }
  .page-products .products-grid .product-item .product-item-info .product-item-inner .product-item-actions .actions-primary .action.tocart.primary.halfoccupy,
  .wishlist-index-index .products-grid .product-item .product-item-info .product-item-inner .product-item-actions .actions-primary .action.tocart.primary.halfoccupy {
    position: absolute;
    bottom: 19px;
    width: 93% !important;
  }
  .page-products .products-grid .product-item .product-item-info .product-item-inner .product-item-actions .actions-primary .locations_add_to_cart,
  .wishlist-index-index .products-grid .product-item .product-item-info .product-item-inner .product-item-actions .actions-primary .locations_add_to_cart {
    top: 7px;
  }
  .page-products .products-grid .product-item .product-item-info .product-item-inner .product-item-actions .actions-primary .action.tocart.primary.halfoccupy,
  .wishlist-index-index .products-grid .product-item .product-item-info .product-item-inner .product-item-actions .actions-primary .action.tocart.primary.halfoccupy,
  .page-products .products-grid .product-item .product-item-info .product-item-inner .product-item-actions .actions-primary .locations_add_to_cart,
  .wishlist-index-index .products-grid .product-item .product-item-info .product-item-inner .product-item-actions .actions-primary .locations_add_to_cart {
    width: 95% !important;
  }
  .page-products .products-grid .product-item .product-item-info .product-item-inner .product-item-actions .actions-primary .action.tocart.primary.halfoccupy a,
  .wishlist-index-index .products-grid .product-item .product-item-info .product-item-inner .product-item-actions .actions-primary .action.tocart.primary.halfoccupy a,
  .page-products .products-grid .product-item .product-item-info .product-item-inner .product-item-actions .actions-primary .locations_add_to_cart a,
  .wishlist-index-index .products-grid .product-item .product-item-info .product-item-inner .product-item-actions .actions-primary .locations_add_to_cart a {
    width: 85% !important;
  }
  .page-products .products-grid .product-item .product-item-info .product-item-details .product_stock_display .availability span,
  .wishlist-index-index .products-grid .product-item .product-item-info .product-item-details .product_stock_display .availability span {
    font-size: 1.2rem;
    font-family: 'Source Sans Pro' !important;
  }
  .page-products .products-grid .product-item .product-item-info:hover .product-item-inner .product-item-actions.hasaddtolist .actions-primary .action.tocart.primary,
  .wishlist-index-index .products-grid .product-item .product-item-info:hover .product-item-inner .product-item-actions.hasaddtolist .actions-primary .action.tocart.primary {
    width: 89% !important;
  }
}
@media only screen and (max-width: 959px) {
  .products.products-list .product.product-item .product-item-info .product-item-details .product_skus {
    width: 90%;
  }
  .products.products-list .product.product-item .product-item-info .product-item-details .product-item-name {
    width: auto;
  }
  .products.products-list .product.product-item .product-item-info .product-item-details .product-item-inner {
    width: auto;
    position: static;
  }
  .products.products-list .product.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary,
  .products.products-list .product.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-secondary {
    display: block;
    float: none;
    width: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .page-layout-2columns-left .sidebar-additional .block.block-lists .block-content .form.lists .actions-toolbar {
    text-align: center;
  }
  .page-layout-2columns-left .sidebar-additional .block.block-lists .block-content .form.lists .actions-toolbar .primary,
  .page-layout-2columns-left .sidebar-additional .block.block-lists .block-content .form.lists .actions-toolbar .secondary {
    float: none;
    text-align: center;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .products-grid.wishlist .product-item .fieldset .add-to-cart-alt .field.qty .label {
    width: 30px;
    font-size: 1.4rem;
  }
  .products-grid.wishlist .product-item .fieldset .add-to-cart-alt .field.qty .control {
    width: 40px;
  }
  .products-grid.wishlist .product-item .fieldset .add-to-cart-alt .field.qty .control .input-text.qty {
    width: 40px;
  }
  .wishlist-index-index .products-grid .product-items .product-item .product-item-info .product-item-inner .box-tocart .add-to-cart-alt .field.qty {
    width: 85px;
  }
  .sidebar.sidebar-additional .block.block-reorder .block-content .form.reorder .actions-toolbar .primary {
    float: none;
  }
  .sidebar.sidebar-additional .block.block-reorder .block-content .form.reorder .actions-toolbar .primary .action.tocart.primary {
    width: 100px;
    margin: 0 auto;
    padding: 4px 15px;
  }
  .sidebar.sidebar-additional .block.block-reorder .block-content .form.reorder .actions-toolbar .secondary {
    float: none;
    margin: 5px auto;
  }
  .sidebar.sidebar-additional .block.block-reorder .block-content .form.reorder .actions-toolbar .secondary a.action.view {
    padding: 4px 15px;
    width: 85px;
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 860px) {
  .page-products.page-layout-2columns-left .sidebar.sidebar-main .block.filter .block-content.filter-content {
    padding-top: 48px;
  }
  .page-products.page-layout-2columns-left .sidebar.sidebar-main .block.filter .block-content.filter-content .block-subtitle.filter-subtitle {
    width: 88%;
  }
}
@media only screen and (min-width: 1020px) and (max-width: 1180px) {
  .page-products .column.main .toolbar-products .plp-heading {
    width: 60% !important;
  }
}
@media only screen and (min-width: 861px) and (max-width: 1035px) {
  .page-products.page-layout-2columns-left .sidebar.sidebar-main .block.filter .block-content.filter-content {
    padding-top: 48px;
  }
  .page-products.page-layout-2columns-left .sidebar.sidebar-main .block.filter .block-content.filter-content .block-subtitle.filter-subtitle {
    width: 90%;
  }
}
@media only screen and (min-width: 1036px) and (max-width: 1300px) {
  .page-products.page-layout-2columns-left .sidebar.sidebar-main .block.filter .block-content.filter-content {
    padding-top: 35px;
  }
  .page-products.page-layout-2columns-left .sidebar.sidebar-main .block.filter .block-content.filter-content .block-subtitle.filter-subtitle {
    width: 92%;
  }
}
@media only screen and (min-width: 1301px) {
  .page-products.page-layout-2columns-left .sidebar.sidebar-main .block.filter .block-content.filter-content {
    padding-top: 35px;
  }
  .page-products.page-layout-2columns-left .sidebar.sidebar-main .block.filter .block-content.filter-content .block-subtitle.filter-subtitle {
    width: 93%;
  }
}
@media only screen and (max-width: 767px) {
  .page-products .column.main .toolbar-products .pages {
    position: static;
  }
  .wishlist-index-index .products-grid .product-items .product-item .product-item-info {
    min-height: 255px;
    height: auto;
  }
  .wishlist-index-index .products-grid .product-items .product-item .product-item-info .product-item-photo {
    margin-right: 0px;
  }
  .wishlist-index-index .products-grid .product-items .product-item .product-item-info .product-item-photo .product-image-container {
    width: 180px !important;
  }
  .wishlist-index-index .products-grid .product-items .product-item .product-item-info .product-item-photo .product-image-container .product-image-wrapper {
    padding-bottom: 75% !important;
  }
  .wishlist-index-index .products-grid .product-items .product-item .product-item-info .product-item-photo .product-image-container .product-image-wrapper .product-image-photo {
    max-width: 80%;
    width: auto;
    height: 100%;
  }
  .wishlist-index-index .products-grid .product-items .product-item .product-item-info .product-item-name {
    margin-left: 85px;
  }
  .wishlist-index-index .products-grid .product-items .product-item .product-item-info .product-item-inner {
    float: left;
    clear: right;
    position: relative;
  }
  .wishlist-index-index .products-grid .product-items .product-item .product-item-info .product-item-inner .product-item-actions {
    position: relative;
    margin-left: 10px;
    top: -6px;
  }
  .wishlist-index-index .products-grid .product-items .product-item .product-item-info .product-item-inner .product-item-actions .action.edit,
  .wishlist-index-index .products-grid .product-items .product-item .product-item-info .product-item-inner .product-item-actions .action.delete {
    margin-top: 0px;
  }
  .wishlist-index-index .products-grid .product-items .product-item .product-item-info .product-item-inner .box-tocart .fieldset .add-to-cart-alt .product-item-actions .actions-primary {
    left: 0px;
    bottom: 0px;
  }
  .wishlist-index-index .products-grid .product-items .product-item .product-item-info .product-item-inner .box-tocart .fieldset .add-to-cart-alt .product-item-actions .actions-primary a .tocart.wishlisttocart {
    width: 100px;
  }
  .wishlist-index-index .actions-toolbar .action.update,
  .wishlist-index-index .actions-toolbar .action.share {
    border: 0px;
    color: #006699;
    background: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    outline: none;
    cursor: pointer;
    font-weight: bold;
    padding: 7px 15px 7px;
    border-radius: 25px;
    font-family: 'Source Sans Pro' !important;
    -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;
  }
  .wishlist-index-index .actions-toolbar .action.update:hover,
  .wishlist-index-index .actions-toolbar .action.share:hover {
    background: #66cc66 !important;
    color: #006699;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border: 0px;
  }
  .sidebar.sidebar-additional .block.block-reorder {
    padding: 0px 0px 40px 0px;
  }
  .sidebar.sidebar-additional .block.block-reorder .block-content .form.reorder .actions-toolbar div.primary {
    position: relative;
    top: -3px;
  }
  .sidebar.sidebar-additional .block.block-lists {
    padding: 0px 0px 40px 0px;
  }
  .sidebar.sidebar-additional .block.block-lists .block-content .form.lists .actions-toolbar .secondary {
    margin-top: 10px;
  }
  .sidebar.sidebar-additional .block.block-wishlist {
    padding: 0px 0px 30px 0px !important;
  }
  .sidebar.sidebar-additional .block.block-wishlist .block-content ol li.product-item .product-item-photo .photo.image {
    width: 70px;
    height: 70px;
  }
  .sidebar.sidebar-additional .block.block-wishlist .block-content ol li.product-item .product-item-name .product-item-link {
    font-family: 'Source Sans Pro' !important;
  }
  .sidebar.sidebar-additional .block.block-wishlist .block-content ol li.product-item .product-item-name .product-item-link span {
    width: 80%;
  }
  .sidebar.sidebar-additional .block.block-wishlist .block-content ol li.product-item .old-price {
    display: block;
  }
  .page-products .products-grid .product-item .product-item-info .product-item-inner .product-item-actions .actions-secondary .action.tocompare .action.tocompare,
  .wishlist-index-index .products-grid .product-item .product-item-info .product-item-inner .product-item-actions .actions-secondary .action.tocompare {
    right: 15px;
  }
  .page-products .products-grid .product-item .product-item-info .product-item-inner .product-item-actions .actions-secondary .action.tocompare .action.towishlist,
  .wishlist-index-index .products-grid .product-item .product-item-info .product-item-inner .product-item-actions .actions-secondary .action.towishlist {
    right: 45px;
  }
  .page-layout-2columns-left .sidebar-additional .block.block-compare {
    display: block;
    padding-bottom: 40px;
  }
  .page-products .toolbar-products .toolbar-sorter {
    position: relative;
    width: 90%;
  }
  .page-products .columns .sidebar.sidebar-main {
    height: auto;
    position: static;
  }
  .page-products .columns .sidebar.sidebar-main:before {
    display: none;
  }
  .page-products .columns .sidebar.sidebar-main .block.filter .block-title.filter-title {
    display: none;
  }
  .page-products .columns .sidebar.sidebar-main .block.filter .filter-content .filter-subtitle,
  .page-products .columns .sidebar.sidebar-main .block.filter .filter-content .filter-options {
    display: block;
  }
  .page-with-filter .search.results .toolbar-products .pages {
    margin-bottom: 5px;
  }
  .page-products.page-layout-2columns-left .columns .sidebar.sidebar-main .block-content.filter-content .filter-current {
    margin: 0px 0px 0px;
  }
}
@media only screen and (min-width: 599px) and (max-width: 767px) {
  .page-products.page-layout-2columns-left .columns .sidebar.sidebar-main .block.filter .block-content.filter-content .block-subtitle.filter-subtitle {
    width: 97.2%;
  }
}
@media only screen and (max-width: 639px) {
  .sorter {
    float: left;
  }
  .page-products .products-grid .product-item .product-item-info .product-item-inner .product-item-actions .actions-primary .locations_add_to_cart,
  .wishlist-index-index .products-grid .product-item .product-item-info .product-item-inner .product-item-actions .actions-primary .locations_add_to_cart {
    width: 100% !important;
    left: 2px;
  }
  .page-products .products-grid .product-item .product-item-info .product-item-inner .product-item-actions .actions-primary .locations_add_to_cart .action.tocart.primary,
  .wishlist-index-index .products-grid .product-item .product-item-info .product-item-inner .product-item-actions .actions-primary .locations_add_to_cart .action.tocart.primary {
    width: 92% !important;
    padding: 5px;
  }
  .page-products .products-grid .product-item .product-item-info .product-item-inner .product-item-actions .actions-primary .action.tocart.primary,
  .wishlist-index-index .products-grid .product-item .product-item-info .product-item-inner .product-item-actions .actions-primary .action.tocart.primary {
    width: 92% !important;
    padding: 5px;
  }
  .page-products .products-grid .product-item .product-item-info .product-item-inner .product-item-actions.hasaddtolist .actions-primary,
  .wishlist-index-index .products-grid .product-item .product-item-info .product-item-inner .product-item-actions.hasaddtolist .actions-primary {
    bottom: 50px;
  }
  .page-products .products-grid .product-item .product-item-info .product-item-inner .product-item-actions.hasaddtolist .actions-secondary .box-addtolists .fieldset .actions .action.tolistslist.primary,
  .wishlist-index-index .products-grid .product-item .product-item-info .product-item-inner .product-item-actions.hasaddtolist .actions-secondary .box-addtolists .fieldset .actions .action.tolistslist.primary {
    padding: 4px;
  }
  .page-products .products-grid .product-item .product-item-info:hover .product-item-inner .product-item-actions.hasaddtolist .actions-primary,
  .wishlist-index-index .products-grid .product-item .product-item-info:hover .product-item-inner .product-item-actions.hasaddtolist .actions-primary {
    width: 100%;
    bottom: 50px;
    left: 6px;
  }
  .page-products .products-grid .product-item .product-item-info:hover .product-item-inner .product-item-actions.hasaddtolist .actions-primary .action.tocart.primary,
  .wishlist-index-index .products-grid .product-item .product-item-info:hover .product-item-inner .product-item-actions.hasaddtolist .actions-primary .action.tocart.primary {
    width: 92% !important;
    padding: 4px;
  }
  .page-products .products-grid .product-item .product-item-info:hover .product-item-inner .product-item-actions.hasaddtolist .actions-secondary .box-addtolists .fieldset .actions .action.tolistslist.primary,
  .wishlist-index-index .products-grid .product-item .product-item-info:hover .product-item-inner .product-item-actions.hasaddtolist .actions-secondary .box-addtolists .fieldset .actions .action.tolistslist.primary {
    padding: 4px;
  }
  .page-products .products-grid .product-item .product-item-info:hover .product-item-inner .product-item-actions .actions-primary,
  .wishlist-index-index .products-grid .product-item .product-item-info:hover .product-item-inner .product-item-actions .actions-primary {
    width: 100%;
    bottom: 15px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
  }
  .page-products .products-grid .product-item .product-item-info:hover .product-item-inner .product-item-actions .actions-primary .action.tocart.primary,
  .wishlist-index-index .products-grid .product-item .product-item-info:hover .product-item-inner .product-item-actions .actions-primary .action.tocart.primary {
    width: 100% !important;
  }
}
@media only screen and (min-width: 499px) and (max-width: 599px) {
  .page-products.page-layout-2columns-left .columns .sidebar.sidebar-main .block.filter .block-content.filter-content .block-subtitle.filter-subtitle {
    width: 96.5%;
  }
}
@media only screen and (min-width: 399px) and (max-width: 498px) {
  .page-products.page-layout-2columns-left .columns .sidebar.sidebar-main .block.filter .block-content.filter-content .block-subtitle.filter-subtitle {
    width: 95.5%;
  }
}
@media only screen and (min-width: 345px) and (max-width: 398px) {
  .page-products.page-layout-2columns-left .columns .sidebar.sidebar-main .block.filter .block-content.filter-content .block-subtitle.filter-subtitle {
    width: 94.5%;
  }
}
@media only screen and (max-width: 344px) {
  .page-products.page-layout-2columns-left .columns .sidebar.sidebar-main .block.filter .block-content.filter-content .block-subtitle.filter-subtitle {
    width: 94%;
  }
}
@media only screen and (max-width: 380px) {
  .products.products-list .product.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-secondary .box-addtolists {
    position: static;
  }
}
@media only screen and (min-width: 1440px) {
  .page-products .sidebar .product-items .product-item-info .product-item-photo {
    float: left;
  }
  .page-products .sidebar .product-items .product-item-details {
    margin-left: 3px;
    margin-right: 10px;
    margin-bottom: 5px;
  }
  .page-products .sidebar .product-items .product-item-details .product-item-name {
    margin-left: 80px;
  }
  .page-products .sidebar .product-items .product-item-details div:first-child {
    margin-left: 80px;
  }
  .page-products .sidebar .product-items .product-item-details .product-item-actions {
    margin-top: 35px !important;
    margin-bottom: 15px !important;
  }
}
/**
 * Copyright © 2010-2018 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-Mar-2020,
    Author     : Muralidhar.Dixit
*/
.page-layout-1column .product.media {
  width: 50%;
}
.page-layout-1column .product.media .gallery-placeholder .fotorama-item {
  border: 1px solid #d4d4d4;
  padding: 10px;
}
.page-layout-1column .product.media .gallery-placeholder .fotorama-item .fotorama__nav-wrap .fotorama__nav .fotorama__nav__shaft .fotorama__nav__frame .fotorama__thumb {
  background-color: #ffffff;
}
.page-layout-1column .product.media .gallery-placeholder .fotorama-item .fotorama__nav-wrap .fotorama__nav .fotorama__nav__shaft .fotorama__nav__frame .fotorama__thumb .fotorama__img {
  border: 1px solid #d4d4d4 !important;
  width: 75%;
  padding: 5%;
  -webkit-box-shadow: 0px 0px 3px 0px #d4d4d4;
  -moz-box-shadow: 0px 0px 3px 0px #d4d4d4;
  -o-box-shadow: 0px 0px 3px 0px #d4d4d4;
  box-shadow: 0px 0px 3px 0px #d4d4d4;
}
.page-layout-1column .product.media .gallery-placeholder .fotorama-item .fotorama__nav-wrap .fotorama__nav .fotorama__nav__shaft .fotorama__arr,
.page-layout-1column .product.media .gallery-placeholder .fotorama-item .fotorama__nav-wrap .fotorama__nav .fotorama__nav__shaft .fotorama__thumb__arr {
  background-color: rgba(255, 255, 255, 0.7);
}
.page-layout-1column .product.media .gallery-placeholder .fotorama-item .fotorama__nav-wrap .fotorama__nav .fotorama__nav__shaft .fotorama__thumb-border {
  width: 77px !important;
  height: 4px !important;
  top: 97px;
  border: 1px solid #006699;
  background: #006699;
}
#elementinformation .collapsibleTab {
  font-size: 1.6rem;
}
#instant-purchase {
  margin-top: 5px;
  text-align: center;
}
.page-product-grouped .box-tocart {
  margin-top: 40px;
}
.paypal-button.paypal-button-context-iframe {
  margin-top: 15px;
  -webkit-box-shadow: 0px 0px 4px 1px #d4d4d4;
  -moz-box-shadow: 0px 0px 4px 1px #d4d4d4;
  -o-box-shadow: 0px 0px 4px 1px #d4d4d4;
  box-shadow: 0px 0px 4px 1px #d4d4d4;
}
.checkout-cart-configure .product-info-main .control .input-text.qty {
  top: 0px !important;
}
.page-layout-1column .product-info-main {
  width: 46%;
}
.page-layout-1column .product-info-main .product.pricing {
  width: 65%;
}
.page-layout-1column .product-info-main .product-info-price {
  position: relative;
  top: 12px;
}
.page-layout-1column .product-info-main .product-info-price .price-container .price-excluding-tax:before {
  font-size: 1.6rem;
  font-weight: bold;
}
.page-layout-1column .product-info-main .product-info-price .price-container .price-excluding-tax span {
  font-size: 1.6rem !important;
}
.page-layout-1column .product-info-main .paypal-express-checkout.button {
  position: static;
  margin: 5px auto;
  text-align: center;
  width: 100%;
}
.page-layout-1column .product-info-main .visa-checkout.button {
  position: relative;
  margin: 10px auto 5px;
  text-align: center;
  width: 100%;
  top: -10px;
  left: 10px;
}
.page-layout-1column .product-info-main .visa-checkout.button:hover {
  position: relative;
}
.page-layout-1column .product-info-main .field.qty label.label {
  font-weight: 600;
  margin-right: 20px;
}
.page-layout-1column .product-info-main .field.qty label.label span:after {
  content: ": ";
}
.page-layout-1column .product-info-main .field.qty label,
.page-layout-1column .product-info-main .field.qty .control {
  display: inline-block;
  width: auto;
}
.page-layout-1column .product-info-main .actions {
  margin-top: 10px;
}
.page-layout-1column .product-info-main .actions button.tocart {
  width: 98%;
  height: 50px;
}
.page-layout-1column .product-info-main .grouped-items-table {
  width: 98%;
  margin-bottom: 5px;
}
.page-layout-1column .product-info-main .grouped-items-table tr th,
.page-layout-1column .product-info-main .grouped-items-table tr td {
  padding: 5px 1px 8px;
  width: 45%;
}
.page-layout-1column .product-info-main .grouped-items-table tr th.location-qty,
.page-layout-1column .product-info-main .grouped-items-table tr td.location-qty,
.page-layout-1column .product-info-main .grouped-items-table tr th.col.qty,
.page-layout-1column .product-info-main .grouped-items-table tr td.col.qty {
  min-width: 165px !important;
}
.page-layout-1column .product-info-main .grouped-items-table tr th p,
.page-layout-1column .product-info-main .grouped-items-table tr td p {
  margin: 0px;
}
.page-layout-1column .product-info-main .grouped-items-table tr th .availability .span,
.page-layout-1column .product-info-main .grouped-items-table tr td .availability .span {
  font-weight: 600;
}
.page-layout-1column .product-info-main .grouped-items-table tr th .special-price,
.page-layout-1column .product-info-main .grouped-items-table tr td .special-price {
  display: inline-block;
}
.page-layout-1column .product-info-main .grouped-items-table tr th .special-price .price-container .price-wrapper .price,
.page-layout-1column .product-info-main .grouped-items-table tr td .special-price .price-container .price-wrapper .price {
  font-weight: 600;
}
.page-layout-1column .product-info-main .grouped-items-table tr th .old-price,
.page-layout-1column .product-info-main .grouped-items-table tr td .old-price {
  display: inline-block;
}
.page-layout-1column .product-info-main .grouped-items-table tr td .configurable_addtocart {
  margin-top: 5px;
}
.page-layout-1column .product-info-main .grouped-items-table tr td .configurable_addtocart .action.primary {
  padding: 5px;
  display: inline-block;
  width: auto;
  font-size: 1.3rem;
}
.page-layout-1column .product-info-main .grouped-items-table tr th:first-child,
.page-layout-1column .product-info-main .grouped-items-table tr td:first-child {
  width: 35%;
}
.page-layout-1column .product-info-main .control > span.qtyminus,
.page-layout-1column .product-info-main .control > span.qtyplus {
  font-size: 2rem;
  top: 3px;
  text-align: center;
  margin-left: 3px;
  border-radius: 25px;
  height: 17px;
  width: 17px;
  background: #006699;
  box-shadow: 0px 0px 0px 6px inset #ffffff;
  border: 2px solid #006699;
  display: inline-block;
  padding: 3px 9px 15px;
  color: #ffffff;
}
.page-layout-1column .product-info-main .control .input-text.qty {
  height: 37px;
  font-weight: bold;
  font-size: 1.8rem !important;
  position: relative;
  top: 3px;
  width: 60px;
}
.page-layout-1column .product-info-main .product-info-stock-sku {
  display: inline-block;
  width: 100%;
  text-align: left;
  padding-left: 0px;
  margin-top: 0px;
  background: #ffffff;
}
.page-layout-1column .product-info-main .product-info-stock-sku #plan-details {
  margin-top: 70px !important;
}
.page-layout-1column .product-info-main .product-info-stock-sku .availability,
.page-layout-1column .product-info-main .product-info-stock-sku .available {
  float: left;
  width: 49%;
  font-size: 1.6rem;
  font-weight: 600;
  color: #222222;
  font-family: 'Source Sans Pro' !important;
}
.page-layout-1column .product-info-main .product-info-stock-sku .availability span,
.page-layout-1column .product-info-main .product-info-stock-sku .available span {
  display: inline-block;
  margin-top: 0rem;
  font-weight: bold;
  color: #222222;
}
.page-layout-1column .product-info-main .product-info-stock-sku .stock.available {
  font-size: 1.6rem;
  font-weight: 600;
  color: #222222;
  font-family: 'Source Sans Pro' !important;
}
.page-layout-1column .product-info-main .product-info-stock-sku .stock.available span {
  font-weight: 500;
  text-transform: none;
  color: #222222;
}
.page-layout-1column .product-info-main .product-info-stock-sku .stock.available span:before {
  content: "Availability:";
  font-size: 1.6rem;
  font-weight: 600;
  color: #222222;
  font-family: 'Source Sans Pro' !important;
  display: block;
}
.page-layout-1column .product-info-main .product-info-stock-sku .sku-list {
  float: left;
  width: 49%;
}
.page-layout-1column .product-info-main .product-info-stock-sku .sku-list > p {
  font-weight: 600;
  margin-bottom: 0.2rem;
  color: #222222;
}
.page-layout-1column .product-info-main .product-info-stock-sku .sku-list > p strong {
  font-size: 1.6rem;
  font-weight: 600;
  color: #222222;
  font-family: 'Source Sans Pro' !important;
}
.page-layout-1column .product-info-main .product-info-stock-sku .sku-list:after {
  content: "";
  clear: both;
}
.page-layout-1column .product-info-main .product-options-wrapper .fieldset > .field.required .control {
  margin-bottom: 45px;
}
.page-layout-1column .product-info-main .product-options-wrapper .fieldset .product-options .grouped-items-table tbody tr td .price-box .price-container span.price {
  font-size: 2rem;
}
.page-layout-1column .product-info-main .product-options-wrapper .fieldset .product-options .grouped-items-table tbody tr td .price-box .old-price .price-container .price-wrapper span.price {
  font-size: 1.4rem !important;
}
.page-layout-1column .product-info-main .product-options-wrapper .fieldset .product-options .grouped-items-table tbody tr td p.availability {
  border-bottom: 0px !important;
}
.page-layout-1column .product-info-main .product-options-wrapper .fieldset .product-options .grouped-items-table tbody tr td p.availability span {
  display: inline-block;
}
.page-layout-1column .product-info-main .product.attribute.overview {
  margin: 10px 0;
}
.page-layout-1column .product-info-main .product-reviews-summary {
  margin-bottom: 7px;
}
.page-layout-1column .product-info-main .product-reviews-summary .reviews-actions .action.add {
  background: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  outline: none;
  cursor: pointer;
  font-weight: bold;
  padding: 7px 15px 7px;
  border-radius: 25px;
  font-family: 'Source Sans Pro' !important;
  -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;
  border: 0px;
  color: #006699;
  padding: 1px;
  font-size: 1.2rem;
  color: #006699 !important;
  padding: 3px 6px;
}
.page-layout-1column .product-info-main .product-reviews-summary .reviews-actions .action.add:hover {
  background: #66cc66 !important;
  color: #006699;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: 0px;
}
.page-layout-1column .product-info-main .product-reviews-summary .reviews-actions .action.add:hover {
  background: none;
  color: #66cc66;
}
.page-layout-1column .product-info-main .product.alert.price {
  margin: 5px 0px;
  float: left;
  width: 100%;
}
.page-layout-1column .product-info-main .product.alert.price a.alert {
  background: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  outline: none;
  cursor: pointer;
  font-weight: bold;
  padding: 7px 15px 7px;
  border-radius: 25px;
  font-family: 'Source Sans Pro' !important;
  -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;
  border: 0px;
  color: #006699;
  padding: 1px;
  font-size: 1.2rem;
  padding: 3px 6px;
}
.page-layout-1column .product-info-main .product.alert.price a.alert:hover {
  background: #66cc66 !important;
  color: #006699;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: 0px;
}
.page-layout-1column .product-info-main .product.alert.price a.alert:hover {
  background: none;
  color: #66cc66;
}
.page-layout-1column .product-info-main .product.alert.price a.alert:hover {
  color: #006699;
}
.page-layout-1column .product-info-main .product-info-price {
  display: inline-block;
  border-bottom: 0px;
  width: 98%;
}
.page-layout-1column .product-info-main .product-info-price .price-box.price-final_price {
  display: inline-block;
  width: 100%;
}
.page-layout-1column .product-info-main .product-info-price .price-box.price-final_price .price-label {
  color: #006699;
}
.page-layout-1column .product-info-main .product-info-price .price-box.price-final_price .price-wrapper {
  font-family: 'Source Sans Pro' !important;
}
.page-layout-1column .product-info-main .product-info-price .price-box.price-final_price .price-wrapper .price {
  font-size: 3.0rem;
  color: #006699;
}
.page-layout-1column .product-info-main .product-info-price .price-box.price-final_price .special-price {
  display: inline-block;
}
.page-layout-1column .product-info-main .product-info-price .price-box.price-final_price .old-price {
  margin-left: 10px;
  display: inline-block;
}
.page-layout-1column .product-info-main .product-info-price .price-box.price-final_price .old-price .price-container {
  font-weight: bold;
  font-size: 1.6rem;
}
.page-layout-1column .product-info-main .product-info-price .price-box.price-final_price .old-price .price-container .price-label {
  color: #ed5463;
  font-family: 'Source Sans Pro' !important;
}
.page-layout-1column .product-info-main .product-info-price .price-box.price-final_price .old-price .price-container .price {
  font-size: 1.6rem;
  font-weight: bold;
  color: #ed5463;
}
.page-layout-1column .product-info-main .product-info-price.configurator-sku-stk {
  display: inline-block;
}
.page-layout-1column .product-info-main #bundleSummary #subscription-product #subscription-end .end-container button.ui-datepicker-trigger {
  top: 18px;
  right: 17px;
  width: 25px;
}
.page-layout-1column .product-info-main #bundleSummary #subscription-product #subscription-end .end-container button.ui-datepicker-trigger:hover {
  background: none !important;
}
.page-layout-1column .product-info-main #bundleSummary #subscription-product #subscription-end .end-container button.ui-datepicker-trigger:before {
  font-size: 2rem !important;
  left: 0px;
}
.page-layout-1column .product-info-main .page-layout-1column .product-info-main .product-add-form .box-tocart.subscrpqty .actions .action.primary.tocart {
  margin-top: 30px;
}
.page-layout-1column .product-info-main .product-add-form {
  /* Subscription */
  padding-top: 0px;
}
.page-layout-1column .product-info-main .product-add-form .subscrpqty .fieldset .field.qty.prod-detail-qty {
  bottom: 0px !important;
  text-align: left !important;
}
.page-layout-1column .product-info-main .product-add-form #plan-details {
  margin-bottom: 15px;
  margin-top: 10px;
}
.page-layout-1column .product-info-main .product-add-form #subscription-product {
  margin-top: 10px;
}
.page-layout-1column .product-info-main .product-add-form #subscription-product .subscription-type {
  width: 50%;
  position: relative;
}
.page-layout-1column .product-info-main .product-add-form #subscription-product .subscription-type label {
  position: relative;
  bottom: 2px;
  font-size: 16px;
}
.page-layout-1column .product-info-main .product-add-form #subscription-product .subscription-type input[type="radio"] {
  margin: 2px 5px 0 0;
  height: 16px;
  width: 16px;
}
.page-layout-1column .product-info-main .product-add-form #subscription-product #subscribe-options {
  margin-bottom: 15px;
}
.page-layout-1column .product-info-main .product-add-form #subscription-product #subscribe-options #subscription-end button.ui-datepicker-trigger {
  top: 18px;
  right: 17px;
  width: 25px;
}
.page-layout-1column .product-info-main .product-add-form #subscription-product #subscribe-options #subscription-end button.ui-datepicker-trigger:hover {
  background: none;
}
.page-layout-1column .product-info-main .product-add-form #subscription-product #subscribe-options #subscription-end button.ui-datepicker-trigger:before {
  font-size: 2rem;
  left: 0px;
}
.page-layout-1column .product-info-main .product-add-form #subscription-product #subscribe-options #available-plans .section-title {
  font-size: 1.6rem;
  font-weight: 600;
}
.page-layout-1column .product-info-main .product-add-form #subscription-product #subscribe-options #available-plans .plan-choice .plan {
  border: 1px solid #d4d4d4;
}
.page-layout-1column .product-info-main .product-add-form #subscription-product #subscribe-options #available-plans .plan-choice .plan .plan-container input[type="radio"] {
  height: 16px;
  width: 16px;
}
.page-layout-1column .product-info-main .product-add-form #subscription-product #subscribe-options #available-plans .plan-choice .plan .plan-container label {
  font-size: 16px;
  font-weight: 600;
  position: relative;
  bottom: 3px;
}
.page-layout-1column .product-info-main .product-add-form #subscription-product #subscribe-options #available-plans .plan-choice .plan .plan-container label .discount-text {
  font-weight: 500;
}
.page-layout-1column .product-info-main .product-add-form #subscription-product #subscribe-options #subscription-end {
  font-size: 1.6rem;
}
.page-layout-1column .product-info-main .product-add-form #subscription-product #subscribe-options #subscription-end .enddate-section-title {
  font-weight: 600;
}
.page-layout-1column .product-info-main .product-add-form #subscription-product #subscribe-options #subscription-end .end-subscribe-choice .enddate-col .end-container .end-date {
  font-size: 1.6rem;
  border: 1px solid #d4d4d4;
}
.page-layout-1column .product-info-main .product-add-form #subscription-product #subscribe-options #subscription-end .end-subscribe-choice .enddate-col .end-container .end-date input[type="radio"] {
  height: 16px;
  width: 16px;
}
.page-layout-1column .product-info-main .product-add-form #subscription-product #subscribe-options #subscription-end .end-subscribe-choice .enddate-col .end-container .end-date label {
  font-size: 1.6rem;
  position: relative;
  bottom: 3px;
}
.page-layout-1column .product-info-main .product-add-form .product-info-price {
  display: inline-block;
  width: 98%;
}
.page-layout-1column .product-info-main .product-add-form .prod-detail-qty {
  display: inline-block;
  width: 98%;
  margin-bottom: 0px;
  text-align: right;
  position: relative;
  bottom: 60px;
}
.page-layout-1column .product-info-main .product-add-form .prod-detail-qty .label {
  display: none !important;
}
.page-layout-1column .product-info-main .product-add-form .box-tocart .product-info-price {
  position: relative;
  top: 12px;
}
.page-layout-1column .product-info-main .product-add-form .box-tocart .product-info-price .price-container .price-excluding-tax:before {
  font-size: 1.6rem;
  font-weight: bold;
}
.page-layout-1column .product-info-main .product-add-form .box-tocart .product-info-price .price-container .price-excluding-tax span {
  font-size: 1.6rem !important;
}
.page-layout-1column .product-info-main .product-add-form .box-tocart .paypal-express-checkout.button {
  position: static;
  margin: 5px auto;
  text-align: center;
  width: 100%;
}
.page-layout-1column .product-info-main .product-add-form .box-tocart .visa-checkout.button {
  position: relative;
  margin: 10px auto 5px;
  text-align: center;
  width: 100%;
  top: -10px;
  left: 10px;
}
.page-layout-1column .product-info-main .product-add-form .box-tocart .visa-checkout.button:hover {
  position: relative;
}
.page-layout-1column .product-info-main .product-add-form .box-tocart .field.qty label.label {
  font-weight: 600;
  margin-right: 20px;
}
.page-layout-1column .product-info-main .product-add-form .box-tocart .field.qty label.label span:after {
  content: ": ";
}
.page-layout-1column .product-info-main .product-add-form .box-tocart .field.qty label,
.page-layout-1column .product-info-main .product-add-form .box-tocart .field.qty .control {
  display: inline-block;
  width: auto;
}
.page-layout-1column .product-info-main .product-add-form .box-tocart .actions {
  margin-top: 10px;
}
.page-layout-1column .product-info-main .product-add-form .box-tocart .actions button.tocart {
  width: 98%;
  height: 50px;
}
.page-layout-1column .product-info-main .product-add-form .box-tocart .grouped-items-table {
  width: 98%;
  margin-bottom: 5px;
}
.page-layout-1column .product-info-main .product-add-form .box-tocart .grouped-items-table tr th,
.page-layout-1column .product-info-main .product-add-form .box-tocart .grouped-items-table tr td {
  padding: 5px 1px 8px;
  width: 45%;
}
.page-layout-1column .product-info-main .product-add-form .box-tocart .grouped-items-table tr th.location-qty,
.page-layout-1column .product-info-main .product-add-form .box-tocart .grouped-items-table tr td.location-qty,
.page-layout-1column .product-info-main .product-add-form .box-tocart .grouped-items-table tr th.col.qty,
.page-layout-1column .product-info-main .product-add-form .box-tocart .grouped-items-table tr td.col.qty {
  min-width: 165px !important;
}
.page-layout-1column .product-info-main .product-add-form .box-tocart .grouped-items-table tr th p,
.page-layout-1column .product-info-main .product-add-form .box-tocart .grouped-items-table tr td p {
  margin: 0px;
}
.page-layout-1column .product-info-main .product-add-form .box-tocart .grouped-items-table tr th .availability .span,
.page-layout-1column .product-info-main .product-add-form .box-tocart .grouped-items-table tr td .availability .span {
  font-weight: 600;
}
.page-layout-1column .product-info-main .product-add-form .box-tocart .grouped-items-table tr th .special-price,
.page-layout-1column .product-info-main .product-add-form .box-tocart .grouped-items-table tr td .special-price {
  display: inline-block;
}
.page-layout-1column .product-info-main .product-add-form .box-tocart .grouped-items-table tr th .special-price .price-container .price-wrapper .price,
.page-layout-1column .product-info-main .product-add-form .box-tocart .grouped-items-table tr td .special-price .price-container .price-wrapper .price {
  font-weight: 600;
}
.page-layout-1column .product-info-main .product-add-form .box-tocart .grouped-items-table tr th .old-price,
.page-layout-1column .product-info-main .product-add-form .box-tocart .grouped-items-table tr td .old-price {
  display: inline-block;
}
.page-layout-1column .product-info-main .product-add-form .box-tocart .grouped-items-table tr td .configurable_addtocart {
  margin-top: 5px;
}
.page-layout-1column .product-info-main .product-add-form .box-tocart .grouped-items-table tr td .configurable_addtocart .action.primary {
  padding: 5px;
  display: inline-block;
  width: auto;
  font-size: 1.3rem;
}
.page-layout-1column .product-info-main .product-add-form .box-tocart .grouped-items-table tr th:first-child,
.page-layout-1column .product-info-main .product-add-form .box-tocart .grouped-items-table tr td:first-child {
  width: 35%;
}
.page-layout-1column .product-info-main .product-add-form .prod-detl-datatab-wrap {
  background: #d4d4d4;
  padding: 0px 10px;
}
.page-layout-1column .product-info-main .product-add-form .prod-detl-datatab-wrap .data-table,
.page-layout-1column .product-info-main .product-add-form .prod-detl-datatab-wrap .table.data,
.page-layout-1column .product-info-main .product-add-form .prod-detl-datatab-wrap .grouped .table.data.grouped {
  background: none;
}
.page-layout-1column .product-info-main .product-add-form .prod-detl-datatab-wrap .data-table tbody tr,
.page-layout-1column .product-info-main .product-add-form .prod-detl-datatab-wrap .table.data tbody tr,
.page-layout-1column .product-info-main .product-add-form .prod-detl-datatab-wrap .grouped .table.data.grouped tbody tr {
  border-bottom: 0.14rem solid #cccccc;
}
.page-layout-1column .product-info-main .product-add-form .prod-detl-datatab-wrap .data-table tbody tr td,
.page-layout-1column .product-info-main .product-add-form .prod-detl-datatab-wrap .table.data tbody tr td,
.page-layout-1column .product-info-main .product-add-form .prod-detl-datatab-wrap .grouped .table.data.grouped tbody tr td {
  background: none;
}
.page-layout-1column .product-info-main .product-add-form .prod-detl-datatab-wrap .data-table tbody tr td .control,
.page-layout-1column .product-info-main .product-add-form .prod-detl-datatab-wrap .table.data tbody tr td .control,
.page-layout-1column .product-info-main .product-add-form .prod-detl-datatab-wrap .grouped .table.data.grouped tbody tr td .control {
  margin-bottom: 10px;
  position: relative;
}
.page-layout-1column .product-info-main .product-add-form .prod-detl-datatab-wrap .data-table tbody tr td .control div.mage-error,
.page-layout-1column .product-info-main .product-add-form .prod-detl-datatab-wrap .table.data tbody tr td .control div.mage-error,
.page-layout-1column .product-info-main .product-add-form .prod-detl-datatab-wrap .grouped .table.data.grouped tbody tr td .control div.mage-error {
  position: absolute;
  right: 0px;
  display: block;
  bottom: -20px;
  min-width: 250px;
}
.page-layout-1column .product-info-main .product-add-form .prod-detl-datatab-wrap .data-table tbody tr td p,
.page-layout-1column .product-info-main .product-add-form .prod-detl-datatab-wrap .table.data tbody tr td p,
.page-layout-1column .product-info-main .product-add-form .prod-detl-datatab-wrap .grouped .table.data.grouped tbody tr td p {
  margin: 0px;
}
.page-layout-1column .product-info-main .product-add-form .prod-detl-datatab-wrap .data-table tbody tr td .price-box .price-excluding-tax,
.page-layout-1column .product-info-main .product-add-form .prod-detl-datatab-wrap .table.data tbody tr td .price-box .price-excluding-tax,
.page-layout-1column .product-info-main .product-add-form .prod-detl-datatab-wrap .grouped .table.data.grouped tbody tr td .price-box .price-excluding-tax {
  display: block;
}
.page-layout-1column .product-info-main .product-add-form .prod-detl-datatab-wrap .data-table tbody tr td .price-box .price-excluding-tax:before,
.page-layout-1column .product-info-main .product-add-form .prod-detl-datatab-wrap .table.data tbody tr td .price-box .price-excluding-tax:before,
.page-layout-1column .product-info-main .product-add-form .prod-detl-datatab-wrap .grouped .table.data.grouped tbody tr td .price-box .price-excluding-tax:before {
  font-size: 1.6rem;
}
.page-layout-1column .product-info-main .product-add-form .prod-detl-datatab-wrap .data-table tbody tr td .price-box .price-excluding-tax:before .price,
.page-layout-1column .product-info-main .product-add-form .prod-detl-datatab-wrap .table.data tbody tr td .price-box .price-excluding-tax:before .price,
.page-layout-1column .product-info-main .product-add-form .prod-detl-datatab-wrap .grouped .table.data.grouped tbody tr td .price-box .price-excluding-tax:before .price {
  font-size: 1.6rem !important;
}
.page-layout-1column .product-info-main .product-add-form .prod-detl-datatab-wrap .data-table tbody tr td .price-box .old-price,
.page-layout-1column .product-info-main .product-add-form .prod-detl-datatab-wrap .table.data tbody tr td .price-box .old-price,
.page-layout-1column .product-info-main .product-add-form .prod-detl-datatab-wrap .grouped .table.data.grouped tbody tr td .price-box .old-price {
  display: block;
}
.page-layout-1column .product-info-main .product-add-form .prod-detl-datatab-wrap .data-table tbody tr td .price-box .old-price .price-container .price-label,
.page-layout-1column .product-info-main .product-add-form .prod-detl-datatab-wrap .table.data tbody tr td .price-box .old-price .price-container .price-label,
.page-layout-1column .product-info-main .product-add-form .prod-detl-datatab-wrap .grouped .table.data.grouped tbody tr td .price-box .old-price .price-container .price-label {
  display: inline;
}
.page-layout-1column .product-info-main .product-add-form .prod-detl-datatab-wrap .data-table tbody tr td .price-box .old-price .price-container .price-wrapper,
.page-layout-1column .product-info-main .product-add-form .prod-detl-datatab-wrap .table.data tbody tr td .price-box .old-price .price-container .price-wrapper,
.page-layout-1column .product-info-main .product-add-form .prod-detl-datatab-wrap .grouped .table.data.grouped tbody tr td .price-box .old-price .price-container .price-wrapper {
  display: inline !important;
}
.page-layout-1column .product-info-main .product-add-form .prod-detl-datatab-wrap .data-table tbody tr td.a-center,
.page-layout-1column .product-info-main .product-add-form .prod-detl-datatab-wrap .table.data tbody tr td.a-center,
.page-layout-1column .product-info-main .product-add-form .prod-detl-datatab-wrap .grouped .table.data.grouped tbody tr td.a-center,
.page-layout-1column .product-info-main .product-add-form .prod-detl-datatab-wrap .data-table tbody tr td.location-qty,
.page-layout-1column .product-info-main .product-add-form .prod-detl-datatab-wrap .table.data tbody tr td.location-qty,
.page-layout-1column .product-info-main .product-add-form .prod-detl-datatab-wrap .grouped .table.data.grouped tbody tr td.location-qty {
  text-align: right;
  vertical-align: bottom;
}
.page-layout-1column .product-info-main .product-add-form .prod-detl-datatab-wrap .data-table tbody tr td.col.qty,
.page-layout-1column .product-info-main .product-add-form .prod-detl-datatab-wrap .table.data tbody tr td.col.qty,
.page-layout-1column .product-info-main .product-add-form .prod-detl-datatab-wrap .grouped .table.data.grouped tbody tr td.col.qty {
  min-width: 165px;
  text-align: right;
  vertical-align: bottom;
}
.page-layout-1column .product-info-main .paypal-button.paypal-button-context-iframe {
  box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -webkit-box-shadow: none;
}
.prices-tier.items {
  float: left;
  width: 100%;
}
/* for bundle / kit product */
.page-product-bundle.page-layout-1column .product-info-main .product-options-wrapper .fieldset > .field.required .control,
.page-product-configurable.page-layout-1column .product-info-main .product-options-wrapper .fieldset > .field.required .control {
  margin-bottom: 20px;
}
.page-product-bundle .product-info-main .product-info-price,
.page-product-configurable .product-info-main .product-info-price {
  display: inline-block;
}
.page-product-bundle .product-info-main .product-info-price .price-box .price-container .price-excluding-tax:before,
.page-product-configurable .product-info-main .product-info-price .price-box .price-container .price-excluding-tax:before {
  font-size: 1.6rem !important;
  font-weight: bold;
}
.page-product-bundle .product-info-main .product-info-price .price-box .price-container .price-excluding-tax span,
.page-product-configurable .product-info-main .product-info-price .price-box .price-container .price-excluding-tax span {
  font-size: 1.6rem !important;
}
.product-social-links {
  text-align: center;
  margin-top: 15px;
  font-size: 0px;
  width: 98%;
}
.product-social-links .product-addto-links {
  text-align: center;
  width: auto;
  display: inline;
}
.product-social-links .product-addto-links .action.towishlist,
.product-social-links .product-addto-links .action.tocompare,
.product-social-links .product-addto-links .action.manage-sku-link {
  background: #ffffff;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  font-weight: bold;
  padding: 7px 15px 7px;
  border-radius: 25px;
  font-family: 'Source Sans Pro' !important;
  -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;
  border: 0px;
  color: #006699;
  padding: 1px;
  font-size: 1.2rem;
  display: inline-block;
  text-align: center;
  background: none;
  width: auto;
  font-size: 1.3rem;
  letter-spacing: 0.01em;
  padding: 5px 5px;
  margin: 0px 1% 0px 1%;
  text-transform: uppercase;
}
.product-social-links .product-addto-links .action.towishlist:hover,
.product-social-links .product-addto-links .action.tocompare:hover,
.product-social-links .product-addto-links .action.manage-sku-link:hover {
  background: #66cc66 !important;
  color: #006699;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: 0px;
}
.product-social-links .product-addto-links .action.towishlist:hover,
.product-social-links .product-addto-links .action.tocompare:hover,
.product-social-links .product-addto-links .action.manage-sku-link:hover {
  background: none;
  color: #66cc66;
}
.product-social-links .product-addto-links .action.towishlist:before,
.product-social-links .product-addto-links .action.tocompare:before,
.product-social-links .product-addto-links .action.manage-sku-link:before {
  display: none;
  content: "";
}
.product-social-links .product-addto-links .action.towishlist:hover,
.product-social-links .product-addto-links .action.tocompare:hover,
.product-social-links .product-addto-links .action.manage-sku-link:hover {
  color: #006699;
}
.product-social-links .product-addto-links .action.tocompare:after {
  content: "";
  clear: both;
}
.product-social-links .product-addto-links .box-addtolists {
  float: none;
  width: auto;
  position: relative;
  top: -4px;
  margin: 0px 1% 0px 1%;
  display: inline-block;
}
.product-social-links .product-addto-links .box-addtolists .fieldset {
  margin: 0px;
  padding: 0px;
}
.product-social-links .product-addto-links .box-addtolists .fieldset .actions {
  margin: 0px;
  padding: 0px;
}
.product-social-links .product-addto-links .box-addtolists .fieldset .actions .action.primary.tolistsview {
  background: #ffffff;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  font-weight: bold;
  padding: 7px 15px 7px;
  border-radius: 25px;
  font-family: 'Source Sans Pro' !important;
  -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;
  border: 0px;
  color: #006699;
  padding: 1px;
  font-size: 1.2rem;
  font-size: 1.35rem;
  letter-spacing: 0.01em;
  padding: 6px 5px;
  margin: 0px;
  text-transform: uppercase;
  text-align: center;
  background: none;
  width: auto;
  height: auto;
}
.product-social-links .product-addto-links .box-addtolists .fieldset .actions .action.primary.tolistsview:hover {
  background: #66cc66 !important;
  color: #006699;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: 0px;
}
.product-social-links .product-addto-links .box-addtolists .fieldset .actions .action.primary.tolistsview:hover {
  background: none;
  color: #66cc66;
}
.product-social-links .product-addto-links .box-addtolists .fieldset .actions .action.primary.tolistsview:hover {
  color: #006699;
}
.product-social-links .action.mailto {
  background: #ffffff;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  font-weight: bold;
  padding: 7px 15px 7px;
  border-radius: 25px;
  font-family: 'Source Sans Pro' !important;
  -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;
  border: 0px;
  color: #006699;
  padding: 1px;
  font-size: 1.2rem;
  display: inline-block;
  color: #006699 !important;
  width: auto;
  background: none;
  font-size: 1.3rem;
  text-align: center;
  padding: 5px 5px;
  margin: 0px 1% 0px 1%;
  text-transform: uppercase;
}
.product-social-links .action.mailto:hover {
  background: #66cc66 !important;
  color: #006699;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: 0px;
}
.product-social-links .action.mailto:hover {
  background: none;
  color: #66cc66;
}
.product-social-links .action.mailto:hover {
  color: #006699;
}
.product-social-links .action.mailto:before {
  display: none !important;
  content: "";
}
.fieldset .configurable_addtocart .add-to-cart .action.tocart.primary {
  width: 98%;
}
.fieldset .field {
  position: relative;
}
.fieldset .field .label {
  font-size: 1.6rem;
  font-weight: 600;
  color: #222222;
  font-family: 'Source Sans Pro' !important;
}
.fieldset .field .control div.mage-error[generated] {
  position: absolute;
  top: 38px;
  left: 0px;
}
.product.info.detailed {
  padding-top: 15px;
}
.product.info.detailed .data.items {
  background: #d4d4d4;
  padding-top: 5px;
  text-align: center;
}
.product.info.detailed .data.items .data.item:first-child {
  margin-left: 5px;
}
.product.info.detailed .data.items > .item.title {
  float: none;
  margin: 10px;
  display: inline-block;
}
.product.info.detailed .data.items > .item.title > .switch {
  background: none;
  border: 0px;
  color: #222222;
  font-size: 1.6rem;
  font-weight: 600;
  padding: 0px;
  padding-bottom: 3px;
  border-bottom: 2px solid transparent;
  text-transform: uppercase;
  font-family: 'Source Sans Pro' !important;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.product.info.detailed .data.items > .item.title > .switch:visited {
  color: #006699;
  border-bottom: 2px solid #66cc66;
}
.product.info.detailed .data.items > .item.title > .switch:hover {
  color: #006699;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-bottom: 2px solid #66cc66;
}
.product.info.detailed .data.items > .item.title > .switch:active {
  color: #006699;
  border-bottom: 2px solid #66cc66;
}
.product.info.detailed .data.items > .item.title.active > .switch {
  color: #006699;
  border-bottom: 2px solid #66cc66;
}
.product.info.detailed .data.items > .item.content {
  border: 0px;
  background: #d4d4d4;
  text-align: left;
}
.product.info.detailed .data.items > .item.content .review-add .review-form .actions-primary .action.submit.primary {
  border: 0px;
  -webkit-box-shadow: 0px 0px 4px 1px #d4d4d4;
  -moz-box-shadow: 0px 0px 4px 1px #d4d4d4;
  -o-box-shadow: 0px 0px 4px 1px #d4d4d4;
  box-shadow: 0px 0px 4px 1px #d4d4d4;
  color: #efefef;
  padding: 7px 15px 7px;
  border-radius: 25px;
  background: #006699;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 1.4rem;
  height: 38px;
  font-weight: bold;
  box-shadow: none;
  font-family: 'Source Sans Pro' !important;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.product.info.detailed .data.items > .item.content .review-add .review-form .actions-primary .action.submit.primary:hover {
  background: #66cc66 !important;
  border: 0px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.product.info.detailed .data.items > .item.content .review-add .review-form .fieldset .field .control div.mage-error[generated] {
  position: relative;
  top: 2px;
}
.product.info.detailed .data.items > .item.content .review-add .review-form .fieldset .control.review-control-vote:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
}
.product.info.detailed .data.items > .item.content .review-add .review-form .fieldset .review-field-text .control #review_field {
  min-height: 50px;
}
.product.info.detailed .data.items > .item.content .data.table tbody tr:nth-child(odd) > td,
.product.info.detailed .data.items > .item.content .data.table tbody tr:nth-child(odd) > th {
  background: #ffffff !important;
}
.product.info.detailed .data.items > .item.content .data.table tbody th,
.product.info.detailed .data.items > .item.content .data.table tbody td {
  padding: 10px;
}
.products-substitute .product-items {
  max-width: 1280px;
  width: 100%;
}
.products-substitute .product-items .product-item .product-item-info .product-item-details .product-item-inner {
  border: 0px !important;
  border-left: 1px solid #e6eef0 !important;
}
.products-substitute .product-items .product-item .product-item-info .product-item-details .product-item-actions {
  margin: 0px !important;
}
.products-substitute .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-primary .locations_add_to_cart .action.tocart {
  margin-bottom: 15px;
}
.products-substitute .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-primary .locations_add_to_cart .action.tocart:before {
  content: "ADD TO CART";
}
.products-substitute .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-primary .locations_add_to_cart .action.tocart span {
  display: none;
}
.products-substitute .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-primary .locations_add_to_cart a {
  border: 0px;
  color: #006699;
  background: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  outline: none;
  cursor: pointer;
  font-weight: bold;
  padding: 7px 15px 7px;
  border-radius: 25px;
  font-family: 'Source Sans Pro' !important;
  -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;
  margin-top: 3px;
}
.products-substitute .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-primary .locations_add_to_cart a:hover {
  background: #66cc66 !important;
  color: #006699;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: 0px;
}
.products-substitute .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-secondary {
  margin-top: 10px;
  height: auto;
}
.products-substitute .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-secondary .locations_add_to_cart .action.tocart {
  margin-bottom: 15px;
}
.products-substitute .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-secondary .locations_add_to_cart .action.tocart:before {
  content: "ADD TO CART";
}
.products-substitute .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-secondary .locations_add_to_cart .action.tocart span {
  display: none;
}
.products-substitute .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-secondary .locations_add_to_cart a {
  border: 0px;
  color: #006699;
  background: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  outline: none;
  cursor: pointer;
  font-weight: bold;
  padding: 7px 15px 7px;
  border-radius: 25px;
  font-family: 'Source Sans Pro' !important;
  -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;
  margin-top: 3px;
}
.products-substitute .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-secondary .locations_add_to_cart a:hover {
  background: #66cc66 !important;
  color: #006699;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: 0px;
}
.products-substitute .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-secondary.secondary-addto-links .box-addtolists .fieldset {
  margin-bottom: 5px;
}
.products-substitute .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-secondary .action.towishlist:before,
.products-substitute .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-secondary .action.tocompare:before,
.products-substitute .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-secondary .action.manage-sku-link:before {
  display: none !important;
  content: '';
}
.products-substitute .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-secondary .action.towishlist span,
.products-substitute .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-secondary .action.tocompare span,
.products-substitute .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-secondary .action.manage-sku-link span {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
}
.product_grid_locations .branches-list-popup span.location-select a,
.product_grid_locations .location-select span {
  background: #006699;
  color: #ffffff;
}
.product_grid_locations .branches-list-popup span.location-select a:hover,
.product_grid_locations .location-select span:hover {
  background: #66cc66;
}
.paypal-express-checkout.button {
  background: none !important;
}
.paypal-express-checkout.button:hover {
  background: none !important;
}
.checkout-cart-configure.page-layout-1column .product-info-main .product-info-stock-sku {
  background: #ffffff;
}
.checkout-cart-configure.page-layout-1column .product-info-main .product-info-stock-sku .availability,
.checkout-cart-configure.page-layout-1column .product-info-main .product-info-stock-sku .available {
  clear: left;
}
.page-product-bundle .product-info-main .bundle-actions .primary.customize {
  width: 98%;
}
.page-product-bundle .product-info-main .product-info-price {
  width: 98%;
}
.page-product-bundle .bundle-options-container .block-bundle-summary {
  background: #d4d4d4;
  margin-top: 16px;
}
.page-product-bundle .bundle-options-container .block-bundle-summary > .title,
.page-product-bundle .bundle-options-container .block-bundle-summary .bundle-summary .subtitle {
  margin-bottom: 5px !important;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d4d4d4;
  font-size: 2.0rem;
  font-weight: bold;
  color: #66cc66;
  font-family: 'Source Sans Pro' !important;
}
.page-product-bundle .bundle-options-container .block-bundle-summary > .title strong,
.page-product-bundle .bundle-options-container .block-bundle-summary .bundle-summary .subtitle strong {
  font-weight: bold;
  font-family: 'Source Sans Pro' !important;
  font-size: 2.0rem;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
  width: 100%;
  display: block;
  margin-top: 3px;
  margin-bottom: 0px;
}
.page-product-bundle .bundle-options-container .block-bundle-summary .content .product-details .price-box {
  margin-bottom: 10px;
  width: 50%;
  float: left;
}
.page-product-bundle .bundle-options-container .block-bundle-summary .content .product-details .price-box .price-container .price-excluding-tax .price {
  font-size: 1.6rem;
}
.page-product-bundle .bundle-options-container .block-bundle-summary .content .product-details .price-box .price-container .price-excluding-tax:before {
  font-size: 1.6rem;
}
.page-product-bundle .bundle-options-container .block-bundle-summary .content .product-details .box-tocart .fieldset .prod-detail-qty {
  float: right;
  min-width: 165px;
  margin-top: 5px;
}
.page-product-bundle .bundle-options-container .block-bundle-summary .content .product-details .box-tocart .fieldset .prod-detail-qty .control {
  min-width: 165px;
  width: 100%;
}
.page-product-bundle .bundle-options-container .block-bundle-summary .bundle-summary .subtitle {
  padding-bottom: 10px;
  border-bottom: 1px solid #cccccc !important;
}
.page-product-bundle .bundle-options-container .block-bundle-summary .bundle-info .control > span.qtyminus,
.page-product-bundle .bundle-options-container .block-bundle-summary .bundle-info .control > span.qtyplus {
  font-size: 2rem;
  top: 3px;
  text-align: center;
  margin-left: 3px;
  border-radius: 25px;
  height: 17px;
  width: 17px;
  background: #006699;
  box-shadow: 0px 0px 0px 3px inset #ffffff;
  border: 2px solid #006699;
  display: inline-block;
  padding: 0px 5px 11px;
  color: #ffffff;
}
.page-product-bundle .bundle-options-container .block-bundle-summary .bundle-info .control .input-text.qty {
  font-size: 1.8rem !important;
  height: 35px;
  font-weight: bold;
  position: relative;
  top: 2px;
}
.page-product-bundle .bundle-options-container .block-bundle-summary .bundle-info .product-details .locations_header {
  padding-bottom: 5px;
}
.page-product-bundle .bundle-options-container .block-bundle-summary .bundle-info .product-details .data-table {
  border-top: 1px solid #cccccc;
}
.page-product-bundle .bundle-options-container .block-bundle-summary .bundle-info .product-details .data-table tbody tr td.a-center,
.page-product-bundle .bundle-options-container .block-bundle-summary .bundle-info .product-details .data-table td.location-qty {
  text-align: right;
  vertical-align: bottom;
}
.page-product-bundle .bundle-options-container .block-bundle-summary .bundle-info .product-details .data-table tbody tr td.a-center .input-text.qty,
.page-product-bundle .bundle-options-container .block-bundle-summary .bundle-info .product-details .data-table td.location-qty .input-text.qty {
  font-size: 2.0rem !important;
  padding: 4px 6px;
  width: 65px;
  height: 40px;
  margin-top: 8px;
  font-weight: bold;
}
.page-product-bundle .bundle-options-container .block-bundle-summary .bundle-info .product-details .data-table tbody tr td .price-box.price-final_price {
  width: 100%;
}
.page-product-bundle .bundle-options-container .block-bundle-summary .bundle-info .product-details .data-table tbody tr td .price-box.price-final_price .price-wrapper {
  display: inline-block;
}
.page-product-bundle .bundle-options-container .block-bundle-summary .bundle-info .product-details .data-table tbody tr td .price-box.price-final_price .old-price {
  min-width: 210px;
}
.page-product-bundle .bundle-options-container .block-bundle-summary .bundle-info .product-details .data-table tbody tr td .price-box.price-final_price .old-price .price-wrapper {
  line-height: 15px;
  display: inline-block;
}
.page-product-bundle .bundle-options-container .block-bundle-summary .bundle-info .product-details .price-box .price-container .price {
  font-family: 'Source Sans Pro' !important;
  font-size: 3.0rem;
}
.page-product-bundle .bundle-options-container .block-bundle-summary .bundle-info .product-details .box-tocart .fieldset {
  position: relative;
  margin-bottom: 45px;
}
.page-product-bundle .bundle-options-container .block-bundle-summary .bundle-info .product-details .box-tocart .fieldset .paypal-express-checkout.button {
  position: static;
  text-align: center;
}
.page-product-bundle .bundle-options-container .block-bundle-summary .bundle-info .product-details .box-tocart .fieldset .paypal-express-checkout.button:hover {
  background: none;
}
.page-product-bundle .bundle-options-container .block-bundle-summary .bundle-info .product-details .box-tocart .fieldset .visa-checkout.button {
  bottom: -40px;
  left: 31%;
}
.page-product-bundle .bundle-options-container .block-bundle-summary .fieldset .field .label {
  margin-right: 20px;
  display: inline-block;
  width: auto;
}
.page-product-bundle .bundle-options-container .block-bundle-summary .fieldset .field .label span:after {
  content: ":";
}
.page-product-bundle .bundle-options-container .block-bundle-summary .fieldset .field .control {
  width: 50%;
  display: inline-block;
}
.page-product-bundle .bundle-options-container .block-bundle-summary .fieldset .actions .primary.tocart {
  width: 98%;
  margin-right: 0px;
}
.page-product-bundle .bundle-options-container .block-bundle-summary .grouped-items-table {
  border: 1px solid #d4d4d4;
  width: 98%;
  margin-bottom: 15px;
}
.page-product-bundle .bundle-options-container .block-bundle-summary .grouped-items-table > tbody > tr > td {
  padding: 10px 10px 3px 10px;
}
.page-product-bundle .bundle-options-container .block-bundle-summary .grouped-items-table .price-box {
  margin: 0px;
}
.page-product-bundle .bundle-options-container .block-bundle-summary .grouped-items-table .price-box .price-wrapper > .price {
  line-height: 0px;
}
.page-product-bundle .bundle-options-container .block-bundle-summary .grouped-items-table .price-box .price-final_price {
  display: block;
}
.page-product-bundle .bundle-options-container .block-bundle-summary .grouped-items-table .price-box .price-final_price .price-wrapper {
  line-height: 0px;
}
.page-product-bundle .bundle-options-container .block-bundle-summary .grouped-items-table .price-box .price-final_price .price-wrapper .price {
  font-size: 1.4rem;
  color: #66cc66;
  font-family: 'Source Sans Pro' !important;
}
.page-product-bundle .bundle-options-container .block-bundle-summary .grouped-items-table .price-box .old-price .price-container .price-label {
  display: inline-block;
  font-family: 'Source Sans Pro' !important;
}
.page-product-bundle .bundle-options-container .block-bundle-summary .grouped-items-table .price-box .old-price .price-container .price-wrapper .price {
  font-size: 1.4rem;
  font-weight: normal;
  font-family: 'Source Sans Pro' !important;
}
.page-product-bundle .bundle-options-container .block-bundle-summary .bundle.items > li {
  margin-bottom: 9px;
  padding: 10px;
  width: 43%;
  display: inline-block;
  margin-left: 2%;
  border-radius: 3px;
  border: 1px solid #cccccc;
  -webkit-box-shadow: 0px 0px 4px 1px #d4d4d4;
  -moz-box-shadow: 0px 0px 4px 1px #d4d4d4;
  -o-box-shadow: 0px 0px 4px 1px #d4d4d4;
  box-shadow: 0px 0px 4px 1px #d4d4d4;
}
.page-product-bundle .bundle-options-container .block-bundle-summary .product-social-links .product-addto-links .action.towishlist,
.page-product-bundle .bundle-options-container .block-bundle-summary .product-social-links .product-addto-links .action.manage-sku-link {
  width: auto;
}
.page-product-bundle .bundle-options-container .bundle-options-wrapper {
  width: 57%;
  margin-top: 30px;
}
.page-product-bundle .bundle-options-container .bundle-options-wrapper .product-options-wrapper {
  width: 100%;
  margin-bottom: 10px;
}
.page-product-bundle .bundle-options-container .bundle-options-wrapper .product-options-wrapper .legend.title {
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d4d4d4;
  font-size: 2.0rem;
  font-weight: bold;
  color: #66cc66;
  font-family: 'Source Sans Pro' !important;
}
.page-product-bundle .bundle-options-container .bundle-options-wrapper .product-options-wrapper .fieldset fieldset.fieldset-bundle-options {
  margin: 0px;
}
.page-product-bundle .bundle-options-container .bundle-options-wrapper .product-options-wrapper .fieldset .action.customization {
  margin-bottom: 15px;
  border: 0px;
  color: #006699;
  background: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  outline: none;
  cursor: pointer;
  font-weight: bold;
  padding: 7px 15px 7px;
  border-radius: 25px;
  font-family: 'Source Sans Pro' !important;
  -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;
}
.page-product-bundle .bundle-options-container .bundle-options-wrapper .product-options-wrapper .fieldset .action.customization:hover {
  background: #66cc66 !important;
  color: #006699;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: 0px;
}
.page-product-bundle .bundle-options-container .bundle-options-wrapper .product-options-wrapper .fieldset .control .nested .field .label {
  display: inline-block;
  margin-right: 20px;
}
.page-product-bundle .bundle-options-container .bundle-options-wrapper .product-options-wrapper .fieldset .control .nested .field .label span:after {
  content: ":";
}
.page-product-bundle .bundle-options-container .bundle-options-wrapper .product-options-wrapper .fieldset .control .nested .field .control {
  display: inline-block;
  width: 65%;
}
.page-product-bundle .bundle-options-container .bundle-options-wrapper .product-options-wrapper .fieldset .control .nested .field .control .input-text.qty {
  font-weight: bold;
  font-size: 2.0rem !important;
  padding: 4px 6px;
  width: 65px;
  height: 40px;
  margin-top: 8px;
}
.page-product-bundle .bundle-options-container .bundle-options-wrapper .product-options-wrapper .fieldset .field.option {
  position: relative;
  padding: 15px;
  margin: 0px 0px 15px 0px ;
  background: #d4d4d4;
  border-top: 0px;
  min-height: 70px;
}
.page-product-bundle .bundle-options-container .bundle-options-wrapper .product-options-wrapper .fieldset .field.option .nested {
  position: absolute;
  right: 10px;
  top: 0px;
  width: 45%;
}
.page-product-bundle .bundle-options-container .bundle-options-wrapper .product-options-wrapper .fieldset .field.option .nested .control {
  width: 35%;
}
.block.related .block-content.content .block-actions .action.select {
  border: 0px;
  -webkit-box-shadow: 0px 0px 4px 1px #d4d4d4;
  -moz-box-shadow: 0px 0px 4px 1px #d4d4d4;
  -o-box-shadow: 0px 0px 4px 1px #d4d4d4;
  box-shadow: 0px 0px 4px 1px #d4d4d4;
  color: #efefef;
  padding: 7px 15px 7px;
  border-radius: 25px;
  background: #006699;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 1.4rem;
  height: 38px;
  font-weight: bold;
  box-shadow: none;
  font-family: 'Source Sans Pro' !important;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
  top: -10px;
  left: 5px;
}
.block.related .block-content.content .block-actions .action.select:hover {
  background: #66cc66 !important;
  border: 0px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.block.related .block-content.content .product-item .product-item-info .product-item-details {
  position: static;
}
.block.related .block-content.content .product-item .product-item-info .product-item-details .product-item-actions .actions-secondary {
  margin-left: 0px;
}
.block.related .block-content.content .product-item .product-item-info .product-item-details .product-item-actions .actions-secondary > .action.manage-sku-link:before {
  display: none;
  content: "";
}
.block.related .block-content.content .product-item .product-item-info .product-item-details .product-item-actions .actions-secondary > .action.manage-sku-link span {
  font-size: 1.6rem;
  position: static;
  padding-top: 3px;
}
.block.related .block-content.content .product-item .product-item-info .product-item-details .product-item-actions .actions-secondary > .action.manage-sku-link span .material-icons {
  font-size: 1.6rem;
}
.block.related .block-content.content .product-item .product-item-info .product-item-details .product-item-actions .actions-secondary > .action.manage-sku-link:hover {
  background: #333333;
  color: #ffffff;
}
.block .products-grid .actions-primary {
  width: 100%;
  max-width: 1280px;
}
.block.related .block-content .block-actions {
  margin-top: 30px;
}
.block.related,
.block.upsell,
.block.substitute {
  overflow-x: hidden;
  overflow-y: visible;
  padding-bottom: 90px;
  margin-bottom: 0px;
}
.block.related a.product-item-photo,
.block.upsell a.product-item-photo,
.block.substitute a.product-item-photo {
  display: block;
}
.block.related .block-content .products-grid,
.block.upsell .block-content .products-grid,
.block.substitute .block-content .products-grid {
  position: relative;
}
.block.related .block-content .products-grid .slick-list,
.block.upsell .block-content .products-grid .slick-list,
.block.substitute .block-content .products-grid .slick-list {
  overflow: visible;
}
.block.related .block-content .products-grid .slick-slider .slick-prev,
.block.upsell .block-content .products-grid .slick-slider .slick-prev,
.block.substitute .block-content .products-grid .slick-slider .slick-prev {
  width: 30px;
  height: 30px;
  display: inline-block;
  position: absolute;
  left: 100%;
  margin-left: -75px;
  top: -30px;
  color: #ffffff;
  background: #006699;
  border-radius: 25px;
  font-size: 0px;
  padding: 5px;
  text-align: center;
}
.block.related .block-content .products-grid .slick-slider .slick-prev:before,
.block.upsell .block-content .products-grid .slick-slider .slick-prev:before,
.block.substitute .block-content .products-grid .slick-slider .slick-prev:before {
  content: '\e617';
  font-size: 18px;
  font-family: 'luma-icons';
  color: #ffffff;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
}
.block.related .block-content .products-grid .slick-slider .slick-next,
.block.upsell .block-content .products-grid .slick-slider .slick-next,
.block.substitute .block-content .products-grid .slick-slider .slick-next {
  width: 30px;
  height: 30px;
  display: inline-block;
  position: absolute;
  right: 0px;
  top: -30px;
  color: #ffffff;
  background: #006699;
  border-radius: 25px;
  font-size: 0px;
  padding: 3px;
  text-align: center;
}
.block.related .block-content .products-grid .slick-slider .slick-next:before,
.block.upsell .block-content .products-grid .slick-slider .slick-next:before,
.block.substitute .block-content .products-grid .slick-slider .slick-next:before {
  content: '\e608';
  font-size: 18px;
  font-family: 'luma-icons';
  color: #ffffff;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
}
.fieldset .field.prod-detail-qty .control {
  position: relative;
}
.fieldset .field.prod-detail-qty .control div.mage-error[generated] {
  left: 0px;
  text-align: center;
}
.catalog-product-view ._has-datepicker ~ .ui-datepicker-trigger:hover {
  background: none !important;
}
.catalog-product-view #ui-datepicker-div {
  width: 275px;
}
.catalog-product-view .prod-detl-datatab-wrap .grouped-items-table .configurable_addtocart .configurator-add.btn-cart span:before {
  content: "";
  display: none;
}
.catalog-product-view .configurable_addtocart .configurator-add.btn-cart {
  padding: 5px 18px !important;
}
.catalog-product-view .configurable_addtocart .configurator-add.btn-cart span .material-icons {
  display: none;
}
.catalog-product-view .data-table tbody tr:nth-child(odd),
.catalog-product-view .data-table tbody tr:nth-child(even) {
  background: none !important;
}
.catalog-product-view .data-table tbody tr:nth-child(odd):hover,
.catalog-product-view .data-table tbody tr:nth-child(even):hover {
  background: none !important;
}
.catalog-product-view .data-table tbody tr:nth-child(odd) td .locations_add_to_cart,
.catalog-product-view .data-table tbody tr:nth-child(even) td .locations_add_to_cart {
  margin-top: 5px !important;
  margin-bottom: 10px !important;
}
.catalog-product-view .data-table tbody tr:nth-child(odd) td.a-center,
.catalog-product-view .data-table tbody tr:nth-child(even) td.a-center,
.catalog-product-view .data-table tbody tr:nth-child(odd) td.location-qty,
.catalog-product-view .data-table tbody tr:nth-child(even) td.location-qty {
  text-align: right;
  vertical-align: bottom;
  min-width: 165px !important;
}
.catalog-product-view .data-table tbody tr:nth-child(odd) td.a-center .input-text.qty,
.catalog-product-view .data-table tbody tr:nth-child(even) td.a-center .input-text.qty,
.catalog-product-view .data-table tbody tr:nth-child(odd) td.location-qty .input-text.qty,
.catalog-product-view .data-table tbody tr:nth-child(even) td.location-qty .input-text.qty {
  font-weight: bold;
  font-size: 2.0rem !important;
  padding: 4px 6px;
  width: 65px !important;
  height: 40px;
  margin-top: 8px;
  text-align: center;
}
.catalog-product-view .product-details .data-table,
.catalog-product-view .box-tocart .data-table {
  background-color: #d4d4d4;
  padding: 0px 10px;
}
.catalog-product-view .product-details .data-table tbody tr:nth-child(odd),
.catalog-product-view .box-tocart .data-table tbody tr:nth-child(odd),
.catalog-product-view .product-details .data-table tbody tr:nth-child(even),
.catalog-product-view .box-tocart .data-table tbody tr:nth-child(even) {
  padding: 5px 0px;
  border-bottom: 1px solid #cccccc;
  background: none !important;
}
.catalog-product-view .product-details .data-table tbody tr td,
.catalog-product-view .box-tocart .data-table tbody tr td {
  color: #222222;
  font-weight: bold;
  font-size: 1.4rem;
  font-family: 'Source Sans Pro' !important;
}
.catalog-product-view .product-details .data-table tbody tr td .availability,
.catalog-product-view .box-tocart .data-table tbody tr td .availability {
  font-size: 1.2rem;
  font-family: 'Source Sans Pro' !important;
}
.catalog-product-view .product-details .data-table tbody tr td .price-box .price-container .price,
.catalog-product-view .box-tocart .data-table tbody tr td .price-box .price-container .price {
  font-family: 'Source Sans Pro' !important;
  color: #006699;
  font-weight: bold;
  font-size: 2.0rem !important;
}
.catalog-product-view .product-details .data-table tbody tr td .price-box .price-container .price-wrapper.price-excluding-tax:before,
.catalog-product-view .box-tocart .data-table tbody tr td .price-box .price-container .price-wrapper.price-excluding-tax:before {
  color: #006699;
}
.catalog-product-view .product-details .data-table tbody tr td .price-box .price-container .price-wrapper.price-excluding-tax .price,
.catalog-product-view .box-tocart .data-table tbody tr td .price-box .price-container .price-wrapper.price-excluding-tax .price {
  font-size: 1.6rem !important;
}
.catalog-product-view .product-details .data-table tbody tr td .price-box .old-price,
.catalog-product-view .box-tocart .data-table tbody tr td .price-box .old-price {
  display: block;
}
.catalog-product-view .product-details .data-table tbody tr td .price-box .old-price .price-container,
.catalog-product-view .box-tocart .data-table tbody tr td .price-box .old-price .price-container {
  display: block;
}
.catalog-product-view .product-details .data-table tbody tr td .price-box .old-price .price-container .price,
.catalog-product-view .box-tocart .data-table tbody tr td .price-box .old-price .price-container .price {
  font-family: 'Source Sans Pro' !important;
  color: #666666;
  font-size: 1.4rem !important;
}
.catalog-product-view .product-details .data-table tbody tr td.location-qty,
.catalog-product-view .box-tocart .data-table tbody tr td.location-qty,
.catalog-product-view .product-details .data-table tbody tr td.a-center,
.catalog-product-view .box-tocart .data-table tbody tr td.a-center {
  text-align: right;
  min-width: 165px !important;
  vertical-align: bottom;
}
.catalog-product-view .product-details .data-table tbody tr td.location-qty .input-text.qty,
.catalog-product-view .box-tocart .data-table tbody tr td.location-qty .input-text.qty,
.catalog-product-view .product-details .data-table tbody tr td.a-center .input-text.qty,
.catalog-product-view .box-tocart .data-table tbody tr td.a-center .input-text.qty {
  font-weight: bold;
  font-size: 2.0rem !important;
  padding: 4px 6px;
  width: 65px;
  height: 40px;
  margin-top: 8px;
}
.catalog-product-view .product-add-form .box-tocart .field.qty .control div.mage-error {
  position: absolute;
  left: 0px;
  text-align: left;
}
.catalog-product-view .product-add-form p.locations_add_to_cart {
  text-align: left;
}
.catalog-product-view .product-add-form p.locations_add_to_cart a {
  border: 0px;
  color: #006699;
  background: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  outline: none;
  cursor: pointer;
  font-weight: bold;
  padding: 7px 15px 7px;
  border-radius: 25px;
  font-family: 'Source Sans Pro' !important;
  -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;
  box-shadow: 1px 1px 8px #999999 !important;
  -webkit-box-shadow: 1px 1px 8px #999999 !important;
  -moz-box-shadow: 1px 1px 8px #999999 !important;
  -o-box-shadow: 1px 1px 8px #999999 !important;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 0px;
}
.catalog-product-view .product-add-form p.locations_add_to_cart a:hover {
  background: #66cc66 !important;
  color: #006699;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: 0px;
}
.catalog-product-view .product-add-form .product_grid_locations .product_locations_wrapper.selected_branch_wrapper {
  left: 0px;
  right: 0px;
  margin: 20px auto;
}
.page-product-configurable .product-add-form .product-options-bottom .box-tocart.update .fieldset .prod-detail-qty {
  float: right;
  position: relative;
  top: -15px;
}
.page-product-configurable .product-add-form #product-stock-wapper .prices-tier.items {
  margin-top: 43px;
}
.page-product-configurable .product-add-form #product-stock-wapper .prod-detl-datatab-wrap .data-table .prices-tier.items {
  margin-top: 15px;
}
.page-product-configurable .product-add-form #product-stock-wapper .price-box {
  position: relative;
  top: 45px;
}
.page-product-configurable .product-add-form #product-stock-wapper .price-box .old-price .price-container .price-wrapper {
  display: inline-block;
}
.page-product-configurable .product-add-form #product-stock-wapper .price-box .old-price .price-container .price-wrapper span.price {
  font-size: 1.4rem;
}
.page-product-configurable .product-add-form #product-stock-wapper .price-box .price-container .price-wrapper .price {
  font-size: 3.0rem;
  font-family: 'Source Sans Pro' !important;
  font-weight: bold;
  color: #006699;
}
.page-product-configurable .product-add-form #product-stock-wapper .price-box .price-container .price-excluding-tax:before {
  font-size: 1.4rem;
  font-weight: 600;
}
.page-product-configurable .product-add-form #product-stock-wapper .price-box .price-container .price-excluding-tax .price {
  font-size: 1.4rem;
}
.page-product-configurable .product-add-form #product-stock-wapper .data-table tbody .price-box {
  top: 2px;
}
.page-product-configurable .product-info-main .fieldset .product-options .availability {
  border-bottom: 1px solid #d4d4d4;
  width: 98%;
  padding-bottom: 5px;
  font-size: 1.6rem;
  font-weight: 600;
}
.page-product-configurable .product-info-main .fieldset .product-options .availability span {
  display: block;
  margin-top: 0rem;
  font-weight: 500;
}
.page-product-configurable .product-info-main .fieldset .product-options .price-final_price .price-container .price {
  font-size: 2rem;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .product.data.items {
    border-top: 1px solid #006699;
  }
  .product.info.detailed .data.items {
    padding-top: 1px;
  }
  .product.info.detailed .data.items > .item.content {
    border-bottom: 1px solid #006699;
  }
  .product.info.detailed .data.items > .item.title {
    margin: 0px;
    border-bottom: 1px solid #006699;
  }
  .product.info.detailed .data.items .data.item:first-child {
    margin-left: 0px;
  }
  .product.info.detailed .data.items .data.item.title.active > .switch {
    background: #f5f5f5;
    border: 0px;
  }
  .page-product-bundle .bundle-options-container .block-bundle-summary {
    padding: 10px;
  }
  .page-product-bundle .bundle-options-container .bundle-options-wrapper {
    width: 100%;
  }
  .page-layout-1column .product-info-main,
  .page-layout-1column .product.media {
    width: 100%;
    margin-bottom: 30px;
  }
  .page-layout-1column .product-info-main .product-add-form .box-tocart .product-info-price {
    width: 90%;
    padding-left: 10px;
  }
  .page-layout-1column .product-info-main .product-add-form .prod-detail-qty {
    width: 100%;
    text-align: left;
    bottom: 0px;
  }
  .page-layout-1column .product-info-main .product-add-form .actions {
    margin-top: 20px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1012px) {
  .product-info-main .product-social-links .product-addto-links {
    width: auto;
  }
  .product-info-main .product-social-links .action.mailto {
    width: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 960px) {
  .page-layout-1column .product-info-main .product-add-form .prod-detail-qty {
    width: 98%;
    text-align: right;
  }
}
@media only screen and (min-width: 412px) and (max-width: 767px) {
  .product-info-main .product-social-links {
    width: 97%;
  }
  .product-info-main .product-social-links .product-addto-links {
    width: auto;
  }
  .product-info-main .product-social-links .action.mailto {
    width: auto;
  }
}
@media only screen and (min-width: 500px) {
  .paypal-button.paypal-button-layout-horizontal.paypal-button-number-multiple.paypal-button-number-0 {
    width: calc(37%);
    margin-right: 13px;
  }
  .paypal-button.paypal-button-layout-horizontal.paypal-button-number-multiple.paypal-button-number-1 {
    width: calc(31%);
    margin-left: 9px;
  }
}
@media only screen and (max-width: 411px) {
  .product-info-main .product-social-links {
    width: 97%;
  }
  .product-info-main .product-social-links .product-addto-links {
    width: auto;
  }
  .product-info-main .product-social-links .product-addto-links .action.towishlist,
  .product-info-main .product-social-links .product-addto-links .action.tocompare,
  .product-info-main .product-social-links .product-addto-links .action.manage-sku-link {
    width: auto;
    margin: 0px;
  }
  .product-info-main .product-social-links .action.mailto {
    width: auto;
    margin: 0px;
  }
}
/* Making upsell, crosssell, related & substitute products as PLP */
.abs-visually-hidden-desktop-s,
.products-grid .product-item-info:not(:hover):not(.active) .product-item-inner {
  border: 0;
  clip: unset;
  height: auto;
  margin: unset;
  overflow: unset;
  padding: 0;
  position: static;
  width: auto;
}
.upsell .products-grid .product-item-inner,
.substitute .products-grid .product-item-inner,
.crosssell .products-grid .product-item-inner,
.related .products-grid .product-item-inner {
  position: static !important;
  margin: 0px !important;
  box-shadow: none !important;
}
.upsell .list.items.product-items .slick-track,
.substitute .list.items.product-items .slick-track,
.crosssell .list.items.product-items .slick-track,
.related .list.items.product-items .slick-track {
  display: flex;
}
.upsell .list.items.product-items .item.product-item,
.substitute .list.items.product-items .item.product-item,
.crosssell .list.items.product-items .item.product-item,
.related .list.items.product-items .item.product-item {
  height: 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;
  top: 10px;
  left: 0px;
  margin: 0 auto;
  max-height: 250px;
  overflow-y: auto;
  background: #ffffff;
  width: 230px;
}
.upsell .list.items.product-items .item.product-item .product_grid_locations .selected_branch_wrapper .branch_list .related-location-element .location-element,
.substitute .list.items.product-items .item.product-item .product_grid_locations .selected_branch_wrapper .branch_list .related-location-element .location-element,
.crosssell .list.items.product-items .item.product-item .product_grid_locations .selected_branch_wrapper .branch_list .related-location-element .location-element,
.related .list.items.product-items .item.product-item .product_grid_locations .selected_branch_wrapper .branch_list .related-location-element .location-element {
  float: none;
  width: 100%;
}
.upsell .list.items.product-items .item.product-item .product-item-info,
.substitute .list.items.product-items .item.product-item .product-item-info,
.crosssell .list.items.product-items .item.product-item .product-item-info,
.related .list.items.product-items .item.product-item .product-item-info {
  position: relative !important;
  min-height: unset;
  height: 100%;
  background: none;
}
.upsell .list.items.product-items .item.product-item .product-item-info .product_stock_display,
.substitute .list.items.product-items .item.product-item .product-item-info .product_stock_display,
.crosssell .list.items.product-items .item.product-item .product-item-info .product_stock_display,
.related .list.items.product-items .item.product-item .product-item-info .product_stock_display {
  margin-bottom: 10px;
}
.upsell .list.items.product-items .item.product-item .product-item-info .product-item-inner,
.substitute .list.items.product-items .item.product-item .product-item-info .product-item-inner,
.crosssell .list.items.product-items .item.product-item .product-item-info .product-item-inner,
.related .list.items.product-items .item.product-item .product-item-info .product-item-inner {
  margin: 0px;
  padding: 0px;
  background: none;
  border: 0px !important;
}
.upsell .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions .actions-primary .action.tocart.primary.halfoccupy,
.substitute .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions .actions-primary .action.tocart.primary.halfoccupy,
.crosssell .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions .actions-primary .action.tocart.primary.halfoccupy,
.related .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions .actions-primary .action.tocart.primary.halfoccupy {
  width: 50%;
}
.upsell .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-details,
.substitute .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-details,
.crosssell .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-details,
.related .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-details {
  position: static;
}
.upsell .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions .action.primary.hide-price-button,
.substitute .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions .action.primary.hide-price-button,
.crosssell .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions .action.primary.hide-price-button,
.related .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions .action.primary.hide-price-button {
  width: 95% !important;
  position: absolute;
  bottom: 10px;
  left: 0px;
  text-align: center;
  padding: 9px 5px 9px !important;
  right: 0px;
  margin: 10px auto 0px;
  font-size: 14px;
}
.upsell .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions.hassubscription .subscription-lbl,
.substitute .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions.hassubscription .subscription-lbl,
.crosssell .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions.hassubscription .subscription-lbl,
.related .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions.hassubscription .subscription-lbl {
  padding: 7px 10px;
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 10px;
  background: #66cc66;
  color: #006699;
  width: auto;
  display: inline-block;
  position: absolute;
  bottom: 55px;
}
.upsell .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions.hassubscription .subscription-lbl .downspan,
.substitute .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions.hassubscription .subscription-lbl .downspan,
.crosssell .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions.hassubscription .subscription-lbl .downspan,
.related .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions.hassubscription .subscription-lbl .downspan {
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 0px solid transparent;
  border-top: 10px solid #66cc66;
  position: absolute;
  left: 0px;
  top: 31.5px;
}
.upsell .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions.hassubscription .subscription-lbl .downspan:after,
.substitute .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions.hassubscription .subscription-lbl .downspan:after,
.crosssell .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions.hassubscription .subscription-lbl .downspan:after,
.related .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions.hassubscription .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;
}
.upsell .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions.hassubscription .actions-primary,
.substitute .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions.hassubscription .actions-primary,
.crosssell .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions.hassubscription .actions-primary,
.related .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions.hassubscription .actions-primary {
  padding-top: 65px;
}
.upsell .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions .actions-primary,
.substitute .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions .actions-primary,
.crosssell .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions .actions-primary,
.related .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions .actions-primary {
  padding-top: 25px;
}
.upsell .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions .actions-primary .stock.unavailable,
.substitute .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions .actions-primary .stock.unavailable,
.crosssell .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions .actions-primary .stock.unavailable,
.related .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions .actions-primary .stock.unavailable {
  position: absolute;
  bottom: 10px;
}
.upsell .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions .actions-primary .action.tocart.primary,
.substitute .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions .actions-primary .action.tocart.primary,
.crosssell .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions .actions-primary .action.tocart.primary,
.related .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions .actions-primary .action.tocart.primary {
  width: 95% !important;
  position: absolute;
  bottom: 10px;
  left: 0px;
  text-align: center;
  right: 0px;
  margin: 0 auto;
}
.upsell .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions .actions-primary .action.tocart.primary.halfoccupy,
.substitute .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions .actions-primary .action.tocart.primary.halfoccupy,
.crosssell .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions .actions-primary .action.tocart.primary.halfoccupy,
.related .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions .actions-primary .action.tocart.primary.halfoccupy {
  width: 43% !important;
  position: absolute;
  bottom: 10px;
  left: 0px;
  text-align: center;
  padding: 9px 5px 9px !important;
  right: 0;
  margin: 0px 5px;
  font-size: 13px !important;
}
.upsell .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions .actions-primary .locations_add_to_cart .action.tocart.primary,
.substitute .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions .actions-primary .locations_add_to_cart .action.tocart.primary,
.crosssell .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions .actions-primary .locations_add_to_cart .action.tocart.primary,
.related .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions .actions-primary .locations_add_to_cart .action.tocart.primary {
  width: 45% !important;
  position: absolute;
  bottom: 10px;
  left: 0px;
  text-align: center;
  padding: 9px 5px 9px !important;
  right: 0;
  margin: 0px 5px;
  font-size: 13px !important;
}
.upsell .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions .actions-primary .locations_add_to_cart br,
.substitute .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions .actions-primary .locations_add_to_cart br,
.crosssell .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions .actions-primary .locations_add_to_cart br,
.related .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions .actions-primary .locations_add_to_cart br {
  display: none !important;
}
.upsell .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions .actions-primary .locations_add_to_cart a,
.substitute .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions .actions-primary .locations_add_to_cart a,
.crosssell .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions .actions-primary .locations_add_to_cart a,
.related .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions .actions-primary .locations_add_to_cart a {
  border: 0px;
  color: #006699;
  background: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  outline: none;
  cursor: pointer;
  font-weight: bold;
  padding: 7px 15px 7px;
  border-radius: 25px;
  font-family: 'Source Sans Pro' !important;
  -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;
  width: 47% !important;
  padding: 10px 2px 11px !important;
  text-align: center;
  box-shadow: 0px 0px 6px -1px #999999 !important;
  -webkit-box-shadow: 0px 0px 6px -1px #999999 !important;
  -moz-box-shadow: 0px 0px 6px -1px #999999 !important;
  -o-box-shadow: 0px 0px 6px -1px #999999 !important;
  position: absolute;
  bottom: 10px;
  right: 0px;
  font-size: 13px !important;
}
.upsell .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions .actions-primary .locations_add_to_cart a:hover,
.substitute .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions .actions-primary .locations_add_to_cart a:hover,
.crosssell .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions .actions-primary .locations_add_to_cart a:hover,
.related .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions .actions-primary .locations_add_to_cart a:hover {
  background: #66cc66 !important;
  color: #006699;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: 0px;
}
.upsell .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions .actions-secondary,
.substitute .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions .actions-secondary,
.crosssell .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions .actions-secondary,
.related .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions .actions-secondary {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.upsell .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions .actions-secondary .action.towishlist,
.substitute .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions .actions-secondary .action.towishlist,
.crosssell .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions .actions-secondary .action.towishlist,
.related .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions .actions-secondary .action.towishlist {
  position: absolute;
  right: 10px;
  top: 5px;
  z-index: 99;
  display: none;
}
.upsell .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions .actions-secondary .action.tocompare,
.substitute .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions .actions-secondary .action.tocompare,
.crosssell .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions .actions-secondary .action.tocompare,
.related .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions .actions-secondary .action.tocompare {
  position: absolute;
  right: 55px;
  top: 5px;
  z-index: 99;
  display: none;
}
.upsell .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions .actions-secondary .action.towishlist:before,
.substitute .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions .actions-secondary .action.towishlist:before,
.crosssell .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions .actions-secondary .action.towishlist:before,
.related .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions .actions-secondary .action.towishlist:before,
.upsell .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions .actions-secondary .action.tocompare:before,
.substitute .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions .actions-secondary .action.tocompare:before,
.crosssell .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions .actions-secondary .action.tocompare:before,
.related .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions .actions-secondary .action.tocompare:before {
  display: none;
}
.upsell .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions .actions-secondary .action.towishlist span,
.substitute .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions .actions-secondary .action.towishlist span,
.crosssell .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions .actions-secondary .action.towishlist span,
.related .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions .actions-secondary .action.towishlist span,
.upsell .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions .actions-secondary .action.tocompare span,
.substitute .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions .actions-secondary .action.tocompare span,
.crosssell .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions .actions-secondary .action.tocompare span,
.related .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions .actions-secondary .action.tocompare span {
  width: 30px;
  height: 30px;
  overflow: visible;
  position: static;
  font-size: 1.8rem;
}
.upsell .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions .actions-secondary .action.towishlist span i.material-icons,
.substitute .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions .actions-secondary .action.towishlist span i.material-icons,
.crosssell .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions .actions-secondary .action.towishlist span i.material-icons,
.related .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions .actions-secondary .action.towishlist span i.material-icons,
.upsell .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions .actions-secondary .action.tocompare span i.material-icons,
.substitute .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions .actions-secondary .action.tocompare span i.material-icons,
.crosssell .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions .actions-secondary .action.tocompare span i.material-icons,
.related .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions .actions-secondary .action.tocompare span i.material-icons {
  margin: 0px auto;
  border-radius: 25px;
  background: #66cc66;
  position: static;
  -webkit-box-shadow: 0px 0px 4px 1px #d4d4d4;
  -moz-box-shadow: 0px 0px 4px 1px #d4d4d4;
  -o-box-shadow: 0px 0px 4px 1px #d4d4d4;
  box-shadow: 0px 0px 4px 1px #d4d4d4;
  color: #006699;
  padding: 3px 4px 3px 4px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.upsell .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions .actions-secondary .action.towishlist:hover:before,
.substitute .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions .actions-secondary .action.towishlist:hover:before,
.crosssell .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions .actions-secondary .action.towishlist:hover:before,
.related .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions .actions-secondary .action.towishlist:hover:before,
.upsell .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions .actions-secondary .action.tocompare:hover:before,
.substitute .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions .actions-secondary .action.tocompare:hover:before,
.crosssell .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions .actions-secondary .action.tocompare:hover:before,
.related .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions .actions-secondary .action.tocompare:hover:before {
  display: none;
}
.upsell .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions .actions-secondary .action.towishlist:hover span .material-icons,
.substitute .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions .actions-secondary .action.towishlist:hover span .material-icons,
.crosssell .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions .actions-secondary .action.towishlist:hover span .material-icons,
.related .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions .actions-secondary .action.towishlist:hover span .material-icons,
.upsell .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions .actions-secondary .action.tocompare:hover span .material-icons,
.substitute .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions .actions-secondary .action.tocompare:hover span .material-icons,
.crosssell .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions .actions-secondary .action.tocompare:hover span .material-icons,
.related .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions .actions-secondary .action.tocompare:hover span .material-icons {
  background: #006699;
  color: #66cc66;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.upsell .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions.hasaddtolist .action.primary.hide-price-button,
.substitute .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions.hasaddtolist .action.primary.hide-price-button,
.crosssell .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions.hasaddtolist .action.primary.hide-price-button,
.related .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions.hasaddtolist .action.primary.hide-price-button {
  bottom: 55px !important;
}
.upsell .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions.hasaddtolist .actions-primary .action.tocart.primary,
.substitute .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions.hasaddtolist .actions-primary .action.tocart.primary,
.crosssell .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions.hasaddtolist .actions-primary .action.tocart.primary,
.related .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions.hasaddtolist .actions-primary .action.tocart.primary,
.upsell .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions.hasaddtolist .actions-primary .stock.unavailable,
.substitute .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions.hasaddtolist .actions-primary .stock.unavailable,
.crosssell .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions.hasaddtolist .actions-primary .stock.unavailable,
.related .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions.hasaddtolist .actions-primary .stock.unavailable {
  bottom: 55px;
}
.upsell .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions.hasaddtolist .actions-primary .action.tocart.primary.halfoccupy,
.substitute .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions.hasaddtolist .actions-primary .action.tocart.primary.halfoccupy,
.crosssell .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions.hasaddtolist .actions-primary .action.tocart.primary.halfoccupy,
.related .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions.hasaddtolist .actions-primary .action.tocart.primary.halfoccupy {
  bottom: 55px;
}
.upsell .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions.hasaddtolist .actions-primary .locations_add_to_cart .action.tocart.primary,
.substitute .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions.hasaddtolist .actions-primary .locations_add_to_cart .action.tocart.primary,
.crosssell .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions.hasaddtolist .actions-primary .locations_add_to_cart .action.tocart.primary,
.related .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions.hasaddtolist .actions-primary .locations_add_to_cart .action.tocart.primary {
  bottom: 55px;
}
.upsell .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions.hasaddtolist .actions-primary .locations_add_to_cart br,
.substitute .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions.hasaddtolist .actions-primary .locations_add_to_cart br,
.crosssell .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions.hasaddtolist .actions-primary .locations_add_to_cart br,
.related .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions.hasaddtolist .actions-primary .locations_add_to_cart br {
  display: none !important;
}
.upsell .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions.hasaddtolist .actions-primary .locations_add_to_cart a,
.substitute .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions.hasaddtolist .actions-primary .locations_add_to_cart a,
.crosssell .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions.hasaddtolist .actions-primary .locations_add_to_cart a,
.related .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions.hasaddtolist .actions-primary .locations_add_to_cart a {
  bottom: 55px;
}
.upsell .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions.hasaddtolist .actions-secondary,
.substitute .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions.hasaddtolist .actions-secondary,
.crosssell .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions.hasaddtolist .actions-secondary,
.related .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions.hasaddtolist .actions-secondary {
  padding-bottom: 30px;
}
.upsell .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions.hasaddtolist .actions-secondary .box-addtolists,
.substitute .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions.hasaddtolist .actions-secondary .box-addtolists,
.crosssell .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions.hasaddtolist .actions-secondary .box-addtolists,
.related .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions.hasaddtolist .actions-secondary .box-addtolists {
  position: absolute;
  left: 0px;
  right: 0px;
  width: 95%;
  margin: 0 auto;
  bottom: 10px;
}
.upsell .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions.hasaddtolist .actions-secondary .box-addtolists .action.primary.tolistslist,
.substitute .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions.hasaddtolist .actions-secondary .box-addtolists .action.primary.tolistslist,
.crosssell .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions.hasaddtolist .actions-secondary .box-addtolists .action.primary.tolistslist,
.related .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions.hasaddtolist .actions-secondary .box-addtolists .action.primary.tolistslist {
  width: 100%;
}
.upsell .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions.hasaddtolist.hassubscription .subscription-lbl,
.substitute .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions.hasaddtolist.hassubscription .subscription-lbl,
.crosssell .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions.hasaddtolist.hassubscription .subscription-lbl,
.related .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions.hasaddtolist.hassubscription .subscription-lbl {
  bottom: 95px;
}
.upsell .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions.hasaddtolist.hassubscription .action.primary.hide-price-button,
.substitute .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions.hasaddtolist.hassubscription .action.primary.hide-price-button,
.crosssell .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions.hasaddtolist.hassubscription .action.primary.hide-price-button,
.related .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions.hasaddtolist.hassubscription .action.primary.hide-price-button {
  bottom: 55px !important;
}
.upsell .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions.hasaddtolist.hassubscription .actions-primary,
.substitute .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions.hasaddtolist.hassubscription .actions-primary,
.crosssell .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions.hasaddtolist.hassubscription .actions-primary,
.related .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions.hasaddtolist.hassubscription .actions-primary {
  padding-bottom: 50px;
}
.upsell .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions.hasaddtolist.hassubscription .actions-primary .action.tocart.primary,
.substitute .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions.hasaddtolist.hassubscription .actions-primary .action.tocart.primary,
.crosssell .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions.hasaddtolist.hassubscription .actions-primary .action.tocart.primary,
.related .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions.hasaddtolist.hassubscription .actions-primary .action.tocart.primary,
.upsell .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions.hasaddtolist.hassubscription .actions-primary .stock.unavailable,
.substitute .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions.hasaddtolist.hassubscription .actions-primary .stock.unavailable,
.crosssell .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions.hasaddtolist.hassubscription .actions-primary .stock.unavailable,
.related .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions.hasaddtolist.hassubscription .actions-primary .stock.unavailable {
  bottom: 55px;
}
.upsell .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions.hasaddtolist.hassubscription .actions-primary .action.tocart.primary.halfoccupy,
.substitute .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions.hasaddtolist.hassubscription .actions-primary .action.tocart.primary.halfoccupy,
.crosssell .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions.hasaddtolist.hassubscription .actions-primary .action.tocart.primary.halfoccupy,
.related .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions.hasaddtolist.hassubscription .actions-primary .action.tocart.primary.halfoccupy {
  bottom: 55px;
}
.upsell .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions.hasaddtolist.hassubscription .actions-primary .locations_add_to_cart .action.tocart.primary,
.substitute .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions.hasaddtolist.hassubscription .actions-primary .locations_add_to_cart .action.tocart.primary,
.crosssell .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions.hasaddtolist.hassubscription .actions-primary .locations_add_to_cart .action.tocart.primary,
.related .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions.hasaddtolist.hassubscription .actions-primary .locations_add_to_cart .action.tocart.primary {
  bottom: 55px;
}
.upsell .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions.hasaddtolist.hassubscription .actions-primary .locations_add_to_cart br,
.substitute .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions.hasaddtolist.hassubscription .actions-primary .locations_add_to_cart br,
.crosssell .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions.hasaddtolist.hassubscription .actions-primary .locations_add_to_cart br,
.related .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions.hasaddtolist.hassubscription .actions-primary .locations_add_to_cart br {
  display: none !important;
}
.upsell .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions.hasaddtolist.hassubscription .actions-primary .locations_add_to_cart a,
.substitute .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions.hasaddtolist.hassubscription .actions-primary .locations_add_to_cart a,
.crosssell .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions.hasaddtolist.hassubscription .actions-primary .locations_add_to_cart a,
.related .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions.hasaddtolist.hassubscription .actions-primary .locations_add_to_cart a {
  bottom: 55px;
}
.upsell .list.items.product-items .item.product-item .product-item-info:hover,
.substitute .list.items.product-items .item.product-item .product-item-info:hover,
.crosssell .list.items.product-items .item.product-item .product-item-info:hover,
.related .list.items.product-items .item.product-item .product-item-info:hover {
  box-shadow: none;
}
.upsell .list.items.product-items .item.product-item .product-item-info:hover .product-item-inner,
.substitute .list.items.product-items .item.product-item .product-item-info:hover .product-item-inner,
.crosssell .list.items.product-items .item.product-item .product-item-info:hover .product-item-inner,
.related .list.items.product-items .item.product-item .product-item-info:hover .product-item-inner {
  margin: 0px;
  padding: 0px;
  background: none;
  border: 0px !important;
}
.upsell .list.items.product-items .item.product-item:hover .product-item-info .product-item-inner .product-item-actions .actions-secondary .action.towishlist,
.substitute .list.items.product-items .item.product-item:hover .product-item-info .product-item-inner .product-item-actions .actions-secondary .action.towishlist,
.crosssell .list.items.product-items .item.product-item:hover .product-item-info .product-item-inner .product-item-actions .actions-secondary .action.towishlist,
.related .list.items.product-items .item.product-item:hover .product-item-info .product-item-inner .product-item-actions .actions-secondary .action.towishlist,
.upsell .list.items.product-items .item.product-item:hover .product-item-info .product-item-inner .product-item-actions .actions-secondary .action.tocompare,
.substitute .list.items.product-items .item.product-item:hover .product-item-info .product-item-inner .product-item-actions .actions-secondary .action.tocompare,
.crosssell .list.items.product-items .item.product-item:hover .product-item-info .product-item-inner .product-item-actions .actions-secondary .action.tocompare,
.related .list.items.product-items .item.product-item:hover .product-item-info .product-item-inner .product-item-actions .actions-secondary .action.tocompare {
  display: block;
}
.block.crosssell .products-crosssell .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions .actions-primary .action.tocart.primary {
  bottom: 10px;
}
.block.crosssell .products-crosssell .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions .actions-primary .action.tocart.primary.halfoccupy {
  bottom: 10px;
}
.block.crosssell .products-crosssell .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions .actions-primary .locations_add_to_cart .action.tocart.primary {
  bottom: 10px;
}
.block.crosssell .products-crosssell .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions .actions-primary .locations_add_to_cart br {
  display: none !important;
}
.block.crosssell .products-crosssell .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions .actions-primary .locations_add_to_cart a {
  bottom: 10px;
}
.block.crosssell .products-crosssell .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions.hasaddtolist .actions-secondary .box-addtolists {
  bottom: -5px;
}
.block.crosssell .products-crosssell .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions.hasaddtolist .actions-primary .action.tocart.primary {
  bottom: 55px;
}
.block.crosssell .products-crosssell .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions.hasaddtolist .actions-primary .action.tocart.primary.halfoccupy {
  bottom: 55px;
}
.block.crosssell .products-crosssell .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions.hasaddtolist .actions-primary .locations_add_to_cart .action.tocart.primary {
  bottom: 55px;
}
.block.crosssell .products-crosssell .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions.hasaddtolist .actions-primary .locations_add_to_cart br {
  display: none !important;
}
.block.crosssell .products-crosssell .list.items.product-items .item.product-item .product-item-info .product-item-inner .product-item-actions.hasaddtolist .actions-primary .locations_add_to_cart a {
  bottom: 55px;
}
.block.crosssell .products-crosssell.products-grid .product-item {
  width: 205px !important;
  margin: 0px 4px !important;
}
.block.crosssell .products-crosssell .slick-list {
  overflow: visible;
}
/**
 * Copyright © 2010-2018 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 : 20-Mar-2020,
    Author     : Muralidhar.Dixit
*/
#save-cart-as-list,
#cart-is-saved-msg-div {
  text-align: center;
}
.paypal-button.paypal-button-context-iframe {
  box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -webkit-box-shadow: none;
}
.checkout-cart-index .cart-discount {
  width: 100%;
  padding-right: 0px;
  border-bottom: 10px solid #ffffff;
  background: #d4d4d4;
}
.checkout-cart-index .cart-discount .block.discount {
  width: 100% !important;
  padding: 0px 1px 0px 0px;
  background: #d4d4d4;
  border: 0px solid #d4d4d4 !important;
  box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -webkit-box-shadow: none;
  border: 0px;
}
.checkout-cart-index .cart-discount .block.discount .title {
  padding: 12px 15px;
  background: none;
}
.checkout-cart-index .cart-discount .block.discount .title:after {
  font-size: 2rem;
  float: right;
}
.checkout-cart-index .cart-discount .block.discount .title strong {
  color: #222222;
  font-size: 1.6rem;
  font-weight: bold;
  font-family: 'Source Sans Pro' !important;
  text-transform: uppercase;
}
.checkout-cart-index .cart-discount .block.discount .content {
  padding: 15px;
  border-top: 1px solid #66cc66;
  background: #d4d4d4;
}
.checkout-cart-index .cart-discount .block.discount .content .fieldset.coupon .field .label {
  display: none;
}
.checkout-cart-index .cart-discount .block.discount .content .fieldset.coupon .field .input-text {
  height: 38px;
  -webkit-border-top-right-radius: 0px;
  -moz-border-top-right-radius: 0px;
  -o-border-top-right-radius: 0px;
  -ms-border-top-right-radius: 0px;
  border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-bottom-right-radius: 0px;
  -o-border-bottom-right-radius: 0px;
  -ms-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.checkout-cart-index .cart-discount .block.discount .content .fieldset.coupon .actions-toolbar .primary .action.apply.primary,
.checkout-cart-index .cart-discount .block.discount .content .fieldset.coupon .actions-toolbar .primary .action.cancel.primary {
  border-radius: 25px;
  -webkit-border-top-left-radius: 0px;
  -moz-border-top-left-radius: 0px;
  -o-border-top-left-radius: 0px;
  -ms-border-top-left-radius: 0px;
  border-top-left-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-bottom-left-radius: 0px;
  -o-border-bottom-left-radius: 0px;
  -ms-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;
  background: #006699;
  border: 0px;
  color: #ffffff;
  box-shadow: none;
}
.checkout-cart-index .cart-discount .block.discount .content .fieldset.coupon .actions-toolbar .primary .action.apply.primary:hover,
.checkout-cart-index .cart-discount .block.discount .content .fieldset.coupon .actions-toolbar .primary .action.cancel.primary:hover {
  background: #66cc66;
  border: 0px;
  color: #ffffff;
}
.checkout-cart-index .cart-discount .block.discount .content .actions-toolbar .apply.primary {
  border: 0px;
  -webkit-box-shadow: 0px 0px 4px 1px #d4d4d4;
  -moz-box-shadow: 0px 0px 4px 1px #d4d4d4;
  -o-box-shadow: 0px 0px 4px 1px #d4d4d4;
  box-shadow: 0px 0px 4px 1px #d4d4d4;
  color: #efefef;
  padding: 7px 15px 7px;
  border-radius: 25px;
  background: #006699;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 1.4rem;
  height: 38px;
  font-weight: bold;
  box-shadow: none;
  font-family: 'Source Sans Pro' !important;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 7px 15px;
}
.checkout-cart-index .cart-discount .block.discount .content .actions-toolbar .apply.primary:hover {
  background: #66cc66 !important;
  border: 0px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.checkout-cart-index .cart-empty {
  background: #f9f9f9;
  padding: 15px 15px 15px 15px;
  -webkit-box-shadow: 0px 0px 3px 0px #d4d4d4;
  -moz-box-shadow: 0px 0px 3px 0px #d4d4d4;
  -o-box-shadow: 0px 0px 3px 0px #d4d4d4;
  box-shadow: 0px 0px 3px 0px #d4d4d4;
  border: 1px solid #d4d4d4;
  width: 300px;
  margin-top: 30px;
  margin-left: 15px;
}
.checkout-cart-index .cart-empty p {
  font-size: 1.5rem;
}
.checkout-cart-index .cart-empty p a {
  font-weight: 600;
}
.checkout-cart-index #cart-main-actions #save-cart-as-list {
  display: inline-block !important;
}
.checkout-cart-index .page-main .page-title-wrapper {
  margin-top: 10px;
}
.checkout-cart-index .page-main .page-title-wrapper .page-title {
  margin-bottom: 0px;
  display: block;
  padding-left: 2px;
  width: 70.7%;
  padding-bottom: 1px;
}
.checkout-cart-index .page-main .column .cart-container .form-cart .main.actions {
  text-align: left !important;
}
.checkout-cart-index .page-main .column .cart-container .cart .form .fieldset .shopping-cart-table tbody td h2.product-name {
  font-size: 1.6rem;
}
.checkout-cart-index .page-main .column .cart-container .cart-summary {
  width: 28%;
  padding: 0px;
  background: #d4d4d4;
  border: 0px;
  font-family: 'Source Sans Pro' !important;
}
.checkout-cart-index .page-main .column .cart-container .cart-summary .checkout-methods-items {
  position: relative;
  z-index: 1;
}
.checkout-cart-index .page-main .column .cart-container .cart-summary .checkout-methods-items .action.multicheckout {
  border: 0px;
  color: #006699;
  background: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  outline: none;
  cursor: pointer;
  font-weight: bold;
  padding: 7px 15px 7px;
  border-radius: 25px;
  font-family: 'Source Sans Pro' !important;
  -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;
  border: 1px solid transparent;
  background: none;
  font-size: 1.2rem;
  -webkit-box-shadow: 0px 0px 4px 1px #d4d4d4;
  -moz-box-shadow: 0px 0px 4px 1px #d4d4d4;
  -o-box-shadow: 0px 0px 4px 1px #d4d4d4;
  box-shadow: 0px 0px 4px 1px #d4d4d4;
  padding: 10px 20px;
  position: relative;
  bottom: 15px;
}
.checkout-cart-index .page-main .column .cart-container .cart-summary .checkout-methods-items .action.multicheckout:hover {
  background: #66cc66 !important;
  color: #006699;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: 0px;
}
.checkout-cart-index .page-main .column .cart-container .cart-summary .checkout-methods-items .action.primary.checkout {
  background: #006699;
  border: 1px solid transparent;
  height: 46px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-family: 'Source Sans Pro' !important;
}
.checkout-cart-index .page-main .column .cart-container .cart-summary .checkout-methods-items .action.primary.checkout:hover {
  background: #66cc66;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  height: 46px;
}
.checkout-cart-index .page-main .column .cart-container .cart-summary .checkout-methods-items .visa-checkout.button,
.checkout-cart-index .page-main .column .cart-container .cart-summary .checkout-methods-items .paypal-express-checkout.button {
  position: static;
  margin-top: 5px;
}
.checkout-cart-index .page-main .column .cart-container .cart-summary .cart-whole-summary {
  padding: 5px 15px;
  margin-top: 50px;
}
.checkout-cart-index .page-main .column .cart-container .cart-summary .cart-whole-summary .summary.title {
  margin-top: 10px;
  display: inline-block;
}
.checkout-cart-index .page-main .column .cart-container .cart-summary .cart-whole-summary .block.shipping {
  margin-top: 8px;
  border-top: 1px solid #66cc66;
}
.checkout-cart-index .page-main .column .cart-container .cart-summary .cart-whole-summary .block.shipping .content {
  border-top: 1px solid #66cc66;
}
.checkout-cart-index .page-main .column .cart-container .cart-summary .cart-whole-summary .block.shipping .title {
  font-family: 'Source Sans Pro' !important;
  text-transform: uppercase;
}
.checkout-cart-index .page-main .column .cart-container .cart-summary .cart-whole-summary .block.shipping .title:after {
  font-size: 2rem !important;
}
.checkout-cart-index .page-main .column .cart-container .cart-summary .cart-whole-summary .block.shipping .title #block-shipping-heading {
  font-family: 'Source Sans Pro' !important;
  text-transform: uppercase;
}
.checkout-cart-index .page-main .column .cart-container .cart-summary .cart-whole-summary .block.shipping .title:after {
  font-size: 4rem;
}
.checkout-cart-index .page-main .column .cart-container .cart-summary .cart-whole-summary .block.shipping #block-summary .items.methods .item-title {
  font-family: 'Source Sans Pro' !important;
}
.checkout-cart-index .page-main .column .cart-container .cart-summary .summary.title {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  font-family: 'Source Sans Pro' !important;
  text-transform: uppercase;
}
.checkout-cart-index .page-main .column .cart-container .cart-summary .shipping .content {
  font-family: 'Source Sans Pro' !important;
  border-top: 1px solid #d4d4d4;
  padding: 5px 0px 5px;
}
.checkout-cart-index .page-main .column .cart-container .cart-summary .shipping .content .fieldset {
  margin-bottom: 0px;
}
.checkout-cart-index .page-main .column .cart-container .cart-summary .shipping .content .fieldset.estimate {
  margin-bottom: 10px;
}
.checkout-cart-index .page-main .column .cart-container .cart-summary .cart-totals {
  border-top: 1px solid #66cc66;
}
.checkout-cart-index .page-main .column .cart-container .cart-summary .cart-totals .table-wrapper .data.table tbody tr:nth-child(odd),
.checkout-cart-index .page-main .column .cart-container .cart-summary .cart-totals .table-wrapper .data.table tbody tr:nth-child(even) {
  border-left: 0px;
}
.checkout-cart-index .page-main .column .cart-container .cart-summary .cart-totals .table-wrapper .data.table tbody tr:nth-child(odd) > th,
.checkout-cart-index .page-main .column .cart-container .cart-summary .cart-totals .table-wrapper .data.table tbody tr:nth-child(even) > th {
  font-family: 'Source Sans Pro' !important;
  color: #333333;
}
.checkout-cart-index .page-main .column .cart-container .cart-summary .cart-totals .table-wrapper .data.table tbody tr:nth-child(odd) > td,
.checkout-cart-index .page-main .column .cart-container .cart-summary .cart-totals .table-wrapper .data.table tbody tr:nth-child(even) > td {
  font-family: 'Source Sans Pro' !important;
  color: #222222;
  font-weight: bold;
}
.checkout-cart-index .page-main .column .cart-container .cart-summary .cart-totals .table-wrapper .data.table tbody tr td,
.checkout-cart-index .page-main .column .cart-container .cart-summary .cart-totals .table-wrapper .data.table tbody tr th {
  background: none;
  border: 0px;
  padding-top: 2px;
}
.checkout-cart-index .page-main .column .cart-container .cart-summary .cart-totals .table-wrapper .data.table tbody tr .contract {
  text-align: center;
  width: 10%;
}
.checkout-cart-index .page-main .column .cart-container .cart-summary .cart-totals .table-wrapper .data.table tbody tr .contract span {
  margin-left: 5px;
  text-align: center;
}
.checkout-cart-index .page-main .column .cart-container .cart-summary .cart-totals .table-wrapper .data.table tbody tr.grand.totals {
  border-top: 1px slid #d4d4d4;
  margin-top: 10px;
  padding-top: 10px;
}
.checkout-cart-index .page-main .column .cart-container .cart-summary .cart-totals .table-wrapper .data.table tbody tr.grand.totals td {
  color: #006699;
  font-size: 2.0rem;
  font-weight: 900;
}
.checkout-cart-index .page-main .column .cart-container .cart-summary .block.crosssell {
  width: 100%;
  padding: 0px 15px;
  border-top: 10px solid #ffffff;
  margin-top: 10px;
}
.checkout-cart-index .page-main .column .cart-container .cart-summary .block.crosssell > title {
  padding: 10px 40px 7px 15px;
}
.checkout-cart-index .page-main .column .cart-container .cart-summary .block.crosssell .block-title {
  text-align: left;
  border-top: 0px;
  border-bottom: 1px solid #66cc66;
  padding: 10px 40px 7px 0px;
}
.checkout-cart-index .page-main .column .cart-container .cart-summary .block.crosssell .block-title:after {
  font-size: 4rem;
  content: "";
  display: none;
}
.checkout-cart-index .page-main .column .cart-container .cart-summary .block.crosssell .block-title strong {
  border-bottom: 0px;
  text-align: left;
}
.checkout-cart-index .page-main .column .cart-container .cart-summary .block.crosssell .block-content.content {
  display: block;
}
.checkout-cart-index .page-main .column .cart-container .cart-summary .block.crosssell .block-content.content .products-grid.products-crosssell {
  margin: 10px 0px;
}
.checkout-cart-index .page-main .column .cart-container .cart-summary .block.crosssell .block-content.content .products-grid.products-crosssell .product-items.pdpscroll-crosssell {
  margin: 0px;
  max-height: 500px;
  overflow: hidden;
  padding-top: 5px;
}
.checkout-cart-index .page-main .column .cart-container .cart-summary .block.crosssell .block-content.content .products-grid.products-crosssell .product-items.pdpscroll-crosssell .slick-next {
  position: absolute;
  top: -35px;
  right: 0px;
  font-size: 0px;
  transform: rotate(270deg);
  padding: 5px;
  background: none;
  width: 25px;
  height: 26px;
}
.checkout-cart-index .page-main .column .cart-container .cart-summary .block.crosssell .block-content.content .products-grid.products-crosssell .product-items.pdpscroll-crosssell .slick-next:before {
  content: '\00BB';
  font-size: 30px;
  color: #333333;
  font-weight: 600;
  position: relative;
  left: 0px;
  top: -3px;
}
.checkout-cart-index .page-main .column .cart-container .cart-summary .block.crosssell .block-content.content .products-grid.products-crosssell .product-items.pdpscroll-crosssell .slick-prev {
  position: absolute;
  top: -35px;
  right: 30px;
  font-size: 0px;
  transform: rotate(90deg);
  padding: 5px;
  background: none;
  width: 25px;
  height: 26px;
}
.checkout-cart-index .page-main .column .cart-container .cart-summary .block.crosssell .block-content.content .products-grid.products-crosssell .product-items.pdpscroll-crosssell .slick-prev:before {
  content: '\00BB';
  font-size: 30px;
  color: #333333;
  font-weight: 600;
  position: relative;
  left: 0px;
  top: -3px;
}
.checkout-cart-index .page-main .column .cart-container .cart-summary .block.crosssell .block-content.content .products-grid.products-crosssell .product-items.pdpscroll-crosssell .slick-list.draggable {
  padding-top: 15px;
}
.checkout-cart-index .page-main .column .cart-container .cart-summary .block.crosssell .block-content.content .products-grid.products-crosssell .product-items.pdpscroll-crosssell .slick-track {
  width: 100% !important;
}
.checkout-cart-index .page-main .column .cart-container .cart-summary .block.crosssell .block-content.content .products-grid.products-crosssell .product-items.pdpscroll-crosssell .slick-track .product-item {
  width: 100% !important;
}
.checkout-cart-index .page-main .column .cart-container .cart-summary .block.crosssell .block-content.content .products-grid.products-crosssell .product-item {
  width: 100%;
  background: #ffffff;
  margin: 10px 0px;
  padding: 3px 0px;
  border-bottom: 1px solid #cccccc;
}
.checkout-cart-index .page-main .column .cart-container .cart-summary .block.crosssell .block-content.content .products-grid.products-crosssell .product-item .product-item-info {
  max-width: 280px;
  min-height: unset;
  background: none;
  height: auto;
  padding: 3px 10px;
  margin: 0px;
  border: 0px;
  box-shadow: none;
}
.checkout-cart-index .page-main .column .cart-container .cart-summary .block.crosssell .block-content.content .products-grid.products-crosssell .product-item .product-item-info .product-item-photo {
  width: 30%;
  display: block;
  float: left;
}
.checkout-cart-index .page-main .column .cart-container .cart-summary .block.crosssell .block-content.content .products-grid.products-crosssell .product-item .product-item-info:hover .product-item-inner {
  padding: 5px 0px;
  margin: 0px;
}
.checkout-cart-index .page-main .column .cart-container .cart-summary .block.crosssell .block-content.content .products-grid.products-crosssell .product-item .product-item-info .product-item-inner {
  position: static;
  height: auto;
  border: 0px;
  box-shadow: none;
  display: block;
  opacity: 1;
  padding: 5px 0px;
  visibility: visible;
  width: 100%;
  margin: 0px;
}
.checkout-cart-index .page-main .column .cart-container .cart-summary .block.crosssell .block-content.content .products-grid.products-crosssell .product-item .product-item-info .product-item-inner .product-item-actions .actions-primary + .actions-secondary {
  vertical-align: top;
}
.checkout-cart-index .page-main .column .cart-container .cart-summary .block.crosssell .block-content.content .products-grid.products-crosssell .product-item .product-item-info .product-item-inner .product-item-actions .action.tocart.primary {
  font-size: 1.1rem;
  padding: 4px 6px;
  font-weight: 500;
  height: 25px;
  padding: 6px 10px;
  border: 0px;
}
.checkout-cart-index .page-main .column .cart-container .cart-summary .block.crosssell .block-content.content .products-grid.products-crosssell .product-item .product-item-info .product-item-inner .product-item-actions .locations_add_to_cart a {
  color: #006699;
  background: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  outline: none;
  cursor: pointer;
  font-weight: bold;
  padding: 7px 15px 7px;
  border-radius: 25px;
  font-family: 'Source Sans Pro' !important;
  -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;
  font-size: 1.1rem;
  padding: 4px 6px;
  font-weight: 500;
  height: 25px;
  padding: 6px 10px;
  border: 0px;
  position: relative;
  top: 5px;
}
.checkout-cart-index .page-main .column .cart-container .cart-summary .block.crosssell .block-content.content .products-grid.products-crosssell .product-item .product-item-info .product-item-inner .product-item-actions .locations_add_to_cart a:hover {
  background: #66cc66 !important;
  color: #006699;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: 0px;
}
.checkout-cart-index .page-main .column .cart-container .cart-summary .block.crosssell .block-content.content .products-grid.products-crosssell .product-item .product-item-info .product-item-inner .product-item-actions .locations_add_to_cart a:hover {
  border: 0px;
}
.checkout-cart-index .page-main .column .cart-container .cart-summary .block.crosssell .block-content.content .products-grid.products-crosssell .product-item .product-item-info .product-item-inner .product-item-actions .secondary-addto-links.actions-secondary {
  margin-top: 2px;
  padding-bottom: 4px;
}
.checkout-cart-index .page-main .column .cart-container .cart-summary .block.crosssell .block-content.content .products-grid.products-crosssell .product-item .product-item-info .product-item-inner .product-item-actions .secondary-addto-links.actions-secondary .action.tocart.primary {
  font-size: 1.1rem;
  padding: 4px 6px;
  font-weight: 500;
  height: 25px;
  border: 0px;
}
.checkout-cart-index .page-main .column .cart-container .cart-summary .block.crosssell .block-content.content .products-grid.products-crosssell .product-item .product-item-info .product-item-inner .product-item-actions .secondary-addto-links.actions-secondary .action.tocart.primary:hover {
  border: 0px;
}
.checkout-cart-index .page-main .column .cart-container .cart-summary .block.crosssell .block-content.content .products-grid.products-crosssell .product-item .product-item-info .product-item-inner .product-item-actions .actions-secondary {
  margin-left: 10px;
}
.checkout-cart-index .page-main .column .cart-container .cart-summary .block.crosssell .block-content.content .products-grid.products-crosssell .product-item .product-item-info .product-item-inner .product-item-actions .actions-secondary > .action {
  height: 28px;
  width: 28px;
  border-radius: 25px;
  color: #333333;
}
.checkout-cart-index .page-main .column .cart-container .cart-summary .block.crosssell .block-content.content .products-grid.products-crosssell .product-item .product-item-info .product-item-inner .product-item-actions .actions-secondary > .action.towishlist:before,
.checkout-cart-index .page-main .column .cart-container .cart-summary .block.crosssell .block-content.content .products-grid.products-crosssell .product-item .product-item-info .product-item-inner .product-item-actions .actions-secondary > .action.tocompare:before {
  display: none;
  content: "";
}
.checkout-cart-index .page-main .column .cart-container .cart-summary .block.crosssell .block-content.content .products-grid.products-crosssell .product-item .product-item-info .product-item-inner .product-item-actions .actions-secondary > .action.towishlist span,
.checkout-cart-index .page-main .column .cart-container .cart-summary .block.crosssell .block-content.content .products-grid.products-crosssell .product-item .product-item-info .product-item-inner .product-item-actions .actions-secondary > .action.tocompare span {
  font-size: 1.6rem;
  position: static;
  padding-top: 3px;
}
.checkout-cart-index .page-main .column .cart-container .cart-summary .block.crosssell .block-content.content .products-grid.products-crosssell .product-item .product-item-info .product-item-inner .product-item-actions .actions-secondary > .action.towishlist span .material-icons,
.checkout-cart-index .page-main .column .cart-container .cart-summary .block.crosssell .block-content.content .products-grid.products-crosssell .product-item .product-item-info .product-item-inner .product-item-actions .actions-secondary > .action.tocompare span .material-icons {
  font-size: 1.6rem;
}
.checkout-cart-index .page-main .column .cart-container .cart-summary .block.crosssell .block-content.content .products-grid.products-crosssell .product-item .product-item-info .product-item-inner .product-item-actions .actions-secondary > .action:hover {
  background: #66cc66;
  color: #ffffff;
}
.checkout-cart-index .page-main .column .cart-container .cart-summary .block.crosssell .block-content.content .products-grid.products-crosssell .product-item .product-item-details {
  float: left;
  width: 68%;
  padding-left: 2%;
  font-size: 1.2rem;
}
.checkout-cart-index .page-main .column .cart-container .cart-summary .block.crosssell .block-content.content .products-grid.products-crosssell .product-item .product-item-details .product-item-link {
  font-weight: bold;
}
.checkout-cart-index .page-main .column .cart-container .cart-summary .block.crosssell .block-content.content .products-grid.products-crosssell .product-item .product-item-details .price-box {
  color: #006699;
  padding: 3px 0px;
  margin: 0px;
}
.checkout-cart-index .page-main .column .cart-container .cart-summary .block.crosssell .block-content.content .products-grid.products-crosssell .product-item .product-item-details .price-box .old-price {
  padding: 3px 0px;
  margin: 0px;
}
.checkout-cart-index .page-main .column .cart-container .cart-summary .block.crosssell .block-content.content .products-grid.products-crosssell .product-item .product-item-details .product-item-inner {
  position: static;
  height: auto;
  border: 0px;
  box-shadow: none;
}
.checkout-cart-index .page-main .column .cart-container .cart-summary .block.crosssell .block-content.content .products-grid.products-crosssell .product-item .product-item-details .product_skus p {
  margin-bottom: 0rem;
}
.checkout-cart-index .page-main .column .cart-container .form-cart {
  padding-right: 2%;
  width: 72%;
}
.checkout-cart-index .page-main .column .cart-container .form-cart .table-wrapper .cart-products-toolbar:first-child .pages {
  margin-bottom: 15px;
}
.checkout-cart-index .page-main .column .cart-container .form-cart .table-wrapper #cart-main-actions {
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  padding: 3px 0px 3px;
}
.checkout-cart-index .page-main .column .cart-container .form-cart .table-wrapper #cart-main-actions .action.primary {
  height: auto;
  font-size: 1.2rem;
  font-family: 'Source Sans Pro' !important;
  background: none;
  border: 0px;
  color: #006699;
  padding: 5px;
}
.checkout-cart-index .page-main .column .cart-container .form-cart .table-wrapper #cart-main-actions .action.primary:hover {
  border: 0px;
  color: #222222;
}
.checkout-cart-index .page-main .column .cart-container .form-cart .table-wrapper #cart-main-actions .action.cart-clear.primary {
  float: right;
  color: #ed5463;
}
.checkout-cart-index .page-main .column .cart-container .form-cart .table-wrapper #cart-main-actions .action.cart-clear.primary:hover {
  color: #222222;
}
.checkout-cart-index .page-main .column .cart-container .form-cart .table-wrapper .clearcarta-checkoutbtn {
  margin: 0px 0px 10px;
  padding-top: 10px;
  border-top: 0.5px solid #d4d4d4;
}
.checkout-cart-index .page-main .column .cart-container .form-cart .table-wrapper .clearcarta-checkoutbtn .cart-clear.primary {
  border: 0px;
  color: #006699;
  background: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  outline: none;
  cursor: pointer;
  font-weight: bold;
  padding: 7px 15px 7px;
  border-radius: 25px;
  font-family: 'Source Sans Pro' !important;
  -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;
  float: left;
  clear: left;
}
.checkout-cart-index .page-main .column .cart-container .form-cart .table-wrapper .clearcarta-checkoutbtn .cart-clear.primary:hover {
  background: #66cc66 !important;
  color: #006699;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: 0px;
}
.checkout-cart-index .page-main .column .cart-container .form-cart .table-wrapper .clearcarta-checkoutbtn .primary.checkout {
  float: right;
  clear: right;
  background: #006699;
  border: 1px solid transparent;
  height: 46px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.checkout-cart-index .page-main .column .cart-container .form-cart .table-wrapper .clearcarta-checkoutbtn .primary.checkout:hover {
  background: #66cc66;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  height: 46px;
}
.checkout-cart-index .page-main .column .cart-container .form-cart .table-wrapper .cart-products-toolbar .pages .items.pages-items .item {
  margin: 0 6px 0 6px;
}
.checkout-cart-index .page-main .column .cart-container .form-cart .table-wrapper .cart-products-toolbar .pages .items.pages-items .item a.page {
  padding: 2px 4px;
  border-radius: 25px;
  width: 25px;
  color: #222222;
}
.checkout-cart-index .page-main .column .cart-container .form-cart .table-wrapper .cart-products-toolbar .pages .items.pages-items .item a.page:hover {
  background: #006699;
  color: #ffffff;
}
.checkout-cart-index .page-main .column .cart-container .form-cart .table-wrapper .cart-products-toolbar .pages .items.pages-items .item.current {
  background: #006699;
  border-radius: 25px;
  width: 25px;
  padding: 2px 5px;
  -webkit-box-shadow: 0px 0px 4px 1px #d4d4d4;
  -moz-box-shadow: 0px 0px 4px 1px #d4d4d4;
  -o-box-shadow: 0px 0px 4px 1px #d4d4d4;
  box-shadow: 0px 0px 4px 1px #d4d4d4;
}
.checkout-cart-index .page-main .column .cart-container .form-cart .table-wrapper .cart-products-toolbar .pages .items.pages-items .item.current strong.page {
  padding: 0px 10px;
  background: #006699;
  border-radius: 25px;
  color: #ffffff;
}
.checkout-cart-index .page-main .column .cart-container .form-cart .table-wrapper .cart-products-toolbar .pages .items.pages-items .item .action {
  border-radius: 25px;
  width: 25px;
  padding: 2px 5px;
  border: 0px;
  background: none;
}
.checkout-cart-index .page-main .column .cart-container .form-cart .table-wrapper .cart-products-toolbar .pages .items.pages-items .item .action:before {
  color: #222222;
}
.checkout-cart-index .page-main .column .cart-container .form-cart .table-wrapper .cart-products-toolbar .pages .items.pages-items .item .action.next:before {
  margin: 0 0 0 0px;
}
.checkout-cart-index .page-main .column .cart-container .form-cart .table-wrapper .cart-products-toolbar .pages .items.pages-items .item .action.previous:before {
  margin: 0 0 0 -2px;
}
.checkout-cart-index .page-main .column .cart-container .form-cart .table-wrapper .cart-products-toolbar .pages .items.pages-items .item .action:hover {
  background: #006699;
  color: #ffffff;
}
.checkout-cart-index .page-main .column .cart-container .form-cart .table-wrapper .cart-products-toolbar .pages .items.pages-items .item .action:hover.next:before {
  color: #ffffff;
}
.checkout-cart-index .page-main .column .cart-container .form-cart .table-wrapper .cart-products-toolbar .pages .items.pages-items .item .action:hover.previous:before {
  color: #ffffff;
}
.checkout-cart-index .page-main .column .cart-container .form-cart .cart.table-wrapper .items.data.table .cart-table .item-info .item .item-options {
  margin-left: 2px;
}
.checkout-cart-index .page-main .column .cart-container .form-cart .cart.table-wrapper .cart-sub-head {
  display: none;
}
.checkout-cart-index .page-main .column .cart-container .form-cart .cart.table-wrapper .cart-sub-head .cart-items-count {
  padding: 10px 0px;
}
.checkout-cart-index .page-main .column .cart-container .form-cart .cart.table-wrapper .cart-sub-head .cart-items-count:before {
  width: 50px;
  height: 2px;
  background: #006699;
  content: " ";
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 3px;
}
.checkout-cart-index .page-main .column .cart-container .form-cart .cart.table-wrapper .col.qty {
  height: 100px;
  text-align: center !important;
  padding: 45px 5px 0px 5px;
}
.checkout-cart-index .page-main .column .cart-container .form-cart .cart.table-wrapper .col.qty .control .input-text.qty {
  height: 37px;
  margin-top: -7px;
  text-align: center;
  width: 70px;
  font-size: 1.7rem !important;
  font-weight: bold;
}
.checkout-cart-index .page-main .column .cart-container .form-cart .cart.table-wrapper .col.subtotal {
  padding: 10px;
  text-align: center !important;
  font-size: 2.2rem;
  width: 75%;
  margin: 0 auto;
  background: #f9f9f9;
  border-radius: 25px;
}
.checkout-cart-index .page-main .column .cart-container .form-cart .cart.table-wrapper .col.subtotal .price-excluding-tax {
  font-size: 2.2rem;
  color: #222222;
}
.checkout-cart-index .page-main .column .cart-container .form-cart .cart.table-wrapper .col.price {
  text-align: left !important;
  padding-left: 0px;
}
.checkout-cart-index .page-main .column .cart-container .form-cart .main.actions span#save-cart-as-list {
  display: inline-block !important;
  float: left;
}
.checkout-cart-index .page-main .column .cart-container .form-cart .main.actions div.action.primary {
  text-align: left;
}
.checkout-cart-index .page-main .column .cart-container .form-cart .main.actions .action.primary {
  margin: 3px !important;
}
.checkout-cart-index .page-main .column .cart-container .form-cart .main.actions .action.primary span a {
  margin-right: 3px;
}
.checkout-cart-index .page-main .column .cart-container .form-cart .main.actions .action.primary span a button.action.primary {
  margin-right: 3px !important;
}
.checkout-cart-index .page-main .column .cart-container .form-cart #shopping-cart-table .cart-table {
  padding: 15px 0px;
  border-bottom: 1px solid #66cc66;
}
.checkout-cart-index .page-main .column .cart-container .form-cart #shopping-cart-table .cart-table .cart-tab-left {
  float: left;
  width: 72%;
}
.checkout-cart-index .page-main .column .cart-container .form-cart #shopping-cart-table .cart-table .cart-tab-left .cart-tab-detailsimg .cart-tab-img {
  float: left;
  width: 25%;
}
.checkout-cart-index .page-main .column .cart-container .form-cart #shopping-cart-table .cart-table .cart-tab-left .cart-tab-detailsimg .cart-tab-img .product-item-photo .product-image-container {
  max-width: 165px;
  width: 165px !important;
}
.checkout-cart-index .page-main .column .cart-container .form-cart #shopping-cart-table .cart-table .cart-tab-left .cart-tab-detailsimg .cart-tab-img .product-item-photo .product-image-container .product-image-wrapper {
  text-align: center;
}
.checkout-cart-index .page-main .column .cart-container .form-cart #shopping-cart-table .cart-table .cart-tab-left .cart-tab-detailsimg .cart-tab-img .product-item-photo .product-image-container .product-image-wrapper .product-image-photo {
  max-width: 145px;
  width: auto;
  border: 1px solid #cccccc;
  padding: 5px;
  max-height: 145px;
}
.checkout-cart-index .page-main .column .cart-container .form-cart #shopping-cart-table .cart-table .cart-tab-left .cart-tab-detailsimg .cart-tab-details {
  width: 69%;
  float: left;
  padding-right: 2%;
  padding-left: 3%;
}
.checkout-cart-index .page-main .column .cart-container .form-cart #shopping-cart-table .cart-table .cart-tab-left .cart-tab-detailsimg .cart-tab-details .contract-cart .line-contract-select {
  max-width: 180px;
}
.checkout-cart-index .page-main .column .cart-container .form-cart #shopping-cart-table .cart-table .cart-tab-left .cart-tab-detailsimg .cart-tab-details .col.item {
  padding: 0px;
  min-height: 1px;
}
.checkout-cart-index .page-main .column .cart-container .form-cart #shopping-cart-table .cart-table .cart-tab-left .cart-tab-detailsimg .cart-tab-details .col.item .product-item-name {
  margin-bottom: 18px;
}
.checkout-cart-index .page-main .column .cart-container .form-cart #shopping-cart-table .cart-table .cart-tab-left .cart-tab-detailsimg .cart-tab-details .col.item .product-item-name a {
  font-size: 1.6rem;
  font-weight: bold;
  font-family: 'Source Sans Pro' !important;
}
.checkout-cart-index .page-main .column .cart-container .form-cart #shopping-cart-table .cart-table .cart-tab-left .cart-tab-detailsimg .cart-tab-details .col.item .product-cart-sku {
  font-size: 1.2rem;
  margin-bottom: 7px;
}
.checkout-cart-index .page-main .column .cart-container .form-cart #shopping-cart-table .cart-table .cart-tab-left .cart-tab-detailsimg .cart-tab-details .col.item .product-cart-sku .label {
  font-weight: bold;
  text-transform: uppercase;
}
.checkout-cart-index .page-main .column .cart-container .form-cart #shopping-cart-table .cart-table .cart-tab-left .cart-tab-detailsimg .cart-tab-details .col.msrp,
.checkout-cart-index .page-main .column .cart-container .form-cart #shopping-cart-table .cart-table .cart-tab-left .cart-tab-detailsimg .cart-tab-details .locations-cart,
.checkout-cart-index .page-main .column .cart-container .form-cart #shopping-cart-table .cart-table .cart-tab-left .cart-tab-detailsimg .cart-tab-details .contract-cart {
  padding: 0px;
  font-size: 1.2rem;
  margin: 0px;
  margin-bottom: 5px;
}
.checkout-cart-index .page-main .column .cart-container .form-cart #shopping-cart-table .cart-table .cart-tab-left .cart-tab-detailsimg .cart-tab-details .col.msrp .label,
.checkout-cart-index .page-main .column .cart-container .form-cart #shopping-cart-table .cart-table .cart-tab-left .cart-tab-detailsimg .cart-tab-details .locations-cart .label,
.checkout-cart-index .page-main .column .cart-container .form-cart #shopping-cart-table .cart-table .cart-tab-left .cart-tab-detailsimg .cart-tab-details .contract-cart .label {
  font-weight: bold;
  text-transform: uppercase;
}
.checkout-cart-index .page-main .column .cart-container .form-cart #shopping-cart-table .cart-table .cart-tab-left .cart-tab-detailsimg .cart-tab-details .col.msrp .pricing.msrp,
.checkout-cart-index .page-main .column .cart-container .form-cart #shopping-cart-table .cart-table .cart-tab-left .cart-tab-detailsimg .cart-tab-details .locations-cart .pricing.msrp,
.checkout-cart-index .page-main .column .cart-container .form-cart #shopping-cart-table .cart-table .cart-tab-left .cart-tab-detailsimg .cart-tab-details .contract-cart .pricing.msrp {
  margin-bottom: 3px;
  font-size: 1.2rem;
  font-weight: bold;
}
.checkout-cart-index .page-main .column .cart-container .form-cart #shopping-cart-table .cart-table .cart-tab-left .cart-tab-detailsimg .cart-tab-details .col.msrp .pricing.msrp .msrp,
.checkout-cart-index .page-main .column .cart-container .form-cart #shopping-cart-table .cart-table .cart-tab-left .cart-tab-detailsimg .cart-tab-details .locations-cart .pricing.msrp .msrp,
.checkout-cart-index .page-main .column .cart-container .form-cart #shopping-cart-table .cart-table .cart-tab-left .cart-tab-detailsimg .cart-tab-details .contract-cart .pricing.msrp .msrp {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 5px;
}
.checkout-cart-index .page-main .column .cart-container .form-cart #shopping-cart-table .cart-table .cart-tab-left .cart-tab-detailsimg .cart-tab-details .col.msrp .pricing.msrp .msrp .notice,
.checkout-cart-index .page-main .column .cart-container .form-cart #shopping-cart-table .cart-table .cart-tab-left .cart-tab-detailsimg .cart-tab-details .locations-cart .pricing.msrp .msrp .notice,
.checkout-cart-index .page-main .column .cart-container .form-cart #shopping-cart-table .cart-table .cart-tab-left .cart-tab-detailsimg .cart-tab-details .contract-cart .pricing.msrp .msrp .notice {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 5px;
}
.checkout-cart-index .page-main .column .cart-container .form-cart #shopping-cart-table .cart-table .cart-tab-left .cart-tab-detailsimg .cart-tab-details .col.msrp .pricing.msrp a.action,
.checkout-cart-index .page-main .column .cart-container .form-cart #shopping-cart-table .cart-table .cart-tab-left .cart-tab-detailsimg .cart-tab-details .locations-cart .pricing.msrp a.action,
.checkout-cart-index .page-main .column .cart-container .form-cart #shopping-cart-table .cart-table .cart-tab-left .cart-tab-detailsimg .cart-tab-details .contract-cart .pricing.msrp a.action {
  font-size: 1.2rem;
  font-weight: bold;
  color: #006699;
  margin-bottom: 5px;
}
.checkout-cart-index .page-main .column .cart-container .form-cart #shopping-cart-table .cart-table .cart-tab-left .cart-tab-detailsimg .cart-tab-details .col.price {
  padding: 0px;
  font-size: 1.2rem;
  margin-bottom: 5px;
}
.checkout-cart-index .page-main .column .cart-container .form-cart #shopping-cart-table .cart-table .cart-tab-left .cart-tab-detailsimg .cart-tab-details .col.price .label {
  font-weight: bold;
  text-transform: uppercase;
}
.checkout-cart-index .page-main .column .cart-container .form-cart #shopping-cart-table .cart-table .cart-tab-left .cart-tab-detailsimg .cart-tab-details .col.price .price-excluding-tax,
.checkout-cart-index .page-main .column .cart-container .form-cart #shopping-cart-table .cart-table .cart-tab-left .cart-tab-detailsimg .cart-tab-details .col.price .price-including-tax {
  display: inline-block;
}
.checkout-cart-index .page-main .column .cart-container .form-cart #shopping-cart-table .cart-table .cart-tab-left .cart-tab-detailsimg .cart-tab-details .col.price .cart-price .price {
  font-weight: 500;
  font-size: 1.2rem;
  color: #222222;
}
.checkout-cart-index .page-main .column .cart-container .form-cart #shopping-cart-table .cart-table .cart-tab-left .cart-tab-detailsimg .cart-tab-details .product-item-details {
  padding: 0px;
}
.checkout-cart-index .page-main .column .cart-container .form-cart #shopping-cart-table .cart-table .cart-tab-left .cart-tab-comment .subscription-details {
  padding: 0px 10px 10px;
  background: #f9f9f9;
  border: 1px solid #d4d4d4;
}
.checkout-cart-index .page-main .column .cart-container .form-cart #shopping-cart-table .cart-table .cart-tab-left .cart-tab-comment .subscription-details .subscription-message {
  display: inline-block;
  padding-right: 10px;
  font-weight: 600;
  border-left: 5px solid #66cc66;
}
.checkout-cart-index .page-main .column .cart-container .form-cart #shopping-cart-table .cart-table .cart-tab-left .cart-tab-comment .subscription-details .subscription-message:before {
  font-weight: 500;
}
.checkout-cart-index .page-main .column .cart-container .form-cart #shopping-cart-table .cart-table .cart-tab-left .cart-tab-comment .item-options dt {
  clear: right;
}
.checkout-cart-index .page-main .column .cart-container .form-cart #shopping-cart-table .cart-table .cart-tab-left .cart-tab-comment .item-options dd {
  clear: right;
  margin-right: 20px;
}
.checkout-cart-index .page-main .column .cart-container .form-cart #shopping-cart-table .cart-table .cart-tab-left .cart-tab-comment fieldset {
  margin-bottom: 5px;
  border: 0px;
}
.checkout-cart-index .page-main .column .cart-container .form-cart #shopping-cart-table .cart-table .cart-tab-left .cart-tab-comment fieldset label {
  font-weight: bold;
  font-size: 1.2rem;
  text-transform: uppercase;
}
.checkout-cart-index .page-main .column .cart-container .form-cart #shopping-cart-table .cart-table .cart-tab-left .cart-tab-comment fieldset .line_comment {
  height: 45px;
}
.checkout-cart-index .page-main .column .cart-container .form-cart #shopping-cart-table .cart-table .cart-tab-right {
  float: left;
  width: 27%;
}
.checkout-cart-index .page-main .column .cart-container .form-cart #shopping-cart-table .cart-table .cart-tab-right .control.qty .qty-controls {
  position: relative;
}
.checkout-cart-index .page-main .column .cart-container .form-cart #shopping-cart-table .cart-table .cart-tab-right .control.qty .qty-controls div.mage-error {
  left: 0px;
  right: 0px;
  position: absolute;
  bottom: -17px;
}
.checkout-cart-index .page-main .column .cart-container .form-cart #shopping-cart-table .cart-table .cart-tab-right .control.qty .button.btn-update {
  margin-top: 18px;
}
.checkout-cart-index .page-main .column .cart-container .form-cart #shopping-cart-table .cart-table .cart-tab-right .actions-toolbar {
  position: static;
  text-align: center;
  width: 85%;
  margin: 10px auto 0px;
}
.checkout-cart-index .page-main .column .cart-container .form-cart #shopping-cart-table .cart-table .cart-tab-right .actions-toolbar .gift-options-cart-item {
  display: inline-block;
  padding: 0px;
  margin: 0px 10px;
}
.checkout-cart-index .page-main .column .cart-container .form-cart #shopping-cart-table .cart-table .cart-tab-right .actions-toolbar .gift-options-cart-item .gift-content._active {
  position: absolute;
  top: 90%;
  left: 55%;
  background: #f9f9f9;
  border: 1px solid #cccccc;
  padding: 10px;
  z-index: 10;
  width: 45%;
}
.checkout-cart-index .page-main .column .cart-container .form-cart #shopping-cart-table .cart-table .cart-tab-right .actions-toolbar .gift-options-cart-item .gift-content._active .gift-options {
  margin: 0px;
}
.checkout-cart-index .page-main .column .cart-container .form-cart #shopping-cart-table .cart-table .cart-tab-right .actions-toolbar .gift-options-cart-item .gift-content._active .gift-options .gift-message {
  font-family: 'Source Sans Pro' !important;
  font-weight: bold;
  text-align: left;
}
.checkout-cart-index .page-main .column .cart-container .form-cart #shopping-cart-table .cart-table .cart-tab-right .actions-toolbar .gift-options-cart-item .gift-content._active .gift-options .gift-message .gift-options-title {
  padding-bottom: 5px;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 10px;
  font-weight: bold;
}
.checkout-cart-index .page-main .column .cart-container .form-cart #shopping-cart-table .cart-table .cart-tab-right .actions-toolbar .gift-options-cart-item .gift-content._active .gift-options .gift-message .gift-options-content .fieldset .field .label {
  display: inline-block;
  width: 25%;
  vertical-align: top;
}
.checkout-cart-index .page-main .column .cart-container .form-cart #shopping-cart-table .cart-table .cart-tab-right .actions-toolbar .gift-options-cart-item .gift-content._active .gift-options .gift-message .gift-options-content .fieldset .field .control {
  display: inline-block;
  width: 70%;
}
.checkout-cart-index .page-main .column .cart-container .form-cart #shopping-cart-table .cart-table .cart-tab-right .actions-toolbar .gift-options-cart-item .gift-content._active .gift-options .gift-message .gift-options-content .fieldset .field .control textarea {
  height: 50px;
}
.checkout-cart-index .page-main .column .cart-container .form-cart #shopping-cart-table .cart-table .cart-tab-right .actions-toolbar .gift-options-cart-item .gift-content._active .gift-options .actions-toolbar {
  width: 85%;
  margin: 0px auto 0px;
}
.checkout-cart-index .page-main .column .cart-container .form-cart #shopping-cart-table .cart-table .cart-tab-right .actions-toolbar .gift-options-cart-item .gift-content._active .gift-options .actions-toolbar .secondary .action-update {
  border: 0px;
  -webkit-box-shadow: 0px 0px 4px 1px #d4d4d4;
  -moz-box-shadow: 0px 0px 4px 1px #d4d4d4;
  -o-box-shadow: 0px 0px 4px 1px #d4d4d4;
  box-shadow: 0px 0px 4px 1px #d4d4d4;
  color: #efefef;
  padding: 7px 15px 7px;
  border-radius: 25px;
  background: #006699;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 1.4rem;
  height: 38px;
  font-weight: bold;
  box-shadow: none;
  font-family: 'Source Sans Pro' !important;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 8px 15px 8px;
  height: auto;
}
.checkout-cart-index .page-main .column .cart-container .form-cart #shopping-cart-table .cart-table .cart-tab-right .actions-toolbar .gift-options-cart-item .gift-content._active .gift-options .actions-toolbar .secondary .action-update:hover {
  background: #66cc66 !important;
  border: 0px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.checkout-cart-index .page-main .column .cart-container .form-cart #shopping-cart-table .cart-table .cart-tab-right .actions-toolbar .gift-options-cart-item .gift-content._active .gift-options .actions-toolbar .secondary .action-cancel {
  border: 0px;
  color: #006699;
  background: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  outline: none;
  cursor: pointer;
  font-weight: bold;
  padding: 7px 15px 7px;
  border-radius: 25px;
  font-family: 'Source Sans Pro' !important;
  -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;
  margin-top: 0px;
  font-size: 1.4rem;
  padding: 8px 15px 6px;
}
.checkout-cart-index .page-main .column .cart-container .form-cart #shopping-cart-table .cart-table .cart-tab-right .actions-toolbar .gift-options-cart-item .gift-content._active .gift-options .actions-toolbar .secondary .action-cancel:hover {
  background: #66cc66 !important;
  color: #006699;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: 0px;
}
.checkout-cart-index .page-main .column .cart-container .form-cart #shopping-cart-table .cart-table .cart-tab-right .actions-toolbar .action.action-edit .material-icons {
  display: block !important;
}
.checkout-cart-index .page-main .column .cart-container .form-cart #shopping-cart-table .cart-table .cart-tab-right .actions-toolbar .action.action-edit,
.checkout-cart-index .page-main .column .cart-container .form-cart #shopping-cart-table .cart-table .cart-tab-right .actions-toolbar .action.action-delete,
.checkout-cart-index .page-main .column .cart-container .form-cart #shopping-cart-table .cart-table .cart-tab-right .actions-toolbar .action.action-gift {
  margin: 0px auto;
  height: 30px;
  width: 30px;
  border-radius: 25px;
  background: #ffffff;
  position: static;
  -webkit-box-shadow: 0px 0px 4px 1px #d4d4d4;
  -moz-box-shadow: 0px 0px 4px 1px #d4d4d4;
  -o-box-shadow: 0px 0px 4px 1px #d4d4d4;
  box-shadow: 0px 0px 4px 1px #d4d4d4;
  color: #006699;
  padding: 5px 4px 2px 4px;
}
.checkout-cart-index .page-main .column .cart-container .form-cart #shopping-cart-table .cart-table .cart-tab-right .actions-toolbar .action.action-edit:hover,
.checkout-cart-index .page-main .column .cart-container .form-cart #shopping-cart-table .cart-table .cart-tab-right .actions-toolbar .action.action-delete:hover,
.checkout-cart-index .page-main .column .cart-container .form-cart #shopping-cart-table .cart-table .cart-tab-right .actions-toolbar .action.action-gift:hover {
  color: #66cc66;
  background: #006699 !important;
}
.checkout-cart-index .page-main .column .cart-container .form-cart #shopping-cart-table .cart-table .cart-tab-right .actions-toolbar .action.action-edit:before,
.checkout-cart-index .page-main .column .cart-container .form-cart #shopping-cart-table .cart-table .cart-tab-right .actions-toolbar .action.action-delete:before,
.checkout-cart-index .page-main .column .cart-container .form-cart #shopping-cart-table .cart-table .cart-tab-right .actions-toolbar .action.action-gift:before {
  content: "";
  display: none;
}
.checkout-cart-index .page-main .column .cart-container .form-cart #shopping-cart-table .cart-table .cart-tab-right .actions-toolbar .action.action-edit,
.checkout-cart-index .page-main .column .cart-container .form-cart #shopping-cart-table .cart-table .cart-tab-right .actions-toolbar .action.action-delete {
  margin: 0px 10px;
}
.checkout-cart-index .page-main .column .cart-container .form-cart #shopping-cart-table .cart-table .cart-tab-right .actions-toolbar .action.action-delete {
  color: #ed5463;
}
.checkout-cart-index .page-main .column .cart-container .form-cart #shopping-cart-table .cart-table .cart-tab-right .actions-toolbar .action.action-gift {
  height: 37px;
  width: 37px;
  position: relative;
  top: 8px;
}
.checkout-cart-index .page-main .column .cart-container .form-cart #shopping-cart-table .cart-table .cart-tab-right .actions-toolbar .action.action-gift:after {
  display: none;
  content: "";
}
.checkout-cart-index .page-main .column .cart-container .form-cart #shopping-cart-table .cart-table .cart-tab-right .actions-toolbar .action-towishlist {
  position: absolute;
  top: 19px;
  left: 12px;
  z-index: 10;
  background: #66cc66;
  color: #006699;
  border-radius: 25px;
  width: 28px;
  height: 28px;
  padding: 6px 3px 0px 2px;
  font-size: 1.6rem;
}
.checkout-cart-index .page-main .column .cart-container .form-cart #shopping-cart-table .cart-table .cart-tab-right .actions-toolbar .action-towishlist:hover {
  background: #006699;
  color: #66cc66;
}
.checkout-cart-index .page-main .column .cart-gift-item {
  width: 74%;
}
.checkout-cart-index .page-main .column .cart-gift-item .gift-item-block {
  background: #f5f5f5;
  border: 1px solid #d4d4d4;
}
.checkout-cart-index .page-main .column .cart-gift-item .gift-item-block .title {
  padding: 10px 15px;
}
.checkout-cart-index .page-main .column .cart-gift-item .gift-item-block .title span {
  color: #222222;
}
.checkout-cart-index .page-main .column .cart-gift-item .gift-item-block .content {
  border-top: 1px solid #d4d4d4;
  background: #ffffff;
}
.checkout-cart-index .page-main .column .cart-gift-item .gift-item-block .gift-options {
  background: #f9f9f9;
  padding: 15px 15px 15px 15px;
  -webkit-box-shadow: 0px 0px 3px 0px #d4d4d4;
  -moz-box-shadow: 0px 0px 3px 0px #d4d4d4;
  -o-box-shadow: 0px 0px 3px 0px #d4d4d4;
  box-shadow: 0px 0px 3px 0px #d4d4d4;
  border: 1px solid #d4d4d4;
  width: 95%;
  margin-top: 25px;
}
.checkout-cart-index .page-main .column .cart-gift-item .gift-item-block .gift-options .gift-options-title {
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0px;
  border-bottom: 1px solid #d4d4d4;
  padding-bottom: 3px;
}
.checkout-cart-index .page-main .column .cart-gift-item .gift-item-block .gift-options .actions-toolbar {
  margin-bottom: 10px;
  margin-top: 0px;
}
.checkout-cart-index .page-main .column .cart-gift-item .gift-item-block .gift-options .actions-toolbar .secondary .action-update {
  border: 0px;
  -webkit-box-shadow: 0px 0px 4px 1px #d4d4d4;
  -moz-box-shadow: 0px 0px 4px 1px #d4d4d4;
  -o-box-shadow: 0px 0px 4px 1px #d4d4d4;
  box-shadow: 0px 0px 4px 1px #d4d4d4;
  color: #efefef;
  padding: 7px 15px 7px;
  border-radius: 25px;
  background: #006699;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 1.4rem;
  height: 38px;
  font-weight: bold;
  box-shadow: none;
  font-family: 'Source Sans Pro' !important;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 6px 15px 6px;
  margin-left: 15px;
}
.checkout-cart-index .page-main .column .cart-gift-item .gift-item-block .gift-options .actions-toolbar .secondary .action-update:hover {
  background: #66cc66 !important;
  border: 0px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.checkout-cart-index .page-main .column .cart-gift-item .gift-item-block .gift-options .actions-toolbar .secondary .action-cancel {
  border: 0px;
  color: #006699;
  background: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  outline: none;
  cursor: pointer;
  font-weight: bold;
  padding: 7px 15px 7px;
  border-radius: 25px;
  font-family: 'Source Sans Pro' !important;
  -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;
  margin-left: 15px;
}
.checkout-cart-index .page-main .column .cart-gift-item .gift-item-block .gift-options .actions-toolbar .secondary .action-cancel:hover {
  background: #66cc66 !important;
  color: #006699;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: 0px;
}
.checkout-cart-index .page-main .column .cart-gift-item .gift-item-block .gift-options {
  margin-bottom: 0px;
  background: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -webkit-box-shadow: none;
  border: 0px;
  margin-top: 0px;
}
.checkout-cart-index .page-main .column .cart-gift-item .gift-item-block .gift-options .actions-toolbar .secondary .action-cancel {
  margin-top: 0px;
  padding: 9px 15px;
  font-size: 1.4rem;
}
.block.crosssell .list.items.product-items .item.product-item select.child_uom {
  width: auto;
  min-width: 50px;
  padding-right: 25px;
}
.quotes-request-index .cart-container .data-table.cart-table tbody .quote-item-details .item-options {
  margin-left: 0px;
}
.quotes-request-index .cart-container .data-table.cart-table tbody .quote-item-details .item-options dt {
  display: inline-block;
}
.quotes-request-index .cart-container .data-table.cart-table tbody .quote-item-details .item-options dd {
  display: inline-block;
  margin-right: 20px;
}
.quotes-request-index .cart-container .data-table.cart-table > thead > tr > td,
.quotes-request-index .cart-container .data-table.cart-table > tbody > tr > td,
.quotes-request-index .cart-container .data-table.cart-table > tfoot > tr > td,
.quotes-request-index .cart-container .data-table.cart-table > thead > tr > th,
.quotes-request-index .cart-container .data-table.cart-table > tbody > tr > th,
.quotes-request-index .cart-container .data-table.cart-table > tfoot > tr > th {
  border: 1px solid #d4d4d4;
}
.checkout-onepage-success #save-cart {
  padding: 9px 15px 9px 0px;
}
.checkout-cart-index #cart-main-actions span#save_cart_as_list {
  display: inline-block !important;
  float: none;
}
.checkout-cart-index #cart-main-actions span#save_cart_as_list div#save-cart-as-list {
  display: inline-block !important;
  float: none !important;
}
@media only screen and (min-width: 768px) {
  .cart-container .form-cart .main.actions {
    text-align: left;
  }
  .cart-container .form-cart .main.actions span#save-cart-as-list {
    display: inline-block !important;
    float: left;
  }
  .cart-container .form-cart .main.actions span#save-cart-as-list div#save-cart-as-list {
    margin-right: 4px;
  }
  .cart-container .form-cart .main.actions .action primary {
    margin: 3px !important;
  }
  .cart-container .form-cart .main.actions .action primary span a button.action.primary {
    margin-right: 3px !important;
  }
}
@media only screen and (max-width: 959px) {
  .checkout-cart-index .page-main .column .cart-container #cart-main-actions {
    text-align: center;
  }
  .checkout-cart-index .page-main .column .cart-container #cart-main-actions .form-cart .main.actions .action.primary {
    margin: 0px !important;
    padding: 5px 7px;
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 769px) and (max-width: 958px) {
  .checkout-cart-index .page-main .page-title-wrapper .page-title {
    font-size: 2.4rem;
  }
  .checkout-cart-index .page-main .column .cart-container .form-cart .table-wrapper #cart-main-actions .action.cart-clear.primary {
    position: relative;
    bottom: 62px;
  }
  .checkout-cart-index .page-main .column .cart-container .form-cart #shopping-cart-table .cart-table .cart-tab-left {
    width: 62%;
  }
  .checkout-cart-index .page-main .column .cart-container .form-cart #shopping-cart-table .cart-table .cart-tab-left .cart-tab-detailsimg .cart-tab-img .product-item-photo .product-image-container .product-image-wrapper .product-image-photo {
    max-width: 90px;
    max-height: 90px;
    margin: 0px 5px;
  }
  .checkout-cart-index .page-main .column .cart-container .form-cart #shopping-cart-table .cart-table .cart-tab-left .cart-tab-detailsimg .cart-tab-details {
    width: 60%;
    padding-left: 9%;
  }
  .checkout-cart-index .page-main .column .cart-container .form-cart #shopping-cart-table .cart-table .cart-tab-right {
    width: 37%;
  }
  .checkout-cart-index .page-main .column .cart-container .form-cart #shopping-cart-table .cart-table .cart-tab-right .actions-toolbar {
    width: 100%;
  }
  .checkout-cart-index .page-main .column .cart-container .form-cart .main.actions .action.primary {
    margin: 0px !important;
    padding: 4px 5px;
    font-size: 1.3rem;
  }
  .checkout-cart-index .page-main .column .cart-container .cart.table-wrapper .items {
    position: static;
    transform: scale(1);
  }
}
@media only screen and (min-width: 959px) and (max-width: 1000px) {
  .page-main .column .cart-container .cart.table-wrapper .items {
    position: relative;
    left: -15px;
    transform: scale(0.95);
  }
}
@media only screen and (min-width: 959px) and (max-width: 1200px) {
  .checkout-cart-index .page-main .column .cart-container .form-cart .main.actions .action.primary {
    margin: 0px !important;
    padding: 4px 5px;
    font-size: 1.3rem;
  }
  .checkout-cart-index .page-main .column .cart-container .form-cart #shopping-cart-table .cart-table .cart-tab-left .cart-tab-detailsimg .cart-tab-img {
    width: 30%;
  }
  .checkout-cart-index .page-main .column .cart-container .form-cart #shopping-cart-table .cart-table .cart-tab-left .cart-tab-detailsimg .cart-tab-img .product-item-photo .product-image-container .product-image-wrapper {
    text-align: left;
  }
  .checkout-cart-index .page-main .column .cart-container .form-cart #shopping-cart-table .cart-table .cart-tab-left .cart-tab-detailsimg .cart-tab-img .product-item-photo .product-image-container .product-image-wrapper .product-image-photo {
    width: 75%;
    margin: 0px 5px;
  }
  .checkout-cart-index .page-main .column .cart-container .form-cart #shopping-cart-table .cart-table .cart-tab-left .cart-tab-detailsimg .cart-tab-details {
    width: 65%;
  }
}
@media only screen and (min-width: 770px) {
  .checkout-cart-index .page-main .column .cart-container .form-cart .table-wrapper #shopping-cart-table .cart-table .item-actions .actions-toolbar {
    float: none;
    width: 100%;
  }
}
@media only screen and (max-width: 769px) {
  .checkout-cart-index .page-main .column .cart-container {
    padding: 10px;
  }
  .checkout-cart-index .page-main .column .cart-container .cart-summary,
  .checkout-cart-index .page-main .column .cart-container .form.form-cart {
    width: 100%;
  }
  .checkout-cart-index .page-main .column .cart-container .cart-summary .summary.title {
    display: block;
    margin: 5px auto;
  }
  .checkout-cart-index .page-main .column .cart-container .cart-discount {
    border-bottom: 0px;
  }
  .checkout-cart-index .page-main .column .cart-container .cart-discount .block.discount {
    width: 100% !important;
    padding: 0px;
  }
  .cart.table-wrapper .cart {
    border-top: 0.5px solid #d4d4d4;
  }
  .cart.table-wrapper .cart thead {
    display: none;
  }
  .cart.table-wrapper .cart tr.item-info {
    float: left;
    width: 100%;
  }
  .cart.table-wrapper .cart tr.item-info td.col,
  .cart.table-wrapper .cart tr.item-info td {
    float: none;
    width: 100%;
    position: relative;
    display: -webkit-inline-box;
    padding: 3px;
    padding-left: 10px !important;
  }
  .cart.table-wrapper .cart tr.item-info td.col:before,
  .cart.table-wrapper .cart tr.item-info td:before {
    font-size: 1.3rem;
    font-weight: 600;
    margin-right: 1rem;
    color: #484848;
  }
  .cart.table-wrapper .cart tr.item-info td.col .control.qty,
  .cart.table-wrapper .cart tr.item-info td .control.qty {
    margin-top: -4px;
  }
  .cart.table-wrapper .cart tr.item-info td.col .control.qty .button.btn-update,
  .cart.table-wrapper .cart tr.item-info td .control.qty .button.btn-update {
    display: inline-block !important;
    margin-top: 1px !important;
  }
}
@media only screen and (min-width: 767px) and (max-width: 769px) {
  .checkout-cart-index .page-main .column .cart-container .cart-summary,
  .checkout-cart-index .page-main .column .cart-container .checkout-cart-index .page-main .column .cart-container .form.form-cart {
    position: static !important;
    top: 0px !important;
  }
  .checkout-cart-index .page-main .column .cart-container .form-cart #shopping-cart-table .cart-table .cart-tab-left .cart-tab-detailsimg .cart-tab-img .product-item-photo .product-image-container .product-image-wrapper .product-image-photo {
    margin: 0px 5px;
    max-width: 100px;
    max-height: 100px;
  }
  .checkout-cart-index .page-main .column .cart-container .form-cart #shopping-cart-table .cart-table .cart-tab-right .actions-toolbar .action.action-edit,
  .checkout-cart-index .page-main .column .cart-container .form-cart #shopping-cart-table .cart-table .cart-tab-right .actions-toolbar .action.action-delete {
    margin: 0px 3px;
  }
  .checkout-cart-index .page-main .column .cart-container .form-cart #shopping-cart-table .cart-table .cart-tab-right .actions-toolbar .gift-options-cart-item {
    margin: 0px 3px;
  }
  .page-main .column .cart-container .cart.table-wrapper .items {
    left: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .checkout-cart-index .page-main .column .cart-container .form-cart #shopping-cart-table .cart-table .cart-tab-left,
  .checkout-cart-index .page-main .column .cart-container .form-cart #shopping-cart-table .cart-table .cart-tab-right {
    width: 100%;
  }
  .checkout-cart-index .page-main .column .cart-container .form-cart #shopping-cart-table .cart-table .cart-tab-left .cart-tab-detailsimg .cart-tab-details {
    padding-left: 110px;
  }
  .checkout-cart-index .page-main .column .cart-container .form-cart #shopping-cart-table .cart-table .cart-tab-left .cart-tab-detailsimg .cart-tab-img .product-item-photo {
    left: 0px;
  }
  .checkout-cart-index .page-main .column .cart-container .form-cart #shopping-cart-table .cart-table .cart-tab-left .cart-tab-detailsimg .cart-tab-img .product-item-photo .product-image-container .product-image-wrapper .product-image-photo {
    max-width: 85px;
    max-height: 85px;
    width: 47%;
    margin: 5px;
  }
  .checkout-cart-index .page-main .column .cart-container .form-cart #shopping-cart-table .cart-table .cart-tab-right .actions-toolbar .gift-options-cart-item .gift-content._active {
    top: 16%;
    left: 4%;
    width: 92%;
    margin: 0 auto;
  }
  .checkout-cart-index .page-main .column .cart-container .form-cart #shopping-cart-table .cart-table .cart-tab-right .actions-toolbar .action-towishlist {
    position: absolute;
    top: 24px;
    left: 10px;
    width: 22px;
    height: 22px;
    padding: 3px 3px 1px 2px;
    font-size: 1.4rem;
  }
  .checkout-cart-index .page-main .column .cart-container .form-cart #shopping-cart-table .cart-table .cart-tab-right .actions-toolbar .action-towishlist:before {
    display: none;
  }
  .checkout-cart-index .page-main .column .cart-container .form-cart #shopping-cart-table .cart-table .cart-tab-right .actions-toolbar .action-towishlist .material-icons {
    font-size: 20px;
  }
  .checkout-cart-index .page-main .column .cart-container .form-cart #shopping-cart-table .cart-table .cart-tab-right .actions-toolbar .action.action-gift {
    position: relative;
    top: 37px;
    left: -10px;
  }
  .checkout-cart-index .page-main .column .cart-container .form-cart #shopping-cart-table .cart-table .cart-tab-right .actions-toolbar .action.action-delete {
    margin-left: 41px;
    height: 29px;
    width: 29px;
  }
  .checkout-cart-index .page-main .column .cart-container .form-cart #shopping-cart-table .cart-table .cart-tab-right .actions-toolbar .action .action-edit {
    height: 29px;
    width: 29px;
  }
  .checkout-cart-index .page-main .column .cart-container .form-cart #shopping-cart-table .cart-table .cart-tab-right .col.qty,
  .checkout-cart-index .page-main .column .cart-container .form-cart #shopping-cart-table .cart-table .cart-tab-right .col.subtotal {
    width: 100%;
    padding: 5px;
  }
  .checkout-cart-index .page-main .column .cart-container .form-cart #shopping-cart-table .cart-table .cart-tab-right .col.qty {
    height: 60px;
  }
  .checkout-cart-index .page-main .column .cart-container .form-cart #shopping-cart-table .cart-table .cart-tab-right .col.qty .field.qty .control.qty .qty-controls {
    display: inline-block;
  }
  .checkout-cart-index .page-main .column .cart-container .form-cart #shopping-cart-table .cart-table .cart-tab-right .col.qty .field.qty .control.qty .button.btn-update {
    display: inline-block;
    margin-top: -5px;
  }
  .checkout-cart-index .page-main .column .cart-container .form-cart .table-wrapper #cart-main-actions .action.cart-clear.primary {
    float: none;
  }
  .checkout-cart-index .page-main .column .cart-container .cart-summary .cart-whole-summary {
    margin-top: 0px;
    border-top: 1px solid #cccccc;
  }
}
@media only screen and (max-width: 560px) {
  .checkout-cart-index .page-main .column .cart-container .form-cart #shopping-cart-table .cart-table .cart-tab-left .cart-tab-detailsimg .cart-tab-details .col.price {
    display: block;
    width: 100%;
  }
}
/**
 * Copyright © 2010-2018 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 : 23-Mar-2020,
    Author     : Muralidhar.Dixit
*/
.checkout-index-index.page-layout-checkout .page-header {
  margin-bottom: 0px;
}
.checkout-index-index.page-layout-checkout .header.content a.logo img {
  max-height: 75px;
  height: auto;
  width: auto;
  max-width: 250px;
}
.checkout-index-index.page-layout-checkout .authentication-dropdown .block-authentication .block-customer-login .fieldset .mage-error {
  top: 55px;
}
.checkout-index-index.page-layout-checkout #checkout .authentication-wrapper {
  z-index: 1099;
}
.checkout-index-index.page-layout-checkout header.page-header {
  width: 50%;
}
.checkout-index-index.page-layout-checkout .modal-popup .modal-inner-wrap .modal-footer .secondary.action-hide-popup {
  margin-top: 0px;
  padding: 8px 15px;
  border: 1px solid #66cc66;
  font-size: 1.4rem;
}
.checkout-index-index.page-layout-checkout .modal-popup .modal-inner-wrap .modal-footer .secondary.action-hide-popup:hover {
  border: 1px solid #66cc66;
  text-decoration: none;
}
.multishipping-checkout_address-newbilling .page-title-wrapper {
  background: #006699;
  margin-bottom: 15px;
}
.multishipping-checkout_address-newbilling .page-title-wrapper .page-title {
  width: auto;
  margin: 0 auto;
  text-transform: uppercase;
  font-size: 1.6rem;
  color: #ffffff;
  padding: 8px 15px;
  font-weight: 600;
  font-family: 'Source Sans Pro' !important;
}
.multishipping-checkout_address-selectbilling .page-title-wrapper {
  background: #006699;
  margin-bottom: 15px;
}
.multishipping-checkout_address-selectbilling .page-title-wrapper .page-title {
  width: auto;
  margin: 0 auto;
  text-transform: uppercase;
  font-size: 1.6rem;
  color: #ffffff;
  padding: 8px 15px;
  font-weight: 600;
  font-family: 'Source Sans Pro' !important;
}
.multishipping-checkout_address-selectbilling .multicheckout .block.block-billing .box.box-billing-address {
  position: relative;
  padding: 10px;
  background: #f9f9f9;
  margin-right: 2%;
  width: 30%;
  margin-bottom: 20px;
  height: 250px;
  overflow-y: auto;
  padding-bottom: 32px;
}
.multishipping-checkout_address-selectbilling .multicheckout .block.block-billing .box.box-billing-address .box-content address {
  line-height: 1.8rem;
}
.multishipping-checkout_address-selectbilling .multicheckout .block.block-billing .box.box-billing-address .box-content address strong {
  display: inline-block;
  margin-top: 5px;
}
.multishipping-checkout_address-selectbilling .multicheckout .block.block-billing .box.box-billing-address .box-content address strong:first-child {
  margin-top: 10px;
}
.multishipping-checkout_address-selectbilling .multicheckout .block.block-billing .box.box-billing-address .box-actions {
  position: absolute;
  bottom: 10px;
}
.multishipping-checkout_address-selectbilling .multicheckout .block.block-billing .box.box-billing-address .box-actions .action.edit,
.multishipping-checkout_address-selectbilling .multicheckout .block.block-billing .box.box-billing-address .box-actions .action.select {
  font-family: 'Source Sans Pro' !important;
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: bold;
  color: #006699;
}
.multishipping-checkout_address-selectbilling .multicheckout .block.block-billing .box.box-billing-address .box-actions .action.edit:hover,
.multishipping-checkout_address-selectbilling .multicheckout .block.block-billing .box.box-billing-address .box-actions .action.select:hover {
  color: #000000;
}
.multishipping-checkout_address-selectbilling .multicheckout .actions-toolbar .primary {
  float: left;
}
.multishipping-checkout_address-selectbilling .multicheckout .actions-toolbar .primary .action.add.primary {
  float: left;
}
.multishipping-checkout_address-selectbilling .multicheckout .actions-toolbar .secondary .action.back {
  border: 0px;
  font-weight: bold;
  font-family: 'Source Sans Pro' !important;
  background: none;
  color: #006699;
  font-size: 1.6rem;
  margin-bottom: 0px;
  position: relative;
  bottom: 12px;
  padding: 8px 15px;
}
.multishipping-checkout_address-selectbilling .multicheckout .actions-toolbar .secondary .action.back:hover {
  background: none;
  color: #000000;
}
.multishipping-checkout-overview .secondary .action.back {
  border: 0px;
  font-weight: bold;
  font-family: 'Source Sans Pro' !important;
  background: none;
  color: #006699;
  font-size: 1.6rem;
  margin-bottom: 0px;
  position: relative;
  bottom: 12px;
  padding: 8px 15px;
}
.multishipping-checkout-overview .secondary .action.back:hover {
  background: none;
  color: #000000;
}
.multishipping-checkout-overview .page-title-wrapper {
  background: #006699;
  margin-bottom: 15px;
}
.multishipping-checkout-overview .page-title-wrapper .page-title {
  width: auto;
  margin: 0 auto;
  text-transform: uppercase;
  font-size: 1.6rem;
  color: #ffffff;
  padding: 8px 15px;
  font-weight: 600;
  font-family: 'Source Sans Pro' !important;
}
.multishipping-checkout-overview .block-title {
  background: none;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 6px 0px;
}
.multishipping-checkout-overview .block-title strong {
  font-size: 1.3rem !important;
  background: none;
  color: #006699;
}
.multishipping-checkout-overview .box .box-title {
  height: 30px;
}
.multishipping-checkout-overview .box .box-title span {
  text-transform: uppercase;
  font-family: 'Source Sans Pro' !important;
}
.multishipping-checkout-overview .box .box-title > span:after {
  content: "";
  height: 2px;
  background: #006699;
  width: 60px;
  display: block;
  margin-top: 2px;
}
.multishipping-checkout-overview .box .box-title .action {
  position: absolute;
  bottom: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #006699;
}
.multishipping-checkout-overview .box .box-title .action:hover {
  color: #000000;
}
.multishipping-checkout-overview .chk-multiship-left {
  float: left;
  width: 66%;
}
.multishipping-checkout-overview .chk-multiship-right {
  float: left;
  width: 28%;
  background: #f9f9f9;
  padding: 1.5%;
  margin-left: 2%;
}
.multishipping-checkout-overview .chk-multiship-right .checkout-review .grand.totals {
  margin-bottom: 13px;
}
.multishipping-checkout-overview .chk-multiship-right .checkout-review .grand.totals .grandtotal-heading {
  text-align: left;
  border-bottom: 1px solid #cccccc;
  padding: 5px 0px 10px;
  font-family: 'Source Sans Pro' !important;
  font-size: 1.8rem;
  color: #222222;
  font-weight: bold;
  margin-bottom: 15px;
}
.multishipping-checkout-overview .chk-multiship-right .checkout-review .grand.totals .payable-amt {
  margin-bottom: 10px;
}
.multishipping-checkout-overview .chk-multiship-right .checkout-review .grand.totals .payable-amt .mark {
  font-size: 1.3rem;
  font-weight: bold;
  color: #666666;
  display: block;
  float: left;
}
.multishipping-checkout-overview .chk-multiship-right .checkout-review .grand.totals .payable-amt .amount {
  font-size: 1.6rem;
  font-weight: bold;
  color: #006699;
  display: block;
  float: right;
}
.multishipping-checkout-overview .chk-multiship-right .checkout-review .actions-toolbar {
  border-top: 1px solid #cccccc;
  margin-top: 5px;
  padding-top: 15px;
  text-align: center;
}
.multishipping-checkout-overview .chk-multiship-right .checkout-review .actions-toolbar .primary {
  width: 100%;
  float: none;
  margin-bottom: 10px;
}
.multishipping-checkout-overview .chk-multiship-right .checkout-review .actions-toolbar .primary .action.primary.submit {
  margin: 0px;
  width: 90%;
}
.multishipping-checkout-overview .chk-multiship-right .checkout-review .actions-toolbar .secondary {
  width: 100%;
  text-align: center;
}
.multishipping-checkout-overview .chk-multiship-right .checkout-review .actions-toolbar .secondary .action.back {
  float: none;
  width: 81%;
  display: inline-block;
}
.multishipping-checkout-overview .block.block-billing .block-content {
  padding: 10px;
  background: #f9f9f9;
}
.multishipping-checkout-overview .block.block-billing .block-content .box-billing-address {
  width: 50%;
}
.multishipping-checkout-overview .block.block-billing .block-content .box-billing-address .box-content {
  margin-bottom: -7px;
}
.multishipping-checkout-overview .block.block-billing .block-content .box-billing-address .box-content address {
  line-height: 1.8rem;
}
.multishipping-checkout-overview .block.block-billing .block-content .box-billing-method {
  width: 50%;
}
.multishipping-checkout-overview .block.block-billing .block-content .box-billing-method .box-content .payment-method .title {
  background: none;
  color: #222222;
  padding: 0px;
  margin-top: -7px;
}
.multishipping-checkout-overview .block.block-shipping .block-title {
  background: none;
  padding: 6px 0px;
  margin-bottom: 10px;
}
.multishipping-checkout-overview .block.block-shipping .block-title strong {
  font-size: 1.3rem;
  color: #006699;
  padding: 0px;
  font-weight: 400;
  text-transform: none;
}
.multishipping-checkout-overview .block.block-shipping .block-content {
  background: #f9f9f9;
  padding: 10px 10px 10px 10px;
}
.multishipping-checkout-overview .block.block-shipping .block-content .title {
  background: none;
  padding: 0px;
  font-weight: 600;
  color: #006699;
  margin-bottom: 15px;
  border-bottom: 0px;
  font-size: 1.3rem;
}
.multishipping-checkout-overview .block.block-shipping .block-content .title strong {
  font-size: 1.4rem;
  font-weight: bold;
  text-transform: uppercase;
}
.multishipping-checkout-overview .block.block-shipping .block-content .box-shipping-address {
  width: 50%;
}
.multishipping-checkout-overview .block.block-shipping .block-content .box-shipping-address .box-content {
  margin-top: -7px;
}
.multishipping-checkout-overview .block.block-shipping .block-content .box-shipping-address .box-content address {
  line-height: 1.8rem;
}
.multishipping-checkout-overview .block.block-shipping .block-content .box-shipping-method {
  width: 50%;
}
.multishipping-checkout-overview .block.block-shipping .block-content .box-shipping-method .box-content {
  margin-top: -7px;
}
.multishipping-checkout-overview .block.block-shipping .order-review-wrapper .all-items .all-items-title {
  position: relative;
}
.multishipping-checkout-overview .block.block-shipping .order-review-wrapper .all-items .all-items-title .items-title {
  text-transform: uppercase;
  color: #222222;
  font-size: 1.6rem;
  font-weight: bold;
  display: inline-block;
  font-family: 'Source Sans Pro' !important;
}
.multishipping-checkout-overview .block.block-shipping .order-review-wrapper .all-items .all-items-title .items-title:after {
  content: "";
  height: 2px;
  background: #006699;
  width: 60px;
  display: block;
  margin-top: 2px;
}
.multishipping-checkout-overview .block.block-shipping .order-review-wrapper .all-items .all-items-title .action.edit.items-edit {
  display: inline-block;
  margin-left: 20px;
  font-weight: bold;
  top: 0px;
  text-transform: uppercase;
  font-family: 'Source Sans Pro' !important;
  color: #006699;
}
.multishipping-checkout-overview .block.block-shipping .order-review-wrapper .all-items .all-items-title .action.edit.items-edit:hover {
  color: #000000;
}
.multishipping-checkout-overview .block.block-shipping .order-review-wrapper .all-items .item-row {
  margin-top: 10px;
  margin-bottom: 10px;
}
.multishipping-checkout-overview .block.block-shipping .order-review-wrapper .all-items .item-row .item-details {
  position: relative;
}
.multishipping-checkout-overview .block.block-shipping .order-review-wrapper .all-items .item-row .item-details .item-subtotal {
  position: absolute;
  right: 0px;
  top: 10px;
}
.multishipping-checkout-overview .block.block-shipping .order-review-wrapper .all-items .item-row .item-details .item-subtotal label {
  display: inline;
  font-family: 'Source Sans Pro' !important;
  font-weight: bold;
  font-size: 1.4rem;
  text-transform: uppercase;
  color: #666666;
}
.multishipping-checkout-overview .block.block-shipping .order-review-wrapper .all-items .item-row .item-details .item-subtotal .price-excluding-tax,
.multishipping-checkout-overview .block.block-shipping .order-review-wrapper .all-items .item-row .item-details .item-subtotal span {
  display: inline;
  font-weight: bold;
  text-transform: uppercase;
  color: #006699;
  width: auto;
}
.multishipping-checkout-overview .block.block-shipping .order-review-wrapper .all-items .item-row .item-details .item-name .product-item-name {
  font-weight: bold;
}
.multishipping-checkout-overview .block.block-shipping .order-review-wrapper .all-items .item-row .item-details .item-name .product-item-name a {
  font-family: 'Source Sans Pro' !important;
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: bold;
}
.multishipping-checkout-overview .block.block-shipping .order-review-wrapper .all-items .item-row .item-details .item-price-qty-contrat .price {
  display: inline-block;
  width: 200px;
  font-weight: bold;
}
.multishipping-checkout-overview .block.block-shipping .order-review-wrapper .all-items .item-row .item-details .item-price-qty-contrat .price label {
  display: inline;
  font-family: 'Source Sans Pro' !important;
  font-weight: bold;
  font-size: 1.4rem;
  text-transform: uppercase;
  color: #666666;
}
.multishipping-checkout-overview .block.block-shipping .order-review-wrapper .all-items .item-row .item-details .item-price-qty-contrat .price .price-excluding-tax {
  display: inline;
}
.multishipping-checkout-overview .block.block-shipping .order-review-wrapper .all-items .item-row .item-details .item-price-qty-contrat .price span.price {
  font-weight: bold;
  text-transform: uppercase;
  color: #006699;
  width: auto;
}
.multishipping-checkout-overview .block.block-shipping .order-review-wrapper .all-items .item-row .item-details .item-price-qty-contrat .qty {
  margin-left: 30px;
  display: inline-block;
  width: 100px;
}
.multishipping-checkout-overview .block.block-shipping .order-review-wrapper .all-items .item-row .item-details .item-price-qty-contrat .qty label {
  display: inline;
  font-family: 'Source Sans Pro' !important;
  font-weight: bold;
  font-size: 1.4rem;
  text-transform: uppercase;
  color: #666666;
}
.multishipping-checkout-overview .block.block-shipping .order-review-wrapper .all-items .item-row .item-details .item-price-qty-contrat .qty span {
  display: inline;
  font-weight: bold;
  font-size: 1.4rem;
  text-transform: uppercase;
  color: #006699;
}
.multishipping-checkout-overview .block.block-shipping .order-review-wrapper .all-items .item-foot {
  margin-top: 10px;
  padding: 10px 0px;
  border-top: 1px solid #cccccc;
  text-align: right;
  color: #666666;
  font-weight: bold;
  font-family: 'Source Sans Pro' !important;
}
.multishipping-checkout-overview .block.block-shipping .order-review-wrapper .all-items .item-foot .ms-chk-subtotal,
.multishipping-checkout-overview .block.block-shipping .order-review-wrapper .all-items .item-foot .ms-chk-shipping,
.multishipping-checkout-overview .block.block-shipping .order-review-wrapper .all-items .item-foot .ms-chk-grandtotal {
  text-transform: uppercase;
  margin-top: 10px;
}
.multishipping-checkout-overview .block.block-shipping .order-review-wrapper .all-items .item-foot .ms-chk-subtotal span.price,
.multishipping-checkout-overview .block.block-shipping .order-review-wrapper .all-items .item-foot .ms-chk-shipping span.price,
.multishipping-checkout-overview .block.block-shipping .order-review-wrapper .all-items .item-foot .ms-chk-grandtotal span.price {
  display: inline-block;
  color: #222222;
}
.multishipping-checkout-overview .block.block-shipping .order-review-wrapper .all-items .item-foot .ms-chk-subtotal span.price:before,
.multishipping-checkout-overview .block.block-shipping .order-review-wrapper .all-items .item-foot .ms-chk-shipping span.price:before,
.multishipping-checkout-overview .block.block-shipping .order-review-wrapper .all-items .item-foot .ms-chk-grandtotal span.price:before {
  content: ":";
  font-size: 1.4rem;
  color: #666666;
  margin-right: 5px;
  font-weight: bold;
}
.multishipping-checkout-overview .block.block-shipping .order-review-wrapper .all-items .item-foot .ms-chk-grandtotal span span.price {
  color: #006699;
}
.multishipping-checkout-billing .paypal-button.paypal-button-context-iframe {
  margin-top: 0px;
}
.multishipping-checkout-billing .page-title-wrapper {
  background: #006699;
  margin-bottom: 15px;
}
.multishipping-checkout-billing .page-title-wrapper .page-title {
  width: auto;
  margin: 0 auto;
  text-transform: uppercase;
  font-size: 1.6rem;
  color: #ffffff;
  padding: 8px 15px;
  font-weight: 600;
}
.multishipping-checkout-billing .box .box-title {
  height: 30px;
}
.multishipping-checkout-billing .box .box-title span {
  text-transform: uppercase;
  font-weight: bold;
}
.multishipping-checkout-billing .box .box-title > span:after {
  content: "";
  height: 2px;
  background: #006699;
  width: 60px;
  display: block;
  margin-top: 2px;
}
.multishipping-checkout-billing .box .box-title .action {
  position: absolute;
  bottom: 15px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Source Sans Pro' !important;
  color: #006699;
}
.multishipping-checkout-billing .box .box-title .action:hover {
  color: #000000;
}
.multishipping-checkout-billing .block.block-billing {
  width: 80%;
}
.multishipping-checkout-billing .block.block-billing .box .box-title {
  height: 30px;
}
.multishipping-checkout-billing .block.block-billing .box .box-title span {
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Source Sans Pro' !important;
}
.multishipping-checkout-billing .block.block-billing .box .box-title > span:after {
  content: "";
  height: 2px;
  background: #006699;
  width: 60px;
  display: block;
  margin-top: 2px;
}
.multishipping-checkout-billing .block.block-billing .box .box-title .action {
  position: absolute;
  bottom: 15px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Source Sans Pro' !important;
  color: #006699;
}
.multishipping-checkout-billing .block.block-billing .box .box-title .action:hover {
  color: #000000;
}
.multishipping-checkout-billing .block.block-billing .box.box-billing-address {
  float: none;
  width: 100%;
  background: #f9f9f9;
  padding: 12px;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 30px;
}
.multishipping-checkout-billing .block.block-billing .box.box-billing-address .box-content address {
  line-height: 1.8rem;
  margin-top: -10px;
  margin-bottom: 20px;
}
.multishipping-checkout-billing .block.block-billing .box.box-billing-method {
  padding: 12px;
  float: none;
  width: 100%;
  background: #f9f9f9;
  margin-bottom: 15px;
}
.multishipping-checkout-billing .block.block-billing .box.box-billing-method .fieldset .legend {
  border-bottom: 0px;
}
.multishipping-checkout-billing .block.block-billing .box.box-billing-method .fieldset .box-content {
  margin-top: 15px;
}
.multishipping-checkout-billing .block.block-billing .box.box-billing-method .fieldset .box-content .checkout-payment-method > div {
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 4px 1px #d4d4d4;
  -moz-box-shadow: 0px 0px 4px 1px #d4d4d4;
  -o-box-shadow: 0px 0px 4px 1px #d4d4d4;
  box-shadow: 0px 0px 4px 1px #d4d4d4;
  padding: 5px 15px;
  margin-bottom: 15px;
  border-radius: 7px;
}
.multishipping-checkout-billing .block.block-billing .box.box-billing-method .fieldset .box-content .checkout-payment-method .item-title {
  padding-top: 8px;
}
.multishipping-checkout-billing .block.block-billing .box.box-billing-method .fieldset .box-content .checkout-payment-method .item-title label {
  margin-bottom: 4px;
}
.multishipping-checkout-billing .block.block-billing .box.box-billing-method .fieldset .box-content .checkout-payment-method .item-content {
  border-top: 1px solid #cccccc;
  padding-top: 10px;
}
.multishipping-checkout-billing .secondary .action.back {
  border: 0px;
  font-weight: bold;
  font-family: 'Source Sans Pro' !important;
  background: none;
  color: #006699;
  font-size: 1.6rem;
  margin-bottom: 0px;
  position: relative;
  bottom: 12px;
  padding: 8px 15px;
}
.multishipping-checkout-billing .secondary .action.back:hover {
  background: none;
  color: #000000;
}
.multishipping-checkout-addresses .page-title-wrapper {
  background: #006699;
  margin-bottom: 15px;
}
.multishipping-checkout-addresses .page-title-wrapper .page-title {
  width: auto;
  margin: 0 auto;
  text-transform: uppercase;
  font-size: 1.6rem;
  color: #ffffff;
  padding: 8px 15px;
  font-weight: 600;
  font-family: 'Source Sans Pro' !important;
}
.multishipping-checkout-addresses .multicheckout.address.form {
  width: 80%;
}
.multishipping-checkout-addresses .multicheckout.address.form .chk-multi-caption-btns {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 7px 0px;
}
.multishipping-checkout-addresses .multicheckout.address.form .chk-multi-caption-btns .title {
  float: left;
  width: 40%;
  font-size: 1.2rem;
  color: #006699;
  margin-bottom: 0px;
}
.multishipping-checkout-addresses .multicheckout.address.form .chk-multi-caption-btns .secondary {
  float: right;
  width: 60%;
  text-align: right;
}
.multishipping-checkout-addresses .multicheckout.address.form .chk-multi-caption-btns .secondary .action,
.multishipping-checkout-addresses .multicheckout.address.form .chk-multi-caption-btns .secondary a.action {
  border: 0px !important;
  text-transform: uppercase;
  padding: 0px 10px !important;
  font-size: 1.2rem !important;
  font-weight: 600 !important;
  height: auto;
  background: none !important;
  color: #006699 !important;
}
.multishipping-checkout-addresses .multicheckout.address.form .chk-multi-caption-btns .secondary .action:hover,
.multishipping-checkout-addresses .multicheckout.address.form .chk-multi-caption-btns .secondary a.action:hover,
.multishipping-checkout-addresses .multicheckout.address.form .chk-multi-caption-btns .secondary .action:focus,
.multishipping-checkout-addresses .multicheckout.address.form .chk-multi-caption-btns .secondary a.action:focus {
  color: #000000;
  background: none !important;
}
.multishipping-checkout-addresses .multicheckout.address.form .table-wrapper .items.data.table tbody tr:nth-child(odd),
.multishipping-checkout-addresses .multicheckout.address.form .table-wrapper .items.data.table tbody tr,
.multishipping-checkout-addresses .multicheckout.address.form .table-wrapper .items.data.table tbody tr:nth-child(even) {
  border: 0px;
  border-bottom: 1px solid #cccccc;
  background: none;
}
.multishipping-checkout-addresses .multicheckout.address.form .table-wrapper .items.data.table tbody tr:nth-child(odd) > td,
.multishipping-checkout-addresses .multicheckout.address.form .table-wrapper .items.data.table tbody tr > td,
.multishipping-checkout-addresses .multicheckout.address.form .table-wrapper .items.data.table tbody tr:nth-child(even) > td {
  border: 0px;
  background: none;
}
.multishipping-checkout-addresses .multicheckout.address.form .table-wrapper .items.data.table tbody tr:nth-child(odd) td.product-image .chk-item-image-wrapper .chk-item-image,
.multishipping-checkout-addresses .multicheckout.address.form .table-wrapper .items.data.table tbody tr td.product-image .chk-item-image-wrapper .chk-item-image,
.multishipping-checkout-addresses .multicheckout.address.form .table-wrapper .items.data.table tbody tr:nth-child(even) td.product-image .chk-item-image-wrapper .chk-item-image {
  max-width: 130px;
  max-height: 130px;
  width: auto;
}
.multishipping-checkout-addresses .multicheckout.address.form .table-wrapper .items.data.table tbody tr:nth-child(odd) td.product-details,
.multishipping-checkout-addresses .multicheckout.address.form .table-wrapper .items.data.table tbody tr td.product-details,
.multishipping-checkout-addresses .multicheckout.address.form .table-wrapper .items.data.table tbody tr:nth-child(even) td.product-details {
  position: relative;
}
.multishipping-checkout-addresses .multicheckout.address.form .table-wrapper .items.data.table tbody tr:nth-child(odd) td.product-details .chk-item-name,
.multishipping-checkout-addresses .multicheckout.address.form .table-wrapper .items.data.table tbody tr td.product-details .chk-item-name,
.multishipping-checkout-addresses .multicheckout.address.form .table-wrapper .items.data.table tbody tr:nth-child(even) td.product-details .chk-item-name {
  margin: 6px 0px;
}
.multishipping-checkout-addresses .multicheckout.address.form .table-wrapper .items.data.table tbody tr:nth-child(odd) td.product-details .chk-item-name .product-item-name a,
.multishipping-checkout-addresses .multicheckout.address.form .table-wrapper .items.data.table tbody tr td.product-details .chk-item-name .product-item-name a,
.multishipping-checkout-addresses .multicheckout.address.form .table-wrapper .items.data.table tbody tr:nth-child(even) td.product-details .chk-item-name .product-item-name a {
  font-size: 1.6rem;
  font-family: 'Source Sans Pro' !important;
  font-weight: 600;
  color: #222222;
}
.multishipping-checkout-addresses .multicheckout.address.form .table-wrapper .items.data.table tbody tr:nth-child(odd) td.product-details .chk-item-remove,
.multishipping-checkout-addresses .multicheckout.address.form .table-wrapper .items.data.table tbody tr td.product-details .chk-item-remove,
.multishipping-checkout-addresses .multicheckout.address.form .table-wrapper .items.data.table tbody tr:nth-child(even) td.product-details .chk-item-remove {
  position: absolute;
  right: 15px;
  bottom: 65px;
}
.multishipping-checkout-addresses .multicheckout.address.form .table-wrapper .items.data.table tbody tr:nth-child(odd) td.product-details .chk-item-remove .action.delete,
.multishipping-checkout-addresses .multicheckout.address.form .table-wrapper .items.data.table tbody tr td.product-details .chk-item-remove .action.delete,
.multishipping-checkout-addresses .multicheckout.address.form .table-wrapper .items.data.table tbody tr:nth-child(even) td.product-details .chk-item-remove .action.delete {
  border-radius: 25px;
  height: 40px;
  width: 40px;
  text-align: center;
  -webkit-box-shadow: 0px 0px 4px 1px #d4d4d4;
  -moz-box-shadow: 0px 0px 4px 1px #d4d4d4;
  -o-box-shadow: 0px 0px 4px 1px #d4d4d4;
  box-shadow: 0px 0px 4px 1px #d4d4d4;
  color: #006699;
  background: #ffffff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.multishipping-checkout-addresses .multicheckout.address.form .table-wrapper .items.data.table tbody tr:nth-child(odd) td.product-details .chk-item-remove .action.delete .material-icons,
.multishipping-checkout-addresses .multicheckout.address.form .table-wrapper .items.data.table tbody tr td.product-details .chk-item-remove .action.delete .material-icons,
.multishipping-checkout-addresses .multicheckout.address.form .table-wrapper .items.data.table tbody tr:nth-child(even) td.product-details .chk-item-remove .action.delete .material-icons {
  position: relative;
  top: 9px;
}
.multishipping-checkout-addresses .multicheckout.address.form .table-wrapper .items.data.table tbody tr:nth-child(odd) td.product-details .chk-item-remove .action.delete:active,
.multishipping-checkout-addresses .multicheckout.address.form .table-wrapper .items.data.table tbody tr td.product-details .chk-item-remove .action.delete:active,
.multishipping-checkout-addresses .multicheckout.address.form .table-wrapper .items.data.table tbody tr:nth-child(even) td.product-details .chk-item-remove .action.delete:active {
  background: #ffffff;
  color: #006699;
}
.multishipping-checkout-addresses .multicheckout.address.form .table-wrapper .items.data.table tbody tr:nth-child(odd) td.product-details .chk-item-remove .action.delete:hover,
.multishipping-checkout-addresses .multicheckout.address.form .table-wrapper .items.data.table tbody tr td.product-details .chk-item-remove .action.delete:hover,
.multishipping-checkout-addresses .multicheckout.address.form .table-wrapper .items.data.table tbody tr:nth-child(even) td.product-details .chk-item-remove .action.delete:hover {
  background: #006699;
  color: #ffffff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.multishipping-checkout-addresses .multicheckout.address.form .table-wrapper .items.data.table tbody tr:nth-child(odd) td.product-details .chk-item-remove .action.delete:hover .material-icons,
.multishipping-checkout-addresses .multicheckout.address.form .table-wrapper .items.data.table tbody tr td.product-details .chk-item-remove .action.delete:hover .material-icons,
.multishipping-checkout-addresses .multicheckout.address.form .table-wrapper .items.data.table tbody tr:nth-child(even) td.product-details .chk-item-remove .action.delete:hover .material-icons {
  color: #ffffff;
}
.multishipping-checkout-addresses .multicheckout.address.form .table-wrapper .items.data.table tbody tr:nth-child(odd) td.product-details .chk-item-qty,
.multishipping-checkout-addresses .multicheckout.address.form .table-wrapper .items.data.table tbody tr td.product-details .chk-item-qty,
.multishipping-checkout-addresses .multicheckout.address.form .table-wrapper .items.data.table tbody tr:nth-child(even) td.product-details .chk-item-qty {
  margin: 6px 0px;
}
.multishipping-checkout-addresses .multicheckout.address.form .table-wrapper .items.data.table tbody tr:nth-child(odd) td.product-details .field.address,
.multishipping-checkout-addresses .multicheckout.address.form .table-wrapper .items.data.table tbody tr td.product-details .field.address,
.multishipping-checkout-addresses .multicheckout.address.form .table-wrapper .items.data.table tbody tr:nth-child(even) td.product-details .field.address {
  margin: 6px 0px;
}
.multishipping-checkout-shipping .page-title-wrapper {
  background: #006699;
  margin-bottom: 15px;
}
.multishipping-checkout-shipping .page-title-wrapper .page-title {
  width: auto;
  margin: 0 auto;
  text-transform: uppercase;
  font-family: 'Source Sans Pro' !important;
  font-size: 1.6rem;
  color: #ffffff;
  padding: 8px 15px;
  font-weight: 600;
}
.multishipping-checkout-shipping .form.multicheckout.shipping {
  width: 80%;
}
.multishipping-checkout-shipping .form.multicheckout.shipping .block.block-shipping .block-title {
  background: none;
  padding: 0px;
  margin-bottom: 10px;
}
.multishipping-checkout-shipping .form.multicheckout.shipping .block.block-shipping .block-title strong {
  font-size: 1.3rem;
  color: #006699;
  padding: 0px;
  font-weight: 600;
  font-family: 'Source Sans Pro' !important;
  text-transform: uppercase;
}
.multishipping-checkout-shipping .form.multicheckout.shipping .block.block-shipping .block-content {
  background: #f9f9f9;
  padding: 10px;
}
.multishipping-checkout-shipping .form.multicheckout.shipping .block.block-shipping .block-content .action.edit {
  text-transform: uppercase;
  color: #006699;
  font-weight: bold;
  font-family: 'Source Sans Pro' !important;
}
.multishipping-checkout-shipping .form.multicheckout.shipping .block.block-shipping .block-content .action.edit span {
  font-weight: bold;
}
.multishipping-checkout-shipping .form.multicheckout.shipping .block.block-shipping .block-content .action.edit:hover {
  color: #000000;
}
.multishipping-checkout-shipping .form.multicheckout.shipping .block.block-shipping .block-content .multi-lineship {
  height: 2px;
  background: #006699;
  width: 60px;
  display: block;
  margin-top: 2px;
}
.multishipping-checkout-shipping .form.multicheckout.shipping .block.block-shipping .block-content .box .box-title {
  font-family: 'Source Sans Pro' !important;
  text-transform: uppercase;
  font-size: 1.3rem;
}
.multishipping-checkout-shipping .form.multicheckout.shipping .block.block-shipping .block-content .box .box-title span {
  font-family: 'Source Sans Pro' !important;
  font-size: 1.3rem;
}
.multishipping-checkout-shipping .form.multicheckout.shipping .block.block-shipping .block-content .box .box-content address {
  line-height: 1.8rem;
}
.multishipping-checkout-shipping .form.multicheckout.shipping .block.block-shipping .block-content .box .box-content address br:nth-child(2),
.multishipping-checkout-shipping .form.multicheckout.shipping .block.block-shipping .block-content .box .box-content address br:nth-child(4) {
  display: none;
}
.multishipping-checkout-shipping .form.multicheckout.shipping .block.block-shipping .block-content .box.box-items {
  width: 50%;
}
.multishipping-checkout-shipping .form.multicheckout.shipping .block.block-shipping .block-content .box.box-items .box-title {
  display: block;
}
.multishipping-checkout-shipping .form.multicheckout.shipping .block.block-shipping .block-content .box.box-items .box-title .action.edit {
  float: right;
  font-weight: bold;
}
.multishipping-checkout-shipping .form.multicheckout.shipping .block.block-shipping .block-content .box.box-items .box-title .action.edit span {
  font-weight: bold;
}
.multishipping-checkout-shipping .form.multicheckout.shipping .block.block-shipping .block-content .box.box-items .box-content {
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 4px 1px #d4d4d4;
  -moz-box-shadow: 0px 0px 4px 1px #d4d4d4;
  -o-box-shadow: 0px 0px 4px 1px #d4d4d4;
  box-shadow: 0px 0px 4px 1px #d4d4d4;
}
.multishipping-checkout-shipping .form.multicheckout.shipping .block.block-shipping .block-content .box.box-items .box-content .table-wrapper .data.table tbody tr {
  border-top: 1px solid #cccccc;
}
.multishipping-checkout-shipping .form.multicheckout.shipping .block.block-shipping .block-content .box.box-items .box-content .table-wrapper .data.table tbody tr td.item-image .chk-item-image-wrapper .chk-item-image {
  height: 55px;
  width: auto;
}
.multishipping-checkout-shipping .form.multicheckout.shipping .block.block-shipping .block-content .box.box-items .box-content .table-wrapper .data.table tbody tr .product-item-name {
  font-weight: bold;
}
.multishipping-checkout-shipping .form.multicheckout.shipping .block.block-shipping .block-content .box.box-items .box-content .table-wrapper .data.table tbody tr .product-item-name a {
  font-weight: bold;
}
.multishipping-checkout-shipping .form.multicheckout.shipping .block.block-shipping .block-content .box.box-items .box-content .table-wrapper .data.table tbody tr .qty {
  font-weight: bold;
}
.multishipping-checkout-shipping .form.multicheckout.shipping .block.block-shipping .block-content .box.box-items .box-content .table-wrapper .data.table tbody tr .qty span {
  font-weight: bold;
}
.multishipping-checkout-shipping .form.multicheckout.shipping .block.block-shipping .block-content .box.box-items .box-content .table-wrapper .data.table tbody tr:first-child {
  border-top: 0px;
}
.multishipping-checkout-shipping .form.multicheckout.shipping .block.block-shipping .block-content .box.box-items .box-content .table-wrapper .data.table tbody tr:nth-child(odd),
.multishipping-checkout-shipping .form.multicheckout.shipping .block.block-shipping .block-content .box.box-items .box-content .table-wrapper .data.table tbody tr:nth-child(even) {
  border-left: 0px;
}
.multishipping-checkout-shipping .form.multicheckout.shipping .block.block-shipping .block-content .box.box-items .box-content .table-wrapper .data.table tbody tr:nth-child(odd) > th,
.multishipping-checkout-shipping .form.multicheckout.shipping .block.block-shipping .block-content .box.box-items .box-content .table-wrapper .data.table tbody tr:nth-child(odd) > td,
.multishipping-checkout-shipping .form.multicheckout.shipping .block.block-shipping .block-content .box.box-items .box-content .table-wrapper .data.table tbody tr:nth-child(even) > th,
.multishipping-checkout-shipping .form.multicheckout.shipping .block.block-shipping .block-content .box.box-items .box-content .table-wrapper .data.table tbody tr:nth-child(even) > td {
  background: none;
  border: 0px;
  font-family: 'Source Sans Pro' !important;
}
.multishipping-checkout-shipping .form.multicheckout.shipping .block.block-shipping .block-content .ship-add-meth {
  width: 50%;
  float: left;
}
.multishipping-checkout-shipping .form.multicheckout.shipping .block.block-shipping .block-content .ship-add-meth .box-shipping-address,
.multishipping-checkout-shipping .form.multicheckout.shipping .block.block-shipping .block-content .ship-add-meth .box-shipping-method {
  float: none;
}
.multishipping-checkout-shipping .form.multicheckout.shipping .block.block-shipping .block-content .ship-add-meth .box-shipping-address .item-content,
.multishipping-checkout-shipping .form.multicheckout.shipping .block.block-shipping .block-content .ship-add-meth .box-shipping-method .item-content {
  margin-bottom: 10px;
}
.multishipping-checkout-shipping .form.multicheckout.shipping .block.block-shipping .block-content .ship-add-meth .box-shipping-address .item-content .fieldset,
.multishipping-checkout-shipping .form.multicheckout.shipping .block.block-shipping .block-content .ship-add-meth .box-shipping-method .item-content .fieldset {
  margin-bottom: 1px;
}
.multishipping-checkout-shipping .form.multicheckout.shipping .block.block-shipping .block-content .ship-add-meth .box-shipping-address .box-content {
  margin-bottom: 15px;
}
.multishipping-checkout-shipping .form.multicheckout.shipping .block.block-shipping .block-content .ship-add-meth .box-shipping-method {
  padding-left: 0px;
  padding-right: 0px;
  width: 100%;
  margin-top: 30px;
}
.multishipping-checkout-shipping .form.multicheckout.shipping .actions-toolbar .secondary .action.back {
  border: 0px;
  font-weight: bold;
  font-family: 'Source Sans Pro' !important;
  background: none;
  color: #006699;
  font-size: 1.6rem;
  margin-bottom: 0px;
  position: relative;
  bottom: 12px;
  padding: 8px 15px;
}
.multishipping-checkout-shipping .form.multicheckout.shipping .actions-toolbar .secondary .action.back:hover {
  background: none;
  color: #000000;
}
.shipping-payment-header {
  background: #006699;
  margin-bottom: 15px;
}
.shipping-payment-header .shipping-payment-headcontainer {
  width: 1280px;
  margin: 0 auto;
  text-transform: uppercase;
  font-family: 'Source Sans Pro' !important;
  font-size: 1.6rem;
  color: #ffffff;
  padding: 8px 15px;
  font-weight: 600;
}
#checkout-step-shipping .field.addresses .control .shipping-address-items .shipping-address-item {
  width: 49%;
  line-height: 18px;
  padding-left: 40px;
  padding-top: 13px;
}
#checkout-step-shipping .field.addresses .control .shipping-address-items .shipping-address-item button {
  position: absolute;
  top: 15px;
  left: 10px;
  font-size: 0px;
  border-radius: 0px;
  padding: 7px;
  height: 7px;
  border: 2px solid #006699;
  width: 15px;
}
#checkout-step-shipping .field.addresses .control .shipping-address-items .shipping-address-item button:hover {
  background: #66cc66;
}
#checkout-step-shipping .field.addresses .control .shipping-address-items .shipping-address-item button.edit-address-link {
  padding: 5px;
  border-radius: 20px;
  border: 0px;
  background: none;
  bottom: 5px;
  left: 30px;
  top: unset;
  font-size: 1.4rem;
  margin: 0px;
  font-weight: bold;
  height: 28px;
  width: 50px;
  color: #006699;
}
#checkout-step-shipping .field.addresses .control .shipping-address-items .shipping-address-item button.edit-address-link:hover {
  background: #66cc66;
  text-decoration: none;
}
#checkout-step-shipping .field.addresses .control .shipping-address-items .shipping-address-item.selected-item:after {
  padding: 0px;
  height: 18px;
  top: 16px;
  left: 10px;
  width: 17px;
  font-size: 1.6rem;
  background: #006699;
}
#checkout-step-shipping .control .select {
  font-size: 1.4rem !important;
  height: 32px;
  border-radius: 20px;
  border: 1px solid #cccccc;
}
#checkout-step-shipping .control .select:hover,
#checkout-step-shipping .control .select:focus {
  border: 1px solid #006699;
}
#checkout-step-shipping .form-login {
  max-width: none;
}
#checkout-step-shipping .form-login #customer-email-fieldset .field {
  width: 60%;
}
#checkout-step-shipping .form-login #customer-email-fieldset .fieldset .field {
  width: 60%;
}
#checkout-step-shipping .ecc_customer_order_ref {
  display: block;
  width: 85%;
}
#checkout-step-shipping .ecc_customer_order_ref .label {
  font-size: 1.6rem;
}
#checkout-step-shipping .ecc_shipping_berore_field,
#checkout-step-shipping .ecc_tax_exempt_reference {
  display: inline-block;
  width: 40%;
  position: relative;
  margin-right: 4%;
  top: 10px;
}
#checkout-step-shipping .ecc_shipping_berore_field .label,
#checkout-step-shipping .ecc_tax_exempt_reference .label {
  font-size: 1.6rem;
}
.opc-wrapper .shipping-information {
  padding: 20px 30px;
  background: #fafafa;
}
.opc-wrapper .shipping-information .shipping-information-title {
  position: relative;
  font-size: 1.3rem;
  font-family: 'Source Sans Pro' !important;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.opc-wrapper .shipping-information .shipping-information-title span {
  font-weight: bold;
}
.opc-wrapper .shipping-information .shipping-information-title .line-ship {
  height: 2px;
  background: #006699;
  width: 60px;
  position: absolute;
  left: 0px;
  bottom: -5px;
}
.opc-wrapper .shipping-information .ship-to,
.opc-wrapper .shipping-information .ship-via {
  width: 45%;
  float: left;
}
.opc-wrapper .shipping-information .ship-to .action.action-edit,
.opc-wrapper .shipping-information .ship-via .action.action-edit {
  border: 0px;
  color: #006699;
  font-size: 1.3rem;
  text-transform: uppercase;
  font-family: 'Source Sans Pro' !important;
  text-decoration: none;
  background: none;
  margin-top: 20px;
  padding: 4px 7px;
}
.opc-wrapper .shipping-information .ship-to .action.action-edit:hover,
.opc-wrapper .shipping-information .ship-via .action.action-edit:hover {
  text-decoration: none;
  background: none;
}
.opc-wrapper .form.form-login #customer-email-fieldset .actions-toolbar .secondary a.action.remind {
  padding: 9px 15px 9px;
  border-radius: 25px;
  margin-right: 15px;
}
.opc-wrapper .form.form-login #customer-email-fieldset .actions-toolbar .secondary a.action.remind span {
  font-size: 1.4rem;
  font-weight: 600;
}
.opc-wrapper .shipping-address-item {
  background: #f5f5f5;
  border: 1px solid #d4d4d4;
  padding: 5px 10px;
  height: 200px;
  overflow-y: auto;
  margin: 0.5%;
}
.opc-wrapper .shipping-address-item:before {
  width: 0px;
}
.opc-wrapper .shipping-address-item.selected-item {
  border-color: #66cc66;
  background: #ffffff;
}
.opc-wrapper .shipping-address-item.selected-item:after {
  background: #d4d4d4;
}
.opc-wrapper .step-title.opc-block-summary {
  background: #006699;
  padding: 7px 15px;
  font-size: 1.6rem;
  font-family: 'Source Sans Pro' !important;
  border-bottom: none;
  font-weight: 600;
  color: #efefef;
  border-radius: 8px;
}
.opc-wrapper div.checkout-shipping-method .actions-toolbar > .primary {
  float: left;
}
.opc-wrapper div.checkout-shipping-method div.step-title {
  font-weight: 600;
  font-size: 2.0rem;
  font-family: 'Source Sans Pro' !important;
}
.opc-wrapper div.checkout-shipping-method .step-content .actions-toolbar .primary {
  float: left;
}
.opc-wrapper div.checkout-shipping-method .step-content .actions-toolbar .primary .button {
  padding-left: 25px !important;
  padding-right: 25px !important;
}
.opc-wrapper .shipping-address-item .action.action-select-shipping-item {
  position: absolute;
  bottom: 10px;
  right: 10px;
  margin: 0px;
}
.checkout-index-index .checkout-container .authentication-wrapper {
  margin-top: -125px;
}
.checkout-index-index .page-header .logo img {
  height: auto !important;
  width: 120px !important;
}
@media only screen and (min-width: 1024px) {
  .opc-wrapper .shipping-address-item {
    width: 31%;
  }
  .opc-wrapper .shipping-address-item:before {
    width: 0px;
  }
  .opc-wrapper .shipping-address-item.selected-item {
    border-color: #006699;
    background: #ffffff;
  }
  .opc-wrapper .shipping-address-item.selected-item:after {
    background: #006699;
  }
  .checkout-index-index.page-layout-checkout._has-modal .modal-popup .modal-inner-wrap {
    width: 840px;
  }
}
.payment-method .recaptcha-checkout-place-order .g-recaptcha {
  margin-bottom: 70px !important;
}
.payment-method .recaptcha-checkout-place-order .g-recaptcha .grecaptcha-badge {
  height: auto !important;
  box-shadow: none !important;
}
.payment-method .recaptcha-checkout-place-order .g-recaptcha .grecaptcha-badge iframe {
  box-shadow: #808080 0px 0px 5px !important;
}
#branch-pickup-container .step-title.opc-block-summary {
  margin-bottom: 2px;
}
#branch-pickup-container #branch-pickup-grid div button {
  padding: 7px 15px 6px;
  background: none;
}
#branch-pickup-container #branchpickup-addresses .branchpickup-shipping-address-items .form-login {
  max-width: none;
}
#branch-pickup-container #branchpickup-addresses .branchpickup-shipping-address-items .form-login #customer-email-fieldset .field {
  width: 60%;
}
#branch-pickup-container #branchpickup-addresses .branchpickup-shipping-address-items .field {
  display: inline-block;
  width: 45%;
  margin-left: 2%;
}
#branch-pickup-container #branchpickup-addresses .branchpickup-shipping-address-items .field .control {
  margin-top: 10px;
}
#branch-pickup-container #branchpickup-addresses .branchpickup-shipping-address-items .shipping-address-item {
  display: inline-block;
  width: 48%;
  height: 200px;
  line-height: 18px;
  padding-left: 40px;
  padding-top: 13px;
}
#branch-pickup-container #branchpickup-addresses .branchpickup-shipping-address-items .shipping-address-item button {
  position: absolute;
  top: 15px;
  left: 10px;
  font-size: 0px;
  border-radius: 0px;
  padding: 7px;
  height: 7px;
  border: 2px solid #006699;
  width: 15px;
}
#branch-pickup-container #branchpickup-addresses .branchpickup-shipping-address-items .shipping-address-item.selected-item:after {
  padding: 0px;
  height: 20px;
  top: 16px;
  left: 10px;
  width: 20px;
  font-size: 1.6rem;
  background: #006699;
}
#branchpickup-iframe-popup-modal,
#addresslocation-iframe-popup-modal {
  padding: 5px 7px;
}
#branchpickup-iframe-popup-modal .branchmaincontainer #branchpictionactions,
#addresslocation-iframe-popup-modal .branchmaincontainer #branchpictionactions {
  background: #f5f5f5;
  border: 1px solid #d4d4d4;
  padding: 10px 0px 10px 10px;
  margin-bottom: 20px;
}
#branchpickup-iframe-popup-modal .branchmaincontainer #branchpictionactions #delete-button,
#addresslocation-iframe-popup-modal .branchmaincontainer #branchpictionactions #delete-button {
  float: right;
}
#branchpickup-iframe-popup-modal .branchmaincontainer #branchpictionactions #delete-button:after,
#addresslocation-iframe-popup-modal .branchmaincontainer #branchpictionactions #delete-button:after {
  clear: both;
}
#branchpickup-iframe-popup-modal .branchmaincontainer #branchpictionactions .buttons-container,
#addresslocation-iframe-popup-modal .branchmaincontainer #branchpictionactions .buttons-container {
  width: 100%;
  padding-bottom: 0px !important;
}
#branchpickup-iframe-popup-modal .branchmaincontainer #branchpictionactions .buttons-container p,
#addresslocation-iframe-popup-modal .branchmaincontainer #branchpictionactions .buttons-container p {
  padding-top: 3px;
}
#branchpickup-iframe-popup-modal .branchmaincontainer .minicart-items li.product-item,
#addresslocation-iframe-popup-modal .branchmaincontainer .minicart-items li.product-item {
  padding: 10px;
  margin-bottom: 10px;
  background: #f9f9f9;
  padding: 15px 15px 15px 15px;
  -webkit-box-shadow: 0px 0px 3px 0px #d4d4d4;
  -moz-box-shadow: 0px 0px 3px 0px #d4d4d4;
  -o-box-shadow: 0px 0px 3px 0px #d4d4d4;
  box-shadow: 0px 0px 3px 0px #d4d4d4;
  border: 1px solid #d4d4d4;
}
#branchpickup-iframe-popup-modal .branchmaincontainer .minicart-items li.product-item .product-image-container,
#addresslocation-iframe-popup-modal .branchmaincontainer .minicart-items li.product-item .product-image-container {
  padding: 10px;
  height: 50px !important;
  width: 50px !important;
  border: 1px solid #d4d4d4;
  background: #ffffff;
}
#branchpickup-iframe-popup-modal .branchmaincontainer .minicart-items li.product-item .product-item-details,
#addresslocation-iframe-popup-modal .branchmaincontainer .minicart-items li.product-item .product-item-details {
  padding-left: 40px;
}
#branchpickup-iframe-popup-modal .branchmaincontainer .minicart-items li.product-item .product-item-details .product-item-name-block strong,
#addresslocation-iframe-popup-modal .branchmaincontainer .minicart-items li.product-item .product-item-details .product-item-name-block strong {
  font-weight: 600;
}
#branchpickup-iframe-popup-modal .branchmaincontainer .minicart-items li.product-item .product-item-details .details-qty,
#addresslocation-iframe-popup-modal .branchmaincontainer .minicart-items li.product-item .product-item-details .details-qty {
  font-size: 13px;
  line-height: 20px;
}
.checkout-container .opc-sidebar .modal-inner-wrap .opc-block-summary {
  font-family: 'Source Sans Pro' !important;
}
.checkout-container .opc-wrapper .opc .checkout-payment-method .step-title,
.checkout-container .opc-wrapper .opc .checkout-payment-method .legend,
.checkout-container .opc-wrapper .opc .checkout-shipping-address .step-title,
.checkout-container .opc-wrapper .opc #branch-pickup-grid .step-title,
.checkout-container .opc-wrapper .opc .becc_customer_order_ref .step-title,
.checkout-container .opc-wrapper .opc .becc_tax_exempt_reference .step-title,
.checkout-container .opc-wrapper .opc .becc_required_date .step-title {
  font-family: 'Source Sans Pro' !important;
}
.checkout-container .opc-wrapper .opc .checkout-shipping-address .address-button-container .ecc-search-address button,
.checkout-container .opc-wrapper .opc .checkout-shipping-address .address-button-container .new-address-popup button,
.checkout-container .opc-wrapper .opc .checkout-shipping-address .address-button-container .ecc-search-address .action-secondary,
.checkout-container .opc-wrapper .opc .checkout-shipping-address .address-button-container .new-address-popup .action-secondary,
.checkout-container .opc-wrapper .opc .checkout-shipping-address .address-button-container .ecc-search-address .action-show-popup,
.checkout-container .opc-wrapper .opc .checkout-shipping-address .address-button-container .new-address-popup .action-show-popup {
  background: none;
  padding: 5px 10px;
}
.checkout-container .opc-wrapper .opc .step-content .form-shipping-address .field .field {
  margin-bottom: 27px;
}
.checkout-container .opc-wrapper .opc .step-content .form-shipping-address .field .control div.field-error {
  position: absolute;
  bottom: -16px;
}
.checkout-container .opc-wrapper .opc .step-content .form-shipping-address .field.street {
  margin-bottom: 0px;
}
.checkout-container .opc-wrapper .opc .step-content .form-shipping-address .field.street .field.additional {
  margin-top: 15px;
}
.checkout-container .opc-progress-bar {
  margin: 0px 0 35px;
}
.checkout-container .authentication-wrapper {
  margin-top: -100px;
}
.checkout-container .authentication-wrapper .action.action-auth-toggle {
  border: 0px;
  -webkit-box-shadow: 0px 0px 4px 1px #d4d4d4;
  -moz-box-shadow: 0px 0px 4px 1px #d4d4d4;
  -o-box-shadow: 0px 0px 4px 1px #d4d4d4;
  box-shadow: 0px 0px 4px 1px #d4d4d4;
  color: #efefef;
  padding: 7px 15px 7px;
  border-radius: 25px;
  background: #006699;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 1.4rem;
  height: 38px;
  font-weight: bold;
  box-shadow: none;
  font-family: 'Source Sans Pro' !important;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: auto;
}
.checkout-container .authentication-wrapper .action.action-auth-toggle:hover {
  background: #66cc66 !important;
  border: 0px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.checkout-container .modal-custom.opc-sidebar {
  z-index: 1000;
}
.checkout-container .opc-progress-bar .opc-progress-bar-item {
  margin-left: 39px;
  text-align: right;
}
.checkout-container .opc-progress-bar .opc-progress-bar-item:before {
  background: #d4d4d4;
  border: 1px solid transparent;
}
.checkout-container .opc-progress-bar .opc-progress-bar-item:first-child {
  margin-left: 0px;
}
.checkout-container .opc-progress-bar .opc-progress-bar-item:first-child:before {
  display: none;
}
.checkout-container .opc-progress-bar .opc-progress-bar-item:first-child:after {
  background: #d4d4d4;
  border: 1px solid transparent;
  top: 20px;
  transition: background 0.3s;
  content: '';
  height: 7px;
  left: 105% !important;
  position: absolute;
  width: 40%;
  border-radius: 6px 0px 0px 6px;
}
.checkout-container .opc-progress-bar .opc-progress-bar-item:first-child span {
  padding-left: 60px;
}
.checkout-container .opc-progress-bar .opc-progress-bar-item:first-child > span:before,
.checkout-container .opc-progress-bar .opc-progress-bar-item:first-child > span:after {
  left: 3px;
}
.checkout-container .opc-progress-bar .opc-progress-bar-item:before {
  width: 40%;
  top: 20px;
  left: 25%;
}
.checkout-container .opc-progress-bar .opc-progress-bar-item > span:before,
.checkout-container .opc-progress-bar .opc-progress-bar-item > span:after {
  border-radius: 50%;
  background: #d4d4d4;
  margin-left: 1px;
  left: 75%;
}
.checkout-container .opc-progress-bar .opc-progress-bar-item span {
  text-align: left;
  padding-left: 150px;
  text-transform: uppercase;
  font-family: 'Source Sans Pro' !important;
  font-size: 1.6rem;
  padding-top: 13px;
  color: #333333;
}
.checkout-container .opc-progress-bar .opc-progress-bar-item:last-child span {
  padding-left: 220px !important;
}
.checkout-container .opc-progress-bar .opc-progress-bar-item > span:before {
  height: 48px;
  width: 48px;
}
.checkout-container .opc-progress-bar .opc-progress-bar-item > span:after {
  height: 20px;
  width: 20px;
  top: 13px;
  margin-left: 14px;
  font-size: 1.4rem;
  color: #d4d4d4;
  content: '';
  border: 2px solid #006699;
  background: #d4d4d4;
}
.checkout-container .opc-progress-bar .opc-progress-bar-item._complete span {
  font-weight: bold;
}
.checkout-container .opc-progress-bar .opc-progress-bar-item._complete span:after {
  content: '\2713';
  width: 16px !important;
  padding: 0px 0px 0px 4px;
}
.checkout-container .opc-progress-bar .opc-progress-bar-item._active:before,
.checkout-container .opc-progress-bar .opc-progress-bar-item._complete:before,
.checkout-container .opc-progress-bar .opc-progress-bar-item._active:after,
.checkout-container .opc-progress-bar .opc-progress-bar-item._complete:after {
  background: #006699;
  border-color: transparent;
}
.checkout-container .opc-progress-bar .opc-progress-bar-item._active span,
.checkout-container .opc-progress-bar .opc-progress-bar-item._complete span {
  color: #006699;
}
.checkout-container .opc-progress-bar .opc-progress-bar-item._active span:before,
.checkout-container .opc-progress-bar .opc-progress-bar-item._complete span:before {
  background: #006699;
  border-color: #d4d4d4;
}
.checkout-container .opc-progress-bar .opc-progress-bar-item._active span:after,
.checkout-container .opc-progress-bar .opc-progress-bar-item._complete span:after {
  border-color: #d4d4d4;
  background: #006699;
  height: 20px;
  width: 20px;
  top: 13px;
  margin-left: 14px;
}
.checkout-container .opc-wrapper {
  width: 66.66%;
}
.checkout-container .opc-wrapper .payment-method-content .checkout-agreements-block .field {
  margin-top: 10px;
}
.checkout-container .opc-wrapper .payment-method-content .checkout-agreements-block .field .admin__control-textarea {
  height: 70px;
}
.checkout-container .opc-wrapper .opc .field.ecc_required_date.ecc_shipping_berore_field {
  top: 8px;
  max-width: 535px;
}
.checkout-container .opc-wrapper .opc .becc_required_date {
  margin-top: -3px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border-top: 0px !important;
}
.checkout-container .opc-wrapper .opc .becc_required_date .control {
  width: 535px;
}
.checkout-container .opc-wrapper .opc .field.becc_customer_order_ref .control,
.checkout-container .opc-wrapper .opc .field.becc_tax_exempt_reference .control,
.checkout-container .opc-wrapper .opc .becc_required_date .control {
  width: 500px;
}
.checkout-container .opc-wrapper .opc .checkout-shipping-address,
.checkout-container .opc-wrapper .opc #branch-pickup-grid,
.checkout-container .opc-wrapper .opc .becc_customer_order_ref,
.checkout-container .opc-wrapper .opc .becc_tax_exempt_reference,
.checkout-container .opc-wrapper .opc .becc_required_date {
  background: #f9f9f9;
  padding: 15px 15px 15px 15px;
  -webkit-box-shadow: 0px 0px 3px 0px #d4d4d4;
  -moz-box-shadow: 0px 0px 3px 0px #d4d4d4;
  -o-box-shadow: 0px 0px 3px 0px #d4d4d4;
  box-shadow: 0px 0px 3px 0px #d4d4d4;
  border: 1px solid #d4d4d4;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border: 0px;
}
.checkout-container .opc-wrapper .opc .checkout-shipping-address .step-title,
.checkout-container .opc-wrapper .opc #branch-pickup-grid .step-title,
.checkout-container .opc-wrapper .opc .becc_customer_order_ref .step-title,
.checkout-container .opc-wrapper .opc .becc_tax_exempt_reference .step-title,
.checkout-container .opc-wrapper .opc .becc_required_date .step-title {
  font-size: 1.8rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #222222;
}
.checkout-container .opc-wrapper .opc .checkout-shipping-address .step-content,
.checkout-container .opc-wrapper .opc #branch-pickup-grid .step-content,
.checkout-container .opc-wrapper .opc .becc_customer_order_ref .step-content,
.checkout-container .opc-wrapper .opc .becc_tax_exempt_reference .step-content,
.checkout-container .opc-wrapper .opc .becc_required_date .step-content {
  margin-bottom: 10px;
}
.checkout-container .opc-wrapper .opc .checkout-shipping-address .step-content .form.form-login,
.checkout-container .opc-wrapper .opc #branch-pickup-grid .step-content .form.form-login,
.checkout-container .opc-wrapper .opc .becc_customer_order_ref .step-content .form.form-login,
.checkout-container .opc-wrapper .opc .becc_tax_exempt_reference .step-content .form.form-login,
.checkout-container .opc-wrapper .opc .becc_required_date .step-content .form.form-login,
.checkout-container .opc-wrapper .opc .checkout-shipping-address .step-content .form.form-shipping-address,
.checkout-container .opc-wrapper .opc #branch-pickup-grid .step-content .form.form-shipping-address,
.checkout-container .opc-wrapper .opc .becc_customer_order_ref .step-content .form.form-shipping-address,
.checkout-container .opc-wrapper .opc .becc_tax_exempt_reference .step-content .form.form-shipping-address,
.checkout-container .opc-wrapper .opc .becc_required_date .step-content .form.form-shipping-address {
  max-width: 535px;
}
.checkout-container .opc-wrapper .opc .checkout-shipping-address .step-content .form.form-login .field .actions-toolbar,
.checkout-container .opc-wrapper .opc #branch-pickup-grid .step-content .form.form-login .field .actions-toolbar,
.checkout-container .opc-wrapper .opc .becc_customer_order_ref .step-content .form.form-login .field .actions-toolbar,
.checkout-container .opc-wrapper .opc .becc_tax_exempt_reference .step-content .form.form-login .field .actions-toolbar,
.checkout-container .opc-wrapper .opc .becc_required_date .step-content .form.form-login .field .actions-toolbar,
.checkout-container .opc-wrapper .opc .checkout-shipping-address .step-content .form.form-shipping-address .field .actions-toolbar,
.checkout-container .opc-wrapper .opc #branch-pickup-grid .step-content .form.form-shipping-address .field .actions-toolbar,
.checkout-container .opc-wrapper .opc .becc_customer_order_ref .step-content .form.form-shipping-address .field .actions-toolbar,
.checkout-container .opc-wrapper .opc .becc_tax_exempt_reference .step-content .form.form-shipping-address .field .actions-toolbar,
.checkout-container .opc-wrapper .opc .becc_required_date .step-content .form.form-shipping-address .field .actions-toolbar,
.checkout-container .opc-wrapper .opc .checkout-shipping-address .step-content .form.form-login .fieldset .actions-toolbar,
.checkout-container .opc-wrapper .opc #branch-pickup-grid .step-content .form.form-login .fieldset .actions-toolbar,
.checkout-container .opc-wrapper .opc .becc_customer_order_ref .step-content .form.form-login .fieldset .actions-toolbar,
.checkout-container .opc-wrapper .opc .becc_tax_exempt_reference .step-content .form.form-login .fieldset .actions-toolbar,
.checkout-container .opc-wrapper .opc .becc_required_date .step-content .form.form-login .fieldset .actions-toolbar,
.checkout-container .opc-wrapper .opc .checkout-shipping-address .step-content .form.form-shipping-address .fieldset .actions-toolbar,
.checkout-container .opc-wrapper .opc #branch-pickup-grid .step-content .form.form-shipping-address .fieldset .actions-toolbar,
.checkout-container .opc-wrapper .opc .becc_customer_order_ref .step-content .form.form-shipping-address .fieldset .actions-toolbar,
.checkout-container .opc-wrapper .opc .becc_tax_exempt_reference .step-content .form.form-shipping-address .fieldset .actions-toolbar,
.checkout-container .opc-wrapper .opc .becc_required_date .step-content .form.form-shipping-address .fieldset .actions-toolbar {
  padding-right: 36px;
}
.checkout-container .opc-wrapper .opc .checkout-shipping-address .step-content .form.form-login .field .control,
.checkout-container .opc-wrapper .opc #branch-pickup-grid .step-content .form.form-login .field .control,
.checkout-container .opc-wrapper .opc .becc_customer_order_ref .step-content .form.form-login .field .control,
.checkout-container .opc-wrapper .opc .becc_tax_exempt_reference .step-content .form.form-login .field .control,
.checkout-container .opc-wrapper .opc .becc_required_date .step-content .form.form-login .field .control,
.checkout-container .opc-wrapper .opc .checkout-shipping-address .step-content .form.form-shipping-address .field .control,
.checkout-container .opc-wrapper .opc #branch-pickup-grid .step-content .form.form-shipping-address .field .control,
.checkout-container .opc-wrapper .opc .becc_customer_order_ref .step-content .form.form-shipping-address .field .control,
.checkout-container .opc-wrapper .opc .becc_tax_exempt_reference .step-content .form.form-shipping-address .field .control,
.checkout-container .opc-wrapper .opc .becc_required_date .step-content .form.form-shipping-address .field .control,
.checkout-container .opc-wrapper .opc .checkout-shipping-address .step-content .form.form-login .fieldset .control,
.checkout-container .opc-wrapper .opc #branch-pickup-grid .step-content .form.form-login .fieldset .control,
.checkout-container .opc-wrapper .opc .becc_customer_order_ref .step-content .form.form-login .fieldset .control,
.checkout-container .opc-wrapper .opc .becc_tax_exempt_reference .step-content .form.form-login .fieldset .control,
.checkout-container .opc-wrapper .opc .becc_required_date .step-content .form.form-login .fieldset .control,
.checkout-container .opc-wrapper .opc .checkout-shipping-address .step-content .form.form-shipping-address .fieldset .control,
.checkout-container .opc-wrapper .opc #branch-pickup-grid .step-content .form.form-shipping-address .fieldset .control,
.checkout-container .opc-wrapper .opc .becc_customer_order_ref .step-content .form.form-shipping-address .fieldset .control,
.checkout-container .opc-wrapper .opc .becc_tax_exempt_reference .step-content .form.form-shipping-address .fieldset .control,
.checkout-container .opc-wrapper .opc .becc_required_date .step-content .form.form-shipping-address .fieldset .control {
  padding-right: 36px;
}
.checkout-container .opc-wrapper .opc .checkout-shipping-address .step-content .form.form-login .field .control .control,
.checkout-container .opc-wrapper .opc #branch-pickup-grid .step-content .form.form-login .field .control .control,
.checkout-container .opc-wrapper .opc .becc_customer_order_ref .step-content .form.form-login .field .control .control,
.checkout-container .opc-wrapper .opc .becc_tax_exempt_reference .step-content .form.form-login .field .control .control,
.checkout-container .opc-wrapper .opc .becc_required_date .step-content .form.form-login .field .control .control,
.checkout-container .opc-wrapper .opc .checkout-shipping-address .step-content .form.form-shipping-address .field .control .control,
.checkout-container .opc-wrapper .opc #branch-pickup-grid .step-content .form.form-shipping-address .field .control .control,
.checkout-container .opc-wrapper .opc .becc_customer_order_ref .step-content .form.form-shipping-address .field .control .control,
.checkout-container .opc-wrapper .opc .becc_tax_exempt_reference .step-content .form.form-shipping-address .field .control .control,
.checkout-container .opc-wrapper .opc .becc_required_date .step-content .form.form-shipping-address .field .control .control,
.checkout-container .opc-wrapper .opc .checkout-shipping-address .step-content .form.form-login .fieldset .control .control,
.checkout-container .opc-wrapper .opc #branch-pickup-grid .step-content .form.form-login .fieldset .control .control,
.checkout-container .opc-wrapper .opc .becc_customer_order_ref .step-content .form.form-login .fieldset .control .control,
.checkout-container .opc-wrapper .opc .becc_tax_exempt_reference .step-content .form.form-login .fieldset .control .control,
.checkout-container .opc-wrapper .opc .becc_required_date .step-content .form.form-login .fieldset .control .control,
.checkout-container .opc-wrapper .opc .checkout-shipping-address .step-content .form.form-shipping-address .fieldset .control .control,
.checkout-container .opc-wrapper .opc #branch-pickup-grid .step-content .form.form-shipping-address .fieldset .control .control,
.checkout-container .opc-wrapper .opc .becc_customer_order_ref .step-content .form.form-shipping-address .fieldset .control .control,
.checkout-container .opc-wrapper .opc .becc_tax_exempt_reference .step-content .form.form-shipping-address .fieldset .control .control,
.checkout-container .opc-wrapper .opc .becc_required_date .step-content .form.form-shipping-address .fieldset .control .control {
  padding-right: 0px;
}
.checkout-container .opc-wrapper .opc .checkout-shipping-address .step-content .form.form-login .field .control._with-tooltip,
.checkout-container .opc-wrapper .opc #branch-pickup-grid .step-content .form.form-login .field .control._with-tooltip,
.checkout-container .opc-wrapper .opc .becc_customer_order_ref .step-content .form.form-login .field .control._with-tooltip,
.checkout-container .opc-wrapper .opc .becc_tax_exempt_reference .step-content .form.form-login .field .control._with-tooltip,
.checkout-container .opc-wrapper .opc .becc_required_date .step-content .form.form-login .field .control._with-tooltip,
.checkout-container .opc-wrapper .opc .checkout-shipping-address .step-content .form.form-shipping-address .field .control._with-tooltip,
.checkout-container .opc-wrapper .opc #branch-pickup-grid .step-content .form.form-shipping-address .field .control._with-tooltip,
.checkout-container .opc-wrapper .opc .becc_customer_order_ref .step-content .form.form-shipping-address .field .control._with-tooltip,
.checkout-container .opc-wrapper .opc .becc_tax_exempt_reference .step-content .form.form-shipping-address .field .control._with-tooltip,
.checkout-container .opc-wrapper .opc .becc_required_date .step-content .form.form-shipping-address .field .control._with-tooltip,
.checkout-container .opc-wrapper .opc .checkout-shipping-address .step-content .form.form-login .fieldset .control._with-tooltip,
.checkout-container .opc-wrapper .opc #branch-pickup-grid .step-content .form.form-login .fieldset .control._with-tooltip,
.checkout-container .opc-wrapper .opc .becc_customer_order_ref .step-content .form.form-login .fieldset .control._with-tooltip,
.checkout-container .opc-wrapper .opc .becc_tax_exempt_reference .step-content .form.form-login .fieldset .control._with-tooltip,
.checkout-container .opc-wrapper .opc .becc_required_date .step-content .form.form-login .fieldset .control._with-tooltip,
.checkout-container .opc-wrapper .opc .checkout-shipping-address .step-content .form.form-shipping-address .fieldset .control._with-tooltip,
.checkout-container .opc-wrapper .opc #branch-pickup-grid .step-content .form.form-shipping-address .fieldset .control._with-tooltip,
.checkout-container .opc-wrapper .opc .becc_customer_order_ref .step-content .form.form-shipping-address .fieldset .control._with-tooltip,
.checkout-container .opc-wrapper .opc .becc_tax_exempt_reference .step-content .form.form-shipping-address .fieldset .control._with-tooltip,
.checkout-container .opc-wrapper .opc .becc_required_date .step-content .form.form-shipping-address .fieldset .control._with-tooltip {
  padding-right: 0px;
}
.checkout-container .opc-wrapper .opc .checkout-shipping-address .step-content .form.form-login .field .control div.mage-error#customer-email-error,
.checkout-container .opc-wrapper .opc #branch-pickup-grid .step-content .form.form-login .field .control div.mage-error#customer-email-error,
.checkout-container .opc-wrapper .opc .becc_customer_order_ref .step-content .form.form-login .field .control div.mage-error#customer-email-error,
.checkout-container .opc-wrapper .opc .becc_tax_exempt_reference .step-content .form.form-login .field .control div.mage-error#customer-email-error,
.checkout-container .opc-wrapper .opc .becc_required_date .step-content .form.form-login .field .control div.mage-error#customer-email-error,
.checkout-container .opc-wrapper .opc .checkout-shipping-address .step-content .form.form-shipping-address .field .control div.mage-error#customer-email-error,
.checkout-container .opc-wrapper .opc #branch-pickup-grid .step-content .form.form-shipping-address .field .control div.mage-error#customer-email-error,
.checkout-container .opc-wrapper .opc .becc_customer_order_ref .step-content .form.form-shipping-address .field .control div.mage-error#customer-email-error,
.checkout-container .opc-wrapper .opc .becc_tax_exempt_reference .step-content .form.form-shipping-address .field .control div.mage-error#customer-email-error,
.checkout-container .opc-wrapper .opc .becc_required_date .step-content .form.form-shipping-address .field .control div.mage-error#customer-email-error,
.checkout-container .opc-wrapper .opc .checkout-shipping-address .step-content .form.form-login .fieldset .control div.mage-error#customer-email-error,
.checkout-container .opc-wrapper .opc #branch-pickup-grid .step-content .form.form-login .fieldset .control div.mage-error#customer-email-error,
.checkout-container .opc-wrapper .opc .becc_customer_order_ref .step-content .form.form-login .fieldset .control div.mage-error#customer-email-error,
.checkout-container .opc-wrapper .opc .becc_tax_exempt_reference .step-content .form.form-login .fieldset .control div.mage-error#customer-email-error,
.checkout-container .opc-wrapper .opc .becc_required_date .step-content .form.form-login .fieldset .control div.mage-error#customer-email-error,
.checkout-container .opc-wrapper .opc .checkout-shipping-address .step-content .form.form-shipping-address .fieldset .control div.mage-error#customer-email-error,
.checkout-container .opc-wrapper .opc #branch-pickup-grid .step-content .form.form-shipping-address .fieldset .control div.mage-error#customer-email-error,
.checkout-container .opc-wrapper .opc .becc_customer_order_ref .step-content .form.form-shipping-address .fieldset .control div.mage-error#customer-email-error,
.checkout-container .opc-wrapper .opc .becc_tax_exempt_reference .step-content .form.form-shipping-address .fieldset .control div.mage-error#customer-email-error,
.checkout-container .opc-wrapper .opc .becc_required_date .step-content .form.form-shipping-address .fieldset .control div.mage-error#customer-email-error {
  top: 39px;
}
.checkout-container .opc-wrapper .opc .checkout-shipping-address .step-content .form.form-login .field .control div.mage-error#customer-password-error,
.checkout-container .opc-wrapper .opc #branch-pickup-grid .step-content .form.form-login .field .control div.mage-error#customer-password-error,
.checkout-container .opc-wrapper .opc .becc_customer_order_ref .step-content .form.form-login .field .control div.mage-error#customer-password-error,
.checkout-container .opc-wrapper .opc .becc_tax_exempt_reference .step-content .form.form-login .field .control div.mage-error#customer-password-error,
.checkout-container .opc-wrapper .opc .becc_required_date .step-content .form.form-login .field .control div.mage-error#customer-password-error,
.checkout-container .opc-wrapper .opc .checkout-shipping-address .step-content .form.form-shipping-address .field .control div.mage-error#customer-password-error,
.checkout-container .opc-wrapper .opc #branch-pickup-grid .step-content .form.form-shipping-address .field .control div.mage-error#customer-password-error,
.checkout-container .opc-wrapper .opc .becc_customer_order_ref .step-content .form.form-shipping-address .field .control div.mage-error#customer-password-error,
.checkout-container .opc-wrapper .opc .becc_tax_exempt_reference .step-content .form.form-shipping-address .field .control div.mage-error#customer-password-error,
.checkout-container .opc-wrapper .opc .becc_required_date .step-content .form.form-shipping-address .field .control div.mage-error#customer-password-error,
.checkout-container .opc-wrapper .opc .checkout-shipping-address .step-content .form.form-login .fieldset .control div.mage-error#customer-password-error,
.checkout-container .opc-wrapper .opc #branch-pickup-grid .step-content .form.form-login .fieldset .control div.mage-error#customer-password-error,
.checkout-container .opc-wrapper .opc .becc_customer_order_ref .step-content .form.form-login .fieldset .control div.mage-error#customer-password-error,
.checkout-container .opc-wrapper .opc .becc_tax_exempt_reference .step-content .form.form-login .fieldset .control div.mage-error#customer-password-error,
.checkout-container .opc-wrapper .opc .becc_required_date .step-content .form.form-login .fieldset .control div.mage-error#customer-password-error,
.checkout-container .opc-wrapper .opc .checkout-shipping-address .step-content .form.form-shipping-address .fieldset .control div.mage-error#customer-password-error,
.checkout-container .opc-wrapper .opc #branch-pickup-grid .step-content .form.form-shipping-address .fieldset .control div.mage-error#customer-password-error,
.checkout-container .opc-wrapper .opc .becc_customer_order_ref .step-content .form.form-shipping-address .fieldset .control div.mage-error#customer-password-error,
.checkout-container .opc-wrapper .opc .becc_tax_exempt_reference .step-content .form.form-shipping-address .fieldset .control div.mage-error#customer-password-error,
.checkout-container .opc-wrapper .opc .becc_required_date .step-content .form.form-shipping-address .fieldset .control div.mage-error#customer-password-error {
  top: 57px;
}
.checkout-container .opc-wrapper .opc .checkout-shipping-address .step-content .form.form-login .field .control span.note,
.checkout-container .opc-wrapper .opc #branch-pickup-grid .step-content .form.form-login .field .control span.note,
.checkout-container .opc-wrapper .opc .becc_customer_order_ref .step-content .form.form-login .field .control span.note,
.checkout-container .opc-wrapper .opc .becc_tax_exempt_reference .step-content .form.form-login .field .control span.note,
.checkout-container .opc-wrapper .opc .becc_required_date .step-content .form.form-login .field .control span.note,
.checkout-container .opc-wrapper .opc .checkout-shipping-address .step-content .form.form-shipping-address .field .control span.note,
.checkout-container .opc-wrapper .opc #branch-pickup-grid .step-content .form.form-shipping-address .field .control span.note,
.checkout-container .opc-wrapper .opc .becc_customer_order_ref .step-content .form.form-shipping-address .field .control span.note,
.checkout-container .opc-wrapper .opc .becc_tax_exempt_reference .step-content .form.form-shipping-address .field .control span.note,
.checkout-container .opc-wrapper .opc .becc_required_date .step-content .form.form-shipping-address .field .control span.note,
.checkout-container .opc-wrapper .opc .checkout-shipping-address .step-content .form.form-login .fieldset .control span.note,
.checkout-container .opc-wrapper .opc #branch-pickup-grid .step-content .form.form-login .fieldset .control span.note,
.checkout-container .opc-wrapper .opc .becc_customer_order_ref .step-content .form.form-login .fieldset .control span.note,
.checkout-container .opc-wrapper .opc .becc_tax_exempt_reference .step-content .form.form-login .fieldset .control span.note,
.checkout-container .opc-wrapper .opc .becc_required_date .step-content .form.form-login .fieldset .control span.note,
.checkout-container .opc-wrapper .opc .checkout-shipping-address .step-content .form.form-shipping-address .fieldset .control span.note,
.checkout-container .opc-wrapper .opc #branch-pickup-grid .step-content .form.form-shipping-address .fieldset .control span.note,
.checkout-container .opc-wrapper .opc .becc_customer_order_ref .step-content .form.form-shipping-address .fieldset .control span.note,
.checkout-container .opc-wrapper .opc .becc_tax_exempt_reference .step-content .form.form-shipping-address .fieldset .control span.note,
.checkout-container .opc-wrapper .opc .becc_required_date .step-content .form.form-shipping-address .fieldset .control span.note {
  margin-top: 15px;
}
.checkout-container .opc-wrapper .opc .checkout-shipping-address .step-content .form.form-login .fieldset .actions-toolbar .primary .action.login.primary,
.checkout-container .opc-wrapper .opc #branch-pickup-grid .step-content .form.form-login .fieldset .actions-toolbar .primary .action.login.primary,
.checkout-container .opc-wrapper .opc .becc_customer_order_ref .step-content .form.form-login .fieldset .actions-toolbar .primary .action.login.primary,
.checkout-container .opc-wrapper .opc .becc_tax_exempt_reference .step-content .form.form-login .fieldset .actions-toolbar .primary .action.login.primary,
.checkout-container .opc-wrapper .opc .becc_required_date .step-content .form.form-login .fieldset .actions-toolbar .primary .action.login.primary,
.checkout-container .opc-wrapper .opc .checkout-shipping-address .step-content .form.form-shipping-address .fieldset .actions-toolbar .primary .action.login.primary,
.checkout-container .opc-wrapper .opc #branch-pickup-grid .step-content .form.form-shipping-address .fieldset .actions-toolbar .primary .action.login.primary,
.checkout-container .opc-wrapper .opc .becc_customer_order_ref .step-content .form.form-shipping-address .fieldset .actions-toolbar .primary .action.login.primary,
.checkout-container .opc-wrapper .opc .becc_tax_exempt_reference .step-content .form.form-shipping-address .fieldset .actions-toolbar .primary .action.login.primary,
.checkout-container .opc-wrapper .opc .becc_required_date .step-content .form.form-shipping-address .fieldset .actions-toolbar .primary .action.login.primary {
  padding: 7px 15px;
  margin-right: 0px;
  border-radius: 25px;
}
.checkout-container .opc-wrapper .opc .checkout-shipping-address .step-content .form.form-login .fieldset .actions-toolbar div.secondary .action.remind,
.checkout-container .opc-wrapper .opc #branch-pickup-grid .step-content .form.form-login .fieldset .actions-toolbar div.secondary .action.remind,
.checkout-container .opc-wrapper .opc .becc_customer_order_ref .step-content .form.form-login .fieldset .actions-toolbar div.secondary .action.remind,
.checkout-container .opc-wrapper .opc .becc_tax_exempt_reference .step-content .form.form-login .fieldset .actions-toolbar div.secondary .action.remind,
.checkout-container .opc-wrapper .opc .becc_required_date .step-content .form.form-login .fieldset .actions-toolbar div.secondary .action.remind,
.checkout-container .opc-wrapper .opc .checkout-shipping-address .step-content .form.form-shipping-address .fieldset .actions-toolbar div.secondary .action.remind,
.checkout-container .opc-wrapper .opc #branch-pickup-grid .step-content .form.form-shipping-address .fieldset .actions-toolbar div.secondary .action.remind,
.checkout-container .opc-wrapper .opc .becc_customer_order_ref .step-content .form.form-shipping-address .fieldset .actions-toolbar div.secondary .action.remind,
.checkout-container .opc-wrapper .opc .becc_tax_exempt_reference .step-content .form.form-shipping-address .fieldset .actions-toolbar div.secondary .action.remind,
.checkout-container .opc-wrapper .opc .becc_required_date .step-content .form.form-shipping-address .fieldset .actions-toolbar div.secondary .action.remind {
  margin-bottom: 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  margin-right: 15px;
  border-radius: 25px;
}
.checkout-container .opc-wrapper .opc .checkout-shipping-address .step-content #co-shipping-form.form-shipping-address,
.checkout-container .opc-wrapper .opc #branch-pickup-grid .step-content #co-shipping-form.form-shipping-address,
.checkout-container .opc-wrapper .opc .becc_customer_order_ref .step-content #co-shipping-form.form-shipping-address,
.checkout-container .opc-wrapper .opc .becc_tax_exempt_reference .step-content #co-shipping-form.form-shipping-address,
.checkout-container .opc-wrapper .opc .becc_required_date .step-content #co-shipping-form.form-shipping-address {
  width: 100%;
  max-width: none;
}
.checkout-container .opc-wrapper .opc .checkout-shipping-address .step-content #co-shipping-form.form-shipping-address #shipping-new-address-form,
.checkout-container .opc-wrapper .opc #branch-pickup-grid .step-content #co-shipping-form.form-shipping-address #shipping-new-address-form,
.checkout-container .opc-wrapper .opc .becc_customer_order_ref .step-content #co-shipping-form.form-shipping-address #shipping-new-address-form,
.checkout-container .opc-wrapper .opc .becc_tax_exempt_reference .step-content #co-shipping-form.form-shipping-address #shipping-new-address-form,
.checkout-container .opc-wrapper .opc .becc_required_date .step-content #co-shipping-form.form-shipping-address #shipping-new-address-form {
  width: 100%;
}
.checkout-container .opc-wrapper .opc .checkout-shipping-address .step-content #co-shipping-form.form-shipping-address #shipping-new-address-form .field,
.checkout-container .opc-wrapper .opc #branch-pickup-grid .step-content #co-shipping-form.form-shipping-address #shipping-new-address-form .field,
.checkout-container .opc-wrapper .opc .becc_customer_order_ref .step-content #co-shipping-form.form-shipping-address #shipping-new-address-form .field,
.checkout-container .opc-wrapper .opc .becc_tax_exempt_reference .step-content #co-shipping-form.form-shipping-address #shipping-new-address-form .field,
.checkout-container .opc-wrapper .opc .becc_required_date .step-content #co-shipping-form.form-shipping-address #shipping-new-address-form .field {
  display: inline-block;
  width: 45%;
}
.checkout-container .opc-wrapper .opc .checkout-shipping-address .step-content #co-shipping-form.form-shipping-address #shipping-new-address-form .field .control,
.checkout-container .opc-wrapper .opc #branch-pickup-grid .step-content #co-shipping-form.form-shipping-address #shipping-new-address-form .field .control,
.checkout-container .opc-wrapper .opc .becc_customer_order_ref .step-content #co-shipping-form.form-shipping-address #shipping-new-address-form .field .control,
.checkout-container .opc-wrapper .opc .becc_tax_exempt_reference .step-content #co-shipping-form.form-shipping-address #shipping-new-address-form .field .control,
.checkout-container .opc-wrapper .opc .becc_required_date .step-content #co-shipping-form.form-shipping-address #shipping-new-address-form .field .control {
  position: relative;
  padding-bottom: 15px;
}
.checkout-container .opc-wrapper .opc .checkout-shipping-address .step-content #co-shipping-form.form-shipping-address #shipping-new-address-form .field .control .field-note,
.checkout-container .opc-wrapper .opc #branch-pickup-grid .step-content #co-shipping-form.form-shipping-address #shipping-new-address-form .field .control .field-note,
.checkout-container .opc-wrapper .opc .becc_customer_order_ref .step-content #co-shipping-form.form-shipping-address #shipping-new-address-form .field .control .field-note,
.checkout-container .opc-wrapper .opc .becc_tax_exempt_reference .step-content #co-shipping-form.form-shipping-address #shipping-new-address-form .field .control .field-note,
.checkout-container .opc-wrapper .opc .becc_required_date .step-content #co-shipping-form.form-shipping-address #shipping-new-address-form .field .control .field-note {
  position: absolute;
}
.checkout-container .opc-wrapper .opc .checkout-shipping-address .step-content #co-shipping-form.form-shipping-address #shipping-new-address-form .field.street,
.checkout-container .opc-wrapper .opc #branch-pickup-grid .step-content #co-shipping-form.form-shipping-address #shipping-new-address-form .field.street,
.checkout-container .opc-wrapper .opc .becc_customer_order_ref .step-content #co-shipping-form.form-shipping-address #shipping-new-address-form .field.street,
.checkout-container .opc-wrapper .opc .becc_tax_exempt_reference .step-content #co-shipping-form.form-shipping-address #shipping-new-address-form .field.street,
.checkout-container .opc-wrapper .opc .becc_required_date .step-content #co-shipping-form.form-shipping-address #shipping-new-address-form .field.street {
  width: 90%;
}
.checkout-container .opc-wrapper .opc .checkout-shipping-address .step-content #co-shipping-form.form-shipping-address #shipping-new-address-form .field.street .field,
.checkout-container .opc-wrapper .opc #branch-pickup-grid .step-content #co-shipping-form.form-shipping-address #shipping-new-address-form .field.street .field,
.checkout-container .opc-wrapper .opc .becc_customer_order_ref .step-content #co-shipping-form.form-shipping-address #shipping-new-address-form .field.street .field,
.checkout-container .opc-wrapper .opc .becc_tax_exempt_reference .step-content #co-shipping-form.form-shipping-address #shipping-new-address-form .field.street .field,
.checkout-container .opc-wrapper .opc .becc_required_date .step-content #co-shipping-form.form-shipping-address #shipping-new-address-form .field.street .field {
  margin-left: 0px;
  width: 100%;
}
.checkout-container .opc-wrapper .opc .checkout-shipping-address .step-content #co-shipping-form.form-shipping-address #shipping-new-address-form .field.street .field.additional,
.checkout-container .opc-wrapper .opc #branch-pickup-grid .step-content #co-shipping-form.form-shipping-address #shipping-new-address-form .field.street .field.additional,
.checkout-container .opc-wrapper .opc .becc_customer_order_ref .step-content #co-shipping-form.form-shipping-address #shipping-new-address-form .field.street .field.additional,
.checkout-container .opc-wrapper .opc .becc_tax_exempt_reference .step-content #co-shipping-form.form-shipping-address #shipping-new-address-form .field.street .field.additional,
.checkout-container .opc-wrapper .opc .becc_required_date .step-content #co-shipping-form.form-shipping-address #shipping-new-address-form .field.street .field.additional {
  width: 47%;
}
.checkout-container .opc-wrapper .opc .checkout-shipping-address .step-content #co-shipping-form.form-shipping-address #shipping-new-address-form .field.street .field.additional:nth-child(2),
.checkout-container .opc-wrapper .opc #branch-pickup-grid .step-content #co-shipping-form.form-shipping-address #shipping-new-address-form .field.street .field.additional:nth-child(2),
.checkout-container .opc-wrapper .opc .becc_customer_order_ref .step-content #co-shipping-form.form-shipping-address #shipping-new-address-form .field.street .field.additional:nth-child(2),
.checkout-container .opc-wrapper .opc .becc_tax_exempt_reference .step-content #co-shipping-form.form-shipping-address #shipping-new-address-form .field.street .field.additional:nth-child(2),
.checkout-container .opc-wrapper .opc .becc_required_date .step-content #co-shipping-form.form-shipping-address #shipping-new-address-form .field.street .field.additional:nth-child(2) {
  margin-right: 5%;
}
.checkout-container .opc-wrapper .opc .checkout-shipping-address .ecc_customer_order_ref,
.checkout-container .opc-wrapper .opc #branch-pickup-grid .ecc_customer_order_ref,
.checkout-container .opc-wrapper .opc .becc_customer_order_ref .ecc_customer_order_ref,
.checkout-container .opc-wrapper .opc .becc_tax_exempt_reference .ecc_customer_order_ref,
.checkout-container .opc-wrapper .opc .becc_required_date .ecc_customer_order_ref,
.checkout-container .opc-wrapper .opc .checkout-shipping-address .ecc_tax_exempt_reference,
.checkout-container .opc-wrapper .opc #branch-pickup-grid .ecc_tax_exempt_reference,
.checkout-container .opc-wrapper .opc .becc_customer_order_ref .ecc_tax_exempt_reference,
.checkout-container .opc-wrapper .opc .becc_tax_exempt_reference .ecc_tax_exempt_reference,
.checkout-container .opc-wrapper .opc .becc_required_date .ecc_tax_exempt_reference {
  max-width: none;
  position: static;
  margin-top: 15px;
}
.checkout-container .opc-wrapper .opc .checkout-shipping-address .ecc_customer_order_ref .control .input-text,
.checkout-container .opc-wrapper .opc #branch-pickup-grid .ecc_customer_order_ref .control .input-text,
.checkout-container .opc-wrapper .opc .becc_customer_order_ref .ecc_customer_order_ref .control .input-text,
.checkout-container .opc-wrapper .opc .becc_tax_exempt_reference .ecc_customer_order_ref .control .input-text,
.checkout-container .opc-wrapper .opc .becc_required_date .ecc_customer_order_ref .control .input-text,
.checkout-container .opc-wrapper .opc .checkout-shipping-address .ecc_tax_exempt_reference .control .input-text,
.checkout-container .opc-wrapper .opc #branch-pickup-grid .ecc_tax_exempt_reference .control .input-text,
.checkout-container .opc-wrapper .opc .becc_customer_order_ref .ecc_tax_exempt_reference .control .input-text,
.checkout-container .opc-wrapper .opc .becc_tax_exempt_reference .ecc_tax_exempt_reference .control .input-text,
.checkout-container .opc-wrapper .opc .becc_required_date .ecc_tax_exempt_reference .control .input-text {
  width: 100%;
  margin-top: 5px;
}
.checkout-container .opc-wrapper .opc .becc_customer_order_ref,
.checkout-container .opc-wrapper .opc .becc_tax_exempt_reference {
  margin-top: -2px;
  border: 0px;
}
.checkout-container .opc-wrapper .opc .dda-block {
  background: #f9f9f9;
  padding: 15px 15px 15px 15px;
  -webkit-box-shadow: 0px 0px 3px 0px #d4d4d4;
  -moz-box-shadow: 0px 0px 3px 0px #d4d4d4;
  -o-box-shadow: 0px 0px 3px 0px #d4d4d4;
  box-shadow: 0px 0px 3px 0px #d4d4d4;
  border: 1px solid #d4d4d4;
  padding-bottom: 50px;
  margin-top: -2px;
  border: 0px;
}
.checkout-container .opc-wrapper .opc .dda-block .step-title {
  font-size: 1.8rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #222222;
  border-bottom: 1px solid #d4d4d4;
  margin-bottom: 5px;
}
.checkout-container .opc-wrapper .opc .dda-block .dda-form {
  padding: 15px 0px;
}
.checkout-container .opc-wrapper .opc .dda-block .dda-form .field .control .select {
  margin-top: 5px;
  width: 50%;
}
.checkout-container .opc-wrapper .opc .checkout-shipping-method#branchnextbutton {
  margin-bottom: 5px;
  margin-top: 8px;
  padding-right: 10px;
}
.checkout-container .opc-wrapper .opc .checkout-shipping-method#branchnextbutton .actions-toolbar div.primary .form methods-shipping .opc-branch-continue {
  padding: 5px 15px;
}
.checkout-container .opc-wrapper .opc li.checkout-shipping-method {
  background: #f9f9f9;
  padding: 15px 15px 15px 15px;
  -webkit-box-shadow: 0px 0px 3px 0px #d4d4d4;
  -moz-box-shadow: 0px 0px 3px 0px #d4d4d4;
  -o-box-shadow: 0px 0px 3px 0px #d4d4d4;
  box-shadow: 0px 0px 3px 0px #d4d4d4;
  border: 1px solid #d4d4d4;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border: 0px;
  margin-top: 15px;
}
.checkout-container .opc-wrapper .opc li.checkout-shipping-method .step-title {
  font-size: 1.8rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #222222;
}
.checkout-container .opc-wrapper .opc li.checkout-shipping-method .step-content {
  margin-bottom: 10px;
}
.checkout-container .opc-wrapper .opc li.checkout-shipping-method .step-content .table-checkout-shipping-method {
  background: #ffffff;
  margin-top: 15px;
  margin-bottom: 25px;
}
.checkout-container .opc-wrapper .opc li.checkout-shipping-method .step-content .table-checkout-shipping-method tbody {
  border: 1px solid #d4d4d4;
}
.checkout-container .opc-wrapper .opc li.checkout-shipping-method .step-content .table-checkout-shipping-method tbody tr td {
  padding-left: 10px;
}
.checkout-container .opc-wrapper .opc li.checkout-shipping-method .field .control .select {
  margin-top: 5px;
  width: 50%;
}
.checkout-container .opc-wrapper .opc li.checkout-shipping-method div.primary {
  background: transparent;
}
.checkout-container .opc-wrapper .opc li.checkout-shipping-method div.primary .continue.primary {
  padding: 7px 20px;
}
.checkout-container .opc-wrapper .opc li.checkout-shipping-method .dda-block {
  box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -webkit-box-shadow: none;
  padding: 0px;
  border: 0px;
}
.checkout-container .opc-wrapper .opc li.checkout-shipping-method .dda-block .dda-form {
  padding: 15px 0px;
}
.checkout-container .opc-wrapper .opc .checkout-payment-method {
  background: #f9f9f9;
  padding: 15px 15px 15px 15px;
  -webkit-box-shadow: 0px 0px 3px 0px #d4d4d4;
  -moz-box-shadow: 0px 0px 3px 0px #d4d4d4;
  -o-box-shadow: 0px 0px 3px 0px #d4d4d4;
  box-shadow: 0px 0px 3px 0px #d4d4d4;
  border: 1px solid #d4d4d4;
  box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -webkit-box-shadow: none;
  border: 0px;
  margin-top: 45px;
}
.checkout-container .opc-wrapper .opc .checkout-payment-method .fieldset br {
  display: none;
}
.checkout-container .opc-wrapper .opc .checkout-payment-method .step-title,
.checkout-container .opc-wrapper .opc .checkout-payment-method .legend {
  font-size: 1.8rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #222222;
  border-bottom: 1px solid #d4d4d4;
  margin-bottom: 15px;
}
.checkout-container .opc-wrapper .opc .checkout-payment-method .payment-method {
  margin-bottom: 15px;
  -webkit-box-shadow: 0px 0px 4px 1px #d4d4d4;
  -moz-box-shadow: 0px 0px 4px 1px #d4d4d4;
  -o-box-shadow: 0px 0px 4px 1px #d4d4d4;
  box-shadow: 0px 0px 4px 1px #d4d4d4;
}
.checkout-container .opc-wrapper .opc .checkout-payment-method .payment-method._active .payment-method-title .label {
  color: #006699;
}
.checkout-container .opc-wrapper .opc .checkout-payment-method .payment-method .payment-method-title {
  background: #ffffff;
  padding: 13px 10px 4px;
  border: 1px solid #d4d4d4;
}
.checkout-container .opc-wrapper .opc .checkout-payment-method .payment-method .payment-method-content {
  background: #ffffff;
  border: 1px solid #d4d4d4;
  border-top: 0px;
  padding: 15px;
}
.checkout-container .opc-wrapper .opc .checkout-payment-method .payment-method .payment-method-content .checkout-billing-address .billing-address-details {
  line-height: 20px;
}
.checkout-container .opc-wrapper .opc .checkout-payment-method .payment-method .payment-method-content .checkout-billing-address .billing-address-details br {
  display: block;
}
.checkout-container .opc-wrapper .opc .checkout-payment-method .payment-method .payment-method-content .checkout-billing-address .billing-address-details .action-edit-address {
  display: block;
  margin-top: 10px;
}
.checkout-container .opc-wrapper .opc .checkout-payment-method .payment-method .payment-method-content .checkout-billing-address .fieldset .actions-toolbar div.primary .action.action-update {
  border: 0px;
  -webkit-box-shadow: 0px 0px 4px 1px #d4d4d4;
  -moz-box-shadow: 0px 0px 4px 1px #d4d4d4;
  -o-box-shadow: 0px 0px 4px 1px #d4d4d4;
  box-shadow: 0px 0px 4px 1px #d4d4d4;
  color: #efefef;
  padding: 7px 15px 7px;
  border-radius: 25px;
  background: #006699;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 1.4rem;
  height: 38px;
  font-weight: bold;
  box-shadow: none;
  font-family: 'Source Sans Pro' !important;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.checkout-container .opc-wrapper .opc .checkout-payment-method .payment-method .payment-method-content .checkout-billing-address .fieldset .actions-toolbar div.primary .action.action-update:hover {
  background: #66cc66 !important;
  border: 0px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.checkout-container .opc-wrapper .opc .checkout-payment-method .payment-method .payment-method-content .checkout-billing-address .fieldset .actions-toolbar div.primary .action.action-cancel {
  border: 0px;
  color: #006699;
  background: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  outline: none;
  cursor: pointer;
  font-weight: bold;
  padding: 7px 15px 7px;
  border-radius: 25px;
  font-family: 'Source Sans Pro' !important;
  -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;
  margin-top: 0px;
  padding: 10px 15px;
}
.checkout-container .opc-wrapper .opc .checkout-payment-method .payment-method .payment-method-content .checkout-billing-address .fieldset .actions-toolbar div.primary .action.action-cancel:hover {
  background: #66cc66 !important;
  color: #006699;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: 0px;
}
.checkout-container .opc-wrapper .opc .checkout-payment-method .discount-code {
  margin-bottom: 30px;
  border-bottom: 1px solid #d4d4d4;
}
.checkout-container .opc-wrapper .opc .checkout-payment-method .discount-code:before {
  content: 'devider ';
  font-size: 0px;
  width: 100%;
  border-top: 0px solid #d4d4d4;
  position: relative;
  top: 3px;
  display: block;
  margin-top: 5px;
  height: 5px;
}
.checkout-container .opc-wrapper .opc .checkout-payment-method .discount-code .payment-option-title {
  padding: 10px 15px 10px 0px;
  border-top: 0px;
  border-bottom: 1px solid #d4d4d4;
  background: none;
  text-transform: uppercase;
  font-family: 'Source Sans Pro' !important;
  font-size: 1.8rem;
  font-weight: 600;
  border-bottom: 0px;
}
.checkout-container .opc-wrapper .opc .checkout-payment-method .discount-code .payment-option-title .action.action-toggle {
  color: #222222;
}
.checkout-container .opc-wrapper .opc .checkout-payment-method .discount-code .payment-option-content {
  background: none;
  padding: 15px;
  border: 0px;
  border-top: 1px solid #d4d4d4;
}
.checkout-container .opc-wrapper .opc .checkout-payment-method .discount-code .payment-option-content .form-discount .field .control div.mage-error[generated] {
  position: static;
}
.checkout-container .opc-wrapper .opc .checkout-payment-method .discount-code .payment-option-content .form-discount .payment-option-inner .field .control .input-text {
  height: 38px;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.checkout-container .opc-wrapper .opc .checkout-payment-method .discount-code .payment-option-content .form-discount .actions-toolbar div.primary .action.action-apply,
.checkout-container .opc-wrapper .opc .checkout-payment-method .discount-code .payment-option-content .form-discount .actions-toolbar div.primary .action.action-cancel {
  border: 0px;
  -webkit-box-shadow: 0px 0px 4px 1px #d4d4d4;
  -moz-box-shadow: 0px 0px 4px 1px #d4d4d4;
  -o-box-shadow: 0px 0px 4px 1px #d4d4d4;
  box-shadow: 0px 0px 4px 1px #d4d4d4;
  color: #efefef;
  padding: 7px 15px 7px;
  border-radius: 25px;
  background: #006699;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 1.4rem;
  height: 38px;
  font-weight: bold;
  box-shadow: none;
  font-family: 'Source Sans Pro' !important;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 7px 15px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.checkout-container .opc-wrapper .opc .checkout-payment-method .discount-code .payment-option-content .form-discount .actions-toolbar div.primary .action.action-apply:hover,
.checkout-container .opc-wrapper .opc .checkout-payment-method .discount-code .payment-option-content .form-discount .actions-toolbar div.primary .action.action-cancel:hover {
  background: #66cc66 !important;
  border: 0px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.checkout-container #opc-sidebar {
  background: #d4d4d4;
}
.checkout-container .opc-sidebar {
  width: 33.33%;
  margin: 0px 0 15px;
}
.checkout-container .opc-sidebar .modal-inner-wrap {
  border: 1px solid #d4d4d4;
  background: #fafafa;
}
.checkout-container .opc-sidebar .modal-inner-wrap .opc-block-summary {
  padding: 15px;
}
.checkout-container .opc-sidebar .modal-inner-wrap .opc-block-summary span.title {
  font-size: 1.8rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #222222;
}
.checkout-container .opc-sidebar .modal-inner-wrap .opc-block-summary {
  background: none;
}
.checkout-container .opc-sidebar .modal-inner-wrap .opc-block-summary .table-totals .totals .amount .price {
  font-weight: 600;
}
.checkout-container .opc-sidebar .modal-inner-wrap .opc-block-summary .table-totals .grand.totals.excl .mark .strong {
  font-weight: 600;
}
.checkout-container .opc-sidebar .modal-inner-wrap .opc-block-summary .items-in-cart .actions-toolbar {
  text-align: center;
}
.checkout-container .opc-sidebar .modal-inner-wrap .opc-block-summary .items-in-cart .actions-toolbar .secondary {
  border-top: 0px;
  display: inline-block;
  float: none;
}
.checkout-container .opc-sidebar .modal-inner-wrap .opc-block-summary .items-in-cart .actions-toolbar .secondary .action {
  background: none;
  padding-top: 7px;
}
.checkout-container .opc-sidebar .modal-inner-wrap .opc-block-summary .items-in-cart div.title {
  background: transparent;
  border-top: 1px solid #66cc66;
  border-bottom: 1px solid #66cc66;
  padding: 10px 40px 10px 0px;
}
.checkout-container .opc-sidebar .modal-inner-wrap .opc-block-summary .items-in-cart div.title strong {
  font-size: 1.8rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #222222;
  text-transform: none;
  font-size: 1.2rem;
  font-weight: 500;
}
.checkout-container .opc-sidebar .modal-inner-wrap .opc-block-summary .items-in-cart div.title:after {
  right: 15px;
  top: 12px;
  font-size: 2.2rem;
}
.checkout-container .opc-sidebar .modal-inner-wrap .opc-block-summary .items-in-cart .minicart-items-wrapper {
  padding-left: 0px;
  border: 0px;
  margin-right: 0px;
}
.checkout-container .opc-sidebar .modal-inner-wrap .opc-block-summary .items-in-cart .minicart-items-wrapper .minicart-items .product-item {
  background: #f9f9f9;
  padding: 15px 15px 15px 15px;
  -webkit-box-shadow: 0px 0px 3px 0px #d4d4d4;
  -moz-box-shadow: 0px 0px 3px 0px #d4d4d4;
  -o-box-shadow: 0px 0px 3px 0px #d4d4d4;
  box-shadow: 0px 0px 3px 0px #d4d4d4;
  border: 1px solid #d4d4d4;
  padding: 10px 10px;
  background: #ffffff;
  margin-bottom: 10px;
}
.checkout-container .opc-sidebar .modal-inner-wrap .opc-block-summary .items-in-cart .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product-item-inner .product-item-name-block .product-item-name {
  font-size: 1.6rem;
  font-weight: 600;
  margin: 0 0 5px;
}
.checkout-container .opc-sidebar .modal-inner-wrap .opc-block-summary .items-in-cart .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product-item-inner .product-item-name-block .details-qty {
  margin-top: 0px;
}
.checkout-container .opc-sidebar .modal-inner-wrap .opc-block-summary .items-in-cart .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product-item-inner .product-item-name-block .details-qty .value {
  padding-left: 5px;
  font-weight: 600;
}
.checkout-container .opc-sidebar .modal-inner-wrap .opc-block-summary .items-in-cart .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product-item-inner .subtotal {
  margin-top: 5px;
}
.checkout-container .opc-sidebar .modal-inner-wrap .opc-block-summary .items-in-cart .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product-item-inner .subtotal .price-including-tax .price {
  font-weight: 600;
}
.checkout-container .opc-sidebar .modal-inner-wrap .opc-block-summary .items-in-cart .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product.options .toggle {
  border: 0px;
  color: #006699;
  background: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  outline: none;
  cursor: pointer;
  font-weight: bold;
  padding: 7px 15px 7px;
  border-radius: 25px;
  font-family: 'Source Sans Pro' !important;
  -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;
  display: inline-block;
  padding: 5px;
}
.checkout-container .opc-sidebar .modal-inner-wrap .opc-block-summary .items-in-cart .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product.options .toggle:hover {
  background: #66cc66 !important;
  color: #006699;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: 0px;
}
.checkout-container .opc-sidebar .modal-inner-wrap .opc-block-summary .items-in-cart .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product.options .toggle span {
  font-size: 1.3reml;
}
.checkout-container .opc-sidebar .modal-inner-wrap .opc-block-shipping-information {
  padding: 0 15px 15px 15px;
}
.checkout-container .opc-sidebar .modal-inner-wrap .opc-block-shipping-information .shipping-information {
  background: #f9f9f9;
  padding: 15px 15px 15px 15px;
  -webkit-box-shadow: 0px 0px 3px 0px #d4d4d4;
  -moz-box-shadow: 0px 0px 3px 0px #d4d4d4;
  -o-box-shadow: 0px 0px 3px 0px #d4d4d4;
  box-shadow: 0px 0px 3px 0px #d4d4d4;
  border: 1px solid #d4d4d4;
}
.checkout-container .opc-sidebar .modal-inner-wrap .opc-block-shipping-information .shipping-information .shipping-information-title {
  font-size: 1.8rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #222222;
}
.checkout-onepage-success .page-main .page-title-wrapper {
  margin-bottom: 30px;
}
.checkout-onepage-success .page-main .page-title-wrapper .page-title {
  display: block;
  color: #66cc66;
  text-align: left;
  margin-top: 30px;
  font-size: 3.0rem;
  font-family: 'Source Sans Pro' !important;
}
.checkout-onepage-success .page-main .page-title-wrapper a.print {
  border: 0px;
  color: #006699;
  background: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  outline: none;
  cursor: pointer;
  font-weight: bold;
  padding: 7px 15px 7px;
  border-radius: 25px;
  font-family: 'Source Sans Pro' !important;
  -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;
  display: block;
  float: none;
  width: 220px;
  text-align: center;
}
.checkout-onepage-success .page-main .page-title-wrapper a.print:hover {
  background: #66cc66 !important;
  color: #006699;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: 0px;
}
.checkout-onepage-success .checkout-success,
.checkout-onepage-success #registration {
  width: 60%;
  font-weight: 600;
  margin-bottom: 15px;
}
.checkout-onepage-success .checkout-success p a,
.checkout-onepage-success #registration p a {
  color: #006699;
}
.checkout-onepage-success .checkout-success p a:hover,
.checkout-onepage-success #registration p a:hover {
  color: #222222;
}
.checkout-onepage-success .checkout-success .actions-toolbar,
.checkout-onepage-success #registration .actions-toolbar {
  margin-top: 55px;
}
.checkout-onepage-success .checkout-success .actions-toolbar div.primary,
.checkout-onepage-success #registration .actions-toolbar div.primary {
  margin-left: 0px;
  float: left;
}
.checkout-onepage-success .checkout-success .actions-toolbar a.action.primary.continue,
.checkout-onepage-success #registration .actions-toolbar a.action.primary.continue {
  padding: 9px 15px;
  font-size: 1.4rem;
}
.checkout-onepage-success .checkout-success #save-cart-as-list,
.checkout-onepage-success #registration #save-cart-as-list {
  float: left;
}
.checkout-onepage-success .checkout-success #save-cart-as-list #save-cart,
.checkout-onepage-success #registration #save-cart-as-list #save-cart {
  padding: 8px 15px;
}
.checkout-onepage-success #registration div {
  text-align: left;
}
.checkout-onepage-success #registration div p {
  text-align: left;
}
.checkout-onepage-success #registration div a.action.primary {
  margin-right: 15px;
  font-size: 1.4rem;
  padding: 9px 15px;
  margin-top: 10px;
  float: none;
}
.checkout-onepage-success #registration div a.action.primary:hover {
  float: none;
}
.checkout-onepage-success #registration div.messages {
  text-align: left;
}
.multishipping-checkout-success .page-title-wrapper .page-title {
  text-align: left;
  font-family: 'Source Sans Pro' !important;
  font-size: 3.0rem;
  font-weight: bold;
}
.multishipping-checkout-success .column.main .multicheckout.success {
  background: none;
  border: 0px;
  box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0px;
  padding: 0px;
  margin-top: 20px;
}
.multishipping-checkout-success .column.main .multicheckout.success p a {
  color: #66cc66;
}
.multishipping-checkout-success .column.main .multicheckout.success p a:hover {
  color: #006699;
}
.multishipping-checkout-success .column.main .multicheckout.success .actions {
  margin-top: 60px;
}
@media only screen and (max-width: 1280px) {
  .shipping-payment-header .shipping-payment-headcontainer {
    width: 90%;
    margin: 0;
  }
}
@media only screen and (max-width: 768px) {
  #save-cart-as-list,
  #cart-is-saved-msg-div {
    text-align: left;
  }
  .checkout-onepage-success .checkout-success #save-cart-as-list #save-cart,
  .checkout-onepage-success .checkout-onepage-success #registration #save-cart-as-list #save-cart {
    width: auto;
  }
  .checkout-container .opc-wrapper .opc .checkout-payment-method .discount-code .payment-option-title {
    padding: 10px 15px 10px 10px;
  }
  .checkout-container .modal-custom.opc-sidebar,
  .checkout-container .opc-wrapper {
    width: 100%;
  }
  .checkout-container .opc-summary-wrapper.custom-slide {
    width: 90%;
    float: left;
    margin-left: 3%;
  }
  .checkout-container .opc-summary-wrapper.custom-slide .modal-inner-wrap {
    transform: translateX(0%);
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    width: auto;
  }
  .checkout-index-index.page-layout-checkout .header.content a.logo {
    margin: 0px auto 5px 5px;
  }
  .checkout-index-index.page-layout-checkout .header.content a.logo img {
    max-height: 40px;
    height: auto;
    width: 70%;
    max-width: 145px;
  }
  #checkout .opc-estimated-wrapper {
    margin: -16px -15px 15px;
  }
  .checkout-shipping-method .step-content .methods-shipping .actions-toolbar#shipping-method-buttons-container {
    margin-bottom: 30px;
  }
  .checkout-shipping-method .step-content .methods-shipping .actions-toolbar#shipping-method-buttons-container div.primary {
    float: none;
  }
  .checkout-shipping-method .step-content .methods-shipping .actions-toolbar#shipping-method-buttons-container div.primary .action.continue {
    margin: 0px;
  }
  .checkout-payment-method .step-content .payment-method .payment-method-content .actions-toolbar {
    margin-bottom: 50px;
  }
  .checkout-payment-method .step-content .payment-method .payment-method-content .actions-toolbar div.primary {
    float: none;
  }
  .checkout-payment-method .step-content .payment-method .payment-method-content .actions-toolbar div.primary .primary.checkout {
    padding: 8px 20px;
    border-radius: 25px;
  }
  .checkout-onepage-success .checkout-success {
    width: 90%;
  }
  .checkout-onepage-success .checkout-success .actions-toolbar .primary,
  .checkout-onepage-success .checkout-success .actions-toolbar #save-cart-as-list {
    float: none;
    margin-left: 0px !important;
  }
  .checkout-onepage-success .checkout-success .actions-toolbar #save-cart-as-list #save-cart {
    width: 100%;
  }
  .checkout-container .opc-wrapper .opc .checkout-shipping-method#branchnextbutton {
    margin-bottom: 15px;
    padding-bottom: 30px;
  }
}
.checkout-defaults .delete-saved-card .material-icons {
  display: block;
}
.checkout-defaults .delete-saved-card:hover {
  text-decoration: none;
}
.checkout-defaults .delete-saved-card:before {
  display: none;
}
@media only screen and (max-width: 639px) {
  #branch-pickup-container #branchpickup-addresses .branchpickup-shipping-address-items .shipping-address-item button {
    width: 17px;
  }
  .opc-wrapper .step-content .methods-shipping {
    border-bottom: 0px;
  }
  .opc-wrapper .step-content .methods-shipping {
    padding-top: 5px;
  }
  .opc-wrapper .shipping-address-items .shipping-address-item {
    padding: 12px;
  }
  .checkout-container .opc-wrapper .opc .checkout-shipping-method#branchnextbutton {
    margin-bottom: 15px;
    padding-bottom: 30px;
  }
  .checkout-container .opc-wrapper .opc .checkout-shipping-method#branchnextbutton .actions-toolbar div.primary .methods-shipping {
    padding-top: 0px;
    border-bottom: 0px;
    margin: 0px;
  }
  .checkout-container .opc-wrapper .opc .action-select-shipping-item {
    width: 60%;
  }
  .checkout-container .opc-wrapper .opc .field.becc_customer_order_ref .control,
  .checkout-container .opc-wrapper .opc .field.becc_tax_exempt_reference .control,
  .checkout-container .opc-wrapper .opc .becc_required_date .control {
    width: 100%;
  }
}
@media only screen and (max-width: 560px) {
  .opc-wrapper .shipping-information .ship-to,
  .opc-wrapper .shipping-information .ship-via {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .multishipping-checkout-addresses .multicheckout.address.form {
    width: 100%;
  }
  .multishipping-checkout-addresses .multicheckout.address.form .table-wrapper .items.data.table tbody tr:nth-child(even) td.product-details .chk-item-remove,
  .multishipping-checkout-addresses .multicheckout.address.form .table-wrapper .items.data.table tbody tr:nth-child(odd) td.product-details .chk-item-remove {
    position: static;
    margin: 10px;
  }
  .multishipping-checkout-addresses .multicheckout.address.form .table-wrapper .items.data.table tbody tr td.product-details .chk-item-remove {
    position: static;
    margin: 10px;
  }
}
/**
 * Copyright © 2010-2018 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 : 15-Apr-2020,
    Author     : Muralidhar.Dixit
*/
.cms-home .page.messages {
  z-index: 99;
  margin-top: -15px;
}
.cms-home .page.messages .messages div.message,
.cms-home .page.messages .messages .message.warning,
.cms-home .page.messages .messages .message.success {
  margin: 0px !important;
}
.cms-home #maincontent.page-main {
  max-width: 100%;
  background: #fafafa;
}
.cms-home #maincontent.page-main .columns {
  max-width: 1280px;
  margin: 0 auto;
}
.cms-home .full-slideshow-wrapper section.slider .slick-prev,
.cms-home .full-slideshow-wrapper section.slider .slick-next {
  background: none;
}
.cms-home .full-slideshow-wrapper section.slider .slick-prev:before,
.cms-home .full-slideshow-wrapper section.slider .slick-next:before {
  font-size: 2.4rem;
  background: none;
}
.cms-home .full-slideshow-wrapper section.slider .slick-prev:hover,
.cms-home .full-slideshow-wrapper section.slider .slick-next:hover {
  background: none !important;
}
.page-wrapper .full-slideshow-wrapper {
  margin-top: -6px;
}
.page-wrapper .full-slideshow-wrapper ul.slick-dots li {
  width: 10px;
}
.page-wrapper .full-slideshow-wrapper ul.slick-dots li button {
  background: #66cc66 !important;
  height: 10px !important;
  width: 10px !important;
}
.page-wrapper .full-slideshow-wrapper ul.slick-dots li button:before {
  display: none;
}
.page-wrapper .full-slideshow-wrapper ul.slick-dots li.slick-active button {
  background: #006699 !important;
}
.title-line {
  width: 100px;
  height: 3px;
  background: #66cc66;
  margin: 0px auto;
  display: inline-block;
}
.home-section-title {
  line-height: 10px;
  text-align: center;
}
.home-section-title h3.title-txt {
  margin-bottom: 0rem;
  font-size: 2.4rem;
  color: #333333;
}
/* Blog Section */
.blog-sec {
  background: #d4d4d4;
  padding-top: 20px;
}
.blog-sec .viewall-blogs-link {
  text-align: right;
}
.blog-sec .viewall-blogs-link .viewall-blogs {
  color: #006699;
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  text-align: right;
}
.blog-sec .viewall-blogs-link .viewall-blogs:hover {
  color: #66cc66;
}
.blog-sec .viewall-blogs-link .viewall-blogs:after {
  content: "\276F";
  font-size: 1.4rem;
  color: #006699;
  margin-left: 5px;
  text-decoration: none;
  font-weight: bold;
}
.blog-sec .blog-item-slick {
  width: 100%;
  margin-top: 25px;
  margin-bottom: 25px;
}
.blog-sec .blog-item-slick .slick-prev,
.blog-sec .blog-item-slick .slick-next {
  display: inline-block;
  border: 0px;
  font-size: 0px;
  background: #66cc66;
  height: 30px;
  width: 30px;
  border-radius: 50%;
}
.blog-sec .blog-item-slick .slick-prev:after,
.blog-sec .blog-item-slick .slick-next:after {
  color: #ffffff;
  font-size: 2.2rem;
}
.blog-sec .blog-item-slick .slick-prev:hover,
.blog-sec .blog-item-slick .slick-next:hover {
  background: #006699 !important;
}
.blog-sec .blog-item-slick .slick-prev:hover:after,
.blog-sec .blog-item-slick .slick-next:hover:after {
  color: #c9c9c9;
}
.blog-sec .blog-item-slick .slick-prev:active,
.blog-sec .blog-item-slick .slick-next:active,
.blog-sec .blog-item-slick .slick-prev:focus,
.blog-sec .blog-item-slick .slick-next:focus {
  background: #66cc66;
  color: #ffffff;
}
.blog-sec .blog-item-slick .slick-prev {
  left: 93.5%;
  top: -20px;
}
.blog-sec .blog-item-slick .slick-prev:before {
  content: "\276E";
  color: #ffffff;
  position: static;
  background: none;
}
.blog-sec .blog-item-slick .slick-next {
  right: 1%;
  top: -20px;
}
.blog-sec .blog-item-slick .slick-next:before {
  content: "\276F";
  color: #ffffff;
  position: static;
  background: none;
}
.blog-sec .blog-item-slick .blog-item {
  width: 29%;
  float: left;
  margin: 5px 10px;
  padding: 10px;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 4px 1px #d4d4d4;
  -moz-box-shadow: 0px 0px 4px 1px #d4d4d4;
  -o-box-shadow: 0px 0px 4px 1px #d4d4d4;
  box-shadow: 0px 0px 4px 1px #d4d4d4;
}
.blog-sec .blog-item-slick .blog-item .blog-date {
  margin-bottom: 5px;
  margin-top: 5px;
  font-size: 1.3rem;
  color: #66cc66;
}
.blog-sec .blog-item-slick .blog-item .blog-title {
  font-size: 1.4rem;
  font-weight: 600;
  color: #303030;
  margin-bottom: 5px;
  margin-top: 5px;
  height: 45px;
}
.blog-sec .blog-item-slick .blog-item .blog-img {
  width: 97.5%;
  margin: 5px auto;
}
.blog-sec .blog-item-slick .blog-item .blog-img .blog-img-pic {
  margin: 0 auto;
  max-width: 380px;
  max-height: 255px;
  width: 100%;
}
.blog-sec .blog-item-slick .blog-item .blog-content {
  font-size: 1.4rem;
  color: #303030;
  padding: 15px 10px;
  height: 26px;
  overflow: hidden;
  width: auto;
  text-align: justify;
  word-break: break-word;
}
.blog-sec .blog-item-slick .blog-item .blog-more-btn {
  margin-top: 15px;
  text-align: right;
}
.blog-sec .blog-item-slick .blog-item .blog-more-btn .blog-btn {
  border: 0px;
  -webkit-box-shadow: 0px 0px 4px 1px #d4d4d4;
  -moz-box-shadow: 0px 0px 4px 1px #d4d4d4;
  -o-box-shadow: 0px 0px 4px 1px #d4d4d4;
  box-shadow: 0px 0px 4px 1px #d4d4d4;
  color: #efefef;
  padding: 7px 15px 7px;
  border-radius: 25px;
  background: #006699;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 1.4rem;
  height: 38px;
  font-weight: bold;
  box-shadow: none;
  font-family: 'Source Sans Pro' !important;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-transform: capitalize;
}
.blog-sec .blog-item-slick .blog-item .blog-more-btn .blog-btn:hover {
  background: #66cc66 !important;
  border: 0px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
/* End of Blog section */
/* Top Categories */
.top-categories-sec {
  margin-top: 55px;
  margin-bottom: 15px;
}
.top-categories-sec .tpcats {
  margin-top: 20px;
}
.top-categories-sec .tpcats .tpcatsrow {
  padding: 0px;
  text-align: center;
}
.top-categories-sec .tpcats .tpcatsrow .tpcatitem {
  list-style: none;
  display: inline-block;
  width: 16%;
}
.top-categories-sec .tpcats .tpcatsrow .tpcatitem .tpcatimg {
  max-width: 160px;
  max-height: 160px;
  margin: 0 auto;
}
.top-categories-sec .tpcats .tpcatsrow .tpcatitem .tpcatimg .tpcatimg-photo {
  width: 100%;
  max-width: 160px;
  max-height: 160px;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
  box-shadow: 0px 0px 12px #999999;
  -moz-box-shadow: 0px 0px 12px #999999;
  -webkit-box-shadow: 0px 0px 12px #999999;
  -o-box-shadow: 0px 0px 12px #999999;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.top-categories-sec .tpcats .tpcatsrow .tpcatitem .tpcatimg .tpcatimg-photo:hover {
  -ms-transform: scale(1.05, 1.05);
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.top-categories-sec .tpcats .tpcatsrow .tpcatitem .tpcatname {
  max-width: 160px;
  padding: 15px;
  margin: 0 auto;
  font-size: 1.2rem;
  height: 40px;
  display: grid;
  text-transform: uppercase;
  font-weight: 600;
}
.top-categories-sec .tpcats .tpcatsrow.tpcatcol4 .tpcatitem {
  width: 24%;
}
.top-categories-sec .tpcats .tpcatsrow.tpcatcol5 .tpcatitem {
  width: 19%;
}
/* End of Top Categories */
.home-products-showcase {
  position: relative;
  padding-top: 30px;
}
.home-products-showcase .home-prod-row .ecc-uom.ecc-uom-grouped .child_uom {
  width: auto !important;
  max-width: 80px !important;
}
.home-products-showcase .actionscroll-btn {
  position: absolute;
  right: 20px;
  top: 60px;
}
.home-products-showcase .actionscroll-btn .lscroll-bestseller-product,
.home-products-showcase .actionscroll-btn .rscroll-bestseller-product,
.home-products-showcase .actionscroll-btn .lscroll-featured-product,
.home-products-showcase .actionscroll-btn .rscroll-featured-product,
.home-products-showcase .actionscroll-btn .lscroll-newsale-product,
.home-products-showcase .actionscroll-btn .rscroll-newsale-product {
  display: inline-block;
  border: 0px;
  font-size: 0px;
  background: #66cc66;
  height: 30px;
  width: 30px;
  border-radius: 50%;
}
.home-products-showcase .actionscroll-btn .lscroll-bestseller-product:after,
.home-products-showcase .actionscroll-btn .rscroll-bestseller-product:after,
.home-products-showcase .actionscroll-btn .lscroll-featured-product:after,
.home-products-showcase .actionscroll-btn .rscroll-featured-product:after,
.home-products-showcase .actionscroll-btn .lscroll-newsale-product:after,
.home-products-showcase .actionscroll-btn .rscroll-newsale-product:after {
  color: #ffffff;
  font-size: 2.2rem;
}
.home-products-showcase .actionscroll-btn .lscroll-bestseller-product:hover,
.home-products-showcase .actionscroll-btn .rscroll-bestseller-product:hover,
.home-products-showcase .actionscroll-btn .lscroll-featured-product:hover,
.home-products-showcase .actionscroll-btn .rscroll-featured-product:hover,
.home-products-showcase .actionscroll-btn .lscroll-newsale-product:hover,
.home-products-showcase .actionscroll-btn .rscroll-newsale-product:hover {
  background: #006699 !important;
}
.home-products-showcase .actionscroll-btn .lscroll-bestseller-product:hover:after,
.home-products-showcase .actionscroll-btn .rscroll-bestseller-product:hover:after,
.home-products-showcase .actionscroll-btn .lscroll-featured-product:hover:after,
.home-products-showcase .actionscroll-btn .rscroll-featured-product:hover:after,
.home-products-showcase .actionscroll-btn .lscroll-newsale-product:hover:after,
.home-products-showcase .actionscroll-btn .rscroll-newsale-product:hover:after {
  color: #ffffff;
}
.home-products-showcase .actionscroll-btn .lscroll-bestseller-product:active,
.home-products-showcase .actionscroll-btn .rscroll-bestseller-product:active,
.home-products-showcase .actionscroll-btn .lscroll-featured-product:active,
.home-products-showcase .actionscroll-btn .rscroll-featured-product:active,
.home-products-showcase .actionscroll-btn .lscroll-newsale-product:active,
.home-products-showcase .actionscroll-btn .rscroll-newsale-product:active,
.home-products-showcase .actionscroll-btn .lscroll-bestseller-product:focus,
.home-products-showcase .actionscroll-btn .rscroll-bestseller-product:focus,
.home-products-showcase .actionscroll-btn .lscroll-featured-product:focus,
.home-products-showcase .actionscroll-btn .rscroll-featured-product:focus,
.home-products-showcase .actionscroll-btn .lscroll-newsale-product:focus,
.home-products-showcase .actionscroll-btn .rscroll-newsale-product:focus {
  background: #66cc66;
  color: #ffffff;
}
.home-products-showcase .actionscroll-btn .lscroll-bestseller-product:after,
.home-products-showcase .actionscroll-btn .lscroll-featured-product:after,
.home-products-showcase .actionscroll-btn .lscroll-newsale-product:after {
  content: "\276E";
  color: #efefef;
  position: relative;
  top: 1px;
  right: 7px;
}
.home-products-showcase .actionscroll-btn .rscroll-bestseller-product:after,
.home-products-showcase .actionscroll-btn .rscroll-featured-product:after,
.home-products-showcase .actionscroll-btn .rscroll-newsale-product:after {
  content: "\276F";
  color: #efefef;
  position: relative;
  top: 1px;
  right: 5px;
}
.home-products-showcase .icon-loading {
  position: absolute;
  z-index: 9999;
  width: 100%;
  height: 100%;
  text-align: center;
  background: url(../../frontend/Epicor/dualcolor/en_US/images/loading_cart.gif) no-repeat center center;
  display: none;
}
.home-products-showcase .overlayloader {
  display: none;
  position: absolute;
  top: 40px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  margin: 0 auto;
  width: 100%;
  background: #ffffff;
  z-index: 1;
  opacity: 0.5;
}
.home-prod-row {
  margin-top: 45px;
  text-align: center;
}
.home-prod-row .home-product-sec .product-item-details .price-wrapper.price-including-tax {
  display: inline-block;
}
.home-prod-row .hide-price-button {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 1.4rem;
}
.home-prod-row .hide-price-button span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home-prod-row.three-prod .home-product-sec {
  width: 31%;
  float: left;
  margin: 5px 1%;
}
.home-prod-row.four-prod .home-product-sec {
  width: 23.3%;
  float: left;
  margin: 5px 0.7%;
}
.home-prod-row .slick-slide {
  margin: 0px 10px;
}
.home-prod-row .home-product-sec {
  background: #ffffff;
  padding: 0px;
  box-shadow: 0px 0px 2px 0px #dddddd;
  border-bottom: 3px solid transparent;
  position: relative;
  min-height: 250px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.home-prod-row .home-product-sec .confi-icon {
  display: block;
}
.home-prod-row .home-product-sec .confi-text {
  display: none;
}
.home-prod-row .home-product-sec .home-prod-desc .loader {
  position: relative;
  bottom: -5px;
  max-width: 50px;
  margin: 0 auto;
}
.home-prod-row .home-product-sec .home-prod-desc .product-item-inner .product-item-actions .secondary-addto-links .action {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.home-prod-row .home-product-sec .home-prod-desc .product-item-inner .product-item-actions .secondary-addto-links .action.tocompare,
.home-prod-row .home-product-sec .home-prod-desc .product-item-inner .product-item-actions .secondary-addto-links .action.towishlist {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.home-prod-row .home-product-sec .home-prod-desc .product-item-inner .product-item-actions .configurable_addtocart .add-to-cart .configurator-add.btn-cart .material-icons {
  top: 2px !important;
}
.home-prod-row .home-product-sec .home-prod-desc .product-item-inner .product-item-actions .action.tocart.primary {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.home-prod-row .home-product-sec .home-prod-desc .product-item-inner .product-item-actions .action.tocart.primary .material-icons {
  font-size: 2.6rem;
  position: relative;
  top: 4px;
  right: 3px;
}
.home-prod-row .home-product-sec .home-prod-desc .product-item-inner .product-item-actions .action.tocart.primary.details .material-icons {
  top: 3px;
  right: 4px;
}
.home-prod-row .home-product-sec:hover {
  background: #ffffff;
  -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: 0px 0px 7px 0px #d4d4d4;
}
.home-prod-row .home-product-sec:hover .product-item-photo .home-prod-img .product-image-container .product-image-wrapper .product-image-photo {
  -ms-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.home-prod-row .home-product-sec:hover .home-prod-desc .product-item-inner .product-item-actions .secondary-addto-links {
  width: 80px;
}
.home-prod-row .home-product-sec:hover .home-prod-desc .product-item-inner .product-item-actions .secondary-addto-links .action {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.home-prod-row .home-product-sec:hover .home-prod-desc .product-item-inner .product-item-actions .secondary-addto-links .action.tocompare {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 65px;
}
.home-prod-row .home-product-sec:hover .home-prod-desc .product-item-inner .product-item-actions .secondary-addto-links .action.tocompare span {
  position: relative;
  font-size: 0px;
}
.home-prod-row .home-product-sec:hover .home-prod-desc .product-item-inner .product-item-actions .secondary-addto-links .action.tocompare span .material-icons {
  background: #66cc66;
  font-size: 2.4rem;
  color: #006699;
  padding: 10px;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.home-prod-row .home-product-sec:hover .home-prod-desc .product-item-inner .product-item-actions .secondary-addto-links .action.tocompare:hover span .material-icons {
  background: #006699;
  color: #66cc66;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.home-prod-row .home-product-sec:hover .home-prod-desc .product-item-inner .product-item-actions .secondary-addto-links .action.towishlist {
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 15px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.home-prod-row .home-product-sec:hover .home-prod-desc .product-item-inner .product-item-actions .secondary-addto-links .action.towishlist span {
  position: relative;
  font-size: 0px;
}
.home-prod-row .home-product-sec:hover .home-prod-desc .product-item-inner .product-item-actions .secondary-addto-links .action.towishlist span .material-icons {
  background: #66cc66;
  font-size: 2.4rem;
  color: #006699;
  padding: 10px;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.home-prod-row .home-product-sec:hover .home-prod-desc .product-item-inner .product-item-actions .secondary-addto-links .action.towishlist:hover {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.home-prod-row .home-product-sec:hover .home-prod-desc .product-item-inner .product-item-actions .secondary-addto-links .action.towishlist:hover span .material-icons {
  background: #006699;
  color: #66cc66;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.home-prod-row .home-product-sec .product-image-container {
  width: 100% !important;
}
.home-prod-row .home-product-sec .product-item-photo {
  display: block;
  float: none;
  height: 240px;
  width: 100%;
}
.home-prod-row .home-product-sec .product-item-photo .product-image-wrapper {
  height: auto;
  position: static;
  padding-bottom: 0px !important;
}
.home-prod-row .home-product-sec .product-item-photo .product-image-wrapper .product-image-photo {
  -ms-transform: scale(0.95, 0.95);
  -moz-transform: scale(0.95, 0.95);
  -webkit-transform: scale(0.95, 0.95);
  transform: scale(0.95, 0.95);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding-top: 10px;
  max-width: 410px;
  width: auto;
  max-height: 240px;
  position: static;
  margin: 0 auto;
  height: 220px;
}
.home-prod-row .home-product-sec .home-prod-desc {
  float: none;
  width: 95%;
  padding: 0px 10px;
  height: 120px;
  text-align: left;
}
.home-prod-row .home-product-sec .home-prod-desc .product-item-name {
  margin: 0px;
  display: inline-block;
  width: 100%;
}
.home-prod-row .home-product-sec .home-prod-desc .product-item-name .product-item-link {
  font-size: 1.6rem;
  color: #333333;
  text-decoration: none;
  font-weight: 600;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.home-prod-row .home-product-sec .home-prod-desc .product-item-name .product-item-link:hover {
  color: #66cc66;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.home-prod-row .home-product-sec .home-prod-desc .product_stock_display {
  display: none;
  margin-top: 5px;
}
.home-prod-row .home-product-sec .home-prod-desc .product_stock_display .availability {
  font-size: 1.3rem;
}
.home-prod-row .home-product-sec .home-prod-desc .product_stock_display .availability span {
  font-weight: 700;
}
.home-prod-row .home-product-sec .home-prod-desc .price-box .price-container .price {
  font-size: 2.4rem;
  font-weight: 600;
  color: #006699;
  font-family: 'Source Sans Pro' !important;
}
.home-prod-row .home-product-sec .home-prod-desc .price-box .price-container .ecc-uom-grouped select.child_uom {
  width: auto;
}
.home-prod-row .home-product-sec .home-prod-desc .price-box .price-container .price-excluding-tax:before {
  font-size: 1.4rem;
  font-weight: 600;
}
.home-prod-row .home-product-sec .home-prod-desc .price-box .price-container .price-excluding-tax .price {
  font-size: 1.4rem;
}
.home-prod-row .home-product-sec .home-prod-desc .price-box .special-price,
.home-prod-row .home-product-sec .home-prod-desc .price-box .old-price {
  display: block;
}
.home-prod-row .home-product-sec .home-prod-desc .price-box .special-price .price-container .price-excluding-tax:before,
.home-prod-row .home-product-sec .home-prod-desc .price-box .old-price .price-container .price-excluding-tax:before {
  font-size: 1.4rem;
  font-weight: 600;
}
.home-prod-row .home-product-sec .home-prod-desc .price-box .special-price .price-container .price-excluding-tax .price,
.home-prod-row .home-product-sec .home-prod-desc .price-box .old-price .price-container .price-excluding-tax .price {
  font-size: 1.4rem;
}
.home-prod-row .home-product-sec .home-prod-desc .price-box .special-price .price,
.home-prod-row .home-product-sec .home-prod-desc .price-box .old-price .price {
  font-size: 2.4rem;
  font-family: 'Source Sans Pro' !important;
  font-weight: 600;
}
.home-prod-row .home-product-sec .home-prod-desc .price-box .old-price .price-container .price-wrapper {
  display: inline;
}
.home-prod-row .home-product-sec .home-prod-desc .price-box .old-price .price {
  font-size: 1.4rem;
  font-weight: bold;
  font-family: 'Source Sans Pro' !important;
  display: inline;
}
.home-prod-row .home-product-sec .home-prod-desc .product-item-inner {
  position: static;
}
.home-prod-row .home-product-sec .home-prod-desc .product-item-inner .locations_add_to_cart a {
  display: none;
}
.home-prod-row .home-product-sec .home-prod-desc .product-item-inner .action.primary {
  margin-right: 0px;
}
.home-prod-row .home-product-sec .home-prod-desc .product-item-inner .action.primary .action.primary {
  padding: 5px 8px 6px;
}
.home-prod-row .home-product-sec .home-prod-desc .product-item-inner .product-item-actions .secondary-addto-links .action.tocompare,
.home-prod-row .home-product-sec .home-prod-desc .product-item-inner .product-item-actions .secondary-addto-links .action.towishlist {
  display: none;
}
.home-prod-row.no-wishlist-home .home-product-sec:hover .home-prod-desc .product-item-inner .product-item-actions .secondary-addto-links .action.tocompare {
  right: 20px;
}
.featured-product,
.bestseller-product {
  margin-top: 15px;
}
.cms-index-index .page-title-wrapper {
  display: none;
}
.main-banner .banner-item {
  position: relative;
}
.main-banner .banner-item .banner-img {
  width: 100%;
  max-width: 1240px;
}
.main-banner .banner-item .banner-content {
  position: absolute;
  top: 24%;
  left: 5%;
  background: none;
  padding: 30px;
  width: 70%;
}
.main-banner .banner-item .banner-content h2.banner-title {
  color: #efefef;
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 4.0rem;
}
.main-banner .banner-item .banner-content p.banner-text {
  color: #efefef;
  margin-bottom: 30px;
  font-size: 2.5rem;
}
.main-banner .banner-item .banner-content a.banner-link {
  border-radius: 25px;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  text-transform: uppercase;
  height: 38px;
  font-weight: bold;
  font-family: 'Source Sans Pro' !important;
  background: #66cc66;
  border: 1px solid transparent;
  font-size: 1.2rem;
  padding: 10px 15px;
  color: #006699;
}
.main-banner .banner-item .banner-content a.banner-link:hover {
  border: 1px solid transparent;
  background: #006699;
  color: #66cc66 !important;
}
.two-col-banner {
  margin-top: 4px;
  width: 100%;
}
.two-col-banner .col2-banner {
  float: left;
  width: 70%;
  margin: 0px;
  padding-right: 5px;
}
.two-col-banner .col2-banner ul.slick-dots li {
  width: 10px;
}
.two-col-banner .col2-banner ul.slick-dots li button {
  background: #66cc66 !important;
  height: 10px !important;
  width: 10px !important;
}
.two-col-banner .col2-banner ul.slick-dots li button:before {
  display: none;
}
.two-col-banner .col2-banner ul.slick-dots li.slick-active button {
  background: #006699 !important;
}
.two-col-banner .col2-banner .slick-slide {
  margin: 0px;
}
.two-col-banner .col2-banner .slick-next {
  right: 25px;
  background: none;
}
.two-col-banner .col2-banner .slick-next:hover {
  background: none !important;
}
.two-col-banner .col2-banner .slick-next:hover:before {
  color: #000000;
}
.two-col-banner .col2-banner .slick-next:before {
  content: "\276F";
  color: #ffffff;
  font-size: 2.4rem;
  background: none !important;
}
.two-col-banner .col2-banner .slick-prev {
  left: 10px;
  z-index: 1;
  background: none;
}
.two-col-banner .col2-banner .slick-prev:hover {
  background: none !important;
}
.two-col-banner .col2-banner .slick-prev:hover:before {
  color: #000000;
}
.two-col-banner .col2-banner .slick-prev:before {
  content: "\276E";
  color: #ffffff;
  background: none !important;
  font-size: 2.4rem;
}
.two-col-banner .col2-banner .col1-banner-items .col1-banner-item .col1-banner-img {
  width: 100%;
  max-width: 884px;
}
.two-col-banner .col2-banner .col1-banner-items .col1-banner-item .col2-banner-cotent .col2-banner-heading {
  font-size: 3.0rem;
  margin-bottom: 10px;
  color: #ffffff;
}
.two-col-banner .col2-banner .col1-banner-items .col1-banner-item .col2-banner-cotent .col2-banner-text {
  font-size: 2.5rem;
  margin-bottom: 20px;
  color: #ffffff;
  font-family: 'Source Sans Pro' !important;
}
.two-col-banner .col2-banner .col1-banner-items .col1-banner-item .col2-banner-cotent .banner-rm-link {
  font-size: 1.4rem;
  font-family: 'Source Sans Pro' !important;
  padding: 10px 15px;
  background: #66cc66;
  color: #006699;
}
.two-col-banner .col2-static-imgs {
  float: left;
  width: 30%;
}
.two-col-banner .col2-static-imgs .col-2-imgdiv {
  max-width: 385px;
  position: relative;
}
.two-col-banner .col2-static-imgs .col-2-imgdiv:nth-child(2) {
  top: 0px;
}
.two-col-banner .col2-static-imgs .col-2-imgdiv .col-2-img {
  max-width: 385px;
  width: 100%;
}
.two-col-banner .col2-static-imgs .col-2-imgdiv .col-2-img-cotent {
  position: absolute;
  top: 10%;
  left: 7%;
  width: 80%;
}
.two-col-banner .col2-static-imgs .col-2-imgdiv .col-2-img-cotent .img-link {
  outline: none;
  text-decoration: none;
  color: transparent;
}
.two-col-banner .col2-static-imgs .col-2-imgdiv .col-2-img-cotent .col-2-img-heading {
  font-size: 3rem;
  margin-bottom: 3px;
  color: #ffffff;
  text-decoration: none;
}
.two-col-banner .col2-static-imgs .col-2-imgdiv .col-2-img-cotent .col-2-img-text {
  font-size: 1.8rem;
  font-family: 'Source Sans Pro' !important;
  color: #ffffff;
  text-decoration: none;
}
.two-col-banner .col2-static-imgs .col-2-imgdiv .col-2-img-cotent .banner-link {
  font-size: 1.2rem;
  margin-top: 5px;
  font-family: 'Source Sans Pro' !important;
  padding: 10px 15px;
  background: #66cc66;
  color: #006699;
  border-radius: 25px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
}
.two-col-banner .col2-static-imgs .col-2-imgdiv .col-2-img-cotent .banner-link:hover {
  text-decoration: none;
  background: #006699;
  color: #66cc66;
}
@media only screen and (min-width: 960px) and (max-width: 1200px) {
  .two-col-banner .col2-static-imgs .col-2-imgdiv .col-2-img-cotent {
    top: 0px;
  }
  .two-col-banner .col2-static-imgs .col-2-imgdiv .col-2-img-cotent .col-2-img-heading {
    font-size: 2.4rem;
  }
  .two-col-banner .col2-static-imgs .col-2-imgdiv .col-2-img-cotent .col-2-img-text {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .two-col-banner .col2-static-imgs .col-2-imgdiv .col-2-img-cotent {
    top: 0px;
  }
  .two-col-banner .col2-static-imgs .col-2-imgdiv .col-2-img-cotent .col-2-img-heading {
    font-size: 1.8rem;
    margin-top: 10px;
  }
  .two-col-banner .col2-static-imgs .col-2-imgdiv .col-2-img-cotent .col-2-img-text {
    font-size: 1.4rem;
  }
  .two-col-banner .col2-static-imgs .col-2-imgdiv .col-2-img-cotent .banner-link {
    padding: 6px 12px;
  }
  .home-prod-row .slick-slide > div {
    padding: 3px 7px;
  }
  .home-prod-row.three-prod .home-product-sec {
    width: 29%;
  }
  .home-prod-row.four-prod .home-product-sec {
    width: 21.5%;
  }
  .home-prod-row .home-product-sec .product-item-photo {
    height: 180px;
  }
  .home-prod-row .home-product-sec .product-item-photo .product-image-wrapper .product-image-photo {
    padding-top: 5px;
    max-height: 160px;
    height: 160px;
    width: auto;
    margin: 0 auto;
  }
  .home-prod-row .home-product-sec .home-prod-desc .product-item-name .product-item-link {
    font-size: 1.4rem;
  }
  .home-prod-row .home-product-sec .home-prod-desc .price-box .special-price .price {
    font-size: 2.2rem;
  }
  .home-prod-row .home-product-sec .home-prod-desc .price-box .old-price .price {
    font-size: 1.6rem;
  }
  .home-prod-row .home-product-sec .home-prod-desc .product-item-inner .product-item-actions .actions-primary {
    position: absolute;
    right: 10px;
  }
  .home-prod-row .home-product-sec .home-prod-desc .product-item-inner .product-item-actions .actions-primary button.action.primary {
    padding: 3px 8px 4px;
    font-size: 1.3rem;
    border-radius: 25%;
  }
}
@media only screen and (min-width: 850px) and (max-width: 1160px) {
  .blog-sec .blog-item-slick .slick-prev {
    left: 94%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1020px) {
  .main-banner .banner-item .banner-content {
    top: 7%;
    width: 55%;
  }
  .main-banner .banner-item .banner-content h2.banner-title {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  .main-banner .banner-item .banner-content .p.banner-text {
    font-size: 1.4rem;
  }
  .main-banner .banner-item .banner-content a.banner-link {
    padding: 5px 10px;
    font-size: 1.4rem;
  }
  .top-categories-sec .tpcats .tpcatsrow .tpcatitem {
    width: 15%;
    margin: 0.25%;
  }
  .top-categories-sec .tpcats .tpcatsrow .tpcatitem .tpcatimg .tpcatimg-photo {
    max-width: 120px;
    max-height: 120px;
  }
}
@media only screen and (min-width: 550px) and (max-width: 849px) {
  .blog-sec .blog-item-slick .slick-prev {
    left: 90%;
  }
  .blog-sec .blog-item-slick .blog-item .blog-title {
    height: 56px;
  }
}
@media only screen and (max-width: 639px) {
  .home-products-showcase .actionscroll-btn {
    top: 15px;
  }
}
@media only screen and (min-width: 517px) and (max-width: 669px) {
  .three-prod.home-prod-row .home-product-sec {
    width: 29%;
  }
}
@media only screen and (max-width: 767px) {
  .two-col-banner .col2-static-imgs .col-2-imgdiv .col-2-img-cotent {
    top: 0px;
  }
  .two-col-banner .col2-static-imgs .col-2-imgdiv .col-2-img-cotent .col-2-img-heading {
    font-size: 1.2rem;
    margin-top: 5px;
  }
  .two-col-banner .col2-static-imgs .col-2-imgdiv .col-2-img-cotent .col-2-img-text {
    font-size: 1.2rem;
    margin-bottom: 0px;
  }
  .two-col-banner .col2-static-imgs .col-2-imgdiv .col-2-img-cotent .banner-link {
    padding: 3px 6px;
    font-size: 1rem;
  }
  .home-prod-row .home-product-sec .home-prod-desc .product-item-inner .product-item-actions .action.tocart.primary .material-icons {
    right: 0px;
  }
}
@media only screen and (min-width: 470px) and (max-width: 767px) {
  .three-prod.home-prod-row .slick-slide > div,
  .four-prod.home-prod-row .slick-slide > div {
    padding: 3px 7px;
  }
  .three-prod.home-prod-row .home-product-sec,
  .four-prod.home-prod-row .home-product-sec {
    width: 45%;
  }
  .three-prod.home-prod-row .home-product-sec .product-item-photo .product-image-wrapper .product-image-photo,
  .four-prod.home-prod-row .home-product-sec .product-item-photo .product-image-wrapper .product-image-photo {
    padding-top: 5px;
    max-width: 200px;
    width: auto;
    height: 200px;
    max-height: 200px;
    margin: 0 auto;
  }
  .three-prod.home-prod-row .home-product-sec .home-prod-desc .product-item-name .product-item-link,
  .four-prod.home-prod-row .home-product-sec .home-prod-desc .product-item-name .product-item-link {
    font-size: 1.4rem;
  }
  .three-prod.home-prod-row .home-product-sec .home-prod-desc .price-box .special-price .price,
  .four-prod.home-prod-row .home-product-sec .home-prod-desc .price-box .special-price .price {
    font-size: 1.6rem;
  }
  .three-prod.home-prod-row .home-product-sec .home-prod-desc .price-box .old-price .price,
  .four-prod.home-prod-row .home-product-sec .home-prod-desc .price-box .old-price .price {
    font-size: 1.4rem;
  }
  .three-prod.home-prod-row .home-product-sec .home-prod-desc .price-box .price-container .price-excluding-tax .price,
  .four-prod.home-prod-row .home-product-sec .home-prod-desc .price-box .price-container .price-excluding-tax .price {
    font-size: 1.4rem;
  }
  .three-prod.home-prod-row .home-product-sec .home-prod-desc .product-item-inner .product-item-actions .actions-primary button.action.primary,
  .four-prod.home-prod-row .home-product-sec .home-prod-desc .product-item-inner .product-item-actions .actions-primary button.action.primary {
    padding: 3px 8px 4px;
    font-size: 1.3rem;
  }
  .full-slideshow-wrapper {
    margin-top: 0px;
  }
  .full-slideshow-wrapper section.slider .slick-prev:before,
  .full-slideshow-wrapper section.slider .slick-next:before {
    padding: 5px 10px;
    font-size: 2rem;
  }
  .full-slideshow-wrapper section.slider .slick-next {
    right: 30px;
  }
  .main-banner .banner-item .banner-content {
    transform: scale(0.8, 0.8);
    top: 3%;
    width: 90%;
    padding: 10px;
    left: 0px;
  }
  .main-banner .banner-item .banner-content h2.banner-title {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  .main-banner .banner-item .banner-content p.banner-text {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
  .main-banner .banner-item .banner-content a.banner-link {
    padding: 5px 10px;
    font-size: 1.2rem;
  }
  .top-categories-sec .tpcats .tpcatsrow .tpcatitem {
    width: 24%;
    margin: 0.25%;
  }
}
@media only screen and (max-width: 516px) {
  .three-prod.home-prod-row .home-product-sec {
    width: 95%;
  }
}
@media only screen and (min-width: 310px) and (max-width: 549px) {
  .blog-sec .blog-item-slick .slick-prev {
    left: 80%;
  }
  .two-col-banner .col2-static-imgs .col-2-imgdiv .col-2-img-cotent .col-2-img-text {
    display: none;
  }
}
@media only screen and (max-width: 469px) {
  .three-prod.home-prod-row .slick-slide > div,
  .four-prod.home-prod-row .slick-slide > div {
    padding: 3px 7px;
  }
  .three-prod.home-prod-row .home-product-sec,
  .four-prod.home-prod-row .home-product-sec {
    width: 96%;
  }
  .three-prod.home-prod-row .home-product-sec .product-item-photo .product-image-wrapper .product-image-photo,
  .four-prod.home-prod-row .home-product-sec .product-item-photo .product-image-wrapper .product-image-photo {
    padding-top: 5px;
    max-width: 200px;
    width: auto;
    max-height: 200px;
    height: 200px;
    margin: 5px auto;
  }
  .three-prod.home-prod-row .home-product-sec .home-prod-desc .product-item-name .product-item-link,
  .four-prod.home-prod-row .home-product-sec .home-prod-desc .product-item-name .product-item-link {
    font-size: 1.4rem;
  }
  .three-prod.home-prod-row .home-product-sec .home-prod-desc .price-box .special-price .price,
  .four-prod.home-prod-row .home-product-sec .home-prod-desc .price-box .special-price .price {
    font-size: 1.4rem;
  }
  .three-prod.home-prod-row .home-product-sec .home-prod-desc .price-box .old-price .price,
  .four-prod.home-prod-row .home-product-sec .home-prod-desc .price-box .old-price .price {
    font-size: 1.3rem;
  }
  .three-prod.home-prod-row .home-product-sec .home-prod-desc .product-item-inner .product-item-actions .actions-primary button.action.primary,
  .four-prod.home-prod-row .home-product-sec .home-prod-desc .product-item-inner .product-item-actions .actions-primary button.action.primary {
    padding: 3px 8px 4px;
    font-size: 1.3rem;
  }
  .full-slideshow-wrapper {
    margin-top: 0px;
  }
  .full-slideshow-wrapper section.slider .slick-prev:before,
  .full-slideshow-wrapper section.slider .slick-next:before {
    padding: 5px 10px;
    font-size: 2rem;
  }
  .full-slideshow-wrapper section.slider .slick-next {
    right: 30px;
  }
  .main-banner .banner-item .banner-content {
    transform: scale(0.8, 0.8);
    top: 3%;
    width: 90%;
    padding: 10px;
    left: 0px;
  }
  .main-banner .banner-item .banner-content h2.banner-title {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  .main-banner .banner-item .banner-content p.banner-text {
    display: none;
  }
  .main-banner .banner-item .banner-content a.banner-link {
    padding: 5px 10px;
    font-size: 1.2rem;
  }
  .top-categories-sec .tpcats .tpcatsrow .tpcatitem {
    width: 44%;
    margin: 2%;
  }
  .top-categories-sec .tpcats .tpcatsrow.tpcatcol4 .tpcatitem {
    width: 44%;
    margin: 2%;
  }
  .top-categories-sec .tpcats .tpcatsrow.tpcatcol5 .tpcatitem {
    width: 44%;
    margin: 2%;
  }
}
@media only screen and (max-width: 410px) {
  .two-col-banner .col2-static-imgs .col-2-imgdiv .col-2-img-cotent .col-2-img-heading {
    font-size: 1rem;
  }
  .two-col-banner .col2-static-imgs .col-2-imgdiv .col-2-img-cotent .banner-link {
    padding: 1px 4px;
    font-size: 0.8rem;
  }
}
/**
 * Copyright © 2010-2022 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 : 11-Jan-2020,
    Author     : Muralidhar.Dixit
*/
.account.enhanced-dashboard .modal-popup.modal-slide .modal-footer button.cancel,
.enhanced-dashboard .modal-popup.modal-slide .modal-footer button.cancel,
.account.enhanced-dashboard .modal-popup.modal-slide .modal-footer button.delete,
.enhanced-dashboard .modal-popup.modal-slide .modal-footer button.delete,
.account.enhanced-dashboard .modal-popup.modal-slide .modal-footer button.fail,
.enhanced-dashboard .modal-popup.modal-slide .modal-footer button.fail {
  border-radius: 3px !important;
  font-size: 1.4rem !important;
  color: #006699 !important;
  background: #ffffff !important;
  padding: 5px 10px !important;
  text-decoration: none !important;
  text-transform: capitalize !important;
  border: 1px solid #006699 !important;
  text-shadow: none !important;
  box-shadow: none !important;
  background-image: none !important;
}
.account.enhanced-dashboard .modal-popup.modal-slide .modal-footer button.cancel span,
.enhanced-dashboard .modal-popup.modal-slide .modal-footer button.cancel span,
.account.enhanced-dashboard .modal-popup.modal-slide .modal-footer button.delete span,
.enhanced-dashboard .modal-popup.modal-slide .modal-footer button.delete span,
.account.enhanced-dashboard .modal-popup.modal-slide .modal-footer button.fail span,
.enhanced-dashboard .modal-popup.modal-slide .modal-footer button.fail span {
  background-image: none !important;
  padding-left: 0px;
}
.account.enhanced-dashboard .modal-popup.modal-slide .modal-footer button.cancel:hover,
.enhanced-dashboard .modal-popup.modal-slide .modal-footer button.cancel:hover,
.account.enhanced-dashboard .modal-popup.modal-slide .modal-footer button.delete:hover,
.enhanced-dashboard .modal-popup.modal-slide .modal-footer button.delete:hover,
.account.enhanced-dashboard .modal-popup.modal-slide .modal-footer button.fail:hover,
.enhanced-dashboard .modal-popup.modal-slide .modal-footer button.fail:hover {
  background: #66cc66 !important;
  color: #006699 !important;
  border: 0px !important;
  background-image: none !important;
}
.account.enhanced-dashboard .modal-popup.modal-slide .modal-footer button.cancel:hover span,
.enhanced-dashboard .modal-popup.modal-slide .modal-footer button.cancel:hover span,
.account.enhanced-dashboard .modal-popup.modal-slide .modal-footer button.delete:hover span,
.enhanced-dashboard .modal-popup.modal-slide .modal-footer button.delete:hover span,
.account.enhanced-dashboard .modal-popup.modal-slide .modal-footer button.fail:hover span,
.enhanced-dashboard .modal-popup.modal-slide .modal-footer button.fail:hover span {
  background-image: none !important;
}
.account.enhanced-dashboard .attachmentmodals .modal-header,
.enhanced-dashboard .attachmentmodals .modal-header {
  display: none;
}
.account.enhanced-dashboard #supplierconnect_orders_lines_table .attachments-detail .count-row-attachment,
.enhanced-dashboard #supplierconnect_orders_lines_table .attachments-detail .count-row-attachment {
  color: #616161;
}
.account.enhanced-dashboard #supplierconnect_orders_lines_table .attachments-detail .file-icon,
.enhanced-dashboard #supplierconnect_orders_lines_table .attachments-detail .file-icon {
  background-image: none;
}
.account.enhanced-dashboard #supplierconnect_orders_lines_table .attachments-detail .file-icon:before,
.enhanced-dashboard #supplierconnect_orders_lines_table .attachments-detail .file-icon:before {
  content: 'attach_file' !important;
  font-size: 2.4rem;
  color: #616161;
}
.account.enhanced-dashboard #gotobackpage,
.enhanced-dashboard #gotobackpage {
  cursor: pointer;
  position: relative;
  top: 3px;
  margin-right: 10px;
}
.account.enhanced-dashboard #gotobackpage:after,
.enhanced-dashboard #gotobackpage:after {
  content: 'Back';
  position: absolute;
  top: 30px;
  left: 30px;
  text-transform: uppercase;
  width: auto !important;
  font-size: 12px !important;
  color: #000000;
  border: 1px solid #000000;
  padding: 5px;
  background: #ffffff;
  visibility: hidden;
}
.account.enhanced-dashboard #gotobackpage:hover,
.enhanced-dashboard #gotobackpage:hover {
  color: #66cc66;
}
.account.enhanced-dashboard #gotobackpage:hover:after,
.enhanced-dashboard #gotobackpage:hover:after {
  visibility: visible;
}
.account.enhanced-dashboard .minisearch #search,
.enhanced-dashboard .minisearch #search {
  border: 0px;
}
.account.enhanced-dashboard .minicart-wrapper .block-minicart .block-content .actions div.primary button.primary.checkout,
.enhanced-dashboard .minicart-wrapper .block-minicart .block-content .actions div.primary button.primary.checkout {
  height: 46px !important;
  border-radius: 25px !important;
}
.account.enhanced-dashboard select,
.enhanced-dashboard select {
  background: url("../../frontend/Epicor/dualcolor/en_US/images/select-newbg.svg") !important;
  background-position: 100% 45% !important;
  background-repeat: no-repeat !important;
  background-color: #ffffff !important;
}
.account.enhanced-dashboard.customerconnect-arpayments-successorder #gotobackpage,
.enhanced-dashboard.customerconnect-arpayments-successorder #gotobackpage {
  display: none;
}
.account.enhanced-dashboard.customerconnect-arpayments-successorder .checkout-success,
.enhanced-dashboard.customerconnect-arpayments-successorder .checkout-success,
.account.enhanced-dashboard.customerconnect-arpayments-successorder #checkout-success,
.enhanced-dashboard.customerconnect-arpayments-successorder #checkout-success {
  background: #ffffff;
  border-radius: 3px;
  box-shadow: 0px 0px 6px #d5d5d5;
  padding: 10px;
  position: relative;
  font-family: 'Source Sans Pro' !important;
  margin-bottom: 20px;
}
.account.enhanced-dashboard.customerconnect-arpayments-history #arpayment_history_table .col-action .edit,
.enhanced-dashboard.customerconnect-arpayments-history #arpayment_history_table .col-action .edit {
  position: relative;
}
.account.enhanced-dashboard.customerconnect-arpayments-history #arpayment_history_table .col-action .edit:before,
.enhanced-dashboard.customerconnect-arpayments-history #arpayment_history_table .col-action .edit:before {
  content: 'visibility' !important;
}
.account.enhanced-dashboard.customerconnect-arpayments-history #arpayment_history_table .col-action .edit:after,
.enhanced-dashboard.customerconnect-arpayments-history #arpayment_history_table .col-action .edit:after {
  content: 'See Details' !important;
  position: absolute;
  top: 0px;
  left: 30px;
  text-transform: capitalize;
  width: 55px !important;
  font-size: 12px !important;
  color: #000000;
  border: 1px solid #000000 !important;
  padding: 5px;
  background: #ffffff;
  visibility: hidden;
}
.account.enhanced-dashboard.customerconnect-arpayments-history #arpayment_history_table .col-action .edit:hover:after,
.enhanced-dashboard.customerconnect-arpayments-history #arpayment_history_table .col-action .edit:hover:after {
  visibility: visible;
}
.account.enhanced-dashboard #customer_arpayments_agedbalances_list_table .aged_bal:hover,
.enhanced-dashboard #customer_arpayments_agedbalances_list_table .aged_bal:hover {
  background-color: #f8f7f7 !important;
}
.account.enhanced-dashboard .modal-popup .action-close,
.enhanced-dashboard .modal-popup .action-close {
  border: 1px solid transparent !important;
  padding: 10px 10px 5px !important;
  margin: 5px !important;
}
.account.enhanced-dashboard input[type='checkbox'],
.enhanced-dashboard input[type='checkbox'] {
  cursor: pointer;
  height: 18px !important;
  width: 18px !important;
}
.account.enhanced-dashboard .buttons-set .back-link,
.enhanced-dashboard .buttons-set .back-link,
.account.enhanced-dashboard .buttons-set p.list-link,
.enhanced-dashboard .buttons-set p.list-link {
  display: none;
}
.account.enhanced-dashboard .payment-method .payment-method-content .actions-toolbar .primary.checkout,
.enhanced-dashboard .payment-method .payment-method-content .actions-toolbar .primary.checkout {
  border-radius: 3px;
  font-size: 1.4rem;
  color: #ffffff;
  background: #006699;
  border: 1px solid #006699;
  padding: 5px 10px;
  text-transform: capitalize !important;
  text-decoration: none;
  text-shadow: none;
  font-family: 'Source Sans Pro' !important;
}
.account.enhanced-dashboard .payment-method .payment-method-content .actions-toolbar .primary.checkout:hover,
.enhanced-dashboard .payment-method .payment-method-content .actions-toolbar .primary.checkout:hover {
  text-decoration: none;
  text-shadow: none;
  background: #66cc66;
  border: 1px solid #66cc66;
  color: #ffffff;
}
.account.enhanced-dashboard.customerconnect-orders-details .admin__data-grid-header.admin__data-grid-toolbar,
.enhanced-dashboard.customerconnect-orders-details .admin__data-grid-header.admin__data-grid-toolbar,
.account.enhanced-dashboard #claim_find .admin__data-grid-header.admin__data-grid-toolbar,
.enhanced-dashboard #claim_find .admin__data-grid-header.admin__data-grid-toolbar {
  min-height: 5px;
}
.account.enhanced-dashboard #claim_find .admin__data-grid-header.admin__data-grid-toolbar .refreshdatabtn .refreshdatabtn-link,
.enhanced-dashboard #claim_find .admin__data-grid-header.admin__data-grid-toolbar .refreshdatabtn .refreshdatabtn-link {
  top: -25px;
}
.account.enhanced-dashboard.dealerconnect-claims-new .box-info.box-account.col-full:empty,
.enhanced-dashboard.dealerconnect-claims-new .box-info.box-account.col-full:empty {
  display: none;
}
.account.enhanced-dashboard.dealerconnect-claims-new .fieldset .legend span,
.enhanced-dashboard.dealerconnect-claims-new .fieldset .legend span {
  font-weight: 600 !important;
}
.account.enhanced-dashboard.dealerconnect-claims-new .admin__data-grid-header.admin__data-grid-toolbar,
.enhanced-dashboard.dealerconnect-claims-new .admin__data-grid-header.admin__data-grid-toolbar {
  min-height: 5px;
}
.account.enhanced-dashboard.dealerconnect-claims-new .box-account.col-1,
.enhanced-dashboard.dealerconnect-claims-new .box-account.col-1 {
  width: 97% !important;
}
.account.enhanced-dashboard.dealerconnect-claims-new .box-account.col-1 .info-list,
.enhanced-dashboard.dealerconnect-claims-new .box-account.col-1 .info-list {
  min-height: 120px !important;
}
.account.enhanced-dashboard.dealerconnect-claims-new .box-info.box-account div.content-header table tr td.form-buttons button#add_claim_attachment,
.enhanced-dashboard.dealerconnect-claims-new .box-info.box-account div.content-header table tr td.form-buttons button#add_claim_attachment,
.account.enhanced-dashboard.dealerconnect-claims-new .box-info.box-account div.content-header table tr td.form-buttons button#add_quote,
.enhanced-dashboard.dealerconnect-claims-new .box-info.box-account div.content-header table tr td.form-buttons button#add_quote {
  background: none !important;
}
.account.enhanced-dashboard.dealerconnect-claims-new .box-info.box-account div.content-header table tr td.form-buttons button#add_claim_attachment:hover,
.enhanced-dashboard.dealerconnect-claims-new .box-info.box-account div.content-header table tr td.form-buttons button#add_claim_attachment:hover,
.account.enhanced-dashboard.dealerconnect-claims-new .box-info.box-account div.content-header table tr td.form-buttons button#add_quote:hover,
.enhanced-dashboard.dealerconnect-claims-new .box-info.box-account div.content-header table tr td.form-buttons button#add_quote:hover {
  background: none !important;
}
.account.enhanced-dashboard.dealerconnect-claims-new #claim_update,
.enhanced-dashboard.dealerconnect-claims-new #claim_update {
  position: relative;
  margin-bottom: 20px;
}
.account.enhanced-dashboard.dealerconnect-claims-new #claim_update #button_bar,
.enhanced-dashboard.dealerconnect-claims-new #claim_update #button_bar {
  position: absolute;
  top: calc(100% - 10px);
  z-index: 9;
  right: 0px;
}
.account.enhanced-dashboard.dealerconnect-claims-new #claim_update #button_bar #claim_save,
.enhanced-dashboard.dealerconnect-claims-new #claim_update #button_bar #claim_save {
  border-radius: 3px;
  font-size: 1.4rem;
  color: #ffffff;
  background: #006699;
  border: 1px solid #006699;
  padding: 5px 10px;
  text-transform: capitalize !important;
  text-decoration: none;
  text-shadow: none;
  font-family: 'Source Sans Pro' !important;
}
.account.enhanced-dashboard.dealerconnect-claims-new #claim_update #button_bar #claim_save:hover,
.enhanced-dashboard.dealerconnect-claims-new #claim_update #button_bar #claim_save:hover {
  text-decoration: none;
  text-shadow: none;
  background: #66cc66;
  border: 1px solid #66cc66;
  color: #ffffff;
}
.account.enhanced-dashboard.dealerconnect-claims-new #quotes_block p.sorter a,
.enhanced-dashboard.dealerconnect-claims-new #quotes_block p.sorter a {
  border-radius: 3px;
  font-size: 1.4rem;
  color: #006699;
  background: #ffffff;
  padding: 5px 10px;
  text-decoration: none;
  text-transform: capitalize !important;
  border: 1px solid #006699 !important;
  text-shadow: none;
  font-family: 'Source Sans Pro' !important;
}
.account.enhanced-dashboard.dealerconnect-claims-new #quotes_block p.sorter a:hover,
.enhanced-dashboard.dealerconnect-claims-new #quotes_block p.sorter a:hover {
  text-decoration: none;
  text-shadow: none;
  background: #66cc66 !important;
  border: 1px solid #66cc66 !important;
  color: #ffffff;
}
.account.enhanced-dashboard.dealerconnect-claims-new #quotes_block #claim_quotes_form div#rfq_lines,
.enhanced-dashboard.dealerconnect-claims-new #quotes_block #claim_quotes_form div#rfq_lines {
  float: none !important;
}
.account.enhanced-dashboard.dealerconnect-claims-new #quotes_block #claim_quotes_form div#rfq_lines #rfq_lines_table .lines_row.attachment.new .box-info.box-account.col-full div.content-header .form-buttons .action-default.rfq_line_attachment_add,
.enhanced-dashboard.dealerconnect-claims-new #quotes_block #claim_quotes_form div#rfq_lines #rfq_lines_table .lines_row.attachment.new .box-info.box-account.col-full div.content-header .form-buttons .action-default.rfq_line_attachment_add {
  font-size: 0px !important;
  background: none !important;
  padding: 3px !important;
  font-size: 0px;
  background: none;
  border: 0px !important;
}
.account.enhanced-dashboard.dealerconnect-claims-new #quotes_block #claim_quotes_form div#rfq_lines #rfq_lines_table .lines_row.attachment.new .box-info.box-account.col-full div.content-header .form-buttons .action-default.rfq_line_attachment_add:before,
.enhanced-dashboard.dealerconnect-claims-new #quotes_block #claim_quotes_form div#rfq_lines #rfq_lines_table .lines_row.attachment.new .box-info.box-account.col-full div.content-header .form-buttons .action-default.rfq_line_attachment_add:before {
  content: 'add_circle_outline';
  font-size: 3.2rem;
  color: #006699;
}
.account.enhanced-dashboard.dealerconnect-claims-new #quotes_block #claim_quotes_form div#rfq_lines #rfq_lines_table .lines_row.attachment.new .box-info.box-account.col-full div.content-header .form-buttons .action-default.rfq_line_attachment_add:hover,
.enhanced-dashboard.dealerconnect-claims-new #quotes_block #claim_quotes_form div#rfq_lines #rfq_lines_table .lines_row.attachment.new .box-info.box-account.col-full div.content-header .form-buttons .action-default.rfq_line_attachment_add:hover {
  border: 0px !important;
  padding: 3px !important;
  background: none !important;
}
.account.enhanced-dashboard.dealerconnect-claims-new #quotes_block #claim_quotes_form div#rfq_lines #rfq_lines_table .lines_row.attachment.new .box-info.box-account.col-full div.content-header .form-buttons .action-default.rfq_line_attachment_add:hover:before,
.enhanced-dashboard.dealerconnect-claims-new #quotes_block #claim_quotes_form div#rfq_lines #rfq_lines_table .lines_row.attachment.new .box-info.box-account.col-full div.content-header .form-buttons .action-default.rfq_line_attachment_add:hover:before {
  color: #66cc66 !important;
  background: none !important;
}
.account.enhanced-dashboard.dealerconnect-claims-new #quotes_block #claim_quotes_form div#rfq_lines #rfq_lines_table .lines_row.attachment.new .box-info.box-account.col-full div.content-header .form-buttons .action-default.rfq_line_attachment_add span,
.enhanced-dashboard.dealerconnect-claims-new #quotes_block #claim_quotes_form div#rfq_lines #rfq_lines_table .lines_row.attachment.new .box-info.box-account.col-full div.content-header .form-buttons .action-default.rfq_line_attachment_add span {
  font-size: 0px;
}
.account.enhanced-dashboard.dealerconnect-claims-new #quotes_block #claim_quotes_form div#rfq_lines #rfq_lines_table .lines_row.attachment.new .box-info.box-account.col-full div.content-header .form-buttons .action-default.rfq_line_attachment_add:hover,
.enhanced-dashboard.dealerconnect-claims-new #quotes_block #claim_quotes_form div#rfq_lines #rfq_lines_table .lines_row.attachment.new .box-info.box-account.col-full div.content-header .form-buttons .action-default.rfq_line_attachment_add:hover {
  background: none;
}
.account.enhanced-dashboard.dealerconnect-claims-new #quotes_block #claim_quotes_form .main-navigator-myacc,
.enhanced-dashboard.dealerconnect-claims-new #quotes_block #claim_quotes_form .main-navigator-myacc {
  display: none;
}
.account.enhanced-dashboard.dealerconnect-claims-new #quotes_block #maincontent .col-2.box-info.box-account.block,
.enhanced-dashboard.dealerconnect-claims-new #quotes_block #maincontent .col-2.box-info.box-account.block {
  width: 95% !important;
}
.account.enhanced-dashboard.dealerconnect-claims-new #quotes_block #maincontent #authenticationPopup,
.enhanced-dashboard.dealerconnect-claims-new #quotes_block #maincontent #authenticationPopup {
  display: none;
}
.account.enhanced-dashboard.dealerconnect-claims-new #quotes_block #maincontent .box-info.box-account.col-full .refreshdatabtn,
.enhanced-dashboard.dealerconnect-claims-new #quotes_block #maincontent .box-info.box-account.col-full .refreshdatabtn {
  display: none;
}
.account.enhanced-dashboard.dealerconnect-claims-new #quotes_block #maincontent .box-info.box-account.col-full .content-header .form-buttons #add_attachment:hover,
.enhanced-dashboard.dealerconnect-claims-new #quotes_block #maincontent .box-info.box-account.col-full .content-header .form-buttons #add_attachment:hover,
.account.enhanced-dashboard.dealerconnect-claims-new #quotes_block #maincontent .box-info.box-account.col-full .content-header .form-buttons #add_contact:hover,
.enhanced-dashboard.dealerconnect-claims-new #quotes_block #maincontent .box-info.box-account.col-full .content-header .form-buttons #add_contact:hover {
  background: none !important;
}
.account.enhanced-dashboard.dealerconnect-claims-new #quotes_block #maincontent .box-info.box-account.col-full .buttons-set.actions.buttonbar #line-search-close,
.enhanced-dashboard.dealerconnect-claims-new #quotes_block #maincontent .box-info.box-account.col-full .buttons-set.actions.buttonbar #line-search-close,
.account.enhanced-dashboard.dealerconnect-claims-new #quotes_block #maincontent .box-info.box-account.col-full .buttons-set.actions.buttonbar #line-add-close,
.enhanced-dashboard.dealerconnect-claims-new #quotes_block #maincontent .box-info.box-account.col-full .buttons-set.actions.buttonbar #line-add-close {
  border-radius: 3px;
  font-size: 1.4rem;
  color: #006699;
  background: #ffffff;
  padding: 5px 10px;
  text-decoration: none;
  text-transform: capitalize !important;
  border: 1px solid #006699 !important;
  text-shadow: none;
  font-family: 'Source Sans Pro' !important;
  cursor: pointer;
}
.account.enhanced-dashboard.dealerconnect-claims-new #quotes_block #maincontent .box-info.box-account.col-full .buttons-set.actions.buttonbar #line-search-close:hover,
.enhanced-dashboard.dealerconnect-claims-new #quotes_block #maincontent .box-info.box-account.col-full .buttons-set.actions.buttonbar #line-search-close:hover,
.account.enhanced-dashboard.dealerconnect-claims-new #quotes_block #maincontent .box-info.box-account.col-full .buttons-set.actions.buttonbar #line-add-close:hover,
.enhanced-dashboard.dealerconnect-claims-new #quotes_block #maincontent .box-info.box-account.col-full .buttons-set.actions.buttonbar #line-add-close:hover {
  text-decoration: none;
  text-shadow: none;
  background: #66cc66 !important;
  border: 1px solid #66cc66 !important;
  color: #ffffff;
}
.account.enhanced-dashboard.dealerconnect-claims-new #quotes_block #maincontent .box-info.box-account.col-full .page-actions,
.enhanced-dashboard.dealerconnect-claims-new #quotes_block #maincontent .box-info.box-account.col-full .page-actions {
  margin-top: 20px;
}
.account.enhanced-dashboard #button_bar #button_bar .action-default.save,
.enhanced-dashboard #button_bar #button_bar .action-default.save {
  border-radius: 3px;
  font-size: 1.4rem;
  color: #ffffff;
  background: #006699;
  border: 1px solid #006699;
  padding: 5px 10px;
  text-transform: capitalize !important;
  text-decoration: none;
  text-shadow: none;
  font-family: 'Source Sans Pro' !important;
  margin-left: 10px !important;
}
.account.enhanced-dashboard #button_bar #button_bar .action-default.save:hover,
.enhanced-dashboard #button_bar #button_bar .action-default.save:hover {
  text-decoration: none;
  text-shadow: none;
  background: #66cc66;
  border: 1px solid #66cc66;
  color: #ffffff;
}
.account.enhanced-dashboard #button_bar #button_bar .action-default.save.link-reorder,
.enhanced-dashboard #button_bar #button_bar .action-default.save.link-reorder {
  font-size: 0px !important;
  background: none !important;
  border: 0px !important;
  text-decoration: none;
  padding: 3px !important;
  color: #007bdb;
}
.account.enhanced-dashboard #button_bar #button_bar .action-default.save.link-reorder:before,
.enhanced-dashboard #button_bar #button_bar .action-default.save.link-reorder:before {
  content: 'shopping_cart' !important;
  font-size: 2.4rem;
  color: #007bdb;
}
.account.enhanced-dashboard #button_bar #button_bar .action-default.save.link-reorder:after,
.enhanced-dashboard #button_bar #button_bar .action-default.save.link-reorder:after {
  margin: 0px !important;
  width: 0px !important;
  font-size: 0px !important;
}
.account.enhanced-dashboard #button_bar #button_bar .action-default.save.link-reorder:hover,
.enhanced-dashboard #button_bar #button_bar .action-default.save.link-reorder:hover {
  text-decoration: none;
  border: 0px !important;
  background: none !important;
}
.account.enhanced-dashboard #button_bar #button_bar .action-default.save.link-reorder:hover:before,
.enhanced-dashboard #button_bar #button_bar .action-default.save.link-reorder:hover:before {
  color: #66cc66 !important;
  background: none !important;
}
.account.enhanced-dashboard #button_bar #button_bar .link-print,
.enhanced-dashboard #button_bar #button_bar .link-print,
.account.enhanced-dashboard #button_bar #button_bar .link-email,
.enhanced-dashboard #button_bar #button_bar .link-email {
  margin-left: 10px !important;
  position: relative;
  top: 6px;
}
.account.enhanced-dashboard .save-continue.button,
.enhanced-dashboard .save-continue.button {
  border-radius: 3px;
  font-size: 1.4rem;
  color: #ffffff;
  background: #006699;
  border: 1px solid #006699;
  padding: 5px 10px;
  text-transform: capitalize !important;
  text-decoration: none;
  text-shadow: none;
  font-family: 'Source Sans Pro' !important;
}
.account.enhanced-dashboard .save-continue.button:hover,
.enhanced-dashboard .save-continue.button:hover {
  text-decoration: none;
  text-shadow: none;
  background: #66cc66;
  border: 1px solid #66cc66;
  color: #ffffff;
}
.account.enhanced-dashboard .block-collapsible-nav .item .delimiter,
.enhanced-dashboard .block-collapsible-nav .item .delimiter {
  display: none;
}
.account.enhanced-dashboard #maincontent,
.enhanced-dashboard #maincontent {
  max-width: 1280px;
  margin: 0 auto;
  display: block;
  width: 100%;
}
.account.enhanced-dashboard input[type="checkbox"],
.enhanced-dashboard input[type="checkbox"],
.account.enhanced-dashboard input[type="radio"],
.enhanced-dashboard input[type="radio"] {
  height: 18px;
  width: 18px;
}
.account.enhanced-dashboard .page-header .header-wrapper-content .header.content .customer-login-logo .customer-menu .block-content .fieldset.login .actions-toolbar .action.login.primary,
.enhanced-dashboard .page-header .header-wrapper-content .header.content .customer-login-logo .customer-menu .block-content .fieldset.login .actions-toolbar .action.login.primary {
  background: #006699 !important;
}
.account.enhanced-dashboard .page-header .header-wrapper-content .header.content .customer-login-logo .customer-menu .block-content .fieldset.login .actions-toolbar .action.login.primary:focus,
.enhanced-dashboard .page-header .header-wrapper-content .header.content .customer-login-logo .customer-menu .block-content .fieldset.login .actions-toolbar .action.login.primary:focus,
.account.enhanced-dashboard .page-header .header-wrapper-content .header.content .customer-login-logo .customer-menu .block-content .fieldset.login .actions-toolbar .action.login.primary:active,
.enhanced-dashboard .page-header .header-wrapper-content .header.content .customer-login-logo .customer-menu .block-content .fieldset.login .actions-toolbar .action.login.primary:active {
  background: #006699 !important;
}
.account.enhanced-dashboard .page-header .header-wrapper-content .header.content .customer-login-logo .customer-menu .block-content .fieldset.login .actions-toolbar .action.login.primary:hover,
.enhanced-dashboard .page-header .header-wrapper-content .header.content .customer-login-logo .customer-menu .block-content .fieldset.login .actions-toolbar .action.login.primary:hover {
  background: #66cc66 !important;
}
.account.enhanced-dashboard.customer-account-forgotpassword #gotobackpage,
.enhanced-dashboard.customer-account-forgotpassword #gotobackpage,
.account.enhanced-dashboard.customer-account-create #gotobackpage,
.enhanced-dashboard.customer-account-create #gotobackpage {
  display: none;
}
.account.enhanced-dashboard.customer-account-forgotpassword #maincontent,
.enhanced-dashboard.customer-account-forgotpassword #maincontent,
.account.enhanced-dashboard.customer-account-create #maincontent,
.enhanced-dashboard.customer-account-create #maincontent {
  width: 60%;
}
.account.enhanced-dashboard.customer-account-forgotpassword #maincontent .page-title-wrapper .page-title,
.enhanced-dashboard.customer-account-forgotpassword #maincontent .page-title-wrapper .page-title,
.account.enhanced-dashboard.customer-account-create #maincontent .page-title-wrapper .page-title,
.enhanced-dashboard.customer-account-create #maincontent .page-title-wrapper .page-title {
  margin-top: 2rem;
  margin-bottom: 1rem;
  padding-left: 15px;
}
.account.enhanced-dashboard.customer-account-forgotpassword #maincontent .column.main .secondary .back-link,
.enhanced-dashboard.customer-account-forgotpassword #maincontent .column.main .secondary .back-link,
.account.enhanced-dashboard.customer-account-create #maincontent .column.main .secondary .back-link,
.enhanced-dashboard.customer-account-create #maincontent .column.main .secondary .back-link {
  position: relative;
  top: -30px;
}
.account.enhanced-dashboard.customer-account-forgotpassword .page-wrapper .header-wrapper-content .page-main .columns .column.main,
.enhanced-dashboard.customer-account-forgotpassword .page-wrapper .header-wrapper-content .page-main .columns .column.main,
.account.enhanced-dashboard.customer-account-create .page-wrapper .header-wrapper-content .page-main .columns .column.main,
.enhanced-dashboard.customer-account-create .page-wrapper .header-wrapper-content .page-main .columns .column.main {
  background: none;
}
.account.enhanced-dashboard.customer-account-forgotpassword .page-wrapper .page-main .columns .column.main,
.enhanced-dashboard.customer-account-forgotpassword .page-wrapper .page-main .columns .column.main,
.account.enhanced-dashboard.customer-account-create .page-wrapper .page-main .columns .column.main,
.enhanced-dashboard.customer-account-create .page-wrapper .page-main .columns .column.main {
  background: none;
}
.account.enhanced-dashboard.customer-account-forgotpassword .page-wrapper .page-main .columns .column.main .form.password.forget,
.enhanced-dashboard.customer-account-forgotpassword .page-wrapper .page-main .columns .column.main .form.password.forget,
.account.enhanced-dashboard.customer-account-create .page-wrapper .page-main .columns .column.main .form.password.forget,
.enhanced-dashboard.customer-account-create .page-wrapper .page-main .columns .column.main .form.password.forget,
.account.enhanced-dashboard.customer-account-forgotpassword .page-wrapper .page-main .columns .column.main .form-create-account,
.enhanced-dashboard.customer-account-forgotpassword .page-wrapper .page-main .columns .column.main .form-create-account,
.account.enhanced-dashboard.customer-account-create .page-wrapper .page-main .columns .column.main .form-create-account,
.enhanced-dashboard.customer-account-create .page-wrapper .page-main .columns .column.main .form-create-account {
  margin: 0 auto;
  max-width: 100%;
}
.account.enhanced-dashboard .page-wrapper .page-main .columns .column.main,
.enhanced-dashboard .page-wrapper .page-main .columns .column.main {
  background: #f8f7f7;
  padding: 0px 15px 15px;
  margin-top: 15px;
}
.account.enhanced-dashboard .page-wrapper .page-main .columns .column.main .block-dashboard-info .block-content,
.enhanced-dashboard .page-wrapper .page-main .columns .column.main .block-dashboard-info .block-content {
  position: static !important;
}
.account.enhanced-dashboard .data-grid-checkbox-cell-inner input[type='checkbox'].admin__control-checkbox,
.enhanced-dashboard .data-grid-checkbox-cell-inner input[type='checkbox'].admin__control-checkbox,
.account.enhanced-dashboard .data-grid-checkbox-cell-inner input[type='radio'].admin__control-checkbox,
.enhanced-dashboard .data-grid-checkbox-cell-inner input[type='radio'].admin__control-checkbox {
  top: 10px;
}
.account.enhanced-dashboard .page-main .block.block-collapsible-nav,
.enhanced-dashboard .page-main .block.block-collapsible-nav {
  border: 0px;
  background: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
}
.account.enhanced-dashboard .nav-sections-item-content .columns .column.main,
.enhanced-dashboard .nav-sections-item-content .columns .column.main {
  background: none;
  margin-top: 0px;
}
.account.enhanced-dashboard .customer-subscription-grid,
.enhanced-dashboard .customer-subscription-grid,
.account.enhanced-dashboard #arpayment_history,
.enhanced-dashboard #arpayment_history {
  background: #ffffff;
  border-radius: 3px;
  box-shadow: 0px 0px 6px #d5d5d5;
  padding: 10px;
  position: relative;
  font-family: 'Source Sans Pro' !important;
  margin-bottom: 20px;
}
.account.enhanced-dashboard .customer-subscription-grid .admin__data-grid-header,
.enhanced-dashboard .customer-subscription-grid .admin__data-grid-header,
.account.enhanced-dashboard #arpayment_history .admin__data-grid-header,
.enhanced-dashboard #arpayment_history .admin__data-grid-header,
.account.enhanced-dashboard .customer-subscription-grid .admin__data-grid-toolbar,
.enhanced-dashboard .customer-subscription-grid .admin__data-grid-toolbar,
.account.enhanced-dashboard #arpayment_history .admin__data-grid-toolbar,
.enhanced-dashboard #arpayment_history .admin__data-grid-toolbar {
  min-height: 45px;
  position: static;
}
.account.enhanced-dashboard .customer-subscription-grid .admin__data-grid-header .admin__data-grid-pager-wrap .admin__data-grid-pager,
.enhanced-dashboard .customer-subscription-grid .admin__data-grid-header .admin__data-grid-pager-wrap .admin__data-grid-pager,
.account.enhanced-dashboard #arpayment_history .admin__data-grid-header .admin__data-grid-pager-wrap .admin__data-grid-pager,
.enhanced-dashboard #arpayment_history .admin__data-grid-header .admin__data-grid-pager-wrap .admin__data-grid-pager,
.account.enhanced-dashboard .customer-subscription-grid .admin__data-grid-toolbar .admin__data-grid-pager-wrap .admin__data-grid-pager,
.enhanced-dashboard .customer-subscription-grid .admin__data-grid-toolbar .admin__data-grid-pager-wrap .admin__data-grid-pager,
.account.enhanced-dashboard #arpayment_history .admin__data-grid-toolbar .admin__data-grid-pager-wrap .admin__data-grid-pager,
.enhanced-dashboard #arpayment_history .admin__data-grid-toolbar .admin__data-grid-pager-wrap .admin__data-grid-pager {
  bottom: 5px;
}
.account.enhanced-dashboard.customerconnect-returns-index .page-actions,
.enhanced-dashboard.customerconnect-returns-index .page-actions {
  position: relative;
}
.account.enhanced-dashboard.customerconnect-returns-index .page-actions .action-default.scalable.save,
.enhanced-dashboard.customerconnect-returns-index .page-actions .action-default.scalable.save {
  font-size: 0px !important;
  background: none !important;
  border: 0px !important;
  padding: 3px !important;
  position: absolute;
  top: 15px;
  right: 12px;
  z-index: 9;
}
.account.enhanced-dashboard.customerconnect-returns-index .page-actions .action-default.scalable.save:before,
.enhanced-dashboard.customerconnect-returns-index .page-actions .action-default.scalable.save:before {
  content: 'add_circle_outline';
  font-size: 3.2rem;
  color: #006699;
}
.account.enhanced-dashboard.customerconnect-returns-index .page-actions .action-default.scalable.save:hover,
.enhanced-dashboard.customerconnect-returns-index .page-actions .action-default.scalable.save:hover {
  border: 0px !important;
  padding: 3px !important;
  background: none !important;
}
.account.enhanced-dashboard.customerconnect-returns-index .page-actions .action-default.scalable.save:hover:before,
.enhanced-dashboard.customerconnect-returns-index .page-actions .action-default.scalable.save:hover:before {
  color: #66cc66 !important;
  background: none !important;
}
.account.enhanced-dashboard.customerconnect-returns-index .admin__data-grid-header-row .admin__data-grid-export,
.enhanced-dashboard.customerconnect-returns-index .admin__data-grid-header-row .admin__data-grid-export {
  margin-right: 40px;
}
.account.enhanced-dashboard.customerconnect-returns-index .admin__data-grid-header-row .admin__data-grid-export .action-default.scalable.task,
.enhanced-dashboard.customerconnect-returns-index .admin__data-grid-header-row .admin__data-grid-export .action-default.scalable.task {
  margin-top: 2px;
}
.account.enhanced-dashboard.customerconnect-returns-index .refreshdatabtn,
.enhanced-dashboard.customerconnect-returns-index .refreshdatabtn {
  position: relative;
  right: 45px;
  top: 5px;
}
.account.enhanced-dashboard.customerconnect-account-index .admin__data-grid-header.admin__data-grid-toolbar,
.enhanced-dashboard.customerconnect-account-index .admin__data-grid-header.admin__data-grid-toolbar {
  min-height: 5px;
}
.account.enhanced-dashboard.customerconnect-account-index .admin__data-grid-header.admin__data-grid-toolbar .material-icons.grid-filter-icon,
.enhanced-dashboard.customerconnect-account-index .admin__data-grid-header.admin__data-grid-toolbar .material-icons.grid-filter-icon {
  right: 7px;
}
.account.enhanced-dashboard.customerconnect-account-index .box-account.block-dashboard-info.col-2,
.enhanced-dashboard.customerconnect-account-index .box-account.block-dashboard-info.col-2 {
  margin-right: 8px;
  margin-left: 1%;
}
.account.enhanced-dashboard.customerconnect-account-index .box-account .content-header .form-buttons .action-default.scalable.save,
.enhanced-dashboard.customerconnect-account-index .box-account .content-header .form-buttons .action-default.scalable.save {
  border: 0px !important;
  padding-top: 0px;
}
.account.enhanced-dashboard.customerconnect-account-index .box-account .content-header .form-buttons .action-default.scalable.save:hover,
.enhanced-dashboard.customerconnect-account-index .box-account .content-header .form-buttons .action-default.scalable.save:hover {
  background: none !important;
}
.account.enhanced-dashboard.customerconnect-account-index .box-account .content-header .form-buttons #add-contact:hover,
.enhanced-dashboard.customerconnect-account-index .box-account .content-header .form-buttons #add-contact:hover {
  background: none !important;
}
.account.enhanced-dashboard.customerconnect-account-index .box-account #custom_address_allowed_button,
.enhanced-dashboard.customerconnect-account-index .box-account #custom_address_allowed_button {
  padding: 5px 10px !important;
}
.account.enhanced-dashboard.customerconnect-account-index .box-account .boxed-content .admin__data-grid-header .material-icons.grid-filter-icon,
.enhanced-dashboard.customerconnect-account-index .box-account .boxed-content .admin__data-grid-header .material-icons.grid-filter-icon,
.account.enhanced-dashboard.customerconnect-account-index .box-account .boxed-content .admin__data-grid-toolbar .material-icons.grid-filter-icon,
.enhanced-dashboard.customerconnect-account-index .box-account .boxed-content .admin__data-grid-toolbar .material-icons.grid-filter-icon {
  top: 5px;
}
.account.enhanced-dashboard.customerconnect-account-index .box-account .boxed-content .admin__data-grid-header .admin__data-grid-header-row .admin__filter-actions,
.enhanced-dashboard.customerconnect-account-index .box-account .boxed-content .admin__data-grid-header .admin__data-grid-header-row .admin__filter-actions,
.account.enhanced-dashboard.customerconnect-account-index .box-account .boxed-content .admin__data-grid-toolbar .admin__data-grid-header-row .admin__filter-actions,
.enhanced-dashboard.customerconnect-account-index .box-account .boxed-content .admin__data-grid-toolbar .admin__data-grid-header-row .admin__filter-actions {
  top: 5px;
}
.account.enhanced-dashboard #approvals-summary-management,
.enhanced-dashboard #approvals-summary-management {
  background: #ffffff;
  border-radius: 3px;
  box-shadow: 0px 0px 6px #d5d5d5;
  padding: 10px;
  position: relative;
  font-family: 'Source Sans Pro' !important;
  margin-bottom: 20px;
}
.account.enhanced-dashboard #approvals-summary-management .summary-table.summary-box,
.enhanced-dashboard #approvals-summary-management .summary-table.summary-box {
  position: relative;
  top: 10px;
  padding: 10px;
}
.account.enhanced-dashboard #approvals-summary-management .summary-table.summary-box h2,
.enhanced-dashboard #approvals-summary-management .summary-table.summary-box h2 {
  font-size: 1.8rem;
  font-weight: 600;
}
.account.enhanced-dashboard.review-customer-index .page-wrapper .page-main .columns .column.main .table-wrapper.reviews,
.enhanced-dashboard.review-customer-index .page-wrapper .page-main .columns .column.main .table-wrapper.reviews {
  width: 97%;
  background: #ffffff;
  border-radius: 3px;
  box-shadow: 0px 0px 6px #d5d5d5;
  padding: 10px;
  position: relative;
  font-family: 'Source Sans Pro' !important;
  margin-bottom: 20px;
}
.account.enhanced-dashboard.review-customer-index .page-wrapper .page-main .columns .column.main .table-wrapper.reviews .table-reviews,
.enhanced-dashboard.review-customer-index .page-wrapper .page-main .columns .column.main .table-wrapper.reviews .table-reviews {
  margin-top: 45px;
}
.account.enhanced-dashboard.review-customer-index .page-wrapper .page-main .columns .column.main .table-wrapper.reviews .products-reviews-toolbar .pager .limiter,
.enhanced-dashboard.review-customer-index .page-wrapper .page-main .columns .column.main .table-wrapper.reviews .products-reviews-toolbar .pager .limiter {
  left: 10px;
}
.account.enhanced-dashboard.review-customer-index .page-wrapper .page-main .columns .column.main .table-wrapper.reviews .products-reviews-toolbar .pager .toolbar-amount .toolbar-number,
.enhanced-dashboard.review-customer-index .page-wrapper .page-main .columns .column.main .table-wrapper.reviews .products-reviews-toolbar .pager .toolbar-amount .toolbar-number {
  font-size: 1.6rem;
  font-weight: 600;
}
.account.enhanced-dashboard.review-customer-view .page-wrapper .page-main .columns .column.main .customer-review.view,
.enhanced-dashboard.review-customer-view .page-wrapper .page-main .columns .column.main .customer-review.view {
  background: #ffffff;
  border-radius: 3px;
  box-shadow: 0px 0px 6px #d5d5d5;
  padding: 10px;
  position: relative;
  font-family: 'Source Sans Pro' !important;
  margin-bottom: 20px;
}
.account.enhanced-dashboard.quotes-manage-index .page-wrapper .page-main .columns .column.main .block,
.enhanced-dashboard.quotes-manage-index .page-wrapper .page-main .columns .column.main .block {
  margin-top: 20px;
}
.account.enhanced-dashboard.quotes-manage-index .page-wrapper .page-main .columns .column.main .data-table tbody tr td .link-spacer,
.enhanced-dashboard.quotes-manage-index .page-wrapper .page-main .columns .column.main .data-table tbody tr td .link-spacer {
  display: none;
}
.account.enhanced-dashboard.quotes-manage-index .page-wrapper .page-main .columns .column.main .data-table tbody tr td .viewdetails,
.enhanced-dashboard.quotes-manage-index .page-wrapper .page-main .columns .column.main .data-table tbody tr td .viewdetails {
  font-size: 0px !important;
  background: none !important;
  border: 0px !important;
  text-decoration: none;
  padding: 3px !important;
  color: #007bdb;
}
.account.enhanced-dashboard.quotes-manage-index .page-wrapper .page-main .columns .column.main .data-table tbody tr td .viewdetails:before,
.enhanced-dashboard.quotes-manage-index .page-wrapper .page-main .columns .column.main .data-table tbody tr td .viewdetails:before {
  content: 'visibility' !important;
  font-size: 2.4rem;
  color: #007bdb;
}
.account.enhanced-dashboard.quotes-manage-index .page-wrapper .page-main .columns .column.main .data-table tbody tr td .viewdetails:after,
.enhanced-dashboard.quotes-manage-index .page-wrapper .page-main .columns .column.main .data-table tbody tr td .viewdetails:after {
  margin: 0px !important;
  width: 0px !important;
  font-size: 0px !important;
}
.account.enhanced-dashboard.quotes-manage-index .page-wrapper .page-main .columns .column.main .data-table tbody tr td .viewdetails:hover,
.enhanced-dashboard.quotes-manage-index .page-wrapper .page-main .columns .column.main .data-table tbody tr td .viewdetails:hover {
  text-decoration: none;
  border: 0px !important;
  background: none !important;
}
.account.enhanced-dashboard.quotes-manage-index .page-wrapper .page-main .columns .column.main .data-table tbody tr td .viewdetails:hover:before,
.enhanced-dashboard.quotes-manage-index .page-wrapper .page-main .columns .column.main .data-table tbody tr td .viewdetails:hover:before {
  color: #66cc66 !important;
  background: none !important;
}
.account.enhanced-dashboard.quotes-manage-index .page-wrapper .page-main .columns .column.main .data-table tbody tr td .reject,
.enhanced-dashboard.quotes-manage-index .page-wrapper .page-main .columns .column.main .data-table tbody tr td .reject {
  font-size: 0px !important;
  background: none !important;
  border: 0px !important;
  text-decoration: none;
  padding: 3px !important;
  color: #007bdb;
}
.account.enhanced-dashboard.quotes-manage-index .page-wrapper .page-main .columns .column.main .data-table tbody tr td .reject:before,
.enhanced-dashboard.quotes-manage-index .page-wrapper .page-main .columns .column.main .data-table tbody tr td .reject:before {
  content: 'cancel' !important;
  font-size: 2.4rem;
  color: #007bdb;
}
.account.enhanced-dashboard.quotes-manage-index .page-wrapper .page-main .columns .column.main .data-table tbody tr td .reject:after,
.enhanced-dashboard.quotes-manage-index .page-wrapper .page-main .columns .column.main .data-table tbody tr td .reject:after {
  margin: 0px !important;
  width: 0px !important;
  font-size: 0px !important;
}
.account.enhanced-dashboard.quotes-manage-index .page-wrapper .page-main .columns .column.main .data-table tbody tr td .reject:hover,
.enhanced-dashboard.quotes-manage-index .page-wrapper .page-main .columns .column.main .data-table tbody tr td .reject:hover {
  text-decoration: none;
  border: 0px !important;
  background: none !important;
}
.account.enhanced-dashboard.quotes-manage-index .page-wrapper .page-main .columns .column.main .data-table tbody tr td .reject:hover:before,
.enhanced-dashboard.quotes-manage-index .page-wrapper .page-main .columns .column.main .data-table tbody tr td .reject:hover:before {
  color: #66cc66 !important;
  background: none !important;
}
.account.enhanced-dashboard.quotes-manage-index .page-wrapper .page-main .columns .column.main .data-table tbody tr td .duplicate,
.enhanced-dashboard.quotes-manage-index .page-wrapper .page-main .columns .column.main .data-table tbody tr td .duplicate {
  font-size: 0px !important;
  background: none !important;
  border: 0px !important;
  text-decoration: none;
  padding: 3px !important;
  color: #007bdb;
}
.account.enhanced-dashboard.quotes-manage-index .page-wrapper .page-main .columns .column.main .data-table tbody tr td .duplicate:before,
.enhanced-dashboard.quotes-manage-index .page-wrapper .page-main .columns .column.main .data-table tbody tr td .duplicate:before {
  content: 'content_copy' !important;
  font-size: 2.4rem;
  color: #007bdb;
}
.account.enhanced-dashboard.quotes-manage-index .page-wrapper .page-main .columns .column.main .data-table tbody tr td .duplicate:after,
.enhanced-dashboard.quotes-manage-index .page-wrapper .page-main .columns .column.main .data-table tbody tr td .duplicate:after {
  margin: 0px !important;
  width: 0px !important;
  font-size: 0px !important;
}
.account.enhanced-dashboard.quotes-manage-index .page-wrapper .page-main .columns .column.main .data-table tbody tr td .duplicate:hover,
.enhanced-dashboard.quotes-manage-index .page-wrapper .page-main .columns .column.main .data-table tbody tr td .duplicate:hover {
  text-decoration: none;
  border: 0px !important;
  background: none !important;
}
.account.enhanced-dashboard.quotes-manage-index .page-wrapper .page-main .columns .column.main .data-table tbody tr td .duplicate:hover:before,
.enhanced-dashboard.quotes-manage-index .page-wrapper .page-main .columns .column.main .data-table tbody tr td .duplicate:hover:before {
  color: #66cc66 !important;
  background: none !important;
}
.account.enhanced-dashboard.quotes-manage-index .page-wrapper .page-main .columns .column.main .page-title,
.enhanced-dashboard.quotes-manage-index .page-wrapper .page-main .columns .column.main .page-title {
  margin-left: -15px;
  background: #ffffff;
  font-size: 2.4rem;
  width: 105%;
}
.account.enhanced-dashboard.quotes-manage-index .page-wrapper .page-main .columns .column.main .page-title #gotobackpage,
.enhanced-dashboard.quotes-manage-index .page-wrapper .page-main .columns .column.main .page-title #gotobackpage {
  display: inline-block;
}
.account.enhanced-dashboard.quotes-manage-index .page-wrapper .page-main .columns .column.main .page-title h1,
.enhanced-dashboard.quotes-manage-index .page-wrapper .page-main .columns .column.main .page-title h1 {
  padding-bottom: 15px;
  display: inline-block;
}
.account.enhanced-dashboard.dealerconnect-inventory-search .column.main,
.enhanced-dashboard.dealerconnect-inventory-search .column.main {
  position: relative;
}
.account.enhanced-dashboard.dealerconnect-inventory-search .column.main .page-actions,
.enhanced-dashboard.dealerconnect-inventory-search .column.main .page-actions {
  position: absolute;
  right: 27px;
  top: 82px;
  z-index: 9;
}
.account.enhanced-dashboard.dealerconnect-inventory-search .column.main .page-actions .action-default.scalable.add:hover,
.enhanced-dashboard.dealerconnect-inventory-search .column.main .page-actions .action-default.scalable.add:hover {
  background: none !important;
}
.account.enhanced-dashboard.dealerconnect-inventory-search .column.main #dealerconnect_inventory .table-wrapper,
.enhanced-dashboard.dealerconnect-inventory-search .column.main #dealerconnect_inventory .table-wrapper {
  margin-top: 50px;
}
.account.enhanced-dashboard.dealerconnect-inventory-search .column.main #dealerconnect_inventory .admin__data-grid-header.admin__data-grid-toolbar,
.enhanced-dashboard.dealerconnect-inventory-search .column.main #dealerconnect_inventory .admin__data-grid-header.admin__data-grid-toolbar {
  min-height: 40px;
}
.account.enhanced-dashboard.dealerconnect-inventory-search .column.main #dealerconnect_inventory .admin__data-grid-header.admin__data-grid-toolbar div a,
.enhanced-dashboard.dealerconnect-inventory-search .column.main #dealerconnect_inventory .admin__data-grid-header.admin__data-grid-toolbar div a {
  right: 45px;
  top: -10px;
  position: relative;
  position: absolute !important;
}
.account.enhanced-dashboard.dealerconnect-inventory-search .column.main #dealerconnect_inventory .admin__data-grid-header.admin__data-grid-toolbar div a:before,
.enhanced-dashboard.dealerconnect-inventory-search .column.main #dealerconnect_inventory .admin__data-grid-header.admin__data-grid-toolbar div a:before {
  font-size: 30px;
}
.account.enhanced-dashboard.dealerconnect-inventory-search .column.main #dealerconnect_inventory .admin__data-grid-header.admin__data-grid-toolbar div a:after,
.enhanced-dashboard.dealerconnect-inventory-search .column.main #dealerconnect_inventory .admin__data-grid-header.admin__data-grid-toolbar div a:after {
  content: 'Reload' !important;
  position: absolute;
  top: 10px;
  left: 30px;
  text-transform: capitalize;
  width: auto !important;
  font-size: 12px !important;
  color: #000000;
  border: 1px solid #000000 !important;
  padding: 5px;
  background: #ffffff;
  visibility: hidden;
}
.account.enhanced-dashboard.dealerconnect-inventory-search .column.main #dealerconnect_inventory .admin__data-grid-header.admin__data-grid-toolbar div a:hover:after,
.enhanced-dashboard.dealerconnect-inventory-search .column.main #dealerconnect_inventory .admin__data-grid-header.admin__data-grid-toolbar div a:hover:after {
  visibility: visible;
}
.account.enhanced-dashboard.dealerconnect-inventory-search .column.main #dealerconnect_inventory .admin__data-grid-header.admin__data-grid-toolbar div a:after,
.enhanced-dashboard.dealerconnect-inventory-search .column.main #dealerconnect_inventory .admin__data-grid-header.admin__data-grid-toolbar div a:after {
  top: 35px;
  left: 5px;
}
.account.enhanced-dashboard.dealerconnect-inventory-search .column.main #dealerconnect_inventory .admin__data-grid-header.admin__data-grid-toolbar .table-wrapper,
.enhanced-dashboard.dealerconnect-inventory-search .column.main #dealerconnect_inventory .admin__data-grid-header.admin__data-grid-toolbar .table-wrapper {
  margin-top: 0px;
}
.account.enhanced-dashboard.dealerconnect-inventory-new #form-validate #button_bar,
.enhanced-dashboard.dealerconnect-inventory-new #form-validate #button_bar {
  text-align: right;
}
.account.enhanced-dashboard.dealerconnect-inventory-new #form-validate .box-account.col-full:after,
.enhanced-dashboard.dealerconnect-inventory-new #form-validate .box-account.col-full:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.account.enhanced-dashboard.dealerconnect-inventory-billofmaterials #dealerconnect_bom_built .admin__data-grid-header,
.enhanced-dashboard.dealerconnect-inventory-billofmaterials #dealerconnect_bom_built .admin__data-grid-header,
.account.enhanced-dashboard.dealerconnect-inventory-billofmaterials #dealerconnect_bom_add .admin__data-grid-header,
.enhanced-dashboard.dealerconnect-inventory-billofmaterials #dealerconnect_bom_add .admin__data-grid-header,
.account.enhanced-dashboard.dealerconnect-inventory-billofmaterials #dealerconnect_bom_built .admin__data-grid-toolbar,
.enhanced-dashboard.dealerconnect-inventory-billofmaterials #dealerconnect_bom_built .admin__data-grid-toolbar,
.account.enhanced-dashboard.dealerconnect-inventory-billofmaterials #dealerconnect_bom_add .admin__data-grid-toolbar,
.enhanced-dashboard.dealerconnect-inventory-billofmaterials #dealerconnect_bom_add .admin__data-grid-toolbar {
  min-height: 42px;
}
.account.enhanced-dashboard.dealerconnect-inventory-billofmaterials #dealerconnect_bom_built .admin__data-grid-header .material-icons.grid-filter-icon,
.enhanced-dashboard.dealerconnect-inventory-billofmaterials #dealerconnect_bom_built .admin__data-grid-header .material-icons.grid-filter-icon,
.account.enhanced-dashboard.dealerconnect-inventory-billofmaterials #dealerconnect_bom_add .admin__data-grid-header .material-icons.grid-filter-icon,
.enhanced-dashboard.dealerconnect-inventory-billofmaterials #dealerconnect_bom_add .admin__data-grid-header .material-icons.grid-filter-icon,
.account.enhanced-dashboard.dealerconnect-inventory-billofmaterials #dealerconnect_bom_built .admin__data-grid-toolbar .material-icons.grid-filter-icon,
.enhanced-dashboard.dealerconnect-inventory-billofmaterials #dealerconnect_bom_built .admin__data-grid-toolbar .material-icons.grid-filter-icon,
.account.enhanced-dashboard.dealerconnect-inventory-billofmaterials #dealerconnect_bom_add .admin__data-grid-toolbar .material-icons.grid-filter-icon,
.enhanced-dashboard.dealerconnect-inventory-billofmaterials #dealerconnect_bom_add .admin__data-grid-toolbar .material-icons.grid-filter-icon {
  right: 20px;
}
.account.enhanced-dashboard.dealerconnect-inventory-billofmaterials #dealerconnect_bom_built .admin__data-grid-header div a,
.enhanced-dashboard.dealerconnect-inventory-billofmaterials #dealerconnect_bom_built .admin__data-grid-header div a,
.account.enhanced-dashboard.dealerconnect-inventory-billofmaterials #dealerconnect_bom_add .admin__data-grid-header div a,
.enhanced-dashboard.dealerconnect-inventory-billofmaterials #dealerconnect_bom_add .admin__data-grid-header div a,
.account.enhanced-dashboard.dealerconnect-inventory-billofmaterials #dealerconnect_bom_built .admin__data-grid-toolbar div a,
.enhanced-dashboard.dealerconnect-inventory-billofmaterials #dealerconnect_bom_built .admin__data-grid-toolbar div a,
.account.enhanced-dashboard.dealerconnect-inventory-billofmaterials #dealerconnect_bom_add .admin__data-grid-toolbar div a,
.enhanced-dashboard.dealerconnect-inventory-billofmaterials #dealerconnect_bom_add .admin__data-grid-toolbar div a {
  right: 17px;
  top: 9px;
  position: relative;
  position: absolute !important;
}
.account.enhanced-dashboard.dealerconnect-inventory-billofmaterials #dealerconnect_bom_built .admin__data-grid-header div a:after,
.enhanced-dashboard.dealerconnect-inventory-billofmaterials #dealerconnect_bom_built .admin__data-grid-header div a:after,
.account.enhanced-dashboard.dealerconnect-inventory-billofmaterials #dealerconnect_bom_add .admin__data-grid-header div a:after,
.enhanced-dashboard.dealerconnect-inventory-billofmaterials #dealerconnect_bom_add .admin__data-grid-header div a:after,
.account.enhanced-dashboard.dealerconnect-inventory-billofmaterials #dealerconnect_bom_built .admin__data-grid-toolbar div a:after,
.enhanced-dashboard.dealerconnect-inventory-billofmaterials #dealerconnect_bom_built .admin__data-grid-toolbar div a:after,
.account.enhanced-dashboard.dealerconnect-inventory-billofmaterials #dealerconnect_bom_add .admin__data-grid-toolbar div a:after,
.enhanced-dashboard.dealerconnect-inventory-billofmaterials #dealerconnect_bom_add .admin__data-grid-toolbar div a:after {
  content: 'Reload' !important;
  position: absolute;
  top: 10px;
  left: 30px;
  text-transform: capitalize;
  width: auto !important;
  font-size: 12px !important;
  color: #000000;
  border: 1px solid #000000 !important;
  padding: 5px;
  background: #ffffff;
  visibility: hidden;
}
.account.enhanced-dashboard.dealerconnect-inventory-billofmaterials #dealerconnect_bom_built .admin__data-grid-header div a:hover:after,
.enhanced-dashboard.dealerconnect-inventory-billofmaterials #dealerconnect_bom_built .admin__data-grid-header div a:hover:after,
.account.enhanced-dashboard.dealerconnect-inventory-billofmaterials #dealerconnect_bom_add .admin__data-grid-header div a:hover:after,
.enhanced-dashboard.dealerconnect-inventory-billofmaterials #dealerconnect_bom_add .admin__data-grid-header div a:hover:after,
.account.enhanced-dashboard.dealerconnect-inventory-billofmaterials #dealerconnect_bom_built .admin__data-grid-toolbar div a:hover:after,
.enhanced-dashboard.dealerconnect-inventory-billofmaterials #dealerconnect_bom_built .admin__data-grid-toolbar div a:hover:after,
.account.enhanced-dashboard.dealerconnect-inventory-billofmaterials #dealerconnect_bom_add .admin__data-grid-toolbar div a:hover:after,
.enhanced-dashboard.dealerconnect-inventory-billofmaterials #dealerconnect_bom_add .admin__data-grid-toolbar div a:hover:after {
  visibility: visible;
}
.account.enhanced-dashboard.dealerconnect-inventory-billofmaterials #dealerconnect_bom_built #dealerconnect_bom_add_table tbody tr,
.enhanced-dashboard.dealerconnect-inventory-billofmaterials #dealerconnect_bom_built #dealerconnect_bom_add_table tbody tr,
.account.enhanced-dashboard.dealerconnect-inventory-billofmaterials #dealerconnect_bom_add #dealerconnect_bom_add_table tbody tr,
.enhanced-dashboard.dealerconnect-inventory-billofmaterials #dealerconnect_bom_add #dealerconnect_bom_add_table tbody tr,
.account.enhanced-dashboard.dealerconnect-inventory-billofmaterials #dealerconnect_bom_built #dealerconnect_bom_built_table tbody tr,
.enhanced-dashboard.dealerconnect-inventory-billofmaterials #dealerconnect_bom_built #dealerconnect_bom_built_table tbody tr,
.account.enhanced-dashboard.dealerconnect-inventory-billofmaterials #dealerconnect_bom_add #dealerconnect_bom_built_table tbody tr,
.enhanced-dashboard.dealerconnect-inventory-billofmaterials #dealerconnect_bom_add #dealerconnect_bom_built_table tbody tr {
  border-top: 0px !important;
  border-bottom: 0px !important;
  box-shadow: none !important;
}
.account.enhanced-dashboard.dealerconnect-inventory-billofmaterials #dealerconnect_bom_built #dealerconnect_bom_add_table tbody tr td,
.enhanced-dashboard.dealerconnect-inventory-billofmaterials #dealerconnect_bom_built #dealerconnect_bom_add_table tbody tr td,
.account.enhanced-dashboard.dealerconnect-inventory-billofmaterials #dealerconnect_bom_add #dealerconnect_bom_add_table tbody tr td,
.enhanced-dashboard.dealerconnect-inventory-billofmaterials #dealerconnect_bom_add #dealerconnect_bom_add_table tbody tr td,
.account.enhanced-dashboard.dealerconnect-inventory-billofmaterials #dealerconnect_bom_built #dealerconnect_bom_built_table tbody tr td,
.enhanced-dashboard.dealerconnect-inventory-billofmaterials #dealerconnect_bom_built #dealerconnect_bom_built_table tbody tr td,
.account.enhanced-dashboard.dealerconnect-inventory-billofmaterials #dealerconnect_bom_add #dealerconnect_bom_built_table tbody tr td,
.enhanced-dashboard.dealerconnect-inventory-billofmaterials #dealerconnect_bom_add #dealerconnect_bom_built_table tbody tr td {
  border-top: 0px !important;
  border-bottom: 0px !important;
  box-shadow: none !important;
}
.account.enhanced-dashboard.dealerconnect-inventory-billofmaterials #dealerconnect_bom_built #dealerconnect_bom_add_table tbody tr td .box-info.block,
.enhanced-dashboard.dealerconnect-inventory-billofmaterials #dealerconnect_bom_built #dealerconnect_bom_add_table tbody tr td .box-info.block,
.account.enhanced-dashboard.dealerconnect-inventory-billofmaterials #dealerconnect_bom_add #dealerconnect_bom_add_table tbody tr td .box-info.block,
.enhanced-dashboard.dealerconnect-inventory-billofmaterials #dealerconnect_bom_add #dealerconnect_bom_add_table tbody tr td .box-info.block,
.account.enhanced-dashboard.dealerconnect-inventory-billofmaterials #dealerconnect_bom_built #dealerconnect_bom_built_table tbody tr td .box-info.block,
.enhanced-dashboard.dealerconnect-inventory-billofmaterials #dealerconnect_bom_built #dealerconnect_bom_built_table tbody tr td .box-info.block,
.account.enhanced-dashboard.dealerconnect-inventory-billofmaterials #dealerconnect_bom_add #dealerconnect_bom_built_table tbody tr td .box-info.block,
.enhanced-dashboard.dealerconnect-inventory-billofmaterials #dealerconnect_bom_add #dealerconnect_bom_built_table tbody tr td .box-info.block {
  box-shadow: none;
  border-top: 0px !important;
  border-bottom: 0.5px solid #cccccc !important;
  margin-bottom: 0px !important;
}
.account.enhanced-dashboard.dealerconnect-inventory-billofmaterials #dealerconnect_bom_built #dealerconnect_bom_add_table tbody tr td.top-none,
.enhanced-dashboard.dealerconnect-inventory-billofmaterials #dealerconnect_bom_built #dealerconnect_bom_add_table tbody tr td.top-none,
.account.enhanced-dashboard.dealerconnect-inventory-billofmaterials #dealerconnect_bom_add #dealerconnect_bom_add_table tbody tr td.top-none,
.enhanced-dashboard.dealerconnect-inventory-billofmaterials #dealerconnect_bom_add #dealerconnect_bom_add_table tbody tr td.top-none,
.account.enhanced-dashboard.dealerconnect-inventory-billofmaterials #dealerconnect_bom_built #dealerconnect_bom_built_table tbody tr td.top-none,
.enhanced-dashboard.dealerconnect-inventory-billofmaterials #dealerconnect_bom_built #dealerconnect_bom_built_table tbody tr td.top-none,
.account.enhanced-dashboard.dealerconnect-inventory-billofmaterials #dealerconnect_bom_add #dealerconnect_bom_built_table tbody tr td.top-none,
.enhanced-dashboard.dealerconnect-inventory-billofmaterials #dealerconnect_bom_add #dealerconnect_bom_built_table tbody tr td.top-none {
  border-top: 0.5px solid #cccccc !important;
  padding-top: 0px !important;
}
.account.enhanced-dashboard #arpayment_history .admin__data-grid-header.admin__data-grid-toolbar div a,
.enhanced-dashboard #arpayment_history .admin__data-grid-header.admin__data-grid-toolbar div a,
.account.enhanced-dashboard #dealerconnect_inventory .admin__data-grid-header.admin__data-grid-toolbar div a,
.enhanced-dashboard #dealerconnect_inventory .admin__data-grid-header.admin__data-grid-toolbar div a {
  font-size: 0px;
  padding: 5px !important;
  position: absolute;
  right: 15px;
}
.account.enhanced-dashboard #arpayment_history .admin__data-grid-header.admin__data-grid-toolbar div a:before,
.enhanced-dashboard #arpayment_history .admin__data-grid-header.admin__data-grid-toolbar div a:before,
.account.enhanced-dashboard #dealerconnect_inventory .admin__data-grid-header.admin__data-grid-toolbar div a:before,
.enhanced-dashboard #dealerconnect_inventory .admin__data-grid-header.admin__data-grid-toolbar div a:before {
  content: 'autorenew';
  margin: 0px !important;
  position: relative !important;
  top: 4px !important;
  color: #006699;
  background: none;
}
.account.enhanced-dashboard #arpayment_history .admin__data-grid-header.admin__data-grid-toolbar div a:hover,
.enhanced-dashboard #arpayment_history .admin__data-grid-header.admin__data-grid-toolbar div a:hover,
.account.enhanced-dashboard #dealerconnect_inventory .admin__data-grid-header.admin__data-grid-toolbar div a:hover,
.enhanced-dashboard #dealerconnect_inventory .admin__data-grid-header.admin__data-grid-toolbar div a:hover {
  border-radius: 3px !important;
  padding: 5px !important;
  background: none !important;
}
.account.enhanced-dashboard #arpayment_history .admin__data-grid-header.admin__data-grid-toolbar div a:hover:before,
.enhanced-dashboard #arpayment_history .admin__data-grid-header.admin__data-grid-toolbar div a:hover:before,
.account.enhanced-dashboard #dealerconnect_inventory .admin__data-grid-header.admin__data-grid-toolbar div a:hover:before,
.enhanced-dashboard #dealerconnect_inventory .admin__data-grid-header.admin__data-grid-toolbar div a:hover:before {
  background: none !important;
  color: #66cc66 !important;
}
.account.enhanced-dashboard .admin__data-grid-header-row,
.enhanced-dashboard .admin__data-grid-header-row {
  clear: none;
  margin-top: 5px !important;
}
.account.enhanced-dashboard .admin__data-grid-header-row .admin__data-grid-export,
.enhanced-dashboard .admin__data-grid-header-row .admin__data-grid-export {
  padding-right: 5px;
  margin-right: 0px;
}
.account.enhanced-dashboard .admin__data-grid-header-row .admin__data-grid-export select,
.enhanced-dashboard .admin__data-grid-header-row .admin__data-grid-export select {
  border: 1px solid #006699;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
  font-size: 1.4rem;
  padding: 5px 25px 5px 15px;
  margin-right: -3px;
  height: 32px;
  color: #006699;
  margin-top: 5px;
}
.account.enhanced-dashboard .admin__data-grid-header-row .admin__data-grid-export .action-default.scalable.task,
.enhanced-dashboard .admin__data-grid-header-row .admin__data-grid-export .action-default.scalable.task {
  background: none;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  margin-right: -2px;
  border: 1px solid #006699;
  font-size: 0px;
  height: 32px !important;
  color: #006699;
  margin-top: 3px;
  width: 32px;
  padding: 0px !important;
}
.account.enhanced-dashboard .admin__data-grid-header-row .admin__data-grid-export .action-default.scalable.task:before,
.enhanced-dashboard .admin__data-grid-header-row .admin__data-grid-export .action-default.scalable.task:before {
  content: "save_alt";
  color: #006699;
  padding: 0px;
}
.account.enhanced-dashboard .admin__data-grid-header-row .admin__data-grid-export .action-default.scalable.task:hover,
.enhanced-dashboard .admin__data-grid-header-row .admin__data-grid-export .action-default.scalable.task:hover {
  border: 1px solid #66cc66 !important;
  background: #66cc66 !important;
}
.account.enhanced-dashboard .admin__data-grid-header-row .admin__filter-actions button[title="Search"],
.enhanced-dashboard .admin__data-grid-header-row .admin__filter-actions button[title="Search"],
.account.enhanced-dashboard .admin__data-grid-header-row .admin__filter-actions .action-reset,
.enhanced-dashboard .admin__data-grid-header-row .admin__filter-actions .action-reset {
  display: none;
  min-width: unset !important;
}
.account.enhanced-dashboard .admin__data-grid-header-row .admin__filter-actions .searchresetbtn,
.enhanced-dashboard .admin__data-grid-header-row .admin__filter-actions .searchresetbtn {
  display: inline-block !important;
}
.account.enhanced-dashboard .admin__data-grid-header-row .admin__filter-actions .action-default span,
.enhanced-dashboard .admin__data-grid-header-row .admin__filter-actions .action-default span {
  text-shadow: none !important;
}
.account.enhanced-dashboard .col-full.box-info.box-account.card-holders-billing-add,
.enhanced-dashboard .col-full.box-info.box-account.card-holders-billing-add {
  min-height: 200px !important;
}
.account.enhanced-dashboard .button,
.enhanced-dashboard .button,
.account.enhanced-dashboard button,
.enhanced-dashboard button {
  box-shadow: none;
  border-radius: 3px;
  color: #006699;
  background: #ffffff;
  padding: 5px 10px;
  text-decoration: none;
  text-transform: capitalize !important;
  border: 1px solid #006699 !important;
  text-shadow: none;
  font-family: 'Source Sans Pro' !important;
  height: auto;
  font-size: 1.4rem;
  border: 0px;
}
.account.enhanced-dashboard .button:hover,
.enhanced-dashboard .button:hover,
.account.enhanced-dashboard button:hover,
.enhanced-dashboard button:hover {
  text-decoration: none;
  text-shadow: none;
  background: #66cc66 !important;
  border: 1px solid #66cc66 !important;
  color: #ffffff;
}
.account.enhanced-dashboard .button:hover,
.enhanced-dashboard .button:hover,
.account.enhanced-dashboard button:hover,
.enhanced-dashboard button:hover,
.account.enhanced-dashboard .button:active,
.enhanced-dashboard .button:active,
.account.enhanced-dashboard button:active,
.enhanced-dashboard button:active,
.account.enhanced-dashboard .button:focus,
.enhanced-dashboard .button:focus,
.account.enhanced-dashboard button:focus,
.enhanced-dashboard button:focus {
  border: 0px solid transparent;
}
.account.enhanced-dashboard #subscription-id-row .admin__field .end-date-note,
.enhanced-dashboard #subscription-id-row .admin__field .end-date-note {
  margin-top: 7px;
}
.account.enhanced-dashboard button.ui-datepicker-trigger,
.enhanced-dashboard button.ui-datepicker-trigger {
  border: 0px !important;
  padding: 2px !important;
  padding-top: 5px !important;
  background: none !important;
}
.account.enhanced-dashboard button.ui-datepicker-trigger:hover,
.enhanced-dashboard button.ui-datepicker-trigger:hover {
  background: none !important;
}
.account.enhanced-dashboard a.action.primary,
.enhanced-dashboard a.action.primary,
.account.enhanced-dashboard .scalable.task,
.enhanced-dashboard .scalable.task {
  box-shadow: none;
  border-radius: 3px;
  color: #ffffff;
  background: #006699;
  border: 1px solid #006699;
  padding: 5px 10px;
  text-transform: capitalize !important;
  text-decoration: none;
  text-shadow: none;
  font-family: 'Source Sans Pro' !important;
  height: auto;
  font-size: 1.4rem;
  border: 0px;
}
.account.enhanced-dashboard a.action.primary:hover,
.enhanced-dashboard a.action.primary:hover,
.account.enhanced-dashboard .scalable.task:hover,
.enhanced-dashboard .scalable.task:hover {
  text-decoration: none;
  text-shadow: none;
  background: #66cc66;
  border: 1px solid #66cc66;
  color: #ffffff;
}
.account.enhanced-dashboard a.action.primary:hover,
.enhanced-dashboard a.action.primary:hover,
.account.enhanced-dashboard .scalable.task:hover,
.enhanced-dashboard .scalable.task:hover,
.account.enhanced-dashboard a.action.primary:active,
.enhanced-dashboard a.action.primary:active,
.account.enhanced-dashboard .scalable.task:active,
.enhanced-dashboard .scalable.task:active,
.account.enhanced-dashboard a.action.primary:focus,
.enhanced-dashboard a.action.primary:focus,
.account.enhanced-dashboard .scalable.task:focus,
.enhanced-dashboard .scalable.task:focus {
  border: 0px solid transparent;
}
.account.enhanced-dashboard .refreshdatabtn,
.enhanced-dashboard .refreshdatabtn {
  margin-left: 15px;
  position: static;
  right: 15px;
  float: right;
  width: 33px;
  margin-top: 5px;
}
.account.enhanced-dashboard .refreshdatabtn .refreshdatabtn-link,
.enhanced-dashboard .refreshdatabtn .refreshdatabtn-link {
  font-size: 0px;
  padding: 3px !important;
}
.account.enhanced-dashboard .refreshdatabtn .refreshdatabtn-link:before,
.enhanced-dashboard .refreshdatabtn .refreshdatabtn-link:before {
  content: 'autorenew';
  margin: 0px !important;
  font-size: 2.8rem;
  position: relative !important;
  top: 7px !important;
  color: #006699;
  background: none;
}
.account.enhanced-dashboard .refreshdatabtn .refreshdatabtn-link:hover,
.enhanced-dashboard .refreshdatabtn .refreshdatabtn-link:hover {
  border-radius: 3px !important;
  padding: 3px !important;
  background: none !important;
}
.account.enhanced-dashboard .refreshdatabtn .refreshdatabtn-link:hover:before,
.enhanced-dashboard .refreshdatabtn .refreshdatabtn-link:hover:before {
  background: none !important;
  color: #66cc66 !important;
}
.account.enhanced-dashboard .lastmodified p,
.enhanced-dashboard .lastmodified p {
  font-weight: 400;
  font-size: 1.6rem;
  color: #4b4b4b;
  text-align: center;
}
.account.enhanced-dashboard.customerconnect-contacts-index .box-account .content-header .form-buttons #add-contact:hover,
.enhanced-dashboard.customerconnect-contacts-index .box-account .content-header .form-buttons #add-contact:hover {
  background: none !important;
}
.account.enhanced-dashboard.customerconnect-contacts-index .box-account .admin__data-grid-header.admin__data-grid-toolbar,
.enhanced-dashboard.customerconnect-contacts-index .box-account .admin__data-grid-header.admin__data-grid-toolbar {
  min-height: 50px;
}
.account.enhanced-dashboard.customerconnect-contacts-index .box-account .admin__data-grid-header.admin__data-grid-toolbar .admin__data-grid-header-row .admin__filter-actions,
.enhanced-dashboard.customerconnect-contacts-index .box-account .admin__data-grid-header.admin__data-grid-toolbar .admin__data-grid-header-row .admin__filter-actions {
  top: 15px;
}
.account.enhanced-dashboard.customerconnect-contacts-index .box-account .admin__data-grid-header.admin__data-grid-toolbar .material-icons.grid-filter-icon,
.enhanced-dashboard.customerconnect-contacts-index .box-account .admin__data-grid-header.admin__data-grid-toolbar .material-icons.grid-filter-icon {
  top: 15px;
  right: 8px;
}
.account.enhanced-dashboard.customerconnect-contacts-index .box-account .table-wrapper.admin__data-grid-wrap .data-grid#customer_account_contacts_list_table .action-link-ht a,
.enhanced-dashboard.customerconnect-contacts-index .box-account .table-wrapper.admin__data-grid-wrap .data-grid#customer_account_contacts_list_table .action-link-ht a {
  padding-right: 10px;
}
.account.enhanced-dashboard.customerconnect-contacts-index #customer_account_contacts_list .admin__data-grid-header.admin__data-grid-toolbar .refreshdatabtn,
.enhanced-dashboard.customerconnect-contacts-index #customer_account_contacts_list .admin__data-grid-header.admin__data-grid-toolbar .refreshdatabtn {
  display: none;
}
.account.enhanced-dashboard.customerconnect-arpayments-index #customerconnect_invoices_lines .admin__data-grid-header.admin__data-grid-toolbar,
.enhanced-dashboard.customerconnect-arpayments-index #customerconnect_invoices_lines .admin__data-grid-header.admin__data-grid-toolbar {
  min-height: 5px;
}
.account.enhanced-dashboard.customerconnect-arpayments-index #customerconnect_invoices_lines .admin__data-grid-header.admin__data-grid-toolbar .refreshdatabtn,
.enhanced-dashboard.customerconnect-arpayments-index #customerconnect_invoices_lines .admin__data-grid-header.admin__data-grid-toolbar .refreshdatabtn {
  display: none;
}
.account.enhanced-dashboard.customerconnect-arpayments-index #show-arpayments-detailspopup,
.enhanced-dashboard.customerconnect-arpayments-index #show-arpayments-detailspopup {
  padding-top: 25px;
}
.account.enhanced-dashboard.customerconnect-arpayments-index #show-arpayments-detailspopup #button_bar,
.enhanced-dashboard.customerconnect-arpayments-index #show-arpayments-detailspopup #button_bar {
  top: -20px;
  margin-bottom: 20px;
}
.account.enhanced-dashboard.customerconnect-arpayments-index .ar_payment_block #allocatebutton,
.enhanced-dashboard.customerconnect-arpayments-index .ar_payment_block #allocatebutton {
  position: absolute;
  top: 15px;
  right: 15px;
}
.account.enhanced-dashboard.customerconnect-arpayments-index .box-account .boxed-content .ar_payment_block,
.enhanced-dashboard.customerconnect-arpayments-index .box-account .boxed-content .ar_payment_block {
  max-height: 100px;
}
.account.enhanced-dashboard.customerconnect-arpayments-index #customer_arpayments_agedbalances_list .admin__data-grid-header.admin__data-grid-toolbar .refreshdatabtn,
.enhanced-dashboard.customerconnect-arpayments-index #customer_arpayments_agedbalances_list .admin__data-grid-header.admin__data-grid-toolbar .refreshdatabtn {
  position: absolute;
  top: 42px !important;
  right: 5px;
}
.account.enhanced-dashboard.customerconnect-arpayments-index #customer_arpayments_agedbalances_list .table-wrapper,
.enhanced-dashboard.customerconnect-arpayments-index #customer_arpayments_agedbalances_list .table-wrapper {
  padding-top: 0px;
}
.account.enhanced-dashboard.customerconnect-arpayments-index #customer_arpayments_invoices_list .admin__data-grid-header .grid-filter-icon,
.enhanced-dashboard.customerconnect-arpayments-index #customer_arpayments_invoices_list .admin__data-grid-header .grid-filter-icon,
.account.enhanced-dashboard.customerconnect-arpayments-index #customer_arpayments_invoices_list .admin__data-grid-toolbar .grid-filter-icon,
.enhanced-dashboard.customerconnect-arpayments-index #customer_arpayments_invoices_list .admin__data-grid-toolbar .grid-filter-icon {
  right: 0px !important;
  top: 50px;
}
.account.enhanced-dashboard.customerconnect-arpayments-index #customer_arpayments_invoices_list .admin__data-grid-header-row .admin__filter-actions,
.enhanced-dashboard.customerconnect-arpayments-index #customer_arpayments_invoices_list .admin__data-grid-header-row .admin__filter-actions {
  top: 52px;
}
.account.enhanced-dashboard.customerconnect-arpayments-index #customer_arpayments_invoices_list .admin__data-grid-header-row .admin__filter-actions .action-secondary:first-child,
.enhanced-dashboard.customerconnect-arpayments-index #customer_arpayments_invoices_list .admin__data-grid-header-row .admin__filter-actions .action-secondary:first-child {
  position: absolute;
  top: -40px;
  right: 0px;
}
.account.enhanced-dashboard.customerconnect-arpayments-index #customer_arpayments_invoices_list .table-wrapper,
.enhanced-dashboard.customerconnect-arpayments-index #customer_arpayments_invoices_list .table-wrapper {
  margin-top: 40px;
  margin-bottom: 0px;
}
.account.enhanced-dashboard.customerconnect-arpayments-index #customer_arpayments_agedbalances_list .grid-filter-icon,
.enhanced-dashboard.customerconnect-arpayments-index #customer_arpayments_agedbalances_list .grid-filter-icon {
  display: none;
  top: -5px;
  right: 35px;
}
.account.enhanced-dashboard.customerconnect-arpayments-index #customer_arpayments_agedbalances_list .refreshdatabtn .refreshdatabtn-link,
.enhanced-dashboard.customerconnect-arpayments-index #customer_arpayments_agedbalances_list .refreshdatabtn .refreshdatabtn-link {
  right: -20px !important;
  top: -15px;
}
.account.enhanced-dashboard.customerconnect-arpayments-index #customer_arpayments_agedbalances_list .table-wrapper,
.enhanced-dashboard.customerconnect-arpayments-index #customer_arpayments_agedbalances_list .table-wrapper {
  padding-top: 30px;
}
.account.enhanced-dashboard.customerconnect-arpayments-index .card-holders-billing-add .address_block,
.enhanced-dashboard.customerconnect-arpayments-index .card-holders-billing-add .address_block {
  padding: 0px;
}
.account.enhanced-dashboard.customerconnect-arpayments-index .card-holders-billing-add .address_block .address_label .billingaddressheading,
.enhanced-dashboard.customerconnect-arpayments-index .card-holders-billing-add .address_block .address_label .billingaddressheading {
  font-size: 2.0rem !important;
  font-family: 'Source Sans Pro' !important;
  color: #363636;
  text-transform: uppercase !important;
  font-weight: 600 !important;
}
.account.enhanced-dashboard.customerconnect-arpayments-index .card-holders-billing-add .address_block .address_content .change_address,
.enhanced-dashboard.customerconnect-arpayments-index .card-holders-billing-add .address_block .address_content .change_address {
  position: absolute;
  top: 15px;
  right: 15px;
  border-radius: 3px;
  font-size: 1.4rem;
  color: #006699;
  background: #ffffff;
  padding: 5px 10px;
  text-decoration: none;
  text-transform: capitalize !important;
  border: 1px solid #006699 !important;
  text-shadow: none;
  font-family: 'Source Sans Pro' !important;
}
.account.enhanced-dashboard.customerconnect-arpayments-index .card-holders-billing-add .address_block .address_content .change_address:hover,
.enhanced-dashboard.customerconnect-arpayments-index .card-holders-billing-add .address_block .address_content .change_address:hover {
  text-decoration: none;
  text-shadow: none;
  background: #66cc66 !important;
  border: 1px solid #66cc66 !important;
  color: #ffffff;
}
.account.enhanced-dashboard.customerconnect-arpayments-index .col-1 #customer_arpayments_agedbalances_list .admin__data-grid-header .refreshdatabtn,
.enhanced-dashboard.customerconnect-arpayments-index .col-1 #customer_arpayments_agedbalances_list .admin__data-grid-header .refreshdatabtn,
.account.enhanced-dashboard.customerconnect-arpayments-index .col-2 #customer_arpayments_agedbalances_list .admin__data-grid-header .refreshdatabtn,
.enhanced-dashboard.customerconnect-arpayments-index .col-2 #customer_arpayments_agedbalances_list .admin__data-grid-header .refreshdatabtn,
.account.enhanced-dashboard.customerconnect-arpayments-index .col-full #customer_arpayments_agedbalances_list .admin__data-grid-header .refreshdatabtn,
.enhanced-dashboard.customerconnect-arpayments-index .col-full #customer_arpayments_agedbalances_list .admin__data-grid-header .refreshdatabtn {
  right: 15px;
  top: -10px;
}
.account.enhanced-dashboard.customerconnect-arpayments-index #customer_arpayments_agedbalances_list,
.enhanced-dashboard.customerconnect-arpayments-index #customer_arpayments_agedbalances_list {
  position: relative;
}
.account.enhanced-dashboard.customerconnect-arpayments-index #customer_arpayments_agedbalances_list .refreshdatabtn .admin__data-grid-header .material-icons.grid-filter-icon,
.enhanced-dashboard.customerconnect-arpayments-index #customer_arpayments_agedbalances_list .refreshdatabtn .admin__data-grid-header .material-icons.grid-filter-icon,
.account.enhanced-dashboard.customerconnect-arpayments-index #customer_arpayments_agedbalances_list .refreshdatabtn .admin__data-grid-toolbar .material-icons.grid-filter-icon,
.enhanced-dashboard.customerconnect-arpayments-index #customer_arpayments_agedbalances_list .refreshdatabtn .admin__data-grid-toolbar .material-icons.grid-filter-icon {
  right: 60px;
  top: -2px;
  z-index: 9;
}
.account.enhanced-dashboard .admin__data-grid-pager-wrap .admin__data-grid-pager .admin__control-text,
.enhanced-dashboard .admin__data-grid-pager-wrap .admin__data-grid-pager .admin__control-text {
  border: 0px !important;
  border-bottom: 2px solid #000 !important;
  border-radius: 0px !important;
}
.account.enhanced-dashboard .admin__data-grid-header,
.enhanced-dashboard .admin__data-grid-header,
.account.enhanced-dashboard .admin__data-grid-toolbar,
.enhanced-dashboard .admin__data-grid-toolbar {
  position: relative;
  min-height: 90px;
}
.account.enhanced-dashboard .admin__data-grid-header .admin__data-grid-header-row .admin__filter-actions,
.enhanced-dashboard .admin__data-grid-header .admin__data-grid-header-row .admin__filter-actions,
.account.enhanced-dashboard .admin__data-grid-toolbar .admin__data-grid-header-row .admin__filter-actions,
.enhanced-dashboard .admin__data-grid-toolbar .admin__data-grid-header-row .admin__filter-actions {
  position: absolute;
  right: 45px;
  top: 48px;
}
.account.enhanced-dashboard .admin__data-grid-header .admin__data-grid-header-row .admin__filter-actions .action-secondary,
.enhanced-dashboard .admin__data-grid-header .admin__data-grid-header-row .admin__filter-actions .action-secondary,
.account.enhanced-dashboard .admin__data-grid-toolbar .admin__data-grid-header-row .admin__filter-actions .action-secondary,
.enhanced-dashboard .admin__data-grid-toolbar .admin__data-grid-header-row .admin__filter-actions .action-secondary,
.account.enhanced-dashboard .admin__data-grid-header .admin__data-grid-header-row .admin__filter-actions .action-tertiary,
.enhanced-dashboard .admin__data-grid-header .admin__data-grid-header-row .admin__filter-actions .action-tertiary,
.account.enhanced-dashboard .admin__data-grid-toolbar .admin__data-grid-header-row .admin__filter-actions .action-tertiary,
.enhanced-dashboard .admin__data-grid-toolbar .admin__data-grid-header-row .admin__filter-actions .action-tertiary {
  border-radius: 3px;
  font-size: 1.4rem;
  color: #006699;
  background: #ffffff;
  padding: 5px 10px;
  text-decoration: none;
  text-transform: capitalize !important;
  border: 1px solid #006699 !important;
  text-shadow: none;
  font-family: 'Source Sans Pro' !important;
  margin-left: 15px;
}
.account.enhanced-dashboard .admin__data-grid-header .admin__data-grid-header-row .admin__filter-actions .action-secondary:hover,
.enhanced-dashboard .admin__data-grid-header .admin__data-grid-header-row .admin__filter-actions .action-secondary:hover,
.account.enhanced-dashboard .admin__data-grid-toolbar .admin__data-grid-header-row .admin__filter-actions .action-secondary:hover,
.enhanced-dashboard .admin__data-grid-toolbar .admin__data-grid-header-row .admin__filter-actions .action-secondary:hover,
.account.enhanced-dashboard .admin__data-grid-header .admin__data-grid-header-row .admin__filter-actions .action-tertiary:hover,
.enhanced-dashboard .admin__data-grid-header .admin__data-grid-header-row .admin__filter-actions .action-tertiary:hover,
.account.enhanced-dashboard .admin__data-grid-toolbar .admin__data-grid-header-row .admin__filter-actions .action-tertiary:hover,
.enhanced-dashboard .admin__data-grid-toolbar .admin__data-grid-header-row .admin__filter-actions .action-tertiary:hover {
  text-decoration: none;
  text-shadow: none;
  background: #66cc66 !important;
  border: 1px solid #66cc66 !important;
  color: #ffffff;
}
.account.enhanced-dashboard .admin__data-grid-header .admin__data-grid-header-row .admin__filter-actions .action-primary,
.enhanced-dashboard .admin__data-grid-header .admin__data-grid-header-row .admin__filter-actions .action-primary,
.account.enhanced-dashboard .admin__data-grid-toolbar .admin__data-grid-header-row .admin__filter-actions .action-primary,
.enhanced-dashboard .admin__data-grid-toolbar .admin__data-grid-header-row .admin__filter-actions .action-primary,
.account.enhanced-dashboard .admin__data-grid-header .admin__data-grid-header-row .admin__filter-actions .task,
.enhanced-dashboard .admin__data-grid-header .admin__data-grid-header-row .admin__filter-actions .task,
.account.enhanced-dashboard .admin__data-grid-toolbar .admin__data-grid-header-row .admin__filter-actions .task,
.enhanced-dashboard .admin__data-grid-toolbar .admin__data-grid-header-row .admin__filter-actions .task {
  border-radius: 3px;
  font-size: 1.4rem;
  color: #ffffff;
  background: #006699;
  border: 1px solid #006699;
  padding: 5px 10px;
  text-transform: capitalize !important;
  text-decoration: none;
  text-shadow: none;
  font-family: 'Source Sans Pro' !important;
  margin-left: 15px;
}
.account.enhanced-dashboard .admin__data-grid-header .admin__data-grid-header-row .admin__filter-actions .action-primary:hover,
.enhanced-dashboard .admin__data-grid-header .admin__data-grid-header-row .admin__filter-actions .action-primary:hover,
.account.enhanced-dashboard .admin__data-grid-toolbar .admin__data-grid-header-row .admin__filter-actions .action-primary:hover,
.enhanced-dashboard .admin__data-grid-toolbar .admin__data-grid-header-row .admin__filter-actions .action-primary:hover,
.account.enhanced-dashboard .admin__data-grid-header .admin__data-grid-header-row .admin__filter-actions .task:hover,
.enhanced-dashboard .admin__data-grid-header .admin__data-grid-header-row .admin__filter-actions .task:hover,
.account.enhanced-dashboard .admin__data-grid-toolbar .admin__data-grid-header-row .admin__filter-actions .task:hover,
.enhanced-dashboard .admin__data-grid-toolbar .admin__data-grid-header-row .admin__filter-actions .task:hover {
  text-decoration: none;
  text-shadow: none;
  background: #66cc66;
  border: 1px solid #66cc66;
  color: #ffffff;
}
.account.enhanced-dashboard .admin__data-grid-header:last-child .admin__data-grid-pager-wrap .page-limit-select,
.enhanced-dashboard .admin__data-grid-header:last-child .admin__data-grid-pager-wrap .page-limit-select,
.account.enhanced-dashboard .admin__data-grid-toolbar:last-child .admin__data-grid-pager-wrap .page-limit-select,
.enhanced-dashboard .admin__data-grid-toolbar:last-child .admin__data-grid-pager-wrap .page-limit-select,
.account.enhanced-dashboard .admin__data-grid-header:last-child .admin__data-grid-pager-wrap .admin__control-support-text,
.enhanced-dashboard .admin__data-grid-header:last-child .admin__data-grid-pager-wrap .admin__control-support-text,
.account.enhanced-dashboard .admin__data-grid-toolbar:last-child .admin__data-grid-pager-wrap .admin__control-support-text,
.enhanced-dashboard .admin__data-grid-toolbar:last-child .admin__data-grid-pager-wrap .admin__control-support-text {
  display: none;
}
.account.enhanced-dashboard .admin__data-grid-header:last-child .admin__data-grid-pager-wrap div.admin__control-support-text,
.enhanced-dashboard .admin__data-grid-header:last-child .admin__data-grid-pager-wrap div.admin__control-support-text,
.account.enhanced-dashboard .admin__data-grid-toolbar:last-child .admin__data-grid-pager-wrap div.admin__control-support-text,
.enhanced-dashboard .admin__data-grid-toolbar:last-child .admin__data-grid-pager-wrap div.admin__control-support-text {
  display: block;
}
.account.enhanced-dashboard .admin__data-grid-header:last-child .admin__data-grid-pager-wrap .admin__data-grid-pager .admin__control-support-text,
.enhanced-dashboard .admin__data-grid-header:last-child .admin__data-grid-pager-wrap .admin__data-grid-pager .admin__control-support-text,
.account.enhanced-dashboard .admin__data-grid-toolbar:last-child .admin__data-grid-pager-wrap .admin__data-grid-pager .admin__control-support-text,
.enhanced-dashboard .admin__data-grid-toolbar:last-child .admin__data-grid-pager-wrap .admin__data-grid-pager .admin__control-support-text {
  display: inline-block;
}
.account.enhanced-dashboard .admin__data-grid-header:last-child .admin__data-grid-pager,
.enhanced-dashboard .admin__data-grid-header:last-child .admin__data-grid-pager,
.account.enhanced-dashboard .admin__data-grid-toolbar:last-child .admin__data-grid-pager,
.enhanced-dashboard .admin__data-grid-toolbar:last-child .admin__data-grid-pager {
  text-align: right !important;
}
.account.enhanced-dashboard .admin__data-grid-header:last-child .admin__data-grid-pager .action-next,
.enhanced-dashboard .admin__data-grid-header:last-child .admin__data-grid-pager .action-next,
.account.enhanced-dashboard .admin__data-grid-toolbar:last-child .admin__data-grid-pager .action-next,
.enhanced-dashboard .admin__data-grid-toolbar:last-child .admin__data-grid-pager .action-next,
.account.enhanced-dashboard .admin__data-grid-header:last-child .admin__data-grid-pager .action-previous,
.enhanced-dashboard .admin__data-grid-header:last-child .admin__data-grid-pager .action-previous,
.account.enhanced-dashboard .admin__data-grid-toolbar:last-child .admin__data-grid-pager .action-previous,
.enhanced-dashboard .admin__data-grid-toolbar:last-child .admin__data-grid-pager .action-previous {
  padding: 0px !important;
  border: 0px !important;
}
.account.enhanced-dashboard .admin__data-grid-header:last-child .admin__data-grid-pager .action-next:before,
.enhanced-dashboard .admin__data-grid-header:last-child .admin__data-grid-pager .action-next:before,
.account.enhanced-dashboard .admin__data-grid-toolbar:last-child .admin__data-grid-pager .action-next:before,
.enhanced-dashboard .admin__data-grid-toolbar:last-child .admin__data-grid-pager .action-next:before,
.account.enhanced-dashboard .admin__data-grid-header:last-child .admin__data-grid-pager .action-previous:before,
.enhanced-dashboard .admin__data-grid-header:last-child .admin__data-grid-pager .action-previous:before,
.account.enhanced-dashboard .admin__data-grid-toolbar:last-child .admin__data-grid-pager .action-previous:before,
.enhanced-dashboard .admin__data-grid-toolbar:last-child .admin__data-grid-pager .action-previous:before {
  font-size: 2.8rem !important;
}
.account.enhanced-dashboard .admin__data-grid-header:last-child .admin__data-grid-pager .action-previous,
.enhanced-dashboard .admin__data-grid-header:last-child .admin__data-grid-pager .action-previous,
.account.enhanced-dashboard .admin__data-grid-toolbar:last-child .admin__data-grid-pager .action-previous,
.enhanced-dashboard .admin__data-grid-toolbar:last-child .admin__data-grid-pager .action-previous {
  padding-left: 8px !important;
}
.account.enhanced-dashboard .admin__data-grid-header .material-icons.grid-filter-icon,
.enhanced-dashboard .admin__data-grid-header .material-icons.grid-filter-icon,
.account.enhanced-dashboard .admin__data-grid-toolbar .material-icons.grid-filter-icon,
.enhanced-dashboard .admin__data-grid-toolbar .material-icons.grid-filter-icon {
  position: absolute;
  right: 0px;
  top: 50px;
  cursor: pointer;
  display: none;
  z-index: 9;
  font-size: 0px !important;
}
.account.enhanced-dashboard .admin__data-grid-header .material-icons.grid-filter-icon:before,
.enhanced-dashboard .admin__data-grid-header .material-icons.grid-filter-icon:before,
.account.enhanced-dashboard .admin__data-grid-toolbar .material-icons.grid-filter-icon:before,
.enhanced-dashboard .admin__data-grid-toolbar .material-icons.grid-filter-icon:before {
  color: #006699;
  font-size: 2.8rem;
  content: 'filter_alt';
}
.account.enhanced-dashboard .admin__data-grid-header .material-icons.grid-filter-icon:hover:before,
.enhanced-dashboard .admin__data-grid-header .material-icons.grid-filter-icon:hover:before,
.account.enhanced-dashboard .admin__data-grid-toolbar .material-icons.grid-filter-icon:hover:before,
.enhanced-dashboard .admin__data-grid-toolbar .material-icons.grid-filter-icon:hover:before {
  color: #66cc66;
}
.account.enhanced-dashboard .admin__data-grid-header .material-icons.grid-filter-icon.hasfilter,
.enhanced-dashboard .admin__data-grid-header .material-icons.grid-filter-icon.hasfilter,
.account.enhanced-dashboard .admin__data-grid-toolbar .material-icons.grid-filter-icon.hasfilter,
.enhanced-dashboard .admin__data-grid-toolbar .material-icons.grid-filter-icon.hasfilter {
  display: block;
}
.account.enhanced-dashboard .admin__data-grid-header .legend > span,
.enhanced-dashboard .admin__data-grid-header .legend > span,
.account.enhanced-dashboard .admin__data-grid-toolbar .legend > span,
.enhanced-dashboard .admin__data-grid-toolbar .legend > span {
  font-size: 2.0rem !important;
  font-family: 'Source Sans Pro' !important;
  color: #363636 !important;
  text-transform: capitalize !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
}
.account.enhanced-dashboard .admin__data-grid-header .admin__control-support-text,
.enhanced-dashboard .admin__data-grid-header .admin__control-support-text,
.account.enhanced-dashboard .admin__data-grid-toolbar .admin__control-support-text,
.enhanced-dashboard .admin__data-grid-toolbar .admin__control-support-text {
  position: absolute;
  bottom: 15px;
  color: #4b4b4b;
  font-size: 1.6rem;
  font-weight: 400 !important;
  left: 0;
  text-align: left;
  padding-left: 15px;
}
.account.enhanced-dashboard .admin__data-grid-header .messages.custom-msg,
.enhanced-dashboard .admin__data-grid-header .messages.custom-msg,
.account.enhanced-dashboard .admin__data-grid-toolbar .messages.custom-msg,
.enhanced-dashboard .admin__data-grid-toolbar .messages.custom-msg {
  position: absolute;
  margin-top: 15px;
}
.account.enhanced-dashboard .admin__data-grid-header .admin__data-grid-header-row._massaction,
.enhanced-dashboard .admin__data-grid-header .admin__data-grid-header-row._massaction,
.account.enhanced-dashboard .admin__data-grid-toolbar .admin__data-grid-header-row._massaction,
.enhanced-dashboard .admin__data-grid-toolbar .admin__data-grid-header-row._massaction {
  display: inline-block;
  float: none;
  padding-bottom: 5px;
}
.account.enhanced-dashboard .admin__data-grid-header .admin__data-grid-header-row._massaction .admin__grid-massaction form .admin__grid-massaction-form div.mage-error,
.enhanced-dashboard .admin__data-grid-header .admin__data-grid-header-row._massaction .admin__grid-massaction form .admin__grid-massaction-form div.mage-error,
.account.enhanced-dashboard .admin__data-grid-toolbar .admin__data-grid-header-row._massaction .admin__grid-massaction form .admin__grid-massaction-form div.mage-error,
.enhanced-dashboard .admin__data-grid-toolbar .admin__data-grid-header-row._massaction .admin__grid-massaction form .admin__grid-massaction-form div.mage-error {
  position: absolute;
  left: 0px;
  top: -25px;
}
.account.enhanced-dashboard .admin__data-grid-header .admin__data-grid-header-row._massaction .admin__grid-massaction form .admin__grid-massaction-form select.admin__control-select,
.enhanced-dashboard .admin__data-grid-header .admin__data-grid-header-row._massaction .admin__grid-massaction form .admin__grid-massaction-form select.admin__control-select,
.account.enhanced-dashboard .admin__data-grid-toolbar .admin__data-grid-header-row._massaction .admin__grid-massaction form .admin__grid-massaction-form select.admin__control-select,
.enhanced-dashboard .admin__data-grid-toolbar .admin__data-grid-header-row._massaction .admin__grid-massaction form .admin__grid-massaction-form select.admin__control-select {
  font-size: 1.4rem;
  border-radius: 0px;
  border: 0px;
  border-bottom: 2px solid #006699;
  width: 100px;
  padding-top: 9px;
  padding-bottom: 3px;
}
.account.enhanced-dashboard .admin__data-grid-header .admin__data-grid-header-row._massaction .admin__grid-massaction form .admin__grid-massaction-form select.admin__control-select:before,
.enhanced-dashboard .admin__data-grid-header .admin__data-grid-header-row._massaction .admin__grid-massaction form .admin__grid-massaction-form select.admin__control-select:before,
.account.enhanced-dashboard .admin__data-grid-toolbar .admin__data-grid-header-row._massaction .admin__grid-massaction form .admin__grid-massaction-form select.admin__control-select:before,
.enhanced-dashboard .admin__data-grid-toolbar .admin__data-grid-header-row._massaction .admin__grid-massaction form .admin__grid-massaction-form select.admin__control-select:before {
  font-size: 1.2rem;
  color: #616161;
  content: 'Actions';
}
.account.enhanced-dashboard .admin__data-grid-header .admin__data-grid-header-row._massaction .admin__grid-massaction form .admin__grid-massaction-form .outer-span,
.enhanced-dashboard .admin__data-grid-header .admin__data-grid-header-row._massaction .admin__grid-massaction form .admin__grid-massaction-form .outer-span,
.account.enhanced-dashboard .admin__data-grid-toolbar .admin__data-grid-header-row._massaction .admin__grid-massaction form .admin__grid-massaction-form .outer-span,
.enhanced-dashboard .admin__data-grid-toolbar .admin__data-grid-header-row._massaction .admin__grid-massaction form .admin__grid-massaction-form .outer-span {
  width: auto;
  position: static;
}
.account.enhanced-dashboard .admin__data-grid-header .admin__data-grid-header-row._massaction .admin__grid-massaction form .admin__grid-massaction-form .action-default.scalable,
.enhanced-dashboard .admin__data-grid-header .admin__data-grid-header-row._massaction .admin__grid-massaction form .admin__grid-massaction-form .action-default.scalable,
.account.enhanced-dashboard .admin__data-grid-toolbar .admin__data-grid-header-row._massaction .admin__grid-massaction form .admin__grid-massaction-form .action-default.scalable,
.enhanced-dashboard .admin__data-grid-toolbar .admin__data-grid-header-row._massaction .admin__grid-massaction form .admin__grid-massaction-form .action-default.scalable {
  border-radius: 3px;
  font-size: 1.4rem;
  color: #ffffff;
  background: #006699;
  border: 1px solid #006699;
  padding: 5px 10px;
  text-transform: capitalize !important;
  text-decoration: none;
  text-shadow: none;
  font-family: 'Source Sans Pro' !important;
  margin-left: 10px;
}
.account.enhanced-dashboard .admin__data-grid-header .admin__data-grid-header-row._massaction .admin__grid-massaction form .admin__grid-massaction-form .action-default.scalable:hover,
.enhanced-dashboard .admin__data-grid-header .admin__data-grid-header-row._massaction .admin__grid-massaction form .admin__grid-massaction-form .action-default.scalable:hover,
.account.enhanced-dashboard .admin__data-grid-toolbar .admin__data-grid-header-row._massaction .admin__grid-massaction form .admin__grid-massaction-form .action-default.scalable:hover,
.enhanced-dashboard .admin__data-grid-toolbar .admin__data-grid-header-row._massaction .admin__grid-massaction form .admin__grid-massaction-form .action-default.scalable:hover {
  text-decoration: none;
  text-shadow: none;
  background: #66cc66;
  border: 1px solid #66cc66;
  color: #ffffff;
}
.account.enhanced-dashboard .admin__data-grid-header .admin__data-grid-header-row._massaction .admin__grid-massaction .mass-select-wrap select.action-select-multiselect,
.enhanced-dashboard .admin__data-grid-header .admin__data-grid-header-row._massaction .admin__grid-massaction .mass-select-wrap select.action-select-multiselect,
.account.enhanced-dashboard .admin__data-grid-toolbar .admin__data-grid-header-row._massaction .admin__grid-massaction .mass-select-wrap select.action-select-multiselect,
.enhanced-dashboard .admin__data-grid-toolbar .admin__data-grid-header-row._massaction .admin__grid-massaction .mass-select-wrap select.action-select-multiselect {
  font-size: 1.4rem;
  border-radius: 0px;
  border: 0px;
  border-bottom: 2px solid #006699;
  width: 100px;
  padding-top: 9px;
  padding-bottom: 3px;
}
.account.enhanced-dashboard .admin__data-grid-header .admin__data-grid-header-row._massaction .admin__grid-massaction .mass-select-wrap select.action-select-multiselect:before,
.enhanced-dashboard .admin__data-grid-header .admin__data-grid-header-row._massaction .admin__grid-massaction .mass-select-wrap select.action-select-multiselect:before,
.account.enhanced-dashboard .admin__data-grid-toolbar .admin__data-grid-header-row._massaction .admin__grid-massaction .mass-select-wrap select.action-select-multiselect:before,
.enhanced-dashboard .admin__data-grid-toolbar .admin__data-grid-header-row._massaction .admin__grid-massaction .mass-select-wrap select.action-select-multiselect:before {
  font-size: 1.2rem;
  color: #616161;
  content: 'Actions';
}
.account.enhanced-dashboard .admin__data-grid-header .admin__data-grid-pager-wrap,
.enhanced-dashboard .admin__data-grid-header .admin__data-grid-pager-wrap,
.account.enhanced-dashboard .admin__data-grid-toolbar .admin__data-grid-pager-wrap,
.enhanced-dashboard .admin__data-grid-toolbar .admin__data-grid-pager-wrap {
  width: 145px;
  display: inline-block;
}
.account.enhanced-dashboard .admin__data-grid-header .admin__data-grid-pager-wrap label.admin__control-support-text,
.enhanced-dashboard .admin__data-grid-header .admin__data-grid-pager-wrap label.admin__control-support-text,
.account.enhanced-dashboard .admin__data-grid-toolbar .admin__data-grid-pager-wrap label.admin__control-support-text,
.enhanced-dashboard .admin__data-grid-toolbar .admin__data-grid-pager-wrap label.admin__control-support-text {
  position: static;
  font-size: 1.6rem;
  color: #000000;
  font-weight: 600;
}
.account.enhanced-dashboard .admin__data-grid-header .admin__data-grid-pager-wrap .admin__control-select,
.enhanced-dashboard .admin__data-grid-header .admin__data-grid-pager-wrap .admin__control-select,
.account.enhanced-dashboard .admin__data-grid-toolbar .admin__data-grid-pager-wrap .admin__control-select,
.enhanced-dashboard .admin__data-grid-toolbar .admin__data-grid-pager-wrap .admin__control-select,
.account.enhanced-dashboard .admin__data-grid-header .admin__data-grid-pager-wrap .page-limit-select,
.enhanced-dashboard .admin__data-grid-header .admin__data-grid-pager-wrap .page-limit-select,
.account.enhanced-dashboard .admin__data-grid-toolbar .admin__data-grid-pager-wrap .page-limit-select,
.enhanced-dashboard .admin__data-grid-toolbar .admin__data-grid-pager-wrap .page-limit-select {
  border-radius: 0px;
  border: 0px;
  border-bottom: 2px solid #006699;
  background-color: #ffffff;
  font-size: 1.6rem;
  font-weight: 600;
}
.account.enhanced-dashboard .admin__data-grid-header .admin__data-grid-pager-wrap .admin__data-grid-pager,
.enhanced-dashboard .admin__data-grid-header .admin__data-grid-pager-wrap .admin__data-grid-pager,
.account.enhanced-dashboard .admin__data-grid-toolbar .admin__data-grid-pager-wrap .admin__data-grid-pager,
.enhanced-dashboard .admin__data-grid-toolbar .admin__data-grid-pager-wrap .admin__data-grid-pager {
  z-index: 999;
  position: absolute;
  bottom: 15px !important;
  right: 15px;
  text-align: right;
}
.account.enhanced-dashboard .admin__data-grid-header .admin__data-grid-pager-wrap .admin__data-grid-pager input.admin__control-text,
.enhanced-dashboard .admin__data-grid-header .admin__data-grid-pager-wrap .admin__data-grid-pager input.admin__control-text,
.account.enhanced-dashboard .admin__data-grid-toolbar .admin__data-grid-pager-wrap .admin__data-grid-pager input.admin__control-text,
.enhanced-dashboard .admin__data-grid-toolbar .admin__data-grid-pager-wrap .admin__data-grid-pager input.admin__control-text {
  border: 0px;
  border-bottom: 2px solid #000000;
  border-radius: 0px;
}
.account.enhanced-dashboard .admin__data-grid-header .admin__data-grid-pager-wrap .admin__data-grid-pager .admin__control-support-text,
.enhanced-dashboard .admin__data-grid-header .admin__data-grid-pager-wrap .admin__data-grid-pager .admin__control-support-text,
.account.enhanced-dashboard .admin__data-grid-toolbar .admin__data-grid-pager-wrap .admin__data-grid-pager .admin__control-support-text,
.enhanced-dashboard .admin__data-grid-toolbar .admin__data-grid-pager-wrap .admin__data-grid-pager .admin__control-support-text {
  color: #4b4b4b;
  font-size: 1.6rem;
  font-weight: 400 !important;
}
.account.enhanced-dashboard .admin__data-grid-header .admin__data-grid-pager-wrap .admin__data-grid-pager .action-previous,
.enhanced-dashboard .admin__data-grid-header .admin__data-grid-pager-wrap .admin__data-grid-pager .action-previous,
.account.enhanced-dashboard .admin__data-grid-toolbar .admin__data-grid-pager-wrap .admin__data-grid-pager .action-previous,
.enhanced-dashboard .admin__data-grid-toolbar .admin__data-grid-pager-wrap .admin__data-grid-pager .action-previous,
.account.enhanced-dashboard .admin__data-grid-header .admin__data-grid-pager-wrap .admin__data-grid-pager .action-next,
.enhanced-dashboard .admin__data-grid-header .admin__data-grid-pager-wrap .admin__data-grid-pager .action-next,
.account.enhanced-dashboard .admin__data-grid-toolbar .admin__data-grid-pager-wrap .admin__data-grid-pager .action-next,
.enhanced-dashboard .admin__data-grid-toolbar .admin__data-grid-pager-wrap .admin__data-grid-pager .action-next {
  width: auto;
  padding-left: 5px;
  margin-right: 5px;
  margin-left: 5px;
  opacity: 1;
  background: none;
  border: 0px !important;
  cursor: pointer;
}
.account.enhanced-dashboard .admin__data-grid-header .admin__data-grid-pager-wrap .admin__data-grid-pager .action-previous:before,
.enhanced-dashboard .admin__data-grid-header .admin__data-grid-pager-wrap .admin__data-grid-pager .action-previous:before,
.account.enhanced-dashboard .admin__data-grid-toolbar .admin__data-grid-pager-wrap .admin__data-grid-pager .action-previous:before,
.enhanced-dashboard .admin__data-grid-toolbar .admin__data-grid-pager-wrap .admin__data-grid-pager .action-previous:before,
.account.enhanced-dashboard .admin__data-grid-header .admin__data-grid-pager-wrap .admin__data-grid-pager .action-next:before,
.enhanced-dashboard .admin__data-grid-header .admin__data-grid-pager-wrap .admin__data-grid-pager .action-next:before,
.account.enhanced-dashboard .admin__data-grid-toolbar .admin__data-grid-pager-wrap .admin__data-grid-pager .action-next:before,
.enhanced-dashboard .admin__data-grid-toolbar .admin__data-grid-pager-wrap .admin__data-grid-pager .action-next:before {
  color: #4b4b4b;
  font-size: 1.6rem;
}
.account.enhanced-dashboard .admin__data-grid-header .admin__data-grid-pager-wrap .admin__data-grid-pager .action-previous:hover,
.enhanced-dashboard .admin__data-grid-header .admin__data-grid-pager-wrap .admin__data-grid-pager .action-previous:hover,
.account.enhanced-dashboard .admin__data-grid-toolbar .admin__data-grid-pager-wrap .admin__data-grid-pager .action-previous:hover,
.enhanced-dashboard .admin__data-grid-toolbar .admin__data-grid-pager-wrap .admin__data-grid-pager .action-previous:hover,
.account.enhanced-dashboard .admin__data-grid-header .admin__data-grid-pager-wrap .admin__data-grid-pager .action-next:hover,
.enhanced-dashboard .admin__data-grid-header .admin__data-grid-pager-wrap .admin__data-grid-pager .action-next:hover,
.account.enhanced-dashboard .admin__data-grid-toolbar .admin__data-grid-pager-wrap .admin__data-grid-pager .action-next:hover,
.enhanced-dashboard .admin__data-grid-toolbar .admin__data-grid-pager-wrap .admin__data-grid-pager .action-next:hover {
  opacity: 0.7;
}
.account.enhanced-dashboard .admin__data-grid-header .admin__data-grid-pager-wrap .admin__data-grid-pager .action-previous,
.enhanced-dashboard .admin__data-grid-header .admin__data-grid-pager-wrap .admin__data-grid-pager .action-previous,
.account.enhanced-dashboard .admin__data-grid-toolbar .admin__data-grid-pager-wrap .admin__data-grid-pager .action-previous,
.enhanced-dashboard .admin__data-grid-toolbar .admin__data-grid-pager-wrap .admin__data-grid-pager .action-previous {
  padding-left: 8px !important;
}
.account.enhanced-dashboard #role_edit_form fieldset #shipping_address_allowed,
.enhanced-dashboard #role_edit_form fieldset #shipping_address_allowed,
.account.enhanced-dashboard #role_edit_form fieldset #billing_address_allowed,
.enhanced-dashboard #role_edit_form fieldset #billing_address_allowed {
  width: 150px;
  display: block;
}
.account.enhanced-dashboard #rfq_required .input-box .field.date.field-dob .customer-dob .validate-date,
.enhanced-dashboard #rfq_required .input-box .field.date.field-dob .customer-dob .validate-date {
  margin-right: 2px;
}
.account.enhanced-dashboard.epicor_comm-returns-view .admin__data-grid-header.admin__data-grid-toolbar,
.enhanced-dashboard.epicor_comm-returns-view .admin__data-grid-header.admin__data-grid-toolbar,
.account.enhanced-dashboard.epicor_comm-returns-customerindex .admin__data-grid-header.admin__data-grid-toolbar,
.enhanced-dashboard.epicor_comm-returns-customerindex .admin__data-grid-header.admin__data-grid-toolbar,
.account.enhanced-dashboard.epicor_salesrep-account-index .admin__data-grid-header.admin__data-grid-toolbar,
.enhanced-dashboard.epicor_salesrep-account-index .admin__data-grid-header.admin__data-grid-toolbar,
.account.enhanced-dashboard.supplierconnect-account-index .admin__data-grid-header.admin__data-grid-toolbar,
.enhanced-dashboard.supplierconnect-account-index .admin__data-grid-header.admin__data-grid-toolbar,
.account.enhanced-dashboard.supplierconnect-parts-details .admin__data-grid-header.admin__data-grid-toolbar,
.enhanced-dashboard.supplierconnect-parts-details .admin__data-grid-header.admin__data-grid-toolbar,
.account.enhanced-dashboard.supplierconnect-rfq-details .admin__data-grid-header.admin__data-grid-toolbar,
.enhanced-dashboard.supplierconnect-rfq-details .admin__data-grid-header.admin__data-grid-toolbar,
.account.enhanced-dashboard.supplierconnect-invoices-details .admin__data-grid-header.admin__data-grid-toolbar,
.enhanced-dashboard.supplierconnect-invoices-details .admin__data-grid-header.admin__data-grid-toolbar,
.account.enhanced-dashboard.customerconnect-shipments-details .admin__data-grid-header.admin__data-grid-toolbar,
.enhanced-dashboard.customerconnect-shipments-details .admin__data-grid-header.admin__data-grid-toolbar,
.account.enhanced-dashboard #customer_arpayments_invoices_list .admin__data-grid-header.admin__data-grid-toolbar,
.enhanced-dashboard #customer_arpayments_invoices_list .admin__data-grid-header.admin__data-grid-toolbar,
.account.enhanced-dashboard.customerconnect-returns-details .admin__data-grid-header.admin__data-grid-toolbar,
.enhanced-dashboard.customerconnect-returns-details .admin__data-grid-header.admin__data-grid-toolbar,
.account.enhanced-dashboard.epicor_comm-returns-index .admin__data-grid-header.admin__data-grid-toolbar,
.enhanced-dashboard.epicor_comm-returns-index .admin__data-grid-header.admin__data-grid-toolbar,
.account.enhanced-dashboard.dealerconnect-claims-details .admin__data-grid-header.admin__data-grid-toolbar,
.enhanced-dashboard.dealerconnect-claims-details .admin__data-grid-header.admin__data-grid-toolbar,
.account.enhanced-dashboard #return_lines .admin__data-grid-header.admin__data-grid-toolbar,
.enhanced-dashboard #return_lines .admin__data-grid-header.admin__data-grid-toolbar,
.account.enhanced-dashboard #list_products .admin__data-grid-header.admin__data-grid-toolbar,
.enhanced-dashboard #list_products .admin__data-grid-header.admin__data-grid-toolbar,
.account.enhanced-dashboard #list_customers .admin__data-grid-header.admin__data-grid-toolbar,
.enhanced-dashboard #list_customers .admin__data-grid-header.admin__data-grid-toolbar {
  min-height: 5px !important;
}
.account.enhanced-dashboard.sales-order-print #gotobackpage,
.enhanced-dashboard.sales-order-print #gotobackpage {
  display: none;
}
.account.enhanced-dashboard.customer-account-logoutsuccess .page-wrapper .page-main .columns .column.main,
.enhanced-dashboard.customer-account-logoutsuccess .page-wrapper .page-main .columns .column.main {
  background: none !important;
}
.account.enhanced-dashboard.dealerconnect-claims-details .box-info.box-account div.content-header table tr td.form-buttons #add_claim_attachment:hover,
.enhanced-dashboard.dealerconnect-claims-details .box-info.box-account div.content-header table tr td.form-buttons #add_claim_attachment:hover,
.account.enhanced-dashboard.dealerconnect-claims-details .box-info.box-account div.content-header table tr td.form-buttons #add_quote:hover,
.enhanced-dashboard.dealerconnect-claims-details .box-info.box-account div.content-header table tr td.form-buttons #add_quote:hover {
  background: none !important;
}
.account.enhanced-dashboard.dealerconnect-claims-details .col-full.box-info.box-account .info-list.col-count-1,
.enhanced-dashboard.dealerconnect-claims-details .col-full.box-info.box-account .info-list.col-count-1 {
  min-height: unset !important;
}
.account.enhanced-dashboard.dealerconnect-claims-details #claim_update,
.enhanced-dashboard.dealerconnect-claims-details #claim_update {
  position: relative;
  margin-bottom: 40px;
}
.account.enhanced-dashboard.dealerconnect-claims-details #claim_update div.button-rfq-action,
.enhanced-dashboard.dealerconnect-claims-details #claim_update div.button-rfq-action {
  top: 23px;
  right: 65px;
}
.account.enhanced-dashboard.dealerconnect-claims-details #claim_update #button_bar,
.enhanced-dashboard.dealerconnect-claims-details #claim_update #button_bar {
  position: absolute;
  top: 100%;
  right: 15px;
}
.account.enhanced-dashboard.dealerconnect-claims-details #claim_update #button_bar #claim_save,
.enhanced-dashboard.dealerconnect-claims-details #claim_update #button_bar #claim_save {
  border-radius: 3px;
  font-size: 1.4rem;
  color: #ffffff;
  background: #006699;
  border: 1px solid #006699;
  padding: 5px 10px;
  text-transform: capitalize !important;
  text-decoration: none;
  text-shadow: none;
  font-family: 'Source Sans Pro' !important;
}
.account.enhanced-dashboard.dealerconnect-claims-details #claim_update #button_bar #claim_save:hover,
.enhanced-dashboard.dealerconnect-claims-details #claim_update #button_bar #claim_save:hover {
  text-decoration: none;
  text-shadow: none;
  background: #66cc66;
  border: 1px solid #66cc66;
  color: #ffffff;
}
.account.enhanced-dashboard #customer_arpayments_invoices_list .admin__filter-actions .action-default.scalable.action-secondary,
.enhanced-dashboard #customer_arpayments_invoices_list .admin__filter-actions .action-default.scalable.action-secondary {
  min-width: 140px;
}
.account.enhanced-dashboard #returns-step-review div p a,
.enhanced-dashboard #returns-step-review div p a {
  border-radius: 3px;
  font-size: 1.4rem;
  color: #006699;
  background: #ffffff;
  padding: 5px 10px;
  text-decoration: none;
  text-transform: capitalize !important;
  border: 1px solid #006699 !important;
  text-shadow: none;
  font-family: 'Source Sans Pro' !important;
  margin-top: 10px;
  display: inline-block;
}
.account.enhanced-dashboard #returns-step-review div p a:hover,
.enhanced-dashboard #returns-step-review div p a:hover {
  text-decoration: none;
  text-shadow: none;
  background: #66cc66 !important;
  border: 1px solid #66cc66 !important;
  color: #ffffff;
}
.account.enhanced-dashboard #return_lines_table .lines_row.attachment .attachments-row .page-actions,
.enhanced-dashboard #return_lines_table .lines_row.attachment .attachments-row .page-actions {
  text-align: right;
}
.account.enhanced-dashboard #return_lines_table .lines_row.attachment .attachments-row .page-actions .return_line_attachment_add,
.enhanced-dashboard #return_lines_table .lines_row.attachment .attachments-row .page-actions .return_line_attachment_add {
  font-size: 0px !important;
  background: none !important;
  border: 0px !important;
  padding: 3px !important;
}
.account.enhanced-dashboard #return_lines_table .lines_row.attachment .attachments-row .page-actions .return_line_attachment_add:before,
.enhanced-dashboard #return_lines_table .lines_row.attachment .attachments-row .page-actions .return_line_attachment_add:before {
  content: 'add_circle_outline';
  font-size: 3.2rem;
  color: #006699;
}
.account.enhanced-dashboard #return_lines_table .lines_row.attachment .attachments-row .page-actions .return_line_attachment_add:hover,
.enhanced-dashboard #return_lines_table .lines_row.attachment .attachments-row .page-actions .return_line_attachment_add:hover {
  border: 0px !important;
  padding: 3px !important;
  background: none !important;
}
.account.enhanced-dashboard #return_lines_table .lines_row.attachment .attachments-row .page-actions .return_line_attachment_add:hover:before,
.enhanced-dashboard #return_lines_table .lines_row.attachment .attachments-row .page-actions .return_line_attachment_add:hover:before {
  color: #66cc66 !important;
  background: none !important;
}
.account.enhanced-dashboard #return_lines_table .lines_row.attachment .admin__data-grid-header.admin__data-grid-toolbar,
.enhanced-dashboard #return_lines_table .lines_row.attachment .admin__data-grid-header.admin__data-grid-toolbar {
  min-height: 5px;
}
.account.enhanced-dashboard #return_lines_table .lines_row.attachment .admin__data-grid-header.admin__data-grid-toolbar .refreshdatabtn,
.enhanced-dashboard #return_lines_table .lines_row.attachment .admin__data-grid-header.admin__data-grid-toolbar .refreshdatabtn {
  display: none;
}
.account.enhanced-dashboard.epicor_comm-returns-view .column.main > h1,
.enhanced-dashboard.epicor_comm-returns-view .column.main > h1 {
  font-size: 26px;
  margin-bottom: 15px;
}
.account.enhanced-dashboard.epicor_comm-returns-view #button_bar,
.enhanced-dashboard.epicor_comm-returns-view #button_bar {
  text-align: right;
}
.account.enhanced-dashboard.epicor_comm-returns-view #button_bar .action-default.scalable.save,
.enhanced-dashboard.epicor_comm-returns-view #button_bar .action-default.scalable.save {
  border-radius: 3px;
  font-size: 1.4rem;
  color: #006699;
  background: #ffffff;
  padding: 5px 10px;
  text-decoration: none;
  text-transform: capitalize !important;
  border: 1px solid #006699 !important;
  text-shadow: none;
  font-family: 'Source Sans Pro' !important;
}
.account.enhanced-dashboard.epicor_comm-returns-view #button_bar .action-default.scalable.save:hover,
.enhanced-dashboard.epicor_comm-returns-view #button_bar .action-default.scalable.save:hover {
  text-decoration: none;
  text-shadow: none;
  background: #66cc66 !important;
  border: 1px solid #66cc66 !important;
  color: #ffffff;
}
.account.enhanced-dashboard.epicor_comm-returns-customerindex #returnSteps .refreshdatabtn,
.enhanced-dashboard.epicor_comm-returns-customerindex #returnSteps .refreshdatabtn,
.account.enhanced-dashboard.epicor_comm-returns-index #returnSteps .refreshdatabtn,
.enhanced-dashboard.epicor_comm-returns-index #returnSteps .refreshdatabtn {
  display: none;
}
.account.enhanced-dashboard.epicor_comm-returns-customerindex #returnSteps .admin__data-grid-header.admin__data-grid-toolbar,
.enhanced-dashboard.epicor_comm-returns-customerindex #returnSteps .admin__data-grid-header.admin__data-grid-toolbar,
.account.enhanced-dashboard.epicor_comm-returns-index #returnSteps .admin__data-grid-header.admin__data-grid-toolbar,
.enhanced-dashboard.epicor_comm-returns-index #returnSteps .admin__data-grid-header.admin__data-grid-toolbar {
  min-height: 25px !important;
}
.account.enhanced-dashboard.epicor_comm-returns-customerindex #returnSteps #attachments-return-form,
.enhanced-dashboard.epicor_comm-returns-customerindex #returnSteps #attachments-return-form,
.account.enhanced-dashboard.epicor_comm-returns-index #returnSteps #attachments-return-form,
.enhanced-dashboard.epicor_comm-returns-index #returnSteps #attachments-return-form {
  position: relative;
}
.account.enhanced-dashboard.epicor_comm-returns-customerindex #returnSteps #attachments-return-form .return_attachments_add,
.enhanced-dashboard.epicor_comm-returns-customerindex #returnSteps #attachments-return-form .return_attachments_add,
.account.enhanced-dashboard.epicor_comm-returns-index #returnSteps #attachments-return-form .return_attachments_add,
.enhanced-dashboard.epicor_comm-returns-index #returnSteps #attachments-return-form .return_attachments_add {
  position: absolute;
  right: 40px;
  top: 0px;
  font-size: 0px !important;
  background: none !important;
  border: 0px !important;
  padding: 3px !important;
}
.account.enhanced-dashboard.epicor_comm-returns-customerindex #returnSteps #attachments-return-form .return_attachments_add:before,
.enhanced-dashboard.epicor_comm-returns-customerindex #returnSteps #attachments-return-form .return_attachments_add:before,
.account.enhanced-dashboard.epicor_comm-returns-index #returnSteps #attachments-return-form .return_attachments_add:before,
.enhanced-dashboard.epicor_comm-returns-index #returnSteps #attachments-return-form .return_attachments_add:before {
  content: 'add_circle_outline';
  font-size: 3.2rem;
  color: #006699;
}
.account.enhanced-dashboard.epicor_comm-returns-customerindex #returnSteps #attachments-return-form .return_attachments_add:hover,
.enhanced-dashboard.epicor_comm-returns-customerindex #returnSteps #attachments-return-form .return_attachments_add:hover,
.account.enhanced-dashboard.epicor_comm-returns-index #returnSteps #attachments-return-form .return_attachments_add:hover,
.enhanced-dashboard.epicor_comm-returns-index #returnSteps #attachments-return-form .return_attachments_add:hover {
  border: 0px !important;
  padding: 3px !important;
  background: none !important;
}
.account.enhanced-dashboard.epicor_comm-returns-customerindex #returnSteps #attachments-return-form .return_attachments_add:hover:before,
.enhanced-dashboard.epicor_comm-returns-customerindex #returnSteps #attachments-return-form .return_attachments_add:hover:before,
.account.enhanced-dashboard.epicor_comm-returns-index #returnSteps #attachments-return-form .return_attachments_add:hover:before,
.enhanced-dashboard.epicor_comm-returns-index #returnSteps #attachments-return-form .return_attachments_add:hover:before {
  color: #66cc66 !important;
  background: none !important;
}
.account.enhanced-dashboard.epicor_comm-returns-customerindex #returnSteps .section .step-title a,
.enhanced-dashboard.epicor_comm-returns-customerindex #returnSteps .section .step-title a,
.account.enhanced-dashboard.epicor_comm-returns-index #returnSteps .section .step-title a,
.enhanced-dashboard.epicor_comm-returns-index #returnSteps .section .step-title a {
  font-size: 0px !important;
  background: none !important;
  border: 0px !important;
  text-decoration: none;
  padding: 3px !important;
  color: #007bdb;
}
.account.enhanced-dashboard.epicor_comm-returns-customerindex #returnSteps .section .step-title a:before,
.enhanced-dashboard.epicor_comm-returns-customerindex #returnSteps .section .step-title a:before,
.account.enhanced-dashboard.epicor_comm-returns-index #returnSteps .section .step-title a:before,
.enhanced-dashboard.epicor_comm-returns-index #returnSteps .section .step-title a:before {
  content: 'mode_edit' !important;
  font-size: 2.4rem;
  color: #007bdb;
}
.account.enhanced-dashboard.epicor_comm-returns-customerindex #returnSteps .section .step-title a:after,
.enhanced-dashboard.epicor_comm-returns-customerindex #returnSteps .section .step-title a:after,
.account.enhanced-dashboard.epicor_comm-returns-index #returnSteps .section .step-title a:after,
.enhanced-dashboard.epicor_comm-returns-index #returnSteps .section .step-title a:after {
  margin: 0px !important;
  width: 0px !important;
  font-size: 0px !important;
}
.account.enhanced-dashboard.epicor_comm-returns-customerindex #returnSteps .section .step-title a:hover,
.enhanced-dashboard.epicor_comm-returns-customerindex #returnSteps .section .step-title a:hover,
.account.enhanced-dashboard.epicor_comm-returns-index #returnSteps .section .step-title a:hover,
.enhanced-dashboard.epicor_comm-returns-index #returnSteps .section .step-title a:hover {
  text-decoration: none;
  border: 0px !important;
  background: none !important;
}
.account.enhanced-dashboard.epicor_comm-returns-customerindex #returnSteps .section .step-title a:hover:before,
.enhanced-dashboard.epicor_comm-returns-customerindex #returnSteps .section .step-title a:hover:before,
.account.enhanced-dashboard.epicor_comm-returns-index #returnSteps .section .step-title a:hover:before,
.enhanced-dashboard.epicor_comm-returns-index #returnSteps .section .step-title a:hover:before {
  color: #66cc66 !important;
  background: none !important;
}
.account.enhanced-dashboard.epicor_comm-returns-customerindex #returnSteps .section .step-title a:before,
.enhanced-dashboard.epicor_comm-returns-customerindex #returnSteps .section .step-title a:before,
.account.enhanced-dashboard.epicor_comm-returns-index #returnSteps .section .step-title a:before,
.enhanced-dashboard.epicor_comm-returns-index #returnSteps .section .step-title a:before {
  margin-top: 10px;
}
.account.enhanced-dashboard.customerconnect-skus-index #customerconnect_skus_table,
.enhanced-dashboard.customerconnect-skus-index #customerconnect_skus_table {
  margin-top: 15px;
}
.account.enhanced-dashboard.customerconnect-skus-index #customerconnect_skus_table tbody tr td.col-massaction .data-grid-checkbox-cell-inner,
.enhanced-dashboard.customerconnect-skus-index #customerconnect_skus_table tbody tr td.col-massaction .data-grid-checkbox-cell-inner {
  margin-top: 5px;
}
.account.enhanced-dashboard.customerconnect-skus-index #customerconnect_skus_massaction-form,
.enhanced-dashboard.customerconnect-skus-index #customerconnect_skus_massaction-form {
  position: relative;
  margin-bottom: 50px;
}
.account.enhanced-dashboard.customerconnect-skus-index #customerconnect_skus_massaction-form .sku-add-section,
.enhanced-dashboard.customerconnect-skus-index #customerconnect_skus_massaction-form .sku-add-section {
  height: 30px;
}
.account.enhanced-dashboard.customerconnect-skus-index #customerconnect_skus_massaction-form .sku-add-section .save-continue.button,
.enhanced-dashboard.customerconnect-skus-index #customerconnect_skus_massaction-form .sku-add-section .save-continue.button {
  position: absolute;
  top: 100%;
  right: 15px;
  margin-top: 15px;
}
.account.enhanced-dashboard.customerconnect-skus-index #customerconnect_skus_massaction-form #customerconnect_skus .table-wrapper .data-grid tbody tr .col-delete a,
.enhanced-dashboard.customerconnect-skus-index #customerconnect_skus_massaction-form #customerconnect_skus .table-wrapper .data-grid tbody tr .col-delete a {
  font-size: 0px !important;
  background: none !important;
  border: 0px !important;
  text-decoration: none;
  padding: 3px !important;
  color: #007bdb;
}
.account.enhanced-dashboard.customerconnect-skus-index #customerconnect_skus_massaction-form #customerconnect_skus .table-wrapper .data-grid tbody tr .col-delete a:before,
.enhanced-dashboard.customerconnect-skus-index #customerconnect_skus_massaction-form #customerconnect_skus .table-wrapper .data-grid tbody tr .col-delete a:before {
  content: 'delete' !important;
  font-size: 2.4rem;
  color: #007bdb;
}
.account.enhanced-dashboard.customerconnect-skus-index #customerconnect_skus_massaction-form #customerconnect_skus .table-wrapper .data-grid tbody tr .col-delete a:after,
.enhanced-dashboard.customerconnect-skus-index #customerconnect_skus_massaction-form #customerconnect_skus .table-wrapper .data-grid tbody tr .col-delete a:after {
  margin: 0px !important;
  width: 0px !important;
  font-size: 0px !important;
}
.account.enhanced-dashboard.customerconnect-skus-index #customerconnect_skus_massaction-form #customerconnect_skus .table-wrapper .data-grid tbody tr .col-delete a:hover,
.enhanced-dashboard.customerconnect-skus-index #customerconnect_skus_massaction-form #customerconnect_skus .table-wrapper .data-grid tbody tr .col-delete a:hover {
  text-decoration: none;
  border: 0px !important;
  background: none !important;
}
.account.enhanced-dashboard.customerconnect-skus-index #customerconnect_skus_massaction-form #customerconnect_skus .table-wrapper .data-grid tbody tr .col-delete a:hover:before,
.enhanced-dashboard.customerconnect-skus-index #customerconnect_skus_massaction-form #customerconnect_skus .table-wrapper .data-grid tbody tr .col-delete a:hover:before {
  color: #66cc66 !important;
  background: none !important;
}
.account.enhanced-dashboard.customerconnect-skus-index #customerconnect_skus_massaction-form #customerconnect_skus div > p,
.enhanced-dashboard.customerconnect-skus-index #customerconnect_skus_massaction-form #customerconnect_skus div > p {
  position: absolute;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  text-align: center;
}
.account.enhanced-dashboard.customerconnect-skus-index #customerconnect_skus_massaction-form #customerconnect_skus .admin__data-grid-pager-wrap,
.enhanced-dashboard.customerconnect-skus-index #customerconnect_skus_massaction-form #customerconnect_skus .admin__data-grid-pager-wrap {
  width: 98%;
}
.account.enhanced-dashboard.customerconnect-skus-index #customerconnect_skus_massaction-form #customerconnect_skus .admin__data-grid-pager-wrap .admin__data-grid-pager,
.enhanced-dashboard.customerconnect-skus-index #customerconnect_skus_massaction-form #customerconnect_skus .admin__data-grid-pager-wrap .admin__data-grid-pager {
  right: 15px;
  position: absolute;
  text-align: right;
}
.account.enhanced-dashboard.customerconnect-skus-index #customerconnect_skus_massaction-form #customerconnect_skus .admin__data-grid-pager-wrap .admin__data-grid-pager .action-previous,
.enhanced-dashboard.customerconnect-skus-index #customerconnect_skus_massaction-form #customerconnect_skus .admin__data-grid-pager-wrap .admin__data-grid-pager .action-previous,
.account.enhanced-dashboard.customerconnect-skus-index #customerconnect_skus_massaction-form #customerconnect_skus .admin__data-grid-pager-wrap .admin__data-grid-pager .action-next,
.enhanced-dashboard.customerconnect-skus-index #customerconnect_skus_massaction-form #customerconnect_skus .admin__data-grid-pager-wrap .admin__data-grid-pager .action-next {
  border: 0px !important;
  margin-left: 5px;
  margin-right: 5px;
}
.account.enhanced-dashboard.customerconnect-skus-index #customerconnect_skus_massaction-form #customerconnect_skus .admin__data-grid-header.admin__data-grid-toolbar .material-icons.grid-filter-icon,
.enhanced-dashboard.customerconnect-skus-index #customerconnect_skus_massaction-form #customerconnect_skus .admin__data-grid-header.admin__data-grid-toolbar .material-icons.grid-filter-icon {
  right: 15px;
  top: 70px !important;
}
.account.enhanced-dashboard.customerconnect-skus-index #customerconnect_skus_massaction-form #customerconnect_skus .admin__data-grid-header.admin__data-grid-toolbar .admin__data-grid-header-row._massaction #customerconnect_skus_massaction .action-default.scalable,
.enhanced-dashboard.customerconnect-skus-index #customerconnect_skus_massaction-form #customerconnect_skus .admin__data-grid-header.admin__data-grid-toolbar .admin__data-grid-header-row._massaction #customerconnect_skus_massaction .action-default.scalable {
  border-radius: 3px;
  font-size: 1.4rem;
  color: #ffffff;
  background: #006699;
  border: 1px solid #006699;
  padding: 5px 10px;
  text-transform: capitalize !important;
  text-decoration: none;
  text-shadow: none;
  font-family: 'Source Sans Pro' !important;
}
.account.enhanced-dashboard.customerconnect-skus-index #customerconnect_skus_massaction-form #customerconnect_skus .admin__data-grid-header.admin__data-grid-toolbar .admin__data-grid-header-row._massaction #customerconnect_skus_massaction .action-default.scalable:hover,
.enhanced-dashboard.customerconnect-skus-index #customerconnect_skus_massaction-form #customerconnect_skus .admin__data-grid-header.admin__data-grid-toolbar .admin__data-grid-header-row._massaction #customerconnect_skus_massaction .action-default.scalable:hover {
  text-decoration: none;
  text-shadow: none;
  background: #66cc66;
  border: 1px solid #66cc66;
  color: #ffffff;
}
.account.enhanced-dashboard.customerconnect-skus-index #customerconnect_skus_massaction-form #customerconnect_skus div > p,
.enhanced-dashboard.customerconnect-skus-index #customerconnect_skus_massaction-form #customerconnect_skus div > p {
  bottom: 15px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #4b4b4b;
}
.account.enhanced-dashboard.customerconnect-skus-index #customerconnect_skus_massaction-form #customerconnect_skus div > a,
.enhanced-dashboard.customerconnect-skus-index #customerconnect_skus_massaction-form #customerconnect_skus div > a {
  font-size: 0px;
  right: 55px;
  top: 19px;
  z-index: 9999;
  position: relative;
  position: absolute;
}
.account.enhanced-dashboard.customerconnect-skus-index #customerconnect_skus_massaction-form #customerconnect_skus div > a:before,
.enhanced-dashboard.customerconnect-skus-index #customerconnect_skus_massaction-form #customerconnect_skus div > a:before {
  content: 'autorenew';
  margin: 0px !important;
  color: #006699;
  padding: 3px 3px;
  background: none;
  font-size: 2.8rem;
}
.account.enhanced-dashboard.customerconnect-skus-index #customerconnect_skus_massaction-form #customerconnect_skus div > a:after,
.enhanced-dashboard.customerconnect-skus-index #customerconnect_skus_massaction-form #customerconnect_skus div > a:after {
  content: 'Reload' !important;
  position: absolute;
  top: 10px;
  left: 30px;
  text-transform: capitalize;
  width: auto !important;
  font-size: 12px !important;
  color: #000000;
  border: 1px solid #000000 !important;
  padding: 5px;
  background: #ffffff;
  visibility: hidden;
}
.account.enhanced-dashboard.customerconnect-skus-index #customerconnect_skus_massaction-form #customerconnect_skus div > a:hover:after,
.enhanced-dashboard.customerconnect-skus-index #customerconnect_skus_massaction-form #customerconnect_skus div > a:hover:after {
  visibility: visible;
}
.account.enhanced-dashboard.customerconnect-skus-index #customerconnect_skus_massaction-form #customerconnect_skus div > a:hover,
.enhanced-dashboard.customerconnect-skus-index #customerconnect_skus_massaction-form #customerconnect_skus div > a:hover {
  background: none !important;
}
.account.enhanced-dashboard.customerconnect-skus-index #customerconnect_skus_massaction-form #customerconnect_skus div > a:hover:before,
.enhanced-dashboard.customerconnect-skus-index #customerconnect_skus_massaction-form #customerconnect_skus div > a:hover:before {
  background: none !important;
  color: #66cc66 !important;
}
.account.enhanced-dashboard.customerconnect-skus-index #customerconnect_skus_massaction-form #customerconnect_skus.mastershop div > a,
.enhanced-dashboard.customerconnect-skus-index #customerconnect_skus_massaction-form #customerconnect_skus.mastershop div > a {
  right: 12px;
}
.account.enhanced-dashboard.customerconnect-skus-index #customerconnect_skus_massaction-form .admin__data-grid-header.admin__data-grid-toolbar,
.enhanced-dashboard.customerconnect-skus-index #customerconnect_skus_massaction-form .admin__data-grid-header.admin__data-grid-toolbar {
  position: static;
  min-height: 45px;
}
.account.enhanced-dashboard.customerconnect-skus-index #customerconnect_skus_massaction-form .admin__data-grid-header.admin__data-grid-toolbar .admin__data-grid-header-row .admin__filter-actions,
.enhanced-dashboard.customerconnect-skus-index #customerconnect_skus_massaction-form .admin__data-grid-header.admin__data-grid-toolbar .admin__data-grid-header-row .admin__filter-actions {
  margin-top: 5px;
  margin-right: 30px;
}
.account.enhanced-dashboard.customerconnect-skus-index #customerconnect_skus_massaction-form .admin__data-grid-header.admin__data-grid-toolbar .admin__data-grid-header-row._massaction,
.enhanced-dashboard.customerconnect-skus-index #customerconnect_skus_massaction-form .admin__data-grid-header.admin__data-grid-toolbar .admin__data-grid-header-row._massaction {
  position: absolute;
  top: 60px;
}
.account.enhanced-dashboard.customerconnect-skus-index #customerconnect_skus_massaction-form .admin__data-grid-header.admin__data-grid-toolbar .admin__data-grid-header-row,
.enhanced-dashboard.customerconnect-skus-index #customerconnect_skus_massaction-form .admin__data-grid-header.admin__data-grid-toolbar .admin__data-grid-header-row {
  margin-top: 0px;
}
.account.enhanced-dashboard.customerconnect-skus-index #customerconnect_skus_massaction-form .admin__data-grid-header.admin__data-grid-toolbar .admin__data-grid-header-row.globalProductSearch,
.enhanced-dashboard.customerconnect-skus-index #customerconnect_skus_massaction-form .admin__data-grid-header.admin__data-grid-toolbar .admin__data-grid-header-row.globalProductSearch {
  clear: both;
}
.account.enhanced-dashboard.customerconnect-skus-index #customerconnect_skus_massaction-form .admin__data-grid-header.admin__data-grid-toolbar .admin__data-grid-header-row .admin__data-grid-export,
.enhanced-dashboard.customerconnect-skus-index #customerconnect_skus_massaction-form .admin__data-grid-header.admin__data-grid-toolbar .admin__data-grid-header-row .admin__data-grid-export {
  margin-right: 35px;
}
.account.enhanced-dashboard.customerconnect-skus-index #customerconnect_skus_massaction-form .admin__data-grid-header.admin__data-grid-toolbar .admin__data-grid-header-row .admin__data-grid-export .action-default.scalable.task,
.enhanced-dashboard.customerconnect-skus-index #customerconnect_skus_massaction-form .admin__data-grid-header.admin__data-grid-toolbar .admin__data-grid-header-row .admin__data-grid-export .action-default.scalable.task {
  margin-top: 1px;
}
.account.enhanced-dashboard.customerconnect-skus-index #customerconnect_skus_massaction-form .admin__data-grid-header.admin__data-grid-toolbar .admin__data-grid-header-row .admin__filter-actions,
.enhanced-dashboard.customerconnect-skus-index #customerconnect_skus_massaction-form .admin__data-grid-header.admin__data-grid-toolbar .admin__data-grid-header-row .admin__filter-actions {
  right: 195px;
  top: 67px !important;
  z-index: 9;
}
.account.enhanced-dashboard.customerconnect-skus-index #customerconnect_skus_massaction-form .admin__data-grid-header.admin__data-grid-toolbar .admin__data-grid-pager-wrap,
.enhanced-dashboard.customerconnect-skus-index #customerconnect_skus_massaction-form .admin__data-grid-header.admin__data-grid-toolbar .admin__data-grid-pager-wrap {
  position: absolute;
  top: 5px;
}
.account.enhanced-dashboard.customerconnect-skus-index #customerconnect_skus_massaction-form .add-sku.button.action-default,
.enhanced-dashboard.customerconnect-skus-index #customerconnect_skus_massaction-form .add-sku.button.action-default {
  margin-top: 0px;
  position: relative;
  top: 10px;
  left: 5px;
  z-index: 9999;
}
.account.enhanced-dashboard.customerconnect-skus-index .admin__data-grid-header-row._massaction .mass-select-wrap,
.enhanced-dashboard.customerconnect-skus-index .admin__data-grid-header-row._massaction .mass-select-wrap {
  width: 100px;
  float: none;
  display: inline-block;
}
.account.enhanced-dashboard.customerconnect-skus-index .admin__data-grid-header-row._massaction .mass-select-wrap select.action-select-multiselect,
.enhanced-dashboard.customerconnect-skus-index .admin__data-grid-header-row._massaction .mass-select-wrap select.action-select-multiselect {
  top: 0px;
  position: static;
  font-size: 1.4rem;
  border-radius: 0px;
  border: 0px;
  border-bottom: 2px solid #006699;
  width: 100px;
  padding-top: 9px;
  padding-bottom: 3px;
}
.account.enhanced-dashboard.customerconnect-skus-index .admin__data-grid-header-row._massaction .mass-select-wrap select.action-select-multiselect:before,
.enhanced-dashboard.customerconnect-skus-index .admin__data-grid-header-row._massaction .mass-select-wrap select.action-select-multiselect:before {
  font-size: 1.2rem;
  color: #616161;
  content: 'Actions';
}
.account.enhanced-dashboard.customerconnect-skus-index .admin__data-grid-header-row._massaction #customerconnect_skus_massaction,
.enhanced-dashboard.customerconnect-skus-index .admin__data-grid-header-row._massaction #customerconnect_skus_massaction {
  width: 60%;
  display: inline-block;
}
.account.enhanced-dashboard.customerconnect-skus-index .admin__data-grid-header-row._massaction #customerconnect_skus_massaction select.admin__control-select,
.enhanced-dashboard.customerconnect-skus-index .admin__data-grid-header-row._massaction #customerconnect_skus_massaction select.admin__control-select {
  font-size: 1.4rem;
  border-radius: 0px;
  border: 0px;
  border-bottom: 2px solid #006699;
  width: 100px;
  padding-top: 9px;
  padding-bottom: 3px;
}
.account.enhanced-dashboard .purchase_order_info.additional-info_sec,
.enhanced-dashboard .purchase_order_info.additional-info_sec,
.account.enhanced-dashboard .purchase_order_info.additional-line_release_sec,
.enhanced-dashboard .purchase_order_info.additional-line_release_sec {
  width: 95%;
  border: 0px;
  background: #ffffff;
}
.account.enhanced-dashboard .purchase_order_info.additional-info_sec h3,
.enhanced-dashboard .purchase_order_info.additional-info_sec h3,
.account.enhanced-dashboard .purchase_order_info.additional-line_release_sec h3,
.enhanced-dashboard .purchase_order_info.additional-line_release_sec h3 {
  border-bottom: 0px;
}
.account.enhanced-dashboard .purchase_order_info.additional-info_sec .field,
.enhanced-dashboard .purchase_order_info.additional-info_sec .field,
.account.enhanced-dashboard .purchase_order_info.additional-line_release_sec .field,
.enhanced-dashboard .purchase_order_info.additional-line_release_sec .field {
  width: 50%;
}
.account.enhanced-dashboard .purchase_order_info.additional-line_release_sec p span.label,
.enhanced-dashboard .purchase_order_info.additional-line_release_sec p span.label {
  font-weight: 600;
}
.account.enhanced-dashboard .admin__data-grid-wrap,
.enhanced-dashboard .admin__data-grid-wrap,
.account.enhanced-dashboard .admin__data-grid-wrap-static,
.enhanced-dashboard .admin__data-grid-wrap-static {
  margin-bottom: 4rem;
}
.account.enhanced-dashboard .admin__data-grid-wrap .data-grid,
.enhanced-dashboard .admin__data-grid-wrap .data-grid,
.account.enhanced-dashboard .admin__data-grid-wrap-static .data-grid,
.enhanced-dashboard .admin__data-grid-wrap-static .data-grid {
  margin-top: 10px;
  width: 98%;
}
.account.enhanced-dashboard .admin__data-grid-wrap .data-grid thead,
.enhanced-dashboard .admin__data-grid-wrap .data-grid thead,
.account.enhanced-dashboard .admin__data-grid-wrap-static .data-grid thead,
.enhanced-dashboard .admin__data-grid-wrap-static .data-grid thead {
  background: #f8f7f7;
}
.account.enhanced-dashboard .admin__data-grid-wrap .data-grid thead tr.data-grid-filters.data-grid-filters-hide,
.enhanced-dashboard .admin__data-grid-wrap .data-grid thead tr.data-grid-filters.data-grid-filters-hide,
.account.enhanced-dashboard .admin__data-grid-wrap-static .data-grid thead tr.data-grid-filters.data-grid-filters-hide,
.enhanced-dashboard .admin__data-grid-wrap-static .data-grid thead tr.data-grid-filters.data-grid-filters-hide {
  display: none;
}
.account.enhanced-dashboard .admin__data-grid-wrap .data-grid thead tr.data-grid-filters.data-grid-filters-show,
.enhanced-dashboard .admin__data-grid-wrap .data-grid thead tr.data-grid-filters.data-grid-filters-show,
.account.enhanced-dashboard .admin__data-grid-wrap-static .data-grid thead tr.data-grid-filters.data-grid-filters-show,
.enhanced-dashboard .admin__data-grid-wrap-static .data-grid thead tr.data-grid-filters.data-grid-filters-show {
  display: table-row !important;
}
.account.enhanced-dashboard .admin__data-grid-wrap .data-grid thead tr,
.enhanced-dashboard .admin__data-grid-wrap .data-grid thead tr,
.account.enhanced-dashboard .admin__data-grid-wrap-static .data-grid thead tr,
.enhanced-dashboard .admin__data-grid-wrap-static .data-grid thead tr,
.account.enhanced-dashboard .admin__data-grid-wrap .data-grid thead tr.data-grid-filters,
.enhanced-dashboard .admin__data-grid-wrap .data-grid thead tr.data-grid-filters,
.account.enhanced-dashboard .admin__data-grid-wrap-static .data-grid thead tr.data-grid-filters,
.enhanced-dashboard .admin__data-grid-wrap-static .data-grid thead tr.data-grid-filters {
  border: 0px;
}
.account.enhanced-dashboard .admin__data-grid-wrap .data-grid thead tr .col-start_date .range .range-line.date,
.enhanced-dashboard .admin__data-grid-wrap .data-grid thead tr .col-start_date .range .range-line.date,
.account.enhanced-dashboard .admin__data-grid-wrap-static .data-grid thead tr .col-start_date .range .range-line.date,
.enhanced-dashboard .admin__data-grid-wrap-static .data-grid thead tr .col-start_date .range .range-line.date,
.account.enhanced-dashboard .admin__data-grid-wrap .data-grid thead tr.data-grid-filters .col-start_date .range .range-line.date,
.enhanced-dashboard .admin__data-grid-wrap .data-grid thead tr.data-grid-filters .col-start_date .range .range-line.date,
.account.enhanced-dashboard .admin__data-grid-wrap-static .data-grid thead tr.data-grid-filters .col-start_date .range .range-line.date,
.enhanced-dashboard .admin__data-grid-wrap-static .data-grid thead tr.data-grid-filters .col-start_date .range .range-line.date {
  position: relative;
}
.account.enhanced-dashboard .admin__data-grid-wrap .data-grid thead tr .col-start_date .range .range-line.date ._has-datepicker,
.enhanced-dashboard .admin__data-grid-wrap .data-grid thead tr .col-start_date .range .range-line.date ._has-datepicker,
.account.enhanced-dashboard .admin__data-grid-wrap-static .data-grid thead tr .col-start_date .range .range-line.date ._has-datepicker,
.enhanced-dashboard .admin__data-grid-wrap-static .data-grid thead tr .col-start_date .range .range-line.date ._has-datepicker,
.account.enhanced-dashboard .admin__data-grid-wrap .data-grid thead tr.data-grid-filters .col-start_date .range .range-line.date ._has-datepicker,
.enhanced-dashboard .admin__data-grid-wrap .data-grid thead tr.data-grid-filters .col-start_date .range .range-line.date ._has-datepicker,
.account.enhanced-dashboard .admin__data-grid-wrap-static .data-grid thead tr.data-grid-filters .col-start_date .range .range-line.date ._has-datepicker,
.enhanced-dashboard .admin__data-grid-wrap-static .data-grid thead tr.data-grid-filters .col-start_date .range .range-line.date ._has-datepicker {
  font-size: 1.4rem !important;
  padding-left: 4px;
}
.account.enhanced-dashboard .admin__data-grid-wrap .data-grid thead tr .col-start_date .range .range-line.date .ui-datepicker-trigger,
.enhanced-dashboard .admin__data-grid-wrap .data-grid thead tr .col-start_date .range .range-line.date .ui-datepicker-trigger,
.account.enhanced-dashboard .admin__data-grid-wrap-static .data-grid thead tr .col-start_date .range .range-line.date .ui-datepicker-trigger,
.enhanced-dashboard .admin__data-grid-wrap-static .data-grid thead tr .col-start_date .range .range-line.date .ui-datepicker-trigger,
.account.enhanced-dashboard .admin__data-grid-wrap .data-grid thead tr.data-grid-filters .col-start_date .range .range-line.date .ui-datepicker-trigger,
.enhanced-dashboard .admin__data-grid-wrap .data-grid thead tr.data-grid-filters .col-start_date .range .range-line.date .ui-datepicker-trigger,
.account.enhanced-dashboard .admin__data-grid-wrap-static .data-grid thead tr.data-grid-filters .col-start_date .range .range-line.date .ui-datepicker-trigger,
.enhanced-dashboard .admin__data-grid-wrap-static .data-grid thead tr.data-grid-filters .col-start_date .range .range-line.date .ui-datepicker-trigger {
  background: none !important;
  right: 4px;
  top: -2px;
}
.account.enhanced-dashboard .admin__data-grid-wrap .data-grid thead tr .col-start_date .range .range-line.date .ui-datepicker-trigger:before,
.enhanced-dashboard .admin__data-grid-wrap .data-grid thead tr .col-start_date .range .range-line.date .ui-datepicker-trigger:before,
.account.enhanced-dashboard .admin__data-grid-wrap-static .data-grid thead tr .col-start_date .range .range-line.date .ui-datepicker-trigger:before,
.enhanced-dashboard .admin__data-grid-wrap-static .data-grid thead tr .col-start_date .range .range-line.date .ui-datepicker-trigger:before,
.account.enhanced-dashboard .admin__data-grid-wrap .data-grid thead tr.data-grid-filters .col-start_date .range .range-line.date .ui-datepicker-trigger:before,
.enhanced-dashboard .admin__data-grid-wrap .data-grid thead tr.data-grid-filters .col-start_date .range .range-line.date .ui-datepicker-trigger:before,
.account.enhanced-dashboard .admin__data-grid-wrap-static .data-grid thead tr.data-grid-filters .col-start_date .range .range-line.date .ui-datepicker-trigger:before,
.enhanced-dashboard .admin__data-grid-wrap-static .data-grid thead tr.data-grid-filters .col-start_date .range .range-line.date .ui-datepicker-trigger:before {
  font-size: 1.5rem;
  position: relative;
  left: 4px;
}
.account.enhanced-dashboard .admin__data-grid-wrap .data-grid thead tr .col-start_date .range .range-line.date .ui-datepicker-trigger:hover,
.enhanced-dashboard .admin__data-grid-wrap .data-grid thead tr .col-start_date .range .range-line.date .ui-datepicker-trigger:hover,
.account.enhanced-dashboard .admin__data-grid-wrap-static .data-grid thead tr .col-start_date .range .range-line.date .ui-datepicker-trigger:hover,
.enhanced-dashboard .admin__data-grid-wrap-static .data-grid thead tr .col-start_date .range .range-line.date .ui-datepicker-trigger:hover,
.account.enhanced-dashboard .admin__data-grid-wrap .data-grid thead tr.data-grid-filters .col-start_date .range .range-line.date .ui-datepicker-trigger:hover,
.enhanced-dashboard .admin__data-grid-wrap .data-grid thead tr.data-grid-filters .col-start_date .range .range-line.date .ui-datepicker-trigger:hover,
.account.enhanced-dashboard .admin__data-grid-wrap-static .data-grid thead tr.data-grid-filters .col-start_date .range .range-line.date .ui-datepicker-trigger:hover,
.enhanced-dashboard .admin__data-grid-wrap-static .data-grid thead tr.data-grid-filters .col-start_date .range .range-line.date .ui-datepicker-trigger:hover {
  background: none !important;
}
.account.enhanced-dashboard .admin__data-grid-wrap .data-grid thead tr th.data-grid-th,
.enhanced-dashboard .admin__data-grid-wrap .data-grid thead tr th.data-grid-th,
.account.enhanced-dashboard .admin__data-grid-wrap-static .data-grid thead tr th.data-grid-th,
.enhanced-dashboard .admin__data-grid-wrap-static .data-grid thead tr th.data-grid-th,
.account.enhanced-dashboard .admin__data-grid-wrap .data-grid thead tr.data-grid-filters th.data-grid-th,
.enhanced-dashboard .admin__data-grid-wrap .data-grid thead tr.data-grid-filters th.data-grid-th,
.account.enhanced-dashboard .admin__data-grid-wrap-static .data-grid thead tr.data-grid-filters th.data-grid-th,
.enhanced-dashboard .admin__data-grid-wrap-static .data-grid thead tr.data-grid-filters th.data-grid-th,
.account.enhanced-dashboard .admin__data-grid-wrap .data-grid thead tr th.data-grid-th._sortable,
.enhanced-dashboard .admin__data-grid-wrap .data-grid thead tr th.data-grid-th._sortable,
.account.enhanced-dashboard .admin__data-grid-wrap-static .data-grid thead tr th.data-grid-th._sortable,
.enhanced-dashboard .admin__data-grid-wrap-static .data-grid thead tr th.data-grid-th._sortable,
.account.enhanced-dashboard .admin__data-grid-wrap .data-grid thead tr.data-grid-filters th.data-grid-th._sortable,
.enhanced-dashboard .admin__data-grid-wrap .data-grid thead tr.data-grid-filters th.data-grid-th._sortable,
.account.enhanced-dashboard .admin__data-grid-wrap-static .data-grid thead tr.data-grid-filters th.data-grid-th._sortable,
.enhanced-dashboard .admin__data-grid-wrap-static .data-grid thead tr.data-grid-filters th.data-grid-th._sortable,
.account.enhanced-dashboard .admin__data-grid-wrap .data-grid thead tr td,
.enhanced-dashboard .admin__data-grid-wrap .data-grid thead tr td,
.account.enhanced-dashboard .admin__data-grid-wrap-static .data-grid thead tr td,
.enhanced-dashboard .admin__data-grid-wrap-static .data-grid thead tr td,
.account.enhanced-dashboard .admin__data-grid-wrap .data-grid thead tr.data-grid-filters td,
.enhanced-dashboard .admin__data-grid-wrap .data-grid thead tr.data-grid-filters td,
.account.enhanced-dashboard .admin__data-grid-wrap-static .data-grid thead tr.data-grid-filters td,
.enhanced-dashboard .admin__data-grid-wrap-static .data-grid thead tr.data-grid-filters td {
  background-color: #f8f7f7;
  color: #000000;
  border-bottom: 1px solid #616161;
  border-right: 1px solid #616161;
  border-top: 1px solid #616161;
  border-left: 1px solid #616161;
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
}
.account.enhanced-dashboard .admin__data-grid-wrap .data-grid thead tr th.data-grid-th:first-child,
.enhanced-dashboard .admin__data-grid-wrap .data-grid thead tr th.data-grid-th:first-child,
.account.enhanced-dashboard .admin__data-grid-wrap-static .data-grid thead tr th.data-grid-th:first-child,
.enhanced-dashboard .admin__data-grid-wrap-static .data-grid thead tr th.data-grid-th:first-child,
.account.enhanced-dashboard .admin__data-grid-wrap .data-grid thead tr.data-grid-filters th.data-grid-th:first-child,
.enhanced-dashboard .admin__data-grid-wrap .data-grid thead tr.data-grid-filters th.data-grid-th:first-child,
.account.enhanced-dashboard .admin__data-grid-wrap-static .data-grid thead tr.data-grid-filters th.data-grid-th:first-child,
.enhanced-dashboard .admin__data-grid-wrap-static .data-grid thead tr.data-grid-filters th.data-grid-th:first-child,
.account.enhanced-dashboard .admin__data-grid-wrap .data-grid thead tr th.data-grid-th._sortable:first-child,
.enhanced-dashboard .admin__data-grid-wrap .data-grid thead tr th.data-grid-th._sortable:first-child,
.account.enhanced-dashboard .admin__data-grid-wrap-static .data-grid thead tr th.data-grid-th._sortable:first-child,
.enhanced-dashboard .admin__data-grid-wrap-static .data-grid thead tr th.data-grid-th._sortable:first-child,
.account.enhanced-dashboard .admin__data-grid-wrap .data-grid thead tr.data-grid-filters th.data-grid-th._sortable:first-child,
.enhanced-dashboard .admin__data-grid-wrap .data-grid thead tr.data-grid-filters th.data-grid-th._sortable:first-child,
.account.enhanced-dashboard .admin__data-grid-wrap-static .data-grid thead tr.data-grid-filters th.data-grid-th._sortable:first-child,
.enhanced-dashboard .admin__data-grid-wrap-static .data-grid thead tr.data-grid-filters th.data-grid-th._sortable:first-child,
.account.enhanced-dashboard .admin__data-grid-wrap .data-grid thead tr td:first-child,
.enhanced-dashboard .admin__data-grid-wrap .data-grid thead tr td:first-child,
.account.enhanced-dashboard .admin__data-grid-wrap-static .data-grid thead tr td:first-child,
.enhanced-dashboard .admin__data-grid-wrap-static .data-grid thead tr td:first-child,
.account.enhanced-dashboard .admin__data-grid-wrap .data-grid thead tr.data-grid-filters td:first-child,
.enhanced-dashboard .admin__data-grid-wrap .data-grid thead tr.data-grid-filters td:first-child,
.account.enhanced-dashboard .admin__data-grid-wrap-static .data-grid thead tr.data-grid-filters td:first-child,
.enhanced-dashboard .admin__data-grid-wrap-static .data-grid thead tr.data-grid-filters td:first-child {
  border-left: 1px solid #616161;
}
.account.enhanced-dashboard .admin__data-grid-wrap .data-grid thead tr th.data-grid-th:last-child,
.enhanced-dashboard .admin__data-grid-wrap .data-grid thead tr th.data-grid-th:last-child,
.account.enhanced-dashboard .admin__data-grid-wrap-static .data-grid thead tr th.data-grid-th:last-child,
.enhanced-dashboard .admin__data-grid-wrap-static .data-grid thead tr th.data-grid-th:last-child,
.account.enhanced-dashboard .admin__data-grid-wrap .data-grid thead tr.data-grid-filters th.data-grid-th:last-child,
.enhanced-dashboard .admin__data-grid-wrap .data-grid thead tr.data-grid-filters th.data-grid-th:last-child,
.account.enhanced-dashboard .admin__data-grid-wrap-static .data-grid thead tr.data-grid-filters th.data-grid-th:last-child,
.enhanced-dashboard .admin__data-grid-wrap-static .data-grid thead tr.data-grid-filters th.data-grid-th:last-child,
.account.enhanced-dashboard .admin__data-grid-wrap .data-grid thead tr th.data-grid-th._sortable:last-child,
.enhanced-dashboard .admin__data-grid-wrap .data-grid thead tr th.data-grid-th._sortable:last-child,
.account.enhanced-dashboard .admin__data-grid-wrap-static .data-grid thead tr th.data-grid-th._sortable:last-child,
.enhanced-dashboard .admin__data-grid-wrap-static .data-grid thead tr th.data-grid-th._sortable:last-child,
.account.enhanced-dashboard .admin__data-grid-wrap .data-grid thead tr.data-grid-filters th.data-grid-th._sortable:last-child,
.enhanced-dashboard .admin__data-grid-wrap .data-grid thead tr.data-grid-filters th.data-grid-th._sortable:last-child,
.account.enhanced-dashboard .admin__data-grid-wrap-static .data-grid thead tr.data-grid-filters th.data-grid-th._sortable:last-child,
.enhanced-dashboard .admin__data-grid-wrap-static .data-grid thead tr.data-grid-filters th.data-grid-th._sortable:last-child,
.account.enhanced-dashboard .admin__data-grid-wrap .data-grid thead tr td:last-child,
.enhanced-dashboard .admin__data-grid-wrap .data-grid thead tr td:last-child,
.account.enhanced-dashboard .admin__data-grid-wrap-static .data-grid thead tr td:last-child,
.enhanced-dashboard .admin__data-grid-wrap-static .data-grid thead tr td:last-child,
.account.enhanced-dashboard .admin__data-grid-wrap .data-grid thead tr.data-grid-filters td:last-child,
.enhanced-dashboard .admin__data-grid-wrap .data-grid thead tr.data-grid-filters td:last-child,
.account.enhanced-dashboard .admin__data-grid-wrap-static .data-grid thead tr.data-grid-filters td:last-child,
.enhanced-dashboard .admin__data-grid-wrap-static .data-grid thead tr.data-grid-filters td:last-child {
  border-right: 1px solid #616161;
}
.account.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody,
.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody,
.account.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody,
.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody {
  background: none;
}
.account.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr:nth-child(odd),
.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr:nth-child(odd),
.account.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr:nth-child(odd),
.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr:nth-child(odd),
.account.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr:nth-child(even),
.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr:nth-child(even),
.account.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr:nth-child(even),
.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr:nth-child(even) {
  background: #ffffff;
}
.account.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr:nth-child(odd):hover,
.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr:nth-child(odd):hover,
.account.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr:nth-child(odd):hover,
.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr:nth-child(odd):hover,
.account.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr:nth-child(even):hover,
.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr:nth-child(even):hover,
.account.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr:nth-child(even):hover,
.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr:nth-child(even):hover {
  background: #ffffff;
}
.account.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td,
.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td,
.account.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td,
.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td {
  border: 1px solid #cccccc !important;
  color: #000000 !important;
  font-size: 1.4rem !important;
  background: #ffffff;
}
.account.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td table.expand-table thead tr.headings th,
.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td table.expand-table thead tr.headings th,
.account.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td table.expand-table thead tr.headings th,
.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td table.expand-table thead tr.headings th {
  text-align: center;
  background-color: #f8f7f7;
  color: #000000;
  border-bottom: 1px solid #616161;
  border-right: 1px solid #616161;
  border-top: 1px solid #616161;
  border-left: 1px solid #616161;
  font-size: 1.4rem;
  font-weight: 600;
}
.account.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td table.expand-table thead tr.headings th:first-child,
.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td table.expand-table thead tr.headings th:first-child,
.account.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td table.expand-table thead tr.headings th:first-child,
.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td table.expand-table thead tr.headings th:first-child {
  border-left: 1px solid #616161;
}
.account.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td table.expand-table thead tr.headings th:last-child,
.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td table.expand-table thead tr.headings th:last-child,
.account.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td table.expand-table thead tr.headings th:last-child,
.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td table.expand-table thead tr.headings th:last-child {
  border-right: 1px solid #616161;
}
.account.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td select,
.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td select,
.account.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td select,
.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td select {
  border-left: 0px !important;
  border-right: 0px !important;
  border-top: 0px !important;
  border-bottom: 1px solid #006699 !important;
  color: #333333 !important;
  border-radius: 0px;
}
.account.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td a,
.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td a,
.account.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td a,
.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td a {
  font-size: 1.4rem !important;
}
.account.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr:first-child,
.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr:first-child,
.account.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr:first-child,
.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr:first-child {
  border-left: 1px solid #cccccc;
}
.account.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr:last-child,
.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr:last-child,
.account.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr:last-child,
.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr:last-child {
  border-right: 1px solid #cccccc;
}
.account.enhanced-dashboard .data-table,
.enhanced-dashboard .data-table {
  width: 98%;
}
.account.enhanced-dashboard .data-table thead,
.enhanced-dashboard .data-table thead {
  background: #f8f7f7;
  color: #000000;
}
.account.enhanced-dashboard .data-table thead tr,
.enhanced-dashboard .data-table thead tr {
  border: 0px !important;
}
.account.enhanced-dashboard .data-table thead tr th,
.enhanced-dashboard .data-table thead tr th {
  border: 1px solid #616161 !important;
  font-weight: bold;
  color: #000000;
  font-size: 1.4rem;
}
.account.enhanced-dashboard .data-table tbody,
.enhanced-dashboard .data-table tbody {
  background: none;
}
.account.enhanced-dashboard .data-table tbody tr,
.enhanced-dashboard .data-table tbody tr {
  border: 0px !important;
}
.account.enhanced-dashboard .data-table tbody tr:nth-child(odd),
.enhanced-dashboard .data-table tbody tr:nth-child(odd),
.account.enhanced-dashboard .data-table tbody tr:nth-child(even),
.enhanced-dashboard .data-table tbody tr:nth-child(even) {
  background: #ffffff;
}
.account.enhanced-dashboard .data-table tbody tr td,
.enhanced-dashboard .data-table tbody tr td {
  border: 1px solid #cccccc !important;
  color: #000000 !important;
  font-size: 1.4rem !important;
  background: #ffffff;
}
.account.enhanced-dashboard.supplierconnect-orders-new #purchase_order_confirmreject_save,
.enhanced-dashboard.supplierconnect-orders-new #purchase_order_confirmreject_save,
.account.enhanced-dashboard.supplierconnect-orders-changes #purchase_order_confirmreject_save,
.enhanced-dashboard.supplierconnect-orders-changes #purchase_order_confirmreject_save {
  top: 20px;
  right: 65px;
  position: absolute;
  border-radius: 3px;
  font-size: 1.4rem;
  color: #ffffff;
  background: #006699;
  border: 1px solid #006699;
  padding: 5px 10px;
  text-transform: capitalize !important;
  text-decoration: none;
  text-shadow: none;
  font-family: 'Source Sans Pro' !important;
}
.account.enhanced-dashboard.supplierconnect-orders-new #purchase_order_confirmreject_save:hover,
.enhanced-dashboard.supplierconnect-orders-new #purchase_order_confirmreject_save:hover,
.account.enhanced-dashboard.supplierconnect-orders-changes #purchase_order_confirmreject_save:hover,
.enhanced-dashboard.supplierconnect-orders-changes #purchase_order_confirmreject_save:hover {
  text-decoration: none;
  text-shadow: none;
  background: #66cc66;
  border: 1px solid #66cc66;
  color: #ffffff;
}
.account.enhanced-dashboard.supplierconnect-account-index .block-dashboard-info .block-content,
.enhanced-dashboard.supplierconnect-account-index .block-dashboard-info .block-content {
  min-height: 275px;
}
.account.enhanced-dashboard.supplierconnect-account-index .block-dashboard-info .block-content .box-information,
.enhanced-dashboard.supplierconnect-account-index .block-dashboard-info .block-content .box-information {
  width: 95% !important;
}
.account.enhanced-dashboard.supplierconnect-account-index .block-dashboard-info.address-block,
.enhanced-dashboard.supplierconnect-account-index .block-dashboard-info.address-block {
  float: left;
  width: 47%;
  margin-left: 1.2%;
}
.account.enhanced-dashboard.supplierconnect-account-index .block-dashboard-info.contact-info-block,
.enhanced-dashboard.supplierconnect-account-index .block-dashboard-info.contact-info-block {
  float: left;
  width: 47%;
}
.account.enhanced-dashboard.supplierconnect-account-index .block-dashboard-info.contact-info-block .box-actions .action.change-password,
.enhanced-dashboard.supplierconnect-account-index .block-dashboard-info.contact-info-block .box-actions .action.change-password {
  border-radius: 3px;
  font-size: 1.4rem;
  color: #006699;
  background: #ffffff;
  padding: 5px 10px;
  text-decoration: none;
  text-transform: capitalize !important;
  border: 1px solid #006699 !important;
  text-shadow: none;
  font-family: 'Source Sans Pro' !important;
}
.account.enhanced-dashboard.supplierconnect-account-index .block-dashboard-info.contact-info-block .box-actions .action.change-password:hover,
.enhanced-dashboard.supplierconnect-account-index .block-dashboard-info.contact-info-block .box-actions .action.change-password:hover {
  text-decoration: none;
  text-shadow: none;
  background: #66cc66 !important;
  border: 1px solid #66cc66 !important;
  color: #ffffff;
}
.account.enhanced-dashboard.supplierconnect-account-index #expiryremainderoption,
.enhanced-dashboard.supplierconnect-account-index #expiryremainderoption {
  padding-left: 6%;
}
.account.enhanced-dashboard.supplierconnect-account-index #supplier-form-validate select,
.enhanced-dashboard.supplierconnect-account-index #supplier-form-validate select {
  padding: 6px;
}
.account.enhanced-dashboard.supplierconnect-account-index .block-dashboard-info .block-content .box-information .box-actions,
.enhanced-dashboard.supplierconnect-account-index .block-dashboard-info .block-content .box-information .box-actions {
  left: calc(100% - 150px) !important;
  width: 145px;
}
.account.enhanced-dashboard.supplierconnect-account-index .block-dashboard-info .block-content .box-information .box-actions .action.edit:before,
.enhanced-dashboard.supplierconnect-account-index .block-dashboard-info .block-content .box-information .box-actions .action.edit:before {
  content: 'Change Password';
}
.account.enhanced-dashboard.supplierconnect-account-index .accinfornewssub,
.enhanced-dashboard.supplierconnect-account-index .accinfornewssub {
  display: none;
}
.account.enhanced-dashboard.supplierconnect-account-index .column.main,
.enhanced-dashboard.supplierconnect-account-index .column.main {
  position: relative;
}
.account.enhanced-dashboard.supplierconnect-account-index .box-actions.managedashreminder,
.enhanced-dashboard.supplierconnect-account-index .box-actions.managedashreminder {
  position: static;
  margin-top: -55px !important;
  font-size: 0px !important;
  text-align: right !important;
}
.account.enhanced-dashboard.supplierconnect-account-index .box-actions.managedashreminder .action.edit,
.enhanced-dashboard.supplierconnect-account-index .box-actions.managedashreminder .action.edit {
  border-radius: 3px;
  font-size: 1.4rem;
  color: #006699;
  background: #ffffff;
  padding: 5px 10px;
  text-decoration: none;
  text-transform: capitalize !important;
  border: 1px solid #006699 !important;
  text-shadow: none;
  font-family: 'Source Sans Pro' !important;
  margin-left: 10px;
}
.account.enhanced-dashboard.supplierconnect-account-index .box-actions.managedashreminder .action.edit:hover,
.enhanced-dashboard.supplierconnect-account-index .box-actions.managedashreminder .action.edit:hover {
  text-decoration: none;
  text-shadow: none;
  background: #66cc66 !important;
  border: 1px solid #66cc66 !important;
  color: #ffffff;
}
.account.enhanced-dashboard.supplierconnect-account-index .box-account.col-full .content-header table tbody tr td .view_all,
.enhanced-dashboard.supplierconnect-account-index .box-account.col-full .content-header table tbody tr td .view_all {
  float: right;
}
.account.enhanced-dashboard.supplierconnect-account-index .box-account.col-full .content-header table tbody tr td .view_all:after,
.enhanced-dashboard.supplierconnect-account-index .box-account.col-full .content-header table tbody tr td .view_all:after {
  clear: both;
}
.account.enhanced-dashboard.supplierconnect-account-index #rfq-summery-container .box-container-account:first-child,
.enhanced-dashboard.supplierconnect-account-index #rfq-summery-container .box-container-account:first-child {
  border: 0px;
}
.account.enhanced-dashboard.supplierconnect-account-index #rfq-summery-container .box-container-account:first-child .box-info.box-account.sup-account.col-1,
.enhanced-dashboard.supplierconnect-account-index #rfq-summery-container .box-container-account:first-child .box-info.box-account.sup-account.col-1 {
  width: 97%;
  margin-right: 2%;
}
.account.enhanced-dashboard.supplierconnect-account-index #rfq-summery-container .box-container-account:last-child,
.enhanced-dashboard.supplierconnect-account-index #rfq-summery-container .box-container-account:last-child {
  border: 0px !important;
}
.account.enhanced-dashboard.supplierconnect-account-index #rfq-summery-container .box-container-account:last-child .box-info.box-account.sup-account.col-1,
.enhanced-dashboard.supplierconnect-account-index #rfq-summery-container .box-container-account:last-child .box-info.box-account.sup-account.col-1 {
  width: 100%;
}
.account.enhanced-dashboard.wishlist-index-index .page-wrapper .page-main .columns .column.main,
.enhanced-dashboard.wishlist-index-index .page-wrapper .page-main .columns .column.main {
  position: relative;
}
.account.enhanced-dashboard.wishlist-index-index .page-wrapper .page-main .columns .column.main .products-grid .product-items .product-item .product-item-info .product-item-inner .product-item-actions .action.edit,
.enhanced-dashboard.wishlist-index-index .page-wrapper .page-main .columns .column.main .products-grid .product-items .product-item .product-item-info .product-item-inner .product-item-actions .action.edit {
  position: relative;
}
.account.enhanced-dashboard.wishlist-index-index .page-wrapper .page-main .columns .column.main .products-grid .product-items .product-item .product-item-info .product-item-inner .product-item-actions .action.edit:after,
.enhanced-dashboard.wishlist-index-index .page-wrapper .page-main .columns .column.main .products-grid .product-items .product-item .product-item-info .product-item-inner .product-item-actions .action.edit:after {
  content: 'Edit' !important;
  position: absolute;
  top: 0px;
  left: 30px;
  text-transform: capitalize;
  width: auto !important;
  font-size: 12px !important;
  color: #000000;
  border: 1px solid #000000 !important;
  padding: 5px;
  background: #ffffff;
  visibility: hidden;
}
.account.enhanced-dashboard.wishlist-index-index .page-wrapper .page-main .columns .column.main .products-grid .product-items .product-item .product-item-info .product-item-inner .product-item-actions .action.edit:hover:after,
.enhanced-dashboard.wishlist-index-index .page-wrapper .page-main .columns .column.main .products-grid .product-items .product-item .product-item-info .product-item-inner .product-item-actions .action.edit:hover:after {
  visibility: visible;
}
.account.enhanced-dashboard.wishlist-index-index .page-wrapper .page-main .columns .column.main .products-grid.wishlist,
.enhanced-dashboard.wishlist-index-index .page-wrapper .page-main .columns .column.main .products-grid.wishlist {
  margin-top: 30px;
}
.account.enhanced-dashboard.wishlist-index-index .page-wrapper .page-main .columns .column.main .products-grid.wishlist .product-items .product-item .product-item-inner .box-tocart .fieldset p .link-edit,
.enhanced-dashboard.wishlist-index-index .page-wrapper .page-main .columns .column.main .products-grid.wishlist .product-items .product-item .product-item-inner .box-tocart .fieldset p .link-edit {
  visibility: none;
}
.account.enhanced-dashboard.wishlist-index-index .page-wrapper .page-main .columns .column.main .toolbar .limiter,
.enhanced-dashboard.wishlist-index-index .page-wrapper .page-main .columns .column.main .toolbar .limiter {
  top: 95px;
  left: 35px;
}
.account.enhanced-dashboard.wishlist-index-index .page-wrapper .page-main .columns .column.main .toolbar .pages,
.enhanced-dashboard.wishlist-index-index .page-wrapper .page-main .columns .column.main .toolbar .pages {
  right: 25px;
  top: calc(100% - 60px);
}
.account.enhanced-dashboard.wishlist-index-index .page-wrapper .page-main .columns .column.main .toolbar-amount,
.enhanced-dashboard.wishlist-index-index .page-wrapper .page-main .columns .column.main .toolbar-amount {
  top: calc(100% - 55px);
  font-size: 1.6rem;
  font-weight: 600;
  padding-left: 15px;
}
.account.enhanced-dashboard.wishlist-index-index .toolbar.wishlist-toolbar,
.enhanced-dashboard.wishlist-index-index .toolbar.wishlist-toolbar {
  padding: 25px 15px 10px 15px;
  margin-bottom: 0px;
}
.account.enhanced-dashboard.wishlist-index-index .form-wishlist-items,
.enhanced-dashboard.wishlist-index-index .form-wishlist-items {
  padding: 10px 15px;
  background: #ffffff;
}
.account.enhanced-dashboard .toolbar,
.enhanced-dashboard .toolbar,
.account.enhanced-dashboard .toolbar.bottom,
.enhanced-dashboard .toolbar.bottom {
  background: #ffffff;
  position: static;
}
.account.enhanced-dashboard .toolbar .toolbar-amount,
.enhanced-dashboard .toolbar .toolbar-amount,
.account.enhanced-dashboard .toolbar.bottom .toolbar-amount,
.enhanced-dashboard .toolbar.bottom .toolbar-amount {
  position: absolute;
  top: calc(100% - 30px);
  left: 10px;
  font-size: 1.6rem;
  font-weight: 600;
  right: 0px;
  margin: 0px auto;
  color: #616161;
}
.account.enhanced-dashboard .toolbar .toolbar-amount .toolbar-number,
.enhanced-dashboard .toolbar .toolbar-amount .toolbar-number,
.account.enhanced-dashboard .toolbar.bottom .toolbar-amount .toolbar-number,
.enhanced-dashboard .toolbar.bottom .toolbar-amount .toolbar-number {
  color: #4b4b4b;
  font-weight: 600;
  font-size: 1.6rem;
}
.account.enhanced-dashboard .toolbar .pages,
.enhanced-dashboard .toolbar .pages,
.account.enhanced-dashboard .toolbar.bottom .pages,
.enhanced-dashboard .toolbar.bottom .pages {
  position: absolute;
  top: 100%;
  right: 0px;
  text-align: right;
  z-index: 999;
  margin-top: -33px;
}
.account.enhanced-dashboard .toolbar .pages .pages-items li.item,
.enhanced-dashboard .toolbar .pages .pages-items li.item,
.account.enhanced-dashboard .toolbar.bottom .pages .pages-items li.item,
.enhanced-dashboard .toolbar.bottom .pages .pages-items li.item {
  background: none !important;
  padding: 5px !important;
  font-size: 1.6rem;
  color: #4b4b4b;
}
.account.enhanced-dashboard .toolbar .pages .pages-items li.item a span,
.enhanced-dashboard .toolbar .pages .pages-items li.item a span,
.account.enhanced-dashboard .toolbar.bottom .pages .pages-items li.item a span,
.enhanced-dashboard .toolbar.bottom .pages .pages-items li.item a span {
  color: #4b4b4b;
}
.account.enhanced-dashboard .toolbar .pages .pages-items li.item.pages-item-previous,
.enhanced-dashboard .toolbar .pages .pages-items li.item.pages-item-previous,
.account.enhanced-dashboard .toolbar.bottom .pages .pages-items li.item.pages-item-previous,
.enhanced-dashboard .toolbar.bottom .pages .pages-items li.item.pages-item-previous,
.account.enhanced-dashboard .toolbar .pages .pages-items li.item.pages-item-next,
.enhanced-dashboard .toolbar .pages .pages-items li.item.pages-item-next,
.account.enhanced-dashboard .toolbar.bottom .pages .pages-items li.item.pages-item-next,
.enhanced-dashboard .toolbar.bottom .pages .pages-items li.item.pages-item-next {
  margin: 0px;
  padding: 0px;
}
.account.enhanced-dashboard .toolbar .pages .pages-items li.item.current strong.page,
.enhanced-dashboard .toolbar .pages .pages-items li.item.current strong.page,
.account.enhanced-dashboard .toolbar.bottom .pages .pages-items li.item.current strong.page,
.enhanced-dashboard .toolbar.bottom .pages .pages-items li.item.current strong.page {
  background: none;
  font-size: 1.6rem;
  color: #000000;
  line-height: 3rem;
  letter-spacing: normal;
  display: inline-block;
  font-weight: 700;
  padding: 0px;
}
.account.enhanced-dashboard .toolbar .pages .pages-items li.item .action,
.enhanced-dashboard .toolbar .pages .pages-items li.item .action,
.account.enhanced-dashboard .toolbar.bottom .pages .pages-items li.item .action,
.enhanced-dashboard .toolbar.bottom .pages .pages-items li.item .action {
  background: none !important;
  font-size: 1.6rem;
  color: #4b4b4b;
  font-weight: 600;
  border: 0px;
  padding: 0px !important;
  margin: 0px;
}
.account.enhanced-dashboard .toolbar .pages .pages-items li.item .action.next:before,
.enhanced-dashboard .toolbar .pages .pages-items li.item .action.next:before,
.account.enhanced-dashboard .toolbar.bottom .pages .pages-items li.item .action.next:before,
.enhanced-dashboard .toolbar.bottom .pages .pages-items li.item .action.next:before,
.account.enhanced-dashboard .toolbar .pages .pages-items li.item .action.previous:before,
.enhanced-dashboard .toolbar .pages .pages-items li.item .action.previous:before,
.account.enhanced-dashboard .toolbar.bottom .pages .pages-items li.item .action.previous:before,
.enhanced-dashboard .toolbar.bottom .pages .pages-items li.item .action.previous:before {
  font-size: 1.6rem;
  font-weight: 600;
  color: #4b4b4b;
}
.account.enhanced-dashboard .toolbar .pages .pages-items li.item .action:hover,
.enhanced-dashboard .toolbar .pages .pages-items li.item .action:hover,
.account.enhanced-dashboard .toolbar.bottom .pages .pages-items li.item .action:hover,
.enhanced-dashboard .toolbar.bottom .pages .pages-items li.item .action:hover {
  border: 0px;
}
.account.enhanced-dashboard .toolbar .pages .pages-items li.item .action:hover.next:before,
.enhanced-dashboard .toolbar .pages .pages-items li.item .action:hover.next:before,
.account.enhanced-dashboard .toolbar.bottom .pages .pages-items li.item .action:hover.next:before,
.enhanced-dashboard .toolbar.bottom .pages .pages-items li.item .action:hover.next:before,
.account.enhanced-dashboard .toolbar .pages .pages-items li.item .action:hover.previous:before,
.enhanced-dashboard .toolbar .pages .pages-items li.item .action:hover.previous:before,
.account.enhanced-dashboard .toolbar.bottom .pages .pages-items li.item .action:hover.previous:before,
.enhanced-dashboard .toolbar.bottom .pages .pages-items li.item .action:hover.previous:before {
  color: #000000;
}
.account.enhanced-dashboard .toolbar .limiter,
.enhanced-dashboard .toolbar .limiter,
.account.enhanced-dashboard .toolbar.bottom .limiter,
.enhanced-dashboard .toolbar.bottom .limiter {
  float: none;
  position: absolute;
  top: 10px;
  left: 5px;
}
.account.enhanced-dashboard .toolbar .limiter select.limiter-options,
.enhanced-dashboard .toolbar .limiter select.limiter-options,
.account.enhanced-dashboard .toolbar.bottom .limiter select.limiter-options,
.enhanced-dashboard .toolbar.bottom .limiter select.limiter-options {
  border-radius: 0px;
  border: 0px;
  border-bottom: 2px solid #006699;
  background-color: #ffffff;
  font-size: 1.6rem;
  font-weight: 600;
}
.account.enhanced-dashboard .toolbar .limiter .limiter-label,
.enhanced-dashboard .toolbar .limiter .limiter-label,
.account.enhanced-dashboard .toolbar.bottom .limiter .limiter-label,
.enhanced-dashboard .toolbar.bottom .limiter .limiter-label {
  font-size: 1.6rem;
  color: #000000;
  font-weight: 600;
}
.account.enhanced-dashboard .toolbar .limiter .limiter-text,
.enhanced-dashboard .toolbar .limiter .limiter-text,
.account.enhanced-dashboard .toolbar.bottom .limiter .limiter-text,
.enhanced-dashboard .toolbar.bottom .limiter .limiter-text {
  display: none;
}
.account.enhanced-dashboard #checkout-payment-method-load .items.payment-method .payment-method._active .payment-method-content .actions-toolbar .action.primary.checkout,
.enhanced-dashboard #checkout-payment-method-load .items.payment-method .payment-method._active .payment-method-content .actions-toolbar .action.primary.checkout {
  border-radius: 3px;
  font-size: 1.4rem;
  color: #ffffff;
  background: #006699;
  border: 1px solid #006699;
  padding: 5px 10px;
  text-transform: capitalize !important;
  text-decoration: none;
  text-shadow: none;
  font-family: 'Source Sans Pro' !important;
}
.account.enhanced-dashboard #checkout-payment-method-load .items.payment-method .payment-method._active .payment-method-content .actions-toolbar .action.primary.checkout:hover,
.enhanced-dashboard #checkout-payment-method-load .items.payment-method .payment-method._active .payment-method-content .actions-toolbar .action.primary.checkout:hover {
  text-decoration: none;
  text-shadow: none;
  background: #66cc66;
  border: 1px solid #66cc66;
  color: #ffffff;
}
.account.enhanced-dashboard .table-wrapper,
.enhanced-dashboard .table-wrapper {
  position: relative;
  margin-bottom: 30px;
  max-width: 100%;
  overflow-x: auto;
  padding-top: 5px;
  margin-top: 5px;
  width: 100%;
}
.account.enhanced-dashboard .table-wrapper .data.table,
.enhanced-dashboard .table-wrapper .data.table {
  width: 98%;
}
.account.enhanced-dashboard .table-wrapper .data.table thead > tr,
.enhanced-dashboard .table-wrapper .data.table thead > tr {
  border-left: 0px;
}
.account.enhanced-dashboard .table-wrapper .data.table thead > tr > th,
.enhanced-dashboard .table-wrapper .data.table thead > tr > th,
.account.enhanced-dashboard .table-wrapper .data.table thead > tr > td,
.enhanced-dashboard .table-wrapper .data.table thead > tr > td {
  background: #f8f7f7;
  border: 1px solid #616161;
  font-weight: bold;
  color: #000000;
  font-size: 1.4rem;
  text-align: center;
}
.account.enhanced-dashboard .table-wrapper .data.table tbody tr:nth-child(odd),
.enhanced-dashboard .table-wrapper .data.table tbody tr:nth-child(odd),
.account.enhanced-dashboard .table-wrapper .data.table tbody tr:nth-child(even),
.enhanced-dashboard .table-wrapper .data.table tbody tr:nth-child(even) {
  border-left: 0px;
}
.account.enhanced-dashboard .table-wrapper .data.table tbody tr:nth-child(odd) > th,
.enhanced-dashboard .table-wrapper .data.table tbody tr:nth-child(odd) > th,
.account.enhanced-dashboard .table-wrapper .data.table tbody tr:nth-child(odd) > td,
.enhanced-dashboard .table-wrapper .data.table tbody tr:nth-child(odd) > td {
  border: 1px solid #cccccc;
  color: #000000;
  font-size: 1.4rem;
  background: #ffffff;
}
.account.enhanced-dashboard .table-wrapper .data.table tbody tr:nth-child(odd) > th .action.view:after,
.enhanced-dashboard .table-wrapper .data.table tbody tr:nth-child(odd) > th .action.view:after,
.account.enhanced-dashboard .table-wrapper .data.table tbody tr:nth-child(odd) > td .action.view:after,
.enhanced-dashboard .table-wrapper .data.table tbody tr:nth-child(odd) > td .action.view:after {
  border-left: 0px;
}
.account.enhanced-dashboard .table-wrapper .data.table tbody tr:nth-child(even) > th,
.enhanced-dashboard .table-wrapper .data.table tbody tr:nth-child(even) > th,
.account.enhanced-dashboard .table-wrapper .data.table tbody tr:nth-child(even) > td,
.enhanced-dashboard .table-wrapper .data.table tbody tr:nth-child(even) > td {
  border: 1px solid #cccccc;
  color: #000000;
  font-size: 1.4rem;
  background: #ffffff;
}
.account.enhanced-dashboard .table-wrapper .data.table tbody tr:nth-child(even) > th .action.view:after,
.enhanced-dashboard .table-wrapper .data.table tbody tr:nth-child(even) > th .action.view:after,
.account.enhanced-dashboard .table-wrapper .data.table tbody tr:nth-child(even) > td .action.view:after,
.enhanced-dashboard .table-wrapper .data.table tbody tr:nth-child(even) > td .action.view:after {
  border-left: 0px;
}
.account.enhanced-dashboard.paypal-billing_agreement-index .account-billing-agreements,
.enhanced-dashboard.paypal-billing_agreement-index .account-billing-agreements {
  background: #ffffff;
  border-radius: 3px;
  box-shadow: 0px 0px 6px #d5d5d5;
  padding: 10px;
  position: relative;
  font-family: 'Source Sans Pro' !important;
  margin-bottom: 20px;
}
.account.enhanced-dashboard.paypal-billing_agreement-index .account-billing-agreements #payment_method,
.enhanced-dashboard.paypal-billing_agreement-index .account-billing-agreements #payment_method {
  max-width: 250px;
}
.account.enhanced-dashboard.paypal-billing_agreement-index .account-billing-agreements .actions-toolbar .primary .primary.action.create,
.enhanced-dashboard.paypal-billing_agreement-index .account-billing-agreements .actions-toolbar .primary .primary.action.create {
  border-radius: 3px;
  font-size: 1.4rem;
  color: #ffffff;
  background: #006699;
  border: 1px solid #006699;
  padding: 5px 10px;
  text-transform: capitalize !important;
  text-decoration: none;
  text-shadow: none;
  font-family: 'Source Sans Pro' !important;
}
.account.enhanced-dashboard.paypal-billing_agreement-index .account-billing-agreements .actions-toolbar .primary .primary.action.create:hover,
.enhanced-dashboard.paypal-billing_agreement-index .account-billing-agreements .actions-toolbar .primary .primary.action.create:hover {
  text-decoration: none;
  text-shadow: none;
  background: #66cc66;
  border: 1px solid #66cc66;
  color: #ffffff;
}
.account.enhanced-dashboard.paypal-billing_agreement-index .account-billing-agreements .actions-toolbar .primary .primary.action.create span,
.enhanced-dashboard.paypal-billing_agreement-index .account-billing-agreements .actions-toolbar .primary .primary.action.create span {
  font-size: 0px;
}
.account.enhanced-dashboard.paypal-billing_agreement-index .account-billing-agreements .actions-toolbar .primary .primary.action.create span:before,
.enhanced-dashboard.paypal-billing_agreement-index .account-billing-agreements .actions-toolbar .primary .primary.action.create span:before {
  content: "Create";
  font-size: 16px;
}
.account.enhanced-dashboard .data-grid-checkbox-cell-inner,
.enhanced-dashboard .data-grid-checkbox-cell-inner {
  min-height: 30px;
}
.account.enhanced-dashboard #list_grid_popup .admin__data-grid-header.admin__data-grid-toolbar,
.enhanced-dashboard #list_grid_popup .admin__data-grid-header.admin__data-grid-toolbar {
  min-height: 45px;
}
.account.enhanced-dashboard #list_grid_popup .admin__data-grid-header.admin__data-grid-toolbar .admin__data-grid-header-row .admin__filter-actions,
.enhanced-dashboard #list_grid_popup .admin__data-grid-header.admin__data-grid-toolbar .admin__data-grid-header-row .admin__filter-actions {
  top: 15px;
}
.account.enhanced-dashboard #list_grid_popup .admin__data-grid-header.admin__data-grid-toolbar .material-icons.grid-filter-icon,
.enhanced-dashboard #list_grid_popup .admin__data-grid-header.admin__data-grid-toolbar .material-icons.grid-filter-icon {
  display: block;
  margin-top: -30px;
}
.account.enhanced-dashboard.epicor_lists-lists-index #listgrid,
.enhanced-dashboard.epicor_lists-lists-index #listgrid {
  background: #ffffff;
  border-radius: 3px;
  box-shadow: 0px 0px 6px #d5d5d5;
  padding: 10px;
  position: relative;
  font-family: 'Source Sans Pro' !important;
  margin-bottom: 20px;
}
.account.enhanced-dashboard.epicor_lists-lists-index #listgrid #listgrid_table .data-grid-checkbox-cell-inner,
.enhanced-dashboard.epicor_lists-lists-index #listgrid #listgrid_table .data-grid-checkbox-cell-inner {
  min-height: 20px;
}
.account.enhanced-dashboard.epicor_lists-lists-index #listgrid #listgrid_table td.col-erp_code,
.enhanced-dashboard.epicor_lists-lists-index #listgrid #listgrid_table td.col-erp_code,
.account.enhanced-dashboard.epicor_lists-lists-index #listgrid #listgrid_table th.col-erp_code,
.enhanced-dashboard.epicor_lists-lists-index #listgrid #listgrid_table th.col-erp_code,
.account.enhanced-dashboard.epicor_lists-lists-index #listgrid #listgrid_table td.col-start_date,
.enhanced-dashboard.epicor_lists-lists-index #listgrid #listgrid_table td.col-start_date,
.account.enhanced-dashboard.epicor_lists-lists-index #listgrid #listgrid_table th.col-start_date,
.enhanced-dashboard.epicor_lists-lists-index #listgrid #listgrid_table th.col-start_date,
.account.enhanced-dashboard.epicor_lists-lists-index #listgrid #listgrid_table td.col-end_date,
.enhanced-dashboard.epicor_lists-lists-index #listgrid #listgrid_table td.col-end_date,
.account.enhanced-dashboard.epicor_lists-lists-index #listgrid #listgrid_table th.col-end_date,
.enhanced-dashboard.epicor_lists-lists-index #listgrid #listgrid_table th.col-end_date,
.account.enhanced-dashboard.epicor_lists-lists-index #listgrid #listgrid_table td.col-active,
.enhanced-dashboard.epicor_lists-lists-index #listgrid #listgrid_table td.col-active,
.account.enhanced-dashboard.epicor_lists-lists-index #listgrid #listgrid_table th.col-active,
.enhanced-dashboard.epicor_lists-lists-index #listgrid #listgrid_table th.col-active {
  display: none !important;
}
.account.enhanced-dashboard.epicor_lists-lists-index #listgrid .admin__data-grid-header .material-icons.grid-filter-icon,
.enhanced-dashboard.epicor_lists-lists-index #listgrid .admin__data-grid-header .material-icons.grid-filter-icon {
  top: 48px;
  z-index: 9;
}
.account.enhanced-dashboard.epicor_lists-lists-index #listgrid .table-wrapper.admin__data-grid-wrap,
.enhanced-dashboard.epicor_lists-lists-index #listgrid .table-wrapper.admin__data-grid-wrap {
  padding-top: 5px;
  margin-top: 35px;
}
.account.enhanced-dashboard.epicor_lists-lists-index #listgrid .admin__data-grid-header .admin__data-grid-header-row .admin__filter-actions .action-default.task,
.enhanced-dashboard.epicor_lists-lists-index #listgrid .admin__data-grid-header .admin__data-grid-header-row .admin__filter-actions .action-default.task,
.account.enhanced-dashboard.epicor_lists-lists-index #listgrid .admin__data-grid-toolbar .admin__data-grid-header-row .admin__filter-actions .action-default.task,
.enhanced-dashboard.epicor_lists-lists-index #listgrid .admin__data-grid-toolbar .admin__data-grid-header-row .admin__filter-actions .action-default.task {
  position: absolute;
  top: -45px;
  font-size: 0px !important;
  background: none !important;
  border: 0px !important;
  padding: 3px !important;
  font-size: 0px;
  background: none;
  border: 0px;
}
.account.enhanced-dashboard.epicor_lists-lists-index #listgrid .admin__data-grid-header .admin__data-grid-header-row .admin__filter-actions .action-default.task:before,
.enhanced-dashboard.epicor_lists-lists-index #listgrid .admin__data-grid-header .admin__data-grid-header-row .admin__filter-actions .action-default.task:before,
.account.enhanced-dashboard.epicor_lists-lists-index #listgrid .admin__data-grid-toolbar .admin__data-grid-header-row .admin__filter-actions .action-default.task:before,
.enhanced-dashboard.epicor_lists-lists-index #listgrid .admin__data-grid-toolbar .admin__data-grid-header-row .admin__filter-actions .action-default.task:before {
  content: 'add_circle_outline';
  font-size: 3.2rem;
  color: #006699;
}
.account.enhanced-dashboard.epicor_lists-lists-index #listgrid .admin__data-grid-header .admin__data-grid-header-row .admin__filter-actions .action-default.task:hover,
.enhanced-dashboard.epicor_lists-lists-index #listgrid .admin__data-grid-header .admin__data-grid-header-row .admin__filter-actions .action-default.task:hover,
.account.enhanced-dashboard.epicor_lists-lists-index #listgrid .admin__data-grid-toolbar .admin__data-grid-header-row .admin__filter-actions .action-default.task:hover,
.enhanced-dashboard.epicor_lists-lists-index #listgrid .admin__data-grid-toolbar .admin__data-grid-header-row .admin__filter-actions .action-default.task:hover {
  border: 0px !important;
  padding: 3px !important;
  background: none !important;
}
.account.enhanced-dashboard.epicor_lists-lists-index #listgrid .admin__data-grid-header .admin__data-grid-header-row .admin__filter-actions .action-default.task:hover:before,
.enhanced-dashboard.epicor_lists-lists-index #listgrid .admin__data-grid-header .admin__data-grid-header-row .admin__filter-actions .action-default.task:hover:before,
.account.enhanced-dashboard.epicor_lists-lists-index #listgrid .admin__data-grid-toolbar .admin__data-grid-header-row .admin__filter-actions .action-default.task:hover:before,
.enhanced-dashboard.epicor_lists-lists-index #listgrid .admin__data-grid-toolbar .admin__data-grid-header-row .admin__filter-actions .action-default.task:hover:before {
  color: #66cc66 !important;
  background: none !important;
}
.account.enhanced-dashboard.epicor_lists-lists-index #listgrid .admin__data-grid-header .admin__data-grid-header-row._massaction,
.enhanced-dashboard.epicor_lists-lists-index #listgrid .admin__data-grid-header .admin__data-grid-header-row._massaction,
.account.enhanced-dashboard.epicor_lists-lists-index #listgrid .admin__data-grid-toolbar .admin__data-grid-header-row._massaction,
.enhanced-dashboard.epicor_lists-lists-index #listgrid .admin__data-grid-toolbar .admin__data-grid-header-row._massaction {
  top: 30px;
  left: 0px;
  position: absolute;
}
.account.enhanced-dashboard.epicor_lists-lists-edit #list_form #create_list,
.enhanced-dashboard.epicor_lists-lists-edit #list_form #create_list {
  margin-top: -130px;
}
.account.enhanced-dashboard.epicor_lists-lists-edit .content-header,
.enhanced-dashboard.epicor_lists-lists-edit .content-header {
  background: #ffffff;
  margin-left: -15px;
  width: 105%;
}
.account.enhanced-dashboard.epicor_lists-lists-edit .content-header h3.icon-head,
.enhanced-dashboard.epicor_lists-lists-edit .content-header h3.icon-head {
  padding-bottom: 20px;
}
.account.enhanced-dashboard.epicor_lists-lists-edit #tab_content,
.enhanced-dashboard.epicor_lists-lists-edit #tab_content {
  position: relative;
}
.account.enhanced-dashboard.epicor_lists-lists-edit #tab_content #update_list,
.enhanced-dashboard.epicor_lists-lists-edit #tab_content #update_list {
  position: absolute;
  right: -15px;
  top: -70px;
  border-radius: 3px;
  font-size: 1.4rem;
  color: #ffffff;
  background: #006699;
  border: 1px solid #006699;
  padding: 5px 10px;
  text-transform: capitalize !important;
  text-decoration: none;
  text-shadow: none;
  font-family: 'Source Sans Pro' !important;
  z-index: 0;
}
.account.enhanced-dashboard.epicor_lists-lists-edit #tab_content #update_list:hover,
.enhanced-dashboard.epicor_lists-lists-edit #tab_content #update_list:hover {
  text-decoration: none;
  text-shadow: none;
  background: #66cc66;
  border: 1px solid #66cc66;
  color: #ffffff;
}
.account.enhanced-dashboard.epicor_lists-lists-edit #tab_content .collapsible-card,
.enhanced-dashboard.epicor_lists-lists-edit #tab_content .collapsible-card {
  background: #ffffff;
  border-radius: 3px;
  box-shadow: 0px 0px 6px #d5d5d5;
  padding: 10px;
  position: relative;
  font-family: 'Source Sans Pro' !important;
  margin-bottom: 20px;
}
.account.enhanced-dashboard.epicor_lists-lists-edit #tab_content .collapsible-card .collapsible-card-title span,
.enhanced-dashboard.epicor_lists-lists-edit #tab_content .collapsible-card .collapsible-card-title span {
  font-size: 2.0rem !important;
  font-family: 'Source Sans Pro' !important;
  color: #363636;
  text-transform: uppercase !important;
  font-weight: 600 !important;
  position: relative;
  bottom: 5px;
  padding-left: 10px;
}
.account.enhanced-dashboard.epicor_lists-lists-edit #tab_content .collapsible-card .collapsible-card-title span:before,
.enhanced-dashboard.epicor_lists-lists-edit #tab_content .collapsible-card .collapsible-card-title span:before {
  content: 'expand_more';
  margin: 0px !important;
  padding: 0px;
  font-size: 3.2rem;
  position: relative;
  top: 9px;
  left: -10px;
}
.account.enhanced-dashboard.epicor_lists-lists-edit #tab_content .collapsible-card .collapsible-card-title.current span:before,
.enhanced-dashboard.epicor_lists-lists-edit #tab_content .collapsible-card .collapsible-card-title.current span:before {
  content: 'expand_less';
}
.account.enhanced-dashboard.epicor_lists-lists-edit #tab_content .collapsible-card .collapsible-card-content #products_exclusion_indicator,
.enhanced-dashboard.epicor_lists-lists-edit #tab_content .collapsible-card .collapsible-card-content #products_exclusion_indicator {
  padding-left: 10px !important;
}
.account.enhanced-dashboard.epicor_lists-lists-edit #tab_content .collapsible-card .collapsible-card-content #list_products .admin__data-grid-header .grid-filter-icon,
.enhanced-dashboard.epicor_lists-lists-edit #tab_content .collapsible-card .collapsible-card-content #list_products .admin__data-grid-header .grid-filter-icon,
.account.enhanced-dashboard.epicor_lists-lists-edit #tab_content .collapsible-card .collapsible-card-content #list_customers .admin__data-grid-header .grid-filter-icon,
.enhanced-dashboard.epicor_lists-lists-edit #tab_content .collapsible-card .collapsible-card-content #list_customers .admin__data-grid-header .grid-filter-icon,
.account.enhanced-dashboard.epicor_lists-lists-edit #tab_content .collapsible-card .collapsible-card-content #list_products .admin__data-grid-toolbar .grid-filter-icon,
.enhanced-dashboard.epicor_lists-lists-edit #tab_content .collapsible-card .collapsible-card-content #list_products .admin__data-grid-toolbar .grid-filter-icon,
.account.enhanced-dashboard.epicor_lists-lists-edit #tab_content .collapsible-card .collapsible-card-content #list_customers .admin__data-grid-toolbar .grid-filter-icon,
.enhanced-dashboard.epicor_lists-lists-edit #tab_content .collapsible-card .collapsible-card-content #list_customers .admin__data-grid-toolbar .grid-filter-icon {
  display: block;
  top: 15px !important;
  right: 10px;
}
.account.enhanced-dashboard.epicor_lists-lists-edit #tab_content .collapsible-card .collapsible-card-content #list_products .admin__data-grid-header .admin__data-grid-header-row .admin__filter-actions,
.enhanced-dashboard.epicor_lists-lists-edit #tab_content .collapsible-card .collapsible-card-content #list_products .admin__data-grid-header .admin__data-grid-header-row .admin__filter-actions,
.account.enhanced-dashboard.epicor_lists-lists-edit #tab_content .collapsible-card .collapsible-card-content #list_customers .admin__data-grid-header .admin__data-grid-header-row .admin__filter-actions,
.enhanced-dashboard.epicor_lists-lists-edit #tab_content .collapsible-card .collapsible-card-content #list_customers .admin__data-grid-header .admin__data-grid-header-row .admin__filter-actions,
.account.enhanced-dashboard.epicor_lists-lists-edit #tab_content .collapsible-card .collapsible-card-content #list_products .admin__data-grid-toolbar .admin__data-grid-header-row .admin__filter-actions,
.enhanced-dashboard.epicor_lists-lists-edit #tab_content .collapsible-card .collapsible-card-content #list_products .admin__data-grid-toolbar .admin__data-grid-header-row .admin__filter-actions,
.account.enhanced-dashboard.epicor_lists-lists-edit #tab_content .collapsible-card .collapsible-card-content #list_customers .admin__data-grid-toolbar .admin__data-grid-header-row .admin__filter-actions,
.enhanced-dashboard.epicor_lists-lists-edit #tab_content .collapsible-card .collapsible-card-content #list_customers .admin__data-grid-toolbar .admin__data-grid-header-row .admin__filter-actions {
  right: 50px !important;
  top: 10px !important;
}
.account.enhanced-dashboard.epicor_lists-lists-edit #tab_content .collapsible-card .collapsible-card-content #list_products .table-wrapper.admin__data-grid-wrap,
.enhanced-dashboard.epicor_lists-lists-edit #tab_content .collapsible-card .collapsible-card-content #list_products .table-wrapper.admin__data-grid-wrap,
.account.enhanced-dashboard.epicor_lists-lists-edit #tab_content .collapsible-card .collapsible-card-content #list_customers .table-wrapper.admin__data-grid-wrap,
.enhanced-dashboard.epicor_lists-lists-edit #tab_content .collapsible-card .collapsible-card-content #list_customers .table-wrapper.admin__data-grid-wrap {
  overflow-x: unset;
  margin-bottom: 40px;
}
.account.enhanced-dashboard.epicor_lists-lists-edit #tab_content .collapsible-card .collapsible-card-content #list_products .admin__data-grid-toolbar .admin__control-support-text,
.enhanced-dashboard.epicor_lists-lists-edit #tab_content .collapsible-card .collapsible-card-content #list_products .admin__data-grid-toolbar .admin__control-support-text,
.account.enhanced-dashboard.epicor_lists-lists-edit #tab_content .collapsible-card .collapsible-card-content #list_customers .admin__data-grid-toolbar .admin__control-support-text,
.enhanced-dashboard.epicor_lists-lists-edit #tab_content .collapsible-card .collapsible-card-content #list_customers .admin__data-grid-toolbar .admin__control-support-text {
  left: 0px;
  right: 0px;
  margin: auto;
  text-align: left;
  padding-left: 15px;
}
.account.enhanced-dashboard.epicor_lists-lists-edit #tab_content .collapsible-card .collapsible-card-content #list_products .admin__data-grid-toolbar .admin__data-grid-pager-wrap .admin__data-grid-pager,
.enhanced-dashboard.epicor_lists-lists-edit #tab_content .collapsible-card .collapsible-card-content #list_products .admin__data-grid-toolbar .admin__data-grid-pager-wrap .admin__data-grid-pager,
.account.enhanced-dashboard.epicor_lists-lists-edit #tab_content .collapsible-card .collapsible-card-content #list_customers .admin__data-grid-toolbar .admin__data-grid-pager-wrap .admin__data-grid-pager,
.enhanced-dashboard.epicor_lists-lists-edit #tab_content .collapsible-card .collapsible-card-content #list_customers .admin__data-grid-toolbar .admin__data-grid-pager-wrap .admin__data-grid-pager {
  text-align: right;
}
.account.enhanced-dashboard.epicor_lists-lists-edit #tab_content .collapsible-card .collapsible-card-content #customer_grid #list_customers .admin__data-grid-header a,
.enhanced-dashboard.epicor_lists-lists-edit #tab_content .collapsible-card .collapsible-card-content #customer_grid #list_customers .admin__data-grid-header a {
  font-size: 0px;
}
.account.enhanced-dashboard.epicor_lists-lists-edit #tab_content .collapsible-card .collapsible-card-content #customer_grid #list_customers .admin__data-grid-header a:before,
.enhanced-dashboard.epicor_lists-lists-edit #tab_content .collapsible-card .collapsible-card-content #customer_grid #list_customers .admin__data-grid-header a:before {
  content: 'autorenew';
  margin: 0px !important;
  top: 20px !important;
  color: #006699;
  background: none;
  position: absolute;
  right: 20px;
  font-size: 2.8rem;
}
.account.enhanced-dashboard.epicor_lists-lists-edit #tab_content .collapsible-card .collapsible-card-content #customer_grid #list_customers .admin__data-grid-header a:hover,
.enhanced-dashboard.epicor_lists-lists-edit #tab_content .collapsible-card .collapsible-card-content #customer_grid #list_customers .admin__data-grid-header a:hover {
  background: none !important;
}
.account.enhanced-dashboard.epicor_lists-lists-edit #tab_content .collapsible-card .collapsible-card-content #customer_grid #list_customers .admin__data-grid-header a:hover:before,
.enhanced-dashboard.epicor_lists-lists-edit #tab_content .collapsible-card .collapsible-card-content #customer_grid #list_customers .admin__data-grid-header a:hover:before {
  background: none !important;
  color: #66cc66 !important;
}
.account.enhanced-dashboard.epicor_lists-lists-edit #tab_content .collapsible-card .collapsible-card-content #product_grid,
.enhanced-dashboard.epicor_lists-lists-edit #tab_content .collapsible-card .collapsible-card-content #product_grid {
  float: none !important;
}
.account.enhanced-dashboard.epicor_lists-lists-edit #tab_content .collapsible-card .collapsible-card-content .activedetails .fields-row .fieldset:first-child,
.enhanced-dashboard.epicor_lists-lists-edit #tab_content .collapsible-card .collapsible-card-content .activedetails .fields-row .fieldset:first-child {
  margin-left: 0px !important;
}
.account.enhanced-dashboard.epicor_lists-lists-edit #tab_content .collapsible-card .collapsible-card-content .activedetails .fields-row .fieldset:first-child #active,
.enhanced-dashboard.epicor_lists-lists-edit #tab_content .collapsible-card .collapsible-card-content .activedetails .fields-row .fieldset:first-child #active {
  width: 30px !important;
}
.account.enhanced-dashboard.epicor_lists-lists-edit #tab_content .collapsible-card .collapsible-card-content .formfileds,
.enhanced-dashboard.epicor_lists-lists-edit #tab_content .collapsible-card .collapsible-card-content .formfileds {
  padding: 15px 10px;
}
.account.enhanced-dashboard.epicor_lists-lists-edit #tab_content .collapsible-card .collapsible-card-content .formfileds .fields-row .fieldset,
.enhanced-dashboard.epicor_lists-lists-edit #tab_content .collapsible-card .collapsible-card-content .formfileds .fields-row .fieldset {
  display: block;
  width: 80%;
  margin-bottom: 10px;
}
.account.enhanced-dashboard.epicor_lists-lists-edit #tab_content .collapsible-card .collapsible-card-content .formfileds .fields-row .fieldset .field,
.enhanced-dashboard.epicor_lists-lists-edit #tab_content .collapsible-card .collapsible-card-content .formfileds .fields-row .fieldset .field {
  width: 25%;
  display: inline-block;
  padding: 0px;
  margin-bottom: 0px;
  float: left;
}
.account.enhanced-dashboard.epicor_lists-lists-edit #tab_content .collapsible-card .collapsible-card-content .formfileds .fields-row .fieldset .field.input,
.enhanced-dashboard.epicor_lists-lists-edit #tab_content .collapsible-card .collapsible-card-content .formfileds .fields-row .fieldset .field.input {
  width: 55%;
  display: inline-block;
  margin-bottom: 0px;
  padding: 0px;
  float: none;
}
.account.enhanced-dashboard.epicor_lists-lists-edit #tab_content .collapsible-card .collapsible-card-content .formfileds .fields-row .fieldset .field.input textarea,
.enhanced-dashboard.epicor_lists-lists-edit #tab_content .collapsible-card .collapsible-card-content .formfileds .fields-row .fieldset .field.input textarea,
.account.enhanced-dashboard.epicor_lists-lists-edit #tab_content .collapsible-card .collapsible-card-content .formfileds .fields-row .fieldset .field.input input,
.enhanced-dashboard.epicor_lists-lists-edit #tab_content .collapsible-card .collapsible-card-content .formfileds .fields-row .fieldset .field.input input,
.account.enhanced-dashboard.epicor_lists-lists-edit #tab_content .collapsible-card .collapsible-card-content .formfileds .fields-row .fieldset .field.input select,
.enhanced-dashboard.epicor_lists-lists-edit #tab_content .collapsible-card .collapsible-card-content .formfileds .fields-row .fieldset .field.input select {
  width: 100% !important;
}
.account.enhanced-dashboard.epicor_lists-lists-edit #tab_content .collapsible-card .collapsible-card-content .formfileds #settings_fields .fields-row .fieldset,
.enhanced-dashboard.epicor_lists-lists-edit #tab_content .collapsible-card .collapsible-card-content .formfileds #settings_fields .fields-row .fieldset {
  margin-left: 0px !important;
}
.account.enhanced-dashboard.epicor_lists-lists-edit #tab_content .collapsible-card .collapsible-card-content .formfileds #active_fields .fields-row .fieldset .field.input .validate-time,
.enhanced-dashboard.epicor_lists-lists-edit #tab_content .collapsible-card .collapsible-card-content .formfileds #active_fields .fields-row .fieldset .field.input .validate-time {
  width: 60px !important;
}
.account.enhanced-dashboard.epicor_lists-lists-edit #tab_content .entry-edit-head,
.enhanced-dashboard.epicor_lists-lists-edit #tab_content .entry-edit-head {
  display: none;
}
.account.enhanced-dashboard .columns div.page-title h1,
.enhanced-dashboard .columns div.page-title h1 {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 2.4rem;
  text-transform: uppercase;
}
.account.enhanced-dashboard .columns .page-title-wrapper,
.enhanced-dashboard .columns .page-title-wrapper {
  background: #ffffff;
  margin-top: 0px;
  margin-bottom: 20px;
  padding-left: 0px;
  margin-left: -15px;
  width: 105%;
}
.account.enhanced-dashboard .columns .page-title-wrapper .abs-status-desktop,
.enhanced-dashboard .columns .page-title-wrapper .abs-status-desktop,
.account.enhanced-dashboard .columns .page-title-wrapper .return-status,
.enhanced-dashboard .columns .page-title-wrapper .return-status,
.account.enhanced-dashboard .columns .page-title-wrapper .order-status,
.enhanced-dashboard .columns .page-title-wrapper .order-status {
  margin-left: 60px;
}
.account.enhanced-dashboard .columns .page-title-wrapper h1,
.enhanced-dashboard .columns .page-title-wrapper h1,
.account.enhanced-dashboard .columns .page-title-wrapper .page-title h1,
.enhanced-dashboard .columns .page-title-wrapper .page-title h1 {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 2.4rem;
  text-transform: uppercase;
}
.account.enhanced-dashboard .columns .page-title-wrapper h1.page-title,
.enhanced-dashboard .columns .page-title-wrapper h1.page-title {
  margin-bottom: 10px;
  font-weight: 600;
}
.account.enhanced-dashboard .columns .page-title-wrapper h1.page-title .base,
.enhanced-dashboard .columns .page-title-wrapper h1.page-title .base {
  font-size: 2.4rem;
  text-transform: uppercase;
  font-weight: 600;
}
.account.enhanced-dashboard .columns .breadcrumbs,
.enhanced-dashboard .columns .breadcrumbs {
  padding-left: 0px;
  margin-left: -15px;
  padding-top: 3px;
  padding-bottom: 3px;
  margin-top: 0px;
  margin-bottom: 0px;
  background: #ffffff;
  width: 105%;
}
.account.enhanced-dashboard .columns .breadcrumbs .items .item a,
.enhanced-dashboard .columns .breadcrumbs .items .item a {
  color: #006699;
  font-size: 1.4rem;
}
.account.enhanced-dashboard .columns .breadcrumbs .items .item strong,
.enhanced-dashboard .columns .breadcrumbs .items .item strong {
  font-size: 1.4rem;
}
.account.enhanced-dashboard .main-navigator-myacc,
.enhanced-dashboard .main-navigator-myacc {
  background: #f8f7f7;
}
.account.enhanced-dashboard .main-navigator-myacc #main-navigator,
.enhanced-dashboard .main-navigator-myacc #main-navigator {
  max-width: 1280px;
  margin: 0 auto;
}
.account.enhanced-dashboard .main-navigator-myacc a.account-links,
.enhanced-dashboard .main-navigator-myacc a.account-links {
  background: none;
  font-size: 1.8rem;
  border-radius: 0px;
  border: 0px;
  font-weight: 600;
  padding: 0px 15px;
  color: #000000;
}
.account.enhanced-dashboard .main-navigator-myacc a.account-links:hover,
.enhanced-dashboard .main-navigator-myacc a.account-links:hover {
  text-decoration: none;
  color: #006699;
}
.account.enhanced-dashboard .main-navigator-myacc a.account-links.active-myacc-mainnav,
.enhanced-dashboard .main-navigator-myacc a.account-links.active-myacc-mainnav {
  color: #006699;
}
.account.enhanced-dashboard .header-wrapper-content .header-wrapper-bottom .header.content .header-main-menu .column.main,
.enhanced-dashboard .header-wrapper-content .header-wrapper-bottom .header.content .header-main-menu .column.main {
  background: none;
  padding: 0px;
  margin-top: 0px;
}
.account.enhanced-dashboard.page-layout-2columns-left .sidebar-main,
.enhanced-dashboard.page-layout-2columns-left .sidebar-main {
  margin-top: 50px;
  background: #ffffff;
}
.account.enhanced-dashboard.page-layout-2columns-left .sidebar-main .block-collapsible-nav .title.block-collapsible-nav-title,
.enhanced-dashboard.page-layout-2columns-left .sidebar-main .block-collapsible-nav .title.block-collapsible-nav-title {
  display: none;
}
.account.enhanced-dashboard .block-collapsible-nav,
.enhanced-dashboard .block-collapsible-nav {
  margin-top: 30px;
}
.account.enhanced-dashboard .block-collapsible-nav .content,
.enhanced-dashboard .block-collapsible-nav .content {
  background: none;
}
.account.enhanced-dashboard .block-collapsible-nav .content .item a,
.enhanced-dashboard .block-collapsible-nav .content .item a {
  text-decoration: none;
  color: #000000;
  font-size: 1.8rem;
  border: 0px;
}
.account.enhanced-dashboard .block-collapsible-nav .content .item a:hover,
.enhanced-dashboard .block-collapsible-nav .content .item a:hover {
  text-decoration: none;
  background: none;
  color: #006699;
}
.account.enhanced-dashboard .block-collapsible-nav .content .item.current > strong,
.enhanced-dashboard .block-collapsible-nav .content .item.current > strong,
.account.enhanced-dashboard .block-collapsible-nav .content .item.current a,
.enhanced-dashboard .block-collapsible-nav .content .item.current a,
.account.enhanced-dashboard .block-collapsible-nav .content .item strong,
.enhanced-dashboard .block-collapsible-nav .content .item strong {
  background: none;
  color: #006699;
  border: 0px;
  font-size: 1.8rem;
}
.account.enhanced-dashboard .page-main .block,
.enhanced-dashboard .page-main .block {
  background: #ffffff;
  border-radius: 3px;
  box-shadow: 0px 0px 6px #d5d5d5;
  padding: 10px;
  position: relative;
  font-family: 'Source Sans Pro' !important;
  margin-bottom: 20px;
}
.account.enhanced-dashboard .page-main .block .block-content,
.enhanced-dashboard .page-main .block .block-content {
  position: relative;
}
.account.enhanced-dashboard .footer-upper .block,
.enhanced-dashboard .footer-upper .block {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  background: none;
  border: 0px;
}
.account.enhanced-dashboard .page-footer .footer.content .columns .column.main,
.enhanced-dashboard .page-footer .footer.content .columns .column.main {
  background: none;
  margin-top: 0px;
}
.account.enhanced-dashboard .block-dashboard-info .block-title,
.enhanced-dashboard .block-dashboard-info .block-title,
.account.enhanced-dashboard .abs-account-blocks .block-title,
.enhanced-dashboard .abs-account-blocks .block-title,
.account.enhanced-dashboard .legend,
.enhanced-dashboard .legend,
.account.enhanced-dashboard .form-giftregistry-search .legend,
.enhanced-dashboard .form-giftregistry-search .legend,
.account.enhanced-dashboard .block-giftregistry-results .block-title,
.enhanced-dashboard .block-giftregistry-results .block-title,
.account.enhanced-dashboard .block-giftregistry-shared-items .block-title,
.enhanced-dashboard .block-giftregistry-shared-items .block-title,
.account.enhanced-dashboard .block-wishlist-search-form .block-title,
.enhanced-dashboard .block-wishlist-search-form .block-title,
.account.enhanced-dashboard .block-wishlist-search-results .block-title,
.enhanced-dashboard .block-wishlist-search-results .block-title,
.account.enhanced-dashboard .multicheckout .block-title,
.enhanced-dashboard .multicheckout .block-title,
.account.enhanced-dashboard .multicheckout .block-content .title,
.enhanced-dashboard .multicheckout .block-content .title,
.account.enhanced-dashboard .customer-review .review-details .title,
.enhanced-dashboard .customer-review .review-details .title,
.account.enhanced-dashboard .paypal-review .block .block-title,
.enhanced-dashboard .paypal-review .block .block-title,
.account.enhanced-dashboard .column.main .block:not(.widget) .block-title,
.enhanced-dashboard .column.main .block:not(.widget) .block-title,
.account.enhanced-dashboard .multicheckout .block-title,
.enhanced-dashboard .multicheckout .block-title,
.account.enhanced-dashboard .magento-rma-guest-returns .column.main .block:not(.widget) .block-title,
.enhanced-dashboard .magento-rma-guest-returns .column.main .block:not(.widget) .block-title,
.account.enhanced-dashboard [class^='sales-guest-'] .column.main .block:not(.widget) .block-title,
.enhanced-dashboard [class^='sales-guest-'] .column.main .block:not(.widget) .block-title,
.account.enhanced-dashboard .sales-guest-view .column.main .block:not(.widget) .block-title,
.enhanced-dashboard .sales-guest-view .column.main .block:not(.widget) .block-title,
.account.enhanced-dashboard.customer-account-index .box-account.box-recent .box-head h2,
.enhanced-dashboard.customer-account-index .box-account.box-recent .box-head h2,
.account.enhanced-dashboard.customer-account-index .box-account.box-recent .box-head,
.enhanced-dashboard.customer-account-index .box-account.box-recent .box-head,
.account.enhanced-dashboard .magento-payments-review .block .block-title,
.enhanced-dashboard .magento-payments-review .block .block-title,
.account.enhanced-dashboard .paypal-review .block .block-title,
.enhanced-dashboard .paypal-review .block .block-title,
.account.enhanced-dashboard .account .column.main .block:not(.widget) .block-title,
.enhanced-dashboard .account .column.main .block:not(.widget) .block-title,
.account.enhanced-dashboard .multicheckout .block-title,
.enhanced-dashboard .multicheckout .block-title,
.account.enhanced-dashboard .magento-rma-guest-returns .column.main .block:not(.widget) .block-title,
.enhanced-dashboard .magento-rma-guest-returns .column.main .block:not(.widget) .block-title,
.account.enhanced-dashboard [class^='sales-guest-'] .column.main .block:not(.widget) .block-title,
.enhanced-dashboard [class^='sales-guest-'] .column.main .block:not(.widget) .block-title,
.account.enhanced-dashboard .sales-guest-view .column.main .block:not(.widget) .block-title,
.enhanced-dashboard .sales-guest-view .column.main .block:not(.widget) .block-title {
  background: none !important;
  font-size: 2.0rem !important;
  font-family: 'Source Sans Pro' !important;
  color: #363636;
  text-transform: uppercase !important;
  padding-left: 0px;
  border: 0px;
  margin-bottom: 5px;
  font-weight: 600 !important;
}
.account.enhanced-dashboard .block-dashboard-info .block-title strong,
.enhanced-dashboard .block-dashboard-info .block-title strong,
.account.enhanced-dashboard .abs-account-blocks .block-title strong,
.enhanced-dashboard .abs-account-blocks .block-title strong,
.account.enhanced-dashboard .legend strong,
.enhanced-dashboard .legend strong,
.account.enhanced-dashboard .form-giftregistry-search .legend strong,
.enhanced-dashboard .form-giftregistry-search .legend strong,
.account.enhanced-dashboard .block-giftregistry-results .block-title strong,
.enhanced-dashboard .block-giftregistry-results .block-title strong,
.account.enhanced-dashboard .block-giftregistry-shared-items .block-title strong,
.enhanced-dashboard .block-giftregistry-shared-items .block-title strong,
.account.enhanced-dashboard .block-wishlist-search-form .block-title strong,
.enhanced-dashboard .block-wishlist-search-form .block-title strong,
.account.enhanced-dashboard .block-wishlist-search-results .block-title strong,
.enhanced-dashboard .block-wishlist-search-results .block-title strong,
.account.enhanced-dashboard .multicheckout .block-title strong,
.enhanced-dashboard .multicheckout .block-title strong,
.account.enhanced-dashboard .multicheckout .block-content .title strong,
.enhanced-dashboard .multicheckout .block-content .title strong,
.account.enhanced-dashboard .customer-review .review-details .title strong,
.enhanced-dashboard .customer-review .review-details .title strong,
.account.enhanced-dashboard .paypal-review .block .block-title strong,
.enhanced-dashboard .paypal-review .block .block-title strong,
.account.enhanced-dashboard .column.main .block:not(.widget) .block-title strong,
.enhanced-dashboard .column.main .block:not(.widget) .block-title strong,
.account.enhanced-dashboard .multicheckout .block-title strong,
.enhanced-dashboard .multicheckout .block-title strong,
.account.enhanced-dashboard .magento-rma-guest-returns .column.main .block:not(.widget) .block-title strong,
.enhanced-dashboard .magento-rma-guest-returns .column.main .block:not(.widget) .block-title strong,
.account.enhanced-dashboard [class^='sales-guest-'] .column.main .block:not(.widget) .block-title strong,
.enhanced-dashboard [class^='sales-guest-'] .column.main .block:not(.widget) .block-title strong,
.account.enhanced-dashboard .sales-guest-view .column.main .block:not(.widget) .block-title strong,
.enhanced-dashboard .sales-guest-view .column.main .block:not(.widget) .block-title strong,
.account.enhanced-dashboard.customer-account-index .box-account.box-recent .box-head h2 strong,
.enhanced-dashboard.customer-account-index .box-account.box-recent .box-head h2 strong,
.account.enhanced-dashboard.customer-account-index .box-account.box-recent .box-head strong,
.enhanced-dashboard.customer-account-index .box-account.box-recent .box-head strong,
.account.enhanced-dashboard .magento-payments-review .block .block-title strong,
.enhanced-dashboard .magento-payments-review .block .block-title strong,
.account.enhanced-dashboard .paypal-review .block .block-title strong,
.enhanced-dashboard .paypal-review .block .block-title strong,
.account.enhanced-dashboard .account .column.main .block:not(.widget) .block-title strong,
.enhanced-dashboard .account .column.main .block:not(.widget) .block-title strong,
.account.enhanced-dashboard .multicheckout .block-title strong,
.enhanced-dashboard .multicheckout .block-title strong,
.account.enhanced-dashboard .magento-rma-guest-returns .column.main .block:not(.widget) .block-title strong,
.enhanced-dashboard .magento-rma-guest-returns .column.main .block:not(.widget) .block-title strong,
.account.enhanced-dashboard [class^='sales-guest-'] .column.main .block:not(.widget) .block-title strong,
.enhanced-dashboard [class^='sales-guest-'] .column.main .block:not(.widget) .block-title strong,
.account.enhanced-dashboard .sales-guest-view .column.main .block:not(.widget) .block-title strong,
.enhanced-dashboard .sales-guest-view .column.main .block:not(.widget) .block-title strong {
  font-size: 2.0rem !important;
  color: #363636;
  text-transform: uppercase !important;
  font-family: 'Source Sans Pro' !important;
  padding-left: 0px;
  font-weight: 600 !important;
}
.account.enhanced-dashboard .block-dashboard-info .block-title .action.edit,
.enhanced-dashboard .block-dashboard-info .block-title .action.edit,
.account.enhanced-dashboard .abs-account-blocks .block-title .action.edit,
.enhanced-dashboard .abs-account-blocks .block-title .action.edit,
.account.enhanced-dashboard .legend .action.edit,
.enhanced-dashboard .legend .action.edit,
.account.enhanced-dashboard .form-giftregistry-search .legend .action.edit,
.enhanced-dashboard .form-giftregistry-search .legend .action.edit,
.account.enhanced-dashboard .block-giftregistry-results .block-title .action.edit,
.enhanced-dashboard .block-giftregistry-results .block-title .action.edit,
.account.enhanced-dashboard .block-giftregistry-shared-items .block-title .action.edit,
.enhanced-dashboard .block-giftregistry-shared-items .block-title .action.edit,
.account.enhanced-dashboard .block-wishlist-search-form .block-title .action.edit,
.enhanced-dashboard .block-wishlist-search-form .block-title .action.edit,
.account.enhanced-dashboard .block-wishlist-search-results .block-title .action.edit,
.enhanced-dashboard .block-wishlist-search-results .block-title .action.edit,
.account.enhanced-dashboard .multicheckout .block-title .action.edit,
.enhanced-dashboard .multicheckout .block-title .action.edit,
.account.enhanced-dashboard .multicheckout .block-content .title .action.edit,
.enhanced-dashboard .multicheckout .block-content .title .action.edit,
.account.enhanced-dashboard .customer-review .review-details .title .action.edit,
.enhanced-dashboard .customer-review .review-details .title .action.edit,
.account.enhanced-dashboard .paypal-review .block .block-title .action.edit,
.enhanced-dashboard .paypal-review .block .block-title .action.edit,
.account.enhanced-dashboard .column.main .block:not(.widget) .block-title .action.edit,
.enhanced-dashboard .column.main .block:not(.widget) .block-title .action.edit,
.account.enhanced-dashboard .multicheckout .block-title .action.edit,
.enhanced-dashboard .multicheckout .block-title .action.edit,
.account.enhanced-dashboard .magento-rma-guest-returns .column.main .block:not(.widget) .block-title .action.edit,
.enhanced-dashboard .magento-rma-guest-returns .column.main .block:not(.widget) .block-title .action.edit,
.account.enhanced-dashboard [class^='sales-guest-'] .column.main .block:not(.widget) .block-title .action.edit,
.enhanced-dashboard [class^='sales-guest-'] .column.main .block:not(.widget) .block-title .action.edit,
.account.enhanced-dashboard .sales-guest-view .column.main .block:not(.widget) .block-title .action.edit,
.enhanced-dashboard .sales-guest-view .column.main .block:not(.widget) .block-title .action.edit,
.account.enhanced-dashboard.customer-account-index .box-account.box-recent .box-head h2 .action.edit,
.enhanced-dashboard.customer-account-index .box-account.box-recent .box-head h2 .action.edit,
.account.enhanced-dashboard.customer-account-index .box-account.box-recent .box-head .action.edit,
.enhanced-dashboard.customer-account-index .box-account.box-recent .box-head .action.edit,
.account.enhanced-dashboard .block-dashboard-info .block-title .action.view,
.enhanced-dashboard .block-dashboard-info .block-title .action.view,
.account.enhanced-dashboard .abs-account-blocks .block-title .action.view,
.enhanced-dashboard .abs-account-blocks .block-title .action.view,
.account.enhanced-dashboard .legend .action.view,
.enhanced-dashboard .legend .action.view,
.account.enhanced-dashboard .form-giftregistry-search .legend .action.view,
.enhanced-dashboard .form-giftregistry-search .legend .action.view,
.account.enhanced-dashboard .block-giftregistry-results .block-title .action.view,
.enhanced-dashboard .block-giftregistry-results .block-title .action.view,
.account.enhanced-dashboard .block-giftregistry-shared-items .block-title .action.view,
.enhanced-dashboard .block-giftregistry-shared-items .block-title .action.view,
.account.enhanced-dashboard .block-wishlist-search-form .block-title .action.view,
.enhanced-dashboard .block-wishlist-search-form .block-title .action.view,
.account.enhanced-dashboard .block-wishlist-search-results .block-title .action.view,
.enhanced-dashboard .block-wishlist-search-results .block-title .action.view,
.account.enhanced-dashboard .multicheckout .block-title .action.view,
.enhanced-dashboard .multicheckout .block-title .action.view,
.account.enhanced-dashboard .multicheckout .block-content .title .action.view,
.enhanced-dashboard .multicheckout .block-content .title .action.view,
.account.enhanced-dashboard .customer-review .review-details .title .action.view,
.enhanced-dashboard .customer-review .review-details .title .action.view,
.account.enhanced-dashboard .paypal-review .block .block-title .action.view,
.enhanced-dashboard .paypal-review .block .block-title .action.view,
.account.enhanced-dashboard .column.main .block:not(.widget) .block-title .action.view,
.enhanced-dashboard .column.main .block:not(.widget) .block-title .action.view,
.account.enhanced-dashboard .multicheckout .block-title .action.view,
.enhanced-dashboard .multicheckout .block-title .action.view,
.account.enhanced-dashboard .magento-rma-guest-returns .column.main .block:not(.widget) .block-title .action.view,
.enhanced-dashboard .magento-rma-guest-returns .column.main .block:not(.widget) .block-title .action.view,
.account.enhanced-dashboard [class^='sales-guest-'] .column.main .block:not(.widget) .block-title .action.view,
.enhanced-dashboard [class^='sales-guest-'] .column.main .block:not(.widget) .block-title .action.view,
.account.enhanced-dashboard .sales-guest-view .column.main .block:not(.widget) .block-title .action.view,
.enhanced-dashboard .sales-guest-view .column.main .block:not(.widget) .block-title .action.view,
.account.enhanced-dashboard.customer-account-index .box-account.box-recent .box-head h2 .action.view,
.enhanced-dashboard.customer-account-index .box-account.box-recent .box-head h2 .action.view,
.account.enhanced-dashboard.customer-account-index .box-account.box-recent .box-head .action.view,
.enhanced-dashboard.customer-account-index .box-account.box-recent .box-head .action.view,
.account.enhanced-dashboard .block-dashboard-info .block-title a,
.enhanced-dashboard .block-dashboard-info .block-title a,
.account.enhanced-dashboard .abs-account-blocks .block-title a,
.enhanced-dashboard .abs-account-blocks .block-title a,
.account.enhanced-dashboard .legend a,
.enhanced-dashboard .legend a,
.account.enhanced-dashboard .form-giftregistry-search .legend a,
.enhanced-dashboard .form-giftregistry-search .legend a,
.account.enhanced-dashboard .block-giftregistry-results .block-title a,
.enhanced-dashboard .block-giftregistry-results .block-title a,
.account.enhanced-dashboard .block-giftregistry-shared-items .block-title a,
.enhanced-dashboard .block-giftregistry-shared-items .block-title a,
.account.enhanced-dashboard .block-wishlist-search-form .block-title a,
.enhanced-dashboard .block-wishlist-search-form .block-title a,
.account.enhanced-dashboard .block-wishlist-search-results .block-title a,
.enhanced-dashboard .block-wishlist-search-results .block-title a,
.account.enhanced-dashboard .multicheckout .block-title a,
.enhanced-dashboard .multicheckout .block-title a,
.account.enhanced-dashboard .multicheckout .block-content .title a,
.enhanced-dashboard .multicheckout .block-content .title a,
.account.enhanced-dashboard .customer-review .review-details .title a,
.enhanced-dashboard .customer-review .review-details .title a,
.account.enhanced-dashboard .paypal-review .block .block-title a,
.enhanced-dashboard .paypal-review .block .block-title a,
.account.enhanced-dashboard .column.main .block:not(.widget) .block-title a,
.enhanced-dashboard .column.main .block:not(.widget) .block-title a,
.account.enhanced-dashboard .multicheckout .block-title a,
.enhanced-dashboard .multicheckout .block-title a,
.account.enhanced-dashboard .magento-rma-guest-returns .column.main .block:not(.widget) .block-title a,
.enhanced-dashboard .magento-rma-guest-returns .column.main .block:not(.widget) .block-title a,
.account.enhanced-dashboard [class^='sales-guest-'] .column.main .block:not(.widget) .block-title a,
.enhanced-dashboard [class^='sales-guest-'] .column.main .block:not(.widget) .block-title a,
.account.enhanced-dashboard .sales-guest-view .column.main .block:not(.widget) .block-title a,
.enhanced-dashboard .sales-guest-view .column.main .block:not(.widget) .block-title a,
.account.enhanced-dashboard.customer-account-index .box-account.box-recent .box-head h2 a,
.enhanced-dashboard.customer-account-index .box-account.box-recent .box-head h2 a,
.account.enhanced-dashboard.customer-account-index .box-account.box-recent .box-head a,
.enhanced-dashboard.customer-account-index .box-account.box-recent .box-head a,
.account.enhanced-dashboard .magento-payments-review .block .block-title .action.edit,
.enhanced-dashboard .magento-payments-review .block .block-title .action.edit,
.account.enhanced-dashboard .magento-payments-review .block .block-title .action.view,
.enhanced-dashboard .magento-payments-review .block .block-title .action.view,
.account.enhanced-dashboard .magento-payments-review .block .block-title a,
.enhanced-dashboard .magento-payments-review .block .block-title a,
.account.enhanced-dashboard .paypal-review .block .block-title .action.edit,
.enhanced-dashboard .paypal-review .block .block-title .action.edit,
.account.enhanced-dashboard .paypal-review .block .block-title .action.view,
.enhanced-dashboard .paypal-review .block .block-title .action.view,
.account.enhanced-dashboard .paypal-review .block .block-title a,
.enhanced-dashboard .paypal-review .block .block-title a,
.account.enhanced-dashboard .account .column.main .block:not(.widget) .block-title .action.edit,
.enhanced-dashboard .account .column.main .block:not(.widget) .block-title .action.edit,
.account.enhanced-dashboard .account .column.main .block:not(.widget) .block-title .action.view,
.enhanced-dashboard .account .column.main .block:not(.widget) .block-title .action.view,
.account.enhanced-dashboard .account .column.main .block:not(.widget) .block-title a,
.enhanced-dashboard .account .column.main .block:not(.widget) .block-title a,
.account.enhanced-dashboard .multicheckout .block-title .action.edit,
.enhanced-dashboard .multicheckout .block-title .action.edit,
.account.enhanced-dashboard .multicheckout .block-title .action.view,
.enhanced-dashboard .multicheckout .block-title .action.view,
.account.enhanced-dashboard .multicheckout .block-title a,
.enhanced-dashboard .multicheckout .block-title a,
.account.enhanced-dashboard .magento-rma-guest-returns .column.main .block:not(.widget) .block-title .action.edit,
.enhanced-dashboard .magento-rma-guest-returns .column.main .block:not(.widget) .block-title .action.edit,
.account.enhanced-dashboard .magento-rma-guest-returns .column.main .block:not(.widget) .block-title .action.view,
.enhanced-dashboard .magento-rma-guest-returns .column.main .block:not(.widget) .block-title .action.view,
.account.enhanced-dashboard .magento-rma-guest-returns .column.main .block:not(.widget) .block-title a,
.enhanced-dashboard .magento-rma-guest-returns .column.main .block:not(.widget) .block-title a,
.account.enhanced-dashboard [class^='sales-guest-'] .column.main .block:not(.widget) .block-title .action.edit,
.enhanced-dashboard [class^='sales-guest-'] .column.main .block:not(.widget) .block-title .action.edit,
.account.enhanced-dashboard [class^='sales-guest-'] .column.main .block:not(.widget) .block-title .action.view,
.enhanced-dashboard [class^='sales-guest-'] .column.main .block:not(.widget) .block-title .action.view,
.account.enhanced-dashboard [class^='sales-guest-'] .column.main .block:not(.widget) .block-title a,
.enhanced-dashboard [class^='sales-guest-'] .column.main .block:not(.widget) .block-title a,
.account.enhanced-dashboard .sales-guest-view .column.main .block:not(.widget) .block-title .action.edit,
.enhanced-dashboard .sales-guest-view .column.main .block:not(.widget) .block-title .action.edit,
.account.enhanced-dashboard .sales-guest-view .column.main .block:not(.widget) .block-title .action.view,
.enhanced-dashboard .sales-guest-view .column.main .block:not(.widget) .block-title .action.view,
.account.enhanced-dashboard .sales-guest-view .column.main .block:not(.widget) .block-title a,
.enhanced-dashboard .sales-guest-view .column.main .block:not(.widget) .block-title a {
  background: #ffffff;
  color: #006699;
  font-size: 1.4rem;
  padding: 8px 13px !important;
  border-radius: 3px;
  height: auto !important;
  text-decoration: none;
  text-transform: capitalize !important;
  font-family: 'Source Sans Pro' !important;
  position: absolute;
  border: 1px solid #006699;
  top: 15px;
  right: 20px;
}
.account.enhanced-dashboard .block-dashboard-info .block-title .action.edit:hover,
.enhanced-dashboard .block-dashboard-info .block-title .action.edit:hover,
.account.enhanced-dashboard .abs-account-blocks .block-title .action.edit:hover,
.enhanced-dashboard .abs-account-blocks .block-title .action.edit:hover,
.account.enhanced-dashboard .legend .action.edit:hover,
.enhanced-dashboard .legend .action.edit:hover,
.account.enhanced-dashboard .form-giftregistry-search .legend .action.edit:hover,
.enhanced-dashboard .form-giftregistry-search .legend .action.edit:hover,
.account.enhanced-dashboard .block-giftregistry-results .block-title .action.edit:hover,
.enhanced-dashboard .block-giftregistry-results .block-title .action.edit:hover,
.account.enhanced-dashboard .block-giftregistry-shared-items .block-title .action.edit:hover,
.enhanced-dashboard .block-giftregistry-shared-items .block-title .action.edit:hover,
.account.enhanced-dashboard .block-wishlist-search-form .block-title .action.edit:hover,
.enhanced-dashboard .block-wishlist-search-form .block-title .action.edit:hover,
.account.enhanced-dashboard .block-wishlist-search-results .block-title .action.edit:hover,
.enhanced-dashboard .block-wishlist-search-results .block-title .action.edit:hover,
.account.enhanced-dashboard .multicheckout .block-title .action.edit:hover,
.enhanced-dashboard .multicheckout .block-title .action.edit:hover,
.account.enhanced-dashboard .multicheckout .block-content .title .action.edit:hover,
.enhanced-dashboard .multicheckout .block-content .title .action.edit:hover,
.account.enhanced-dashboard .customer-review .review-details .title .action.edit:hover,
.enhanced-dashboard .customer-review .review-details .title .action.edit:hover,
.account.enhanced-dashboard .paypal-review .block .block-title .action.edit:hover,
.enhanced-dashboard .paypal-review .block .block-title .action.edit:hover,
.account.enhanced-dashboard .column.main .block:not(.widget) .block-title .action.edit:hover,
.enhanced-dashboard .column.main .block:not(.widget) .block-title .action.edit:hover,
.account.enhanced-dashboard .multicheckout .block-title .action.edit:hover,
.enhanced-dashboard .multicheckout .block-title .action.edit:hover,
.account.enhanced-dashboard .magento-rma-guest-returns .column.main .block:not(.widget) .block-title .action.edit:hover,
.enhanced-dashboard .magento-rma-guest-returns .column.main .block:not(.widget) .block-title .action.edit:hover,
.account.enhanced-dashboard [class^='sales-guest-'] .column.main .block:not(.widget) .block-title .action.edit:hover,
.enhanced-dashboard [class^='sales-guest-'] .column.main .block:not(.widget) .block-title .action.edit:hover,
.account.enhanced-dashboard .sales-guest-view .column.main .block:not(.widget) .block-title .action.edit:hover,
.enhanced-dashboard .sales-guest-view .column.main .block:not(.widget) .block-title .action.edit:hover,
.account.enhanced-dashboard.customer-account-index .box-account.box-recent .box-head h2 .action.edit:hover,
.enhanced-dashboard.customer-account-index .box-account.box-recent .box-head h2 .action.edit:hover,
.account.enhanced-dashboard.customer-account-index .box-account.box-recent .box-head .action.edit:hover,
.enhanced-dashboard.customer-account-index .box-account.box-recent .box-head .action.edit:hover,
.account.enhanced-dashboard .block-dashboard-info .block-title .action.view:hover,
.enhanced-dashboard .block-dashboard-info .block-title .action.view:hover,
.account.enhanced-dashboard .abs-account-blocks .block-title .action.view:hover,
.enhanced-dashboard .abs-account-blocks .block-title .action.view:hover,
.account.enhanced-dashboard .legend .action.view:hover,
.enhanced-dashboard .legend .action.view:hover,
.account.enhanced-dashboard .form-giftregistry-search .legend .action.view:hover,
.enhanced-dashboard .form-giftregistry-search .legend .action.view:hover,
.account.enhanced-dashboard .block-giftregistry-results .block-title .action.view:hover,
.enhanced-dashboard .block-giftregistry-results .block-title .action.view:hover,
.account.enhanced-dashboard .block-giftregistry-shared-items .block-title .action.view:hover,
.enhanced-dashboard .block-giftregistry-shared-items .block-title .action.view:hover,
.account.enhanced-dashboard .block-wishlist-search-form .block-title .action.view:hover,
.enhanced-dashboard .block-wishlist-search-form .block-title .action.view:hover,
.account.enhanced-dashboard .block-wishlist-search-results .block-title .action.view:hover,
.enhanced-dashboard .block-wishlist-search-results .block-title .action.view:hover,
.account.enhanced-dashboard .multicheckout .block-title .action.view:hover,
.enhanced-dashboard .multicheckout .block-title .action.view:hover,
.account.enhanced-dashboard .multicheckout .block-content .title .action.view:hover,
.enhanced-dashboard .multicheckout .block-content .title .action.view:hover,
.account.enhanced-dashboard .customer-review .review-details .title .action.view:hover,
.enhanced-dashboard .customer-review .review-details .title .action.view:hover,
.account.enhanced-dashboard .paypal-review .block .block-title .action.view:hover,
.enhanced-dashboard .paypal-review .block .block-title .action.view:hover,
.account.enhanced-dashboard .column.main .block:not(.widget) .block-title .action.view:hover,
.enhanced-dashboard .column.main .block:not(.widget) .block-title .action.view:hover,
.account.enhanced-dashboard .multicheckout .block-title .action.view:hover,
.enhanced-dashboard .multicheckout .block-title .action.view:hover,
.account.enhanced-dashboard .magento-rma-guest-returns .column.main .block:not(.widget) .block-title .action.view:hover,
.enhanced-dashboard .magento-rma-guest-returns .column.main .block:not(.widget) .block-title .action.view:hover,
.account.enhanced-dashboard [class^='sales-guest-'] .column.main .block:not(.widget) .block-title .action.view:hover,
.enhanced-dashboard [class^='sales-guest-'] .column.main .block:not(.widget) .block-title .action.view:hover,
.account.enhanced-dashboard .sales-guest-view .column.main .block:not(.widget) .block-title .action.view:hover,
.enhanced-dashboard .sales-guest-view .column.main .block:not(.widget) .block-title .action.view:hover,
.account.enhanced-dashboard.customer-account-index .box-account.box-recent .box-head h2 .action.view:hover,
.enhanced-dashboard.customer-account-index .box-account.box-recent .box-head h2 .action.view:hover,
.account.enhanced-dashboard.customer-account-index .box-account.box-recent .box-head .action.view:hover,
.enhanced-dashboard.customer-account-index .box-account.box-recent .box-head .action.view:hover,
.account.enhanced-dashboard .block-dashboard-info .block-title a:hover,
.enhanced-dashboard .block-dashboard-info .block-title a:hover,
.account.enhanced-dashboard .abs-account-blocks .block-title a:hover,
.enhanced-dashboard .abs-account-blocks .block-title a:hover,
.account.enhanced-dashboard .legend a:hover,
.enhanced-dashboard .legend a:hover,
.account.enhanced-dashboard .form-giftregistry-search .legend a:hover,
.enhanced-dashboard .form-giftregistry-search .legend a:hover,
.account.enhanced-dashboard .block-giftregistry-results .block-title a:hover,
.enhanced-dashboard .block-giftregistry-results .block-title a:hover,
.account.enhanced-dashboard .block-giftregistry-shared-items .block-title a:hover,
.enhanced-dashboard .block-giftregistry-shared-items .block-title a:hover,
.account.enhanced-dashboard .block-wishlist-search-form .block-title a:hover,
.enhanced-dashboard .block-wishlist-search-form .block-title a:hover,
.account.enhanced-dashboard .block-wishlist-search-results .block-title a:hover,
.enhanced-dashboard .block-wishlist-search-results .block-title a:hover,
.account.enhanced-dashboard .multicheckout .block-title a:hover,
.enhanced-dashboard .multicheckout .block-title a:hover,
.account.enhanced-dashboard .multicheckout .block-content .title a:hover,
.enhanced-dashboard .multicheckout .block-content .title a:hover,
.account.enhanced-dashboard .customer-review .review-details .title a:hover,
.enhanced-dashboard .customer-review .review-details .title a:hover,
.account.enhanced-dashboard .paypal-review .block .block-title a:hover,
.enhanced-dashboard .paypal-review .block .block-title a:hover,
.account.enhanced-dashboard .column.main .block:not(.widget) .block-title a:hover,
.enhanced-dashboard .column.main .block:not(.widget) .block-title a:hover,
.account.enhanced-dashboard .multicheckout .block-title a:hover,
.enhanced-dashboard .multicheckout .block-title a:hover,
.account.enhanced-dashboard .magento-rma-guest-returns .column.main .block:not(.widget) .block-title a:hover,
.enhanced-dashboard .magento-rma-guest-returns .column.main .block:not(.widget) .block-title a:hover,
.account.enhanced-dashboard [class^='sales-guest-'] .column.main .block:not(.widget) .block-title a:hover,
.enhanced-dashboard [class^='sales-guest-'] .column.main .block:not(.widget) .block-title a:hover,
.account.enhanced-dashboard .sales-guest-view .column.main .block:not(.widget) .block-title a:hover,
.enhanced-dashboard .sales-guest-view .column.main .block:not(.widget) .block-title a:hover,
.account.enhanced-dashboard.customer-account-index .box-account.box-recent .box-head h2 a:hover,
.enhanced-dashboard.customer-account-index .box-account.box-recent .box-head h2 a:hover,
.account.enhanced-dashboard.customer-account-index .box-account.box-recent .box-head a:hover,
.enhanced-dashboard.customer-account-index .box-account.box-recent .box-head a:hover,
.account.enhanced-dashboard .magento-payments-review .block .block-title .action.edit:hover,
.enhanced-dashboard .magento-payments-review .block .block-title .action.edit:hover,
.account.enhanced-dashboard .magento-payments-review .block .block-title .action.view:hover,
.enhanced-dashboard .magento-payments-review .block .block-title .action.view:hover,
.account.enhanced-dashboard .magento-payments-review .block .block-title a:hover,
.enhanced-dashboard .magento-payments-review .block .block-title a:hover,
.account.enhanced-dashboard .paypal-review .block .block-title .action.edit:hover,
.enhanced-dashboard .paypal-review .block .block-title .action.edit:hover,
.account.enhanced-dashboard .paypal-review .block .block-title .action.view:hover,
.enhanced-dashboard .paypal-review .block .block-title .action.view:hover,
.account.enhanced-dashboard .paypal-review .block .block-title a:hover,
.enhanced-dashboard .paypal-review .block .block-title a:hover,
.account.enhanced-dashboard .account .column.main .block:not(.widget) .block-title .action.edit:hover,
.enhanced-dashboard .account .column.main .block:not(.widget) .block-title .action.edit:hover,
.account.enhanced-dashboard .account .column.main .block:not(.widget) .block-title .action.view:hover,
.enhanced-dashboard .account .column.main .block:not(.widget) .block-title .action.view:hover,
.account.enhanced-dashboard .account .column.main .block:not(.widget) .block-title a:hover,
.enhanced-dashboard .account .column.main .block:not(.widget) .block-title a:hover,
.account.enhanced-dashboard .multicheckout .block-title .action.edit:hover,
.enhanced-dashboard .multicheckout .block-title .action.edit:hover,
.account.enhanced-dashboard .multicheckout .block-title .action.view:hover,
.enhanced-dashboard .multicheckout .block-title .action.view:hover,
.account.enhanced-dashboard .multicheckout .block-title a:hover,
.enhanced-dashboard .multicheckout .block-title a:hover,
.account.enhanced-dashboard .magento-rma-guest-returns .column.main .block:not(.widget) .block-title .action.edit:hover,
.enhanced-dashboard .magento-rma-guest-returns .column.main .block:not(.widget) .block-title .action.edit:hover,
.account.enhanced-dashboard .magento-rma-guest-returns .column.main .block:not(.widget) .block-title .action.view:hover,
.enhanced-dashboard .magento-rma-guest-returns .column.main .block:not(.widget) .block-title .action.view:hover,
.account.enhanced-dashboard .magento-rma-guest-returns .column.main .block:not(.widget) .block-title a:hover,
.enhanced-dashboard .magento-rma-guest-returns .column.main .block:not(.widget) .block-title a:hover,
.account.enhanced-dashboard [class^='sales-guest-'] .column.main .block:not(.widget) .block-title .action.edit:hover,
.enhanced-dashboard [class^='sales-guest-'] .column.main .block:not(.widget) .block-title .action.edit:hover,
.account.enhanced-dashboard [class^='sales-guest-'] .column.main .block:not(.widget) .block-title .action.view:hover,
.enhanced-dashboard [class^='sales-guest-'] .column.main .block:not(.widget) .block-title .action.view:hover,
.account.enhanced-dashboard [class^='sales-guest-'] .column.main .block:not(.widget) .block-title a:hover,
.enhanced-dashboard [class^='sales-guest-'] .column.main .block:not(.widget) .block-title a:hover,
.account.enhanced-dashboard .sales-guest-view .column.main .block:not(.widget) .block-title .action.edit:hover,
.enhanced-dashboard .sales-guest-view .column.main .block:not(.widget) .block-title .action.edit:hover,
.account.enhanced-dashboard .sales-guest-view .column.main .block:not(.widget) .block-title .action.view:hover,
.enhanced-dashboard .sales-guest-view .column.main .block:not(.widget) .block-title .action.view:hover,
.account.enhanced-dashboard .sales-guest-view .column.main .block:not(.widget) .block-title a:hover,
.enhanced-dashboard .sales-guest-view .column.main .block:not(.widget) .block-title a:hover {
  background: #66cc66 !important;
  border: 1px solid #66cc66 !important;
  color: #ffffff;
  text-decoration: none;
}
.account.enhanced-dashboard.customerconnect-rfqs-linesearch.page-layout-empty .breadcrumbs,
.enhanced-dashboard.customerconnect-rfqs-linesearch.page-layout-empty .breadcrumbs,
.account.enhanced-dashboard.dealerconnect-quotes-linesearch.page-layout-empty .breadcrumbs,
.enhanced-dashboard.dealerconnect-quotes-linesearch.page-layout-empty .breadcrumbs,
.account.enhanced-dashboard.customerconnect-rfqs-linesearch.page-layout-empty .page-title #gotobackpage,
.enhanced-dashboard.customerconnect-rfqs-linesearch.page-layout-empty .page-title #gotobackpage,
.account.enhanced-dashboard.dealerconnect-quotes-linesearch.page-layout-empty .page-title #gotobackpage,
.enhanced-dashboard.dealerconnect-quotes-linesearch.page-layout-empty .page-title #gotobackpage {
  display: none !important;
}
.account.enhanced-dashboard.customerconnect-rfqs-linesearch.page-layout-empty .page-wrapper .page-main .columns .column.main,
.enhanced-dashboard.customerconnect-rfqs-linesearch.page-layout-empty .page-wrapper .page-main .columns .column.main,
.account.enhanced-dashboard.dealerconnect-quotes-linesearch.page-layout-empty .page-wrapper .page-main .columns .column.main,
.enhanced-dashboard.dealerconnect-quotes-linesearch.page-layout-empty .page-wrapper .page-main .columns .column.main {
  background: #ffffff;
  padding: 15px !important;
}
.account.enhanced-dashboard.customerconnect-rfqs-linesearch.page-layout-empty .page-wrapper .page-main .columns .column.main .quickorderpad,
.enhanced-dashboard.customerconnect-rfqs-linesearch.page-layout-empty .page-wrapper .page-main .columns .column.main .quickorderpad,
.account.enhanced-dashboard.dealerconnect-quotes-linesearch.page-layout-empty .page-wrapper .page-main .columns .column.main .quickorderpad,
.enhanced-dashboard.dealerconnect-quotes-linesearch.page-layout-empty .page-wrapper .page-main .columns .column.main .quickorderpad {
  background: none !important;
  border: 0px !important;
  box-shadow: none;
  background: #ffffff;
}
.account.enhanced-dashboard.customerconnect-rfqs-linesearch.page-layout-empty .page-wrapper .page-main .columns .column.main .quickorderpad .qop-search form,
.enhanced-dashboard.customerconnect-rfqs-linesearch.page-layout-empty .page-wrapper .page-main .columns .column.main .quickorderpad .qop-search form,
.account.enhanced-dashboard.dealerconnect-quotes-linesearch.page-layout-empty .page-wrapper .page-main .columns .column.main .quickorderpad .qop-search form,
.enhanced-dashboard.dealerconnect-quotes-linesearch.page-layout-empty .page-wrapper .page-main .columns .column.main .quickorderpad .qop-search form,
.account.enhanced-dashboard.customerconnect-rfqs-linesearch.page-layout-empty .page-wrapper .page-main .columns .column.main .quickorderpad .qop-search.csvincluded form,
.enhanced-dashboard.customerconnect-rfqs-linesearch.page-layout-empty .page-wrapper .page-main .columns .column.main .quickorderpad .qop-search.csvincluded form,
.account.enhanced-dashboard.dealerconnect-quotes-linesearch.page-layout-empty .page-wrapper .page-main .columns .column.main .quickorderpad .qop-search.csvincluded form,
.enhanced-dashboard.dealerconnect-quotes-linesearch.page-layout-empty .page-wrapper .page-main .columns .column.main .quickorderpad .qop-search.csvincluded form {
  background: none !important;
  border: 0px !important;
  box-shadow: none;
}
.account.enhanced-dashboard.customerconnect-rfqs-linesearch.page-layout-empty .page-wrapper .page-main .columns .column.main .quickorderpad .category-products .field.limiter,
.enhanced-dashboard.customerconnect-rfqs-linesearch.page-layout-empty .page-wrapper .page-main .columns .column.main .quickorderpad .category-products .field.limiter,
.account.enhanced-dashboard.dealerconnect-quotes-linesearch.page-layout-empty .page-wrapper .page-main .columns .column.main .quickorderpad .category-products .field.limiter,
.enhanced-dashboard.dealerconnect-quotes-linesearch.page-layout-empty .page-wrapper .page-main .columns .column.main .quickorderpad .category-products .field.limiter {
  top: -40px;
}
.account.enhanced-dashboard.customerconnect-rfqs-linesearch.page-layout-empty .page-title-wrapper .page-title,
.enhanced-dashboard.customerconnect-rfqs-linesearch.page-layout-empty .page-title-wrapper .page-title,
.account.enhanced-dashboard.dealerconnect-quotes-linesearch.page-layout-empty .page-title-wrapper .page-title,
.enhanced-dashboard.dealerconnect-quotes-linesearch.page-layout-empty .page-title-wrapper .page-title {
  display: none !important;
}
.account.enhanced-dashboard.customerconnect-rfqs-linesearch.page-layout-empty .qop-productlist .category-products #add_all_to_basket,
.enhanced-dashboard.customerconnect-rfqs-linesearch.page-layout-empty .qop-productlist .category-products #add_all_to_basket,
.account.enhanced-dashboard.dealerconnect-quotes-linesearch.page-layout-empty .qop-productlist .category-products #add_all_to_basket,
.enhanced-dashboard.dealerconnect-quotes-linesearch.page-layout-empty .qop-productlist .category-products #add_all_to_basket {
  margin-top: 0px;
  position: relative;
  top: 50px;
}
.account.enhanced-dashboard.customerconnect-rfqs-linesearch.page-layout-empty .qop-productlist .category-products .qop-list.data-table,
.enhanced-dashboard.customerconnect-rfqs-linesearch.page-layout-empty .qop-productlist .category-products .qop-list.data-table,
.account.enhanced-dashboard.dealerconnect-quotes-linesearch.page-layout-empty .qop-productlist .category-products .qop-list.data-table,
.enhanced-dashboard.dealerconnect-quotes-linesearch.page-layout-empty .qop-productlist .category-products .qop-list.data-table {
  margin-top: 50px;
}
.account.enhanced-dashboard.customerconnect-rfqs-linesearch.page-layout-empty .qop-productlist .category-products .toolbar.toolbar-products:nth-child(1) .field.limiter,
.enhanced-dashboard.customerconnect-rfqs-linesearch.page-layout-empty .qop-productlist .category-products .toolbar.toolbar-products:nth-child(1) .field.limiter,
.account.enhanced-dashboard.dealerconnect-quotes-linesearch.page-layout-empty .qop-productlist .category-products .toolbar.toolbar-products:nth-child(1) .field.limiter,
.enhanced-dashboard.dealerconnect-quotes-linesearch.page-layout-empty .qop-productlist .category-products .toolbar.toolbar-products:nth-child(1) .field.limiter {
  float: left;
  position: static;
  display: block !important;
}
.account.enhanced-dashboard.customerconnect-rfqs-linesearch.page-layout-empty .qop-productlist .category-products .toolbar.toolbar-products:nth-child(1) .plp-heading,
.enhanced-dashboard.customerconnect-rfqs-linesearch.page-layout-empty .qop-productlist .category-products .toolbar.toolbar-products:nth-child(1) .plp-heading,
.account.enhanced-dashboard.dealerconnect-quotes-linesearch.page-layout-empty .qop-productlist .category-products .toolbar.toolbar-products:nth-child(1) .plp-heading,
.enhanced-dashboard.dealerconnect-quotes-linesearch.page-layout-empty .qop-productlist .category-products .toolbar.toolbar-products:nth-child(1) .plp-heading,
.account.enhanced-dashboard.customerconnect-rfqs-linesearch.page-layout-empty .qop-productlist .category-products .toolbar.toolbar-products:nth-child(1) .qop-sort.toolbar-sorter,
.enhanced-dashboard.customerconnect-rfqs-linesearch.page-layout-empty .qop-productlist .category-products .toolbar.toolbar-products:nth-child(1) .qop-sort.toolbar-sorter,
.account.enhanced-dashboard.dealerconnect-quotes-linesearch.page-layout-empty .qop-productlist .category-products .toolbar.toolbar-products:nth-child(1) .qop-sort.toolbar-sorter,
.enhanced-dashboard.dealerconnect-quotes-linesearch.page-layout-empty .qop-productlist .category-products .toolbar.toolbar-products:nth-child(1) .qop-sort.toolbar-sorter,
.account.enhanced-dashboard.customerconnect-rfqs-linesearch.page-layout-empty .qop-productlist .category-products .toolbar.toolbar-products:nth-child(1) .pages,
.enhanced-dashboard.customerconnect-rfqs-linesearch.page-layout-empty .qop-productlist .category-products .toolbar.toolbar-products:nth-child(1) .pages,
.account.enhanced-dashboard.dealerconnect-quotes-linesearch.page-layout-empty .qop-productlist .category-products .toolbar.toolbar-products:nth-child(1) .pages,
.enhanced-dashboard.dealerconnect-quotes-linesearch.page-layout-empty .qop-productlist .category-products .toolbar.toolbar-products:nth-child(1) .pages,
.account.enhanced-dashboard.customerconnect-rfqs-linesearch.page-layout-empty .qop-productlist .category-products .toolbar.toolbar-products:nth-child(1) .toolbar-amount,
.enhanced-dashboard.customerconnect-rfqs-linesearch.page-layout-empty .qop-productlist .category-products .toolbar.toolbar-products:nth-child(1) .toolbar-amount,
.account.enhanced-dashboard.dealerconnect-quotes-linesearch.page-layout-empty .qop-productlist .category-products .toolbar.toolbar-products:nth-child(1) .toolbar-amount,
.enhanced-dashboard.dealerconnect-quotes-linesearch.page-layout-empty .qop-productlist .category-products .toolbar.toolbar-products:nth-child(1) .toolbar-amount {
  display: none;
}
.account.enhanced-dashboard.customerconnect-rfqs-linesearch.page-layout-empty .qop-productlist .category-products .toolbar-products field.limiter,
.enhanced-dashboard.customerconnect-rfqs-linesearch.page-layout-empty .qop-productlist .category-products .toolbar-products field.limiter,
.account.enhanced-dashboard.dealerconnect-quotes-linesearch.page-layout-empty .qop-productlist .category-products .toolbar-products field.limiter,
.enhanced-dashboard.dealerconnect-quotes-linesearch.page-layout-empty .qop-productlist .category-products .toolbar-products field.limiter {
  display: none;
}
.account.enhanced-dashboard.customerconnect-rfqs-linesearch.page-layout-empty .qop-productlist .category-products .toolbar-products .pages,
.enhanced-dashboard.customerconnect-rfqs-linesearch.page-layout-empty .qop-productlist .category-products .toolbar-products .pages,
.account.enhanced-dashboard.dealerconnect-quotes-linesearch.page-layout-empty .qop-productlist .category-products .toolbar-products .pages,
.enhanced-dashboard.dealerconnect-quotes-linesearch.page-layout-empty .qop-productlist .category-products .toolbar-products .pages {
  position: static;
  margin-top: 5px;
  padding-bottom: 10px;
}
.account.enhanced-dashboard.customerconnect-rfqs-linesearch.page-layout-empty .qop-productlist .category-products .toolbar-products .pages .items.pages-items .item.current .page,
.enhanced-dashboard.customerconnect-rfqs-linesearch.page-layout-empty .qop-productlist .category-products .toolbar-products .pages .items.pages-items .item.current .page,
.account.enhanced-dashboard.dealerconnect-quotes-linesearch.page-layout-empty .qop-productlist .category-products .toolbar-products .pages .items.pages-items .item.current .page,
.enhanced-dashboard.dealerconnect-quotes-linesearch.page-layout-empty .qop-productlist .category-products .toolbar-products .pages .items.pages-items .item.current .page {
  width: 30px;
  text-align: center;
  height: 33px;
  width: 33px;
  background: #ffffff;
}
.account.enhanced-dashboard.customerconnect-rfqs-linesearch.page-layout-empty .qop-productlist .category-products .toolbar-products .pages .items.pages-items .item.pages-item-next,
.enhanced-dashboard.customerconnect-rfqs-linesearch.page-layout-empty .qop-productlist .category-products .toolbar-products .pages .items.pages-items .item.pages-item-next,
.account.enhanced-dashboard.dealerconnect-quotes-linesearch.page-layout-empty .qop-productlist .category-products .toolbar-products .pages .items.pages-items .item.pages-item-next,
.enhanced-dashboard.dealerconnect-quotes-linesearch.page-layout-empty .qop-productlist .category-products .toolbar-products .pages .items.pages-items .item.pages-item-next {
  text-align: center;
}
.account.enhanced-dashboard.customerconnect-rfqs-linesearch.page-layout-empty .qop-productlist .category-products .toolbar-products .pages .items.pages-items .item.pages-item-next .action.next,
.enhanced-dashboard.customerconnect-rfqs-linesearch.page-layout-empty .qop-productlist .category-products .toolbar-products .pages .items.pages-items .item.pages-item-next .action.next,
.account.enhanced-dashboard.dealerconnect-quotes-linesearch.page-layout-empty .qop-productlist .category-products .toolbar-products .pages .items.pages-items .item.pages-item-next .action.next,
.enhanced-dashboard.dealerconnect-quotes-linesearch.page-layout-empty .qop-productlist .category-products .toolbar-products .pages .items.pages-items .item.pages-item-next .action.next {
  width: 33px;
  height: 33px;
}
.account.enhanced-dashboard.customerconnect-rfqs-linesearch.page-layout-empty .qop-productlist .category-products .toolbar-products .pages .items.pages-items .item.pages-item-previous,
.enhanced-dashboard.customerconnect-rfqs-linesearch.page-layout-empty .qop-productlist .category-products .toolbar-products .pages .items.pages-items .item.pages-item-previous,
.account.enhanced-dashboard.dealerconnect-quotes-linesearch.page-layout-empty .qop-productlist .category-products .toolbar-products .pages .items.pages-items .item.pages-item-previous,
.enhanced-dashboard.dealerconnect-quotes-linesearch.page-layout-empty .qop-productlist .category-products .toolbar-products .pages .items.pages-items .item.pages-item-previous {
  text-align: center;
}
.account.enhanced-dashboard.customerconnect-rfqs-linesearch.page-layout-empty .qop-productlist .category-products .toolbar-products .pages .items.pages-items .item.pages-item-previous .action.previous,
.enhanced-dashboard.customerconnect-rfqs-linesearch.page-layout-empty .qop-productlist .category-products .toolbar-products .pages .items.pages-items .item.pages-item-previous .action.previous,
.account.enhanced-dashboard.dealerconnect-quotes-linesearch.page-layout-empty .qop-productlist .category-products .toolbar-products .pages .items.pages-items .item.pages-item-previous .action.previous,
.enhanced-dashboard.dealerconnect-quotes-linesearch.page-layout-empty .qop-productlist .category-products .toolbar-products .pages .items.pages-items .item.pages-item-previous .action.previous {
  width: 33px;
  height: 33px;
}
.account.enhanced-dashboard .actions-toolbar .primary,
.enhanced-dashboard .actions-toolbar .primary {
  background: none;
}
.account.enhanced-dashboard .actions-toolbar .primary .action.submit.primary,
.enhanced-dashboard .actions-toolbar .primary .action.submit.primary {
  border-radius: 3px;
  font-size: 1.4rem;
  color: #ffffff;
  background: #006699;
  border: 1px solid #006699;
  padding: 5px 10px;
  text-transform: capitalize !important;
  text-decoration: none;
  text-shadow: none;
  font-family: 'Source Sans Pro' !important;
}
.account.enhanced-dashboard .actions-toolbar .primary .action.submit.primary:hover,
.enhanced-dashboard .actions-toolbar .primary .action.submit.primary:hover {
  text-decoration: none;
  text-shadow: none;
  background: #66cc66;
  border: 1px solid #66cc66;
  color: #ffffff;
}
.account.enhanced-dashboard .actions-toolbar .primary .action.primary.add,
.enhanced-dashboard .actions-toolbar .primary .action.primary.add {
  background: none;
  font-size: 0px;
  font-size: 0px !important;
  background: none !important;
  border: 0px !important;
  padding: 3px !important;
}
.account.enhanced-dashboard .actions-toolbar .primary .action.primary.add span,
.enhanced-dashboard .actions-toolbar .primary .action.primary.add span {
  display: none;
}
.account.enhanced-dashboard .actions-toolbar .primary .action.primary.add:before,
.enhanced-dashboard .actions-toolbar .primary .action.primary.add:before {
  content: 'add_circle_outline';
  font-size: 3.2rem;
  color: #006699;
}
.account.enhanced-dashboard .actions-toolbar .primary .action.primary.add:hover,
.enhanced-dashboard .actions-toolbar .primary .action.primary.add:hover {
  border: 0px !important;
  padding: 3px !important;
  background: none !important;
}
.account.enhanced-dashboard .actions-toolbar .primary .action.primary.add:hover:before,
.enhanced-dashboard .actions-toolbar .primary .action.primary.add:hover:before {
  color: #66cc66 !important;
  background: none !important;
}
.account.enhanced-dashboard .page.messages,
.enhanced-dashboard .page.messages {
  margin-bottom: -10px !important;
  width: 105%;
  margin-left: -2%;
}
.account.enhanced-dashboard.customer-account-edit .fieldset.additional_info,
.enhanced-dashboard.customer-account-edit .fieldset.additional_info,
.account.enhanced-dashboard.supplierconnect-account-edit .fieldset.additional_info,
.enhanced-dashboard.supplierconnect-account-edit .fieldset.additional_info {
  min-height: unset;
}
.account.enhanced-dashboard.customer-account-edit #form-validate .actions-toolbar .primary .action.save.primary,
.enhanced-dashboard.customer-account-edit #form-validate .actions-toolbar .primary .action.save.primary,
.account.enhanced-dashboard.supplierconnect-account-edit #form-validate .actions-toolbar .primary .action.save.primary,
.enhanced-dashboard.supplierconnect-account-edit #form-validate .actions-toolbar .primary .action.save.primary {
  border-radius: 3px;
  font-size: 1.4rem;
  color: #006699;
  background: #ffffff;
  padding: 5px 10px;
  text-decoration: none;
  text-transform: capitalize !important;
  border: 1px solid #006699 !important;
  text-shadow: none;
  font-family: 'Source Sans Pro' !important;
}
.account.enhanced-dashboard.customer-account-edit #form-validate .actions-toolbar .primary .action.save.primary:hover,
.enhanced-dashboard.customer-account-edit #form-validate .actions-toolbar .primary .action.save.primary:hover,
.account.enhanced-dashboard.supplierconnect-account-edit #form-validate .actions-toolbar .primary .action.save.primary:hover,
.enhanced-dashboard.supplierconnect-account-edit #form-validate .actions-toolbar .primary .action.save.primary:hover {
  text-decoration: none;
  text-shadow: none;
  background: #66cc66 !important;
  border: 1px solid #66cc66 !important;
  color: #ffffff;
}
.account.enhanced-dashboard.customer-account-edit .form-edit-account,
.enhanced-dashboard.customer-account-edit .form-edit-account,
.account.enhanced-dashboard.supplierconnect-account-edit .form-edit-account,
.enhanced-dashboard.supplierconnect-account-edit .form-edit-account {
  background: #ffffff;
  border-radius: 3px;
  box-shadow: 0px 0px 6px #d5d5d5;
  padding: 10px;
  position: relative;
  font-family: 'Source Sans Pro' !important;
  margin-bottom: 20px;
}
.account.enhanced-dashboard.customer-account-edit .form-edit-account .actions-toolbar .primary,
.enhanced-dashboard.customer-account-edit .form-edit-account .actions-toolbar .primary,
.account.enhanced-dashboard.supplierconnect-account-edit .form-edit-account .actions-toolbar .primary,
.enhanced-dashboard.supplierconnect-account-edit .form-edit-account .actions-toolbar .primary {
  float: right;
}
.account.enhanced-dashboard.customer-account-edit .form-edit-account .actions-toolbar .primary:after,
.enhanced-dashboard.customer-account-edit .form-edit-account .actions-toolbar .primary:after,
.account.enhanced-dashboard.supplierconnect-account-edit .form-edit-account .actions-toolbar .primary:after,
.enhanced-dashboard.supplierconnect-account-edit .form-edit-account .actions-toolbar .primary:after {
  content: '';
  clear: both;
}
.account.enhanced-dashboard.customer-account-edit .form-edit-account .actions-toolbar .primary .action.primary,
.enhanced-dashboard.customer-account-edit .form-edit-account .actions-toolbar .primary .action.primary,
.account.enhanced-dashboard.supplierconnect-account-edit .form-edit-account .actions-toolbar .primary .action.primary,
.enhanced-dashboard.supplierconnect-account-edit .form-edit-account .actions-toolbar .primary .action.primary {
  float: right;
  border-radius: 3px;
  font-size: 1.4rem;
  color: #006699;
  background: #ffffff;
  padding: 5px 10px;
  text-decoration: none;
  text-transform: capitalize !important;
  border: 1px solid #006699 !important;
  text-shadow: none;
  font-family: 'Source Sans Pro' !important;
}
.account.enhanced-dashboard.customer-account-edit .form-edit-account .actions-toolbar .primary .action.primary:hover,
.enhanced-dashboard.customer-account-edit .form-edit-account .actions-toolbar .primary .action.primary:hover,
.account.enhanced-dashboard.supplierconnect-account-edit .form-edit-account .actions-toolbar .primary .action.primary:hover,
.enhanced-dashboard.supplierconnect-account-edit .form-edit-account .actions-toolbar .primary .action.primary:hover {
  text-decoration: none;
  text-shadow: none;
  background: #66cc66 !important;
  border: 1px solid #66cc66 !important;
  color: #ffffff;
}
.account.enhanced-dashboard.customer-account-edit .form-edit-account .legend,
.enhanced-dashboard.customer-account-edit .form-edit-account .legend,
.account.enhanced-dashboard.supplierconnect-account-edit .form-edit-account .legend,
.enhanced-dashboard.supplierconnect-account-edit .form-edit-account .legend,
.account.enhanced-dashboard.customer-account-edit .form-edit-account .legend span,
.enhanced-dashboard.customer-account-edit .form-edit-account .legend span,
.account.enhanced-dashboard.supplierconnect-account-edit .form-edit-account .legend span,
.enhanced-dashboard.supplierconnect-account-edit .form-edit-account .legend span {
  font-size: 2.0rem !important;
  font-family: 'Source Sans Pro' !important;
  color: #363636;
  text-transform: uppercase !important;
  font-weight: 600 !important;
}
.account.enhanced-dashboard.customer-account-edit .form-edit-account .fieldset .label,
.enhanced-dashboard.customer-account-edit .form-edit-account .fieldset .label,
.account.enhanced-dashboard.supplierconnect-account-edit .form-edit-account .fieldset .label,
.enhanced-dashboard.supplierconnect-account-edit .form-edit-account .fieldset .label,
.account.enhanced-dashboard.customer-account-edit .form-edit-account .fieldset label,
.enhanced-dashboard.customer-account-edit .form-edit-account .fieldset label,
.account.enhanced-dashboard.supplierconnect-account-edit .form-edit-account .fieldset label,
.enhanced-dashboard.supplierconnect-account-edit .form-edit-account .fieldset label {
  font-size: 1.6rem !important;
  font-family: 'Source Sans Pro' !important;
  color: #616161 !important;
  font-weight: 400;
}
.account.enhanced-dashboard.customer-account-edit .form-edit-account,
.enhanced-dashboard.customer-account-edit .form-edit-account {
  background: none !important;
  box-shadow: unset !important;
}
.account.enhanced-dashboard.customer-account-edit .form-edit-account .fieldset,
.enhanced-dashboard.customer-account-edit .form-edit-account .fieldset {
  background: #ffffff;
  border-radius: 3px;
  box-shadow: 0px 0px 6px #d5d5d5;
  padding: 10px;
  position: relative;
  font-family: 'Source Sans Pro' !important;
  margin-bottom: 20px;
}
.account.enhanced-dashboard.customerconnect-dashboard-index .block-dashboard-info,
.enhanced-dashboard.customerconnect-dashboard-index .block-dashboard-info {
  display: none;
}
.account.enhanced-dashboard.customerconnect-dashboard-index .col-full .admin__data-grid-header.admin__data-grid-toolbar,
.enhanced-dashboard.customerconnect-dashboard-index .col-full .admin__data-grid-header.admin__data-grid-toolbar {
  min-height: 60px;
}
.account.enhanced-dashboard.customerconnect-dashboard-index .col-full .admin__data-grid-header.admin__data-grid-toolbar div > a,
.enhanced-dashboard.customerconnect-dashboard-index .col-full .admin__data-grid-header.admin__data-grid-toolbar div > a {
  right: 5px;
  top: 5px;
}
.account.enhanced-dashboard.customerconnect-dashboard-index .box-account.col-full div.content-header table tr td .view_all,
.enhanced-dashboard.customerconnect-dashboard-index .box-account.col-full div.content-header table tr td .view_all {
  position: absolute;
  right: 15px;
  top: 15px;
  border-radius: 3px;
  font-size: 1.4rem;
  color: #006699;
  background: #ffffff;
  padding: 5px 10px;
  text-decoration: none;
  text-transform: capitalize !important;
  border: 1px solid #006699 !important;
  text-shadow: none;
  font-family: 'Source Sans Pro' !important;
}
.account.enhanced-dashboard.customerconnect-dashboard-index .box-account.col-full div.content-header table tr td .view_all:hover,
.enhanced-dashboard.customerconnect-dashboard-index .box-account.col-full div.content-header table tr td .view_all:hover {
  text-decoration: none;
  text-shadow: none;
  background: #66cc66 !important;
  border: 1px solid #66cc66 !important;
  color: #ffffff;
}
.account.enhanced-dashboard.b2b-portal-login .page.messages,
.enhanced-dashboard.b2b-portal-login .page.messages,
.account.enhanced-dashboard.b2b-portal-login .page.messages,
.enhanced-dashboard.b2b-portal-login .page.messages {
  margin-top: -30px;
  margin-bottom: 50px;
}
.account.enhanced-dashboard.dealerconnect-dashboard-index .page-main .block-dashboard-info,
.enhanced-dashboard.dealerconnect-dashboard-index .page-main .block-dashboard-info {
  width: 97%;
}
.account.enhanced-dashboard.dealerconnect-dashboard-index .box-actions.managedashreminder,
.enhanced-dashboard.dealerconnect-dashboard-index .box-actions.managedashreminder {
  margin-top: -50px !important;
}
.account.enhanced-dashboard.dealerconnect-dashboard-index .admin__data-grid-header.admin__data-grid-toolbar,
.enhanced-dashboard.dealerconnect-dashboard-index .admin__data-grid-header.admin__data-grid-toolbar {
  min-height: 45px;
}
.account.enhanced-dashboard.dealerconnect-dashboard-index #dealer-summary-container,
.enhanced-dashboard.dealerconnect-dashboard-index #dealer-summary-container {
  margin-top: 0px;
  margin-bottom: 25px;
}
.account.enhanced-dashboard.dealerconnect-dashboard-index #dealer-summary-container .box-container-account,
.enhanced-dashboard.dealerconnect-dashboard-index #dealer-summary-container .box-container-account {
  border: 0px;
  border-radius: 5px;
  padding: 5px 0px;
  width: 99%;
}
.account.enhanced-dashboard.dealerconnect-dashboard-index .col-1 .admin__data-grid-header div > a,
.enhanced-dashboard.dealerconnect-dashboard-index .col-1 .admin__data-grid-header div > a,
.account.enhanced-dashboard.dealerconnect-dashboard-index .col-2 .admin__data-grid-header div > a,
.enhanced-dashboard.dealerconnect-dashboard-index .col-2 .admin__data-grid-header div > a,
.account.enhanced-dashboard.dealerconnect-dashboard-index .col-full .admin__data-grid-header div > a,
.enhanced-dashboard.dealerconnect-dashboard-index .col-full .admin__data-grid-header div > a {
  font-size: 0px;
  position: absolute;
  right: 10px;
  top: 0px;
}
.account.enhanced-dashboard.dealerconnect-dashboard-index .box-info.box-account.claim-section .box-head h2,
.enhanced-dashboard.dealerconnect-dashboard-index .box-info.box-account.claim-section .box-head h2 {
  font-size: 2.0rem;
  border-bottom: 0px;
}
.account.enhanced-dashboard.dealerconnect-dashboard-index .box-info.box-account.claim-section .box-info.box-account.col-1,
.enhanced-dashboard.dealerconnect-dashboard-index .box-info.box-account.claim-section .box-info.box-account.col-1,
.account.enhanced-dashboard.dealerconnect-dashboard-index .box-info.box-account.claim-section .box-info.box-account.col-2,
.enhanced-dashboard.dealerconnect-dashboard-index .box-info.box-account.claim-section .box-info.box-account.col-2 {
  float: none !important;
  display: inline-block !important;
  width: 45%;
  box-shadow: none;
  min-height: auto;
}
.account.enhanced-dashboard.dealerconnect-dashboard-index .box-info.box-account.claim-section .box-info.box-account.col-1 p,
.enhanced-dashboard.dealerconnect-dashboard-index .box-info.box-account.claim-section .box-info.box-account.col-1 p,
.account.enhanced-dashboard.dealerconnect-dashboard-index .box-info.box-account.claim-section .box-info.box-account.col-2 p,
.enhanced-dashboard.dealerconnect-dashboard-index .box-info.box-account.claim-section .box-info.box-account.col-2 p {
  text-align: left;
}
.account.enhanced-dashboard.newsletter-manage-index .form-newsletter-manage,
.enhanced-dashboard.newsletter-manage-index .form-newsletter-manage {
  background: #ffffff;
  border-radius: 3px;
  box-shadow: 0px 0px 6px #d5d5d5;
  padding: 10px;
  position: relative;
  font-family: 'Source Sans Pro' !important;
  margin-bottom: 20px;
}
.account.enhanced-dashboard.newsletter-manage-index .form-newsletter-manage .legend,
.enhanced-dashboard.newsletter-manage-index .form-newsletter-manage .legend,
.account.enhanced-dashboard.newsletter-manage-index .form-newsletter-manage .legend span,
.enhanced-dashboard.newsletter-manage-index .form-newsletter-manage .legend span {
  font-size: 2.0rem !important;
  font-family: 'Source Sans Pro' !important;
  color: #363636;
  text-transform: uppercase !important;
  font-weight: 600 !important;
}
.account.enhanced-dashboard.customer-address-form .columns #form-validate,
.enhanced-dashboard.customer-address-form .columns #form-validate {
  background: #ffffff;
}
.account.enhanced-dashboard.customer-address-form .columns #form-validate div,
.enhanced-dashboard.customer-address-form .columns #form-validate div {
  font-size: 1.5rem;
}
.account.enhanced-dashboard.customer-address-form .columns #form-validate div label,
.enhanced-dashboard.customer-address-form .columns #form-validate div label {
  font-size: 1.5rem;
  font-weight: 400;
}
.account.enhanced-dashboard.customer-address-form .columns #form-validate .fieldset .form-list .fields .field-name-firstname .label span,
.enhanced-dashboard.customer-address-form .columns #form-validate .fieldset .form-list .fields .field-name-firstname .label span,
.account.enhanced-dashboard.customer-address-form .columns #form-validate .fieldset .form-list .fields .field-name-lastname .label span,
.enhanced-dashboard.customer-address-form .columns #form-validate .fieldset .form-list .fields .field-name-lastname .label span {
  font-weight: 600 !important;
}
.account.enhanced-dashboard.customer-address-form .columns #form-validate .fieldset .form-list .wide,
.enhanced-dashboard.customer-address-form .columns #form-validate .fieldset .form-list .wide {
  width: 100%;
}
.account.enhanced-dashboard.customer-address-form .columns #form-validate .fieldset .form-list .wide label,
.enhanced-dashboard.customer-address-form .columns #form-validate .fieldset .form-list .wide label {
  font-size: 1.5rem;
  color: #363636;
  font-weight: 400;
  width: 14%;
  display: inline-block;
}
.account.enhanced-dashboard.customer-address-form .columns #form-validate .fieldset .form-list .wide .input-box,
.enhanced-dashboard.customer-address-form .columns #form-validate .fieldset .form-list .wide .input-box {
  display: inline-block;
  width: 83%;
  padding-left: 5px;
}
.account.enhanced-dashboard.customer-address-form .columns #form-validate .fieldset .form-list .wide .input-box #street_2,
.enhanced-dashboard.customer-address-form .columns #form-validate .fieldset .form-list .wide .input-box #street_2,
.account.enhanced-dashboard.customer-address-form .columns #form-validate .fieldset .form-list .wide .input-box #street_3,
.enhanced-dashboard.customer-address-form .columns #form-validate .fieldset .form-list .wide .input-box #street_3 {
  width: 117%;
}
.account.enhanced-dashboard.customer-address-form .columns #form-validate .fieldset .fields,
.enhanced-dashboard.customer-address-form .columns #form-validate .fieldset .fields {
  margin-bottom: 0px;
}
.account.enhanced-dashboard.customer-address-form .columns #form-validate .fieldset .fields .field:first-child,
.enhanced-dashboard.customer-address-form .columns #form-validate .fieldset .fields .field:first-child {
  margin-right: 2%;
}
.account.enhanced-dashboard.customer-address-form .columns #form-validate .fieldset .fields .field,
.enhanced-dashboard.customer-address-form .columns #form-validate .fieldset .fields .field {
  display: inline-block;
  width: 48%;
}
.account.enhanced-dashboard.customer-address-form .columns #form-validate .fieldset .fields .field .label,
.enhanced-dashboard.customer-address-form .columns #form-validate .fieldset .fields .field .label,
.account.enhanced-dashboard.customer-address-form .columns #form-validate .fieldset .fields .field label,
.enhanced-dashboard.customer-address-form .columns #form-validate .fieldset .fields .field label {
  display: inline-block;
  font-size: 1.5rem;
  color: #363636;
  font-weight: 400;
  width: 29%;
}
.account.enhanced-dashboard.customer-address-form .columns #form-validate .fieldset .fields .field .label span,
.enhanced-dashboard.customer-address-form .columns #form-validate .fieldset .fields .field .label span,
.account.enhanced-dashboard.customer-address-form .columns #form-validate .fieldset .fields .field label span,
.enhanced-dashboard.customer-address-form .columns #form-validate .fieldset .fields .field label span {
  font-size: 1.5rem;
  color: #363636;
  font-weight: 400;
}
.account.enhanced-dashboard.customer-address-form .columns #form-validate .fieldset .fields .field .input-box,
.enhanced-dashboard.customer-address-form .columns #form-validate .fieldset .fields .field .input-box,
.account.enhanced-dashboard.customer-address-form .columns #form-validate .fieldset .fields .field .control,
.enhanced-dashboard.customer-address-form .columns #form-validate .fieldset .fields .field .control {
  display: inline-block;
  width: 68%;
  padding-left: 5px;
  font-size: 1.5rem;
  font-weight: 400;
}
.account.enhanced-dashboard.customer-address-form .columns #form-validate .buttons-set .button,
.enhanced-dashboard.customer-address-form .columns #form-validate .buttons-set .button {
  position: static;
  border-radius: 3px;
  font-size: 1.4rem;
  color: #ffffff;
  background: #006699;
  border: 1px solid #006699;
  padding: 5px 10px;
  text-transform: capitalize !important;
  text-decoration: none;
  text-shadow: none;
  font-family: 'Source Sans Pro' !important;
}
.account.enhanced-dashboard.customer-address-form .columns #form-validate .buttons-set .button:hover,
.enhanced-dashboard.customer-address-form .columns #form-validate .buttons-set .button:hover {
  text-decoration: none;
  text-shadow: none;
  background: #66cc66;
  border: 1px solid #66cc66;
  color: #ffffff;
}
.account.enhanced-dashboard.customer-address-form .columns #form-validate .buttons-set .back-link,
.enhanced-dashboard.customer-address-form .columns #form-validate .buttons-set .back-link {
  display: none;
}
.account.enhanced-dashboard .abs-account-block-font-size,
.enhanced-dashboard .abs-account-block-font-size,
.account.enhanced-dashboard .block-addresses-list address,
.enhanced-dashboard .block-addresses-list address,
.account.enhanced-dashboard .box-billing-address .box-content,
.enhanced-dashboard .box-billing-address .box-content,
.account.enhanced-dashboard .box-shipping-address .box-content,
.enhanced-dashboard .box-shipping-address .box-content,
.account.enhanced-dashboard .box-address-billing .box-content,
.enhanced-dashboard .box-address-billing .box-content,
.account.enhanced-dashboard .box-address-shipping .box-content,
.enhanced-dashboard .box-address-shipping .box-content,
.account.enhanced-dashboard .box-information .box-content,
.enhanced-dashboard .box-information .box-content,
.account.enhanced-dashboard .block-balance-giftcard .block-content,
.enhanced-dashboard .block-balance-giftcard .block-content,
.account.enhanced-dashboard .block-reviews-dashboard .product-name,
.enhanced-dashboard .block-reviews-dashboard .product-name {
  font-size: 1.6rem;
}
.account.enhanced-dashboard .box-account,
.enhanced-dashboard .box-account {
  background: #ffffff;
  border-radius: 3px;
  box-shadow: 0px 0px 6px #d5d5d5;
  padding: 10px;
  position: relative;
  font-family: 'Source Sans Pro' !important;
  margin-bottom: 20px;
}
.account.enhanced-dashboard.epicor_subscription-manage-index .customer-subscription-grid .admin__data-grid-header.admin__data-grid-toolbar .material-icons.grid-filter-icon,
.enhanced-dashboard.epicor_subscription-manage-index .customer-subscription-grid .admin__data-grid-header.admin__data-grid-toolbar .material-icons.grid-filter-icon {
  right: 25px;
}
.account.enhanced-dashboard.epicor_subscription-manage-index .customer-subscription-grid .admin__data-grid-header.admin__data-grid-toolbar .admin__data-grid-header-row .admin__filter-actions,
.enhanced-dashboard.epicor_subscription-manage-index .customer-subscription-grid .admin__data-grid-header.admin__data-grid-toolbar .admin__data-grid-header-row .admin__filter-actions {
  right: 65px;
}
.account.enhanced-dashboard .table-wrapper #listgrid_table thead .col-action,
.enhanced-dashboard .table-wrapper #listgrid_table thead .col-action,
.account.enhanced-dashboard .table-wrapper #listgrid_table tbody .col-action,
.enhanced-dashboard .table-wrapper #listgrid_table tbody .col-action {
  width: 120px;
}
.account.enhanced-dashboard table tbody td.col-action,
.enhanced-dashboard table tbody td.col-action,
.account.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td.col-action,
.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td.col-action,
.account.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td.col-action,
.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td.col-action,
.account.enhanced-dashboard table tbody td.action-link-ht,
.enhanced-dashboard table tbody td.action-link-ht,
.account.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td.action-link-ht,
.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td.action-link-ht,
.account.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td.action-link-ht,
.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td.action-link-ht {
  min-width: 90px !important;
  font-size: 0px !important;
  padding: 8px 2px 3px 2px !important;
}
.account.enhanced-dashboard table tbody td.col-action span,
.enhanced-dashboard table tbody td.col-action span,
.account.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td.col-action span,
.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td.col-action span,
.account.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td.col-action span,
.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td.col-action span,
.account.enhanced-dashboard table tbody td.action-link-ht span,
.enhanced-dashboard table tbody td.action-link-ht span,
.account.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td.action-link-ht span,
.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td.action-link-ht span,
.account.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td.action-link-ht span,
.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td.action-link-ht span {
  font-size: 0px !important;
}
.account.enhanced-dashboard table tbody td a[data-action="inactive"],
.enhanced-dashboard table tbody td a[data-action="inactive"],
.account.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td a[data-action="inactive"],
.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td a[data-action="inactive"],
.account.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td a[data-action="inactive"],
.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td a[data-action="inactive"] {
  position: relative;
  font-size: 0px !important;
  background: none !important;
  border: 0px !important;
  text-decoration: none;
  padding: 3px !important;
  color: #007bdb;
}
.account.enhanced-dashboard table tbody td a[data-action="inactive"]:before,
.enhanced-dashboard table tbody td a[data-action="inactive"]:before,
.account.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td a[data-action="inactive"]:before,
.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td a[data-action="inactive"]:before,
.account.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td a[data-action="inactive"]:before,
.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td a[data-action="inactive"]:before {
  content: 'toggle_off' !important;
  font-size: 2.4rem;
}
.account.enhanced-dashboard table tbody td a[data-action="inactive"]:after,
.enhanced-dashboard table tbody td a[data-action="inactive"]:after,
.account.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td a[data-action="inactive"]:after,
.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td a[data-action="inactive"]:after,
.account.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td a[data-action="inactive"]:after,
.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td a[data-action="inactive"]:after {
  margin: 0px !important;
  width: 0px !important;
  font-size: 0px !important;
}
.account.enhanced-dashboard table tbody td a[data-action="inactive"]:hover,
.enhanced-dashboard table tbody td a[data-action="inactive"]:hover,
.account.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td a[data-action="inactive"]:hover,
.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td a[data-action="inactive"]:hover,
.account.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td a[data-action="inactive"]:hover,
.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td a[data-action="inactive"]:hover {
  text-decoration: none;
  border: 0px !important;
  background: none !important;
}
.account.enhanced-dashboard table tbody td a[data-action="inactive"]:hover:before,
.enhanced-dashboard table tbody td a[data-action="inactive"]:hover:before,
.account.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td a[data-action="inactive"]:hover:before,
.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td a[data-action="inactive"]:hover:before,
.account.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td a[data-action="inactive"]:hover:before,
.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td a[data-action="inactive"]:hover:before {
  color: #66cc66 !important;
  background: none !important;
}
.account.enhanced-dashboard table tbody td a[data-action="inactive"]:after,
.enhanced-dashboard table tbody td a[data-action="inactive"]:after,
.account.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td a[data-action="inactive"]:after,
.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td a[data-action="inactive"]:after,
.account.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td a[data-action="inactive"]:after,
.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td a[data-action="inactive"]:after {
  content: 'In Activate' !important;
  position: absolute;
  top: 0px;
  left: 30px;
  text-transform: capitalize;
  width: 60px !important;
  font-size: 12px !important;
  color: #000000;
  border: 1px solid #000000 !important;
  padding: 5px;
  background: #ffffff;
  visibility: hidden;
}
.account.enhanced-dashboard table tbody td a[data-action="inactive"]:hover:after,
.enhanced-dashboard table tbody td a[data-action="inactive"]:hover:after,
.account.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td a[data-action="inactive"]:hover:after,
.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td a[data-action="inactive"]:hover:after,
.account.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td a[data-action="inactive"]:hover:after,
.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td a[data-action="inactive"]:hover:after {
  visibility: visible;
}
.account.enhanced-dashboard table tbody td a[data-action="active"],
.enhanced-dashboard table tbody td a[data-action="active"],
.account.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td a[data-action="active"],
.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td a[data-action="active"],
.account.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td a[data-action="active"],
.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td a[data-action="active"] {
  position: relative;
  font-size: 0px !important;
  background: none !important;
  border: 0px !important;
  text-decoration: none;
  padding: 3px !important;
  color: #007bdb;
}
.account.enhanced-dashboard table tbody td a[data-action="active"]:before,
.enhanced-dashboard table tbody td a[data-action="active"]:before,
.account.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td a[data-action="active"]:before,
.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td a[data-action="active"]:before,
.account.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td a[data-action="active"]:before,
.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td a[data-action="active"]:before {
  content: 'toggle_on' !important;
  font-size: 2.4rem;
}
.account.enhanced-dashboard table tbody td a[data-action="active"]:after,
.enhanced-dashboard table tbody td a[data-action="active"]:after,
.account.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td a[data-action="active"]:after,
.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td a[data-action="active"]:after,
.account.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td a[data-action="active"]:after,
.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td a[data-action="active"]:after {
  margin: 0px !important;
  width: 0px !important;
  font-size: 0px !important;
}
.account.enhanced-dashboard table tbody td a[data-action="active"]:hover,
.enhanced-dashboard table tbody td a[data-action="active"]:hover,
.account.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td a[data-action="active"]:hover,
.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td a[data-action="active"]:hover,
.account.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td a[data-action="active"]:hover,
.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td a[data-action="active"]:hover {
  text-decoration: none;
  border: 0px !important;
  background: none !important;
}
.account.enhanced-dashboard table tbody td a[data-action="active"]:hover:before,
.enhanced-dashboard table tbody td a[data-action="active"]:hover:before,
.account.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td a[data-action="active"]:hover:before,
.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td a[data-action="active"]:hover:before,
.account.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td a[data-action="active"]:hover:before,
.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td a[data-action="active"]:hover:before {
  color: #66cc66 !important;
  background: none !important;
}
.account.enhanced-dashboard table tbody td a[data-action="active"]:after,
.enhanced-dashboard table tbody td a[data-action="active"]:after,
.account.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td a[data-action="active"]:after,
.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td a[data-action="active"]:after,
.account.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td a[data-action="active"]:after,
.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td a[data-action="active"]:after {
  content: 'Activate' !important;
  position: absolute;
  top: 0px;
  left: 30px;
  text-transform: capitalize;
  width: auto !important;
  font-size: 12px !important;
  color: #000000;
  border: 1px solid #000000 !important;
  padding: 5px;
  background: #ffffff;
  visibility: hidden;
}
.account.enhanced-dashboard table tbody td a[data-action="active"]:hover:after,
.enhanced-dashboard table tbody td a[data-action="active"]:hover:after,
.account.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td a[data-action="active"]:hover:after,
.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td a[data-action="active"]:hover:after,
.account.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td a[data-action="active"]:hover:after,
.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td a[data-action="active"]:hover:after {
  visibility: visible;
}
.account.enhanced-dashboard table tbody td a.view,
.enhanced-dashboard table tbody td a.view,
.account.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td a.view,
.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td a.view,
.account.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td a.view,
.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td a.view,
.account.enhanced-dashboard table tbody td a.more,
.enhanced-dashboard table tbody td a.more,
.account.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td a.more,
.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td a.more,
.account.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td a.more,
.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td a.more {
  font-size: 0px !important;
  background: none !important;
  border: 0px !important;
  text-decoration: none;
  padding: 3px !important;
  color: #007bdb;
}
.account.enhanced-dashboard table tbody td a.view:before,
.enhanced-dashboard table tbody td a.view:before,
.account.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td a.view:before,
.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td a.view:before,
.account.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td a.view:before,
.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td a.view:before,
.account.enhanced-dashboard table tbody td a.more:before,
.enhanced-dashboard table tbody td a.more:before,
.account.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td a.more:before,
.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td a.more:before,
.account.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td a.more:before,
.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td a.more:before {
  content: 'visibility' !important;
  font-size: 2.4rem;
  color: #007bdb;
}
.account.enhanced-dashboard table tbody td a.view:after,
.enhanced-dashboard table tbody td a.view:after,
.account.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td a.view:after,
.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td a.view:after,
.account.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td a.view:after,
.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td a.view:after,
.account.enhanced-dashboard table tbody td a.more:after,
.enhanced-dashboard table tbody td a.more:after,
.account.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td a.more:after,
.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td a.more:after,
.account.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td a.more:after,
.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td a.more:after {
  margin: 0px !important;
  width: 0px !important;
  font-size: 0px !important;
}
.account.enhanced-dashboard table tbody td a.view:hover,
.enhanced-dashboard table tbody td a.view:hover,
.account.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td a.view:hover,
.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td a.view:hover,
.account.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td a.view:hover,
.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td a.view:hover,
.account.enhanced-dashboard table tbody td a.more:hover,
.enhanced-dashboard table tbody td a.more:hover,
.account.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td a.more:hover,
.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td a.more:hover,
.account.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td a.more:hover,
.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td a.more:hover {
  text-decoration: none;
  border: 0px !important;
  background: none !important;
}
.account.enhanced-dashboard table tbody td a.view:hover:before,
.enhanced-dashboard table tbody td a.view:hover:before,
.account.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td a.view:hover:before,
.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td a.view:hover:before,
.account.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td a.view:hover:before,
.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td a.view:hover:before,
.account.enhanced-dashboard table tbody td a.more:hover:before,
.enhanced-dashboard table tbody td a.more:hover:before,
.account.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td a.more:hover:before,
.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td a.more:hover:before,
.account.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td a.more:hover:before,
.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td a.more:hover:before {
  color: #66cc66 !important;
  background: none !important;
}
.account.enhanced-dashboard table tbody td a.view:after,
.enhanced-dashboard table tbody td a.view:after,
.account.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td a.view:after,
.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td a.view:after,
.account.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td a.view:after,
.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td a.view:after,
.account.enhanced-dashboard table tbody td a.more:after,
.enhanced-dashboard table tbody td a.more:after,
.account.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td a.more:after,
.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td a.more:after,
.account.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td a.more:after,
.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td a.more:after {
  content: ' ' !important;
  border: 0px !important;
}
.account.enhanced-dashboard table tbody td a.view span,
.enhanced-dashboard table tbody td a.view span,
.account.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td a.view span,
.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td a.view span,
.account.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td a.view span,
.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td a.view span,
.account.enhanced-dashboard table tbody td a.more span,
.enhanced-dashboard table tbody td a.more span,
.account.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td a.more span,
.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td a.more span,
.account.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td a.more span,
.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td a.more span {
  font-size: 0px !important;
}
.account.enhanced-dashboard table tbody td a.link-reorder,
.enhanced-dashboard table tbody td a.link-reorder,
.account.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td a.link-reorder,
.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td a.link-reorder,
.account.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td a.link-reorder,
.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td a.link-reorder {
  font-size: 0px !important;
  background: none !important;
  border: 0px !important;
  text-decoration: none;
  padding: 3px !important;
  color: #007bdb;
}
.account.enhanced-dashboard table tbody td a.link-reorder:before,
.enhanced-dashboard table tbody td a.link-reorder:before,
.account.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td a.link-reorder:before,
.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td a.link-reorder:before,
.account.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td a.link-reorder:before,
.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td a.link-reorder:before {
  content: 'shopping_cart' !important;
  font-size: 2.4rem;
  color: #007bdb;
}
.account.enhanced-dashboard table tbody td a.link-reorder:after,
.enhanced-dashboard table tbody td a.link-reorder:after,
.account.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td a.link-reorder:after,
.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td a.link-reorder:after,
.account.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td a.link-reorder:after,
.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td a.link-reorder:after {
  margin: 0px !important;
  width: 0px !important;
  font-size: 0px !important;
}
.account.enhanced-dashboard table tbody td a.link-reorder:hover,
.enhanced-dashboard table tbody td a.link-reorder:hover,
.account.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td a.link-reorder:hover,
.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td a.link-reorder:hover,
.account.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td a.link-reorder:hover,
.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td a.link-reorder:hover {
  text-decoration: none;
  border: 0px !important;
  background: none !important;
}
.account.enhanced-dashboard table tbody td a.link-reorder:hover:before,
.enhanced-dashboard table tbody td a.link-reorder:hover:before,
.account.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td a.link-reorder:hover:before,
.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td a.link-reorder:hover:before,
.account.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td a.link-reorder:hover:before,
.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td a.link-reorder:hover:before {
  color: #66cc66 !important;
  background: none !important;
}
.account.enhanced-dashboard table tbody td a.link-reorder:before,
.enhanced-dashboard table tbody td a.link-reorder:before,
.account.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td a.link-reorder:before,
.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td a.link-reorder:before,
.account.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td a.link-reorder:before,
.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td a.link-reorder:before {
  content: 'shopping_cart' !important;
  font-size: 2.4rem;
  color: #007bdb;
}
.account.enhanced-dashboard table tbody td a.link-reorder:after,
.enhanced-dashboard table tbody td a.link-reorder:after,
.account.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td a.link-reorder:after,
.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td a.link-reorder:after,
.account.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td a.link-reorder:after,
.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td a.link-reorder:after {
  margin: 0px !important;
  width: 0px !important;
  font-size: 0px !important;
}
.account.enhanced-dashboard table tbody td a.link-reorder:hover,
.enhanced-dashboard table tbody td a.link-reorder:hover,
.account.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td a.link-reorder:hover,
.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td a.link-reorder:hover,
.account.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td a.link-reorder:hover,
.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td a.link-reorder:hover {
  text-decoration: none;
  border: 0px !important;
  background: none !important;
}
.account.enhanced-dashboard table tbody td a.link-reorder:hover:before,
.enhanced-dashboard table tbody td a.link-reorder:hover:before,
.account.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td a.link-reorder:hover:before,
.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td a.link-reorder:hover:before,
.account.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td a.link-reorder:hover:before,
.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td a.link-reorder:hover:before {
  color: #66cc66 !important;
  background: none !important;
}
.account.enhanced-dashboard table tbody td a.link-reorder:after,
.enhanced-dashboard table tbody td a.link-reorder:after,
.account.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td a.link-reorder:after,
.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td a.link-reorder:after,
.account.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td a.link-reorder:after,
.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td a.link-reorder:after {
  content: ' ' !important;
  border: 0px !important;
}
.account.enhanced-dashboard table tbody td #edit,
.enhanced-dashboard table tbody td #edit,
.account.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td #edit,
.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td #edit,
.account.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td #edit,
.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td #edit,
.account.enhanced-dashboard table tbody td .action-edit-link,
.enhanced-dashboard table tbody td .action-edit-link,
.account.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td .action-edit-link,
.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td .action-edit-link,
.account.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td .action-edit-link,
.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td .action-edit-link,
.account.enhanced-dashboard table tbody td .edit,
.enhanced-dashboard table tbody td .edit,
.account.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td .edit,
.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td .edit,
.account.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td .edit,
.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td .edit {
  font-size: 0px !important;
  background: none !important;
  border: 0px !important;
  text-decoration: none;
  padding: 3px !important;
  color: #007bdb;
  position: relative;
}
.account.enhanced-dashboard table tbody td #edit:before,
.enhanced-dashboard table tbody td #edit:before,
.account.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td #edit:before,
.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td #edit:before,
.account.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td #edit:before,
.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td #edit:before,
.account.enhanced-dashboard table tbody td .action-edit-link:before,
.enhanced-dashboard table tbody td .action-edit-link:before,
.account.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td .action-edit-link:before,
.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td .action-edit-link:before,
.account.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td .action-edit-link:before,
.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td .action-edit-link:before,
.account.enhanced-dashboard table tbody td .edit:before,
.enhanced-dashboard table tbody td .edit:before,
.account.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td .edit:before,
.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td .edit:before,
.account.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td .edit:before,
.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td .edit:before {
  content: 'mode_edit' !important;
  font-size: 2.4rem;
  color: #007bdb;
}
.account.enhanced-dashboard table tbody td #edit:after,
.enhanced-dashboard table tbody td #edit:after,
.account.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td #edit:after,
.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td #edit:after,
.account.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td #edit:after,
.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td #edit:after,
.account.enhanced-dashboard table tbody td .action-edit-link:after,
.enhanced-dashboard table tbody td .action-edit-link:after,
.account.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td .action-edit-link:after,
.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td .action-edit-link:after,
.account.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td .action-edit-link:after,
.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td .action-edit-link:after,
.account.enhanced-dashboard table tbody td .edit:after,
.enhanced-dashboard table tbody td .edit:after,
.account.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td .edit:after,
.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td .edit:after,
.account.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td .edit:after,
.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td .edit:after {
  margin: 0px !important;
  width: 0px !important;
  font-size: 0px !important;
}
.account.enhanced-dashboard table tbody td #edit:hover,
.enhanced-dashboard table tbody td #edit:hover,
.account.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td #edit:hover,
.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td #edit:hover,
.account.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td #edit:hover,
.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td #edit:hover,
.account.enhanced-dashboard table tbody td .action-edit-link:hover,
.enhanced-dashboard table tbody td .action-edit-link:hover,
.account.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td .action-edit-link:hover,
.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td .action-edit-link:hover,
.account.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td .action-edit-link:hover,
.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td .action-edit-link:hover,
.account.enhanced-dashboard table tbody td .edit:hover,
.enhanced-dashboard table tbody td .edit:hover,
.account.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td .edit:hover,
.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td .edit:hover,
.account.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td .edit:hover,
.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td .edit:hover {
  text-decoration: none;
  border: 0px !important;
  background: none !important;
}
.account.enhanced-dashboard table tbody td #edit:hover:before,
.enhanced-dashboard table tbody td #edit:hover:before,
.account.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td #edit:hover:before,
.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td #edit:hover:before,
.account.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td #edit:hover:before,
.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td #edit:hover:before,
.account.enhanced-dashboard table tbody td .action-edit-link:hover:before,
.enhanced-dashboard table tbody td .action-edit-link:hover:before,
.account.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td .action-edit-link:hover:before,
.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td .action-edit-link:hover:before,
.account.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td .action-edit-link:hover:before,
.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td .action-edit-link:hover:before,
.account.enhanced-dashboard table tbody td .edit:hover:before,
.enhanced-dashboard table tbody td .edit:hover:before,
.account.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td .edit:hover:before,
.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td .edit:hover:before,
.account.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td .edit:hover:before,
.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td .edit:hover:before {
  color: #66cc66 !important;
  background: none !important;
}
.account.enhanced-dashboard table tbody td #edit:after,
.enhanced-dashboard table tbody td #edit:after,
.account.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td #edit:after,
.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td #edit:after,
.account.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td #edit:after,
.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td #edit:after,
.account.enhanced-dashboard table tbody td .action-edit-link:after,
.enhanced-dashboard table tbody td .action-edit-link:after,
.account.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td .action-edit-link:after,
.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td .action-edit-link:after,
.account.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td .action-edit-link:after,
.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td .action-edit-link:after,
.account.enhanced-dashboard table tbody td .edit:after,
.enhanced-dashboard table tbody td .edit:after,
.account.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td .edit:after,
.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td .edit:after,
.account.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td .edit:after,
.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td .edit:after {
  content: 'Edit' !important;
  position: absolute;
  top: 0px;
  left: 30px;
  text-transform: capitalize;
  width: auto !important;
  font-size: 12px !important;
  color: #000000;
  border: 1px solid #000000 !important;
  padding: 5px;
  background: #ffffff;
  visibility: hidden;
}
.account.enhanced-dashboard table tbody td #edit:hover:after,
.enhanced-dashboard table tbody td #edit:hover:after,
.account.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td #edit:hover:after,
.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td #edit:hover:after,
.account.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td #edit:hover:after,
.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td #edit:hover:after,
.account.enhanced-dashboard table tbody td .action-edit-link:hover:after,
.enhanced-dashboard table tbody td .action-edit-link:hover:after,
.account.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td .action-edit-link:hover:after,
.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td .action-edit-link:hover:after,
.account.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td .action-edit-link:hover:after,
.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td .action-edit-link:hover:after,
.account.enhanced-dashboard table tbody td .edit:hover:after,
.enhanced-dashboard table tbody td .edit:hover:after,
.account.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td .edit:hover:after,
.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td .edit:hover:after,
.account.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td .edit:hover:after,
.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td .edit:hover:after {
  visibility: visible;
}
.account.enhanced-dashboard table tbody td #delete,
.enhanced-dashboard table tbody td #delete,
.account.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td #delete,
.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td #delete,
.account.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td #delete,
.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td #delete,
.account.enhanced-dashboard table tbody td .delete,
.enhanced-dashboard table tbody td .delete,
.account.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td .delete,
.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td .delete,
.account.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td .delete,
.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td .delete {
  font-size: 0px !important;
  background: none !important;
  border: 0px !important;
  text-decoration: none;
  padding: 3px !important;
  color: #007bdb;
  position: relative;
}
.account.enhanced-dashboard table tbody td #delete:before,
.enhanced-dashboard table tbody td #delete:before,
.account.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td #delete:before,
.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td #delete:before,
.account.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td #delete:before,
.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td #delete:before,
.account.enhanced-dashboard table tbody td .delete:before,
.enhanced-dashboard table tbody td .delete:before,
.account.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td .delete:before,
.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td .delete:before,
.account.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td .delete:before,
.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td .delete:before {
  content: 'delete' !important;
  font-size: 2.4rem;
  color: #007bdb;
}
.account.enhanced-dashboard table tbody td #delete:after,
.enhanced-dashboard table tbody td #delete:after,
.account.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td #delete:after,
.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td #delete:after,
.account.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td #delete:after,
.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td #delete:after,
.account.enhanced-dashboard table tbody td .delete:after,
.enhanced-dashboard table tbody td .delete:after,
.account.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td .delete:after,
.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td .delete:after,
.account.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td .delete:after,
.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td .delete:after {
  margin: 0px !important;
  width: 0px !important;
  font-size: 0px !important;
}
.account.enhanced-dashboard table tbody td #delete:hover,
.enhanced-dashboard table tbody td #delete:hover,
.account.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td #delete:hover,
.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td #delete:hover,
.account.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td #delete:hover,
.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td #delete:hover,
.account.enhanced-dashboard table tbody td .delete:hover,
.enhanced-dashboard table tbody td .delete:hover,
.account.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td .delete:hover,
.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td .delete:hover,
.account.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td .delete:hover,
.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td .delete:hover {
  text-decoration: none;
  border: 0px !important;
  background: none !important;
}
.account.enhanced-dashboard table tbody td #delete:hover:before,
.enhanced-dashboard table tbody td #delete:hover:before,
.account.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td #delete:hover:before,
.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td #delete:hover:before,
.account.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td #delete:hover:before,
.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td #delete:hover:before,
.account.enhanced-dashboard table tbody td .delete:hover:before,
.enhanced-dashboard table tbody td .delete:hover:before,
.account.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td .delete:hover:before,
.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td .delete:hover:before,
.account.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td .delete:hover:before,
.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td .delete:hover:before {
  color: #66cc66 !important;
  background: none !important;
}
.account.enhanced-dashboard table tbody td #delete:after,
.enhanced-dashboard table tbody td #delete:after,
.account.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td #delete:after,
.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td #delete:after,
.account.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td #delete:after,
.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td #delete:after,
.account.enhanced-dashboard table tbody td .delete:after,
.enhanced-dashboard table tbody td .delete:after,
.account.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td .delete:after,
.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td .delete:after,
.account.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td .delete:after,
.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td .delete:after {
  content: 'Delete' !important;
  position: absolute;
  top: 0px;
  left: 30px;
  text-transform: capitalize;
  width: auto !important;
  font-size: 12px !important;
  color: #000000;
  border: 1px solid #000000 !important;
  padding: 5px;
  background: #ffffff;
  visibility: hidden;
}
.account.enhanced-dashboard table tbody td #delete:hover:after,
.enhanced-dashboard table tbody td #delete:hover:after,
.account.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td #delete:hover:after,
.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td #delete:hover:after,
.account.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td #delete:hover:after,
.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td #delete:hover:after,
.account.enhanced-dashboard table tbody td .delete:hover:after,
.enhanced-dashboard table tbody td .delete:hover:after,
.account.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td .delete:hover:after,
.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td .delete:hover:after,
.account.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td .delete:hover:after,
.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td .delete:hover:after {
  visibility: visible;
}
.account.enhanced-dashboard table tbody td #addListToCart,
.enhanced-dashboard table tbody td #addListToCart,
.account.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td #addListToCart,
.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td #addListToCart,
.account.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td #addListToCart,
.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td #addListToCart {
  font-size: 0px !important;
  background: none !important;
  border: 0px !important;
  text-decoration: none;
  padding: 3px !important;
  color: #007bdb;
  position: relative;
}
.account.enhanced-dashboard table tbody td #addListToCart:before,
.enhanced-dashboard table tbody td #addListToCart:before,
.account.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td #addListToCart:before,
.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td #addListToCart:before,
.account.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td #addListToCart:before,
.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td #addListToCart:before {
  content: 'shopping_cart' !important;
  font-size: 2.4rem;
  color: #007bdb;
}
.account.enhanced-dashboard table tbody td #addListToCart:after,
.enhanced-dashboard table tbody td #addListToCart:after,
.account.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td #addListToCart:after,
.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td #addListToCart:after,
.account.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td #addListToCart:after,
.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td #addListToCart:after {
  margin: 0px !important;
  width: 0px !important;
  font-size: 0px !important;
}
.account.enhanced-dashboard table tbody td #addListToCart:hover,
.enhanced-dashboard table tbody td #addListToCart:hover,
.account.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td #addListToCart:hover,
.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td #addListToCart:hover,
.account.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td #addListToCart:hover,
.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td #addListToCart:hover {
  text-decoration: none;
  border: 0px !important;
  background: none !important;
}
.account.enhanced-dashboard table tbody td #addListToCart:hover:before,
.enhanced-dashboard table tbody td #addListToCart:hover:before,
.account.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td #addListToCart:hover:before,
.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td #addListToCart:hover:before,
.account.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td #addListToCart:hover:before,
.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td #addListToCart:hover:before {
  color: #66cc66 !important;
  background: none !important;
}
.account.enhanced-dashboard table tbody td #addListToCart:before,
.enhanced-dashboard table tbody td #addListToCart:before,
.account.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td #addListToCart:before,
.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td #addListToCart:before,
.account.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td #addListToCart:before,
.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td #addListToCart:before {
  content: 'shopping_cart' !important;
  font-size: 2.4rem;
  color: #007bdb;
}
.account.enhanced-dashboard table tbody td #addListToCart:after,
.enhanced-dashboard table tbody td #addListToCart:after,
.account.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td #addListToCart:after,
.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td #addListToCart:after,
.account.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td #addListToCart:after,
.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td #addListToCart:after {
  margin: 0px !important;
  width: 0px !important;
  font-size: 0px !important;
}
.account.enhanced-dashboard table tbody td #addListToCart:hover,
.enhanced-dashboard table tbody td #addListToCart:hover,
.account.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td #addListToCart:hover,
.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td #addListToCart:hover,
.account.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td #addListToCart:hover,
.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td #addListToCart:hover {
  text-decoration: none;
  border: 0px !important;
  background: none !important;
}
.account.enhanced-dashboard table tbody td #addListToCart:hover:before,
.enhanced-dashboard table tbody td #addListToCart:hover:before,
.account.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td #addListToCart:hover:before,
.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td #addListToCart:hover:before,
.account.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td #addListToCart:hover:before,
.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td #addListToCart:hover:before {
  color: #66cc66 !important;
  background: none !important;
}
.account.enhanced-dashboard table tbody td #addListToCart:after,
.enhanced-dashboard table tbody td #addListToCart:after,
.account.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td #addListToCart:after,
.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td #addListToCart:after,
.account.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td #addListToCart:after,
.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td #addListToCart:after {
  content: 'Add List To Cart' !important;
  position: absolute;
  top: 0px;
  left: 30px;
  text-transform: capitalize;
  width: 80px !important;
  font-size: 12px !important;
  color: #000000;
  border: 1px solid #000000 !important;
  padding: 5px;
  background: #ffffff;
  visibility: hidden;
}
.account.enhanced-dashboard table tbody td #addListToCart:hover:after,
.enhanced-dashboard table tbody td #addListToCart:hover:after,
.account.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td #addListToCart:hover:after,
.enhanced-dashboard .admin__data-grid-wrap .data-grid tbody tr td #addListToCart:hover:after,
.account.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td #addListToCart:hover:after,
.enhanced-dashboard .admin__data-grid-wrap-static .data-grid tbody tr td #addListToCart:hover:after {
  visibility: visible;
}
.account.enhanced-dashboard.dealerconnect-dashboard-index .page-title #gotobackpage,
.enhanced-dashboard.dealerconnect-dashboard-index .page-title #gotobackpage,
.account.enhanced-dashboard.customer-account-logoutsuccess .page-title #gotobackpage,
.enhanced-dashboard.customer-account-logoutsuccess .page-title #gotobackpage,
.account.enhanced-dashboard.customerconnect-dashboard-index .page-title #gotobackpage,
.enhanced-dashboard.customerconnect-dashboard-index .page-title #gotobackpage,
.account.enhanced-dashboard.customer-account-index .page-title #gotobackpage,
.enhanced-dashboard.customer-account-index .page-title #gotobackpage,
.account.enhanced-dashboard.epicor_salesrep-account-index .page-title #gotobackpage,
.enhanced-dashboard.epicor_salesrep-account-index .page-title #gotobackpage,
.account.enhanced-dashboard.supplierconnect-account-index .page-title #gotobackpage,
.enhanced-dashboard.supplierconnect-account-index .page-title #gotobackpage {
  display: none;
}
.account.enhanced-dashboard.customer-account-index .box-account.box-recent .data-table,
.enhanced-dashboard.customer-account-index .box-account.box-recent .data-table {
  margin-top: 60px !important;
}
.account.enhanced-dashboard.customer-account-index .box-account.box-recent .data-table tbody td span a:first-child,
.enhanced-dashboard.customer-account-index .box-account.box-recent .data-table tbody td span a:first-child {
  font-size: 0px !important;
  background: none !important;
  border: 0px !important;
  text-decoration: none;
  padding: 3px !important;
  color: #007bdb;
}
.account.enhanced-dashboard.customer-account-index .box-account.box-recent .data-table tbody td span a:first-child:before,
.enhanced-dashboard.customer-account-index .box-account.box-recent .data-table tbody td span a:first-child:before {
  content: 'visibility' !important;
  font-size: 2.4rem;
  color: #007bdb;
}
.account.enhanced-dashboard.customer-account-index .box-account.box-recent .data-table tbody td span a:first-child:after,
.enhanced-dashboard.customer-account-index .box-account.box-recent .data-table tbody td span a:first-child:after {
  margin: 0px !important;
  width: 0px !important;
  font-size: 0px !important;
}
.account.enhanced-dashboard.customer-account-index .box-account.box-recent .data-table tbody td span a:first-child:hover,
.enhanced-dashboard.customer-account-index .box-account.box-recent .data-table tbody td span a:first-child:hover {
  text-decoration: none;
  border: 0px !important;
  background: none !important;
}
.account.enhanced-dashboard.customer-account-index .box-account.box-recent .data-table tbody td span a:first-child:hover:before,
.enhanced-dashboard.customer-account-index .box-account.box-recent .data-table tbody td span a:first-child:hover:before {
  color: #66cc66 !important;
  background: none !important;
}
.account.enhanced-dashboard.customer-account-index .box-account.box-recent .data-table tbody td span .reorder-button,
.enhanced-dashboard.customer-account-index .box-account.box-recent .data-table tbody td span .reorder-button {
  font-size: 0px !important;
  background: none !important;
  border: 0px !important;
  text-decoration: none;
  padding: 3px !important;
  color: #007bdb;
}
.account.enhanced-dashboard.customer-account-index .box-account.box-recent .data-table tbody td span .reorder-button:before,
.enhanced-dashboard.customer-account-index .box-account.box-recent .data-table tbody td span .reorder-button:before {
  content: 'shopping_cart' !important;
  font-size: 2.4rem;
  color: #007bdb;
}
.account.enhanced-dashboard.customer-account-index .box-account.box-recent .data-table tbody td span .reorder-button:after,
.enhanced-dashboard.customer-account-index .box-account.box-recent .data-table tbody td span .reorder-button:after {
  margin: 0px !important;
  width: 0px !important;
  font-size: 0px !important;
}
.account.enhanced-dashboard.customer-account-index .box-account.box-recent .data-table tbody td span .reorder-button:hover,
.enhanced-dashboard.customer-account-index .box-account.box-recent .data-table tbody td span .reorder-button:hover {
  text-decoration: none;
  border: 0px !important;
  background: none !important;
}
.account.enhanced-dashboard.customer-account-index .box-account.box-recent .data-table tbody td span .reorder-button:hover:before,
.enhanced-dashboard.customer-account-index .box-account.box-recent .data-table tbody td span .reorder-button:hover:before {
  color: #66cc66 !important;
  background: none !important;
}
.account.enhanced-dashboard.customer-account-index .box-account.box-recent .data-table tbody td span .reorder-button:before,
.enhanced-dashboard.customer-account-index .box-account.box-recent .data-table tbody td span .reorder-button:before {
  content: 'shopping_cart' !important;
  font-size: 2.4rem;
  color: #007bdb;
}
.account.enhanced-dashboard.customer-account-index .box-account.box-recent .data-table tbody td span .reorder-button:after,
.enhanced-dashboard.customer-account-index .box-account.box-recent .data-table tbody td span .reorder-button:after {
  margin: 0px !important;
  width: 0px !important;
  font-size: 0px !important;
}
.account.enhanced-dashboard.customer-account-index .box-account.box-recent .data-table tbody td span .reorder-button:hover,
.enhanced-dashboard.customer-account-index .box-account.box-recent .data-table tbody td span .reorder-button:hover {
  text-decoration: none;
  border: 0px !important;
  background: none !important;
}
.account.enhanced-dashboard.customer-account-index .box-account.box-recent .data-table tbody td span .reorder-button:hover:before,
.enhanced-dashboard.customer-account-index .box-account.box-recent .data-table tbody td span .reorder-button:hover:before {
  color: #66cc66 !important;
  background: none !important;
}
.account.enhanced-dashboard.customer-account-index .box-account.box-recent a,
.enhanced-dashboard.customer-account-index .box-account.box-recent a {
  top: 5px !important;
  right: -20px !important;
}
.account.enhanced-dashboard.customer-account-index .block-reviews-dashboard .block-content,
.enhanced-dashboard.customer-account-index .block-reviews-dashboard .block-content {
  margin-top: 15px;
}
.account.enhanced-dashboard.customer-account-index .block-reviews-dashboard .block-content .items li.item,
.enhanced-dashboard.customer-account-index .block-reviews-dashboard .block-content .items li.item {
  list-style: none;
  border: 0px;
  padding: 5px 0px;
}
.account.enhanced-dashboard.customer-account-index .block-reviews-dashboard .block-content .items li.item .product-name a,
.enhanced-dashboard.customer-account-index .block-reviews-dashboard .block-content .items li.item .product-name a {
  font-weight: 600;
}
.account.enhanced-dashboard .box-account.box-recent .box-head h2,
.enhanced-dashboard .box-account.box-recent .box-head h2 {
  font-size: 2.0rem !important;
  font-family: 'Source Sans Pro' !important;
  color: #363636;
  text-transform: uppercase !important;
  font-weight: 600 !important;
}
.account.enhanced-dashboard .box-account.box-recent .box-head a,
.enhanced-dashboard .box-account.box-recent .box-head a {
  background: #006699;
  color: #fefefe;
  font-size: 1.4rem;
  padding: 8px 13px !important;
  height: auto !important;
  border-radius: 3px;
  border: 0px;
}
.account.enhanced-dashboard .box-account.box-recent .box-head a:hover,
.enhanced-dashboard .box-account.box-recent .box-head a:hover {
  background: #66cc66;
  color: #ffffff;
}
.account.enhanced-dashboard .abs-blocks-2columns,
.enhanced-dashboard .abs-blocks-2columns,
.account.enhanced-dashboard .abs-discount-block-desktop .block,
.enhanced-dashboard .abs-discount-block-desktop .block,
.account.enhanced-dashboard .amazon-addresses .amazon-address,
.enhanced-dashboard .amazon-addresses .amazon-address,
.account.enhanced-dashboard .login-container .block,
.enhanced-dashboard .login-container .block,
.account.enhanced-dashboard .column.main .block:not(.widget) .block-content .box,
.enhanced-dashboard .column.main .block:not(.widget) .block-content .box,
.account.enhanced-dashboard .form-address-edit > .fieldset,
.enhanced-dashboard .form-address-edit > .fieldset,
.account.enhanced-dashboard .form-edit-account .fieldset,
.enhanced-dashboard .form-edit-account .fieldset,
.account.enhanced-dashboard .storecredit .block,
.enhanced-dashboard .storecredit .block,
.account.enhanced-dashboard .paypal-review-discount .block,
.enhanced-dashboard .paypal-review-discount .block,
.account.enhanced-dashboard .cart-discount .block,
.enhanced-dashboard .cart-discount .block {
  background: none;
  padding: 2px;
  border: 0px;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
}
.account.enhanced-dashboard .block-dashboard-info,
.enhanced-dashboard .block-dashboard-info {
  position: relative !important;
}
.account.enhanced-dashboard .block-dashboard-info .block-content,
.enhanced-dashboard .block-dashboard-info .block-content {
  position: static;
}
.account.enhanced-dashboard .block-dashboard-info .accinfornewssub,
.enhanced-dashboard .block-dashboard-info .accinfornewssub {
  margin-top: 15px !important;
}
.account.enhanced-dashboard .block-dashboard-info .accinfornewssub .label span,
.enhanced-dashboard .block-dashboard-info .accinfornewssub .label span {
  font-size: 1.6rem;
}
.account.enhanced-dashboard .block-dashboard-info .block-content .box-information,
.enhanced-dashboard .block-dashboard-info .block-content .box-information {
  height: auto !important;
  position: static !important;
}
.account.enhanced-dashboard .block-dashboard-info .block-content .box-information .box-actions,
.enhanced-dashboard .block-dashboard-info .block-content .box-information .box-actions {
  position: absolute;
  top: 15px !important;
  left: 93% !important;
}
.account.enhanced-dashboard .block-dashboard-info .block-content .box-information .box-actions .action.edit,
.enhanced-dashboard .block-dashboard-info .block-content .box-information .box-actions .action.edit {
  border-radius: 3px;
  font-size: 1.4rem;
  color: #006699;
  background: #ffffff;
  padding: 5px 10px;
  text-decoration: none;
  text-transform: capitalize !important;
  border: 1px solid #006699 !important;
  text-shadow: none;
  font-family: 'Source Sans Pro' !important;
}
.account.enhanced-dashboard .block-dashboard-info .block-content .box-information .box-actions .action.edit:hover,
.enhanced-dashboard .block-dashboard-info .block-content .box-information .box-actions .action.edit:hover {
  text-decoration: none;
  text-shadow: none;
  background: #66cc66 !important;
  border: 1px solid #66cc66 !important;
  color: #ffffff;
}
.account.enhanced-dashboard .block-dashboard-info .block-content .box-information .box-actions .action.edit:before,
.enhanced-dashboard .block-dashboard-info .block-content .box-information .box-actions .action.edit:before {
  content: 'Edit';
  font-weight: 600;
}
.account.enhanced-dashboard .block-recent-orders,
.enhanced-dashboard .block-recent-orders,
.account.enhanced-dashboard .block-addresses-list,
.enhanced-dashboard .block-addresses-list {
  margin-bottom: 20px !important;
}
.account.enhanced-dashboard .block-recent-orders .table-wrapper,
.enhanced-dashboard .block-recent-orders .table-wrapper,
.account.enhanced-dashboard .block-addresses-list .table-wrapper,
.enhanced-dashboard .block-addresses-list .table-wrapper {
  margin-top: 60px;
}
.account.enhanced-dashboard #customerconnect_orders,
.enhanced-dashboard #customerconnect_orders,
.account.enhanced-dashboard #customerconnect_servicecalls,
.enhanced-dashboard #customerconnect_servicecalls,
.account.enhanced-dashboard #customerconnect_rmas,
.enhanced-dashboard #customerconnect_rmas,
.account.enhanced-dashboard #customerconnect_shipments,
.enhanced-dashboard #customerconnect_shipments,
.account.enhanced-dashboard #customerconnect_invoices_grid,
.enhanced-dashboard #customerconnect_invoices_grid,
.account.enhanced-dashboard #customerconnect_payments,
.enhanced-dashboard #customerconnect_payments,
.account.enhanced-dashboard #customer_arpayments_invoices_list,
.enhanced-dashboard #customer_arpayments_invoices_list,
.account.enhanced-dashboard #customerconnect_skus_massaction-form,
.enhanced-dashboard #customerconnect_skus_massaction-form,
.account.enhanced-dashboard #rfq_confirmreject,
.enhanced-dashboard #rfq_confirmreject,
.account.enhanced-dashboard .customerconnect_skus_add-form,
.enhanced-dashboard .customerconnect_skus_add-form,
.account.enhanced-dashboard #dealerconnect_claims,
.enhanced-dashboard #dealerconnect_claims,
.account.enhanced-dashboard #supplierconnect_rfqs,
.enhanced-dashboard #supplierconnect_rfqs,
.account.enhanced-dashboard #supplierconnect_parts,
.enhanced-dashboard #supplierconnect_parts,
.account.enhanced-dashboard #supplierconnect_invoices,
.enhanced-dashboard #supplierconnect_invoices,
.account.enhanced-dashboard #supplierconnect_orders_list,
.enhanced-dashboard #supplierconnect_orders_list,
.account.enhanced-dashboard #purchase_order_confirmreject,
.enhanced-dashboard #purchase_order_confirmreject,
.account.enhanced-dashboard #supplierconnect_payments,
.enhanced-dashboard #supplierconnect_payments,
.account.enhanced-dashboard #masqueradegrid,
.enhanced-dashboard #masqueradegrid,
.account.enhanced-dashboard #authenticationPopup,
.enhanced-dashboard #authenticationPopup,
.account.enhanced-dashboard #pricing_rules,
.enhanced-dashboard #pricing_rules,
.account.enhanced-dashboard #salesrepGrid,
.enhanced-dashboard #salesrepGrid,
.account.enhanced-dashboard #erpaccountGrid,
.enhanced-dashboard #erpaccountGrid,
.account.enhanced-dashboard #returnSteps,
.enhanced-dashboard #returnSteps,
.account.enhanced-dashboard #customerconnect_returns,
.enhanced-dashboard #customerconnect_returns,
.account.enhanced-dashboard #dealerconnect_inventory,
.enhanced-dashboard #dealerconnect_inventory,
.account.enhanced-dashboard #customerconnect_customer_list_contracts_list_grid,
.enhanced-dashboard #customerconnect_customer_list_contracts_list_grid,
.account.enhanced-dashboard #customerconnect_rph,
.enhanced-dashboard #customerconnect_rph,
.account.enhanced-dashboard.customerconnect-contacts-index .contact-shipping,
.enhanced-dashboard.customerconnect-contacts-index .contact-shipping,
.account.enhanced-dashboard.customerconnect-shippingaddress-index .contact-shipping,
.enhanced-dashboard.customerconnect-shippingaddress-index .contact-shipping {
  background: #ffffff;
  border-radius: 3px;
  box-shadow: 0px 0px 6px #d5d5d5;
  padding: 10px;
  position: relative;
  font-family: 'Source Sans Pro' !important;
  margin-bottom: 20px;
}
.account.enhanced-dashboard.customerconnect-contacts-index .contact-shipping,
.enhanced-dashboard.customerconnect-contacts-index .contact-shipping,
.account.enhanced-dashboard.customerconnect-shippingaddress-index .contact-shipping,
.enhanced-dashboard.customerconnect-shippingaddress-index .contact-shipping {
  position: relative;
}
.account.enhanced-dashboard.customerconnect-contacts-index .contact-shipping .refreshdatabtn,
.enhanced-dashboard.customerconnect-contacts-index .contact-shipping .refreshdatabtn,
.account.enhanced-dashboard.customerconnect-shippingaddress-index .contact-shipping .refreshdatabtn,
.enhanced-dashboard.customerconnect-shippingaddress-index .contact-shipping .refreshdatabtn {
  display: none;
}
.account.enhanced-dashboard.customerconnect-contacts-index .contact-shipping .admin__data-grid-header.admin__data-grid-toolbar .admin__data-grid-pager-wrap,
.enhanced-dashboard.customerconnect-contacts-index .contact-shipping .admin__data-grid-header.admin__data-grid-toolbar .admin__data-grid-pager-wrap,
.account.enhanced-dashboard.customerconnect-shippingaddress-index .contact-shipping .admin__data-grid-header.admin__data-grid-toolbar .admin__data-grid-pager-wrap,
.enhanced-dashboard.customerconnect-shippingaddress-index .contact-shipping .admin__data-grid-header.admin__data-grid-toolbar .admin__data-grid-pager-wrap {
  position: absolute;
  display: block;
}
.account.enhanced-dashboard.customerconnect-contacts-index .contact-shipping .admin__data-grid-header.admin__data-grid-toolbar .admin__data-grid-pager-wrap .admin__data-grid-pager,
.enhanced-dashboard.customerconnect-contacts-index .contact-shipping .admin__data-grid-header.admin__data-grid-toolbar .admin__data-grid-pager-wrap .admin__data-grid-pager,
.account.enhanced-dashboard.customerconnect-shippingaddress-index .contact-shipping .admin__data-grid-header.admin__data-grid-toolbar .admin__data-grid-pager-wrap .admin__data-grid-pager,
.enhanced-dashboard.customerconnect-shippingaddress-index .contact-shipping .admin__data-grid-header.admin__data-grid-toolbar .admin__data-grid-pager-wrap .admin__data-grid-pager,
.account.enhanced-dashboard.customerconnect-contacts-index .contact-shipping .admin__data-grid-header.admin__data-grid-toolbar .admin__data-grid-pager-wrap .admin__control-support-text,
.enhanced-dashboard.customerconnect-contacts-index .contact-shipping .admin__data-grid-header.admin__data-grid-toolbar .admin__data-grid-pager-wrap .admin__control-support-text,
.account.enhanced-dashboard.customerconnect-shippingaddress-index .contact-shipping .admin__data-grid-header.admin__data-grid-toolbar .admin__data-grid-pager-wrap .admin__control-support-text,
.enhanced-dashboard.customerconnect-shippingaddress-index .contact-shipping .admin__data-grid-header.admin__data-grid-toolbar .admin__data-grid-pager-wrap .admin__control-support-text {
  bottom: 0px !important;
}
.account.enhanced-dashboard.customerconnect-contacts-index .contact-shipping .admin__data-grid-header.admin__data-grid-toolbar .material-icons.grid-filter-icon,
.enhanced-dashboard.customerconnect-contacts-index .contact-shipping .admin__data-grid-header.admin__data-grid-toolbar .material-icons.grid-filter-icon,
.account.enhanced-dashboard.customerconnect-shippingaddress-index .contact-shipping .admin__data-grid-header.admin__data-grid-toolbar .material-icons.grid-filter-icon,
.enhanced-dashboard.customerconnect-shippingaddress-index .contact-shipping .admin__data-grid-header.admin__data-grid-toolbar .material-icons.grid-filter-icon {
  right: 8px;
}
.account.enhanced-dashboard.customerconnect-contacts-index .contact-shipping .page-actions,
.enhanced-dashboard.customerconnect-contacts-index .contact-shipping .page-actions,
.account.enhanced-dashboard.customerconnect-shippingaddress-index .contact-shipping .page-actions,
.enhanced-dashboard.customerconnect-shippingaddress-index .contact-shipping .page-actions {
  position: absolute;
  right: 7px;
  z-index: 999;
  padding-right: 0px;
}
.account.enhanced-dashboard.customerconnect-contacts-index .contact-shipping .page-actions .action-default:hover,
.enhanced-dashboard.customerconnect-contacts-index .contact-shipping .page-actions .action-default:hover,
.account.enhanced-dashboard.customerconnect-shippingaddress-index .contact-shipping .page-actions .action-default:hover,
.enhanced-dashboard.customerconnect-shippingaddress-index .contact-shipping .page-actions .action-default:hover {
  color: #66cc66;
}
.account.enhanced-dashboard.customerconnect-contacts-index .contact-shipping #customer_account_contacts_list,
.enhanced-dashboard.customerconnect-contacts-index .contact-shipping #customer_account_contacts_list {
  margin-top: 0px;
}
.account.enhanced-dashboard.customerconnect-skus-add .column.main,
.enhanced-dashboard.customerconnect-skus-add .column.main {
  position: relative;
  padding-bottom: 40px !important;
}
.account.enhanced-dashboard.customerconnect-skus-add #customerconnect_skus_add-form #addSkuTable tfoot input.action-secondary,
.enhanced-dashboard.customerconnect-skus-add #customerconnect_skus_add-form #addSkuTable tfoot input.action-secondary {
  border-radius: 3px;
  font-size: 1.4rem;
  color: #006699;
  background: #ffffff;
  padding: 5px 10px;
  text-decoration: none;
  text-transform: capitalize !important;
  border: 1px solid #006699 !important;
  font-family: 'Source Sans Pro' !important;
  text-shadow: none;
}
.account.enhanced-dashboard.customerconnect-skus-add #customerconnect_skus_add-form #addSkuTable tfoot input.action-secondary:hover,
.enhanced-dashboard.customerconnect-skus-add #customerconnect_skus_add-form #addSkuTable tfoot input.action-secondary:hover {
  text-decoration: none;
  text-shadow: none;
  background: #66cc66 !important;
  border: 1px solid #66cc66 !important;
  color: #ffffff;
}
.account.enhanced-dashboard.customerconnect-skus-add #customerconnect_skus_add-form .add-save-sku-page-dlsv,
.enhanced-dashboard.customerconnect-skus-add #customerconnect_skus_add-form .add-save-sku-page-dlsv {
  position: absolute;
  top: 100%;
  right: 15px;
  margin-top: 10px;
}
.account.enhanced-dashboard.customerconnect-skus-add #customerconnect_skus_add-form .add-save-sku-page-dlsv .delete-row,
.enhanced-dashboard.customerconnect-skus-add #customerconnect_skus_add-form .add-save-sku-page-dlsv .delete-row {
  margin-right: 10px;
}
.account.enhanced-dashboard #supplierconnect_rfqs .admin__data-grid-header .grid-filter-icon,
.enhanced-dashboard #supplierconnect_rfqs .admin__data-grid-header .grid-filter-icon,
.account.enhanced-dashboard #supplierconnect_parts .admin__data-grid-header .grid-filter-icon,
.enhanced-dashboard #supplierconnect_parts .admin__data-grid-header .grid-filter-icon,
.account.enhanced-dashboard #supplierconnect_invoices .admin__data-grid-header .grid-filter-icon,
.enhanced-dashboard #supplierconnect_invoices .admin__data-grid-header .grid-filter-icon,
.account.enhanced-dashboard #supplierconnect_orders_list .admin__data-grid-header .grid-filter-icon,
.enhanced-dashboard #supplierconnect_orders_list .admin__data-grid-header .grid-filter-icon,
.account.enhanced-dashboard #supplierconnect_orders_create .admin__data-grid-header .grid-filter-icon,
.enhanced-dashboard #supplierconnect_orders_create .admin__data-grid-header .grid-filter-icon,
.account.enhanced-dashboard #supplierconnect_orders_changes .admin__data-grid-header .grid-filter-icon,
.enhanced-dashboard #supplierconnect_orders_changes .admin__data-grid-header .grid-filter-icon,
.account.enhanced-dashboard #supplierconnect_payments .admin__data-grid-header .grid-filter-icon,
.enhanced-dashboard #supplierconnect_payments .admin__data-grid-header .grid-filter-icon,
.account.enhanced-dashboard #supplierconnect_rfqs .admin__data-grid-toolbar .grid-filter-icon,
.enhanced-dashboard #supplierconnect_rfqs .admin__data-grid-toolbar .grid-filter-icon,
.account.enhanced-dashboard #supplierconnect_parts .admin__data-grid-toolbar .grid-filter-icon,
.enhanced-dashboard #supplierconnect_parts .admin__data-grid-toolbar .grid-filter-icon,
.account.enhanced-dashboard #supplierconnect_invoices .admin__data-grid-toolbar .grid-filter-icon,
.enhanced-dashboard #supplierconnect_invoices .admin__data-grid-toolbar .grid-filter-icon,
.account.enhanced-dashboard #supplierconnect_orders_list .admin__data-grid-toolbar .grid-filter-icon,
.enhanced-dashboard #supplierconnect_orders_list .admin__data-grid-toolbar .grid-filter-icon,
.account.enhanced-dashboard #supplierconnect_orders_create .admin__data-grid-toolbar .grid-filter-icon,
.enhanced-dashboard #supplierconnect_orders_create .admin__data-grid-toolbar .grid-filter-icon,
.account.enhanced-dashboard #supplierconnect_orders_changes .admin__data-grid-toolbar .grid-filter-icon,
.enhanced-dashboard #supplierconnect_orders_changes .admin__data-grid-toolbar .grid-filter-icon,
.account.enhanced-dashboard #supplierconnect_payments .admin__data-grid-toolbar .grid-filter-icon,
.enhanced-dashboard #supplierconnect_payments .admin__data-grid-toolbar .grid-filter-icon {
  font-size: 0px;
  right: 0px;
  top: 50px;
}
.account.enhanced-dashboard.customerconnect-returns-details .column.main > h1,
.enhanced-dashboard.customerconnect-returns-details .column.main > h1 {
  font-size: 2.6rem;
  margin-bottom: 0px;
  margin-top: -15px;
}
.account.enhanced-dashboard.customerconnect-returns-details #button_bar,
.enhanced-dashboard.customerconnect-returns-details #button_bar {
  top: -63px;
  text-align: right;
}
.account.enhanced-dashboard.customerconnect-returns-details #button_bar .action-default.scalable.save,
.enhanced-dashboard.customerconnect-returns-details #button_bar .action-default.scalable.save {
  border-radius: 3px;
  font-size: 1.4rem;
  color: #006699;
  background: #ffffff;
  padding: 5px 10px;
  text-decoration: none;
  text-transform: capitalize !important;
  border: 1px solid #006699 !important;
  text-shadow: none;
  font-family: 'Source Sans Pro' !important;
}
.account.enhanced-dashboard.customerconnect-returns-details #button_bar .action-default.scalable.save:hover,
.enhanced-dashboard.customerconnect-returns-details #button_bar .action-default.scalable.save:hover {
  text-decoration: none;
  text-shadow: none;
  background: #66cc66 !important;
  border: 1px solid #66cc66 !important;
  color: #ffffff;
}
.account.enhanced-dashboard.epicor_comm-returns-index #return_lines_table tbody tr td .refreshdatabtn .refreshdatabtn-link,
.enhanced-dashboard.epicor_comm-returns-index #return_lines_table tbody tr td .refreshdatabtn .refreshdatabtn-link {
  font-size: 0px !important;
}
.account.enhanced-dashboard.epicor_comm-returns-index #return_lines_table tbody tr td .page-actions .action-default.scalable,
.enhanced-dashboard.epicor_comm-returns-index #return_lines_table tbody tr td .page-actions .action-default.scalable {
  font-size: 0px;
  border: 0px;
  padding: 0px;
}
.account.enhanced-dashboard.epicor_comm-returns-index #return_lines_table tbody tr td .page-actions .action-default.scalable:before,
.enhanced-dashboard.epicor_comm-returns-index #return_lines_table tbody tr td .page-actions .action-default.scalable:before {
  content: 'add_circle_outline';
  font-size: 2.8rem;
  color: #006699;
}
.account.enhanced-dashboard.epicor_comm-returns-index #return_lines_table tbody tr td .page-actions .action-default.scalable:hover,
.enhanced-dashboard.epicor_comm-returns-index #return_lines_table tbody tr td .page-actions .action-default.scalable:hover {
  background: none !important;
}
.account.enhanced-dashboard.epicor_comm-returns-index #return_lines_table tbody tr td .page-actions .action-default.scalable:hover:before,
.enhanced-dashboard.epicor_comm-returns-index #return_lines_table tbody tr td .page-actions .action-default.scalable:hover:before {
  color: #66cc66 !important;
  background: none !important;
}
.account.enhanced-dashboard #returnSteps #returns-step-return .button,
.enhanced-dashboard #returnSteps #returns-step-return .button {
  border-radius: 3px;
  font-size: 1.4rem;
  color: #006699;
  background: #ffffff;
  padding: 5px 10px;
  text-decoration: none;
  text-transform: capitalize !important;
  border: 1px solid #006699 !important;
  text-shadow: none;
  font-family: 'Source Sans Pro' !important;
}
.account.enhanced-dashboard #returnSteps #returns-step-return .button:hover,
.enhanced-dashboard #returnSteps #returns-step-return .button:hover {
  text-decoration: none;
  text-shadow: none;
  background: #66cc66 !important;
  border: 1px solid #66cc66 !important;
  color: #ffffff;
}
.account.enhanced-dashboard #returnSteps #returns-step-return #find_type,
.enhanced-dashboard #returnSteps #returns-step-return #find_type {
  padding: 5px;
}
.account.enhanced-dashboard.epicor_comm-returns-lists .gridblock,
.enhanced-dashboard.epicor_comm-returns-lists .gridblock {
  background: #ffffff;
  border-radius: 3px;
  box-shadow: 0px 0px 6px #d5d5d5;
  padding: 10px;
  position: relative;
  font-family: 'Source Sans Pro' !important;
  margin-bottom: 20px;
}
.account.enhanced-dashboard.epicor_comm-returns-lists .gridblock .scalable.save,
.enhanced-dashboard.epicor_comm-returns-lists .gridblock .scalable.save {
  font-size: 0px !important;
  background: none !important;
  border: 0px !important;
  padding: 3px !important;
  float: right;
  clear: right;
  margin-bottom: 20px;
}
.account.enhanced-dashboard.epicor_comm-returns-lists .gridblock .scalable.save:before,
.enhanced-dashboard.epicor_comm-returns-lists .gridblock .scalable.save:before {
  content: 'add_circle_outline';
  font-size: 3.2rem;
  color: #006699;
}
.account.enhanced-dashboard.epicor_comm-returns-lists .gridblock .scalable.save:hover,
.enhanced-dashboard.epicor_comm-returns-lists .gridblock .scalable.save:hover {
  border: 0px !important;
  padding: 3px !important;
  background: none !important;
}
.account.enhanced-dashboard.epicor_comm-returns-lists .gridblock .scalable.save:hover:before,
.enhanced-dashboard.epicor_comm-returns-lists .gridblock .scalable.save:hover:before {
  color: #66cc66 !important;
  background: none !important;
}
.account.enhanced-dashboard.epicor_comm-returns-lists .gridblock .data-table,
.enhanced-dashboard.epicor_comm-returns-lists .gridblock .data-table {
  margin-top: 0px;
}
.account.enhanced-dashboard.epicor_comm-returns-lists .gridblock .data-table tbody td a,
.enhanced-dashboard.epicor_comm-returns-lists .gridblock .data-table tbody td a {
  font-size: 0px !important;
  background: none !important;
  border: 0px !important;
  text-decoration: none;
  padding: 3px !important;
  color: #007bdb;
  position: relative;
}
.account.enhanced-dashboard.epicor_comm-returns-lists .gridblock .data-table tbody td a:before,
.enhanced-dashboard.epicor_comm-returns-lists .gridblock .data-table tbody td a:before {
  content: 'visibility' !important;
  font-size: 2.4rem;
  color: #007bdb;
}
.account.enhanced-dashboard.epicor_comm-returns-lists .gridblock .data-table tbody td a:after,
.enhanced-dashboard.epicor_comm-returns-lists .gridblock .data-table tbody td a:after {
  margin: 0px !important;
  width: 0px !important;
  font-size: 0px !important;
}
.account.enhanced-dashboard.epicor_comm-returns-lists .gridblock .data-table tbody td a:hover,
.enhanced-dashboard.epicor_comm-returns-lists .gridblock .data-table tbody td a:hover {
  text-decoration: none;
  border: 0px !important;
  background: none !important;
}
.account.enhanced-dashboard.epicor_comm-returns-lists .gridblock .data-table tbody td a:hover:before,
.enhanced-dashboard.epicor_comm-returns-lists .gridblock .data-table tbody td a:hover:before {
  color: #66cc66 !important;
  background: none !important;
}
.account.enhanced-dashboard.epicor_comm-returns-lists .gridblock .data-table tbody td a:after,
.enhanced-dashboard.epicor_comm-returns-lists .gridblock .data-table tbody td a:after {
  content: 'See Details' !important;
  position: absolute;
  top: 0px;
  left: 30px;
  text-transform: capitalize;
  width: 55px !important;
  font-size: 12px !important;
  color: #000000;
  border: 1px solid #000000 !important;
  padding: 5px;
  background: #ffffff;
  visibility: hidden;
}
.account.enhanced-dashboard.epicor_comm-returns-lists .gridblock .data-table tbody td a:hover:after,
.enhanced-dashboard.epicor_comm-returns-lists .gridblock .data-table tbody td a:hover:after {
  visibility: visible;
}
.account.enhanced-dashboard #sales_rep_menu,
.enhanced-dashboard #sales_rep_menu {
  border: 0px;
  padding: 10px 10px 10px 0px;
  margin-bottom: 15px;
  background: #ffffff;
  position: relative;
  right: 15px;
  top: -22px;
  width: 105%;
}
.account.enhanced-dashboard #sales_rep_menu .salesrep-link-selected,
.enhanced-dashboard #sales_rep_menu .salesrep-link-selected {
  font-size: 1.6rem;
  margin: 0px 5px;
}
.account.enhanced-dashboard #sales_rep_menu .salesrep-link,
.enhanced-dashboard #sales_rep_menu .salesrep-link {
  font-size: 1.6rem;
  color: #006699;
  margin: 0px 5px;
}
.account.enhanced-dashboard #sales_rep_menu .salesrep-link:hover,
.enhanced-dashboard #sales_rep_menu .salesrep-link:hover {
  color: #333333;
}
.account.enhanced-dashboard.cms-no-route .page-wrapper .page-main .column.main,
.enhanced-dashboard.cms-no-route .page-wrapper .page-main .column.main,
.account.enhanced-dashboard.cms-noroute-index .page-wrapper .page-main .column.main,
.enhanced-dashboard.cms-noroute-index .page-wrapper .page-main .column.main {
  background: none !important;
}
.account.enhanced-dashboard.epicor_salesrep-account_manage-hierarchy #sales_rep_account_parents .admin__data-grid-header.admin__data-grid-toolbar,
.enhanced-dashboard.epicor_salesrep-account_manage-hierarchy #sales_rep_account_parents .admin__data-grid-header.admin__data-grid-toolbar,
.account.enhanced-dashboard.epicor_salesrep-account_manage-hierarchy #sales_rep_account_children .admin__data-grid-header.admin__data-grid-toolbar,
.enhanced-dashboard.epicor_salesrep-account_manage-hierarchy #sales_rep_account_children .admin__data-grid-header.admin__data-grid-toolbar {
  min-height: 5px;
}
.account.enhanced-dashboard.epicor_salesrep-account_manage-hierarchy #sales_rep_account_parents .admin__data-grid-header.admin__data-grid-toolbar .refreshdatabtn,
.enhanced-dashboard.epicor_salesrep-account_manage-hierarchy #sales_rep_account_parents .admin__data-grid-header.admin__data-grid-toolbar .refreshdatabtn,
.account.enhanced-dashboard.epicor_salesrep-account_manage-hierarchy #sales_rep_account_children .admin__data-grid-header.admin__data-grid-toolbar .refreshdatabtn,
.enhanced-dashboard.epicor_salesrep-account_manage-hierarchy #sales_rep_account_children .admin__data-grid-header.admin__data-grid-toolbar .refreshdatabtn {
  display: none;
}
.account.enhanced-dashboard .actions-toolbar.order-actions-toolbar .actions,
.enhanced-dashboard .actions-toolbar.order-actions-toolbar .actions {
  padding-right: 75px;
  position: relative;
  text-align: right;
}
.account.enhanced-dashboard .actions-toolbar.order-actions-toolbar .actions .separator,
.enhanced-dashboard .actions-toolbar.order-actions-toolbar .actions .separator {
  display: none;
}
.account.enhanced-dashboard .actions-toolbar.order-actions-toolbar .actions a.action.order.link-reorder,
.enhanced-dashboard .actions-toolbar.order-actions-toolbar .actions a.action.order.link-reorder {
  border-radius: 3px;
  font-size: 1.4rem;
  color: #006699;
  background: #ffffff;
  padding: 5px 10px;
  text-decoration: none;
  text-transform: capitalize !important;
  border: 1px solid #006699 !important;
  text-shadow: none;
  font-family: 'Source Sans Pro' !important;
  position: absolute;
  right: 0px;
  top: 0px;
}
.account.enhanced-dashboard .actions-toolbar.order-actions-toolbar .actions a.action.order.link-reorder:hover,
.enhanced-dashboard .actions-toolbar.order-actions-toolbar .actions a.action.order.link-reorder:hover {
  text-decoration: none;
  text-shadow: none;
  background: #66cc66 !important;
  border: 1px solid #66cc66 !important;
  color: #ffffff;
}
.account.enhanced-dashboard .actions-toolbar.order-actions-toolbar .actions a.action.order.link-reorder:nth-of-type(1),
.enhanced-dashboard .actions-toolbar.order-actions-toolbar .actions a.action.order.link-reorder:nth-of-type(1) {
  position: static;
  display: inline-block !important;
  margin-right: 15px !important;
  font-size: 0px !important;
  background: none !important;
  border: 0px !important;
  text-decoration: none;
  padding: 3px !important;
  color: #007bdb;
}
.account.enhanced-dashboard .actions-toolbar.order-actions-toolbar .actions a.action.order.link-reorder:nth-of-type(1):before,
.enhanced-dashboard .actions-toolbar.order-actions-toolbar .actions a.action.order.link-reorder:nth-of-type(1):before {
  content: 'shopping_cart' !important;
  font-size: 2.4rem;
  color: #007bdb;
}
.account.enhanced-dashboard .actions-toolbar.order-actions-toolbar .actions a.action.order.link-reorder:nth-of-type(1):after,
.enhanced-dashboard .actions-toolbar.order-actions-toolbar .actions a.action.order.link-reorder:nth-of-type(1):after {
  margin: 0px !important;
  width: 0px !important;
  font-size: 0px !important;
}
.account.enhanced-dashboard .actions-toolbar.order-actions-toolbar .actions a.action.order.link-reorder:nth-of-type(1):hover,
.enhanced-dashboard .actions-toolbar.order-actions-toolbar .actions a.action.order.link-reorder:nth-of-type(1):hover {
  text-decoration: none;
  border: 0px !important;
  background: none !important;
}
.account.enhanced-dashboard .actions-toolbar.order-actions-toolbar .actions a.action.order.link-reorder:nth-of-type(1):hover:before,
.enhanced-dashboard .actions-toolbar.order-actions-toolbar .actions a.action.order.link-reorder:nth-of-type(1):hover:before {
  color: #66cc66 !important;
  background: none !important;
}
.account.enhanced-dashboard .actions-toolbar.order-actions-toolbar .actions a.action.order.link-reorder:nth-of-type(1):before,
.enhanced-dashboard .actions-toolbar.order-actions-toolbar .actions a.action.order.link-reorder:nth-of-type(1):before {
  content: 'shopping_cart' !important;
  font-size: 2.4rem;
  color: #007bdb;
}
.account.enhanced-dashboard .actions-toolbar.order-actions-toolbar .actions a.action.order.link-reorder:nth-of-type(1):after,
.enhanced-dashboard .actions-toolbar.order-actions-toolbar .actions a.action.order.link-reorder:nth-of-type(1):after {
  margin: 0px !important;
  width: 0px !important;
  font-size: 0px !important;
}
.account.enhanced-dashboard .actions-toolbar.order-actions-toolbar .actions a.action.order.link-reorder:nth-of-type(1):hover,
.enhanced-dashboard .actions-toolbar.order-actions-toolbar .actions a.action.order.link-reorder:nth-of-type(1):hover {
  text-decoration: none;
  border: 0px !important;
  background: none !important;
}
.account.enhanced-dashboard .actions-toolbar.order-actions-toolbar .actions a.action.order.link-reorder:nth-of-type(1):hover:before,
.enhanced-dashboard .actions-toolbar.order-actions-toolbar .actions a.action.order.link-reorder:nth-of-type(1):hover:before {
  color: #66cc66 !important;
  background: none !important;
}
.account.enhanced-dashboard .actions-toolbar.order-actions-toolbar .actions a.action.print,
.enhanced-dashboard .actions-toolbar.order-actions-toolbar .actions a.action.print {
  font-size: 0px !important;
  background: none !important;
  border: 0px !important;
  text-decoration: none;
  padding: 3px !important;
  color: #007bdb;
}
.account.enhanced-dashboard .actions-toolbar.order-actions-toolbar .actions a.action.print:before,
.enhanced-dashboard .actions-toolbar.order-actions-toolbar .actions a.action.print:before {
  content: 'print' !important;
  font-size: 2.4rem;
  color: #007bdb;
}
.account.enhanced-dashboard .actions-toolbar.order-actions-toolbar .actions a.action.print:after,
.enhanced-dashboard .actions-toolbar.order-actions-toolbar .actions a.action.print:after {
  margin: 0px !important;
  width: 0px !important;
  font-size: 0px !important;
}
.account.enhanced-dashboard .actions-toolbar.order-actions-toolbar .actions a.action.print:hover,
.enhanced-dashboard .actions-toolbar.order-actions-toolbar .actions a.action.print:hover {
  text-decoration: none;
  border: 0px !important;
  background: none !important;
}
.account.enhanced-dashboard .actions-toolbar.order-actions-toolbar .actions a.action.print:hover:before,
.enhanced-dashboard .actions-toolbar.order-actions-toolbar .actions a.action.print:hover:before {
  color: #66cc66 !important;
  background: none !important;
}
.account.enhanced-dashboard.sales-order-view .actions-toolbar.order-actions-toolbar .actions .action.print,
.enhanced-dashboard.sales-order-view .actions-toolbar.order-actions-toolbar .actions .action.print {
  bottom: 0px;
}
.account.enhanced-dashboard.sales-order-view .page-title-wrapper .actions-toolbar.order-actions-toolbar .actions .action.print,
.enhanced-dashboard.sales-order-view .page-title-wrapper .actions-toolbar.order-actions-toolbar .actions .action.print {
  position: relative !important;
  position: relative;
}
.account.enhanced-dashboard.sales-order-view .page-title-wrapper .actions-toolbar.order-actions-toolbar .actions .action.print:after,
.enhanced-dashboard.sales-order-view .page-title-wrapper .actions-toolbar.order-actions-toolbar .actions .action.print:after {
  content: 'Print';
  position: absolute;
  top: 30px;
  left: 30px;
  text-transform: capitalize;
  width: auto !important;
  font-size: 12px !important;
  color: #000000;
  border: 1px solid #000000;
  padding: 5px;
  background: #ffffff;
  visibility: hidden;
}
.account.enhanced-dashboard.sales-order-view .page-title-wrapper .actions-toolbar.order-actions-toolbar .actions .action.print:hover:after,
.enhanced-dashboard.sales-order-view .page-title-wrapper .actions-toolbar.order-actions-toolbar .actions .action.print:hover:after {
  visibility: visible;
}
.account.enhanced-dashboard.sales-order-view .page-title-wrapper .actions-toolbar.order-actions-toolbar .actions a.action.order.link-reorder,
.enhanced-dashboard.sales-order-view .page-title-wrapper .actions-toolbar.order-actions-toolbar .actions a.action.order.link-reorder {
  position: absolute;
}
.account.enhanced-dashboard.sales-order-view .page-title-wrapper .actions-toolbar.order-actions-toolbar .actions a.action.order.link-reorder:after,
.enhanced-dashboard.sales-order-view .page-title-wrapper .actions-toolbar.order-actions-toolbar .actions a.action.order.link-reorder:after {
  content: '';
  border: 0px;
}
.account.enhanced-dashboard.sales-order-view .page-title-wrapper .actions-toolbar.order-actions-toolbar .actions a.action.order.link-reorder:nth-of-type(1),
.enhanced-dashboard.sales-order-view .page-title-wrapper .actions-toolbar.order-actions-toolbar .actions a.action.order.link-reorder:nth-of-type(1) {
  position: relative !important;
  position: relative;
}
.account.enhanced-dashboard.sales-order-view .page-title-wrapper .actions-toolbar.order-actions-toolbar .actions a.action.order.link-reorder:nth-of-type(1):after,
.enhanced-dashboard.sales-order-view .page-title-wrapper .actions-toolbar.order-actions-toolbar .actions a.action.order.link-reorder:nth-of-type(1):after {
  content: 'Reorder';
  position: absolute;
  top: 30px;
  left: 30px;
  text-transform: capitalize;
  width: auto !important;
  font-size: 12px !important;
  color: #000000;
  border: 1px solid #000000;
  padding: 5px;
  background: #ffffff;
  visibility: hidden;
}
.account.enhanced-dashboard.sales-order-view .page-title-wrapper .actions-toolbar.order-actions-toolbar .actions a.action.order.link-reorder:nth-of-type(1):hover:after,
.enhanced-dashboard.sales-order-view .page-title-wrapper .actions-toolbar.order-actions-toolbar .actions a.action.order.link-reorder:nth-of-type(1):hover:after {
  visibility: visible;
}
.account.enhanced-dashboard.sales-order-invoice .page-title-wrapper .actions-toolbar.order-actions-toolbar .actions .action.print,
.enhanced-dashboard.sales-order-invoice .page-title-wrapper .actions-toolbar.order-actions-toolbar .actions .action.print,
.account.enhanced-dashboard.sales-order-shipment .page-title-wrapper .actions-toolbar.order-actions-toolbar .actions .action.print,
.enhanced-dashboard.sales-order-shipment .page-title-wrapper .actions-toolbar.order-actions-toolbar .actions .action.print {
  position: relative !important;
  position: relative;
}
.account.enhanced-dashboard.sales-order-invoice .page-title-wrapper .actions-toolbar.order-actions-toolbar .actions .action.print:after,
.enhanced-dashboard.sales-order-invoice .page-title-wrapper .actions-toolbar.order-actions-toolbar .actions .action.print:after,
.account.enhanced-dashboard.sales-order-shipment .page-title-wrapper .actions-toolbar.order-actions-toolbar .actions .action.print:after,
.enhanced-dashboard.sales-order-shipment .page-title-wrapper .actions-toolbar.order-actions-toolbar .actions .action.print:after {
  content: 'Print';
  position: absolute;
  top: 30px;
  left: 30px;
  text-transform: capitalize;
  width: auto !important;
  font-size: 12px !important;
  color: #000000;
  border: 1px solid #000000;
  padding: 5px;
  background: #ffffff;
  visibility: hidden;
}
.account.enhanced-dashboard.sales-order-invoice .page-title-wrapper .actions-toolbar.order-actions-toolbar .actions .action.print:hover:after,
.enhanced-dashboard.sales-order-invoice .page-title-wrapper .actions-toolbar.order-actions-toolbar .actions .action.print:hover:after,
.account.enhanced-dashboard.sales-order-shipment .page-title-wrapper .actions-toolbar.order-actions-toolbar .actions .action.print:hover:after,
.enhanced-dashboard.sales-order-shipment .page-title-wrapper .actions-toolbar.order-actions-toolbar .actions .action.print:hover:after {
  visibility: visible;
}
.account.enhanced-dashboard.sales-order-invoice .page-title-wrapper .actions-toolbar.order-actions-toolbar .actions a.action.order.link-reorder,
.enhanced-dashboard.sales-order-invoice .page-title-wrapper .actions-toolbar.order-actions-toolbar .actions a.action.order.link-reorder,
.account.enhanced-dashboard.sales-order-shipment .page-title-wrapper .actions-toolbar.order-actions-toolbar .actions a.action.order.link-reorder,
.enhanced-dashboard.sales-order-shipment .page-title-wrapper .actions-toolbar.order-actions-toolbar .actions a.action.order.link-reorder {
  position: absolute;
}
.account.enhanced-dashboard.sales-order-invoice .page-title-wrapper .actions-toolbar.order-actions-toolbar .actions a.action.order.link-reorder:after,
.enhanced-dashboard.sales-order-invoice .page-title-wrapper .actions-toolbar.order-actions-toolbar .actions a.action.order.link-reorder:after,
.account.enhanced-dashboard.sales-order-shipment .page-title-wrapper .actions-toolbar.order-actions-toolbar .actions a.action.order.link-reorder:after,
.enhanced-dashboard.sales-order-shipment .page-title-wrapper .actions-toolbar.order-actions-toolbar .actions a.action.order.link-reorder:after {
  content: '';
  border: 0px;
}
.account.enhanced-dashboard.sales-order-invoice .page-title-wrapper .actions-toolbar.order-actions-toolbar .actions a.action.order.link-reorder:nth-of-type(1),
.enhanced-dashboard.sales-order-invoice .page-title-wrapper .actions-toolbar.order-actions-toolbar .actions a.action.order.link-reorder:nth-of-type(1),
.account.enhanced-dashboard.sales-order-shipment .page-title-wrapper .actions-toolbar.order-actions-toolbar .actions a.action.order.link-reorder:nth-of-type(1),
.enhanced-dashboard.sales-order-shipment .page-title-wrapper .actions-toolbar.order-actions-toolbar .actions a.action.order.link-reorder:nth-of-type(1) {
  position: relative !important;
  position: relative;
}
.account.enhanced-dashboard.sales-order-invoice .page-title-wrapper .actions-toolbar.order-actions-toolbar .actions a.action.order.link-reorder:nth-of-type(1):after,
.enhanced-dashboard.sales-order-invoice .page-title-wrapper .actions-toolbar.order-actions-toolbar .actions a.action.order.link-reorder:nth-of-type(1):after,
.account.enhanced-dashboard.sales-order-shipment .page-title-wrapper .actions-toolbar.order-actions-toolbar .actions a.action.order.link-reorder:nth-of-type(1):after,
.enhanced-dashboard.sales-order-shipment .page-title-wrapper .actions-toolbar.order-actions-toolbar .actions a.action.order.link-reorder:nth-of-type(1):after {
  content: 'Reorder';
  position: absolute;
  top: 30px;
  left: 30px;
  text-transform: capitalize;
  width: auto !important;
  font-size: 12px !important;
  color: #000000;
  border: 1px solid #000000;
  padding: 5px;
  background: #ffffff;
  visibility: hidden;
}
.account.enhanced-dashboard.sales-order-invoice .page-title-wrapper .actions-toolbar.order-actions-toolbar .actions a.action.order.link-reorder:nth-of-type(1):hover:after,
.enhanced-dashboard.sales-order-invoice .page-title-wrapper .actions-toolbar.order-actions-toolbar .actions a.action.order.link-reorder:nth-of-type(1):hover:after,
.account.enhanced-dashboard.sales-order-shipment .page-title-wrapper .actions-toolbar.order-actions-toolbar .actions a.action.order.link-reorder:nth-of-type(1):hover:after,
.enhanced-dashboard.sales-order-shipment .page-title-wrapper .actions-toolbar.order-actions-toolbar .actions a.action.order.link-reorder:nth-of-type(1):hover:after {
  visibility: visible;
}
.account.enhanced-dashboard .order-details-items,
.enhanced-dashboard .order-details-items {
  background: #ffffff !important;
  position: relative;
}
.account.enhanced-dashboard .order-details-items .order-title .action.track,
.enhanced-dashboard .order-details-items .order-title .action.track {
  border-radius: 3px;
  font-size: 1.4rem;
  color: #006699;
  background: #ffffff;
  padding: 5px 10px;
  text-decoration: none;
  text-transform: capitalize !important;
  border: 1px solid #006699 !important;
  text-shadow: none;
  font-family: 'Source Sans Pro' !important;
  float: none;
}
.account.enhanced-dashboard .order-details-items .order-title .action.track:hover,
.enhanced-dashboard .order-details-items .order-title .action.track:hover {
  text-decoration: none;
  text-shadow: none;
  background: #66cc66 !important;
  border: 1px solid #66cc66 !important;
  color: #ffffff;
}
.account.enhanced-dashboard .order-details-items .actions-toolbar,
.enhanced-dashboard .order-details-items .actions-toolbar {
  position: absolute;
  right: 15px;
  top: 25px;
}
.account.enhanced-dashboard .order-details-items .actions-toolbar .action.print,
.enhanced-dashboard .order-details-items .actions-toolbar .action.print {
  border-radius: 3px;
  font-size: 1.4rem;
  color: #006699;
  background: #ffffff;
  padding: 5px 10px;
  text-decoration: none;
  text-transform: capitalize !important;
  border: 1px solid #006699 !important;
  text-shadow: none;
  font-family: 'Source Sans Pro' !important;
}
.account.enhanced-dashboard .order-details-items .actions-toolbar .action.print:hover,
.enhanced-dashboard .order-details-items .actions-toolbar .action.print:hover {
  text-decoration: none;
  text-shadow: none;
  background: #66cc66 !important;
  border: 1px solid #66cc66 !important;
  color: #ffffff;
}
.account.enhanced-dashboard .order-details-items .order-title > strong,
.enhanced-dashboard .order-details-items .order-title > strong {
  font-weight: 600;
}
.account.enhanced-dashboard .order-details-items .order-title .action.print,
.enhanced-dashboard .order-details-items .order-title .action.print {
  border-radius: 3px;
  font-size: 1.4rem;
  color: #006699;
  background: #ffffff;
  padding: 5px 10px;
  text-decoration: none;
  text-transform: capitalize !important;
  border: 1px solid #006699 !important;
  text-shadow: none;
  font-family: 'Source Sans Pro' !important;
}
.account.enhanced-dashboard .order-details-items .order-title .action.print:hover,
.enhanced-dashboard .order-details-items .order-title .action.print:hover {
  text-decoration: none;
  text-shadow: none;
  background: #66cc66 !important;
  border: 1px solid #66cc66 !important;
  color: #ffffff;
}
.account.enhanced-dashboard .order-details-items .table-wrapper .data.table thead tr th,
.enhanced-dashboard .order-details-items .table-wrapper .data.table thead tr th {
  background: #f8f7f7 !important;
  color: #333333 !important;
  border: 1px solid #616161 !important;
  border: 1px solid #cccccc !important;
}
.account.enhanced-dashboard .order-details-items .table-wrapper .data.table tbody tr td,
.enhanced-dashboard .order-details-items .table-wrapper .data.table tbody tr td,
.account.enhanced-dashboard .order-details-items .table-wrapper .data.table tfoot tr td,
.enhanced-dashboard .order-details-items .table-wrapper .data.table tfoot tr td,
.account.enhanced-dashboard .order-details-items .table-wrapper .data.table tfoot tr th,
.enhanced-dashboard .order-details-items .table-wrapper .data.table tfoot tr th {
  border: 1px solid #cccccc !important;
  font-size: 1.6rem !important;
  color: #333333 !important;
}
.account.enhanced-dashboard .order-details-items .table-wrapper .data.table tbody tr td strong,
.enhanced-dashboard .order-details-items .table-wrapper .data.table tbody tr td strong,
.account.enhanced-dashboard .order-details-items .table-wrapper .data.table tfoot tr td strong,
.enhanced-dashboard .order-details-items .table-wrapper .data.table tfoot tr td strong,
.account.enhanced-dashboard .order-details-items .table-wrapper .data.table tfoot tr th strong,
.enhanced-dashboard .order-details-items .table-wrapper .data.table tfoot tr th strong {
  font-size: 1.6rem !important;
  color: #333333 !important;
}
.account.enhanced-dashboard .order-details-items .table-wrapper .data.table tbody tr td .price-excluding-tax,
.enhanced-dashboard .order-details-items .table-wrapper .data.table tbody tr td .price-excluding-tax,
.account.enhanced-dashboard .order-details-items .table-wrapper .data.table tfoot tr td .price-excluding-tax,
.enhanced-dashboard .order-details-items .table-wrapper .data.table tfoot tr td .price-excluding-tax,
.account.enhanced-dashboard .order-details-items .table-wrapper .data.table tfoot tr th .price-excluding-tax,
.enhanced-dashboard .order-details-items .table-wrapper .data.table tfoot tr th .price-excluding-tax,
.account.enhanced-dashboard .order-details-items .table-wrapper .data.table tbody tr td .price-excluding-tax,
.enhanced-dashboard .order-details-items .table-wrapper .data.table tbody tr td .price-excluding-tax,
.account.enhanced-dashboard .order-details-items .table-wrapper .data.table tfoot tr td .price-excluding-tax,
.enhanced-dashboard .order-details-items .table-wrapper .data.table tfoot tr td .price-excluding-tax,
.account.enhanced-dashboard .order-details-items .table-wrapper .data.table tfoot tr th .price-excluding-tax,
.enhanced-dashboard .order-details-items .table-wrapper .data.table tfoot tr th .price-excluding-tax {
  font-size: 1.6rem !important;
  color: #333333 !important;
}
.account.enhanced-dashboard.epicor_salesrep-account_manage-salesreps .admin__data-grid-header.admin__data-grid-toolbar,
.enhanced-dashboard.epicor_salesrep-account_manage-salesreps .admin__data-grid-header.admin__data-grid-toolbar,
.account.enhanced-dashboard.epicor_salesrep-account_manage-erpaccounts .admin__data-grid-header.admin__data-grid-toolbar,
.enhanced-dashboard.epicor_salesrep-account_manage-erpaccounts .admin__data-grid-header.admin__data-grid-toolbar {
  min-height: 60px;
}
.account.enhanced-dashboard.epicor_salesrep-account_manage-salesreps .admin__data-grid-header.admin__data-grid-toolbar .material-icons.grid-filter-icon,
.enhanced-dashboard.epicor_salesrep-account_manage-salesreps .admin__data-grid-header.admin__data-grid-toolbar .material-icons.grid-filter-icon,
.account.enhanced-dashboard.epicor_salesrep-account_manage-erpaccounts .admin__data-grid-header.admin__data-grid-toolbar .material-icons.grid-filter-icon,
.enhanced-dashboard.epicor_salesrep-account_manage-erpaccounts .admin__data-grid-header.admin__data-grid-toolbar .material-icons.grid-filter-icon {
  margin-right: 20px !important;
}
.account.enhanced-dashboard.epicor_salesrep-account_manage-pricingrules #pricing_rules .admin__data-grid-header.admin__data-grid-toolbar,
.enhanced-dashboard.epicor_salesrep-account_manage-pricingrules #pricing_rules .admin__data-grid-header.admin__data-grid-toolbar {
  min-height: 65px;
}
.account.enhanced-dashboard.epicor_salesrep-account_manage-pricingrules #pricing_rules .admin__data-grid-header.admin__data-grid-toolbar .material-icons.grid-filter-icon,
.enhanced-dashboard.epicor_salesrep-account_manage-pricingrules #pricing_rules .admin__data-grid-header.admin__data-grid-toolbar .material-icons.grid-filter-icon {
  right: 25px;
}
.account.enhanced-dashboard.epicor_salesrep-account_manage-pricingrules #pricing_rules .admin__data-grid-header.admin__data-grid-toolbar .admin__data-grid-header-row .admin__filter-actions,
.enhanced-dashboard.epicor_salesrep-account_manage-pricingrules #pricing_rules .admin__data-grid-header.admin__data-grid-toolbar .admin__data-grid-header-row .admin__filter-actions {
  right: 65px;
}
.account.enhanced-dashboard.epicor_salesrep-account_manage-pricingrules #pricing_rules,
.enhanced-dashboard.epicor_salesrep-account_manage-pricingrules #pricing_rules,
.account.enhanced-dashboard.epicor_salesrep-account_manage-salesreps #pricing_rules,
.enhanced-dashboard.epicor_salesrep-account_manage-salesreps #pricing_rules,
.account.enhanced-dashboard.epicor_salesrep-account_manage-erpaccounts #pricing_rules,
.enhanced-dashboard.epicor_salesrep-account_manage-erpaccounts #pricing_rules,
.account.enhanced-dashboard.epicor_salesrep-account_manage-pricingrules #salesrepGrid,
.enhanced-dashboard.epicor_salesrep-account_manage-pricingrules #salesrepGrid,
.account.enhanced-dashboard.epicor_salesrep-account_manage-salesreps #salesrepGrid,
.enhanced-dashboard.epicor_salesrep-account_manage-salesreps #salesrepGrid,
.account.enhanced-dashboard.epicor_salesrep-account_manage-erpaccounts #salesrepGrid,
.enhanced-dashboard.epicor_salesrep-account_manage-erpaccounts #salesrepGrid,
.account.enhanced-dashboard.epicor_salesrep-account_manage-pricingrules #erpaccountGrid,
.enhanced-dashboard.epicor_salesrep-account_manage-pricingrules #erpaccountGrid,
.account.enhanced-dashboard.epicor_salesrep-account_manage-salesreps #erpaccountGrid,
.enhanced-dashboard.epicor_salesrep-account_manage-salesreps #erpaccountGrid,
.account.enhanced-dashboard.epicor_salesrep-account_manage-erpaccounts #erpaccountGrid,
.enhanced-dashboard.epicor_salesrep-account_manage-erpaccounts #erpaccountGrid {
  position: relative;
  padding-bottom: 30px;
}
.account.enhanced-dashboard.epicor_salesrep-account_manage-pricingrules .admin__data-grid-header,
.enhanced-dashboard.epicor_salesrep-account_manage-pricingrules .admin__data-grid-header,
.account.enhanced-dashboard.epicor_salesrep-account_manage-salesreps .admin__data-grid-header,
.enhanced-dashboard.epicor_salesrep-account_manage-salesreps .admin__data-grid-header,
.account.enhanced-dashboard.epicor_salesrep-account_manage-erpaccounts .admin__data-grid-header,
.enhanced-dashboard.epicor_salesrep-account_manage-erpaccounts .admin__data-grid-header,
.account.enhanced-dashboard.epicor_salesrep-account_manage-pricingrules .admin__data-grid-toolbar,
.enhanced-dashboard.epicor_salesrep-account_manage-pricingrules .admin__data-grid-toolbar,
.account.enhanced-dashboard.epicor_salesrep-account_manage-salesreps .admin__data-grid-toolbar,
.enhanced-dashboard.epicor_salesrep-account_manage-salesreps .admin__data-grid-toolbar,
.account.enhanced-dashboard.epicor_salesrep-account_manage-erpaccounts .admin__data-grid-toolbar,
.enhanced-dashboard.epicor_salesrep-account_manage-erpaccounts .admin__data-grid-toolbar {
  position: static;
}
.account.enhanced-dashboard.epicor_salesrep-account_manage-pricingrules .admin__data-grid-header .admin__data-grid-pager-wrap .admin__data-grid-pager,
.enhanced-dashboard.epicor_salesrep-account_manage-pricingrules .admin__data-grid-header .admin__data-grid-pager-wrap .admin__data-grid-pager,
.account.enhanced-dashboard.epicor_salesrep-account_manage-salesreps .admin__data-grid-header .admin__data-grid-pager-wrap .admin__data-grid-pager,
.enhanced-dashboard.epicor_salesrep-account_manage-salesreps .admin__data-grid-header .admin__data-grid-pager-wrap .admin__data-grid-pager,
.account.enhanced-dashboard.epicor_salesrep-account_manage-erpaccounts .admin__data-grid-header .admin__data-grid-pager-wrap .admin__data-grid-pager,
.enhanced-dashboard.epicor_salesrep-account_manage-erpaccounts .admin__data-grid-header .admin__data-grid-pager-wrap .admin__data-grid-pager,
.account.enhanced-dashboard.epicor_salesrep-account_manage-pricingrules .admin__data-grid-toolbar .admin__data-grid-pager-wrap .admin__data-grid-pager,
.enhanced-dashboard.epicor_salesrep-account_manage-pricingrules .admin__data-grid-toolbar .admin__data-grid-pager-wrap .admin__data-grid-pager,
.account.enhanced-dashboard.epicor_salesrep-account_manage-salesreps .admin__data-grid-toolbar .admin__data-grid-pager-wrap .admin__data-grid-pager,
.enhanced-dashboard.epicor_salesrep-account_manage-salesreps .admin__data-grid-toolbar .admin__data-grid-pager-wrap .admin__data-grid-pager,
.account.enhanced-dashboard.epicor_salesrep-account_manage-erpaccounts .admin__data-grid-toolbar .admin__data-grid-pager-wrap .admin__data-grid-pager,
.enhanced-dashboard.epicor_salesrep-account_manage-erpaccounts .admin__data-grid-toolbar .admin__data-grid-pager-wrap .admin__data-grid-pager {
  bottom: 10px !important;
}
.account.enhanced-dashboard.epicor_salesrep-account_manage-pricingrules .admin__data-grid-header .admin__control-support-text,
.enhanced-dashboard.epicor_salesrep-account_manage-pricingrules .admin__data-grid-header .admin__control-support-text,
.account.enhanced-dashboard.epicor_salesrep-account_manage-salesreps .admin__data-grid-header .admin__control-support-text,
.enhanced-dashboard.epicor_salesrep-account_manage-salesreps .admin__data-grid-header .admin__control-support-text,
.account.enhanced-dashboard.epicor_salesrep-account_manage-erpaccounts .admin__data-grid-header .admin__control-support-text,
.enhanced-dashboard.epicor_salesrep-account_manage-erpaccounts .admin__data-grid-header .admin__control-support-text,
.account.enhanced-dashboard.epicor_salesrep-account_manage-pricingrules .admin__data-grid-toolbar .admin__control-support-text,
.enhanced-dashboard.epicor_salesrep-account_manage-pricingrules .admin__data-grid-toolbar .admin__control-support-text,
.account.enhanced-dashboard.epicor_salesrep-account_manage-salesreps .admin__data-grid-toolbar .admin__control-support-text,
.enhanced-dashboard.epicor_salesrep-account_manage-salesreps .admin__data-grid-toolbar .admin__control-support-text,
.account.enhanced-dashboard.epicor_salesrep-account_manage-erpaccounts .admin__data-grid-toolbar .admin__control-support-text,
.enhanced-dashboard.epicor_salesrep-account_manage-erpaccounts .admin__data-grid-toolbar .admin__control-support-text {
  bottom: 10px !important;
  left: 15px;
  text-align: left;
}
.account.enhanced-dashboard.epicor_salesrep-account-index #masqueradegrid,
.enhanced-dashboard.epicor_salesrep-account-index #masqueradegrid {
  margin-top: 10px;
}
.account.enhanced-dashboard.epicor_salesrep-account-index #masqueradegrid .table-wrapper,
.enhanced-dashboard.epicor_salesrep-account-index #masqueradegrid .table-wrapper {
  padding-top: 5px;
  margin-top: 40px;
}
.account.enhanced-dashboard.epicor_salesrep-account-index .column.main > .admin__data-grid-wrap.admin__data-grid-wrap-static,
.enhanced-dashboard.epicor_salesrep-account-index .column.main > .admin__data-grid-wrap.admin__data-grid-wrap-static {
  background: #ffffff;
  border-radius: 3px;
  box-shadow: 0px 0px 6px #d5d5d5;
  padding: 10px;
  position: relative;
  font-family: 'Source Sans Pro' !important;
  margin-bottom: 20px;
  padding-bottom: 80px;
  width: 96%;
  margin-top: -30px;
  padding-top: 90px;
}
.account.enhanced-dashboard.epicor_salesrep-account-index .column.main > .admin__data-grid-header.admin__data-grid-toolbar,
.enhanced-dashboard.epicor_salesrep-account-index .column.main > .admin__data-grid-header.admin__data-grid-toolbar {
  position: relative;
  width: 97%;
  top: -55px;
}
.account.enhanced-dashboard.epicor_salesrep-account-index .column.main > .admin__data-grid-header.admin__data-grid-toolbar .admin__data-grid-header-row .admin__filter-actions,
.enhanced-dashboard.epicor_salesrep-account-index .column.main > .admin__data-grid-header.admin__data-grid-toolbar .admin__data-grid-header-row .admin__filter-actions {
  top: 120px;
  z-index: 99;
}
.account.enhanced-dashboard.epicor_salesrep-account-index .column.main > .admin__data-grid-header.admin__data-grid-toolbar .material-icons.grid-filter-icon,
.enhanced-dashboard.epicor_salesrep-account-index .column.main > .admin__data-grid-header.admin__data-grid-toolbar .material-icons.grid-filter-icon {
  top: 123px;
  z-index: 99;
}
.account.enhanced-dashboard.epicor_salesrep-account-index .column.main > .admin__data-grid-header.admin__data-grid-toolbar .admin__data-grid-pager-wrap.top-pager-wrap,
.enhanced-dashboard.epicor_salesrep-account-index .column.main > .admin__data-grid-header.admin__data-grid-toolbar .admin__data-grid-pager-wrap.top-pager-wrap {
  position: relative;
  top: 70px;
  z-index: 99;
}
.account.enhanced-dashboard.epicor_salesrep-account-index .box-info.box-account.col-1.block-dashboard-info,
.enhanced-dashboard.epicor_salesrep-account-index .box-info.box-account.col-1.block-dashboard-info {
  width: 46%;
  float: none;
  display: inline-block;
  vertical-align: top;
}
.account.enhanced-dashboard.epicor_salesrep-account-index .box-info.box-account.col-2.block-dashboard-info,
.enhanced-dashboard.epicor_salesrep-account-index .box-info.box-account.col-2.block-dashboard-info {
  width: 46%;
  float: none;
  display: inline-block;
  vertical-align: top;
}
.account.enhanced-dashboard.epicor_salesrep-account-index .box-info.box-account.col-2.block-dashboard-info .salesrep-stats.info-list.col-1,
.enhanced-dashboard.epicor_salesrep-account-index .box-info.box-account.col-2.block-dashboard-info .salesrep-stats.info-list.col-1 {
  background: none;
  padding: 0px;
  border: 0px;
  box-shadow: none;
}
.account.enhanced-dashboard.epicor_salesrep-account-index .col-1.box-info.box-account,
.enhanced-dashboard.epicor_salesrep-account-index .col-1.box-info.box-account {
  min-height: 150px !important;
  height: 230px !important;
}
.account.enhanced-dashboard.epicor_salesrep-account-index .col-1.box-info.box-account .vcard,
.enhanced-dashboard.epicor_salesrep-account-index .col-1.box-info.box-account .vcard {
  min-height: auto;
  height: auto;
}
.account.enhanced-dashboard.epicor_salesrep-account-index .col-2.block-dashboard-info,
.enhanced-dashboard.epicor_salesrep-account-index .col-2.block-dashboard-info {
  min-height: 150px !important;
  height: 230px !important;
}
.account.enhanced-dashboard.epicor_salesrep-account-index .col-2.block-dashboard-info .salesrep-stats.info-list.col-1,
.enhanced-dashboard.epicor_salesrep-account-index .col-2.block-dashboard-info .salesrep-stats.info-list.col-1 {
  background: none;
  min-height: auto;
  height: auto;
}
.account.enhanced-dashboard #purchase_order_update .a-right,
.enhanced-dashboard #purchase_order_update .a-right {
  top: -125px;
  right: -10px;
}
.account.enhanced-dashboard.supplierconnect-parts-details .admin__data-grid-header.admin__data-grid-toolbar,
.enhanced-dashboard.supplierconnect-parts-details .admin__data-grid-header.admin__data-grid-toolbar {
  min-height: 5px;
}
.account.enhanced-dashboard.supplierconnect-parts-details h1,
.enhanced-dashboard.supplierconnect-parts-details h1 {
  background: white;
  padding-bottom: 10px;
  margin-left: -15px;
  width: 105%;
  font-size: 2.4rem;
  text-transform: uppercase;
  font-weight: 600;
}
.account.enhanced-dashboard .col-full.box-info.box-account.block .vcard,
.enhanced-dashboard .col-full.box-info.box-account.block .vcard {
  min-height: auto !important;
}
.account.enhanced-dashboard.supplierconnect-orders-details .box-account.col-full .info-list.col-count-1,
.enhanced-dashboard.supplierconnect-orders-details .box-account.col-full .info-list.col-count-1 {
  min-height: unset !important;
}
.account.enhanced-dashboard.supplierconnect-orders-details .col-2.box-info.box-account,
.enhanced-dashboard.supplierconnect-orders-details .col-2.box-info.box-account {
  margin-right: 10px;
}
.account.enhanced-dashboard.supplierconnect-rfq-details #purchase_order_update,
.enhanced-dashboard.supplierconnect-rfq-details #purchase_order_update,
.account.enhanced-dashboard.supplierconnect-orders-details #purchase_order_update,
.enhanced-dashboard.supplierconnect-orders-details #purchase_order_update,
.account.enhanced-dashboard.supplierconnect-rfq-details #rfq_update,
.enhanced-dashboard.supplierconnect-rfq-details #rfq_update,
.account.enhanced-dashboard.supplierconnect-orders-details #rfq_update,
.enhanced-dashboard.supplierconnect-orders-details #rfq_update {
  margin-bottom: 60px;
}
.account.enhanced-dashboard.supplierconnect-rfq-details #purchase_order_update .a-right,
.enhanced-dashboard.supplierconnect-rfq-details #purchase_order_update .a-right,
.account.enhanced-dashboard.supplierconnect-orders-details #purchase_order_update .a-right,
.enhanced-dashboard.supplierconnect-orders-details #purchase_order_update .a-right,
.account.enhanced-dashboard.supplierconnect-rfq-details #rfq_update .a-right,
.enhanced-dashboard.supplierconnect-rfq-details #rfq_update .a-right,
.account.enhanced-dashboard.supplierconnect-orders-details #rfq_update .a-right,
.enhanced-dashboard.supplierconnect-orders-details #rfq_update .a-right {
  top: 100% !important;
  right: 15px !important;
  position: absolute !important;
  margin-top: 20px;
}
.account.enhanced-dashboard.supplierconnect-rfq-details #purchase_order_update .a-right #purchase_order_save,
.enhanced-dashboard.supplierconnect-rfq-details #purchase_order_update .a-right #purchase_order_save,
.account.enhanced-dashboard.supplierconnect-orders-details #purchase_order_update .a-right #purchase_order_save,
.enhanced-dashboard.supplierconnect-orders-details #purchase_order_update .a-right #purchase_order_save,
.account.enhanced-dashboard.supplierconnect-rfq-details #rfq_update .a-right #purchase_order_save,
.enhanced-dashboard.supplierconnect-rfq-details #rfq_update .a-right #purchase_order_save,
.account.enhanced-dashboard.supplierconnect-orders-details #rfq_update .a-right #purchase_order_save,
.enhanced-dashboard.supplierconnect-orders-details #rfq_update .a-right #purchase_order_save,
.account.enhanced-dashboard.supplierconnect-rfq-details #purchase_order_update .a-right #rfq_save,
.enhanced-dashboard.supplierconnect-rfq-details #purchase_order_update .a-right #rfq_save,
.account.enhanced-dashboard.supplierconnect-orders-details #purchase_order_update .a-right #rfq_save,
.enhanced-dashboard.supplierconnect-orders-details #purchase_order_update .a-right #rfq_save,
.account.enhanced-dashboard.supplierconnect-rfq-details #rfq_update .a-right #rfq_save,
.enhanced-dashboard.supplierconnect-rfq-details #rfq_update .a-right #rfq_save,
.account.enhanced-dashboard.supplierconnect-orders-details #rfq_update .a-right #rfq_save,
.enhanced-dashboard.supplierconnect-orders-details #rfq_update .a-right #rfq_save {
  position: static;
  border-radius: 3px;
  font-size: 1.4rem;
  color: #ffffff;
  background: #006699;
  border: 1px solid #006699;
  padding: 5px 10px;
  text-transform: capitalize !important;
  text-decoration: none;
  text-shadow: none;
  font-family: 'Source Sans Pro' !important;
  width: auto;
}
.account.enhanced-dashboard.supplierconnect-rfq-details #purchase_order_update .a-right #purchase_order_save:hover,
.enhanced-dashboard.supplierconnect-rfq-details #purchase_order_update .a-right #purchase_order_save:hover,
.account.enhanced-dashboard.supplierconnect-orders-details #purchase_order_update .a-right #purchase_order_save:hover,
.enhanced-dashboard.supplierconnect-orders-details #purchase_order_update .a-right #purchase_order_save:hover,
.account.enhanced-dashboard.supplierconnect-rfq-details #rfq_update .a-right #purchase_order_save:hover,
.enhanced-dashboard.supplierconnect-rfq-details #rfq_update .a-right #purchase_order_save:hover,
.account.enhanced-dashboard.supplierconnect-orders-details #rfq_update .a-right #purchase_order_save:hover,
.enhanced-dashboard.supplierconnect-orders-details #rfq_update .a-right #purchase_order_save:hover,
.account.enhanced-dashboard.supplierconnect-rfq-details #purchase_order_update .a-right #rfq_save:hover,
.enhanced-dashboard.supplierconnect-rfq-details #purchase_order_update .a-right #rfq_save:hover,
.account.enhanced-dashboard.supplierconnect-orders-details #purchase_order_update .a-right #rfq_save:hover,
.enhanced-dashboard.supplierconnect-orders-details #purchase_order_update .a-right #rfq_save:hover,
.account.enhanced-dashboard.supplierconnect-rfq-details #rfq_update .a-right #rfq_save:hover,
.enhanced-dashboard.supplierconnect-rfq-details #rfq_update .a-right #rfq_save:hover,
.account.enhanced-dashboard.supplierconnect-orders-details #rfq_update .a-right #rfq_save:hover,
.enhanced-dashboard.supplierconnect-orders-details #rfq_update .a-right #rfq_save:hover {
  text-decoration: none;
  text-shadow: none;
  background: #66cc66;
  border: 1px solid #66cc66;
  color: #ffffff;
}
.account.enhanced-dashboard.supplierconnect-rfq-details #purchase_order_update #supplierconnect_orders_lines .data-grid.table .a-right,
.enhanced-dashboard.supplierconnect-rfq-details #purchase_order_update #supplierconnect_orders_lines .data-grid.table .a-right,
.account.enhanced-dashboard.supplierconnect-orders-details #purchase_order_update #supplierconnect_orders_lines .data-grid.table .a-right,
.enhanced-dashboard.supplierconnect-orders-details #purchase_order_update #supplierconnect_orders_lines .data-grid.table .a-right,
.account.enhanced-dashboard.supplierconnect-rfq-details #rfq_update #supplierconnect_orders_lines .data-grid.table .a-right,
.enhanced-dashboard.supplierconnect-rfq-details #rfq_update #supplierconnect_orders_lines .data-grid.table .a-right,
.account.enhanced-dashboard.supplierconnect-orders-details #rfq_update #supplierconnect_orders_lines .data-grid.table .a-right,
.enhanced-dashboard.supplierconnect-orders-details #rfq_update #supplierconnect_orders_lines .data-grid.table .a-right {
  position: static !important;
}
.account.enhanced-dashboard.supplierconnect-rfq-details .ui-datepicker .ui-datepicker-title .ui-datepicker-year,
.enhanced-dashboard.supplierconnect-rfq-details .ui-datepicker .ui-datepicker-title .ui-datepicker-year,
.account.enhanced-dashboard.supplierconnect-orders-details .ui-datepicker .ui-datepicker-title .ui-datepicker-year,
.enhanced-dashboard.supplierconnect-orders-details .ui-datepicker .ui-datepicker-title .ui-datepicker-year,
.account.enhanced-dashboard.supplierconnect-rfq-details .ui-datepicker .ui-datepicker-title .ui-datepicker-month,
.enhanced-dashboard.supplierconnect-rfq-details .ui-datepicker .ui-datepicker-title .ui-datepicker-month,
.account.enhanced-dashboard.supplierconnect-orders-details .ui-datepicker .ui-datepicker-title .ui-datepicker-month,
.enhanced-dashboard.supplierconnect-orders-details .ui-datepicker .ui-datepicker-title .ui-datepicker-month {
  width: 43%;
  margin-right: 2%;
  min-width: 50px;
}
.account.enhanced-dashboard.supplierconnect-rfq-details .box-info.box-account #rfq_expires .ui-datepicker-trigger.v-middle,
.enhanced-dashboard.supplierconnect-rfq-details .box-info.box-account #rfq_expires .ui-datepicker-trigger.v-middle,
.account.enhanced-dashboard.supplierconnect-orders-details .box-info.box-account #rfq_expires .ui-datepicker-trigger.v-middle,
.enhanced-dashboard.supplierconnect-orders-details .box-info.box-account #rfq_expires .ui-datepicker-trigger.v-middle {
  background: none !important;
}
.account.enhanced-dashboard.supplierconnect-rfq-details .box-info.box-account #rfq_expires #expires_date,
.enhanced-dashboard.supplierconnect-rfq-details .box-info.box-account #rfq_expires #expires_date,
.account.enhanced-dashboard.supplierconnect-orders-details .box-info.box-account #rfq_expires #expires_date,
.enhanced-dashboard.supplierconnect-orders-details .box-info.box-account #rfq_expires #expires_date {
  width: 40%;
}
.account.enhanced-dashboard.supplierconnect-rfq-details .box-info.box-account div.content-header table tr td.form-buttons button.action-default,
.enhanced-dashboard.supplierconnect-rfq-details .box-info.box-account div.content-header table tr td.form-buttons button.action-default,
.account.enhanced-dashboard.supplierconnect-orders-details .box-info.box-account div.content-header table tr td.form-buttons button.action-default,
.enhanced-dashboard.supplierconnect-orders-details .box-info.box-account div.content-header table tr td.form-buttons button.action-default {
  font-size: 0px;
  background: none !important;
  margin-right: -15px;
  border: 0px !important;
}
.account.enhanced-dashboard.supplierconnect-rfq-details .box-info.box-account div.content-header table tr td.form-buttons button.action-default:before,
.enhanced-dashboard.supplierconnect-rfq-details .box-info.box-account div.content-header table tr td.form-buttons button.action-default:before,
.account.enhanced-dashboard.supplierconnect-orders-details .box-info.box-account div.content-header table tr td.form-buttons button.action-default:before,
.enhanced-dashboard.supplierconnect-orders-details .box-info.box-account div.content-header table tr td.form-buttons button.action-default:before {
  content: 'add_circle_outline';
  font-size: 2.8rem;
  color: #006699;
}
.account.enhanced-dashboard.supplierconnect-rfq-details .box-info.box-account div.content-header table tr td.form-buttons button.action-default:hover,
.enhanced-dashboard.supplierconnect-rfq-details .box-info.box-account div.content-header table tr td.form-buttons button.action-default:hover,
.account.enhanced-dashboard.supplierconnect-orders-details .box-info.box-account div.content-header table tr td.form-buttons button.action-default:hover,
.enhanced-dashboard.supplierconnect-orders-details .box-info.box-account div.content-header table tr td.form-buttons button.action-default:hover {
  background: none !important;
}
.account.enhanced-dashboard.supplierconnect-rfq-details .box-info.box-account div.content-header table tr td.form-buttons button.action-default:hover:before,
.enhanced-dashboard.supplierconnect-rfq-details .box-info.box-account div.content-header table tr td.form-buttons button.action-default:hover:before,
.account.enhanced-dashboard.supplierconnect-orders-details .box-info.box-account div.content-header table tr td.form-buttons button.action-default:hover:before,
.enhanced-dashboard.supplierconnect-orders-details .box-info.box-account div.content-header table tr td.form-buttons button.action-default:hover:before {
  color: #66cc66 !important;
  background: none !important;
}
.account.enhanced-dashboard .rfq-summery-container .box-container-account,
.enhanced-dashboard .rfq-summery-container .box-container-account {
  width: 48%;
  padding: 0px;
  margin: 0;
}
.account.enhanced-dashboard .rfq-summery-container .box-container-account:first-child,
.enhanced-dashboard .rfq-summery-container .box-container-account:first-child {
  margin-right: 2%;
}
.account.enhanced-dashboard .rfq-summery-container .box-container-account .box-account,
.enhanced-dashboard .rfq-summery-container .box-container-account .box-account {
  width: 98%;
}
.account.enhanced-dashboard.dealerconnect-claims-index .page-actions,
.enhanced-dashboard.dealerconnect-claims-index .page-actions {
  position: relative;
  top: 15px;
  right: 13px;
  z-index: 999;
  height: 0px;
  overflow: visible;
  z-index: 9;
  text-align: right;
}
.account.enhanced-dashboard.dealerconnect-claims-index .page-actions .action-default.add,
.enhanced-dashboard.dealerconnect-claims-index .page-actions .action-default.add {
  margin-right: 3px;
}
.account.enhanced-dashboard.dealerconnect-claims-index .admin__data-grid-header .material-icons.grid-filter-icon,
.enhanced-dashboard.dealerconnect-claims-index .admin__data-grid-header .material-icons.grid-filter-icon,
.account.enhanced-dashboard.dealerconnect-claims-index .admin__data-grid-toolbar .material-icons.grid-filter-icon,
.enhanced-dashboard.dealerconnect-claims-index .admin__data-grid-toolbar .material-icons.grid-filter-icon {
  right: 5px;
  top: 50px;
  z-index: 9;
}
.account.enhanced-dashboard.dealerconnect-claims-index .refreshdatabtn,
.enhanced-dashboard.dealerconnect-claims-index .refreshdatabtn {
  margin-right: 50px;
}
.account.enhanced-dashboard #customerconnect_payments .admin__data-grid-header .grid-filter-icon,
.enhanced-dashboard #customerconnect_payments .admin__data-grid-header .grid-filter-icon,
.account.enhanced-dashboard #customerconnect_payments .admin__data-grid-toolbar .grid-filter-icon,
.enhanced-dashboard #customerconnect_payments .admin__data-grid-toolbar .grid-filter-icon {
  right: 0px;
  top: 55px;
}
.account.enhanced-dashboard #customerconnect_payments .table-wrapper,
.enhanced-dashboard #customerconnect_payments .table-wrapper {
  margin-top: 15px;
}
.account.enhanced-dashboard .action-default.add,
.enhanced-dashboard .action-default.add,
.account.enhanced-dashboard .add-sku.button.action-default,
.enhanced-dashboard .add-sku.button.action-default {
  padding: 3px !important;
  font-size: 0px !important;
  background: none !important;
  border: 0px !important;
  margin-left: 15px;
  margin-top: 4px;
}
.account.enhanced-dashboard .action-default.add:before,
.enhanced-dashboard .action-default.add:before,
.account.enhanced-dashboard .add-sku.button.action-default:before,
.enhanced-dashboard .add-sku.button.action-default:before {
  content: 'add_circle_outline';
  font-size: 3.2rem;
  color: #006699;
}
.account.enhanced-dashboard .action-default.add:hover,
.enhanced-dashboard .action-default.add:hover,
.account.enhanced-dashboard .add-sku.button.action-default:hover,
.enhanced-dashboard .add-sku.button.action-default:hover {
  border: 0px !important;
  padding: 3px !important;
  background: none !important;
}
.account.enhanced-dashboard .action-default.add:hover:before,
.enhanced-dashboard .action-default.add:hover:before,
.account.enhanced-dashboard .add-sku.button.action-default:hover:before,
.enhanced-dashboard .add-sku.button.action-default:hover:before {
  color: #66cc66 !important;
  background: none !important;
}
.account.enhanced-dashboard #customerconnect_servicecalls .admin__data-grid-header .material-icons.grid-filter-icon,
.enhanced-dashboard #customerconnect_servicecalls .admin__data-grid-header .material-icons.grid-filter-icon,
.account.enhanced-dashboard #customerconnect_servicecalls .admin__data-grid-toolbar .material-icons.grid-filter-icon,
.enhanced-dashboard #customerconnect_servicecalls .admin__data-grid-toolbar .material-icons.grid-filter-icon {
  top: 50px;
  z-index: 9;
  right: 0px;
}
.account.enhanced-dashboard div.button-rfq-action,
.enhanced-dashboard div.button-rfq-action {
  position: absolute;
  top: 80px;
  right: 10px;
  float: none;
}
.account.enhanced-dashboard div.button-rfq-action #rfq_confirmreject_save,
.enhanced-dashboard div.button-rfq-action #rfq_confirmreject_save {
  border-radius: 3px;
  font-size: 1.4rem;
  color: #ffffff;
  background: #006699;
  border: 1px solid #006699;
  padding: 5px 10px;
  text-transform: capitalize !important;
  text-decoration: none;
  text-shadow: none;
  font-family: 'Source Sans Pro' !important;
}
.account.enhanced-dashboard div.button-rfq-action #rfq_confirmreject_save:hover,
.enhanced-dashboard div.button-rfq-action #rfq_confirmreject_save:hover {
  text-decoration: none;
  text-shadow: none;
  background: #66cc66;
  border: 1px solid #66cc66;
  color: #ffffff;
}
.account.enhanced-dashboard.dealerconnect-inventory-billofmaterials .admin__data-grid-header,
.enhanced-dashboard.dealerconnect-inventory-billofmaterials .admin__data-grid-header,
.account.enhanced-dashboard.dealerconnect-inventory-billofmaterials .account.enhanced-dashboard .admin__data-grid-toolbar,
.enhanced-dashboard.dealerconnect-inventory-billofmaterials .account.enhanced-dashboard .admin__data-grid-toolbar {
  position: static;
}
.account.enhanced-dashboard.customerconnect-rfqs-index #rfq_confirmreject .page-actions #new,
.enhanced-dashboard.customerconnect-rfqs-index #rfq_confirmreject .page-actions #new,
.account.enhanced-dashboard.dealerconnect-quotes-index #rfq_confirmreject .page-actions #new,
.enhanced-dashboard.dealerconnect-quotes-index #rfq_confirmreject .page-actions #new {
  position: absolute;
  right: 10px;
  top: 10px;
  background: none;
  z-index: 99;
}
.account.enhanced-dashboard.customerconnect-rfqs-index #rfq_confirmreject .page-actions #new:hover,
.enhanced-dashboard.customerconnect-rfqs-index #rfq_confirmreject .page-actions #new:hover,
.account.enhanced-dashboard.dealerconnect-quotes-index #rfq_confirmreject .page-actions #new:hover,
.enhanced-dashboard.dealerconnect-quotes-index #rfq_confirmreject .page-actions #new:hover {
  background: none !important;
  z-index: 99 !important;
}
.account.enhanced-dashboard.customerconnect-rfqs-index div.button-rfq-action,
.enhanced-dashboard.customerconnect-rfqs-index div.button-rfq-action,
.account.enhanced-dashboard.dealerconnect-quotes-index div.button-rfq-action,
.enhanced-dashboard.dealerconnect-quotes-index div.button-rfq-action {
  top: 14px;
  right: 95px;
}
.account.enhanced-dashboard.customerconnect-rfqs-index #customerconnect_rfqs .admin__data-grid-header.admin__data-grid-toolbar,
.enhanced-dashboard.customerconnect-rfqs-index #customerconnect_rfqs .admin__data-grid-header.admin__data-grid-toolbar,
.account.enhanced-dashboard.dealerconnect-quotes-index #customerconnect_rfqs .admin__data-grid-header.admin__data-grid-toolbar,
.enhanced-dashboard.dealerconnect-quotes-index #customerconnect_rfqs .admin__data-grid-header.admin__data-grid-toolbar {
  min-height: 90px;
}
.account.enhanced-dashboard.customerconnect-rfqs-index #customerconnect_rfqs .admin__data-grid-header.admin__data-grid-toolbar .admin__data-grid-header-row,
.enhanced-dashboard.customerconnect-rfqs-index #customerconnect_rfqs .admin__data-grid-header.admin__data-grid-toolbar .admin__data-grid-header-row,
.account.enhanced-dashboard.dealerconnect-quotes-index #customerconnect_rfqs .admin__data-grid-header.admin__data-grid-toolbar .admin__data-grid-header-row,
.enhanced-dashboard.dealerconnect-quotes-index #customerconnect_rfqs .admin__data-grid-header.admin__data-grid-toolbar .admin__data-grid-header-row {
  z-index: 0;
}
.account.enhanced-dashboard.customerconnect-rfqs-index #customerconnect_rfqs .admin__data-grid-header.admin__data-grid-toolbar .admin__data-grid-header-row .admin__data-grid-export,
.enhanced-dashboard.customerconnect-rfqs-index #customerconnect_rfqs .admin__data-grid-header.admin__data-grid-toolbar .admin__data-grid-header-row .admin__data-grid-export,
.account.enhanced-dashboard.dealerconnect-quotes-index #customerconnect_rfqs .admin__data-grid-header.admin__data-grid-toolbar .admin__data-grid-header-row .admin__data-grid-export,
.enhanced-dashboard.dealerconnect-quotes-index #customerconnect_rfqs .admin__data-grid-header.admin__data-grid-toolbar .admin__data-grid-header-row .admin__data-grid-export {
  position: relative;
  top: 50px;
  left: -35px;
}
.account.enhanced-dashboard.customerconnect-rfqs-index #customerconnect_rfqs .admin__data-grid-header.admin__data-grid-toolbar .material-icons.grid-filter-icon,
.enhanced-dashboard.customerconnect-rfqs-index #customerconnect_rfqs .admin__data-grid-header.admin__data-grid-toolbar .material-icons.grid-filter-icon,
.account.enhanced-dashboard.dealerconnect-quotes-index #customerconnect_rfqs .admin__data-grid-header.admin__data-grid-toolbar .material-icons.grid-filter-icon,
.enhanced-dashboard.dealerconnect-quotes-index #customerconnect_rfqs .admin__data-grid-header.admin__data-grid-toolbar .material-icons.grid-filter-icon {
  right: -3px;
  top: 60px;
  z-index: 9;
}
.account.enhanced-dashboard.customerconnect-rfqs-index #customerconnect_rfqs .admin__data-grid-header .admin__data-grid-pager-wrap,
.enhanced-dashboard.customerconnect-rfqs-index #customerconnect_rfqs .admin__data-grid-header .admin__data-grid-pager-wrap,
.account.enhanced-dashboard.dealerconnect-quotes-index #customerconnect_rfqs .admin__data-grid-header .admin__data-grid-pager-wrap,
.enhanced-dashboard.dealerconnect-quotes-index #customerconnect_rfqs .admin__data-grid-header .admin__data-grid-pager-wrap {
  top: 0px;
}
.account.enhanced-dashboard.customerconnect-rfqs-index #customerconnect_rfqs .admin__data-grid-header .admin__data-grid-pager-wrap #customerconnect_rfqs_page-current,
.enhanced-dashboard.customerconnect-rfqs-index #customerconnect_rfqs .admin__data-grid-header .admin__data-grid-pager-wrap #customerconnect_rfqs_page-current,
.account.enhanced-dashboard.dealerconnect-quotes-index #customerconnect_rfqs .admin__data-grid-header .admin__data-grid-pager-wrap #customerconnect_rfqs_page-current,
.enhanced-dashboard.dealerconnect-quotes-index #customerconnect_rfqs .admin__data-grid-header .admin__data-grid-pager-wrap #customerconnect_rfqs_page-current {
  width: 40px;
}
.account.enhanced-dashboard.customerconnect-rfqs-index #customerconnect_rfqs .admin__data-grid-header .admin__data-grid-pager-wrap .action-next:hover,
.enhanced-dashboard.customerconnect-rfqs-index #customerconnect_rfqs .admin__data-grid-header .admin__data-grid-pager-wrap .action-next:hover,
.account.enhanced-dashboard.dealerconnect-quotes-index #customerconnect_rfqs .admin__data-grid-header .admin__data-grid-pager-wrap .action-next:hover,
.enhanced-dashboard.dealerconnect-quotes-index #customerconnect_rfqs .admin__data-grid-header .admin__data-grid-pager-wrap .action-next:hover,
.account.enhanced-dashboard.customerconnect-rfqs-index #customerconnect_rfqs .admin__data-grid-header .admin__data-grid-pager-wrap .action-previous:hover,
.enhanced-dashboard.customerconnect-rfqs-index #customerconnect_rfqs .admin__data-grid-header .admin__data-grid-pager-wrap .action-previous:hover,
.account.enhanced-dashboard.dealerconnect-quotes-index #customerconnect_rfqs .admin__data-grid-header .admin__data-grid-pager-wrap .action-previous:hover,
.enhanced-dashboard.dealerconnect-quotes-index #customerconnect_rfqs .admin__data-grid-header .admin__data-grid-pager-wrap .action-previous:hover {
  background: none !important;
}
.account.enhanced-dashboard.customerconnect-rfqs-index #customerconnect_rfqs .admin__data-grid-header .refreshdatabtn,
.enhanced-dashboard.customerconnect-rfqs-index #customerconnect_rfqs .admin__data-grid-header .refreshdatabtn,
.account.enhanced-dashboard.dealerconnect-quotes-index #customerconnect_rfqs .admin__data-grid-header .refreshdatabtn,
.enhanced-dashboard.dealerconnect-quotes-index #customerconnect_rfqs .admin__data-grid-header .refreshdatabtn,
.account.enhanced-dashboard.customerconnect-rfqs-index #customerconnect_rfqs .admin__data-grid-toolbar .refreshdatabtn,
.enhanced-dashboard.customerconnect-rfqs-index #customerconnect_rfqs .admin__data-grid-toolbar .refreshdatabtn,
.account.enhanced-dashboard.dealerconnect-quotes-index #customerconnect_rfqs .admin__data-grid-toolbar .refreshdatabtn,
.enhanced-dashboard.dealerconnect-quotes-index #customerconnect_rfqs .admin__data-grid-toolbar .refreshdatabtn {
  top: -5px;
}
.account.enhanced-dashboard.customerconnect-rfqs-index #customerconnect_rfqs .admin__data-grid-header .admin__filter-actions,
.enhanced-dashboard.customerconnect-rfqs-index #customerconnect_rfqs .admin__data-grid-header .admin__filter-actions,
.account.enhanced-dashboard.dealerconnect-quotes-index #customerconnect_rfqs .admin__data-grid-header .admin__filter-actions,
.enhanced-dashboard.dealerconnect-quotes-index #customerconnect_rfqs .admin__data-grid-header .admin__filter-actions,
.account.enhanced-dashboard.customerconnect-rfqs-index #customerconnect_rfqs .admin__data-grid-toolbar .admin__filter-actions,
.enhanced-dashboard.customerconnect-rfqs-index #customerconnect_rfqs .admin__data-grid-toolbar .admin__filter-actions,
.account.enhanced-dashboard.dealerconnect-quotes-index #customerconnect_rfqs .admin__data-grid-toolbar .admin__filter-actions,
.enhanced-dashboard.dealerconnect-quotes-index #customerconnect_rfqs .admin__data-grid-toolbar .admin__filter-actions {
  right: 210px;
  top: 60px !important;
}
.account.enhanced-dashboard.customerconnect-rfqs-index #customerconnect_rfqs .admin__data-grid-header:last-child .admin__data-grid-pager-wrap,
.enhanced-dashboard.customerconnect-rfqs-index #customerconnect_rfqs .admin__data-grid-header:last-child .admin__data-grid-pager-wrap,
.account.enhanced-dashboard.dealerconnect-quotes-index #customerconnect_rfqs .admin__data-grid-header:last-child .admin__data-grid-pager-wrap,
.enhanced-dashboard.dealerconnect-quotes-index #customerconnect_rfqs .admin__data-grid-header:last-child .admin__data-grid-pager-wrap,
.account.enhanced-dashboard.customerconnect-rfqs-index #customerconnect_rfqs .admin__data-grid-toolbar:last-child .admin__data-grid-pager-wrap,
.enhanced-dashboard.customerconnect-rfqs-index #customerconnect_rfqs .admin__data-grid-toolbar:last-child .admin__data-grid-pager-wrap,
.account.enhanced-dashboard.dealerconnect-quotes-index #customerconnect_rfqs .admin__data-grid-toolbar:last-child .admin__data-grid-pager-wrap,
.enhanced-dashboard.dealerconnect-quotes-index #customerconnect_rfqs .admin__data-grid-toolbar:last-child .admin__data-grid-pager-wrap {
  width: 100%;
  right: 5px;
  top: 20px;
  position: absolute;
}
.account.enhanced-dashboard.customerconnect-rfqs-index #customerconnect_rfqs .admin__data-grid-header:last-child .admin__data-grid-pager-wrap .admin__data-grid-pager,
.enhanced-dashboard.customerconnect-rfqs-index #customerconnect_rfqs .admin__data-grid-header:last-child .admin__data-grid-pager-wrap .admin__data-grid-pager,
.account.enhanced-dashboard.dealerconnect-quotes-index #customerconnect_rfqs .admin__data-grid-header:last-child .admin__data-grid-pager-wrap .admin__data-grid-pager,
.enhanced-dashboard.dealerconnect-quotes-index #customerconnect_rfqs .admin__data-grid-header:last-child .admin__data-grid-pager-wrap .admin__data-grid-pager,
.account.enhanced-dashboard.customerconnect-rfqs-index #customerconnect_rfqs .admin__data-grid-toolbar:last-child .admin__data-grid-pager-wrap .admin__data-grid-pager,
.enhanced-dashboard.customerconnect-rfqs-index #customerconnect_rfqs .admin__data-grid-toolbar:last-child .admin__data-grid-pager-wrap .admin__data-grid-pager,
.account.enhanced-dashboard.dealerconnect-quotes-index #customerconnect_rfqs .admin__data-grid-toolbar:last-child .admin__data-grid-pager-wrap .admin__data-grid-pager,
.enhanced-dashboard.dealerconnect-quotes-index #customerconnect_rfqs .admin__data-grid-toolbar:last-child .admin__data-grid-pager-wrap .admin__data-grid-pager {
  width: 220px;
  right: 5px;
}
.account.enhanced-dashboard.customerconnect-rfqs-index #customerconnect_rfqs .admin__data-grid-header:last-child .admin__data-grid-pager-wrap .admin__data-grid-pager .action-previous:hover,
.enhanced-dashboard.customerconnect-rfqs-index #customerconnect_rfqs .admin__data-grid-header:last-child .admin__data-grid-pager-wrap .admin__data-grid-pager .action-previous:hover,
.account.enhanced-dashboard.dealerconnect-quotes-index #customerconnect_rfqs .admin__data-grid-header:last-child .admin__data-grid-pager-wrap .admin__data-grid-pager .action-previous:hover,
.enhanced-dashboard.dealerconnect-quotes-index #customerconnect_rfqs .admin__data-grid-header:last-child .admin__data-grid-pager-wrap .admin__data-grid-pager .action-previous:hover,
.account.enhanced-dashboard.customerconnect-rfqs-index #customerconnect_rfqs .admin__data-grid-toolbar:last-child .admin__data-grid-pager-wrap .admin__data-grid-pager .action-previous:hover,
.enhanced-dashboard.customerconnect-rfqs-index #customerconnect_rfqs .admin__data-grid-toolbar:last-child .admin__data-grid-pager-wrap .admin__data-grid-pager .action-previous:hover,
.account.enhanced-dashboard.dealerconnect-quotes-index #customerconnect_rfqs .admin__data-grid-toolbar:last-child .admin__data-grid-pager-wrap .admin__data-grid-pager .action-previous:hover,
.enhanced-dashboard.dealerconnect-quotes-index #customerconnect_rfqs .admin__data-grid-toolbar:last-child .admin__data-grid-pager-wrap .admin__data-grid-pager .action-previous:hover,
.account.enhanced-dashboard.customerconnect-rfqs-index #customerconnect_rfqs .admin__data-grid-header:last-child .admin__data-grid-pager-wrap .admin__data-grid-pager .action-next:hover,
.enhanced-dashboard.customerconnect-rfqs-index #customerconnect_rfqs .admin__data-grid-header:last-child .admin__data-grid-pager-wrap .admin__data-grid-pager .action-next:hover,
.account.enhanced-dashboard.dealerconnect-quotes-index #customerconnect_rfqs .admin__data-grid-header:last-child .admin__data-grid-pager-wrap .admin__data-grid-pager .action-next:hover,
.enhanced-dashboard.dealerconnect-quotes-index #customerconnect_rfqs .admin__data-grid-header:last-child .admin__data-grid-pager-wrap .admin__data-grid-pager .action-next:hover,
.account.enhanced-dashboard.customerconnect-rfqs-index #customerconnect_rfqs .admin__data-grid-toolbar:last-child .admin__data-grid-pager-wrap .admin__data-grid-pager .action-next:hover,
.enhanced-dashboard.customerconnect-rfqs-index #customerconnect_rfqs .admin__data-grid-toolbar:last-child .admin__data-grid-pager-wrap .admin__data-grid-pager .action-next:hover,
.account.enhanced-dashboard.dealerconnect-quotes-index #customerconnect_rfqs .admin__data-grid-toolbar:last-child .admin__data-grid-pager-wrap .admin__data-grid-pager .action-next:hover,
.enhanced-dashboard.dealerconnect-quotes-index #customerconnect_rfqs .admin__data-grid-toolbar:last-child .admin__data-grid-pager-wrap .admin__data-grid-pager .action-next:hover {
  background: none;
}
.account.enhanced-dashboard.customerconnect-arpayments-view .actions-toolbar.order-actions-toolbar .actions a.action.print,
.enhanced-dashboard.customerconnect-arpayments-view .actions-toolbar.order-actions-toolbar .actions a.action.print {
  position: relative;
}
.account.enhanced-dashboard.customerconnect-arpayments-view .actions-toolbar.order-actions-toolbar .actions a.action.print:after,
.enhanced-dashboard.customerconnect-arpayments-view .actions-toolbar.order-actions-toolbar .actions a.action.print:after {
  content: 'Print';
  position: absolute;
  top: 30px;
  left: 30px;
  text-transform: capitalize;
  width: auto !important;
  font-size: 12px !important;
  color: #000000;
  border: 1px solid #000000;
  padding: 5px;
  background: #ffffff;
  visibility: hidden;
}
.account.enhanced-dashboard.customerconnect-arpayments-view .actions-toolbar.order-actions-toolbar .actions a.action.print:hover:after,
.enhanced-dashboard.customerconnect-arpayments-view .actions-toolbar.order-actions-toolbar .actions a.action.print:hover:after {
  visibility: visible;
}
.account.enhanced-dashboard.customerconnect-rfqs-details #rfq_lines .lines_quantity,
.enhanced-dashboard.customerconnect-rfqs-details #rfq_lines .lines_quantity,
.account.enhanced-dashboard.dealerconnect-quotes-details #rfq_lines .lines_quantity,
.enhanced-dashboard.dealerconnect-quotes-details #rfq_lines .lines_quantity,
.account.enhanced-dashboard.customerconnect-rfqs-new #rfq_lines .lines_quantity,
.enhanced-dashboard.customerconnect-rfqs-new #rfq_lines .lines_quantity,
.account.enhanced-dashboard.dealerconnect-quotes-new #rfq_lines .lines_quantity,
.enhanced-dashboard.dealerconnect-quotes-new #rfq_lines .lines_quantity,
.account.enhanced-dashboard.supplierconnect-orders-details #rfq_lines .lines_quantity,
.enhanced-dashboard.supplierconnect-orders-details #rfq_lines .lines_quantity,
.account.enhanced-dashboard.dealerconnect-quotes-duplicate #rfq_lines .lines_quantity,
.enhanced-dashboard.dealerconnect-quotes-duplicate #rfq_lines .lines_quantity,
.account.enhanced-dashboard.customerconnect-rfqs-duplicate #rfq_lines .lines_quantity,
.enhanced-dashboard.customerconnect-rfqs-duplicate #rfq_lines .lines_quantity {
  width: 80px !important;
  padding: 3px 2px;
}
.account.enhanced-dashboard.customerconnect-rfqs-details .ui-datepicker-trigger,
.enhanced-dashboard.customerconnect-rfqs-details .ui-datepicker-trigger,
.account.enhanced-dashboard.dealerconnect-quotes-details .ui-datepicker-trigger,
.enhanced-dashboard.dealerconnect-quotes-details .ui-datepicker-trigger,
.account.enhanced-dashboard.customerconnect-rfqs-new .ui-datepicker-trigger,
.enhanced-dashboard.customerconnect-rfqs-new .ui-datepicker-trigger,
.account.enhanced-dashboard.dealerconnect-quotes-new .ui-datepicker-trigger,
.enhanced-dashboard.dealerconnect-quotes-new .ui-datepicker-trigger,
.account.enhanced-dashboard.supplierconnect-orders-details .ui-datepicker-trigger,
.enhanced-dashboard.supplierconnect-orders-details .ui-datepicker-trigger,
.account.enhanced-dashboard.dealerconnect-quotes-duplicate .ui-datepicker-trigger,
.enhanced-dashboard.dealerconnect-quotes-duplicate .ui-datepicker-trigger,
.account.enhanced-dashboard.customerconnect-rfqs-duplicate .ui-datepicker-trigger,
.enhanced-dashboard.customerconnect-rfqs-duplicate .ui-datepicker-trigger {
  position: relative;
}
.account.enhanced-dashboard.customerconnect-rfqs-details .ui-datepicker-trigger:after,
.enhanced-dashboard.customerconnect-rfqs-details .ui-datepicker-trigger:after,
.account.enhanced-dashboard.dealerconnect-quotes-details .ui-datepicker-trigger:after,
.enhanced-dashboard.dealerconnect-quotes-details .ui-datepicker-trigger:after,
.account.enhanced-dashboard.customerconnect-rfqs-new .ui-datepicker-trigger:after,
.enhanced-dashboard.customerconnect-rfqs-new .ui-datepicker-trigger:after,
.account.enhanced-dashboard.dealerconnect-quotes-new .ui-datepicker-trigger:after,
.enhanced-dashboard.dealerconnect-quotes-new .ui-datepicker-trigger:after,
.account.enhanced-dashboard.supplierconnect-orders-details .ui-datepicker-trigger:after,
.enhanced-dashboard.supplierconnect-orders-details .ui-datepicker-trigger:after,
.account.enhanced-dashboard.dealerconnect-quotes-duplicate .ui-datepicker-trigger:after,
.enhanced-dashboard.dealerconnect-quotes-duplicate .ui-datepicker-trigger:after,
.account.enhanced-dashboard.customerconnect-rfqs-duplicate .ui-datepicker-trigger:after,
.enhanced-dashboard.customerconnect-rfqs-duplicate .ui-datepicker-trigger:after {
  content: 'Select Date' !important;
  position: absolute;
  top: 10px;
  left: 30px;
  text-transform: capitalize;
  width: 65px !important;
  font-size: 12px !important;
  color: #000000;
  border: 1px solid #000000 !important;
  padding: 5px;
  background: #ffffff;
  visibility: hidden;
}
.account.enhanced-dashboard.customerconnect-rfqs-details .ui-datepicker-trigger:hover:after,
.enhanced-dashboard.customerconnect-rfqs-details .ui-datepicker-trigger:hover:after,
.account.enhanced-dashboard.dealerconnect-quotes-details .ui-datepicker-trigger:hover:after,
.enhanced-dashboard.dealerconnect-quotes-details .ui-datepicker-trigger:hover:after,
.account.enhanced-dashboard.customerconnect-rfqs-new .ui-datepicker-trigger:hover:after,
.enhanced-dashboard.customerconnect-rfqs-new .ui-datepicker-trigger:hover:after,
.account.enhanced-dashboard.dealerconnect-quotes-new .ui-datepicker-trigger:hover:after,
.enhanced-dashboard.dealerconnect-quotes-new .ui-datepicker-trigger:hover:after,
.account.enhanced-dashboard.supplierconnect-orders-details .ui-datepicker-trigger:hover:after,
.enhanced-dashboard.supplierconnect-orders-details .ui-datepicker-trigger:hover:after,
.account.enhanced-dashboard.dealerconnect-quotes-duplicate .ui-datepicker-trigger:hover:after,
.enhanced-dashboard.dealerconnect-quotes-duplicate .ui-datepicker-trigger:hover:after,
.account.enhanced-dashboard.customerconnect-rfqs-duplicate .ui-datepicker-trigger:hover:after,
.enhanced-dashboard.customerconnect-rfqs-duplicate .ui-datepicker-trigger:hover:after {
  visibility: visible;
}
.account.enhanced-dashboard.customerconnect-rfqs-details .box-info.box-account #rfq_lines_table .lines_row.attachment div.content-header table tr td.form-buttons button.rfq_line_attachment_add,
.enhanced-dashboard.customerconnect-rfqs-details .box-info.box-account #rfq_lines_table .lines_row.attachment div.content-header table tr td.form-buttons button.rfq_line_attachment_add,
.account.enhanced-dashboard.dealerconnect-quotes-details .box-info.box-account #rfq_lines_table .lines_row.attachment div.content-header table tr td.form-buttons button.rfq_line_attachment_add,
.enhanced-dashboard.dealerconnect-quotes-details .box-info.box-account #rfq_lines_table .lines_row.attachment div.content-header table tr td.form-buttons button.rfq_line_attachment_add,
.account.enhanced-dashboard.customerconnect-rfqs-new .box-info.box-account #rfq_lines_table .lines_row.attachment div.content-header table tr td.form-buttons button.rfq_line_attachment_add,
.enhanced-dashboard.customerconnect-rfqs-new .box-info.box-account #rfq_lines_table .lines_row.attachment div.content-header table tr td.form-buttons button.rfq_line_attachment_add,
.account.enhanced-dashboard.dealerconnect-quotes-new .box-info.box-account #rfq_lines_table .lines_row.attachment div.content-header table tr td.form-buttons button.rfq_line_attachment_add,
.enhanced-dashboard.dealerconnect-quotes-new .box-info.box-account #rfq_lines_table .lines_row.attachment div.content-header table tr td.form-buttons button.rfq_line_attachment_add,
.account.enhanced-dashboard.supplierconnect-orders-details .box-info.box-account #rfq_lines_table .lines_row.attachment div.content-header table tr td.form-buttons button.rfq_line_attachment_add,
.enhanced-dashboard.supplierconnect-orders-details .box-info.box-account #rfq_lines_table .lines_row.attachment div.content-header table tr td.form-buttons button.rfq_line_attachment_add,
.account.enhanced-dashboard.dealerconnect-quotes-duplicate .box-info.box-account #rfq_lines_table .lines_row.attachment div.content-header table tr td.form-buttons button.rfq_line_attachment_add,
.enhanced-dashboard.dealerconnect-quotes-duplicate .box-info.box-account #rfq_lines_table .lines_row.attachment div.content-header table tr td.form-buttons button.rfq_line_attachment_add,
.account.enhanced-dashboard.customerconnect-rfqs-duplicate .box-info.box-account #rfq_lines_table .lines_row.attachment div.content-header table tr td.form-buttons button.rfq_line_attachment_add,
.enhanced-dashboard.customerconnect-rfqs-duplicate .box-info.box-account #rfq_lines_table .lines_row.attachment div.content-header table tr td.form-buttons button.rfq_line_attachment_add {
  font-size: 0px !important;
  background: none !important;
  padding: 3px !important;
  font-size: 0px;
  background: none;
  border: 0px !important;
}
.account.enhanced-dashboard.customerconnect-rfqs-details .box-info.box-account #rfq_lines_table .lines_row.attachment div.content-header table tr td.form-buttons button.rfq_line_attachment_add:before,
.enhanced-dashboard.customerconnect-rfqs-details .box-info.box-account #rfq_lines_table .lines_row.attachment div.content-header table tr td.form-buttons button.rfq_line_attachment_add:before,
.account.enhanced-dashboard.dealerconnect-quotes-details .box-info.box-account #rfq_lines_table .lines_row.attachment div.content-header table tr td.form-buttons button.rfq_line_attachment_add:before,
.enhanced-dashboard.dealerconnect-quotes-details .box-info.box-account #rfq_lines_table .lines_row.attachment div.content-header table tr td.form-buttons button.rfq_line_attachment_add:before,
.account.enhanced-dashboard.customerconnect-rfqs-new .box-info.box-account #rfq_lines_table .lines_row.attachment div.content-header table tr td.form-buttons button.rfq_line_attachment_add:before,
.enhanced-dashboard.customerconnect-rfqs-new .box-info.box-account #rfq_lines_table .lines_row.attachment div.content-header table tr td.form-buttons button.rfq_line_attachment_add:before,
.account.enhanced-dashboard.dealerconnect-quotes-new .box-info.box-account #rfq_lines_table .lines_row.attachment div.content-header table tr td.form-buttons button.rfq_line_attachment_add:before,
.enhanced-dashboard.dealerconnect-quotes-new .box-info.box-account #rfq_lines_table .lines_row.attachment div.content-header table tr td.form-buttons button.rfq_line_attachment_add:before,
.account.enhanced-dashboard.supplierconnect-orders-details .box-info.box-account #rfq_lines_table .lines_row.attachment div.content-header table tr td.form-buttons button.rfq_line_attachment_add:before,
.enhanced-dashboard.supplierconnect-orders-details .box-info.box-account #rfq_lines_table .lines_row.attachment div.content-header table tr td.form-buttons button.rfq_line_attachment_add:before,
.account.enhanced-dashboard.dealerconnect-quotes-duplicate .box-info.box-account #rfq_lines_table .lines_row.attachment div.content-header table tr td.form-buttons button.rfq_line_attachment_add:before,
.enhanced-dashboard.dealerconnect-quotes-duplicate .box-info.box-account #rfq_lines_table .lines_row.attachment div.content-header table tr td.form-buttons button.rfq_line_attachment_add:before,
.account.enhanced-dashboard.customerconnect-rfqs-duplicate .box-info.box-account #rfq_lines_table .lines_row.attachment div.content-header table tr td.form-buttons button.rfq_line_attachment_add:before,
.enhanced-dashboard.customerconnect-rfqs-duplicate .box-info.box-account #rfq_lines_table .lines_row.attachment div.content-header table tr td.form-buttons button.rfq_line_attachment_add:before {
  content: 'add_circle_outline';
  font-size: 3.2rem;
  color: #006699;
}
.account.enhanced-dashboard.customerconnect-rfqs-details .box-info.box-account #rfq_lines_table .lines_row.attachment div.content-header table tr td.form-buttons button.rfq_line_attachment_add:hover,
.enhanced-dashboard.customerconnect-rfqs-details .box-info.box-account #rfq_lines_table .lines_row.attachment div.content-header table tr td.form-buttons button.rfq_line_attachment_add:hover,
.account.enhanced-dashboard.dealerconnect-quotes-details .box-info.box-account #rfq_lines_table .lines_row.attachment div.content-header table tr td.form-buttons button.rfq_line_attachment_add:hover,
.enhanced-dashboard.dealerconnect-quotes-details .box-info.box-account #rfq_lines_table .lines_row.attachment div.content-header table tr td.form-buttons button.rfq_line_attachment_add:hover,
.account.enhanced-dashboard.customerconnect-rfqs-new .box-info.box-account #rfq_lines_table .lines_row.attachment div.content-header table tr td.form-buttons button.rfq_line_attachment_add:hover,
.enhanced-dashboard.customerconnect-rfqs-new .box-info.box-account #rfq_lines_table .lines_row.attachment div.content-header table tr td.form-buttons button.rfq_line_attachment_add:hover,
.account.enhanced-dashboard.dealerconnect-quotes-new .box-info.box-account #rfq_lines_table .lines_row.attachment div.content-header table tr td.form-buttons button.rfq_line_attachment_add:hover,
.enhanced-dashboard.dealerconnect-quotes-new .box-info.box-account #rfq_lines_table .lines_row.attachment div.content-header table tr td.form-buttons button.rfq_line_attachment_add:hover,
.account.enhanced-dashboard.supplierconnect-orders-details .box-info.box-account #rfq_lines_table .lines_row.attachment div.content-header table tr td.form-buttons button.rfq_line_attachment_add:hover,
.enhanced-dashboard.supplierconnect-orders-details .box-info.box-account #rfq_lines_table .lines_row.attachment div.content-header table tr td.form-buttons button.rfq_line_attachment_add:hover,
.account.enhanced-dashboard.dealerconnect-quotes-duplicate .box-info.box-account #rfq_lines_table .lines_row.attachment div.content-header table tr td.form-buttons button.rfq_line_attachment_add:hover,
.enhanced-dashboard.dealerconnect-quotes-duplicate .box-info.box-account #rfq_lines_table .lines_row.attachment div.content-header table tr td.form-buttons button.rfq_line_attachment_add:hover,
.account.enhanced-dashboard.customerconnect-rfqs-duplicate .box-info.box-account #rfq_lines_table .lines_row.attachment div.content-header table tr td.form-buttons button.rfq_line_attachment_add:hover,
.enhanced-dashboard.customerconnect-rfqs-duplicate .box-info.box-account #rfq_lines_table .lines_row.attachment div.content-header table tr td.form-buttons button.rfq_line_attachment_add:hover {
  border: 0px !important;
  padding: 3px !important;
  background: none !important;
}
.account.enhanced-dashboard.customerconnect-rfqs-details .box-info.box-account #rfq_lines_table .lines_row.attachment div.content-header table tr td.form-buttons button.rfq_line_attachment_add:hover:before,
.enhanced-dashboard.customerconnect-rfqs-details .box-info.box-account #rfq_lines_table .lines_row.attachment div.content-header table tr td.form-buttons button.rfq_line_attachment_add:hover:before,
.account.enhanced-dashboard.dealerconnect-quotes-details .box-info.box-account #rfq_lines_table .lines_row.attachment div.content-header table tr td.form-buttons button.rfq_line_attachment_add:hover:before,
.enhanced-dashboard.dealerconnect-quotes-details .box-info.box-account #rfq_lines_table .lines_row.attachment div.content-header table tr td.form-buttons button.rfq_line_attachment_add:hover:before,
.account.enhanced-dashboard.customerconnect-rfqs-new .box-info.box-account #rfq_lines_table .lines_row.attachment div.content-header table tr td.form-buttons button.rfq_line_attachment_add:hover:before,
.enhanced-dashboard.customerconnect-rfqs-new .box-info.box-account #rfq_lines_table .lines_row.attachment div.content-header table tr td.form-buttons button.rfq_line_attachment_add:hover:before,
.account.enhanced-dashboard.dealerconnect-quotes-new .box-info.box-account #rfq_lines_table .lines_row.attachment div.content-header table tr td.form-buttons button.rfq_line_attachment_add:hover:before,
.enhanced-dashboard.dealerconnect-quotes-new .box-info.box-account #rfq_lines_table .lines_row.attachment div.content-header table tr td.form-buttons button.rfq_line_attachment_add:hover:before,
.account.enhanced-dashboard.supplierconnect-orders-details .box-info.box-account #rfq_lines_table .lines_row.attachment div.content-header table tr td.form-buttons button.rfq_line_attachment_add:hover:before,
.enhanced-dashboard.supplierconnect-orders-details .box-info.box-account #rfq_lines_table .lines_row.attachment div.content-header table tr td.form-buttons button.rfq_line_attachment_add:hover:before,
.account.enhanced-dashboard.dealerconnect-quotes-duplicate .box-info.box-account #rfq_lines_table .lines_row.attachment div.content-header table tr td.form-buttons button.rfq_line_attachment_add:hover:before,
.enhanced-dashboard.dealerconnect-quotes-duplicate .box-info.box-account #rfq_lines_table .lines_row.attachment div.content-header table tr td.form-buttons button.rfq_line_attachment_add:hover:before,
.account.enhanced-dashboard.customerconnect-rfqs-duplicate .box-info.box-account #rfq_lines_table .lines_row.attachment div.content-header table tr td.form-buttons button.rfq_line_attachment_add:hover:before,
.enhanced-dashboard.customerconnect-rfqs-duplicate .box-info.box-account #rfq_lines_table .lines_row.attachment div.content-header table tr td.form-buttons button.rfq_line_attachment_add:hover:before {
  color: #66cc66 !important;
  background: none !important;
}
.account.enhanced-dashboard.customerconnect-rfqs-details .box-info.box-account #rfq_lines_table .lines_row.attachment div.content-header table tr td.form-buttons button.rfq_line_attachment_add span,
.enhanced-dashboard.customerconnect-rfqs-details .box-info.box-account #rfq_lines_table .lines_row.attachment div.content-header table tr td.form-buttons button.rfq_line_attachment_add span,
.account.enhanced-dashboard.dealerconnect-quotes-details .box-info.box-account #rfq_lines_table .lines_row.attachment div.content-header table tr td.form-buttons button.rfq_line_attachment_add span,
.enhanced-dashboard.dealerconnect-quotes-details .box-info.box-account #rfq_lines_table .lines_row.attachment div.content-header table tr td.form-buttons button.rfq_line_attachment_add span,
.account.enhanced-dashboard.customerconnect-rfqs-new .box-info.box-account #rfq_lines_table .lines_row.attachment div.content-header table tr td.form-buttons button.rfq_line_attachment_add span,
.enhanced-dashboard.customerconnect-rfqs-new .box-info.box-account #rfq_lines_table .lines_row.attachment div.content-header table tr td.form-buttons button.rfq_line_attachment_add span,
.account.enhanced-dashboard.dealerconnect-quotes-new .box-info.box-account #rfq_lines_table .lines_row.attachment div.content-header table tr td.form-buttons button.rfq_line_attachment_add span,
.enhanced-dashboard.dealerconnect-quotes-new .box-info.box-account #rfq_lines_table .lines_row.attachment div.content-header table tr td.form-buttons button.rfq_line_attachment_add span,
.account.enhanced-dashboard.supplierconnect-orders-details .box-info.box-account #rfq_lines_table .lines_row.attachment div.content-header table tr td.form-buttons button.rfq_line_attachment_add span,
.enhanced-dashboard.supplierconnect-orders-details .box-info.box-account #rfq_lines_table .lines_row.attachment div.content-header table tr td.form-buttons button.rfq_line_attachment_add span,
.account.enhanced-dashboard.dealerconnect-quotes-duplicate .box-info.box-account #rfq_lines_table .lines_row.attachment div.content-header table tr td.form-buttons button.rfq_line_attachment_add span,
.enhanced-dashboard.dealerconnect-quotes-duplicate .box-info.box-account #rfq_lines_table .lines_row.attachment div.content-header table tr td.form-buttons button.rfq_line_attachment_add span,
.account.enhanced-dashboard.customerconnect-rfqs-duplicate .box-info.box-account #rfq_lines_table .lines_row.attachment div.content-header table tr td.form-buttons button.rfq_line_attachment_add span,
.enhanced-dashboard.customerconnect-rfqs-duplicate .box-info.box-account #rfq_lines_table .lines_row.attachment div.content-header table tr td.form-buttons button.rfq_line_attachment_add span {
  font-size: 0px;
}
.account.enhanced-dashboard.customerconnect-rfqs-details .box-info.box-account #rfq_lines_table .lines_row.attachment div.content-header table tr td.form-buttons button.rfq_line_attachment_add:hover,
.enhanced-dashboard.customerconnect-rfqs-details .box-info.box-account #rfq_lines_table .lines_row.attachment div.content-header table tr td.form-buttons button.rfq_line_attachment_add:hover,
.account.enhanced-dashboard.dealerconnect-quotes-details .box-info.box-account #rfq_lines_table .lines_row.attachment div.content-header table tr td.form-buttons button.rfq_line_attachment_add:hover,
.enhanced-dashboard.dealerconnect-quotes-details .box-info.box-account #rfq_lines_table .lines_row.attachment div.content-header table tr td.form-buttons button.rfq_line_attachment_add:hover,
.account.enhanced-dashboard.customerconnect-rfqs-new .box-info.box-account #rfq_lines_table .lines_row.attachment div.content-header table tr td.form-buttons button.rfq_line_attachment_add:hover,
.enhanced-dashboard.customerconnect-rfqs-new .box-info.box-account #rfq_lines_table .lines_row.attachment div.content-header table tr td.form-buttons button.rfq_line_attachment_add:hover,
.account.enhanced-dashboard.dealerconnect-quotes-new .box-info.box-account #rfq_lines_table .lines_row.attachment div.content-header table tr td.form-buttons button.rfq_line_attachment_add:hover,
.enhanced-dashboard.dealerconnect-quotes-new .box-info.box-account #rfq_lines_table .lines_row.attachment div.content-header table tr td.form-buttons button.rfq_line_attachment_add:hover,
.account.enhanced-dashboard.supplierconnect-orders-details .box-info.box-account #rfq_lines_table .lines_row.attachment div.content-header table tr td.form-buttons button.rfq_line_attachment_add:hover,
.enhanced-dashboard.supplierconnect-orders-details .box-info.box-account #rfq_lines_table .lines_row.attachment div.content-header table tr td.form-buttons button.rfq_line_attachment_add:hover,
.account.enhanced-dashboard.dealerconnect-quotes-duplicate .box-info.box-account #rfq_lines_table .lines_row.attachment div.content-header table tr td.form-buttons button.rfq_line_attachment_add:hover,
.enhanced-dashboard.dealerconnect-quotes-duplicate .box-info.box-account #rfq_lines_table .lines_row.attachment div.content-header table tr td.form-buttons button.rfq_line_attachment_add:hover,
.account.enhanced-dashboard.customerconnect-rfqs-duplicate .box-info.box-account #rfq_lines_table .lines_row.attachment div.content-header table tr td.form-buttons button.rfq_line_attachment_add:hover,
.enhanced-dashboard.customerconnect-rfqs-duplicate .box-info.box-account #rfq_lines_table .lines_row.attachment div.content-header table tr td.form-buttons button.rfq_line_attachment_add:hover {
  background: none;
}
.account.enhanced-dashboard.customerconnect-rfqs-details .box-info.box-account div.content-header table tr td.form-buttons #add_contact:hover,
.enhanced-dashboard.customerconnect-rfqs-details .box-info.box-account div.content-header table tr td.form-buttons #add_contact:hover,
.account.enhanced-dashboard.dealerconnect-quotes-details .box-info.box-account div.content-header table tr td.form-buttons #add_contact:hover,
.enhanced-dashboard.dealerconnect-quotes-details .box-info.box-account div.content-header table tr td.form-buttons #add_contact:hover,
.account.enhanced-dashboard.customerconnect-rfqs-new .box-info.box-account div.content-header table tr td.form-buttons #add_contact:hover,
.enhanced-dashboard.customerconnect-rfqs-new .box-info.box-account div.content-header table tr td.form-buttons #add_contact:hover,
.account.enhanced-dashboard.dealerconnect-quotes-new .box-info.box-account div.content-header table tr td.form-buttons #add_contact:hover,
.enhanced-dashboard.dealerconnect-quotes-new .box-info.box-account div.content-header table tr td.form-buttons #add_contact:hover,
.account.enhanced-dashboard.supplierconnect-orders-details .box-info.box-account div.content-header table tr td.form-buttons #add_contact:hover,
.enhanced-dashboard.supplierconnect-orders-details .box-info.box-account div.content-header table tr td.form-buttons #add_contact:hover,
.account.enhanced-dashboard.dealerconnect-quotes-duplicate .box-info.box-account div.content-header table tr td.form-buttons #add_contact:hover,
.enhanced-dashboard.dealerconnect-quotes-duplicate .box-info.box-account div.content-header table tr td.form-buttons #add_contact:hover,
.account.enhanced-dashboard.customerconnect-rfqs-duplicate .box-info.box-account div.content-header table tr td.form-buttons #add_contact:hover,
.enhanced-dashboard.customerconnect-rfqs-duplicate .box-info.box-account div.content-header table tr td.form-buttons #add_contact:hover,
.account.enhanced-dashboard.customerconnect-rfqs-details .box-info.box-account div.content-header table tr td.form-buttons #add_line:hover,
.enhanced-dashboard.customerconnect-rfqs-details .box-info.box-account div.content-header table tr td.form-buttons #add_line:hover,
.account.enhanced-dashboard.dealerconnect-quotes-details .box-info.box-account div.content-header table tr td.form-buttons #add_line:hover,
.enhanced-dashboard.dealerconnect-quotes-details .box-info.box-account div.content-header table tr td.form-buttons #add_line:hover,
.account.enhanced-dashboard.customerconnect-rfqs-new .box-info.box-account div.content-header table tr td.form-buttons #add_line:hover,
.enhanced-dashboard.customerconnect-rfqs-new .box-info.box-account div.content-header table tr td.form-buttons #add_line:hover,
.account.enhanced-dashboard.dealerconnect-quotes-new .box-info.box-account div.content-header table tr td.form-buttons #add_line:hover,
.enhanced-dashboard.dealerconnect-quotes-new .box-info.box-account div.content-header table tr td.form-buttons #add_line:hover,
.account.enhanced-dashboard.supplierconnect-orders-details .box-info.box-account div.content-header table tr td.form-buttons #add_line:hover,
.enhanced-dashboard.supplierconnect-orders-details .box-info.box-account div.content-header table tr td.form-buttons #add_line:hover,
.account.enhanced-dashboard.dealerconnect-quotes-duplicate .box-info.box-account div.content-header table tr td.form-buttons #add_line:hover,
.enhanced-dashboard.dealerconnect-quotes-duplicate .box-info.box-account div.content-header table tr td.form-buttons #add_line:hover,
.account.enhanced-dashboard.customerconnect-rfqs-duplicate .box-info.box-account div.content-header table tr td.form-buttons #add_line:hover,
.enhanced-dashboard.customerconnect-rfqs-duplicate .box-info.box-account div.content-header table tr td.form-buttons #add_line:hover,
.account.enhanced-dashboard.customerconnect-rfqs-details .box-info.box-account div.content-header table tr td.form-buttons #add_attachment:hover,
.enhanced-dashboard.customerconnect-rfqs-details .box-info.box-account div.content-header table tr td.form-buttons #add_attachment:hover,
.account.enhanced-dashboard.dealerconnect-quotes-details .box-info.box-account div.content-header table tr td.form-buttons #add_attachment:hover,
.enhanced-dashboard.dealerconnect-quotes-details .box-info.box-account div.content-header table tr td.form-buttons #add_attachment:hover,
.account.enhanced-dashboard.customerconnect-rfqs-new .box-info.box-account div.content-header table tr td.form-buttons #add_attachment:hover,
.enhanced-dashboard.customerconnect-rfqs-new .box-info.box-account div.content-header table tr td.form-buttons #add_attachment:hover,
.account.enhanced-dashboard.dealerconnect-quotes-new .box-info.box-account div.content-header table tr td.form-buttons #add_attachment:hover,
.enhanced-dashboard.dealerconnect-quotes-new .box-info.box-account div.content-header table tr td.form-buttons #add_attachment:hover,
.account.enhanced-dashboard.supplierconnect-orders-details .box-info.box-account div.content-header table tr td.form-buttons #add_attachment:hover,
.enhanced-dashboard.supplierconnect-orders-details .box-info.box-account div.content-header table tr td.form-buttons #add_attachment:hover,
.account.enhanced-dashboard.dealerconnect-quotes-duplicate .box-info.box-account div.content-header table tr td.form-buttons #add_attachment:hover,
.enhanced-dashboard.dealerconnect-quotes-duplicate .box-info.box-account div.content-header table tr td.form-buttons #add_attachment:hover,
.account.enhanced-dashboard.customerconnect-rfqs-duplicate .box-info.box-account div.content-header table tr td.form-buttons #add_attachment:hover,
.enhanced-dashboard.customerconnect-rfqs-duplicate .box-info.box-account div.content-header table tr td.form-buttons #add_attachment:hover {
  background: none !important;
}
.account.enhanced-dashboard.customerconnect-rfqs-details .admin__data-grid-header.admin__data-grid-toolbar,
.enhanced-dashboard.customerconnect-rfqs-details .admin__data-grid-header.admin__data-grid-toolbar,
.account.enhanced-dashboard.dealerconnect-quotes-details .admin__data-grid-header.admin__data-grid-toolbar,
.enhanced-dashboard.dealerconnect-quotes-details .admin__data-grid-header.admin__data-grid-toolbar,
.account.enhanced-dashboard.customerconnect-rfqs-new .admin__data-grid-header.admin__data-grid-toolbar,
.enhanced-dashboard.customerconnect-rfqs-new .admin__data-grid-header.admin__data-grid-toolbar,
.account.enhanced-dashboard.dealerconnect-quotes-new .admin__data-grid-header.admin__data-grid-toolbar,
.enhanced-dashboard.dealerconnect-quotes-new .admin__data-grid-header.admin__data-grid-toolbar,
.account.enhanced-dashboard.supplierconnect-orders-details .admin__data-grid-header.admin__data-grid-toolbar,
.enhanced-dashboard.supplierconnect-orders-details .admin__data-grid-header.admin__data-grid-toolbar,
.account.enhanced-dashboard.dealerconnect-quotes-duplicate .admin__data-grid-header.admin__data-grid-toolbar,
.enhanced-dashboard.dealerconnect-quotes-duplicate .admin__data-grid-header.admin__data-grid-toolbar,
.account.enhanced-dashboard.customerconnect-rfqs-duplicate .admin__data-grid-header.admin__data-grid-toolbar,
.enhanced-dashboard.customerconnect-rfqs-duplicate .admin__data-grid-header.admin__data-grid-toolbar {
  min-height: 5px;
  z-index: 0;
}
.account.enhanced-dashboard.customerconnect-rfqs-details #line-search,
.enhanced-dashboard.customerconnect-rfqs-details #line-search,
.account.enhanced-dashboard.dealerconnect-quotes-details #line-search,
.enhanced-dashboard.dealerconnect-quotes-details #line-search,
.account.enhanced-dashboard.customerconnect-rfqs-new #line-search,
.enhanced-dashboard.customerconnect-rfqs-new #line-search,
.account.enhanced-dashboard.dealerconnect-quotes-new #line-search,
.enhanced-dashboard.dealerconnect-quotes-new #line-search,
.account.enhanced-dashboard.supplierconnect-orders-details #line-search,
.enhanced-dashboard.supplierconnect-orders-details #line-search,
.account.enhanced-dashboard.dealerconnect-quotes-duplicate #line-search,
.enhanced-dashboard.dealerconnect-quotes-duplicate #line-search,
.account.enhanced-dashboard.customerconnect-rfqs-duplicate #line-search,
.enhanced-dashboard.customerconnect-rfqs-duplicate #line-search,
.account.enhanced-dashboard.customerconnect-rfqs-details #line-add,
.enhanced-dashboard.customerconnect-rfqs-details #line-add,
.account.enhanced-dashboard.dealerconnect-quotes-details #line-add,
.enhanced-dashboard.dealerconnect-quotes-details #line-add,
.account.enhanced-dashboard.customerconnect-rfqs-new #line-add,
.enhanced-dashboard.customerconnect-rfqs-new #line-add,
.account.enhanced-dashboard.dealerconnect-quotes-new #line-add,
.enhanced-dashboard.dealerconnect-quotes-new #line-add,
.account.enhanced-dashboard.supplierconnect-orders-details #line-add,
.enhanced-dashboard.supplierconnect-orders-details #line-add,
.account.enhanced-dashboard.dealerconnect-quotes-duplicate #line-add,
.enhanced-dashboard.dealerconnect-quotes-duplicate #line-add,
.account.enhanced-dashboard.customerconnect-rfqs-duplicate #line-add,
.enhanced-dashboard.customerconnect-rfqs-duplicate #line-add {
  position: relative;
  border: 1px solid #cccccc;
  padding: 10px;
}
.account.enhanced-dashboard.customerconnect-rfqs-details #line-search .la_row,
.enhanced-dashboard.customerconnect-rfqs-details #line-search .la_row,
.account.enhanced-dashboard.dealerconnect-quotes-details #line-search .la_row,
.enhanced-dashboard.dealerconnect-quotes-details #line-search .la_row,
.account.enhanced-dashboard.customerconnect-rfqs-new #line-search .la_row,
.enhanced-dashboard.customerconnect-rfqs-new #line-search .la_row,
.account.enhanced-dashboard.dealerconnect-quotes-new #line-search .la_row,
.enhanced-dashboard.dealerconnect-quotes-new #line-search .la_row,
.account.enhanced-dashboard.supplierconnect-orders-details #line-search .la_row,
.enhanced-dashboard.supplierconnect-orders-details #line-search .la_row,
.account.enhanced-dashboard.dealerconnect-quotes-duplicate #line-search .la_row,
.enhanced-dashboard.dealerconnect-quotes-duplicate #line-search .la_row,
.account.enhanced-dashboard.customerconnect-rfqs-duplicate #line-search .la_row,
.enhanced-dashboard.customerconnect-rfqs-duplicate #line-search .la_row,
.account.enhanced-dashboard.customerconnect-rfqs-details #line-add .la_row,
.enhanced-dashboard.customerconnect-rfqs-details #line-add .la_row,
.account.enhanced-dashboard.dealerconnect-quotes-details #line-add .la_row,
.enhanced-dashboard.dealerconnect-quotes-details #line-add .la_row,
.account.enhanced-dashboard.customerconnect-rfqs-new #line-add .la_row,
.enhanced-dashboard.customerconnect-rfqs-new #line-add .la_row,
.account.enhanced-dashboard.dealerconnect-quotes-new #line-add .la_row,
.enhanced-dashboard.dealerconnect-quotes-new #line-add .la_row,
.account.enhanced-dashboard.supplierconnect-orders-details #line-add .la_row,
.enhanced-dashboard.supplierconnect-orders-details #line-add .la_row,
.account.enhanced-dashboard.dealerconnect-quotes-duplicate #line-add .la_row,
.enhanced-dashboard.dealerconnect-quotes-duplicate #line-add .la_row,
.account.enhanced-dashboard.customerconnect-rfqs-duplicate #line-add .la_row,
.enhanced-dashboard.customerconnect-rfqs-duplicate #line-add .la_row {
  border-top: 0px;
}
.account.enhanced-dashboard.customerconnect-rfqs-details #line-search .buttons-set.actions.buttonbar #lineadd-submit,
.enhanced-dashboard.customerconnect-rfqs-details #line-search .buttons-set.actions.buttonbar #lineadd-submit,
.account.enhanced-dashboard.dealerconnect-quotes-details #line-search .buttons-set.actions.buttonbar #lineadd-submit,
.enhanced-dashboard.dealerconnect-quotes-details #line-search .buttons-set.actions.buttonbar #lineadd-submit,
.account.enhanced-dashboard.customerconnect-rfqs-new #line-search .buttons-set.actions.buttonbar #lineadd-submit,
.enhanced-dashboard.customerconnect-rfqs-new #line-search .buttons-set.actions.buttonbar #lineadd-submit,
.account.enhanced-dashboard.dealerconnect-quotes-new #line-search .buttons-set.actions.buttonbar #lineadd-submit,
.enhanced-dashboard.dealerconnect-quotes-new #line-search .buttons-set.actions.buttonbar #lineadd-submit,
.account.enhanced-dashboard.supplierconnect-orders-details #line-search .buttons-set.actions.buttonbar #lineadd-submit,
.enhanced-dashboard.supplierconnect-orders-details #line-search .buttons-set.actions.buttonbar #lineadd-submit,
.account.enhanced-dashboard.dealerconnect-quotes-duplicate #line-search .buttons-set.actions.buttonbar #lineadd-submit,
.enhanced-dashboard.dealerconnect-quotes-duplicate #line-search .buttons-set.actions.buttonbar #lineadd-submit,
.account.enhanced-dashboard.customerconnect-rfqs-duplicate #line-search .buttons-set.actions.buttonbar #lineadd-submit,
.enhanced-dashboard.customerconnect-rfqs-duplicate #line-search .buttons-set.actions.buttonbar #lineadd-submit,
.account.enhanced-dashboard.customerconnect-rfqs-details #line-add .buttons-set.actions.buttonbar #lineadd-submit,
.enhanced-dashboard.customerconnect-rfqs-details #line-add .buttons-set.actions.buttonbar #lineadd-submit,
.account.enhanced-dashboard.dealerconnect-quotes-details #line-add .buttons-set.actions.buttonbar #lineadd-submit,
.enhanced-dashboard.dealerconnect-quotes-details #line-add .buttons-set.actions.buttonbar #lineadd-submit,
.account.enhanced-dashboard.customerconnect-rfqs-new #line-add .buttons-set.actions.buttonbar #lineadd-submit,
.enhanced-dashboard.customerconnect-rfqs-new #line-add .buttons-set.actions.buttonbar #lineadd-submit,
.account.enhanced-dashboard.dealerconnect-quotes-new #line-add .buttons-set.actions.buttonbar #lineadd-submit,
.enhanced-dashboard.dealerconnect-quotes-new #line-add .buttons-set.actions.buttonbar #lineadd-submit,
.account.enhanced-dashboard.supplierconnect-orders-details #line-add .buttons-set.actions.buttonbar #lineadd-submit,
.enhanced-dashboard.supplierconnect-orders-details #line-add .buttons-set.actions.buttonbar #lineadd-submit,
.account.enhanced-dashboard.dealerconnect-quotes-duplicate #line-add .buttons-set.actions.buttonbar #lineadd-submit,
.enhanced-dashboard.dealerconnect-quotes-duplicate #line-add .buttons-set.actions.buttonbar #lineadd-submit,
.account.enhanced-dashboard.customerconnect-rfqs-duplicate #line-add .buttons-set.actions.buttonbar #lineadd-submit,
.enhanced-dashboard.customerconnect-rfqs-duplicate #line-add .buttons-set.actions.buttonbar #lineadd-submit {
  margin-right: 10px;
}
.account.enhanced-dashboard.customerconnect-rfqs-details #line-search .buttons-set.actions.buttonbar #line-search-close,
.enhanced-dashboard.customerconnect-rfqs-details #line-search .buttons-set.actions.buttonbar #line-search-close,
.account.enhanced-dashboard.dealerconnect-quotes-details #line-search .buttons-set.actions.buttonbar #line-search-close,
.enhanced-dashboard.dealerconnect-quotes-details #line-search .buttons-set.actions.buttonbar #line-search-close,
.account.enhanced-dashboard.customerconnect-rfqs-new #line-search .buttons-set.actions.buttonbar #line-search-close,
.enhanced-dashboard.customerconnect-rfqs-new #line-search .buttons-set.actions.buttonbar #line-search-close,
.account.enhanced-dashboard.dealerconnect-quotes-new #line-search .buttons-set.actions.buttonbar #line-search-close,
.enhanced-dashboard.dealerconnect-quotes-new #line-search .buttons-set.actions.buttonbar #line-search-close,
.account.enhanced-dashboard.supplierconnect-orders-details #line-search .buttons-set.actions.buttonbar #line-search-close,
.enhanced-dashboard.supplierconnect-orders-details #line-search .buttons-set.actions.buttonbar #line-search-close,
.account.enhanced-dashboard.dealerconnect-quotes-duplicate #line-search .buttons-set.actions.buttonbar #line-search-close,
.enhanced-dashboard.dealerconnect-quotes-duplicate #line-search .buttons-set.actions.buttonbar #line-search-close,
.account.enhanced-dashboard.customerconnect-rfqs-duplicate #line-search .buttons-set.actions.buttonbar #line-search-close,
.enhanced-dashboard.customerconnect-rfqs-duplicate #line-search .buttons-set.actions.buttonbar #line-search-close,
.account.enhanced-dashboard.customerconnect-rfqs-details #line-add .buttons-set.actions.buttonbar #line-search-close,
.enhanced-dashboard.customerconnect-rfqs-details #line-add .buttons-set.actions.buttonbar #line-search-close,
.account.enhanced-dashboard.dealerconnect-quotes-details #line-add .buttons-set.actions.buttonbar #line-search-close,
.enhanced-dashboard.dealerconnect-quotes-details #line-add .buttons-set.actions.buttonbar #line-search-close,
.account.enhanced-dashboard.customerconnect-rfqs-new #line-add .buttons-set.actions.buttonbar #line-search-close,
.enhanced-dashboard.customerconnect-rfqs-new #line-add .buttons-set.actions.buttonbar #line-search-close,
.account.enhanced-dashboard.dealerconnect-quotes-new #line-add .buttons-set.actions.buttonbar #line-search-close,
.enhanced-dashboard.dealerconnect-quotes-new #line-add .buttons-set.actions.buttonbar #line-search-close,
.account.enhanced-dashboard.supplierconnect-orders-details #line-add .buttons-set.actions.buttonbar #line-search-close,
.enhanced-dashboard.supplierconnect-orders-details #line-add .buttons-set.actions.buttonbar #line-search-close,
.account.enhanced-dashboard.dealerconnect-quotes-duplicate #line-add .buttons-set.actions.buttonbar #line-search-close,
.enhanced-dashboard.dealerconnect-quotes-duplicate #line-add .buttons-set.actions.buttonbar #line-search-close,
.account.enhanced-dashboard.customerconnect-rfqs-duplicate #line-add .buttons-set.actions.buttonbar #line-search-close,
.enhanced-dashboard.customerconnect-rfqs-duplicate #line-add .buttons-set.actions.buttonbar #line-search-close,
.account.enhanced-dashboard.customerconnect-rfqs-details #line-search .buttons-set.actions.buttonbar #line-add-close,
.enhanced-dashboard.customerconnect-rfqs-details #line-search .buttons-set.actions.buttonbar #line-add-close,
.account.enhanced-dashboard.dealerconnect-quotes-details #line-search .buttons-set.actions.buttonbar #line-add-close,
.enhanced-dashboard.dealerconnect-quotes-details #line-search .buttons-set.actions.buttonbar #line-add-close,
.account.enhanced-dashboard.customerconnect-rfqs-new #line-search .buttons-set.actions.buttonbar #line-add-close,
.enhanced-dashboard.customerconnect-rfqs-new #line-search .buttons-set.actions.buttonbar #line-add-close,
.account.enhanced-dashboard.dealerconnect-quotes-new #line-search .buttons-set.actions.buttonbar #line-add-close,
.enhanced-dashboard.dealerconnect-quotes-new #line-search .buttons-set.actions.buttonbar #line-add-close,
.account.enhanced-dashboard.supplierconnect-orders-details #line-search .buttons-set.actions.buttonbar #line-add-close,
.enhanced-dashboard.supplierconnect-orders-details #line-search .buttons-set.actions.buttonbar #line-add-close,
.account.enhanced-dashboard.dealerconnect-quotes-duplicate #line-search .buttons-set.actions.buttonbar #line-add-close,
.enhanced-dashboard.dealerconnect-quotes-duplicate #line-search .buttons-set.actions.buttonbar #line-add-close,
.account.enhanced-dashboard.customerconnect-rfqs-duplicate #line-search .buttons-set.actions.buttonbar #line-add-close,
.enhanced-dashboard.customerconnect-rfqs-duplicate #line-search .buttons-set.actions.buttonbar #line-add-close,
.account.enhanced-dashboard.customerconnect-rfqs-details #line-add .buttons-set.actions.buttonbar #line-add-close,
.enhanced-dashboard.customerconnect-rfqs-details #line-add .buttons-set.actions.buttonbar #line-add-close,
.account.enhanced-dashboard.dealerconnect-quotes-details #line-add .buttons-set.actions.buttonbar #line-add-close,
.enhanced-dashboard.dealerconnect-quotes-details #line-add .buttons-set.actions.buttonbar #line-add-close,
.account.enhanced-dashboard.customerconnect-rfqs-new #line-add .buttons-set.actions.buttonbar #line-add-close,
.enhanced-dashboard.customerconnect-rfqs-new #line-add .buttons-set.actions.buttonbar #line-add-close,
.account.enhanced-dashboard.dealerconnect-quotes-new #line-add .buttons-set.actions.buttonbar #line-add-close,
.enhanced-dashboard.dealerconnect-quotes-new #line-add .buttons-set.actions.buttonbar #line-add-close,
.account.enhanced-dashboard.supplierconnect-orders-details #line-add .buttons-set.actions.buttonbar #line-add-close,
.enhanced-dashboard.supplierconnect-orders-details #line-add .buttons-set.actions.buttonbar #line-add-close,
.account.enhanced-dashboard.dealerconnect-quotes-duplicate #line-add .buttons-set.actions.buttonbar #line-add-close,
.enhanced-dashboard.dealerconnect-quotes-duplicate #line-add .buttons-set.actions.buttonbar #line-add-close,
.account.enhanced-dashboard.customerconnect-rfqs-duplicate #line-add .buttons-set.actions.buttonbar #line-add-close,
.enhanced-dashboard.customerconnect-rfqs-duplicate #line-add .buttons-set.actions.buttonbar #line-add-close {
  position: absolute;
  top: 5px;
  right: 15px;
  border-radius: 3px;
  font-size: 1.4rem;
  color: #006699;
  background: #ffffff;
  padding: 5px 10px;
  text-decoration: none;
  text-transform: capitalize !important;
  border: 1px solid #006699 !important;
  text-shadow: none;
  font-family: 'Source Sans Pro' !important;
  cursor: pointer;
}
.account.enhanced-dashboard.customerconnect-rfqs-details #line-search .buttons-set.actions.buttonbar #line-search-close:hover,
.enhanced-dashboard.customerconnect-rfqs-details #line-search .buttons-set.actions.buttonbar #line-search-close:hover,
.account.enhanced-dashboard.dealerconnect-quotes-details #line-search .buttons-set.actions.buttonbar #line-search-close:hover,
.enhanced-dashboard.dealerconnect-quotes-details #line-search .buttons-set.actions.buttonbar #line-search-close:hover,
.account.enhanced-dashboard.customerconnect-rfqs-new #line-search .buttons-set.actions.buttonbar #line-search-close:hover,
.enhanced-dashboard.customerconnect-rfqs-new #line-search .buttons-set.actions.buttonbar #line-search-close:hover,
.account.enhanced-dashboard.dealerconnect-quotes-new #line-search .buttons-set.actions.buttonbar #line-search-close:hover,
.enhanced-dashboard.dealerconnect-quotes-new #line-search .buttons-set.actions.buttonbar #line-search-close:hover,
.account.enhanced-dashboard.supplierconnect-orders-details #line-search .buttons-set.actions.buttonbar #line-search-close:hover,
.enhanced-dashboard.supplierconnect-orders-details #line-search .buttons-set.actions.buttonbar #line-search-close:hover,
.account.enhanced-dashboard.dealerconnect-quotes-duplicate #line-search .buttons-set.actions.buttonbar #line-search-close:hover,
.enhanced-dashboard.dealerconnect-quotes-duplicate #line-search .buttons-set.actions.buttonbar #line-search-close:hover,
.account.enhanced-dashboard.customerconnect-rfqs-duplicate #line-search .buttons-set.actions.buttonbar #line-search-close:hover,
.enhanced-dashboard.customerconnect-rfqs-duplicate #line-search .buttons-set.actions.buttonbar #line-search-close:hover,
.account.enhanced-dashboard.customerconnect-rfqs-details #line-add .buttons-set.actions.buttonbar #line-search-close:hover,
.enhanced-dashboard.customerconnect-rfqs-details #line-add .buttons-set.actions.buttonbar #line-search-close:hover,
.account.enhanced-dashboard.dealerconnect-quotes-details #line-add .buttons-set.actions.buttonbar #line-search-close:hover,
.enhanced-dashboard.dealerconnect-quotes-details #line-add .buttons-set.actions.buttonbar #line-search-close:hover,
.account.enhanced-dashboard.customerconnect-rfqs-new #line-add .buttons-set.actions.buttonbar #line-search-close:hover,
.enhanced-dashboard.customerconnect-rfqs-new #line-add .buttons-set.actions.buttonbar #line-search-close:hover,
.account.enhanced-dashboard.dealerconnect-quotes-new #line-add .buttons-set.actions.buttonbar #line-search-close:hover,
.enhanced-dashboard.dealerconnect-quotes-new #line-add .buttons-set.actions.buttonbar #line-search-close:hover,
.account.enhanced-dashboard.supplierconnect-orders-details #line-add .buttons-set.actions.buttonbar #line-search-close:hover,
.enhanced-dashboard.supplierconnect-orders-details #line-add .buttons-set.actions.buttonbar #line-search-close:hover,
.account.enhanced-dashboard.dealerconnect-quotes-duplicate #line-add .buttons-set.actions.buttonbar #line-search-close:hover,
.enhanced-dashboard.dealerconnect-quotes-duplicate #line-add .buttons-set.actions.buttonbar #line-search-close:hover,
.account.enhanced-dashboard.customerconnect-rfqs-duplicate #line-add .buttons-set.actions.buttonbar #line-search-close:hover,
.enhanced-dashboard.customerconnect-rfqs-duplicate #line-add .buttons-set.actions.buttonbar #line-search-close:hover,
.account.enhanced-dashboard.customerconnect-rfqs-details #line-search .buttons-set.actions.buttonbar #line-add-close:hover,
.enhanced-dashboard.customerconnect-rfqs-details #line-search .buttons-set.actions.buttonbar #line-add-close:hover,
.account.enhanced-dashboard.dealerconnect-quotes-details #line-search .buttons-set.actions.buttonbar #line-add-close:hover,
.enhanced-dashboard.dealerconnect-quotes-details #line-search .buttons-set.actions.buttonbar #line-add-close:hover,
.account.enhanced-dashboard.customerconnect-rfqs-new #line-search .buttons-set.actions.buttonbar #line-add-close:hover,
.enhanced-dashboard.customerconnect-rfqs-new #line-search .buttons-set.actions.buttonbar #line-add-close:hover,
.account.enhanced-dashboard.dealerconnect-quotes-new #line-search .buttons-set.actions.buttonbar #line-add-close:hover,
.enhanced-dashboard.dealerconnect-quotes-new #line-search .buttons-set.actions.buttonbar #line-add-close:hover,
.account.enhanced-dashboard.supplierconnect-orders-details #line-search .buttons-set.actions.buttonbar #line-add-close:hover,
.enhanced-dashboard.supplierconnect-orders-details #line-search .buttons-set.actions.buttonbar #line-add-close:hover,
.account.enhanced-dashboard.dealerconnect-quotes-duplicate #line-search .buttons-set.actions.buttonbar #line-add-close:hover,
.enhanced-dashboard.dealerconnect-quotes-duplicate #line-search .buttons-set.actions.buttonbar #line-add-close:hover,
.account.enhanced-dashboard.customerconnect-rfqs-duplicate #line-search .buttons-set.actions.buttonbar #line-add-close:hover,
.enhanced-dashboard.customerconnect-rfqs-duplicate #line-search .buttons-set.actions.buttonbar #line-add-close:hover,
.account.enhanced-dashboard.customerconnect-rfqs-details #line-add .buttons-set.actions.buttonbar #line-add-close:hover,
.enhanced-dashboard.customerconnect-rfqs-details #line-add .buttons-set.actions.buttonbar #line-add-close:hover,
.account.enhanced-dashboard.dealerconnect-quotes-details #line-add .buttons-set.actions.buttonbar #line-add-close:hover,
.enhanced-dashboard.dealerconnect-quotes-details #line-add .buttons-set.actions.buttonbar #line-add-close:hover,
.account.enhanced-dashboard.customerconnect-rfqs-new #line-add .buttons-set.actions.buttonbar #line-add-close:hover,
.enhanced-dashboard.customerconnect-rfqs-new #line-add .buttons-set.actions.buttonbar #line-add-close:hover,
.account.enhanced-dashboard.dealerconnect-quotes-new #line-add .buttons-set.actions.buttonbar #line-add-close:hover,
.enhanced-dashboard.dealerconnect-quotes-new #line-add .buttons-set.actions.buttonbar #line-add-close:hover,
.account.enhanced-dashboard.supplierconnect-orders-details #line-add .buttons-set.actions.buttonbar #line-add-close:hover,
.enhanced-dashboard.supplierconnect-orders-details #line-add .buttons-set.actions.buttonbar #line-add-close:hover,
.account.enhanced-dashboard.dealerconnect-quotes-duplicate #line-add .buttons-set.actions.buttonbar #line-add-close:hover,
.enhanced-dashboard.dealerconnect-quotes-duplicate #line-add .buttons-set.actions.buttonbar #line-add-close:hover,
.account.enhanced-dashboard.customerconnect-rfqs-duplicate #line-add .buttons-set.actions.buttonbar #line-add-close:hover,
.enhanced-dashboard.customerconnect-rfqs-duplicate #line-add .buttons-set.actions.buttonbar #line-add-close:hover {
  text-decoration: none;
  text-shadow: none;
  background: #66cc66 !important;
  border: 1px solid #66cc66 !important;
  color: #ffffff;
}
.account.enhanced-dashboard.customerconnect-rfqs-details #clone_selected,
.enhanced-dashboard.customerconnect-rfqs-details #clone_selected,
.account.enhanced-dashboard.dealerconnect-quotes-details #clone_selected,
.enhanced-dashboard.dealerconnect-quotes-details #clone_selected,
.account.enhanced-dashboard.customerconnect-rfqs-new #clone_selected,
.enhanced-dashboard.customerconnect-rfqs-new #clone_selected,
.account.enhanced-dashboard.dealerconnect-quotes-new #clone_selected,
.enhanced-dashboard.dealerconnect-quotes-new #clone_selected,
.account.enhanced-dashboard.supplierconnect-orders-details #clone_selected,
.enhanced-dashboard.supplierconnect-orders-details #clone_selected,
.account.enhanced-dashboard.dealerconnect-quotes-duplicate #clone_selected,
.enhanced-dashboard.dealerconnect-quotes-duplicate #clone_selected,
.account.enhanced-dashboard.customerconnect-rfqs-duplicate #clone_selected,
.enhanced-dashboard.customerconnect-rfqs-duplicate #clone_selected {
  margin-right: 7px;
  margin-top: 10px;
}
.account.enhanced-dashboard.customerconnect-rfqs-details #delete_selected,
.enhanced-dashboard.customerconnect-rfqs-details #delete_selected,
.account.enhanced-dashboard.dealerconnect-quotes-details #delete_selected,
.enhanced-dashboard.dealerconnect-quotes-details #delete_selected,
.account.enhanced-dashboard.customerconnect-rfqs-new #delete_selected,
.enhanced-dashboard.customerconnect-rfqs-new #delete_selected,
.account.enhanced-dashboard.dealerconnect-quotes-new #delete_selected,
.enhanced-dashboard.dealerconnect-quotes-new #delete_selected,
.account.enhanced-dashboard.supplierconnect-orders-details #delete_selected,
.enhanced-dashboard.supplierconnect-orders-details #delete_selected,
.account.enhanced-dashboard.dealerconnect-quotes-duplicate #delete_selected,
.enhanced-dashboard.dealerconnect-quotes-duplicate #delete_selected,
.account.enhanced-dashboard.customerconnect-rfqs-duplicate #delete_selected,
.enhanced-dashboard.customerconnect-rfqs-duplicate #delete_selected {
  margin-top: 10px;
}
.account.enhanced-dashboard.customerconnect-rfqs-details #add_line,
.enhanced-dashboard.customerconnect-rfqs-details #add_line,
.account.enhanced-dashboard.dealerconnect-quotes-details #add_line,
.enhanced-dashboard.dealerconnect-quotes-details #add_line,
.account.enhanced-dashboard.customerconnect-rfqs-new #add_line,
.enhanced-dashboard.customerconnect-rfqs-new #add_line,
.account.enhanced-dashboard.dealerconnect-quotes-new #add_line,
.enhanced-dashboard.dealerconnect-quotes-new #add_line,
.account.enhanced-dashboard.supplierconnect-orders-details #add_line,
.enhanced-dashboard.supplierconnect-orders-details #add_line,
.account.enhanced-dashboard.dealerconnect-quotes-duplicate #add_line,
.enhanced-dashboard.dealerconnect-quotes-duplicate #add_line,
.account.enhanced-dashboard.customerconnect-rfqs-duplicate #add_line,
.enhanced-dashboard.customerconnect-rfqs-duplicate #add_line {
  position: absolute;
  top: 7px;
  right: 145px;
}
.account.enhanced-dashboard.customerconnect-rfqs-details #add_search,
.enhanced-dashboard.customerconnect-rfqs-details #add_search,
.account.enhanced-dashboard.dealerconnect-quotes-details #add_search,
.enhanced-dashboard.dealerconnect-quotes-details #add_search,
.account.enhanced-dashboard.customerconnect-rfqs-new #add_search,
.enhanced-dashboard.customerconnect-rfqs-new #add_search,
.account.enhanced-dashboard.dealerconnect-quotes-new #add_search,
.enhanced-dashboard.dealerconnect-quotes-new #add_search,
.account.enhanced-dashboard.supplierconnect-orders-details #add_search,
.enhanced-dashboard.supplierconnect-orders-details #add_search,
.account.enhanced-dashboard.dealerconnect-quotes-duplicate #add_search,
.enhanced-dashboard.dealerconnect-quotes-duplicate #add_search,
.account.enhanced-dashboard.customerconnect-rfqs-duplicate #add_search,
.enhanced-dashboard.customerconnect-rfqs-duplicate #add_search {
  position: absolute;
  top: 15px;
  right: 20px;
}
.account.enhanced-dashboard.customerconnect-rfqs-details #rfq_update,
.enhanced-dashboard.customerconnect-rfqs-details #rfq_update,
.account.enhanced-dashboard.dealerconnect-quotes-details #rfq_update,
.enhanced-dashboard.dealerconnect-quotes-details #rfq_update,
.account.enhanced-dashboard.customerconnect-rfqs-new #rfq_update,
.enhanced-dashboard.customerconnect-rfqs-new #rfq_update,
.account.enhanced-dashboard.dealerconnect-quotes-new #rfq_update,
.enhanced-dashboard.dealerconnect-quotes-new #rfq_update,
.account.enhanced-dashboard.supplierconnect-orders-details #rfq_update,
.enhanced-dashboard.supplierconnect-orders-details #rfq_update,
.account.enhanced-dashboard.dealerconnect-quotes-duplicate #rfq_update,
.enhanced-dashboard.dealerconnect-quotes-duplicate #rfq_update,
.account.enhanced-dashboard.customerconnect-rfqs-duplicate #rfq_update,
.enhanced-dashboard.customerconnect-rfqs-duplicate #rfq_update {
  position: relative;
  margin-bottom: 30px;
}
.account.enhanced-dashboard.customerconnect-rfqs-details #rfq_update .a-right.rfq_buttons,
.enhanced-dashboard.customerconnect-rfqs-details #rfq_update .a-right.rfq_buttons,
.account.enhanced-dashboard.dealerconnect-quotes-details #rfq_update .a-right.rfq_buttons,
.enhanced-dashboard.dealerconnect-quotes-details #rfq_update .a-right.rfq_buttons,
.account.enhanced-dashboard.customerconnect-rfqs-new #rfq_update .a-right.rfq_buttons,
.enhanced-dashboard.customerconnect-rfqs-new #rfq_update .a-right.rfq_buttons,
.account.enhanced-dashboard.dealerconnect-quotes-new #rfq_update .a-right.rfq_buttons,
.enhanced-dashboard.dealerconnect-quotes-new #rfq_update .a-right.rfq_buttons,
.account.enhanced-dashboard.supplierconnect-orders-details #rfq_update .a-right.rfq_buttons,
.enhanced-dashboard.supplierconnect-orders-details #rfq_update .a-right.rfq_buttons,
.account.enhanced-dashboard.dealerconnect-quotes-duplicate #rfq_update .a-right.rfq_buttons,
.enhanced-dashboard.dealerconnect-quotes-duplicate #rfq_update .a-right.rfq_buttons,
.account.enhanced-dashboard.customerconnect-rfqs-duplicate #rfq_update .a-right.rfq_buttons,
.enhanced-dashboard.customerconnect-rfqs-duplicate #rfq_update .a-right.rfq_buttons {
  position: absolute !important;
  top: calc(100% - 10px) !important;
  right: 15px !important;
}
.account.enhanced-dashboard.customerconnect-rfqs-details #rfq_update .a-right.rfq_buttons button,
.enhanced-dashboard.customerconnect-rfqs-details #rfq_update .a-right.rfq_buttons button,
.account.enhanced-dashboard.dealerconnect-quotes-details #rfq_update .a-right.rfq_buttons button,
.enhanced-dashboard.dealerconnect-quotes-details #rfq_update .a-right.rfq_buttons button,
.account.enhanced-dashboard.customerconnect-rfqs-new #rfq_update .a-right.rfq_buttons button,
.enhanced-dashboard.customerconnect-rfqs-new #rfq_update .a-right.rfq_buttons button,
.account.enhanced-dashboard.dealerconnect-quotes-new #rfq_update .a-right.rfq_buttons button,
.enhanced-dashboard.dealerconnect-quotes-new #rfq_update .a-right.rfq_buttons button,
.account.enhanced-dashboard.supplierconnect-orders-details #rfq_update .a-right.rfq_buttons button,
.enhanced-dashboard.supplierconnect-orders-details #rfq_update .a-right.rfq_buttons button,
.account.enhanced-dashboard.dealerconnect-quotes-duplicate #rfq_update .a-right.rfq_buttons button,
.enhanced-dashboard.dealerconnect-quotes-duplicate #rfq_update .a-right.rfq_buttons button,
.account.enhanced-dashboard.customerconnect-rfqs-duplicate #rfq_update .a-right.rfq_buttons button,
.enhanced-dashboard.customerconnect-rfqs-duplicate #rfq_update .a-right.rfq_buttons button {
  border-radius: 3px;
  font-size: 1.4rem;
  color: #ffffff;
  background: #006699;
  border: 1px solid #006699;
  padding: 5px 10px;
  text-transform: capitalize !important;
  text-decoration: none;
  text-shadow: none;
  font-family: 'Source Sans Pro' !important;
}
.account.enhanced-dashboard.customerconnect-rfqs-details #rfq_update .a-right.rfq_buttons button:hover,
.enhanced-dashboard.customerconnect-rfqs-details #rfq_update .a-right.rfq_buttons button:hover,
.account.enhanced-dashboard.dealerconnect-quotes-details #rfq_update .a-right.rfq_buttons button:hover,
.enhanced-dashboard.dealerconnect-quotes-details #rfq_update .a-right.rfq_buttons button:hover,
.account.enhanced-dashboard.customerconnect-rfqs-new #rfq_update .a-right.rfq_buttons button:hover,
.enhanced-dashboard.customerconnect-rfqs-new #rfq_update .a-right.rfq_buttons button:hover,
.account.enhanced-dashboard.dealerconnect-quotes-new #rfq_update .a-right.rfq_buttons button:hover,
.enhanced-dashboard.dealerconnect-quotes-new #rfq_update .a-right.rfq_buttons button:hover,
.account.enhanced-dashboard.supplierconnect-orders-details #rfq_update .a-right.rfq_buttons button:hover,
.enhanced-dashboard.supplierconnect-orders-details #rfq_update .a-right.rfq_buttons button:hover,
.account.enhanced-dashboard.dealerconnect-quotes-duplicate #rfq_update .a-right.rfq_buttons button:hover,
.enhanced-dashboard.dealerconnect-quotes-duplicate #rfq_update .a-right.rfq_buttons button:hover,
.account.enhanced-dashboard.customerconnect-rfqs-duplicate #rfq_update .a-right.rfq_buttons button:hover,
.enhanced-dashboard.customerconnect-rfqs-duplicate #rfq_update .a-right.rfq_buttons button:hover {
  text-decoration: none;
  text-shadow: none;
  background: #66cc66;
  border: 1px solid #66cc66;
  color: #ffffff;
}
.account.enhanced-dashboard.customerconnect-rfqs-details #rfq_update .a-right.rfq_buttons #rfq_duplicate,
.enhanced-dashboard.customerconnect-rfqs-details #rfq_update .a-right.rfq_buttons #rfq_duplicate,
.account.enhanced-dashboard.dealerconnect-quotes-details #rfq_update .a-right.rfq_buttons #rfq_duplicate,
.enhanced-dashboard.dealerconnect-quotes-details #rfq_update .a-right.rfq_buttons #rfq_duplicate,
.account.enhanced-dashboard.customerconnect-rfqs-new #rfq_update .a-right.rfq_buttons #rfq_duplicate,
.enhanced-dashboard.customerconnect-rfqs-new #rfq_update .a-right.rfq_buttons #rfq_duplicate,
.account.enhanced-dashboard.dealerconnect-quotes-new #rfq_update .a-right.rfq_buttons #rfq_duplicate,
.enhanced-dashboard.dealerconnect-quotes-new #rfq_update .a-right.rfq_buttons #rfq_duplicate,
.account.enhanced-dashboard.supplierconnect-orders-details #rfq_update .a-right.rfq_buttons #rfq_duplicate,
.enhanced-dashboard.supplierconnect-orders-details #rfq_update .a-right.rfq_buttons #rfq_duplicate,
.account.enhanced-dashboard.dealerconnect-quotes-duplicate #rfq_update .a-right.rfq_buttons #rfq_duplicate,
.enhanced-dashboard.dealerconnect-quotes-duplicate #rfq_update .a-right.rfq_buttons #rfq_duplicate,
.account.enhanced-dashboard.customerconnect-rfqs-duplicate #rfq_update .a-right.rfq_buttons #rfq_duplicate,
.enhanced-dashboard.customerconnect-rfqs-duplicate #rfq_update .a-right.rfq_buttons #rfq_duplicate {
  border-radius: 3px;
  font-size: 1.4rem;
  color: #006699;
  background: #ffffff;
  padding: 5px 10px;
  text-decoration: none;
  text-transform: capitalize !important;
  border: 1px solid #006699 !important;
  text-shadow: none;
  font-family: 'Source Sans Pro' !important;
  position: static !important;
  margin-right: 10px;
  margin-top: 0px;
}
.account.enhanced-dashboard.customerconnect-rfqs-details #rfq_update .a-right.rfq_buttons #rfq_duplicate:hover,
.enhanced-dashboard.customerconnect-rfqs-details #rfq_update .a-right.rfq_buttons #rfq_duplicate:hover,
.account.enhanced-dashboard.dealerconnect-quotes-details #rfq_update .a-right.rfq_buttons #rfq_duplicate:hover,
.enhanced-dashboard.dealerconnect-quotes-details #rfq_update .a-right.rfq_buttons #rfq_duplicate:hover,
.account.enhanced-dashboard.customerconnect-rfqs-new #rfq_update .a-right.rfq_buttons #rfq_duplicate:hover,
.enhanced-dashboard.customerconnect-rfqs-new #rfq_update .a-right.rfq_buttons #rfq_duplicate:hover,
.account.enhanced-dashboard.dealerconnect-quotes-new #rfq_update .a-right.rfq_buttons #rfq_duplicate:hover,
.enhanced-dashboard.dealerconnect-quotes-new #rfq_update .a-right.rfq_buttons #rfq_duplicate:hover,
.account.enhanced-dashboard.supplierconnect-orders-details #rfq_update .a-right.rfq_buttons #rfq_duplicate:hover,
.enhanced-dashboard.supplierconnect-orders-details #rfq_update .a-right.rfq_buttons #rfq_duplicate:hover,
.account.enhanced-dashboard.dealerconnect-quotes-duplicate #rfq_update .a-right.rfq_buttons #rfq_duplicate:hover,
.enhanced-dashboard.dealerconnect-quotes-duplicate #rfq_update .a-right.rfq_buttons #rfq_duplicate:hover,
.account.enhanced-dashboard.customerconnect-rfqs-duplicate #rfq_update .a-right.rfq_buttons #rfq_duplicate:hover,
.enhanced-dashboard.customerconnect-rfqs-duplicate #rfq_update .a-right.rfq_buttons #rfq_duplicate:hover {
  text-decoration: none;
  text-shadow: none;
  background: #66cc66 !important;
  border: 1px solid #66cc66 !important;
  color: #ffffff;
}
.account.enhanced-dashboard.quotes-manage-view #quote-btns,
.enhanced-dashboard.quotes-manage-view #quote-btns {
  background: #ffffff;
  width: 105%;
  margin-left: -16px;
}
.account.enhanced-dashboard.quotes-manage-view #quote-btns #gotobackpage,
.enhanced-dashboard.quotes-manage-view #quote-btns #gotobackpage,
.account.enhanced-dashboard.quotes-manage-view #quote-btns h1,
.enhanced-dashboard.quotes-manage-view #quote-btns h1 {
  display: inline-block;
}
.account.enhanced-dashboard.quotes-manage-view #quote-btns a,
.enhanced-dashboard.quotes-manage-view #quote-btns a {
  float: right;
  margin-rigt: 15px;
  border-radius: 3px;
  font-size: 1.4rem;
  color: #006699;
  background: #ffffff;
  padding: 5px 10px;
  text-decoration: none;
  text-transform: capitalize !important;
  border: 1px solid #006699 !important;
  text-shadow: none;
  font-family: 'Source Sans Pro' !important;
}
.account.enhanced-dashboard.quotes-manage-view #quote-btns a:hover,
.enhanced-dashboard.quotes-manage-view #quote-btns a:hover {
  text-decoration: none;
  text-shadow: none;
  background: #66cc66 !important;
  border: 1px solid #66cc66 !important;
  color: #ffffff;
}
.account.enhanced-dashboard.quotes-manage-view #product-lines thead tr,
.enhanced-dashboard.quotes-manage-view #product-lines thead tr {
  border: 1px solid #616161 !important;
  background: #f8f7f7;
}
.account.enhanced-dashboard.quotes-manage-view #product-lines tbody tr,
.enhanced-dashboard.quotes-manage-view #product-lines tbody tr {
  border: 1px solid #cccccc !important;
}
.account.enhanced-dashboard.quotes-manage-view #product-lines tfoot tr,
.enhanced-dashboard.quotes-manage-view #product-lines tfoot tr {
  border: 1px solid #cccccc !important;
}
.account.enhanced-dashboard.quotes-manage-view #product-lines tfoot tr td,
.enhanced-dashboard.quotes-manage-view #product-lines tfoot tr td {
  border: 0px !important;
}
.account.enhanced-dashboard.quotes-manage-view .order-info-box,
.enhanced-dashboard.quotes-manage-view .order-info-box,
.account.enhanced-dashboard.quotes-manage-view .order-items,
.enhanced-dashboard.quotes-manage-view .order-items,
.account.enhanced-dashboard.quotes-manage-view #noteform,
.enhanced-dashboard.quotes-manage-view #noteform {
  background: #ffffff;
  border-radius: 3px;
  box-shadow: 0px 0px 6px #d5d5d5;
  padding: 10px;
  position: relative;
  font-family: 'Source Sans Pro' !important;
  margin-bottom: 20px;
}
.account.enhanced-dashboard.quotes-manage-view .order-info-box.quote_details,
.enhanced-dashboard.quotes-manage-view .order-info-box.quote_details,
.account.enhanced-dashboard.quotes-manage-view .order-items.quote_details,
.enhanced-dashboard.quotes-manage-view .order-items.quote_details,
.account.enhanced-dashboard.quotes-manage-view #noteform.quote_details,
.enhanced-dashboard.quotes-manage-view #noteform.quote_details {
  margin-top: 20px;
}
.account.enhanced-dashboard.quotes-manage-view .order-info-box .order-info-box,
.enhanced-dashboard.quotes-manage-view .order-info-box .order-info-box,
.account.enhanced-dashboard.quotes-manage-view .order-items .order-info-box,
.enhanced-dashboard.quotes-manage-view .order-items .order-info-box,
.account.enhanced-dashboard.quotes-manage-view #noteform .order-info-box,
.enhanced-dashboard.quotes-manage-view #noteform .order-info-box,
.account.enhanced-dashboard.quotes-manage-view .order-info-box .order-items,
.enhanced-dashboard.quotes-manage-view .order-info-box .order-items,
.account.enhanced-dashboard.quotes-manage-view .order-items .order-items,
.enhanced-dashboard.quotes-manage-view .order-items .order-items,
.account.enhanced-dashboard.quotes-manage-view #noteform .order-items,
.enhanced-dashboard.quotes-manage-view #noteform .order-items {
  box-shadow: none;
  padding: 0px;
}
.account.enhanced-dashboard.quotes-manage-view .order-info-box .new-comment-box .box.a-right .button,
.enhanced-dashboard.quotes-manage-view .order-info-box .new-comment-box .box.a-right .button,
.account.enhanced-dashboard.quotes-manage-view .order-items .new-comment-box .box.a-right .button,
.enhanced-dashboard.quotes-manage-view .order-items .new-comment-box .box.a-right .button,
.account.enhanced-dashboard.quotes-manage-view #noteform .new-comment-box .box.a-right .button,
.enhanced-dashboard.quotes-manage-view #noteform .new-comment-box .box.a-right .button {
  border-radius: 3px;
  font-size: 1.4rem;
  color: #ffffff;
  background: #006699;
  border: 1px solid #006699;
  padding: 5px 10px;
  text-transform: capitalize !important;
  text-decoration: none;
  text-shadow: none;
  font-family: 'Source Sans Pro' !important;
}
.account.enhanced-dashboard.quotes-manage-view .order-info-box .new-comment-box .box.a-right .button:hover,
.enhanced-dashboard.quotes-manage-view .order-info-box .new-comment-box .box.a-right .button:hover,
.account.enhanced-dashboard.quotes-manage-view .order-items .new-comment-box .box.a-right .button:hover,
.enhanced-dashboard.quotes-manage-view .order-items .new-comment-box .box.a-right .button:hover,
.account.enhanced-dashboard.quotes-manage-view #noteform .new-comment-box .box.a-right .button:hover,
.enhanced-dashboard.quotes-manage-view #noteform .new-comment-box .box.a-right .button:hover {
  text-decoration: none;
  text-shadow: none;
  background: #66cc66;
  border: 1px solid #66cc66;
  color: #ffffff;
}
.account.enhanced-dashboard.quotes-manage-view #noteform,
.enhanced-dashboard.quotes-manage-view #noteform {
  top: 40px;
}
.account.enhanced-dashboard.quotes-manage-view #noteform .order-items,
.enhanced-dashboard.quotes-manage-view #noteform .order-items {
  position: static !important;
  margin-top: 0px !important;
  margin-bottom: 25px !important;
}
.account.enhanced-dashboard.quotes-manage-view .order-items,
.enhanced-dashboard.quotes-manage-view .order-items {
  box-shadow: none;
  z-index: 99;
  position: relative;
  top: 65px;
}
.account.enhanced-dashboard.quotes-manage-view .order-items h2,
.enhanced-dashboard.quotes-manage-view .order-items h2 {
  margin-bottom: 0px;
}
.account.enhanced-dashboard.quotes-manage-view .order-items.order-details,
.enhanced-dashboard.quotes-manage-view .order-items.order-details {
  top: 30px;
  background: #ffffff;
  border-radius: 3px;
  box-shadow: 0px 0px 6px #d5d5d5;
  padding: 10px;
  position: relative;
  font-family: 'Source Sans Pro' !important;
  margin-bottom: 20px;
}
.account.enhanced-dashboard.quotes-manage-view .order-items.order-details h2,
.enhanced-dashboard.quotes-manage-view .order-items.order-details h2 {
  margin-bottom: 15px;
}
.account.enhanced-dashboard.quotes-manage-view .order-items.order-details #product-lines td,
.enhanced-dashboard.quotes-manage-view .order-items.order-details #product-lines td {
  word-break: break-all;
}
.account.enhanced-dashboard.quotes-manage-view .comment-history-box.order-info-box,
.enhanced-dashboard.quotes-manage-view .comment-history-box.order-info-box {
  padding-top: 60px;
  position: relative;
  top: -5px;
}
.account.enhanced-dashboard.quotes-manage-view .comment-history-box.order-info-box .box dd,
.enhanced-dashboard.quotes-manage-view .comment-history-box.order-info-box .box dd {
  word-break: break-word;
}
.account.enhanced-dashboard #customer_arpayments_invoices_list .table-wrapper #customer_arpayments_invoices_list_table .totals th,
.enhanced-dashboard #customer_arpayments_invoices_list .table-wrapper #customer_arpayments_invoices_list_table .totals th {
  background: #f8f7f7;
  color: #333333;
  font-weight: 600;
}
.account.enhanced-dashboard #customer_arpayments_invoices_list .table-wrapper #customer_arpayments_invoices_list_table thead tr th,
.enhanced-dashboard #customer_arpayments_invoices_list .table-wrapper #customer_arpayments_invoices_list_table thead tr th,
.account.enhanced-dashboard #customer_arpayments_invoices_list .table-wrapper #customer_arpayments_invoices_list_table tbody tr th,
.enhanced-dashboard #customer_arpayments_invoices_list .table-wrapper #customer_arpayments_invoices_list_table tbody tr th,
.account.enhanced-dashboard #customer_arpayments_invoices_list .table-wrapper #customer_arpayments_invoices_list_table thead tr td,
.enhanced-dashboard #customer_arpayments_invoices_list .table-wrapper #customer_arpayments_invoices_list_table thead tr td,
.account.enhanced-dashboard #customer_arpayments_invoices_list .table-wrapper #customer_arpayments_invoices_list_table tbody tr td,
.enhanced-dashboard #customer_arpayments_invoices_list .table-wrapper #customer_arpayments_invoices_list_table tbody tr td {
  padding: 5px 5px;
}
.account.enhanced-dashboard #customer_arpayments_invoices_list .table-wrapper #customer_arpayments_invoices_list_table thead tr th.col-delivery_address,
.enhanced-dashboard #customer_arpayments_invoices_list .table-wrapper #customer_arpayments_invoices_list_table thead tr th.col-delivery_address,
.account.enhanced-dashboard #customer_arpayments_invoices_list .table-wrapper #customer_arpayments_invoices_list_table tbody tr th.col-delivery_address,
.enhanced-dashboard #customer_arpayments_invoices_list .table-wrapper #customer_arpayments_invoices_list_table tbody tr th.col-delivery_address,
.account.enhanced-dashboard #customer_arpayments_invoices_list .table-wrapper #customer_arpayments_invoices_list_table thead tr td.col-delivery_address,
.enhanced-dashboard #customer_arpayments_invoices_list .table-wrapper #customer_arpayments_invoices_list_table thead tr td.col-delivery_address,
.account.enhanced-dashboard #customer_arpayments_invoices_list .table-wrapper #customer_arpayments_invoices_list_table tbody tr td.col-delivery_address,
.enhanced-dashboard #customer_arpayments_invoices_list .table-wrapper #customer_arpayments_invoices_list_table tbody tr td.col-delivery_address {
  min-width: 120px;
}
.account.enhanced-dashboard #customer_arpayments_invoices_list .table-wrapper,
.enhanced-dashboard #customer_arpayments_invoices_list .table-wrapper {
  overflow-x: unset;
}
.account.enhanced-dashboard.customerconnect-rfqs-linesearch .page-wrapper .page-title-wrapper .page-title,
.enhanced-dashboard.customerconnect-rfqs-linesearch .page-wrapper .page-title-wrapper .page-title {
  margin-bottom: 5px;
}
.account.enhanced-dashboard.customerconnect-rfqs-linesearch .page-wrapper .page-title-wrapper .page-title .base,
.enhanced-dashboard.customerconnect-rfqs-linesearch .page-wrapper .page-title-wrapper .page-title .base {
  font-size: 2.8rem;
  text-transform: uppercase;
  font-weight: 600;
}
.account.enhanced-dashboard.customerconnect-rfqs-linesearch .lines_row.attachment.new .action-default.rfq_line_attachment_add,
.enhanced-dashboard.customerconnect-rfqs-linesearch .lines_row.attachment.new .action-default.rfq_line_attachment_add {
  font-size: 0px;
}
.account.enhanced-dashboard.customerconnect-rfqs-linesearch .lines_row.attachment.new .action-default.rfq_line_attachment_add:before,
.enhanced-dashboard.customerconnect-rfqs-linesearch .lines_row.attachment.new .action-default.rfq_line_attachment_add:before {
  content: 'add_circle_outline';
  font-size: 2.8rem;
  color: #006699;
}
.account.enhanced-dashboard.customerconnect-rfqs-linesearch .lines_row.attachment.new .action-default.rfq_line_attachment_add:hover,
.enhanced-dashboard.customerconnect-rfqs-linesearch .lines_row.attachment.new .action-default.rfq_line_attachment_add:hover {
  background: none !important;
}
.account.enhanced-dashboard.customerconnect-rfqs-linesearch .lines_row.attachment.new .action-default.rfq_line_attachment_add:hover:before,
.enhanced-dashboard.customerconnect-rfqs-linesearch .lines_row.attachment.new .action-default.rfq_line_attachment_add:hover:before {
  background: none !important;
  color: #66cc66 !important;
}
.account.enhanced-dashboard.customerconnect-rfqs-linesearch .quickorderpad,
.enhanced-dashboard.customerconnect-rfqs-linesearch .quickorderpad {
  background: #ffffff;
  border-radius: 3px;
  box-shadow: 0px 0px 6px #d5d5d5;
  padding: 10px;
  position: relative;
  font-family: 'Source Sans Pro' !important;
  margin-bottom: 20px;
}
.account.enhanced-dashboard.customerconnect-rfqs-linesearch .quickorderpad .qop-productlist .category-products,
.enhanced-dashboard.customerconnect-rfqs-linesearch .quickorderpad .qop-productlist .category-products {
  position: relative;
}
.account.enhanced-dashboard #button_bar,
.enhanced-dashboard #button_bar {
  top: -70px;
}
.account.enhanced-dashboard #shopper-budgets-details,
.enhanced-dashboard #shopper-budgets-details {
  max-width: 100%;
  overflow-x: auto;
}
.account.enhanced-dashboard #my-orders-table tbody tr td span.nobr .separator,
.enhanced-dashboard #my-orders-table tbody tr td span.nobr .separator {
  font-size: 0px;
}
.account.enhanced-dashboard #my-orders-table tbody tr td span.nobr a,
.enhanced-dashboard #my-orders-table tbody tr td span.nobr a,
.account.enhanced-dashboard #my-orders-table tbody tr td span.nobr .reorder-button,
.enhanced-dashboard #my-orders-table tbody tr td span.nobr .reorder-button {
  font-size: 1.4rem;
}
.account.enhanced-dashboard #my-orders-table tbody tr td span.nobr a:before,
.enhanced-dashboard #my-orders-table tbody tr td span.nobr a:before,
.account.enhanced-dashboard #my-orders-table tbody tr td span.nobr .reorder-button:before,
.enhanced-dashboard #my-orders-table tbody tr td span.nobr .reorder-button:before {
  content: "";
}
.account.enhanced-dashboard .reorder-button,
.enhanced-dashboard .reorder-button {
  font-size: 0px;
  text-decoration: none;
}
.account.enhanced-dashboard .reorder-button .action-img-link,
.enhanced-dashboard .reorder-button .action-img-link {
  display: none;
}
.account.enhanced-dashboard .reorder-button:before,
.enhanced-dashboard .reorder-button:before {
  content: 'shopping_cart';
  font-size: 2.0rem;
  margin: 0px !important;
  color: #006699;
  background: none;
}
.account.enhanced-dashboard .reorder-button:hover,
.enhanced-dashboard .reorder-button:hover {
  text-decoration: none;
  color: #000000;
}
.account.enhanced-dashboard .reorder-button:hover:before,
.enhanced-dashboard .reorder-button:hover:before {
  color: #000000;
}
.account.enhanced-dashboard .print-button,
.enhanced-dashboard .print-button {
  text-decoration: none;
  font-size: 0px;
}
.account.enhanced-dashboard .print-button .action-img-link,
.enhanced-dashboard .print-button .action-img-link {
  display: none;
}
.account.enhanced-dashboard .print-button:before,
.enhanced-dashboard .print-button:before {
  content: 'print';
  font-size: 2.0rem;
  margin: 0px !important;
  color: #007bdb;
  background: none;
}
.account.enhanced-dashboard .print-button:hover,
.enhanced-dashboard .print-button:hover {
  text-decoration: none;
  color: #66cc66;
}
.account.enhanced-dashboard .print-button:hover:before,
.enhanced-dashboard .print-button:hover:before {
  color: #66cc66;
}
.account.enhanced-dashboard .required em,
.enhanced-dashboard .required em {
  margin-left: 5px !important;
  color: #ff0000 !important;
  margin-right: 5px !important;
}
.account.enhanced-dashboard .email-button,
.enhanced-dashboard .email-button {
  font-size: 0px;
  text-decoration: none;
}
.account.enhanced-dashboard .email-button .action-img-link,
.enhanced-dashboard .email-button .action-img-link {
  display: none;
}
.account.enhanced-dashboard .email-button:before,
.enhanced-dashboard .email-button:before {
  content: 'mail';
  font-size: 2.0rem;
  margin: 0px !important;
  color: #007bdb;
  background: none;
}
.account.enhanced-dashboard .email-button:hover,
.enhanced-dashboard .email-button:hover {
  text-decoration: none;
  color: #66cc66;
}
.account.enhanced-dashboard .email-button:hover:before,
.enhanced-dashboard .email-button:hover:before {
  color: #66cc66;
}
.account.enhanced-dashboard div.content-header table tr td .view_all,
.enhanced-dashboard div.content-header table tr td .view_all {
  border-radius: 3px;
  font-size: 1.4rem;
  color: #006699;
  background: #ffffff;
  padding: 5px 10px;
  text-decoration: none;
  text-transform: capitalize !important;
  border: 1px solid #006699 !important;
  text-shadow: none;
  font-family: 'Source Sans Pro' !important;
}
.account.enhanced-dashboard div.content-header table tr td .view_all:hover,
.enhanced-dashboard div.content-header table tr td .view_all:hover {
  text-decoration: none;
  text-shadow: none;
  background: #66cc66 !important;
  border: 1px solid #66cc66 !important;
  color: #ffffff;
}
.account.enhanced-dashboard div.content-header table tr td.form-buttons .action-default.scalable.save:hover,
.enhanced-dashboard div.content-header table tr td.form-buttons .action-default.scalable.save:hover {
  background: none !important;
}
.account.enhanced-dashboard #linesearch-iframe,
.enhanced-dashboard #linesearch-iframe {
  height: 400px !important;
}
.account.enhanced-dashboard #linesearch-iframe #gotobackpage,
.enhanced-dashboard #linesearch-iframe #gotobackpage {
  display: none !important;
}
.account.enhanced-dashboard .col-1 .admin__data-grid-header div > a,
.enhanced-dashboard .col-1 .admin__data-grid-header div > a,
.account.enhanced-dashboard .col-2 .admin__data-grid-header div > a,
.enhanced-dashboard .col-2 .admin__data-grid-header div > a,
.account.enhanced-dashboard .col-full .admin__data-grid-header div > a,
.enhanced-dashboard .col-full .admin__data-grid-header div > a {
  font-size: 0px;
  position: absolute;
  right: 30px;
  top: 55px;
}
.account.enhanced-dashboard .col-1 .admin__data-grid-header div > a:before,
.enhanced-dashboard .col-1 .admin__data-grid-header div > a:before,
.account.enhanced-dashboard .col-2 .admin__data-grid-header div > a:before,
.enhanced-dashboard .col-2 .admin__data-grid-header div > a:before,
.account.enhanced-dashboard .col-full .admin__data-grid-header div > a:before,
.enhanced-dashboard .col-full .admin__data-grid-header div > a:before {
  content: 'autorenew';
  margin: 0px !important;
  color: #006699;
  padding: 3px 3px;
  background: none;
  font-size: 2.8rem;
}
.account.enhanced-dashboard .col-1 .admin__data-grid-header div > a:hover,
.enhanced-dashboard .col-1 .admin__data-grid-header div > a:hover,
.account.enhanced-dashboard .col-2 .admin__data-grid-header div > a:hover,
.enhanced-dashboard .col-2 .admin__data-grid-header div > a:hover,
.account.enhanced-dashboard .col-full .admin__data-grid-header div > a:hover,
.enhanced-dashboard .col-full .admin__data-grid-header div > a:hover {
  background: none !important;
}
.account.enhanced-dashboard .col-1 .admin__data-grid-header div > a:hover:before,
.enhanced-dashboard .col-1 .admin__data-grid-header div > a:hover:before,
.account.enhanced-dashboard .col-2 .admin__data-grid-header div > a:hover:before,
.enhanced-dashboard .col-2 .admin__data-grid-header div > a:hover:before,
.account.enhanced-dashboard .col-full .admin__data-grid-header div > a:hover:before,
.enhanced-dashboard .col-full .admin__data-grid-header div > a:hover:before {
  background: none !important;
  color: #66cc66 !important;
}
.account.enhanced-dashboard .col-1 #billing_address_update,
.enhanced-dashboard .col-1 #billing_address_update,
.account.enhanced-dashboard .col-2 #billing_address_update,
.enhanced-dashboard .col-2 #billing_address_update,
.account.enhanced-dashboard .col-full #billing_address_update,
.enhanced-dashboard .col-full #billing_address_update {
  font-size: 0px;
  background: none;
  padding: 3px 10px 3px!important;
  margin-top: -5px;
  border: 0px;
  width: auto;
  float: right;
  clear: right;
  border-radius: 3px;
  font-size: 1.4rem;
  color: #006699;
  background: #ffffff;
  padding: 5px 10px;
  text-decoration: none;
  text-transform: capitalize !important;
  border: 1px solid #006699 !important;
  text-shadow: none;
  font-family: 'Source Sans Pro' !important;
}
.account.enhanced-dashboard .col-1 #billing_address_update:hover,
.enhanced-dashboard .col-1 #billing_address_update:hover,
.account.enhanced-dashboard .col-2 #billing_address_update:hover,
.enhanced-dashboard .col-2 #billing_address_update:hover,
.account.enhanced-dashboard .col-full #billing_address_update:hover,
.enhanced-dashboard .col-full #billing_address_update:hover {
  text-decoration: none;
  text-shadow: none;
  background: #66cc66 !important;
  border: 1px solid #66cc66 !important;
  color: #ffffff;
}
.account.enhanced-dashboard .col-1.box-info.box-account,
.enhanced-dashboard .col-1.box-info.box-account,
.account.enhanced-dashboard .col-2.box-info.box-account,
.enhanced-dashboard .col-2.box-info.box-account,
.account.enhanced-dashboard .col-full.box-info.box-account,
.enhanced-dashboard .col-full.box-info.box-account {
  width: 46%;
  min-height: 275px;
  margin-bottom: 20px;
}
.account.enhanced-dashboard .col-1.box-info.box-account #delivery-address-content .vcard,
.enhanced-dashboard .col-1.box-info.box-account #delivery-address-content .vcard,
.account.enhanced-dashboard .col-2.box-info.box-account #delivery-address-content .vcard,
.enhanced-dashboard .col-2.box-info.box-account #delivery-address-content .vcard,
.account.enhanced-dashboard .col-full.box-info.box-account #delivery-address-content .vcard,
.enhanced-dashboard .col-full.box-info.box-account #delivery-address-content .vcard {
  min-height: 233px !important;
  max-height: 233px;
  overflow-y: auto;
}
.account.enhanced-dashboard .col-1.box-info.box-account.file-name-size,
.enhanced-dashboard .col-1.box-info.box-account.file-name-size,
.account.enhanced-dashboard .col-2.box-info.box-account.file-name-size,
.enhanced-dashboard .col-2.box-info.box-account.file-name-size,
.account.enhanced-dashboard .col-full.box-info.box-account.file-name-size,
.enhanced-dashboard .col-full.box-info.box-account.file-name-size {
  max-height: 275px;
}
.account.enhanced-dashboard .col-1.box-info.box-account #quote-address-content .vcard,
.enhanced-dashboard .col-1.box-info.box-account #quote-address-content .vcard,
.account.enhanced-dashboard .col-2.box-info.box-account #quote-address-content .vcard,
.enhanced-dashboard .col-2.box-info.box-account #quote-address-content .vcard,
.account.enhanced-dashboard .col-full.box-info.box-account #quote-address-content .vcard,
.enhanced-dashboard .col-full.box-info.box-account #quote-address-content .vcard {
  max-height: 275px;
  overflow-y: auto;
}
.account.enhanced-dashboard .col-1.box-info.box-account div.content-header table,
.enhanced-dashboard .col-1.box-info.box-account div.content-header table,
.account.enhanced-dashboard .col-2.box-info.box-account div.content-header table,
.enhanced-dashboard .col-2.box-info.box-account div.content-header table,
.account.enhanced-dashboard .col-full.box-info.box-account div.content-header table,
.enhanced-dashboard .col-full.box-info.box-account div.content-header table {
  margin: 0px !important;
}
.account.enhanced-dashboard .col-1.box-info.box-account div.content-header table tr,
.enhanced-dashboard .col-1.box-info.box-account div.content-header table tr,
.account.enhanced-dashboard .col-2.box-info.box-account div.content-header table tr,
.enhanced-dashboard .col-2.box-info.box-account div.content-header table tr,
.account.enhanced-dashboard .col-full.box-info.box-account div.content-header table tr,
.enhanced-dashboard .col-full.box-info.box-account div.content-header table tr {
  border: 0px;
  background: none;
}
.account.enhanced-dashboard .col-1.box-info.box-account div.content-header table tr td,
.enhanced-dashboard .col-1.box-info.box-account div.content-header table tr td,
.account.enhanced-dashboard .col-2.box-info.box-account div.content-header table tr td,
.enhanced-dashboard .col-2.box-info.box-account div.content-header table tr td,
.account.enhanced-dashboard .col-full.box-info.box-account div.content-header table tr td,
.enhanced-dashboard .col-full.box-info.box-account div.content-header table tr td {
  background: #ffffff;
  border: 0px !important;
  padding-left: 0px;
  padding-right: 5px;
}
.account.enhanced-dashboard .col-1.box-info.box-account div.content-header table tr td h3,
.enhanced-dashboard .col-1.box-info.box-account div.content-header table tr td h3,
.account.enhanced-dashboard .col-2.box-info.box-account div.content-header table tr td h3,
.enhanced-dashboard .col-2.box-info.box-account div.content-header table tr td h3,
.account.enhanced-dashboard .col-full.box-info.box-account div.content-header table tr td h3,
.enhanced-dashboard .col-full.box-info.box-account div.content-header table tr td h3 {
  font-size: 2.0rem !important;
  font-family: 'Source Sans Pro' !important;
  color: #363636;
  text-transform: uppercase !important;
  font-weight: 600 !important;
  background: none;
  border: 0px !important;
  padding: 0px;
}
.account.enhanced-dashboard .col-1.box-info.box-account .vcard,
.enhanced-dashboard .col-1.box-info.box-account .vcard,
.account.enhanced-dashboard .col-2.box-info.box-account .vcard,
.enhanced-dashboard .col-2.box-info.box-account .vcard,
.account.enhanced-dashboard .col-full.box-info.box-account .vcard,
.enhanced-dashboard .col-full.box-info.box-account .vcard,
.account.enhanced-dashboard .col-1.box-info.box-account .info-list.col-count-1,
.enhanced-dashboard .col-1.box-info.box-account .info-list.col-count-1,
.account.enhanced-dashboard .col-2.box-info.box-account .info-list.col-count-1,
.enhanced-dashboard .col-2.box-info.box-account .info-list.col-count-1,
.account.enhanced-dashboard .col-full.box-info.box-account .info-list.col-count-1,
.enhanced-dashboard .col-full.box-info.box-account .info-list.col-count-1 {
  background: #ffffff;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  padding: 0px;
  border: 0px;
  height: auto;
  min-height: 275px;
  margin-bottom: 0px;
}
.account.enhanced-dashboard .col-full,
.enhanced-dashboard .col-full {
  width: 97% !important;
  margin-bottom: 25px !important;
}
.account.enhanced-dashboard .col-full .action-default.add,
.enhanced-dashboard .col-full .action-default.add,
.account.enhanced-dashboard .col-full #add-shipping-address,
.enhanced-dashboard .col-full #add-shipping-address {
  font-size: 0px !important;
  background: none !important;
  padding: 3px !important;
  font-size: 0px;
  background: none;
  border: 0px !important;
}
.account.enhanced-dashboard .col-full .action-default.add:before,
.enhanced-dashboard .col-full .action-default.add:before,
.account.enhanced-dashboard .col-full #add-shipping-address:before,
.enhanced-dashboard .col-full #add-shipping-address:before {
  content: 'add_circle_outline';
  font-size: 3.2rem;
  color: #006699;
}
.account.enhanced-dashboard .col-full .action-default.add:hover,
.enhanced-dashboard .col-full .action-default.add:hover,
.account.enhanced-dashboard .col-full #add-shipping-address:hover,
.enhanced-dashboard .col-full #add-shipping-address:hover {
  border: 0px !important;
  padding: 3px !important;
  background: none !important;
}
.account.enhanced-dashboard .col-full .action-default.add:hover:before,
.enhanced-dashboard .col-full .action-default.add:hover:before,
.account.enhanced-dashboard .col-full #add-shipping-address:hover:before,
.enhanced-dashboard .col-full #add-shipping-address:hover:before {
  color: #66cc66 !important;
  background: none !important;
}
.account.enhanced-dashboard .mass-select-wrap,
.enhanced-dashboard .mass-select-wrap {
  position: relative;
}
.account.enhanced-dashboard .mass-select-wrap:before,
.enhanced-dashboard .mass-select-wrap:before {
  content: "Mass Actions";
  font-size: 1.2rem;
  color: #616161;
  position: absolute;
  left: 10px;
  top: -3px;
}
.account.enhanced-dashboard .admin__grid-massaction-form,
.enhanced-dashboard .admin__grid-massaction-form {
  position: relative;
}
.account.enhanced-dashboard .admin__grid-massaction-form:before,
.enhanced-dashboard .admin__grid-massaction-form:before {
  content: "Actions";
  font-size: 1.2rem;
  color: #616161;
  position: absolute;
  left: 10px;
  top: -3px;
}
.account.enhanced-dashboard.customer-address-index .actions-toolbar,
.enhanced-dashboard.customer-address-index .actions-toolbar {
  display: none;
}
.account.enhanced-dashboard.customer-address-index .block.block-addresses-list .actions-toolbar,
.enhanced-dashboard.customer-address-index .block.block-addresses-list .actions-toolbar {
  display: block;
  position: absolute;
  top: 15px;
  right: 15px;
}
.account.enhanced-dashboard.customer-address-index .block.block-addresses-default,
.enhanced-dashboard.customer-address-index .block.block-addresses-default {
  box-shadow: none;
  background: none;
  padding: 0px;
}
.account.enhanced-dashboard.customer-address-index .block.block-addresses-default .block-title,
.enhanced-dashboard.customer-address-index .block.block-addresses-default .block-title {
  display: none;
}
.account.enhanced-dashboard.customer-address-index .block.block-addresses-default .block-content,
.enhanced-dashboard.customer-address-index .block.block-addresses-default .block-content {
  display: flex;
  display: -webkit-flex;
  width: 100%;
}
.account.enhanced-dashboard.customer-address-index .block.block-addresses-default .block-content .box.box-address-billing,
.enhanced-dashboard.customer-address-index .block.block-addresses-default .block-content .box.box-address-billing {
  margin-right: 7px;
}
.account.enhanced-dashboard.customer-address-index .block.block-addresses-default .block-content .box.box-address-shipping,
.enhanced-dashboard.customer-address-index .block.block-addresses-default .block-content .box.box-address-shipping {
  margin-left: 7px;
}
.account.enhanced-dashboard.customer-address-index .block.block-addresses-default .block-content .box.box-address-billing,
.enhanced-dashboard.customer-address-index .block.block-addresses-default .block-content .box.box-address-billing,
.account.enhanced-dashboard.customer-address-index .block.block-addresses-default .block-content .box.box-address-shipping,
.enhanced-dashboard.customer-address-index .block.block-addresses-default .block-content .box.box-address-shipping {
  background: #ffffff !important;
  border-radius: 3px !important;
  box-shadow: 0px 0px 6px #d5d5d5 !important;
  -webkit-box-shadow: 0px 0px 6px #d5d5d5 !important;
  -moz-box-shadow: 0px 0px 6px #d5d5d5 !important;
  -o-box-shadow: 0px 0px 6px #d5d5d5 !important;
  padding: 10px 10px 45px 10px !important;
  width: 46.5% !important;
  position: relative !important;
  -webkit-flex: 1;
  /* Safari */
  -ms-flex: 1;
  /* IE 10 */
  flex: 1;
  /* Standard syntax */
}
.account.enhanced-dashboard.customer-address-index .block.block-addresses-default .block-content .box.box-address-billing .box-title span,
.enhanced-dashboard.customer-address-index .block.block-addresses-default .block-content .box.box-address-billing .box-title span,
.account.enhanced-dashboard.customer-address-index .block.block-addresses-default .block-content .box.box-address-shipping .box-title span,
.enhanced-dashboard.customer-address-index .block.block-addresses-default .block-content .box.box-address-shipping .box-title span {
  font-size: 2.0rem !important;
  font-family: 'Source Sans Pro' !important;
  color: #363636;
  text-transform: uppercase !important;
  font-weight: 600 !important;
}
.account.enhanced-dashboard.customer-address-index .block.block-addresses-default .block-content .box.box-address-billing .box-content,
.enhanced-dashboard.customer-address-index .block.block-addresses-default .block-content .box.box-address-billing .box-content,
.account.enhanced-dashboard.customer-address-index .block.block-addresses-default .block-content .box.box-address-shipping .box-content,
.enhanced-dashboard.customer-address-index .block.block-addresses-default .block-content .box.box-address-shipping .box-content {
  font-size: 1.6rem;
  font-family: 'Source Sans Pro' !important;
  color: #333333;
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  .account.enhanced-dashboard .main-navigator-myacc a.account-links {
    display: block;
    padding: 5px !important;
  }
  .account.enhanced-dashboard .columns .sidebar-main {
    float: left;
    margin-top: 0px;
    width: 100%;
    position: static;
    height: auto;
    display: block;
    background: #ffffff;
    overflow: visible;
  }
  .account.enhanced-dashboard .columns .sidebar-main .block.block-collapsible-nav {
    overflow: visible;
    width: 100%;
    height: auto;
    margin-top: 0px !important;
  }
  .account.enhanced-dashboard .columns .sidebar-main .block-collapsible-nav-content {
    display: block;
  }
  .account.enhanced-dashboard .columns .sidebar-main:before {
    display: none;
  }
  .account.enhanced-dashboard .block-dashboard-info .block-content .box-information .box-actions {
    top: 2px !important;
    left: 90% !important;
  }
  .account.enhanced-dashboard .abs-account-blocks .block-title strong,
  .account.enhanced-dashboard .block-dashboard-info .block-title strong,
  .account.enhanced-dashboard .legend strong,
  .account.enhanced-dashboard .form-giftregistry-search .legend strong,
  .account.enhanced-dashboard .block-giftregistry-results .block-title strong,
  .account.enhanced-dashboard .block-giftregistry-shared-items .block-title strong,
  .account.enhanced-dashboard .block-wishlist-search-form .block-title strong,
  .account.enhanced-dashboard .block-wishlist-search-results .block-title strong,
  .account.enhanced-dashboard .multicheckout .block-title strong,
  .account.enhanced-dashboard .multicheckout .block-content .title strong,
  .account.enhanced-dashboard .customer-review .review-details .title strong,
  .account.enhanced-dashboard .paypal-review .block .block-title strong,
  .account.enhanced-dashboard .column.main .block:not(.widget) .block-title strong,
  .account.enhanced-dashboard .multicheckout .block-title strong,
  .account.enhanced-dashboard .magento-rma-guest-returns .column.main .block:not(.widget) .block-title strong,
  .account.enhanced-dashboard [class^='sales-guest-'] .column.main .block:not(.widget) .block-title strong,
  .account.enhanced-dashboard .sales-guest-view .column.main .block:not(.widget) .block-title strong,
  .account.enhanced-dashboard.customer-account-index .box-account.box-recent .box-head h2 strong,
  .account.enhanced-dashboard.customer-account-index .box-account.box-recent .box-head strong,
  .account.enhanced-dashboard .abs-account-blocks .block-title h2,
  .account.enhanced-dashboard .block-dashboard-info .block-title h2,
  .account.enhanced-dashboard .legend h2,
  .account.enhanced-dashboard .form-giftregistry-search .legend h2,
  .account.enhanced-dashboard .block-giftregistry-results .block-title h2,
  .account.enhanced-dashboard .block-giftregistry-shared-items .block-title h2,
  .account.enhanced-dashboard .block-wishlist-search-form .block-title h2,
  .account.enhanced-dashboard .block-wishlist-search-results .block-title h2,
  .account.enhanced-dashboard .multicheckout .block-title h2,
  .account.enhanced-dashboard .multicheckout .block-content .title h2,
  .account.enhanced-dashboard .customer-review .review-details .title h2,
  .account.enhanced-dashboard .paypal-review .block .block-title h2,
  .account.enhanced-dashboard .column.main .block:not(.widget) .block-title h2,
  .account.enhanced-dashboard .multicheckout .block-title h2,
  .account.enhanced-dashboard .magento-rma-guest-returns .column.main .block:not(.widget) .block-title h2,
  .account.enhanced-dashboard [class^='sales-guest-'] .column.main .block:not(.widget) .block-title h2,
  .account.enhanced-dashboard .sales-guest-view .column.main .block:not(.widget) .block-title h2,
  .account.enhanced-dashboard.customer-account-index .box-account.box-recent .box-head h2 h2,
  .account.enhanced-dashboard.customer-account-index .box-account.box-recent .box-head h2,
  .account.enhanced-dashboard .magento-payments-review .block .block-title strong,
  .account.enhanced-dashboard .magento-payments-review .block .block-title h2,
  .account.enhanced-dashboard .paypal-review .block .block-title strong,
  .account.enhanced-dashboard .paypal-review .block .block-title h2,
  .account.enhanced-dashboard .account .column.main .block:not(.widget) .block-title strong,
  .account.enhanced-dashboard .account .column.main .block:not(.widget) .block-title h2,
  .account.enhanced-dashboard .multicheckout .block-title strong,
  .account.enhanced-dashboard .multicheckout .block-title h2,
  .account.enhanced-dashboard .magento-rma-guest-returns .column.main .block:not(.widget) .block-title strong,
  .account.enhanced-dashboard .magento-rma-guest-returns .column.main .block:not(.widget) .block-title h2,
  .account.enhanced-dashboard [class^='sales-guest-'] .column.main .block:not(.widget) .block-title strong,
  .account.enhanced-dashboard [class^='sales-guest-'] .column.main .block:not(.widget) .block-title h2,
  .account.enhanced-dashboard .sales-guest-view .column.main .block:not(.widget) .block-title strong,
  .account.enhanced-dashboard .sales-guest-view .column.main .block:not(.widget) .block-title h2 {
    width: 70%;
    float: left;
  }
  .account.enhanced-dashboard .abs-account-blocks .block-title .action.edit,
  .account.enhanced-dashboard .block-dashboard-info .block-title .action.edit,
  .account.enhanced-dashboard .legend .action.edit,
  .account.enhanced-dashboard .form-giftregistry-search .legend .action.edit,
  .account.enhanced-dashboard .block-giftregistry-results .block-title .action.edit,
  .account.enhanced-dashboard .block-giftregistry-shared-items .block-title .action.edit,
  .account.enhanced-dashboard .block-wishlist-search-form .block-title .action.edit,
  .account.enhanced-dashboard .block-wishlist-search-results .block-title .action.edit,
  .account.enhanced-dashboard .multicheckout .block-title .action.edit,
  .account.enhanced-dashboard .multicheckout .block-content .title .action.edit,
  .account.enhanced-dashboard .customer-review .review-details .title .action.edit,
  .account.enhanced-dashboard .paypal-review .block .block-title .action.edit,
  .account.enhanced-dashboard .column.main .block:not(.widget) .block-title .action.edit,
  .account.enhanced-dashboard .multicheckout .block-title .action.edit,
  .account.enhanced-dashboard .magento-rma-guest-returns .column.main .block:not(.widget) .block-title .action.edit,
  .account.enhanced-dashboard [class^='sales-guest-'] .column.main .block:not(.widget) .block-title .action.edit,
  .account.enhanced-dashboard .sales-guest-view .column.main .block:not(.widget) .block-title .action.edit,
  .account.enhanced-dashboard.customer-account-index .box-account.box-recent .box-head h2 .action.edit,
  .account.enhanced-dashboard.customer-account-index .box-account.box-recent .box-head .action.edit,
  .account.enhanced-dashboard .abs-account-blocks .block-title .action.view,
  .account.enhanced-dashboard .block-dashboard-info .block-title .action.view,
  .account.enhanced-dashboard .legend .action.view,
  .account.enhanced-dashboard .form-giftregistry-search .legend .action.view,
  .account.enhanced-dashboard .block-giftregistry-results .block-title .action.view,
  .account.enhanced-dashboard .block-giftregistry-shared-items .block-title .action.view,
  .account.enhanced-dashboard .block-wishlist-search-form .block-title .action.view,
  .account.enhanced-dashboard .block-wishlist-search-results .block-title .action.view,
  .account.enhanced-dashboard .multicheckout .block-title .action.view,
  .account.enhanced-dashboard .multicheckout .block-content .title .action.view,
  .account.enhanced-dashboard .customer-review .review-details .title .action.view,
  .account.enhanced-dashboard .paypal-review .block .block-title .action.view,
  .account.enhanced-dashboard .column.main .block:not(.widget) .block-title .action.view,
  .account.enhanced-dashboard .multicheckout .block-title .action.view,
  .account.enhanced-dashboard .magento-rma-guest-returns .column.main .block:not(.widget) .block-title .action.view,
  .account.enhanced-dashboard [class^='sales-guest-'] .column.main .block:not(.widget) .block-title .action.view,
  .account.enhanced-dashboard .sales-guest-view .column.main .block:not(.widget) .block-title .action.view,
  .account.enhanced-dashboard.customer-account-index .box-account.box-recent .box-head h2 .action.view,
  .account.enhanced-dashboard.customer-account-index .box-account.box-recent .box-head .action.view,
  .account.enhanced-dashboard .abs-account-blocks .block-title a,
  .account.enhanced-dashboard .block-dashboard-info .block-title a,
  .account.enhanced-dashboard .legend a,
  .account.enhanced-dashboard .form-giftregistry-search .legend a,
  .account.enhanced-dashboard .block-giftregistry-results .block-title a,
  .account.enhanced-dashboard .block-giftregistry-shared-items .block-title a,
  .account.enhanced-dashboard .block-wishlist-search-form .block-title a,
  .account.enhanced-dashboard .block-wishlist-search-results .block-title a,
  .account.enhanced-dashboard .multicheckout .block-title a,
  .account.enhanced-dashboard .multicheckout .block-content .title a,
  .account.enhanced-dashboard .customer-review .review-details .title a,
  .account.enhanced-dashboard .paypal-review .block .block-title a,
  .account.enhanced-dashboard .column.main .block:not(.widget) .block-title a,
  .account.enhanced-dashboard .multicheckout .block-title a,
  .account.enhanced-dashboard .magento-rma-guest-returns .column.main .block:not(.widget) .block-title a,
  .account.enhanced-dashboard [class^='sales-guest-'] .column.main .block:not(.widget) .block-title a,
  .account.enhanced-dashboard .sales-guest-view .column.main .block:not(.widget) .block-title a,
  .account.enhanced-dashboard.customer-account-index .box-account.box-recent .box-head h2 a,
  .account.enhanced-dashboard.customer-account-index .box-account.box-recent .box-head a,
  .account.enhanced-dashboard .magento-payments-review .block .block-title .action.edit,
  .account.enhanced-dashboard .magento-payments-review .block .block-title .action.view,
  .account.enhanced-dashboard .magento-payments-review .block .block-title a,
  .account.enhanced-dashboard .paypal-review .block .block-title .action.edit,
  .account.enhanced-dashboard .paypal-review .block .block-title .action.view,
  .account.enhanced-dashboard .paypal-review .block .block-title a,
  .account.enhanced-dashboard .account .column.main .block:not(.widget) .block-title .action.edit,
  .account.enhanced-dashboard .account .column.main .block:not(.widget) .block-title .action.view,
  .account.enhanced-dashboard .account .column.main .block:not(.widget) .block-title a,
  .account.enhanced-dashboard .multicheckout .block-title .action.edit,
  .account.enhanced-dashboard .multicheckout .block-title .action.view,
  .account.enhanced-dashboard .multicheckout .block-title a,
  .account.enhanced-dashboard .magento-rma-guest-returns .column.main .block:not(.widget) .block-title .action.edit,
  .account.enhanced-dashboard .magento-rma-guest-returns .column.main .block:not(.widget) .block-title .action.view,
  .account.enhanced-dashboard .magento-rma-guest-returns .column.main .block:not(.widget) .block-title a,
  .account.enhanced-dashboard [class^='sales-guest-'] .column.main .block:not(.widget) .block-title .action.edit,
  .account.enhanced-dashboard [class^='sales-guest-'] .column.main .block:not(.widget) .block-title .action.view,
  .account.enhanced-dashboard [class^='sales-guest-'] .column.main .block:not(.widget) .block-title a,
  .account.enhanced-dashboard .sales-guest-view .column.main .block:not(.widget) .block-title .action.edit,
  .account.enhanced-dashboard .sales-guest-view .column.main .block:not(.widget) .block-title .action.view,
  .account.enhanced-dashboard .sales-guest-view .column.main .block:not(.widget) .block-title a {
    position: static;
    margin-left: 0px;
    width: 70%;
    text-align: center;
    float: left;
    text-transform: capitalize !important;
  }
  .account.enhanced-dashboard .columns .page-title-wrapper {
    width: 110%;
  }
  .account.enhanced-dashboard .box-account.box-recent {
    overflow-x: auto;
  }
  .account.enhanced-dashboard .box-account.box-recent .box-head h2 {
    width: 80% !important;
  }
  .account.enhanced-dashboard .box-account.box-recent .box-head a {
    margin-bottom: 10px !important;
    margin-right: -40px;
  }
}
@media only screen and (max-width: 767px) {
  .account.enhanced-dashboard.customer-account-edit #form-validate .actions-toolbar {
    padding: 20px 0px;
  }
  .account.enhanced-dashboard.customer-address-index .block.block-addresses-default .block-content {
    display: block;
    width: 100%;
  }
  .account.enhanced-dashboard.customer-address-index .block.block-addresses-default .block-content .box.box-address-shipping,
  .account.enhanced-dashboard.customer-address-index .block.block-addresses-default .block-content .box.box-address-billing {
    flex-direction: unset;
    float: none;
    width: 95%;
    margin: 10px auto;
  }
  .account.enhanced-dashboard .toolbar .limiter,
  .account.enhanced-dashboard .toolbar.bottom .limiter {
    top: -45px;
  }
  .account.enhanced-dashboard.customer-address-index .block.block-addresses-list .actions-toolbar {
    position: static;
  }
  .account.enhanced-dashboard.customer-address-index .block.block-addresses-list .actions-toolbar .action.primary.add {
    text-align: right;
  }
}
@media only screen and (max-width: 960px) {
  .account.enhanced-dashboard .lastmodified {
    text-align: center;
    position: relative;
    top: -20px;
  }
  .account.enhanced-dashboard .admin__data-grid-header .admin__data-grid-pager-wrap div.admin__control-support-text,
  .account.enhanced-dashboard .admin__data-grid-toolbar .admin__data-grid-pager-wrap div.admin__control-support-text {
    text-align: left;
    padding-left: 10px;
  }
  .account.enhanced-dashboard .admin__data-grid-header .admin__data-grid-pager-wrap div.admin__control-support-text .mass-select-wrap select.action-select-multiselect,
  .account.enhanced-dashboard .admin__data-grid-toolbar .admin__data-grid-pager-wrap div.admin__control-support-text .mass-select-wrap select.action-select-multiselect {
    width: 100%;
  }
  .account.enhanced-dashboard .admin__data-grid-header .admin__data-grid-pager-wrap div.admin__control-support-text .mass-select-wrap .admin__grid-massaction-form,
  .account.enhanced-dashboard .admin__data-grid-toolbar .admin__data-grid-pager-wrap div.admin__control-support-text .mass-select-wrap .admin__grid-massaction-form {
    margin-left: 5px;
    padding-left: 0px;
  }
  .account.enhanced-dashboard .admin__data-grid-header .admin__data-grid-pager-wrap div.admin__control-support-text .mass-select-wrap .admin__grid-massaction-form .admin__control-select,
  .account.enhanced-dashboard .admin__data-grid-toolbar .admin__data-grid-pager-wrap div.admin__control-support-text .mass-select-wrap .admin__grid-massaction-form .admin__control-select {
    max-width: 80px;
    width: 100%;
  }
}
@media only screen and (max-width: 960px) {
  .account.enhanced-dashboard .lastmodified {
    text-align: center;
    position: relative;
    top: -20px;
  }
  .account.enhanced-dashboard .admin__data-grid-header .admin__data-grid-pager-wrap div.admin__control-support-text,
  .account.enhanced-dashboard .admin__data-grid-toolbar .admin__data-grid-pager-wrap div.admin__control-support-text {
    text-align: left;
    padding-left: 10px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1023px) {
  .account.enhanced-dashboard.wishlist-index-index .form-wishlist-items .actions-toolbar {
    margin-bottom: 50px;
  }
  .account.enhanced-dashboard.wishlist-index-index .page-wrapper .page-main .columns .column.main .toolbar .pager .pages {
    bottom: 0px;
    margin-top: 0px;
  }
  .account.enhanced-dashboard.wishlist-index-index .page-wrapper .page-main .columns .column.main .toolbar .pager .toolbar-amount {
    bottom: 0px;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 550px) {
  .account.enhanced-dashboard.wishlist-index-index .page-wrapper .page-main .columns .column.main .toolbar .pager .pages {
    right: 0px;
    margin-top: 5px;
    left: 0px;
  }
  .account.enhanced-dashboard.wishlist-index-index .page-wrapper .page-main .columns .column.main .toolbar .pager .toolbar-amount {
    margin-top: -35px;
    text-align: center;
  }
  .account.enhanced-dashboard .col-1.box-info.box-account,
  .account.enhanced-dashboard .col-2.box-info.box-account,
  .account.enhanced-dashboard .col-full.box-info.box-account {
    width: 96%;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .account.enhanced-dashboard .block-dashboard-info .block-content .box-information .box-actions {
    top: 0px !important;
    left: 92% !important;
  }
}
@media only screen and (max-width: 768px) {
  .account.enhanced-dashboard .toolbar .pages,
  .account.enhanced-dashboard .toolbar.bottom .pages {
    text-align: center;
    left: 0px;
    right: 0px;
    margin: 15px auto 5px;
  }
  .account.enhanced-dashboard.wishlist-index-index .page-wrapper .page-main .columns .column.main .toolbar .pager .toolbar-amount {
    bottom: 24px;
    margin-top: -40px !important;
    text-align: center;
  }
  .account.enhanced-dashboard.wishlist-index-index .page-wrapper .page-main .columns .column.main .toolbar .pager .pages .pages-items {
    width: 97%;
    text-align: center;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .account.enhanced-dashboard.wishlist-index-index .pages-item-next {
    position: static;
  }
  .account.enhanced-dashboard.wishlist-index-index .form-wishlist-items .actions-toolbar {
    margin-bottom: 50px;
  }
  .account.enhanced-dashboard.wishlist-index-index .page-wrapper .page-main .columns .column.main .toolbar .pager .pages {
    bottom: 0px;
    margin-top: 0px;
    right: 0px;
    left: 0px;
    margin: 0 auto;
    width: 80%;
  }
  .account.enhanced-dashboard.wishlist-index-index .page-wrapper .page-main .columns .column.main .toolbar .pager .toolbar-amount {
    bottom: 0px;
    margin-top: 10px;
  }
}
.enhanced-dashboard.catalog-product-view .page-wrapper .page-main .columns .column.main {
  background: none !important;
}
.enhanced-dashboard.catalog-product-view .page-wrapper .page-main .columns .column.main .product-social-links .product-addto-links .box-addtolists .fieldset .actions .action.primary.tolistsview {
  border: 0px !important;
}
#list_grid_popup .material-icons.grid-filter-icon {
  display: none;
}
@media print {
  .account.enhanced-dashboard.customerconnect-arpayments-printpayment .order-details-items.ordered {
    background: none !important;
    border: 0px !important;
  }
  .account.enhanced-dashboard.customerconnect-arpayments-printpayment .block-order-details-view {
    z-index: 9999;
  }
}
.epicor_comm-onepage-shippingpopup #customer_account_shippingaddress_list .grid-filter-icon {
  display: none !important;
}
.epicor_comm-onepage-billingpopup #customer_account_billingaddress_list .grid-filter-icon,
.epicor_comm-onepage-billingpopup #customer_account_billingaddress_list .refreshdatabtn {
  display: none !important;
}
.page-products .modals-wrapper #listgrid .grid-filter-icon {
  display: none;
}
/**
 * Copyright © 2010-2018 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 : 26-12-2020,
    Author     : Muralidhar.Dixit
*/
.fr_ca.page-products .products-grid .product-item .product-item-info .product-item-inner .product-item-actions .actions-primary .locations_add_to_cart .action.tocart.primary,
.fr_ca.wishlist-index-index .products-grid .product-item .product-item-info .product-item-inner .product-item-actions .actions-primary .locations_add_to_cart .action.tocart.primary {
  font-size: 1.2rem;
}
.fr_ca.page-products .products-grid .product-item .product-item-info .product-item-inner .product-item-actions .actions-primary .locations_add_to_cart a,
.fr_ca.wishlist-index-index .products-grid .product-item .product-item-info .product-item-inner .product-item-actions .actions-primary .locations_add_to_cart a {
  font-size: 1.2rem;
}
.fr_ca .admin__data-grid-header.admin__data-grid-toolbar .admin__data-grid-pager-wrap {
  width: 68%;
}
.fr_ca .admin__data-grid-header.admin__data-grid-toolbar .admin__data-grid-pager-wrap .admin__control-select {
  margin-right: 4px;
}
.fr_ca .admin__data-grid-header.admin__data-grid-toolbar .admin__data-grid-pager-wrap .admin__data-grid-pager {
  margin-left: 10px;
}
.fr_ca .admin__data-grid-header.admin__data-grid-toolbar .admin__data-grid-pager-wrap .admin__data-grid-pager .action-previous {
  margin-right: 10px;
}
.fr_ca .admin__data-grid-header.admin__data-grid-toolbar .admin__data-grid-pager-wrap .admin__data-grid-pager .action-next {
  margin-left: 5px;
}
body {
  font-family: 'Source Sans Pro' !important;
}
#html-body {
  font-family: 'Source Sans Pro' !important;
}
/**
 * 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 {
  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 {
  background-color: #000000;
  box-shadow: none;
  padding: 12px 24px 10px;
}
button.braintree-googlepay-button.white {
  background-color: #ffffff;
}
button.braintree-googlepay-button.short {
  min-width: 90px;
  width: 160px;
}
button.braintree-googlepay-button.black.short {
  background-image: url(https://www.gstatic.com/instantbuy/svg/dark_gpay.svg);
}
button.braintree-googlepay-button.white.short {
  background-image: url(https://www.gstatic.com/instantbuy/svg/light_gpay.svg);
}
button.braintree-googlepay-button.black:active {
  background-color: #5f6368;
}
button.braintree-googlepay-button.black:hover {
  background-color: #3c4043;
}
button.braintree-googlepay-button.white:active {
  background-color: #ffffff;
}
button.braintree-googlepay-button.white:focus {
  box-shadow: #e8e8e8 0 1px 1px 0, #e8e8e8 0 1px 3px;
}
button.braintree-googlepay-button.white:hover {
  background-color: #f8f8f8;
}
button.braintree-googlepay-button.long {
  min-width: 152px;
  width: 240px;
}
button.braintree-googlepay-button.white.long {
  background-image: url(https://www.gstatic.com/instantbuy/svg/light/en.svg);
}
button.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: 'Source Sans Pro', 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:not(.selected-item) {
  border-bottom: 1px solid #006699;
}
#checkout-step-shipping .field.addresses .control .shipping-address-items .shipping-address-item.line-view {
  height: min-content;
  width: 100%;
  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:hover {
  background: #d4d4d4;
}
#branch-pickup-container #branch-pickup-grid #branchpickup-addresses .branchpickup-shipping-address-items .shipping-address-item.line-view:not(.selected-item):hover {
  background: #d4d4d4;
}
#branch-pickup-container #branch-pickup-grid #branchpickup-addresses .branchpickup-shipping-address-items .shipping-address-item.line-view:not(.selected-item) {
  border-bottom: 1px solid #006699;
}
#branch-pickup-container #branch-pickup-grid #branchpickup-addresses .branchpickup-shipping-address-items .shipping-address-item.line-view {
  height: min-content;
  width: 100%;
  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: 25px;
  top: 0px;
  right: 0px;
  line-height: 24px;
  left: unset;
  width: 25px;
  font-size: 1.6rem;
  background: #006699;
}
#checkout-step-shipping .field.addresses .control .shipping-address-items .shipping-address-item.line-view button.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: 25px;
  top: 0px;
  right: 0px;
  line-height: 24px;
  left: unset;
  width: 25px;
  font-size: 1.6rem;
  background: #006699;
}
/**
 * Copyright © 2010-2018 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 : 03-Mar-2020,
    Author     : Muralidhar.Dixit
*/
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="email"] {
  font-size: 1.4rem !important;
  height: 32px;
  border-radius: 20px;
  border: 1px solid #cccccc;
}
input[type="text"]:hover,
input[type="password"]:hover,
input[type="url"]:hover,
input[type="tel"]:hover,
input[type="search"]:hover,
input[type="number"]:hover,
input[type="datetime"]:hover,
input[type="email"]:hover,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="datetime"]:focus,
input[type="email"]:focus {
  border: 1px solid #006699;
}
.col-1.box-info.box-account {
  width: 48%;
  margin-right: 1%;
}
.col-1.box-info.box-account .block-title {
  border-bottom: 0px;
}
.col-1.box-info.box-account .vcard {
  width: 45% !important;
  background: #f9f9f9;
  padding: 15px 15px 50px 15px;
  -webkit-box-shadow: 0px 0px 4px 0px #d4d4d4;
  -moz-box-shadow: 0px 0px 4px 0px #d4d4d4;
  -o-box-shadow: 0px 0px 4px 0px #d4d4d4;
  box-shadow: 0px 0px 4px 0px #d4d4d4;
  border: 1px solid #d4d4d4;
  position: relative;
  width: 93%;
  height: 220px;
  overflow-y: auto;
  padding: 15px;
}
.col-1.box-info.box-account .vcard dd.first {
  font-weight: 600;
}
.col-full.box-info.box-account .block-title {
  border-bottom: 0px;
}
.col-full.box-info.box-account .vcard {
  padding: 15px 15px 15px 15px;
  height: 220px;
  overflow-y: auto;
  width: 45% !important;
  background: #f9f9f9;
  padding: 15px 15px 50px 15px;
  -webkit-box-shadow: 0px 0px 4px 0px #d4d4d4;
  -moz-box-shadow: 0px 0px 4px 0px #d4d4d4;
  -o-box-shadow: 0px 0px 4px 0px #d4d4d4;
  box-shadow: 0px 0px 4px 0px #d4d4d4;
  border: 1px solid #d4d4d4;
  position: relative;
  width: 93%;
}
.col-full.box-info.box-account .vcard dd.first {
  font-weight: 600;
}
.col-2.box-info.box-account {
  width: 49%;
  margin-left: 1%;
  float: left;
}
.col-2.box-info.box-account .block-title {
  border-bottom: 0px;
}
.col-2.box-info.box-account .info-list.col-count-1 {
  width: 45% !important;
  background: #f9f9f9;
  padding: 15px 15px 50px 15px;
  -webkit-box-shadow: 0px 0px 4px 0px #d4d4d4;
  -moz-box-shadow: 0px 0px 4px 0px #d4d4d4;
  -o-box-shadow: 0px 0px 4px 0px #d4d4d4;
  box-shadow: 0px 0px 4px 0px #d4d4d4;
  border: 1px solid #d4d4d4;
  position: relative;
  width: 93% !important;
  height: 220px;
  overflow-y: auto;
  padding: 15px;
}
.col-2.box-info.box-account .vcard {
  width: 45% !important;
  background: #f9f9f9;
  padding: 15px 15px 50px 15px;
  -webkit-box-shadow: 0px 0px 4px 0px #d4d4d4;
  -moz-box-shadow: 0px 0px 4px 0px #d4d4d4;
  -o-box-shadow: 0px 0px 4px 0px #d4d4d4;
  box-shadow: 0px 0px 4px 0px #d4d4d4;
  border: 1px solid #d4d4d4;
  position: relative;
  width: 93% !important;
  height: 220px;
  overflow-y: auto;
  padding: 15px;
}
.col-2.box-info.box-account .vcard dd.first {
  font-weight: 600;
}
.box-info .boxed-content .admin__data-grid-header.admin__data-grid-toolbar {
  margin-top: 7px;
}
.admin__data-grid-wrap-static .data-grid tr:nth-child(even) td {
  background: #ffffff;
}
.admin__data-grid-wrap-static .data-grid tr:nth-child(odd) td {
  background: #ffffff;
}
.data-grid th.data-grid-th,
.data-grid th.data-grid-th._sortable {
  background-color: #006699;
  color: #efefef;
  border-bottom: 1px solid #006699;
  border-right: 1px solid #006699;
}
.data-grid th.data-grid-th:hover,
.data-grid th.data-grid-th._sortable:hover,
.data-grid th.data-grid-th:focus,
.data-grid th.data-grid-th._sortable:focus {
  background: #006699;
}
.data-grid tbody tr:nth-child(odd) td {
  border-top: 0px;
  background-color: #ffffff;
  color: #222222;
  border-bottom: 1px solid #d4d4d4;
  border-right: 1px solid #d4d4d4;
}
.data-grid tbody tr:nth-child(odd):hover td {
  background: #4cc4ff;
}
.data-grid tbody tr:nth-child(even) td {
  border-top: 0px;
  background-color: #ffffff;
  color: #222222;
  border-bottom: 1px solid #d4d4d4;
  border-right: 1px solid #d4d4d4;
}
.data-grid tbody tr:nth-child(even):hover td {
  background: #4cc4ff;
}
.data-grid tfoot.totals tr:hover td {
  background: #4cc4ff;
}
.data-grid tr:not(.data-grid-editable-row):last-child td {
  border-bottom: 0.1rem solid #d4d4d4;
}
.data-grid td {
  border-left: 1px solid #d4d4d4;
  border-right: 1px solid #d4d4d4;
}
table.data-grid tr {
  border: 0.1rem solid #d4d4d4;
}
#button_bar a.link-print,
#button_bar a.link-email {
  padding-right: 10px;
  position: relative;
  top: 10px;
}
#button_bar a.link-print .action-img-link,
#button_bar a.link-email .action-img-link {
  max-height: 30px;
}
.admin__data-grid-header .admin__filter-actions .action-default {
  padding: 8px 15px;
}
button.disabled,
button.disabled:hover,
button.disabled:active {
  color: #222222;
  background: #e9e9e9;
  border-color: #222222;
}
.admin__data-grid-pager .page-control-input {
  position: relative;
  top: 1px;
}
button.action-previous {
  padding: 4px 13px 5px 10px;
  height: 33px;
}
button.action-previous:before {
  content: "\276E";
  font-size: 1.5rem;
}
button.action-next {
  padding: 4px 13px 5px 10px;
  height: 33px;
}
button.action-next:before {
  content: "\276F";
  font-size: 1.5rem;
}
.buttons-set p.back-link,
.buttons-set p.list-link {
  float: none;
  display: inline-block;
  text-align: right;
}
.buttons-set p.back-link a,
.buttons-set p.list-link a {
  border: 0px;
  color: #006699;
  background: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  outline: none;
  cursor: pointer;
  font-weight: bold;
  padding: 7px 15px 7px;
  border-radius: 25px;
  font-family: 'Source Sans Pro' !important;
  -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;
  padding: 1px 15px 5px;
}
.buttons-set p.back-link a:hover,
.buttons-set p.list-link a:hover {
  background: #66cc66 !important;
  color: #006699;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: 0px;
}
.buttons-set p.back-link a small,
.buttons-set p.list-link a small {
  font-size: 2rem;
}
.box-info .address-select {
  margin-bottom: 15px;
}
div.button-rfq-action {
  float: left;
  position: absolute;
}
div.button {
  background: none;
  border: 0px;
  padding: 0;
  position: absolute;
  bottom: 0px;
  right: -8px;
  margin: 0px;
}
div.button:hover {
  border: 0px;
  background: none;
}
div.button #running_total p {
  color: #222222;
}
.modal-slide .action-close {
  margin: 0px;
}
#purchase_order_update .a-right .scalable {
  border: 0px;
  -webkit-box-shadow: 0px 0px 4px 1px #d4d4d4;
  -moz-box-shadow: 0px 0px 4px 1px #d4d4d4;
  -o-box-shadow: 0px 0px 4px 1px #d4d4d4;
  box-shadow: 0px 0px 4px 1px #d4d4d4;
  color: #efefef;
  padding: 7px 15px 7px;
  border-radius: 25px;
  background: #006699;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 1.4rem;
  height: 38px;
  font-weight: bold;
  box-shadow: none;
  font-family: 'Source Sans Pro' !important;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-top: 0.9rem;
}
#purchase_order_update .a-right .scalable:hover {
  background: #66cc66 !important;
  border: 0px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.box-actions.managedashreminder {
  text-align: right !important;
  font-size: 0px !important;
  margin-top: 4px !important;
}
.box-actions.managedashreminder a.action.edit {
  border: 0px;
  -webkit-box-shadow: 0px 0px 4px 1px #d4d4d4;
  -moz-box-shadow: 0px 0px 4px 1px #d4d4d4;
  -o-box-shadow: 0px 0px 4px 1px #d4d4d4;
  box-shadow: 0px 0px 4px 1px #d4d4d4;
  color: #efefef;
  padding: 7px 15px 7px;
  border-radius: 25px;
  background: #006699;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  text-transform: uppercase;
  height: 38px;
  font-weight: bold;
  box-shadow: none;
  font-family: 'Source Sans Pro' !important;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-size: 1.4rem;
}
.box-actions.managedashreminder a.action.edit:hover {
  background: #66cc66 !important;
  border: 0px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@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-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,
  .account .column.main .block:not(.widget) .block-title:before,
  .account .column.main .block:not(.widget) .block-title:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile-m:after,
  .account .column.main .block:not(.widget) .block-title:after {
    clear: both;
  }
  .abs-toggling-title-mobile,
  .block-wishlist-management .wishlist-select .wishlist-name,
  .block-collapsible-nav .title {
    border-top: 1px solid #cccccc;
    cursor: pointer;
    margin-bottom: 0;
    position: relative;
    border-bottom: 1px solid #cccccc;
    padding: 10px 40px 10px 15px;
    display: block;
    text-decoration: none;
  }
  .block-wishlist-management .wishlist-select .wishlist-name:after,
  .block-collapsible-nav .title:after {
    position: absolute;
    right: 20px;
    top: 10px;
  }
  .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: 12px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    margin: 3px 0 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-toggling-title-mobile.active:after,
  .block-wishlist-management .wishlist-select .wishlist-name.active:after,
  .block-collapsible-nav .title.active:after {
    content: '\e621';
  }
  .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: 'luma-icons';
    margin: 0 5px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .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: #666666;
  }
  .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: 'luma-icons';
    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: 'luma-icons';
    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.7);
    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: #e3e3e3;
    border: solid #d7d7d7;
    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: #f0f0f0;
    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;
    color: #333333;
    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;
    color: #333333;
  }
  .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;
    color: #333333;
    padding-left: 7px;
  }
  .navigation .submenu:not(:first-child) .level1.active > a {
    padding-left: 7px;
  }
  .product.data.items .item.title > .switch {
    padding: 1px 15px 1px;
  }
  .product.data.items > .item.content {
    padding: 10px 15px 30px;
  }
  .breadcrumbs {
    display: none;
  }
  .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;
  }
  .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%;
  }
  .block-cart-failed .block-title {
    margin: 0 20px 20px;
  }
  .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;
  }
  .compare.wrapper {
    display: none;
  }
  /**
     * @codingStandardsIgnoreStart
     */
  .catalog-product_compare-index .columns .column.main {
    flex-basis: inherit;
  }
  .block-search {
    margin-top: 10px;
  }
  .cart-container .form-cart .actions.main {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .cart-container .form-cart .actions.main .clear,
  .cart-container .form-cart .actions.main .continue {
    margin: 0 0 25px 0;
  }
  .cart-discount {
    border-bottom: 1px solid #cccccc;
  }
  .cart.table-wrapper {
    border-top: 1px solid #cccccc;
  }
  .cart.table-wrapper thead .col.item,
  .cart.table-wrapper thead .col.qty,
  .cart.table-wrapper thead .col.price,
  .cart.table-wrapper thead .col.subtotal,
  .cart.table-wrapper thead .col.msrp {
    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;
    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: 600;
    padding-bottom: 10px;
  }
  .cart.table-wrapper .col.msrp {
    white-space: normal;
  }
  .cart.table-wrapper .item .col.item {
    padding-bottom: 0;
  }
  .cart.table-wrapper tbody > tr > td:last-child {
    border: 0;
  }
  .cart-totals {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cart-totals .table-wrapper {
    border-top: 0;
  }
  .cart-totals .totals tbody > tr:not(:last-child) > td:last-child {
    border: 0;
  }
  .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: left;
  }
  .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;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    width: 100%;
  }
  .checkout-index-index .modal-popup .modal-footer .action-hide-popup {
    margin-top: 20px;
  }
  .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;
  }
  .login-container .fieldset:after {
    text-align: center;
  }
  .account .messages {
    margin-bottom: 0;
  }
  .account .column.main .block:not(.widget) .block-title > .action {
    float: right;
    margin-top: 5px;
  }
  .account .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
  .account .column.main .block:not(.widget) .block-content .box:last-child {
    margin-bottom: 0;
  }
  .control.captcha-image .captcha-img {
    display: block;
    margin-bottom: 10px;
  }
  .customer-account-index .page-title-wrapper {
    position: relative;
  }
  .form.search.advanced .field.price .with-addon .input-text {
    flex-basis: auto;
    width: 100%;
  }
  .cart-discount .giftcard .content {
    padding-bottom: 35px;
  }
  .cart-discount .actions-toolbar .secondary {
    bottom: 17px;
  }
  .field.open-amount {
    width: 100%;
  }
  .page-product-giftcard .product-info-main .product-info-stock-sku {
    display: block;
    padding-left: 10px;
    text-align: left;
  }
  .gift-message .actions-toolbar .action-update {
    font-size: 2rem;
    padding: 15px;
    width: 100%;
  }
  .gift-item-block {
    border-top: 1px solid #c1c1c1;
    border-bottom: 0;
  }
  .gift-item-block .title:after {
    font-size: 1.2rem;
    position: absolute;
    right: 20px;
    top: 10px;
  }
  .gift-item-block .content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .cart.table-wrapper .gift-content {
    border-top: 1px solid #c1c1c1;
    margin-right: -15px;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
  }
  .cart .action-gift {
    display: inline-block;
    text-decoration: none;
  }
  .cart .action-gift > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .cart .action-gift:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #757575;
    content: '\e62a';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .cart .action-gift:hover:after {
    color: #333333;
  }
  .cart .action-gift:active:after {
    color: #757575;
  }
  .cart .action-gift._active {
    border: 1px solid #c1c1c1;
    border-bottom-color: #ffffff;
    margin: -5px 14px -1px -15px;
    padding: 4px 10px 9px 14px;
  }
  .cart .action-gift._active:after {
    color: #333333;
  }
  .gift-options-cart-item + .towishlist {
    left: 0;
    position: absolute;
  }
  .cart.table-wrapper .action-giftregistry {
    display: inline-block;
    text-decoration: none;
  }
  .cart.table-wrapper .action-giftregistry > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .cart.table-wrapper .action-giftregistry:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #757575;
    content: '\e62b';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .cart.table-wrapper .action-giftregistry:hover:before {
    color: #333333;
  }
  .cart.table-wrapper .action-giftregistry:active:before {
    color: #757575;
  }
  .gift-options-cart-item .gift-wrapping,
  .cart-gift-item .gift-wrapping {
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .gift-wrapping-list {
    width: 100%;
  }
  .gift-wrapping-summary + .gift-message-summary {
    padding-right: 0;
  }
  .gift-options-cart-item {
    float: left;
    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;
  }
  .product-add-form .table-wrapper.grouped {
    margin-left: -15px;
    margin-right: -15px;
  }
  .product-add-form .table-wrapper.grouped .table.data.grouped tr td {
    padding: 5px 10px 5px 15px;
  }
  body.filter-active .page-header {
    display: none;
  }
  body.filter-active .page-wrapper {
    height: 0;
    margin-top: -999999em;
    visibility: hidden;
  }
  body.filter-active .columns {
    z-index: 999;
  }
  .filter.active {
    position: relative;
    visibility: visible;
    z-index: 99;
  }
  .filter.active .filter-options-item:last-child {
    margin-bottom: 40px;
  }
  .filter.active .filter-title {
    border-bottom: 1px solid #cccccc;
    height: 48px;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2;
  }
  .filter.active .filter-title strong {
    box-shadow: none;
    background: none;
    border: 0;
    color: transparent;
    left: auto;
    right: 3px;
    top: 10px;
    display: inline-block;
    text-decoration: none;
  }
  .filter.active .filter-title strong:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: inherit;
    color: #7d7d7d;
    content: '\e616';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .filter.active .filter-subtitle {
    background: transparent;
    display: block;
    height: 50px;
    left: 0;
    line-height: 32px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1;
  }
  .filter.active .filter-options {
    background: #ffffff;
    bottom: 0;
    display: block;
    left: 0;
    overflow: scroll;
    position: fixed;
    right: 0;
    top: 50px;
    z-index: 10;
  }
  .filter .filter-subtitle {
    font-size: 20px;
    font-weight: 300;
  }
  .filter-actions {
    margin: -35px -10px 25px;
  }
  .filter-options-content {
    padding: 5px 10px;
  }
  .filter .filter-current {
    border: solid #cccccc;
    border-width: 1px 0;
    margin: 5px -10px 0;
  }
  .filter .filter-current .items {
    display: none;
  }
  .filter .filter-current-subtitle {
    position: relative;
    text-transform: uppercase;
    z-index: 1;
    display: block;
    text-decoration: none;
  }
  .filter .filter-current-subtitle:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 13px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .filter .filter-current-subtitle:before {
    position: absolute;
    right: 10px;
    top: 10px;
  }
  .filter .filter-current-subtitle:after {
    color: #7d7d7d;
    content: ' (' attr(data-count) ')';
    font-size: .9em;
  }
  .filter .filter-current.active {
    padding-bottom: 30px;
  }
  .filter .filter-current.active .block-subtitle:before {
    content: '\e621';
  }
  .filter .filter-current.active .items {
    display: block;
  }
  .filter .filter-current.active + .block-actions {
    display: block;
  }
  .filter .filter-current + .block-actions {
    display: none;
  }
  .filter-no-options .filter-title:before {
    background: rgba(255, 255, 255, 0.5);
    content: '';
    display: block;
    height: 40px;
    left: 0;
    margin-top: -60px;
    position: relative;
    width: 75px;
    z-index: 99;
  }
  .filter-no-options .filter-content {
    margin-bottom: 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 .wishlist-name {
    font-size: 1.6rem;
  }
  .block-wishlist-management .wishlist-select-items {
    border-bottom: 1px solid #cccccc;
    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 {
    color: #333333;
    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;
  }
  .multicheckout .actions-toolbar > .primary {
    margin-right: 0;
  }
  .block.newsletter input {
    font-size: 12px;
    padding-left: 30px;
  }
  .block.newsletter .field .control:before {
    font-size: 13px;
  }
  .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;
  }
  .form.send.friend .fieldset {
    padding-bottom: 5px;
  }
  .form.send.friend .action.remove {
    margin-left: 0;
    right: 0;
    top: 100%;
  }
  .block-collapsible-nav {
    left: 0;
    position: absolute;
    top: -21px;
    width: 100%;
    z-index: 5;
  }
  .block-collapsible-nav .content {
    border-bottom: 1px solid #cccccc;
    display: none;
  }
  .block-collapsible-nav .content.active {
    display: block;
  }
  .customer-name,
  .customer-welcome + .authorization-link {
    display: none;
  }
  .nav-sections .switcher-trigger strong:after {
    font-size: 1.6rem;
    right: -25px;
    top: -2px;
  }
  .navigation .parent .level-top:after {
    font-size: 1.6rem;
    right: 10px;
    top: 7px;
  }
  .page-footer .footer.content .switcher-store {
    background: #f4f4f4;
    font-size: 1.6rem;
    margin: 0 -15px;
  }
  .page-footer .footer.content .switcher-store .switcher-options {
    display: block;
  }
  .page-footer .footer.content .switcher-store .switcher-options ul.dropdown {
    background: none;
    border: 0;
    box-shadow: none;
    margin: 0;
    position: relative;
  }
  .page-footer .footer.content .switcher-store .switcher-options ul.dropdown:before,
  .page-footer .footer.content .switcher-store .switcher-options ul.dropdown:after {
    display: none;
  }
  .page-footer .footer.content .switcher-store .switcher-options .switcher-trigger,
  .page-footer .footer.content .switcher-store .switcher-options .switcher-option {
    border-top: 1px solid #cecece;
    display: block;
    padding: 10px 20px;
  }
  .page-footer .footer.content .switcher-store .switcher-options .switcher-trigger strong {
    padding: 10px 0;
  }
  .page-footer .footer.content .switcher-store .switcher-options .switcher-option a {
    padding: 0;
  }
  .logo {
    margin-bottom: 13px;
    margin-top: 4px;
  }
  .cms-page-view .page-main {
    padding-top: 0;
    position: relative;
  }
  [class^='cms-privacy-policy'] .page-main {
    padding-top: 41px;
    position: relative;
  }
  .cms-content .data-table {
    border: none;
    display: block;
  }
  .cms-content .data-table > thead > tr > th {
    display: none;
  }
  .cms-content .data-table > tbody {
    display: block;
  }
  .cms-content .data-table > tbody > tr {
    display: block;
  }
  .cms-content .data-table > tbody > tr td,
  .cms-content .data-table > tbody > tr th {
    border-bottom: none;
    display: block;
    padding: 5px 10px;
  }
  .cms-content .data-table > tbody > tr td[data-th]:before,
  .cms-content .data-table > tbody > tr th[data-th]:before {
    padding-right: 10px;
    content: attr(data-th) ': ';
    display: inline-block;
    color: #111111;
    font-weight: 700;
  }
  .cms-content .data-table > tbody > tr > th {
    background-color: #f6f6f6;
  }
  .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,
  .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;
  }
  .cart.table-wrapper .towishlist {
    display: inline-block;
    text-decoration: none;
  }
  .cart.table-wrapper .towishlist > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .cart.table-wrapper .towishlist:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #757575;
    content: '\e600';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .cart.table-wrapper .towishlist:hover:before {
    color: #333333;
  }
  .cart.table-wrapper .towishlist:active:before {
    color: #757575;
  }
  .cart.table-wrapper .towishlist:before {
    overflow: visible;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 2%) / 2);
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item:nth-child(2n + 1) {
    margin-left: 0;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-photo {
    display: block;
    position: relative;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-details {
    margin: 0;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-info {
    text-align: center;
  }
  .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: 639px) {
  .abs-visually-hidden-mobile,
  .table-downloadable-products .col.title:before,
  .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,
  .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,
  .multicheckout.order-review .data.table tbody > tr:after {
    clear: both;
  }
  .multicheckout.order-review .data.table tbody > tr:not(:last-child) {
    border-bottom: 1px solid #cccccc;
  }
  .multicheckout.order-review .data.table tbody > tr > td.col.item:before {
    display: none;
  }
  .multicheckout.order-review .data.table tbody > tr > td.col.qty,
  .multicheckout.order-review .data.table tbody > tr > td.col.price,
  .multicheckout.order-review .data.table tbody > tr > td.col.subtotal {
    box-sizing: border-box;
    float: left;
    text-align: center;
    white-space: nowrap;
    width: 33%;
  }
  .multicheckout.order-review .data.table tbody > tr > td.col.qty[data-th]:before,
  .multicheckout.order-review .data.table tbody > tr > td.col.price[data-th]:before,
  .multicheckout.order-review .data.table tbody > tr > td.col.subtotal[data-th]:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: 700;
    padding-bottom: 10px;
  }
  .multicheckout.order-review .data.table tbody > tr > td.col:last-child {
    border: 0;
  }
  .abs-checkout-order-review .product-item-name,
  .multicheckout.order-review .data.table .product-item-name {
    margin: 0;
  }
  .abs-product-items-summary tbody .col {
    padding: 10px 0 0;
  }
  .abs-product-items-summary tfoot .mark {
    padding-bottom: 5px;
    text-align: left;
  }
  .abs-product-items-summary tfoot .amount {
    padding-top: 0;
    text-align: left;
  }
  .abs-product-items-summary tfoot .grand.totals {
    font-size: 1.6rem;
  }
  .abs-product-items-summary tfoot .grand.totals .mark {
    padding-bottom: 0;
    padding-top: 5px;
  }
  .abs-product-items-summary tfoot .grand.totals .amount {
    padding-bottom: 10px;
    padding-top: 0;
  }
  .abs-product-items-summary tfoot .grand.totals .amount strong {
    border-top: none;
  }
  .abs-account-table-margin-mobile,
  .table-wrapper.balance-history,
  .table-wrapper.reward-history,
  .table-wrapper.orders-recent {
    margin-top: -20px;
  }
  .abs-sidebar-totals-mobile th:before,
  .abs-sidebar-totals-mobile td:before,
  .account .table-billing-agreements .col.actions:before,
  .account .table-billing-agreements-related .col.actions:before,
  .table-wrapper.comparison .table-comparison > tbody > tr > th:before,
  .table-wrapper.comparison .table-comparison > tbody > tr > td:before,
  .cart .table.items .col.item:before,
  .cart .table.items .item-actions td:before,
  .account .table-giftregistry .col.actions:before,
  .table.grouped > tbody > tr > td:before,
  .account .table-reviews .col.actions:before,
  .account .table-order-items .col.actions:before,
  .account .table-order-items .col.options:before,
  .cart-totals .totals th:before,
  .cart-totals .totals td:before,
  .opc-block-summary .totals th:before,
  .opc-block-summary .totals td:before {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-no-display-s,
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison).additional-attributes tbody th,
  .order-details-items .table-order-items .options-label,
  .opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item {
    display: none;
  }
  .abs-title-orders-mobile .page-main .page-title-wrapper .page-title,
  .magento-rma-returns-returns .page-main .page-title-wrapper .page-title,
  .magento-rma-returns-view .page-main .page-title-wrapper .page-title,
  .account .page-main .page-title-wrapper .page-title,
  [class^='sales-guest-'] .page-main .page-title-wrapper .page-title,
  .sales-guest-view .page-main .page-title-wrapper .page-title {
    display: block;
  }
  .abs-title-orders-mobile .page-main .page-title-wrapper .order-status,
  .magento-rma-returns-returns .page-main .page-title-wrapper .order-status,
  .magento-rma-returns-view .page-main .page-title-wrapper .order-status,
  .account .page-main .page-title-wrapper .order-status,
  [class^='sales-guest-'] .page-main .page-title-wrapper .order-status,
  .sales-guest-view .page-main .page-title-wrapper .order-status {
    margin: -10px 0 10px;
  }
  .abs-table-striped-mobile > tbody > tr > td:last-child,
  .account .data.table > tbody > tr > td:last-child {
    border: 0;
  }
  .abs-no-border-top,
  .product.info.detailed .additional-attributes-wrapper,
  .table-wrapper.balance-history,
  .table-wrapper.table-returns,
  .table-wrapper.orders-recent,
  .order-details-items .table-wrapper {
    border-top: 0;
  }
  .abs-no-border-bottom {
    border-bottom: 0;
  }
  .abs-sidebar-totals-mobile .amount,
  .cart-totals .totals .amount,
  .opc-block-summary .totals .amount {
    text-align: right;
  }
  .table-wrapper {
    border-top: 1px solid #cccccc;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) {
    border: none;
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > thead > tr > th {
    display: none;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td,
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr th {
    border-bottom: none;
    display: block;
    padding: 5px 10px;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td[data-th]:before,
  .table-wrapper .table:not(.totals):not(.cart):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(.totals):not(.cart):not(.table-comparison) > tbody > tr > th {
    background-color: #f6f6f6;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td:first-child {
    padding-top: 15px;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td:last-child {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 15px;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td.col.qty {
    text-align: left;
  }
  .table-wrapper .table:not(.totals):not(.cart):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 .mark {
    box-sizing: border-box;
    float: left;
    text-align: left;
    width: 70%;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .amount {
    box-sizing: border-box;
    float: left;
    text-align: right;
    width: 30%;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .grand.totals {
    font-size: 1.6rem;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .grand.totals .amount {
    padding-bottom: 10px;
  }
  .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;
  }
  .pages .pages-items {
    display: block;
    padding: 2px 40px 0;
    position: relative;
    white-space: normal;
    z-index: 1;
  }
  .pages-item-previous {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1;
  }
  .pages-item-next {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }
  .table-magento-payments-review-items .col.subtotal {
    text-align: left;
  }
  .table-magento-payments-review-items .product-item-name {
    display: inline-block;
  }
  .cart-summary .apple-pay {
    margin-top: 14px;
  }
  .form-new-agreement select {
    width: auto;
  }
  .table-paypal-review-items .col.subtotal {
    text-align: left;
  }
  .table-paypal-review-items .product-item-name {
    display: inline-block;
  }
  .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: 18px;
    line-height: inherit;
    color: #757575;
    content: '\e604';
    font-family: 'luma-icons';
    margin: -4px 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%;
  }
  .product-item-actions .actions-primary {
    display: block;
  }
  .toolbar-products {
    margin-bottom: 0;
  }
  .product-info-price {
    margin: 0 -10px 0;
    width: calc(100% + 2*10px) !important;
  }
  .product-info-price > *:first-child {
    padding-left: 10px;
  }
  .product-info-price > *:last-child {
    padding-right: 10px;
  }
  .table-wrapper.comparison .table-comparison > tbody > tr > th,
  .table-wrapper.comparison .table-comparison > tbody > tr > td {
    display: table-cell;
  }
  .cart .table.items .col.qty {
    text-align: center;
  }
  .opc-wrapper .step-title {
    font-size: 18px;
    border-bottom: 0;
    padding-bottom: 0;
  }
  .opc-wrapper .step-content {
    margin: 0 0 15px;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address,
  .opc-wrapper .methods-shipping {
    background: #f4f4f4;
    margin: 20px -15px 15px;
    padding: 20px 15px;
  }
  .opc-wrapper .form-login + .form-shipping-address {
    margin-top: -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 .action-select-shipping-item {
    float: none;
    margin-top: 10px;
    width: 100%;
  }
  .opc-wrapper .action-show-popup {
    width: 100%;
  }
  .opc-wrapper .methods-shipping {
    border-bottom: 1px solid #cccccc;
    padding-top: 30px;
  }
  .opc-wrapper .edit-address-link {
    display: inline-block;
    text-decoration: none;
    margin: 0;
    position: absolute;
    right: 0;
    top: 5px;
  }
  .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: 18px;
    line-height: 20px;
    color: #757575;
    content: '\e601';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .opc-wrapper .edit-address-link:hover:before {
    color: #333333;
  }
  .opc-wrapper .edit-address-link:active:before {
    color: #757575;
  }
  .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;
  }
  .opc-block-summary > .title {
    border-bottom: 0;
    font-size: 18px;
    margin-bottom: 20px;
    padding-bottom: 0;
  }
  .account .column.main,
  .account .sidebar-additional {
    margin: 0;
    padding: 0;
  }
  .account .sidebar-main .account-nav {
    margin-bottom: 0;
  }
  .page-product-downloadable .product-options-wrapper {
    margin-bottom: 25px;
  }
  .table-downloadable-products .product-name {
    display: block;
    margin-bottom: 5px;
  }
  .page-product-downloadable .product-info-price ~ *:last-child:after {
    border-bottom: 1px solid #c1c1c1;
    content: '';
    display: block;
    height: 0;
    margin: 25px -10px;
    overflow: hidden;
    width: auto;
  }
  .table-giftregistry-items .field.choice,
  .table-giftregistry-items .field.qty {
    display: inline-block;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 20px;
  }
  .block-giftregistry-results .block-title {
    margin-bottom: 0;
  }
  .block-giftregistry-results .table-wrapper {
    border-top: none;
  }
  .block-giftregistry-shared-items .block-title {
    margin-bottom: 10px;
  }
  .block-giftregistry-shared-items .table-wrapper {
    border-top: 0;
  }
  .table.grouped > thead > tr > th {
    border-bottom: 1px solid #cccccc;
    display: table-cell;
  }
  .table.grouped > tbody {
    border-bottom: 1px solid #cccccc;
  }
  .table.grouped > tbody > tr > td {
    padding: 11px 10px;
    border: 0;
    display: table-cell;
  }
  .table-wrapper .table.grouped:not(.totals):not(.cart):not(.table-comparison) > tbody > tr > td:last-child {
    border-bottom: 0;
  }
  .page-product-grouped .minimal-price {
    margin: 0;
  }
  .page-product-grouped .product-info-price {
    border: 0;
    margin-bottom: 0;
  }
  .page-product-grouped .product-info-price .price-box {
    padding-bottom: 0;
  }
  .form-add-invitations .action.remove {
    display: inline-block;
    text-decoration: none;
  }
  .form-add-invitations .action.remove > 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.remove:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: inherit;
    color: #757575;
    content: '\e604';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .form-add-invitations .action.remove:hover:before {
    color: inherit;
  }
  .form-add-invitations .action.remove:active:before {
    color: inherit;
  }
  .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.order-review .data.table.table-order-review > tbody > tr > td.col.subtotal {
    border-bottom: none;
  }
  .multicheckout.order-review .data.table.table-order-review > tbody > tr > td.col.qty {
    text-align: center;
  }
  .multicheckout .actions-toolbar .action {
    margin-bottom: 25px;
  }
  .multicheckout .actions-toolbar > .primary {
    margin-bottom: 25px;
    margin-right: 0;
  }
  .customer-review .product-name {
    margin-bottom: 5px;
  }
  .customer-review .product-reviews-summary .rating-summary {
    display: block;
    margin-bottom: 5px;
  }
  .form-create-return .additional .field:nth-last-child(2) {
    margin-bottom: 0;
  }
  .form-create-return .additional .field:last-child {
    margin-top: 20px;
  }
  .account .column.main .returns-details-items .block-returns-tracking .block-title > .action.track {
    display: block;
    float: none;
    margin: 10px 0 0;
  }
  .table-wrapper.orders-recent .table-order-items.table tbody > tr > td.col {
    padding-left: 0;
  }
  .order-details-items thead {
    display: block;
  }
  .order-details-items thead tr {
    display: block;
  }
  .order-pager-wrapper {
    display: block;
  }
  .account .table-order-items tbody tr {
    display: block;
  }
  .account .table-order-items .product-item-name {
    display: inline-block;
    margin: 0;
  }
  .account .table-order-items .action.show {
    margin-top: 0;
  }
  .order-details-items .order-title strong {
    display: block;
  }
  .order-details-items .action {
    margin-top: 10px;
  }
  .order-details-items .items-qty {
    display: inline-block;
    vertical-align: top;
  }
  .order-details-items .col.price .price-including-tax,
  .order-details-items .col.subtotal .price-including-tax,
  .order-details-items .col.price .price-excluding-tax,
  .order-details-items .col.subtotal .price-excluding-tax {
    display: inline-block;
  }
  .order-details-items .data.table .col.options {
    padding: 0 10px 15px;
  }
  .order-details-items .data.table .col.options:before {
    display: none;
  }
  .order-details-items .options-label + .item-options-container[data-th]:before,
  .order-details-items .item-options-container + .item-options-container[data-th]:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: 700;
    padding-left: 10px;
  }
  .order-details-items .options-label + .item-options-container .col,
  .order-details-items .item-options-container + .item-options-container .col {
    font-size: 1.2rem;
    padding: 0 10px;
  }
  .order-details-items .options-label + .item-options-container .col:first-child,
  .order-details-items .item-options-container + .item-options-container .col:first-child {
    padding-top: 3px;
  }
  .order-details-items .options-label + .item-options-container .col:last-child,
  .order-details-items .item-options-container + .item-options-container .col:last-child {
    padding-bottom: 20px;
  }
  .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 .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;
  }
  .sorter-options {
    margin: 0 2px;
  }
  .minicart-wrapper .block-minicart {
    width: 290px;
  }
  .modal-popup .field-tooltip .field-tooltip-content {
    width: 200px;
  }
}
@media all and (min-width: 640px) {
  .abs-blocks-2columns-s {
    width: 48%;
  }
  .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-visually-hidden-desktop-s,
  .products-grid .product-item-info:not(:hover):not(.active) .product-item-inner {
    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;
  }
  .abs-form-field-column-2-s .fieldset .field {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .abs-form-field-column-2-s .fieldset .field + .fieldset {
    clear: both;
  }
  .abs-form-field-column-2-s .fieldset .field .field {
    padding: 0;
    width: 100%;
  }
  .abs-form-field-revert-column-1-s {
    width: 100%;
  }
  .abs-action-print-s {
    display: inline-block;
    text-decoration: none;
  }
  .abs-action-print-s:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 16px;
    color: inherit;
    content: '\e624';
    font-family: 'luma-icons';
    margin: 0 4px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .table > tbody > tr > th,
  .table > tbody > tr > td {
    border-top: 1px solid #cccccc;
  }
  .table > tbody + tbody {
    border-top: 1px solid #cccccc;
  }
  .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: #006bb4;
    text-decoration: none;
    background: none;
    border: 0;
    display: inline;
    margin-top: -4px;
  }
  .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: #006bb4;
    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: #006bb4;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline;
  }
  .catalogsearch-advanced-result .message.error {
    margin-top: 0;
  }
  .products-grid .product-item-info:hover,
  .products-grid .product-item-info.active {
    background: #ffffff;
    box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0.3);
    border: 1px solid #bbbbbb;
    margin: -10px;
    padding: 9px;
    position: relative;
    z-index: 9;
  }
  .products-grid .product-item-info:hover .product-item-inner,
  .products-grid .product-item-info.active .product-item-inner {
    display: block;
  }
  .sidebar .products-grid .product-item-info:hover .product-item-photo,
  .sidebar .products-grid .product-item-info.active .product-item-photo {
    left: 9px;
    top: 9px;
  }
  .products-grid .product-item-inner {
    background: #ffffff;
    box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0.3);
    border: 1px solid #bbbbbb;
    border-top: none;
    left: 0;
    margin: 10px 0 0 -1px;
    padding: 0 9px 9px;
    position: absolute;
    right: -1px;
    z-index: 2;
  }
  .product-item-actions {
    display: block;
  }
  .products-grid .product-item-actions {
    margin: -10px 0 10px;
  }
  .product-item-actions .actions-primary + .actions-secondary {
    display: inline-block;
    vertical-align: middle;
  }
  .product-item-actions .actions-primary + .actions-secondary > .action {
    line-height: 35px;
    text-align: center;
    width: 35px;
  }
  .product-item-actions .actions-primary + .actions-secondary > .action:last-child {
    margin-right: 0;
  }
  .product-item-actions .actions-primary {
    display: inline-block;
  }
  .page-products .products-grid .product-item-inner:before {
    background: #ffffff;
    content: '';
    height: 3px;
    left: 0;
    position: absolute;
    top: -2px;
    width: 100%;
    z-index: -1;
  }
  .page-products .product-item-actions {
    z-index: 1;
  }
  .products-grid .product-item {
    margin-bottom: 20px;
    width: 33.33333333%;
  }
  .page-products .products-grid .product-item,
  .page-layout-1column .products-grid .product-item,
  .page-layout-3columns .products-grid .product-item,
  .page-products.page-layout-1column .products-grid .product-item,
  .page-products.page-layout-3columns .products-grid .product-item {
    margin-left: 0;
    width: calc((100% - 4%) / 3);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1),
  .page-layout-1column .products-grid .product-item:nth-child(3n + 1),
  .page-layout-3columns .products-grid .product-item:nth-child(3n + 1),
  .page-products.page-layout-1column .products-grid .product-item:nth-child(3n + 1),
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .block.widget .products-grid .product-item .product-item-inner,
  .page-layout-1column .block.widget .products-grid .product-item .product-item-inner,
  .page-layout-3columns .block.widget .products-grid .product-item .product-item-inner {
    box-shadow: 3px 6px 4px 0 rgba(0, 0, 0, 0.3);
    margin: 9px 0 0 -1px;
  }
  .sidebar .product-items .action.delete {
    line-height: unset;
    position: absolute;
    right: 0;
    top: -1px;
    width: auto;
  }
  .sidebar .block-compare .action.delete {
    left: 0;
    right: initial;
  }
  .cart-container .block.crosssell .products-grid .product-item-actions {
    margin: 0 0 10px;
  }
  .multicheckout .actions-toolbar .secondary {
    float: none;
    margin-top: 11px;
    text-align: right;
  }
  .multicheckout .actions-toolbar .secondary .action {
    margin-left: 0;
  }
  .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;
    min-width: 240px;
    padding-right: 40px;
  }
  .review-ratings ~ .review-content-container {
    overflow: hidden;
  }
  .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;
  }
  .order-details-items .order-title .action {
    margin: 12px 0 0 30px;
  }
  .order-details-items .order-title .action.track {
    float: right;
  }
  .wishlist-index-index .products-grid .product-item-actions {
    margin: 0;
  }
  .block.widget .products-grid .product-item,
  .page-layout-1column .block.widget .products-grid .product-item,
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 4%) / 3);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
}
/** 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 {
    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/Epicor/dualcolor/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/Epicor/dualcolor/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;

}
@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/Epicor/dualcolor/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/Epicor/dualcolor/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/Epicor/dualcolor/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;
}
/*!
 *  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/Epicor/dualcolor/en_US/Epicor_Comm/epicor/comm/fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../../frontend/Epicor/dualcolor/en_US/Epicor_Comm/epicor/comm/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../../frontend/Epicor/dualcolor/en_US/Epicor_Comm/epicor/comm/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../../frontend/Epicor/dualcolor/en_US/Epicor_Comm/epicor/comm/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../../frontend/Epicor/dualcolor/en_US/Epicor_Comm/epicor/comm/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../../frontend/Epicor/dualcolor/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/Epicor/dualcolor/en_US/Epicor_Comm/epicor/comm/fonts/fontawesome-webfont.eot?v=4.7.0');src:url('../../frontend/Epicor/dualcolor/en_US/Epicor_Comm/epicor/comm/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../../frontend/Epicor/dualcolor/en_US/Epicor_Comm/epicor/comm/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('../../frontend/Epicor/dualcolor/en_US/Epicor_Comm/epicor/comm/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('../../frontend/Epicor/dualcolor/en_US/Epicor_Comm/epicor/comm/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('../../frontend/Epicor/dualcolor/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;
}

.display-password #show_password{
    margin-top: 10px;
}
/* Recently viewed products start */
.block.widget.block-viewed-products-grid .block-content .product-item .product-item-info .product-item-name {
    margin-bottom: 20px;
}
.block.widget.block-viewed-products-grid .block-content .product-item .product-item-info .product-item-actions .actions-secondary {
    margin-top: 10px;
}
.block.widget.block-viewed-products-grid .block-content .products-list .product-item .product-item-info .product-item-actions .actions-secondary {
    margin-left: 10px;
    margin-top: 0px;
}
.block.widget.block-viewed-products-grid .block-content .products-list .product-item .product-item-info .product-item-actions .actions-secondary .action.towishlist, .block.widget.block-viewed-products-grid .block-content .products-list .product-item .product-item-info .product-item-actions .actions-secondary .action.tocompare{
    position:static;
    margin-right:10px;
    border-radius: 25px;
}
/* Recently viewed products end */
/**
 * 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;
    margin-top: 15px !important;
}

.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;
    text-align: left;
}
.selected_branch_wrapper p.title {
    padding-bottom: 1rem;
}
.branch_list #inv-popup-close{
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 20px;
}
.branch_list .title.accordion strong, .branch_list .title.active strong {
    position: relative;
    top: 5px;
    left: 10px;
}
.catalog-product-view .grouped-items-table .grouped-product .groupedloc{
    position: relative;
}
.catalog-product-view .grouped-items-table .grouped-product .groupedloc .product_grid_locations .selected_branch_wrapper{
    left: 0px !important;
    right: 0px !important;
    margin: 10px auto !important;
    top: -80px !important;
}
.page-products .products-table .product-item.table .product-item .stock-level-table .related-branch-inventory-popup .locations_add_to_cart a{
    color: #222222 !important;
    font-size: 12px !important;
    text-decoration: none !important;
    font-style: normal !important;
}
#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
 */

#accordion {
    border: 1px solid #a0b3c3;
    background: #e7f1f4;
    margin: 10px 0 0;
}

#accordion [data-role="trigger"] {
    background: #b9ccdd;
    border-bottom: 1px solid #a0b3c3;
    padding: 5px 10px;
    margin: 0;
    cursor: pointer;
}

#accordion [data-role="content"] {
    padding: 5px 10px;
}

#accordion .clear {
    clear: both;
}
/**
 * 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;
}
/**
 * Copyright © 2010-2024 Epicor Software Corporation: All Rights Reserved
 */
.page-header .header.panel{
    position: relative;
}
#quickadd-form-popup{
    position: absolute;
    background: #fff;
    border: 1px solid #d5d5d5;
    padding: 0px;
    text-align: left;
    margin-top: 10px;
    z-index:200;
    width:330px;
	right: 100px;
}
#quickadd-form-popup .bop-header{
    padding: 5px 10px;
    border-bottom: 1px solid #d5d5d5;
}
#quickadd-form-popup .bop-header h3{
    padding: 5px 0px;
    margin: 0px;
    color: #222222;
}
#quickadd-form-popup .quickadd-form-list{
    padding: 0px 10px 10px;
}
#quickadd-form-popup .buttons-set.actions{
    border-top: 1px solid #d5d5d5;
    padding: 5px 10px;
}
#quickadd-form-popup .buttons-set.actions .btn-qop.action.primary, #quickadd-form-popup .buttons-set.actions .btn-qop.addmore{
    height:27px;
    padding: 4px 10px 6px;
    margin-left:10px;
	font-size:12px;
}
#quickadd-form-popup .buttons-set.actions .btn-qop.addmore{
	color:#000000;
}
#quickadd-form-popup .buttons-set.actions .btn-qop.action.primary:hover, #quickadd-form-popup .buttons-set.actions .btn-qop.addmore:hover{
	color:#ffffff;
}
#quickadd-form-popup .buttons-set.actions .btn-qop.action.primary span{
    font-size: 1.2rem;

}
.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-popup .quickadd-form-list .wide.header .field-sku, #quickadd-form-popup .quickadd-form-list .wide.header .field-qty{
    font-size:14px ;
    font-weight:600;
    color:#222222;
	padding: 5px 0px 5px 5px !important;
    margin: 0px;
    width: 140px;
    text-align: left;
}
.quickadd-form-list .wide.header .field-sku, .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, .quickadd-form-list .wide.header .field-sku.sku-2, .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 .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.values{
    position:relative;
    border-right:0px !important;
	font-size:0px;
}
.quickadd-form-list .wide .field-qty, .quickadd-form-list .wide .field.qty{
    margin:0px 0px 0px 10px;
    width:160px;
    display:inline-block;
	font-size:16px;
	vertical-align:top;

}
.quickadd-form-list .wide .field-qty, .quickadd-form-list .wide .field.qty .control .input-text.qty{
	margin:5px;
    color:#222222 !important;
}
.quickadd-form-list .wide .field-qty, .quickadd-form-list .wide .field.qty .control span.qtyminus,
.quickadd-form-list .wide .field-qty, .quickadd-form-list .wide .field.qty .control span.qtyplus{
	font-size:18px;
	color:#222222;
	cursor:pointer;
}
.quickadd-form-list .wide .field.qty .control span.qtyminus,
.quickadd-form-list .wide .field.qty .control span.qtyplus {
    display: inline-block;
    padding: 0px 2px;
    position: relative;
    top: 0px;
    margin-right: 0px;
}
.quickadd-form-list .wide .field-qty, .quickadd-form-list .wide .field.qty .control .qtyplus{
	padding:5px 9px 13px !important;
}

.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 #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 .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 .table-ul{
    padding-left:5px;
    text-align:left;
    border:0px;
    font-size: 13px;
}
.quickadd-form-list .wide.values .field-sku .num_product .num_get_product .table-ul li, .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;
}

.quickadd-form-list .wide.values .field-sku .num_product .num_get_product .table-ul li:hover, .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;
}
.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 .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.values .quickadd-form-list{
    display: inline-block;
}
.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 .add-more-section, .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;
}

.quickadd-form-list .wide.header .field-sku {
    font-size:13px;
}
.quickadd-form-list .warning{
    font-size:13px;
    color:#FF0000 !important;
}
.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:before{
    content: "\e60c";
    font-size:24px;
    font-family: 'luma-icons';
    display: inline-block;
    position: relative;
    top: 6px;
    left: 5px;
    font-weight: 500;
}
.bop-header .barcode-tooltip:before{
    content: "\e60c";
    font-size:32px;
    font-family: 'luma-icons';
    display: inline-block;
    position: relative;
    top: 5px;
    left: 10px;
    font-weight: 500;
}
.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: 20px;
    max-width: 30px !important;
    background-image: url('../../frontend/Epicor/dualcolor/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: 5px;
    top: 21px;
    transform: translateY(-50%);
    width: 30px;
    border-radius: 0px !important;
}

.quickadd-form-list .wide.values .field-sku .bulkorderpad-scanner:hover{
    background: url('../../frontend/Epicor/dualcolor/en_US/Epicor_BulkOrderPad/images/barcode-icon.svg') !important;
    background-size: contain !important;
}

.barcode-tooltip-content {
    display:none;
    position:absolute;
    left:15px;
    top:0;
    font-size: 13px !important;
}

.barcode-tooltip{
    position:relative;
    z-index:99
}

.barcode-tooltip:hover .barcode-tooltip-content{
    display:block;
    background:#e9e9e9;
    border:1px solid #d5d5d5;
    width:150px;
    height:75px;
    overflow-y:auto;
    padding:10px;
}

.barcode-tooltip-content a{
    color:blue !important;
    text-decoration: underline !important;
}

.barcode-tooltip-content a:hover{
    color: black !important;
}


@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, .quickadd-form-list .wide .field-sku.sku-2, .quickadd-form-list .wide.header .field-sku.sku-1{
		width: 50%;
		margin-left:0px;
	}
	.quickadd-form-list .wide.header div:nth-child(3), .quickadd-form-list .wide.header div:nth-child(4){
		display:none;
	}
	.quickadd-form-list .wide.header .field-qty{
		width:auto;
	}

	#quickadd-form-popup .quickadd-form-list .wide .field-sku, #quickadd-form-popup .quickadd-form-list .wide .field-sku.sku-2, #quickadd-form-popup .quickadd-form-list .wide.header .field-sku.sku-1{
		width: 100px;
		margin-left:0px;
	}
}
@media only screen and (max-width: 590px) {
	.bulkorderpad-form-index #quickadd-form{
		    width: 100%;
	}
	#quickadd-form-popup{
		width: 280px;
		right: 5px;
	}
    .quickadd-form-list .wide .field.qty .control span.qtyminus, .quickadd-form-list .wide .field.qty .control span.qtyplus{
        padding: 1px 6px 11px !important;
        margin-right: -4px !important;
    }
    .quickadd-form-list .wide .field.qty .control .input-text.qty{
        width: 45px !important;
    }
    #quickadd-form-popup .quickadd-form-list .wide.header .field-qty{
        width: 130px !important;
    }
	#quickadd-form-popup .quickadd-form-list .wide.header .field-sku{
		width: 110px !important;
	}
    #quickadd-form-popup .quickadd-form-list .wide .field.qty{
        width: 130px !important;
    }
    #quickadd-form-popup .quickadd-form-list .wide .field-sku{
        width:110px !important;
    }
    .column .quickadd-form-list .wide .field-sku,
    .column .quickadd-form-list .wide .field-sku.sku-2,
    .column .quickadd-form-list .wide.header .field-sku.sku-1{
        width: 39%;
    }
}
@media only screen and (max-width: 590px)  {
    .barcode-tooltip-content {
        display: none;
        position: absolute;
        left: -80px;
        top: 35px;
        font-size: 13px !important;
    }
}
/* Slider */
.slick-slider
{
    position: relative;
    display: block;
    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;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -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
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.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
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.slider {
    width: 90%;
    margin: 100px auto;
}

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-prev:before,
.slick-next:before {
    color: black;
}


.slick-slide {
    transition: all ease-in-out .3s;
    opacity: .2;
}

.slick-active {
    opacity: 1;
}

.slick-slider .slick-slide{
    display: none;
}
.slick-slider .slick-slide:first-child{
    display: block;
}
.slick-initialized.slick-slider .slick-slide,
.slick-initialized.slick-slider .slick-slide:first-child {
    display: block;
}


/*.slick-current {*/
/*    opacity: 1;*/
/*}*/
@charset "UTF-8";
/* Slider */
.slick-loading .slick-list
{
    /*background: #fff url('../../frontend/Epicor/dualcolor/en_US/Epicor_Themes/css/slider/ajax-loader.gif') center center no-repeat;*/
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
    background-color: black;
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
    background-color: black;
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    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
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
