/* Content/scss/site.scss */
.punchout .hidden-for-punchout,
.hidden-for-js,
.hidden-for-js-inline {
  display: none; }

.border-left-radius-none {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important; }

.border-radius-none {
  border-radius: 0 !important; }

.margin-none {
  margin: 0 !important; }

.margin-top-none {
  margin-top: 0 !important; }

.margin-bottom-none {
  margin-bottom: 0 !important; }

.margin-left-none {
  margin-left: 0 !important; }

.margin-right-none {
  margin-right: 0 !important; }

.margin-top, .margin-topbottom, .margin-all {
  margin-top: 13px !important; }

.margin-bottom, .margin-topbottom, .margin-all {
  margin-bottom: 13px !important; }

.margin-left, .margin-leftright, .margin-all {
  margin-left: 13px !important; }

.margin-right, .margin-leftright, .margin-all {
  margin-right: 13px !important; }

.margin-top-2x, .margin-topbottom-2x, .margin-all-2x {
  margin-top: 26px !important; }

.margin-bottom-2x, .margin-topbottom-2x, .margin-all-2x {
  margin-bottom: 26px !important; }

.margin-left-2x, .margin-leftright-2x, .margin-all-2x {
  margin-left: 26px !important; }

.margin-right-2x, .margin-leftright-2x, .margin-all-2x {
  margin-right: 26px !important; }

.margin-top-8x, .margin-topbottom-8x, .margin-all-8x {
  margin-top: 104px !important; }

.margin-bottom-8x, .margin-topbottom-8x, .margin-all-8x {
  margin-bottom: 104px !important; }

.margin-left-8x, .margin-leftright-8x, .margin-all-8x {
  margin-left: 104px !important; }

.margin-right-8x, .margin-leftright-8x, .margin-all-8x {
  margin-right: 104px !important; }

.padding-none {
  padding: 0 !important; }

.padding-top-none {
  padding-top: 0 !important; }

.padding-bottom-none {
  padding-bottom: 0 !important; }

.padding-left-none {
  padding-left: 0 !important; }

.padding-right-none {
  padding-right: 0 !important; }

.padding-top, .padding-topbottom, .padding-all {
  padding-top: 13px !important; }

.padding-bottom, .padding-topbottom, .padding-all {
  padding-bottom: 13px !important; }

.padding-left, .padding-leftright, .padding-all {
  padding-left: 13px !important; }

.padding-right, .padding-leftright, .padding-all {
  padding-right: 13px !important; }

.padding-top-2x, .padding-topbottom-2x, .padding-all-2x {
  padding-top: 26px !important; }

.padding-bottom-2x, .padding-topbottom-2x, .padding-all-2x {
  padding-bottom: 26px !important; }

.padding-left-2x, .padding-leftright-2x, .padding-all-2x {
  padding-left: 26px !important; }

.padding-right-2x, .padding-leftright-2x, .padding-all-2x {
  padding-right: 26px !important; }

.padding-top-8x, .padding-topbottom-8x, .padding-all-8x {
  padding-top: 104px !important; }

.padding-bottom-8x, .padding-topbottom-8x, .padding-all-8x {
  padding-bottom: 104px !important; }

.padding-left-8x, .padding-leftright-8x, .padding-all-8x {
  padding-left: 104px !important; }

.padding-right-8x, .padding-leftright-8x, .padding-all-8x {
  padding-right: 104px !important; }

.input-validation-error {
  background-color: #f2dede; }

.field-validation-error {
  font-weight: bold;
  color: #990000; }

.input-validation-warning {
  background: #f4dccf; }

.field-validation-warning {
  font-weight: bold;
  color: #B36000; }

.validation-summary-valid, field-validation-valid {
  display: none; }

#popupHeader, .popupHeader {
  width: 960px;
  background-color: #E0E4E9;
  padding: 10px 10px 0 10px;
  height: 40px;
  font-size: 14px;
  font-weight: bold; }

.no-title-bar .ui-dialog-titlebar {
  display: none; }

.no-title-bar .ui-dialog-content {
  padding: 0; }

/* scss/components/_navigation-bar.scss */
.navigation-bar {
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #e0e4e9;
  padding: 10px;
  margin-bottom: 20px; }

/* MEDIA QUERIES */
@media (min-width: 400px) {
  .navigation-bar {
    padding-left: 0;
    padding-right: 0; }
    .navigation-bar .fa-chevron-left {
      padding-right: 5px;
      font-size: 17px;
      vertical-align: middle; }
    .navigation-bar .fa-chevron-right {
      padding-left: 5px;
      font-size: 17px;
      vertical-align: middle; } }

/* Content/scss/elements/_buttons.scss */
.btn-primary {
  color: #ffffff;
  border: 1px solid #004792;
  background: #0070BB;
  background-image: -webkit-linear-gradient(top, #0070BB 0%, #004792 100%);
  background-image: -o-linear-gradient(top, #0070BB 0%, #004792 100%);
  background-image: linear-gradient(to bottom, #0070BB 0%, #004792 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0070BB', endColorstr='#FF004792', GradientType=0); }
  .btn-primary:hover, .btn-primary:focus, .btn-primary.focus {
    color: #ffffff;
    background: #0070BB;
    background-image: -webkit-linear-gradient(top, #0070BB 0%, #004792 10%);
    background-image: -o-linear-gradient(top, #0070BB 0%, #004792 10%);
    background-image: linear-gradient(to bottom, #0070BB 0%, #004792 10%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0070BB', endColorstr='#FF004792', GradientType=0); }

/* Secondary Button */
.btn-secondary {
  color: #ffffff;
  border: 1px solid #585d62;
  background: #757575;
  background-image: -webkit-linear-gradient(top, #757575 0%, #585d62 100%);
  background-image: -o-linear-gradient(top, #757575 0%, #585d62 100%);
  background-image: linear-gradient(to bottom, #757575 0%, #585d62 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF757575', endColorstr='#FF585D62', GradientType=0); }
  .btn-secondary:hover, .btn-secondary:focus, .btn-secondary.focus {
    color: #ffffff;
    background: #757575;
    background-image: -webkit-linear-gradient(top, #757575 0%, #585d62 10%);
    background-image: -o-linear-gradient(top, #757575 0%, #585d62 10%);
    background-image: linear-gradient(to bottom, #757575 0%, #585d62 10%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF757575', endColorstr='#FF585D62', GradientType=0); }

.btn-buy {
  color: #ffffff;
  border: 1px solid #275500;
  background: #507E11;
  background-image: -webkit-linear-gradient(top, #507E11 0%, #275500 100%);
  background-image: -o-linear-gradient(top, #507E11 0%, #275500 100%);
  background-image: linear-gradient(to bottom, #507E11 0%, #275500 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF507E11', endColorstr='#FF275500', GradientType=0); }
  .btn-buy:hover, .btn-buy:focus, .btn-buy.focus {
    color: #ffffff;
    background: #507E11;
    background-image: -webkit-linear-gradient(top, #507E11 0%, #275500 10%);
    background-image: -o-linear-gradient(top, #507E11 0%, #275500 10%);
    background-image: linear-gradient(to bottom, #507E11 0%, #275500 10%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF507E11', endColorstr='#FF275500', GradientType=0); }

.btn-special {
  color: #333333;
  border: 1px solid #F07C00;
  background: #FFBC3F;
  background-image: -webkit-linear-gradient(top, #FFBC3F 0%, #F07C00 100%);
  background-image: -o-linear-gradient(top, #FFBC3F 0%, #F07C00 100%);
  background-image: linear-gradient(to bottom, #FFBC3F 0%, #F07C00 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFBC3F', endColorstr='#FFF07C00', GradientType=0); }
  .btn-special:hover, .btn-special:focus, .btn-special.focus {
    color: #333333;
    background: #FFBC3F;
    background-image: -webkit-linear-gradient(top, #FFBC3F 0%, #F07C00 10%);
    background-image: -o-linear-gradient(top, #FFBC3F 0%, #F07C00 10%);
    background-image: linear-gradient(to bottom, #FFBC3F 0%, #F07C00 10%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFBC3F', endColorstr='#FFF07C00', GradientType=0); }

.btn-default {
  color: #ffffff;
  border: 1px solid #585d62;
  background: #757575;
  background-image: -webkit-linear-gradient(top, #757575 0%, #585d62 100%);
  background-image: -o-linear-gradient(top, #757575 0%, #585d62 100%);
  background-image: linear-gradient(to bottom, #757575 0%, #585d62 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF757575', endColorstr='#FF585D62', GradientType=0); }
  .btn-default:hover, .btn-default:focus, .btn-default.focus {
    color: #ffffff;
    background: #757575;
    background-image: -webkit-linear-gradient(top, #757575 0%, #585d62 10%);
    background-image: -o-linear-gradient(top, #757575 0%, #585d62 10%);
    background-image: linear-gradient(to bottom, #757575 0%, #585d62 10%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF757575', endColorstr='#FF585D62', GradientType=0); }

.btn-ghost {
  border: 1px solid #ffffff;
  color: #ffffff;
  background: transparent; }

.btn-ghost:hover, .btn-ghost:focus, .btn-ghost.focus {
  background: #f5f5f5;
  color: #585d62; }

.dropDownList-sm {
  display: initial;
  width: 200px; }

.input-validation-error {
  background-color: #f2dede; }

/* Content/scss/elements/_icon.scss */
.icon-primary {
  color: #0070BB; }

/* Secondary Icon */
.icon-secondary {
  color: #7f7f7f; }

.icon-success {
  color: #87B53D; }

.icon-special {
  color: #f5a960; }

.icon-plexus {
  color: #c3002f; }

.txtBox-xs {
  display: initial;
  width: 60px; }

a.link-primary {
  color: #0070BB; }
  a.link-primary:hover, a.link-primary:focus, a.link-primary.focus {
    color: #0099FF; }

.navigation-links .fa-chevron-left {
  padding-right: 3px; }

.navigation-links .fa-chevron-right {
  padding-left: 3px; }

a.white {
  color: #ffffff; }

table {
  background-color: transparent; }

thead > tr > th {
  background: #e0e4e9;
  color: #585d62; }

.table-striped > tbody > tr:nth-of-type(2n+1) {
  background-color: #f5f5f5; }

.table > thead > tr > th, .table > thead > tr > td, .table > tbody > tr > th, .table > tbody > tr > td, .table > tfoot > tr > th, .table > tfoot > tr > td {
  border-bottom: 1px solid #d9d9d9; }

/* Content/css/webforms/_buttons.scss */
/* Content/css/webforms/_buttons.bootstrap-shim.scss */
.m-btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .m-btn:focus, .m-btn.focus, .m-btn:active:focus, .m-btn:active.focus, .m-btn.active:focus, .m-btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .m-btn:hover, .m-btn:focus, .m-btn.focus {
    color: #f5f5f5;
    text-decoration: none; }
  .m-btn:active, .m-btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .m-btn.disabled, .m-btn[disabled],
  fieldset[disabled] .m-btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

a.m-btn.disabled,
fieldset[disabled] a.m-btn {
  pointer-events: none; }

.m-btn-default {
  color: #f5f5f5;
  background-color: #7f7f7f;
  border-color: transparent; }
  .m-btn-default:focus, .m-btn-default.focus {
    color: #f5f5f5;
    background-color: #666666;
    border-color: transparent; }
  .m-btn-default:hover {
    color: #f5f5f5;
    background-color: #666666;
    border-color: transparent; }
  .m-btn-default:active, .m-btn-default.active,
  .open > .m-btn-default.dropdown-toggle {
    color: #f5f5f5;
    background-color: #666666;
    border-color: transparent; }
    .m-btn-default:active:hover, .m-btn-default:active:focus, .m-btn-default:active.focus, .m-btn-default.active:hover, .m-btn-default.active:focus, .m-btn-default.active.focus,
    .open > .m-btn-default.dropdown-toggle:hover,
    .open > .m-btn-default.dropdown-toggle:focus,
    .open > .m-btn-default.dropdown-toggle.focus {
      color: #f5f5f5;
      background-color: #545454;
      border-color: transparent; }
  .m-btn-default:active, .m-btn-default.active,
  .open > .m-btn-default.dropdown-toggle {
    background-image: none; }
  .m-btn-default.disabled:hover, .m-btn-default.disabled:focus, .m-btn-default.disabled.focus, .m-btn-default[disabled]:hover, .m-btn-default[disabled]:focus, .m-btn-default[disabled].focus,
  fieldset[disabled] .m-btn-default:hover,
  fieldset[disabled] .m-btn-default:focus,
  fieldset[disabled] .m-btn-default.focus {
    background-color: #7f7f7f;
    border-color: transparent; }
  .m-btn-default .badge {
    color: #7f7f7f;
    background-color: #f5f5f5; }

.m-btn-primary {
  color: #f5f5f5;
  background-color: #0099FF;
  border-color: transparent; }
  .m-btn-primary:focus, .m-btn-primary.focus {
    color: #f5f5f5;
    background-color: #007acc;
    border-color: transparent; }
  .m-btn-primary:hover {
    color: #f5f5f5;
    background-color: #007acc;
    border-color: transparent; }
  .m-btn-primary:active, .m-btn-primary.active,
  .open > .m-btn-primary.dropdown-toggle {
    color: #f5f5f5;
    background-color: #007acc;
    border-color: transparent; }
    .m-btn-primary:active:hover, .m-btn-primary:active:focus, .m-btn-primary:active.focus, .m-btn-primary.active:hover, .m-btn-primary.active:focus, .m-btn-primary.active.focus,
    .open > .m-btn-primary.dropdown-toggle:hover,
    .open > .m-btn-primary.dropdown-toggle:focus,
    .open > .m-btn-primary.dropdown-toggle.focus {
      color: #f5f5f5;
      background-color: #0065a8;
      border-color: transparent; }
  .m-btn-primary:active, .m-btn-primary.active,
  .open > .m-btn-primary.dropdown-toggle {
    background-image: none; }
  .m-btn-primary.disabled:hover, .m-btn-primary.disabled:focus, .m-btn-primary.disabled.focus, .m-btn-primary[disabled]:hover, .m-btn-primary[disabled]:focus, .m-btn-primary[disabled].focus,
  fieldset[disabled] .m-btn-primary:hover,
  fieldset[disabled] .m-btn-primary:focus,
  fieldset[disabled] .m-btn-primary.focus {
    background-color: #0099FF;
    border-color: transparent; }
  .m-btn-primary .badge {
    color: #0099FF;
    background-color: #f5f5f5; }

.m-btn-success {
  color: #f5f5f5;
  background-color: #87B53D;
  border-color: transparent; }
  .m-btn-success:focus, .m-btn-success.focus {
    color: #f5f5f5;
    background-color: #6b8f30;
    border-color: transparent; }
  .m-btn-success:hover {
    color: #f5f5f5;
    background-color: #6b8f30;
    border-color: transparent; }
  .m-btn-success:active, .m-btn-success.active,
  .open > .m-btn-success.dropdown-toggle {
    color: #f5f5f5;
    background-color: #6b8f30;
    border-color: transparent; }
    .m-btn-success:active:hover, .m-btn-success:active:focus, .m-btn-success:active.focus, .m-btn-success.active:hover, .m-btn-success.active:focus, .m-btn-success.active.focus,
    .open > .m-btn-success.dropdown-toggle:hover,
    .open > .m-btn-success.dropdown-toggle:focus,
    .open > .m-btn-success.dropdown-toggle.focus {
      color: #f5f5f5;
      background-color: #577427;
      border-color: transparent; }
  .m-btn-success:active, .m-btn-success.active,
  .open > .m-btn-success.dropdown-toggle {
    background-image: none; }
  .m-btn-success.disabled:hover, .m-btn-success.disabled:focus, .m-btn-success.disabled.focus, .m-btn-success[disabled]:hover, .m-btn-success[disabled]:focus, .m-btn-success[disabled].focus,
  fieldset[disabled] .m-btn-success:hover,
  fieldset[disabled] .m-btn-success:focus,
  fieldset[disabled] .m-btn-success.focus {
    background-color: #87B53D;
    border-color: transparent; }
  .m-btn-success .badge {
    color: #87B53D;
    background-color: #f5f5f5; }

.m-btn-info {
  color: #f5f5f5;
  background-color: #0070BB;
  border-color: transparent; }
  .m-btn-info:focus, .m-btn-info.focus {
    color: #f5f5f5;
    background-color: #005188;
    border-color: transparent; }
  .m-btn-info:hover {
    color: #f5f5f5;
    background-color: #005188;
    border-color: transparent; }
  .m-btn-info:active, .m-btn-info.active,
  .open > .m-btn-info.dropdown-toggle {
    color: #f5f5f5;
    background-color: #005188;
    border-color: transparent; }
    .m-btn-info:active:hover, .m-btn-info:active:focus, .m-btn-info:active.focus, .m-btn-info.active:hover, .m-btn-info.active:focus, .m-btn-info.active.focus,
    .open > .m-btn-info.dropdown-toggle:hover,
    .open > .m-btn-info.dropdown-toggle:focus,
    .open > .m-btn-info.dropdown-toggle.focus {
      color: #f5f5f5;
      background-color: #003c64;
      border-color: transparent; }
  .m-btn-info:active, .m-btn-info.active,
  .open > .m-btn-info.dropdown-toggle {
    background-image: none; }
  .m-btn-info.disabled:hover, .m-btn-info.disabled:focus, .m-btn-info.disabled.focus, .m-btn-info[disabled]:hover, .m-btn-info[disabled]:focus, .m-btn-info[disabled].focus,
  fieldset[disabled] .m-btn-info:hover,
  fieldset[disabled] .m-btn-info:focus,
  fieldset[disabled] .m-btn-info.focus {
    background-color: #0070BB;
    border-color: transparent; }
  .m-btn-info .badge {
    color: #0070BB;
    background-color: #f5f5f5; }

.m-btn-warning {
  color: #f5f5f5;
  background-color: #f5a960;
  border-color: transparent; }
  .m-btn-warning:focus, .m-btn-warning.focus {
    color: #f5f5f5;
    background-color: #f28f30;
    border-color: transparent; }
  .m-btn-warning:hover {
    color: #f5f5f5;
    background-color: #f28f30;
    border-color: transparent; }
  .m-btn-warning:active, .m-btn-warning.active,
  .open > .m-btn-warning.dropdown-toggle {
    color: #f5f5f5;
    background-color: #f28f30;
    border-color: transparent; }
    .m-btn-warning:active:hover, .m-btn-warning:active:focus, .m-btn-warning:active.focus, .m-btn-warning.active:hover, .m-btn-warning.active:focus, .m-btn-warning.active.focus,
    .open > .m-btn-warning.dropdown-toggle:hover,
    .open > .m-btn-warning.dropdown-toggle:focus,
    .open > .m-btn-warning.dropdown-toggle.focus {
      color: #f5f5f5;
      background-color: #ef7d0f;
      border-color: transparent; }
  .m-btn-warning:active, .m-btn-warning.active,
  .open > .m-btn-warning.dropdown-toggle {
    background-image: none; }
  .m-btn-warning.disabled:hover, .m-btn-warning.disabled:focus, .m-btn-warning.disabled.focus, .m-btn-warning[disabled]:hover, .m-btn-warning[disabled]:focus, .m-btn-warning[disabled].focus,
  fieldset[disabled] .m-btn-warning:hover,
  fieldset[disabled] .m-btn-warning:focus,
  fieldset[disabled] .m-btn-warning.focus {
    background-color: #f5a960;
    border-color: transparent; }
  .m-btn-warning .badge {
    color: #f5a960;
    background-color: #f5f5f5; }

.m-btn-danger {
  color: #f5f5f5;
  background-color: #990000;
  border-color: transparent; }
  .m-btn-danger:focus, .m-btn-danger.focus {
    color: #f5f5f5;
    background-color: #660000;
    border-color: transparent; }
  .m-btn-danger:hover {
    color: #f5f5f5;
    background-color: #660000;
    border-color: transparent; }
  .m-btn-danger:active, .m-btn-danger.active,
  .open > .m-btn-danger.dropdown-toggle {
    color: #f5f5f5;
    background-color: #660000;
    border-color: transparent; }
    .m-btn-danger:active:hover, .m-btn-danger:active:focus, .m-btn-danger:active.focus, .m-btn-danger.active:hover, .m-btn-danger.active:focus, .m-btn-danger.active.focus,
    .open > .m-btn-danger.dropdown-toggle:hover,
    .open > .m-btn-danger.dropdown-toggle:focus,
    .open > .m-btn-danger.dropdown-toggle.focus {
      color: #f5f5f5;
      background-color: #420000;
      border-color: transparent; }
  .m-btn-danger:active, .m-btn-danger.active,
  .open > .m-btn-danger.dropdown-toggle {
    background-image: none; }
  .m-btn-danger.disabled:hover, .m-btn-danger.disabled:focus, .m-btn-danger.disabled.focus, .m-btn-danger[disabled]:hover, .m-btn-danger[disabled]:focus, .m-btn-danger[disabled].focus,
  fieldset[disabled] .m-btn-danger:hover,
  fieldset[disabled] .m-btn-danger:focus,
  fieldset[disabled] .m-btn-danger.focus {
    background-color: #990000;
    border-color: transparent; }
  .m-btn-danger .badge {
    color: #990000;
    background-color: #f5f5f5; }

.m-btn-link {
  color: #0070BB;
  font-weight: normal;
  border-radius: 0; }
  .m-btn-link, .m-btn-link:active, .m-btn-link.active, .m-btn-link[disabled],
  fieldset[disabled] .m-btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .m-btn-link, .m-btn-link:hover, .m-btn-link:focus, .m-btn-link:active {
    border-color: transparent; }
  .m-btn-link:hover, .m-btn-link:focus {
    color: #0099FF;
    text-decoration: underline;
    background-color: transparent; }
  .m-btn-link[disabled]:hover, .m-btn-link[disabled]:focus,
  fieldset[disabled] .m-btn-link:hover,
  fieldset[disabled] .m-btn-link:focus {
    color: #e0e4e9;
    text-decoration: none; }

.m-btn-lg {
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.33333;
  border-radius: 6px; }

.m-btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px; }

.m-btn-xs {
  padding: 3px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px; }

.m-btn-block {
  display: block;
  width: 100%; }

.m-btn-block + .m-btn-block {
  margin-top: 5px; }

input[type="submit"].m-btn-block,
input[type="reset"].m-btn-block,
input[type="button"].m-btn-block {
  width: 100%; }

.m-btn-primary {
  color: #ffffff;
  border: 1px solid #004792;
  background: #0070BB;
  background-image: -webkit-linear-gradient(top, #0070BB 0%, #004792 100%);
  background-image: -o-linear-gradient(top, #0070BB 0%, #004792 100%);
  background-image: linear-gradient(to bottom, #0070BB 0%, #004792 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0070BB', endColorstr='#FF004792', GradientType=0); }
  .m-btn-primary:hover, .m-btn-primary:focus, .m-btn-primary.focus {
    color: #ffffff;
    background: #0070BB;
    background-image: -webkit-linear-gradient(top, #0070BB 0%, #004792 10%);
    background-image: -o-linear-gradient(top, #0070BB 0%, #004792 10%);
    background-image: linear-gradient(to bottom, #0070BB 0%, #004792 10%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0070BB', endColorstr='#FF004792', GradientType=0); }

/* Secondary Button */
.m-btn-secondary {
  color: #ffffff;
  border: 1px solid #585d62;
  background: #757575;
  background-image: -webkit-linear-gradient(top, #757575 0%, #585d62 100%);
  background-image: -o-linear-gradient(top, #757575 0%, #585d62 100%);
  background-image: linear-gradient(to bottom, #757575 0%, #585d62 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF757575', endColorstr='#FF585D62', GradientType=0); }
  .m-btn-secondary:hover, .m-btn-secondary:focus, .m-btn-secondary.focus {
    color: #ffffff;
    background: #757575;
    background-image: -webkit-linear-gradient(top, #757575 0%, #585d62 10%);
    background-image: -o-linear-gradient(top, #757575 0%, #585d62 10%);
    background-image: linear-gradient(to bottom, #757575 0%, #585d62 10%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF757575', endColorstr='#FF585D62', GradientType=0); }

.m-btn-buy {
  color: #ffffff;
  border: 1px solid #275500;
  background: #507E11;
  background-image: -webkit-linear-gradient(top, #507E11 0%, #275500 100%);
  background-image: -o-linear-gradient(top, #507E11 0%, #275500 100%);
  background-image: linear-gradient(to bottom, #507E11 0%, #275500 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF507E11', endColorstr='#FF275500', GradientType=0); }
  .m-btn-buy:hover, .m-btn-buy:focus, .m-btn-buy.focus {
    color: #ffffff;
    background: #507E11;
    background-image: -webkit-linear-gradient(top, #507E11 0%, #275500 10%);
    background-image: -o-linear-gradient(top, #507E11 0%, #275500 10%);
    background-image: linear-gradient(to bottom, #507E11 0%, #275500 10%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF507E11', endColorstr='#FF275500', GradientType=0); }

.m-btn-special {
  color: #333333;
  border: 1px solid #F07C00;
  background: #FFBC3F;
  background-image: -webkit-linear-gradient(top, #FFBC3F 0%, #F07C00 100%);
  background-image: -o-linear-gradient(top, #FFBC3F 0%, #F07C00 100%);
  background-image: linear-gradient(to bottom, #FFBC3F 0%, #F07C00 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFBC3F', endColorstr='#FFF07C00', GradientType=0); }
  .m-btn-special:hover, .m-btn-special:focus, .m-btn-special.focus {
    color: #333333;
    background: #FFBC3F;
    background-image: -webkit-linear-gradient(top, #FFBC3F 0%, #F07C00 10%);
    background-image: -o-linear-gradient(top, #FFBC3F 0%, #F07C00 10%);
    background-image: linear-gradient(to bottom, #FFBC3F 0%, #F07C00 10%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFBC3F', endColorstr='#FFF07C00', GradientType=0); }

.m-btn-ghost {
  color: #004A85;
  background: #ffffff;
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFFFFFFF', GradientType=0);
  color: #004A85;
  background-color: #ffffff;
  border-color: #004A85;
  border-radius: 0px; }
  .m-btn-ghost:hover, .m-btn-ghost:focus, .m-btn-ghost.focus {
    color: #004A85;
    background: #ffffff;
    background-image: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 10%);
    background-image: -o-linear-gradient(top, #ffffff 0%, #ffffff 10%);
    background-image: linear-gradient(to bottom, #ffffff 0%, #ffffff 10%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFFFFFFF', GradientType=0); }
  .m-btn-ghost:focus, .m-btn-ghost.focus {
    color: #004A85;
    background-color: #e6e6e6;
    border-color: #000306; }
  .m-btn-ghost:hover {
    color: #004A85;
    background-color: #e6e6e6;
    border-color: #002848; }
  .m-btn-ghost:active, .m-btn-ghost.active,
  .open > .m-btn-ghost.dropdown-toggle {
    color: #004A85;
    background-color: #e6e6e6;
    border-color: #002848; }
    .m-btn-ghost:active:hover, .m-btn-ghost:active:focus, .m-btn-ghost:active.focus, .m-btn-ghost.active:hover, .m-btn-ghost.active:focus, .m-btn-ghost.active.focus,
    .open > .m-btn-ghost.dropdown-toggle:hover,
    .open > .m-btn-ghost.dropdown-toggle:focus,
    .open > .m-btn-ghost.dropdown-toggle.focus {
      color: #004A85;
      background-color: #d4d4d4;
      border-color: #000306; }
  .m-btn-ghost:active, .m-btn-ghost.active,
  .open > .m-btn-ghost.dropdown-toggle {
    background-image: none; }
  .m-btn-ghost.disabled:hover, .m-btn-ghost.disabled:focus, .m-btn-ghost.disabled.focus, .m-btn-ghost[disabled]:hover, .m-btn-ghost[disabled]:focus, .m-btn-ghost[disabled].focus,
  fieldset[disabled] .m-btn-ghost:hover,
  fieldset[disabled] .m-btn-ghost:focus,
  fieldset[disabled] .m-btn-ghost.focus {
    background-color: #ffffff;
    border-color: #004A85; }
  .m-btn-ghost .badge {
    color: #ffffff;
    background-color: #004A85; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }
    .input-group .form-control:focus {
      z-index: 3; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  color: #7f7f7f;
  text-align: center;
  background-color: #f5f5f5;
  border: 1px solid #a9afb7;
  border-radius: 4px; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.m-btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 2px; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.m-btn {
    padding: 10px 16px;
    font-size: 17px;
    border-radius: 6px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .m-btn,
.input-group-btn:first-child > .m-btn-group > .m-btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .m-btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .m-btn-group:not(:last-child) > .m-btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .m-btn,
.input-group-btn:last-child > .m-btn-group > .m-btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .m-btn:not(:first-child),
.input-group-btn:first-child > .m-btn-group:not(:first-child) > .m-btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .m-btn {
    position: relative; }
    .input-group-btn > .m-btn + .m-btn {
      margin-left: -1px; }
    .input-group-btn > .m-btn:hover, .input-group-btn > .m-btn:focus, .input-group-btn > .m-btn:active {
      z-index: 2; }
  .input-group-btn:first-child > .m-btn,
  .input-group-btn:first-child > .m-btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .m-btn,
  .input-group-btn:last-child > .m-btn-group {
    z-index: 2;
    margin-left: -1px; }

/* Content/css/modules/_header.scss */
/* Content/css/elements/_search.scss */
.search {
  margin-bottom: 10px;
  height: 45px;
  padding-top: 7px;
  background: #e0e4e9;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.2);
  z-index: 2;
  position: relative; }
  .search .search-container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto; }
  .search .dropdown-search-button {
    color: #333333 !important;
    text-shadow: none !important;
    background: #f5f5f5;
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0;
    height: 30px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border: 1px solid #d9d9d9;
    border-radius: 4px 0 0 4px; }
    .search .dropdown-search-button:hover {
      background: #d9d9d9; }
  .search span.caret {
    position: absolute !important;
    top: 45%;
    right: 6px; }
  .search input.form-control.search-input {
    height: 30px;
    padding: 4px 12px;
    border-top: 1px solid #d9d9d9 !important;
    border-bottom: 1px solid #d9d9d9 !important;
    border-left: none !important;
    border-right: none !important;
    border-radius: 0 !important;
    position: relative; }
  .search .selected {
    background: #f5f5f5;
    color: #0070BB; }
    .search .selected:hover {
      color: #ffffff; }
  .search ul.dropdown-menu {
    height: auto;
    overflow: auto;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 12px;
    border-radius: 0; }
    .search ul.dropdown-menu li {
      background: #ffffff;
      margin: 0;
      border-bottom: 1px solid #d9d9d9;
      padding-left: 0; }
    .search ul.dropdown-menu a {
      padding: 2px 10px;
      color: #0070BB; }
      .search ul.dropdown-menu a:hover {
        background: #0070BB;
        color: #ffffff; }
  .search .search-button {
    color: #ffffff;
    font-size: 14px;
    background: #0099FF;
    background-image: -webkit-linear-gradient(top, #0099FF 0%, #0070BB 100%);
    background-image: -o-linear-gradient(top, #0099FF 0%, #0070BB 100%);
    background-image: linear-gradient(to bottom, #0099FF 0%, #0070BB 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0099FF', endColorstr='#FF0070BB', GradientType=0);
    padding: 4px 12px;
    text-shadow: none;
    border: none;
    border-radius: 4px;
    height: 30px; }
    .search .search-button .fa.fa-search {
      padding-top: 0; }
  .search .search-button:hover {
    background: #0099FF;
    background-image: -webkit-linear-gradient(top, #0099FF 0%, #0070BB 10%);
    background-image: -o-linear-gradient(top, #0099FF 0%, #0070BB 10%);
    background-image: linear-gradient(to bottom, #0099FF 0%, #0070BB 10%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0099FF', endColorstr='#FF0070BB', GradientType=0);
    color: #ffffff; }
  .search .headerSearchBox:focus {
    background-color: #ffffff; }
  .search .headerSearchBox::-ms-clear {
    display: none; }
  .search .search-container .checkboxes label {
    display: inline-block; }
  .search .checkbox-spacing {
    padding: 5px; }
  .search input[type="radio"], .search input[type="checkbox"] {
    line-height: normal;
    margin: 4px 0 0; }
  .search label.stocked {
    margin-right: 10px; }
  .search label {
    font-size: 12px;
    font-weight: normal;
    margin-top: 5px; }
  .search .clear-input {
    right: 30px;
    border-right: 1px solid #d9d9d9; }
  .search ::-ms-clear {
    display: none; }
  .search .form-control-clear {
    z-index: 10;
    pointer-events: auto;
    cursor: pointer;
    color: #7f7f7f;
    padding-top: 8px; }

.macnica-search .macnica-external-button {
  background: #76067b none repeat scroll 0 0;
  color: #fff;
  font-size: 20px;
  height: 45px;
  padding: 6px;
  position: absolute;
  text-align: center;
  top: -7px;
  width: 100%; }

.macnica-search .macnica-external-button:hover {
  text-decoration: none; }

@media (min-width: 1200px) {
  .responsive .macnica-search,
  .responsive-desktop .macnica-search {
    padding-left: 25px; } }

/* Content/css/components/_mini-cart.scss */
.MiniCartSummary {
  padding-bottom: 2px;
  padding-top: 2px;
  padding-left: 0px;
  width: 100%;
  font-weight: bold;
  background-color: #cccccc; }

.miniCartColumn {
  border-color: #ffffff;
  width: 105px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }

.MiniCartExtendedPrice {
  float: right;
  background-color: #ffffff;
  width: 85px; }

.MiniCartRow {
  width: 105px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }

.MiniCartQtyRow {
  width: 75px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }

.MiniCartExtRow {
  text-align: right;
  width: 85px; }

.MiniCartTable {
  padding: 0; }

.miniCartFreeShipMsg {
  font-size: 10px;
  color: #6B6B6B;
  display: block; }

.divMsgLnkTotal {
  width: 100%;
  padding-top: 5px; }
  .divMsgLnkTotal hr {
    margin-bottom: 5px; }

.MiniCartRowError a, .MiniCartRowError td {
  color: #dc730a;
  background-color: #f9efe4;
  font-weight: bold; }

#tblSingeItem #divAll .miniCartError {
  float: none;
  font-weight: normal; }

#tblSingeItem #divAll .label {
  font-weight: bold; }

.miniCartError {
  font-size: 12px;
  color: #dc730a;
  float: right;
  font-weight: bold; }

.MiniCartMxImg {
  max-height: 80px;
  max-width: 80px; }

.MiniCartSubTotal {
  float: right;
  font-weight: bold; }

/*.MiniCartTitleBarHeight .ui-widget-content .ui-icon, .MiniCartTitleBarHeight .ui-icon, .MiniCartTitleBarHeight .ui-state-default .ui-icon
{
    background-image: none!important;
}*/
.m-buy-btn {
  background: transparent linear-gradient(to bottom, #87b53d 0%, #588a10 100%) repeat scroll 0 0;
  color: whitesmoke !important;
  text-decoration: none !important; }

.MiniCartPaging > .ui-state-disabled,
.MiniCartPaging > .ui-widget-content .ui-state-disabled,
.MiniCartPaging > .ui-state-default,
.MiniCartPaging > .ui-widget-content .ui-state-default,
.MiniCartPaging > .ui-state-default,
.MiniCartPaging > .ui-widget-content .ui-state-default {
  background: transparent !important;
  border: none !important; }

#tblMiniCart_wrapper .ui-toolbar {
  padding: 0 !important;
  height: 0 !important;
  border: none !important; }

#tblMiniCart th {
  color: #333 !important;
  border: 0 !important; }

#tblMiniCart {
  font-size: 12px !important; }

#tblMiniCart_wrapper .ui-toolbar {
  padding: 0;
  height: 0; }

.dataTables_paginate a.last, .dataTables_paginate a.first {
  border: 1px solid #a9afb7 !important;
  height: 29px; }

.dataTables_paginate a.first {
  border-bottom-left-radius: 4px !important;
  border-top-left-radius: 4px !important; }

.dataTables_paginate a.last {
  border-bottom-right-radius: 4px !important;
  border-top-right-radius: 4px !important; }

.dataTables_paginate a.last span, .dataTables_paginate a.first span {
  display: block; }

.dataTables_paginate a.last span:after {
  content: "\00BB"; }

.dataTables_paginate a.first span:after {
  content: "\00AB"; }

.dataTables_paginate .previous, .dataTables_paginate .next {
  display: none; }

/*    Modified exiting CSS    */
.MiniCartTitleBar {
  background: none repeat scroll 0 0 #ffffff !important;
  font-size: 13px;
  padding: 0.4em 1em;
  position: relative; }

.MiniCartUiDialog {
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.2); }

.MiniCartUiButtonset {
  margin-right: 0px; }

/*.MiniCartTitleBarHeight
{
    height: 18px !important;
    background: #ffffff !important;
}*/
.MiniCartUiDialog .MiniCartContent {
  padding: 0.5em;
  position: relative; }

.tblMiniCartSub {
  width: 260px;
  height: 142px;
  background-color: #E0E4E9;
  padding: 10px;
  border-collapse: separate; }

.tblMiniCartSub .label {
  padding-right: 4px; }

.tblMiniCartSub span {
  padding-right: 4px; }

.tblMiniCartSub hr {
  width: 98%; }

.MiniCartDescription {
  display: block; }

.minicart-content-wrap {
  border: 1px solid #e0e4e9 !important; }

.ui-widget-content .m-btn-buy {
  color: #f5f5f5;
  text-decoration: none; }

.ui-widget-content .m-btn-buy:focus, .ui-widget-content .m-btn-buy:active:focus,
.ui-widget-content .m-btn-buy.focus, .ui-widget-content .m-btn-buy.active:focus,
.ui-widget-content .m-btn-buy.focus:active, .ui-widget-content .m-btn-buy.active.focus {
  outline: none !important; }

.minicart-content-wrap::before {
  content: "";
  border-bottom: 10px solid #fff;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  position: absolute;
  top: -10px;
  right: 16px; }

.minicart-content-wrap::after {
  content: "";
  border-bottom: 12px solid #fff;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  position: absolute;
  top: -12px;
  right: 14px; }

.ui-dialog {
  overflow: visible; }

/*"Added to Cart" Modal*/
.MiniCartTitleBar div#wrapper, .MiniCartTitleBar div#divRest {
  float: left;
  position: relative;
  clear: both; }

.MiniCartTitleBar div#divLbl, .MiniCartTitleBar div#divHyp {
  float: left; }

.MiniCartTitleBar .label {
  padding: 0 10px 0 0;
  font-weight: bold;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 12px;
  color: #222222; }

.MiniCartTitleBar td {
  vertical-align: top;
  border-width: 0px;
  padding: 0; }

.MiniCartTitleBar .OnlyForPDPnSearch {
  width: 385px;
  padding-right: 12px; }

.MiniCartTitleBar .summaryTxt {
  font-weight: bold;
  padding-left: 5px; }

.MiniCartTitleBar .CartDialog {
  padding: 5px; }

.MiniCartTitleBar .cssChkhideModal label {
  color: #666666;
  font-size: 11px;
  font-weight: normal; }

.MiniCartTitleBar a.blue-button {
  background: url(../../images/sprite_btn.png) repeat-x scroll 0 0 transparent;
  border-radius: 3px 3px 3px 3px;
  color: #FFFFFF !important;
  display: inline-block;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 13px;
  padding: 2px 10px 19px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
  background-position: 0 0;
  border: 1px solid #004B85;
  height: 24px;
  margin: 0 2px;
  text-align: center;
  cursor: pointer;
  text-decoration: none !important;
  vertical-align: middle; }
  .MiniCartTitleBar a.blue-button:hover {
    background-position: 0 -23px;
    text-decoration: none; }

.MiniCartTitleBar a.continue {
  background: url(../../images/sprite_btn.png) repeat-x scroll 0 0 #588A10;
  border-radius: 3px 3px 3px 3px;
  color: #FFFFFF !important;
  display: inline-block;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 13px;
  padding: 2px 10px 5px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
  background-position: 0 -46px;
  border: 1px solid #588A10;
  height: 24px;
  cursor: pointer;
  height: 25px;
  padding: 3px 10px 0;
  text-decoration: none !important; }
  .MiniCartTitleBar a.continue:hover {
    background-position: 0 -69px;
    text-decoration: none; }

.MiniCartTitleBar hr {
  margin: 3px 0;
  background: #CCC;
  width: 100%;
  height: 1px;
  color: #CCC;
  border: none; }

.MiniCartTitleBar .showHorizontalMargin {
  display: block !important;
  margin-bottom: 10px !important; }

.MiniCartTitleBar .showHorizontal {
  display: block !important; }

#miniCartOnly .dark-med-orange, #miniCartOnly .dark-med-orange a, #miniCartOnly .dark-med-orange a:active, #miniCartOnly .dark-med-orange a :visited .dark-med-orange a:link {
  color: #dc730a; }

#miniCartOnly .floatright {
  float: right; }

/* Content/css/modules/_global-action-bar.scss */
.global-action-bar {
  background: #0070BB;
  margin: 0;
  padding: 0;
  height: 30px;
  line-height: 28px;
  vertical-align: middle;
  font-size: 11px !important;
  z-index: 2; }
  .global-action-bar .global-action-bar-container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto; }
  .global-action-bar .location-language-currency select {
    color: #333333; }
  .global-action-bar .location-language-currency {
    text-align: right;
    color: #ffffff; }
    .global-action-bar .location-language-currency a {
      color: #ffffff; }
  .global-action-bar .divider, .global-action-bar .copyright {
    color: #ffffff; }
  .global-action-bar .location-flag {
    border: 1px solid #ffffff; }
  .global-action-bar .fa, .global-action-bar .tdFlagLabel, .global-action-bar .tdFlag {
    padding-right: 5px; }
  .global-action-bar .truncate {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #ffffff; }
  .global-action-bar select:focus {
    background-color: none;
    border: none !important; }

.macnica .global-action-bar {
  background: #76067b none repeat scroll 0 0; }

/* Content/css/modules/_header-navigation.scss */
.header-component {
  background: #fff;
  position: relative;
  z-index: 100;
  height: 45px;
  /* Not part of Styleguide. Can be removed? */ }
  .header-component .header-navigation-container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px; }
    .header-component .header-navigation-container .dropdown-menu {
      border-radius: 0; }
  .header-component .header-navigation-logo {
    height: 45px; }
    .header-component .header-navigation-logo a {
      text-decoration: none; }
      .header-component .header-navigation-logo a span {
        display: inline-block;
        text-indent: -2000px; }
      .header-component .header-navigation-logo a img {
        height: 45px;
        padding: 5px 0; }
      .header-component .header-navigation-logo a h1 {
        font-size: 12px; }
  .header-component .header-mobile-icons {
    text-align: right;
    padding-right: 0;
    padding-left: 0;
    height: 45px; }
  .header-component .header-mobile-icons .fa.fa-user-circle {
    border-left: 1px solid #E0E4E9;
    border-right: 1px solid #E0E4E9; }
    .header-component .header-mobile-icons .fa.fa-user-circle .logout {
      color: #a9afb7; }
  .header-component .header-mobile-icons .fa.fa-shopping-cart {
    border-right: 1px solid #E0E4E9; }
  .header-component .header-mobile-icons a {
    color: #0070BB;
    font-size: 1.5em;
    min-height: 40px;
    padding: 13px 15px 17px;
    text-align: center; }
    .header-component .header-mobile-icons a:hover {
      text-decoration: none;
      opacity: 0.7; }
  .header-component .uid-m-primary-btn {
    background: transparent linear-gradient(to bottom, #0099FF 0%, #0070BB 100%) repeat scroll 0 0 !important;
    color: whitesmoke !important;
    border-radius: 3px !important;
    padding: 3px 10px 5px !important;
    font-size: 13px !important; }
  .header-component .uid-m-secondary-btn {
    background: transparent linear-gradient(to bottom, #7f7f7f 0%, #585d62 100%) repeat scroll 0 0 !important;
    color: whitesmoke !important;
    border-radius: 3px !important;
    padding: 3px 10px 5px !important;
    font-size: 13px !important; }
  .header-component .header-mobile-icons .green-shopping-cart:after {
    content: "";
    width: 10px;
    height: 10px;
    background: #588a10;
    position: absolute;
    float: right;
    top: 10px;
    right: 61px;
    border: 1px solid #ffffff;
    border-radius: 50%; }
  .header-component .header-mobile-icons .fa.fa-times {
    position: absolute;
    top: 16px;
    right: 20px;
    padding: 0;
    text-decoration: none; }
    .header-component .header-mobile-icons .fa.fa-times:hover {
      opacity: 1; }
  .header-component .header-mobile-icons .logout {
    color: #a9afb7; }
  .header-component .desktop-nav ul {
    margin: 0px;
    padding: 0px; }
  .header-component .desktop-nav .history-account-login-nav {
    border-left: 1px solid #e0e4e9;
    font-weight: bold;
    margin: -2px; }
    .header-component .desktop-nav .history-account-login-nav a i {
      padding-right: 0; }
  .header-component .desktop-nav ul li {
    display: inline-block;
    color: #e0e4e9;
    line-height: 50px;
    vertical-align: middle;
    padding: 0; }
    .header-component .desktop-nav ul li.hover-none:hover {
      background: none;
      color: #e0e4e9; }
    .header-component .desktop-nav ul li:hover {
      background: #0099FF;
      color: #fff; }
      .header-component .desktop-nav ul li:hover a, .header-component .desktop-nav ul li:hover form input {
        color: #fff;
        text-decoration: none; }
      .header-component .desktop-nav ul li:hover .badge-cart {
        background: #ffffff;
        color: #0099FF; }
    .header-component .desktop-nav ul li a {
      color: #0070BB;
      padding: 18px 13px;
      text-decoration: none; }
    .header-component .desktop-nav ul li ul.dropdown-menu li a {
      color: #0070BB;
      padding: 4px 10px; }
  .header-component .desktop-nav ul li.dropdown a {
    padding: 18px 0 18px 13px; }
    .header-component .desktop-nav ul li.dropdown a i {
      padding-right: 13px; }
  .header-component .logout-register {
    font-weight: bold;
    margin: -2px; }
  .header-component .badge-cart {
    background-color: #588a10;
    margin-left: 3px; }
  .header-component .badge-cart-grey {
    background-color: #a9afb7; }
  .header-component .history-account-login-nav form {
    padding: 0;
    margin: 0;
    display: inline-block; }
  .header-component .desktop-nav .dropdown-menu {
    line-height: 1.42857; }
  .header-component .desktop-nav ul.dropdown-menu li {
    line-height: 1.42857;
    padding: 0px;
    width: 100%;
    border-bottom: 1px solid #d9d9d9; }
  .header-component .desktop-nav ul.dropdown-menu li a:hover {
    color: #fff;
    padding-bottom: 3px;
    border-bottom: 0px;
    background-color: #0099FF; }
  .header-component .desktop-nav .dropdown-menu > li > a {
    padding: 3px 20px;
    color: #0070BB; }
  .header-component .TransparentBtn {
    background-color: transparent;
    border-style: none;
    cursor: pointer;
    color: #0070BB;
    font-weight: bold;
    padding: 17px 13px;
    line-height: normal; }
  .header-component .desktop-nav .TransparentBtn:hover {
    color: #fff;
    text-decoration: none; }

@media (min-width: 768px) {
  .responsive .header-component {
    height: 50px; }
    .responsive .header-component .header-navigation-logo {
      height: 50px; }
      .responsive .header-component .header-navigation-logo img {
        height: 50px; }
    .responsive .header-component .desktop-nav .fa.fa-shopping-cart {
      position: relative;
      top: 3px; } }

.responsive-desktop .header-component {
  height: 50px; }
  .responsive-desktop .header-component .header-navigation-logo {
    height: 50px; }
    .responsive-desktop .header-component .header-navigation-logo img {
      height: 50px; }
  .responsive-desktop .header-component .desktop-nav .fa.fa-shopping-cart {
    position: relative;
    top: 3px; }

/* Content/css/modules/_mobile-menu.scss */
.mobile-menu {
  background: #004A85;
  background: -moz-linear-gradient(-45deg, #004A85 0%, #0099FF 100%);
  background: -webkit-linear-gradient(-45deg, #004A85 0%, #0099FF 100%);
  background: linear-gradient(135deg, #004A85 0%, #0099FF 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004A85', endColorstr='#0099FF', GradientType=1 );
  z-index: 101;
  position: fixed;
  top: 75px;
  color: #ffffff;
  bottom: 0;
  will-change: auto; }
  .mobile-menu a {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px; }
  .mobile-menu ul {
    padding: 0;
    margin: 0;
    height: 100%;
    overflow-y: scroll; }
  .mobile-menu li {
    list-style: none;
    padding: 20px 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    color: #ffffff; }
  .mobile-menu li.products {
    width: 100%;
    padding: 0; }
    .mobile-menu li.products a {
      padding: 20px 10px;
      display: inline-block;
      width: 100%; }
  .mobile-menu li.login {
    position: fixed;
    background: #004A85;
    bottom: 0;
    width: 100%;
    padding: 0; }
    .mobile-menu li.login a, .mobile-menu li.login p {
      padding: 20px 10px;
      display: inline-block;
      width: 100%; }
  .mobile-menu li:nth-last-child(2) {
    margin-bottom: 58px; }
  .mobile-menu li.mainmenu {
    background-color: #004A85;
    width: 100%;
    padding: 0; }
    .mobile-menu li.mainmenu a {
      padding: 20px 10px;
      display: inline-block;
      width: 100%; }
  .mobile-menu .subhead {
    color: #0070BB;
    font-weight: bold;
    font-size: 14px; }
  .mobile-menu .fa-angle-right {
    padding-left: 10px; }
  .mobile-menu .mobile-menu-title {
    color: rgba(255, 255, 255, 0.4);
    font-size: 12px;
    font-weight: bold;
    padding: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15); }
  .mobile-menu .mobile-menu-welcome-user {
    color: #ffffff;
    padding: 20px 10px;
    background-color: rgba(0, 0, 0, 0.15);
    border-bottom: 1px solid rgba(255, 255, 255, 0.15); }
  .mobile-menu .mobile-menu-welcome-logout {
    position: fixed;
    bottom: 0;
    margin-top: 60px; }
  .mobile-menu .mobile-menu-log-out {
    padding: 10px 10px;
    background-color: rgba(0, 0, 0, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.15); }
    .mobile-menu .mobile-menu-log-out .TransparentBtn {
      color: #ffffff;
      font-weight: normal; }

.mobile-menu:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 10px 15px;
  border-color: transparent transparent #0070BB transparent;
  position: absolute;
  top: -10px;
  right: 12px;
  opacity: 1; }

.scrollable_div {
  overflow: auto;
  height: 100%; }

.isOpen {
  -webkit-animation: slide-in-top 500ms cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  -moz-animation: slide-in-top 500ms cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  animation: slide-in-top 500ms cubic-bezier(0.55, 0.085, 0.68, 0.53) both; }

.isClose {
  -webkit-animation: slide-out-top 300ms cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  -moz-animation: slide-out-top 300ms cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  animation: slide-out-top 300ms cubic-bezier(0.55, 0.085, 0.68, 0.53) both; }

@-webkit-keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@-webkit-keyframes slide-out-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0; } }

@keyframes slide-out-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0; } }

.gdpr-bar {
  margin-bottom: 10px; }
  .gdpr-bar .gdpr-container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    font-size: 13px; }
  .gdpr-bar .gdpr-title {
    margin-top: 18px;
    margin-bottom: 9px;
    font-size: 2em;
    font-weight: 700; }
  .gdpr-bar .gdpr-link {
    font-size: 1.1em;
    font-weight: bold; }

.BG_overlay {
  background-color: #000;
  filter: alpha(opacity=25);
  -moz-opacity: 0.25;
  opacity: 0.25;
  position: fixed;
  z-index: 1;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%; }

.BG_overlayMacFFBGHack {
  /*background: url(css/macFFBgHack.png) repeat;*/
  background: rgba(0, 0, 0, 0.25); }

.currency-popup {
  display: none;
  /*padding: 40px 20px 0 20px;*/ }

.currency-close a {
  background: url(../../Images/sprite_icon.png) no-repeat scroll 0 -104px transparent;
  border: medium none;
  display: inline-block;
  float: right;
  height: 14px;
  margin: 10px 10px 0 20px;
  width: 14px;
  text-decoration: none; }

.currency-close a:hover {
  text-decoration: none; }

.m-btn-ghost.gdpr {
  padding: 6px 24px;
  font-size: 16.9px;
  line-height: 1.42857;
  font-weight: 700; }

/* Content/css/modules/_header.scss */
/* Content/css/elements/_search.scss */
.header-component1 div.search1 {
  margin-bottom: 15px;
  height: 45px;
  padding-top: 7px;
  background: #ffffff;
  border: none;
  z-index: 2;
  position: relative;
  box-shadow: none;
  /*& .selected {
        background: $light-grey;
        color: $primary-blue;        
        &:hover {
                color: $white;
        }
    }*/ }
  .header-component1 div.search1 .search-container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto; }
  .header-component1 div.search1 .dropdown-search-button {
    color: #585d62 !important;
    text-shadow: none !important;
    background-image: linear-gradient(#F2F2F2, #D7D7D7);
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0;
    height: 39px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border: 1px solid #a9afb7;
    border-radius: 4px 0 0 4px; }
    .header-component1 div.search1 .dropdown-search-button:hover {
      background: #D7D7D7;
      border: 1px solid #999; }
  .header-component1 div.search1 span.caret {
    position: absolute !important;
    top: 45%;
    right: 6px; }
  .header-component1 div.search1 input.form-control.search-input {
    height: 39px;
    padding: 4px 12px;
    border-top: 1px solid #a9afb7 !important;
    border-bottom: 1px solid #a9afb7 !important;
    border-right: none !important;
    border-left: 1px solid #a9afb7 !important;
    border-radius: 0 !important;
    position: relative;
    box-shadow: none;
    font-size: 14px; }
    .header-component1 div.search1 input.form-control.search-input:focus {
      border-right: none; }
  .header-component1 div.search1 ul.threeColumns {
    list-style: none;
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
    padding-left: 0; }
  .header-component1 div.search1 div.dropdown-menu {
    height: auto;
    padding: 15px 15px 30px 15px;
    font-size: 12px;
    border-radius: 0;
    left: -168px;
    margin-top: 5px;
    border: none;
    box-shadow: 0 -3px 6px rgba(0, 0, 0, 0.175);
    width: 710px; }
    .header-component1 div.search1 div.dropdown-menu ul ul.sub-list {
      margin: 0;
      padding: 0; }
    .header-component1 div.search1 div.dropdown-menu ul li {
      background: #ffffff;
      margin: 0;
      list-style-type: none;
      break-inside: avoid-column;
      -webkit-column-break-inside: avoid; }
      .header-component1 div.search1 div.dropdown-menu ul li a {
        color: #333333;
        font-size: 13px;
        display: block;
        white-space: pre-wrap;
        padding: 5px 10px;
        cursor: pointer; }
        .header-component1 div.search1 div.dropdown-menu ul li a:hover {
          text-decoration: none; }
      .header-component1 div.search1 div.dropdown-menu ul li:hover {
        background-color: #e7f3f9; }
    .header-component1 div.search1 div.dropdown-menu .scopeTitle {
      padding: 2px 10px;
      color: #333333;
      font-weight: bold;
      line-height: 1.42857143;
      font-size: 15px;
      width: 100%; }
  .header-component1 div.search1 .dropdown-menu:before {
    content: "";
    border-bottom: 30px solid #ffffff;
    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
    position: absolute;
    top: -14px;
    left: 175px; }
  .header-component1 div.search1 ul.mblScopeSearch {
    padding: 0;
    left: -20px;
    top: 40px; }
    .header-component1 div.search1 ul.mblScopeSearch li {
      border-bottom: 1px solid #e0e4e9; }
      .header-component1 div.search1 ul.mblScopeSearch li:hover {
        background-color: #e7f3f9; }
      .header-component1 div.search1 ul.mblScopeSearch li a {
        color: #333333;
        display: block;
        padding: 3px 10px;
        cursor: pointer; }
        .header-component1 div.search1 ul.mblScopeSearch li a:hover {
          background-color: #e7f3f9; }
    .header-component1 div.search1 ul.mblScopeSearch .scopeTitle {
      margin: 20px 0 0 10px;
      border: none;
      font-size: 14px;
      font-weight: bold; }
  .header-component1 div.search1 ul.mblScopeSearch:before {
    content: "";
    border-bottom: 30px solid #ffffff;
    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
    position: absolute;
    top: -14px;
    left: 26px; }
  .header-component1 div.search1 .search-button {
    color: #ffffff;
    font-size: 18px;
    background: #0070BB;
    background-image: -webkit-linear-gradient(top, #0070BB 0%, #004792 100%);
    background-image: -o-linear-gradient(top, #0070BB 0%, #004792 100%);
    background-image: linear-gradient(to bottom, #0070BB 0%, #004792 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0070BB', endColorstr='#FF004792', GradientType=0);
    padding: 4px 12px;
    text-shadow: none;
    border: 1px solid #a9afb7;
    border-radius: 0 4px 4px 0;
    height: 39px; }
    .header-component1 div.search1 .search-button .fa.fa-search {
      padding-top: 0; }
  .header-component1 div.search1 .search-button:hover {
    background: #0070BB;
    background-image: -webkit-linear-gradient(top, #0070BB 0%, #004792 10%);
    background-image: -o-linear-gradient(top, #0070BB 0%, #004792 10%);
    background-image: linear-gradient(to bottom, #0070BB 0%, #004792 10%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0070BB', endColorstr='#FF004792', GradientType=0);
    color: #ffffff; }
  .header-component1 div.search1 .headerSearchBox:focus {
    background-color: #ffffff; }
  .header-component1 div.search1 .headerSearchBox::-ms-clear {
    display: none; }
  .header-component1 div.search1 .search-container .checkboxes label {
    font-size: 11px;
    display: inline-block;
    padding-left: 10px; }
  .header-component1 div.search1 .checkbox-spacing {
    padding: 5px; }
  .header-component1 div.search1 input[type="radio"], .header-component1 div.search1 input[type="checkbox"] {
    line-height: normal;
    margin: 4px 0 0; }
  .header-component1 div.search1 label.stocked {
    margin-right: 10px; }
  .header-component1 div.search1 label {
    font-size: 12px;
    font-weight: normal;
    margin-top: 8px; }
  .header-component1 div.search1 .clear-input {
    right: 30px;
    border-right: 1px solid #d9d9d9; }
  .header-component1 div.search1 ::-ms-clear {
    display: none; }
  .header-component1 div.search1 .form-control-clear {
    z-index: 10;
    pointer-events: auto;
    cursor: pointer;
    color: #7f7f7f;
    padding-top: 12px; }
  .header-component1 div.search1 .fa-spinner {
    padding-top: 3px; }

.macnica-search .macnica-external-button {
  background: #76067b none repeat scroll 0 0;
  color: #fff;
  font-size: 20px;
  height: 45px;
  padding: 6px;
  position: absolute;
  text-align: center;
  top: -7px;
  width: 100%; }

.macnica-search i {
  vertical-align: middle; }

.macnica-search .macnica-Logo-Img {
  width: 143px; }

.macnica-search .macnica-external-button:hover {
  text-decoration: none; }

@media (min-width: 1200px) {
  .responsive .macnica-search,
  .responsive-desktop .header-component1 .macnica-search {
    padding-left: 0; } }

@media (max-width: 1200px) {
  .macnica-Logo-Img {
    width: 133px !important; } }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .header-component1 div.search1 input.form-control.search-input {
    margin-left: -1px; } }

/* Content/css/components/_mini-cart.scss */
.MiniCartSummary {
  padding-bottom: 2px;
  padding-top: 2px;
  padding-left: 0px;
  width: 100%;
  font-weight: bold;
  background-color: #cccccc; }

.miniCartColumn {
  border-color: #ffffff;
  width: 105px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }

.MiniCartExtendedPrice {
  float: right;
  background-color: #ffffff;
  width: 85px; }

.MiniCartRow {
  width: 105px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }

.MiniCartQtyRow {
  width: 75px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }

.MiniCartExtRow {
  text-align: right;
  width: 85px; }

.MiniCartTable {
  padding: 0; }

.miniCartFreeShipMsg {
  font-size: 10px;
  color: #6B6B6B;
  display: block; }

.divMsgLnkTotal {
  width: 100%;
  padding-top: 5px; }
  .divMsgLnkTotal hr {
    margin-bottom: 5px; }

.MiniCartRowError a, .MiniCartRowError td {
  color: #dc730a;
  background-color: #f9efe4;
  font-weight: bold; }

#tblSingeItem #divAll .miniCartError {
  float: none;
  font-weight: normal; }

#tblSingeItem #divAll .label {
  font-weight: bold; }

.miniCartError {
  font-size: 12px;
  color: #dc730a;
  float: right;
  font-weight: bold; }

.MiniCartMxImg {
  max-height: 80px;
  max-width: 80px; }

.MiniCartSubTotal {
  float: right;
  font-weight: bold; }

/*.MiniCartTitleBarHeight .ui-widget-content .ui-icon, .MiniCartTitleBarHeight .ui-icon, .MiniCartTitleBarHeight .ui-state-default .ui-icon
{
    background-image: none!important;
}*/
.m-buy-btn {
  background: transparent linear-gradient(to bottom, #87b53d 0%, #588a10 100%) repeat scroll 0 0;
  color: whitesmoke !important;
  text-decoration: none !important; }

.MiniCartPaging > .ui-state-disabled,
.MiniCartPaging > .ui-widget-content .ui-state-disabled,
.MiniCartPaging > .ui-state-default,
.MiniCartPaging > .ui-widget-content .ui-state-default,
.MiniCartPaging > .ui-state-default,
.MiniCartPaging > .ui-widget-content .ui-state-default {
  background: transparent !important;
  border: none !important; }

#tblMiniCart_wrapper .ui-toolbar {
  padding: 0 !important;
  height: 0 !important;
  border: none !important; }

#tblMiniCart th {
  color: #333 !important;
  border: 0 !important; }

#tblMiniCart {
  font-size: 12px !important; }

#tblMiniCart_wrapper .ui-toolbar {
  padding: 0;
  height: 0; }

.dataTables_paginate a.last, .dataTables_paginate a.first {
  border: 1px solid #a9afb7 !important;
  height: 29px; }

.dataTables_paginate a.first {
  border-bottom-left-radius: 4px !important;
  border-top-left-radius: 4px !important; }

.dataTables_paginate a.last {
  border-bottom-right-radius: 4px !important;
  border-top-right-radius: 4px !important; }

.dataTables_paginate a.last span, .dataTables_paginate a.first span {
  display: block; }

.dataTables_paginate a.last span:after {
  content: "\00BB"; }

.dataTables_paginate a.first span:after {
  content: "\00AB"; }

.dataTables_paginate .previous, .dataTables_paginate .next {
  display: none; }

/*    Modified exiting CSS    */
.MiniCartTitleBar {
  background: none repeat scroll 0 0 #ffffff !important;
  font-size: 13px;
  padding: 0.4em 1em;
  position: relative; }

.MiniCartUiDialog {
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.2); }

.MiniCartUiButtonset {
  margin-right: 0px; }

/*.MiniCartTitleBarHeight
{
    height: 18px !important;
    background: #ffffff !important;
}*/
.MiniCartUiDialog .MiniCartContent {
  padding: 0.5em;
  position: relative; }

.tblMiniCartSub {
  width: 260px;
  height: 142px;
  background-color: #E0E4E9;
  padding: 10px;
  border-collapse: separate; }

.tblMiniCartSub .label {
  padding-right: 4px; }

.tblMiniCartSub span {
  padding-right: 4px; }

.tblMiniCartSub hr {
  width: 98%; }

.MiniCartDescription {
  display: block; }

.minicart-content-wrap {
  border: 1px solid #e0e4e9 !important; }

.ui-widget-content .m-btn-buy {
  color: #f5f5f5;
  text-decoration: none; }

.ui-widget-content .m-btn-buy:focus, .ui-widget-content .m-btn-buy:active:focus,
.ui-widget-content .m-btn-buy.focus, .ui-widget-content .m-btn-buy.active:focus,
.ui-widget-content .m-btn-buy.focus:active, .ui-widget-content .m-btn-buy.active.focus {
  outline: none !important; }

.minicart-content-wrap::before {
  content: "";
  border-bottom: 10px solid #fff;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  position: absolute;
  top: -10px;
  right: 16px; }

.minicart-content-wrap::after {
  content: "";
  border-bottom: 12px solid #fff;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  position: absolute;
  top: -12px;
  right: 14px; }

.ui-dialog {
  overflow: visible; }

/*"Added to Cart" Modal*/
.MiniCartTitleBar div#wrapper, .MiniCartTitleBar div#divRest {
  float: left;
  position: relative;
  clear: both; }

.MiniCartTitleBar div#divLbl, .MiniCartTitleBar div#divHyp {
  float: left; }

.MiniCartTitleBar .label {
  padding: 0 10px 0 0;
  font-weight: bold;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 12px;
  color: #222222; }

.MiniCartTitleBar td {
  vertical-align: top;
  border-width: 0px;
  padding: 0; }

.MiniCartTitleBar .OnlyForPDPnSearch {
  width: 385px;
  padding-right: 12px; }

.MiniCartTitleBar .summaryTxt {
  font-weight: bold;
  padding-left: 5px; }

.MiniCartTitleBar .CartDialog {
  padding: 5px; }

.MiniCartTitleBar .cssChkhideModal label {
  color: #666666;
  font-size: 11px;
  font-weight: normal; }

.MiniCartTitleBar a.blue-button {
  background: url(../../images/sprite_btn.png) repeat-x scroll 0 0 transparent;
  border-radius: 3px 3px 3px 3px;
  color: #FFFFFF !important;
  display: inline-block;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 13px;
  padding: 2px 10px 19px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
  background-position: 0 0;
  border: 1px solid #004B85;
  height: 24px;
  margin: 0 2px;
  text-align: center;
  cursor: pointer;
  text-decoration: none !important;
  vertical-align: middle; }
  .MiniCartTitleBar a.blue-button:hover {
    background-position: 0 -23px;
    text-decoration: none; }

.MiniCartTitleBar a.continue {
  background: url(../../images/sprite_btn.png) repeat-x scroll 0 0 #588A10;
  border-radius: 3px 3px 3px 3px;
  color: #FFFFFF !important;
  display: inline-block;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 13px;
  padding: 2px 10px 5px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
  background-position: 0 -46px;
  border: 1px solid #588A10;
  height: 24px;
  cursor: pointer;
  height: 25px;
  padding: 3px 10px 0;
  text-decoration: none !important; }
  .MiniCartTitleBar a.continue:hover {
    background-position: 0 -69px;
    text-decoration: none; }

.MiniCartTitleBar hr {
  margin: 3px 0;
  background: #CCC;
  width: 100%;
  height: 1px;
  color: #CCC;
  border: none; }

.MiniCartTitleBar .showHorizontalMargin {
  display: block !important;
  margin-bottom: 10px !important; }

.MiniCartTitleBar .showHorizontal {
  display: block !important; }

#miniCartOnly .dark-med-orange, #miniCartOnly .dark-med-orange a, #miniCartOnly .dark-med-orange a:active, #miniCartOnly .dark-med-orange a :visited .dark-med-orange a:link {
  color: #dc730a; }

#miniCartOnly .floatright {
  float: right; }

/* Content/scss/elements/_buttons.scss */
.btn-primary {
  color: #ffffff;
  border: 1px solid #004792;
  background: #0070BB;
  background-image: -webkit-linear-gradient(top, #0070BB 0%, #004792 100%);
  background-image: -o-linear-gradient(top, #0070BB 0%, #004792 100%);
  background-image: linear-gradient(to bottom, #0070BB 0%, #004792 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0070BB', endColorstr='#FF004792', GradientType=0); }
  .btn-primary:hover, .btn-primary:focus, .btn-primary.focus {
    color: #ffffff;
    background: #0070BB;
    background-image: -webkit-linear-gradient(top, #0070BB 0%, #004792 10%);
    background-image: -o-linear-gradient(top, #0070BB 0%, #004792 10%);
    background-image: linear-gradient(to bottom, #0070BB 0%, #004792 10%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0070BB', endColorstr='#FF004792', GradientType=0); }

/* Secondary Button */
.btn-secondary {
  color: #ffffff;
  border: 1px solid #585d62;
  background: #757575;
  background-image: -webkit-linear-gradient(top, #757575 0%, #585d62 100%);
  background-image: -o-linear-gradient(top, #757575 0%, #585d62 100%);
  background-image: linear-gradient(to bottom, #757575 0%, #585d62 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF757575', endColorstr='#FF585D62', GradientType=0); }
  .btn-secondary:hover, .btn-secondary:focus, .btn-secondary.focus {
    color: #ffffff;
    background: #757575;
    background-image: -webkit-linear-gradient(top, #757575 0%, #585d62 10%);
    background-image: -o-linear-gradient(top, #757575 0%, #585d62 10%);
    background-image: linear-gradient(to bottom, #757575 0%, #585d62 10%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF757575', endColorstr='#FF585D62', GradientType=0); }

.btn-buy {
  color: #ffffff;
  border: 1px solid #275500;
  background: #507E11;
  background-image: -webkit-linear-gradient(top, #507E11 0%, #275500 100%);
  background-image: -o-linear-gradient(top, #507E11 0%, #275500 100%);
  background-image: linear-gradient(to bottom, #507E11 0%, #275500 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF507E11', endColorstr='#FF275500', GradientType=0); }
  .btn-buy:hover, .btn-buy:focus, .btn-buy.focus {
    color: #ffffff;
    background: #507E11;
    background-image: -webkit-linear-gradient(top, #507E11 0%, #275500 10%);
    background-image: -o-linear-gradient(top, #507E11 0%, #275500 10%);
    background-image: linear-gradient(to bottom, #507E11 0%, #275500 10%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF507E11', endColorstr='#FF275500', GradientType=0); }

.btn-special {
  color: #333333;
  border: 1px solid #F07C00;
  background: #FFBC3F;
  background-image: -webkit-linear-gradient(top, #FFBC3F 0%, #F07C00 100%);
  background-image: -o-linear-gradient(top, #FFBC3F 0%, #F07C00 100%);
  background-image: linear-gradient(to bottom, #FFBC3F 0%, #F07C00 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFBC3F', endColorstr='#FFF07C00', GradientType=0); }
  .btn-special:hover, .btn-special:focus, .btn-special.focus {
    color: #333333;
    background: #FFBC3F;
    background-image: -webkit-linear-gradient(top, #FFBC3F 0%, #F07C00 10%);
    background-image: -o-linear-gradient(top, #FFBC3F 0%, #F07C00 10%);
    background-image: linear-gradient(to bottom, #FFBC3F 0%, #F07C00 10%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFBC3F', endColorstr='#FFF07C00', GradientType=0); }

.btn-default {
  color: #ffffff;
  border: 1px solid #585d62;
  background: #757575;
  background-image: -webkit-linear-gradient(top, #757575 0%, #585d62 100%);
  background-image: -o-linear-gradient(top, #757575 0%, #585d62 100%);
  background-image: linear-gradient(to bottom, #757575 0%, #585d62 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF757575', endColorstr='#FF585D62', GradientType=0); }
  .btn-default:hover, .btn-default:focus, .btn-default.focus {
    color: #ffffff;
    background: #757575;
    background-image: -webkit-linear-gradient(top, #757575 0%, #585d62 10%);
    background-image: -o-linear-gradient(top, #757575 0%, #585d62 10%);
    background-image: linear-gradient(to bottom, #757575 0%, #585d62 10%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF757575', endColorstr='#FF585D62', GradientType=0); }

.btn-ghost {
  border: 1px solid #ffffff;
  color: #ffffff;
  background: transparent; }

.btn-ghost:hover, .btn-ghost:focus, .btn-ghost.focus {
  background: #f5f5f5;
  color: #585d62; }

/* Content/css/modules/_global-action-bar.scss */
.global-action-bar1 {
  background: #ffffff;
  margin: 0;
  padding: 0;
  height: 30px;
  line-height: 28px;
  vertical-align: middle;
  font-size: 11px !important;
  z-index: 101; }
  .global-action-bar1 .global-action-bar-container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto; }
  .global-action-bar1 .location-language-currency select {
    border: 0;
    color: #7f7f7f;
    -webkit-appearance: menulist-button;
    /* WebKit/Chromium */
    -moz-appearance: none;
    /* Gecko */ }
  .global-action-bar1 .location-language-currency select::-ms-expand {
    display: none; }
  .global-action-bar1 .location-language-currency {
    text-align: right;
    color: #585d62; }
    .global-action-bar1 .location-language-currency .gbSingleCurr {
      padding-right: 10px; }
    .global-action-bar1 .location-language-currency a {
      color: #585d62; }
    .global-action-bar1 .location-language-currency div {
      display: inline; }
    .global-action-bar1 .location-language-currency .dropdown.open a.dropdown-toggle {
      border-radius: 3px 3px 0px 0px;
      border: 1px solid #ccc;
      border-bottom: 1px solid #fff;
      background: #fff;
      padding: 6px;
      text-decoration: none;
      position: relative; }
    .global-action-bar1 .location-language-currency .aLang {
      margin-right: -3px; }
    .global-action-bar1 .location-language-currency .jsSelectedCurrency {
      display: none; }
    .global-action-bar1 .location-language-currency a.dropdown-toggle {
      padding: 6px;
      border: 1px solid #fff;
      border-bottom: 0;
      margin-bottom: -1px;
      z-index: 10;
      text-decoration: none;
      cursor: pointer; }
      .global-action-bar1 .location-language-currency a.dropdown-toggle:hover {
        text-decoration: none; }
      .global-action-bar1 .location-language-currency a.dropdown-toggle .fa {
        padding-left: 5px; }
    .global-action-bar1 .location-language-currency .dropdown-menu {
      font-size: 11px;
      border-top: 1px solid #ccc;
      z-index: 1;
      min-width: 120px;
      padding: 10px;
      margin-top: 6px;
      border-top-right-radius: 0;
      border-top-left-radius: 0; }
      .global-action-bar1 .location-language-currency .dropdown-menu li {
        padding-left: 0; }
        .global-action-bar1 .location-language-currency .dropdown-menu li a {
          padding: 3px 5px 3px 20px;
          font-size: 13px;
          color: #333333;
          cursor: pointer; }
          .global-action-bar1 .location-language-currency .dropdown-menu li a:hover {
            background-color: #e7f3f9 !important;
            color: #333333; }
        .global-action-bar1 .location-language-currency .dropdown-menu li:hover {
          background-color: #e7f3f9 !important;
          color: #333333; }
    .global-action-bar1 .location-language-currency .ddCurr {
      min-width: 0; }
    .global-action-bar1 .location-language-currency .navbar-right {
      float: none !important;
      margin-right: 0;
      padding-right: 5px; }
  .global-action-bar1 .divider {
    padding: 0 5px;
    color: #585d62;
    font-size: 14px; }
  .global-action-bar1 .copyright {
    color: #a9afb7; }
  .global-action-bar1 .location-flag {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2); }
  .global-action-bar1 .fa, .global-action-bar1 .tdFlagLabel, .global-action-bar1 .tdFlag {
    padding-right: 5px; }
  .global-action-bar1 .tdFlagLabel:hover {
    text-decoration: underline; }
  .global-action-bar1 #lnkLocation {
    text-decoration: none;
    margin-right: 5px; }
  .global-action-bar1 .truncate {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #585d62; }
    .global-action-bar1 .truncate a {
      color: #585d62; }
  .global-action-bar1 select:focus {
    background-color: none;
    border: none !important; }

@-moz-document url-prefix() {
  .global-action-bar1 .location-language-currency .dropdown.open a.lnkCurr {
    right: -3px; } }

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  .global-action-bar1 .location-language-currency .aLang {
    margin-right: 0; } }

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  .global-action-bar1 .location-language-currency .aLang {
    margin-right: 0; } }

.header-component1 {
  background: #fff;
  position: relative;
  z-index: 100;
  margin-bottom: 10px;
  /*height: $header-height-xs;*/ }
  .header-component1 .header-mid-container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px; }
    .header-component1 .header-mid-container .dropdown-menu {
      border-radius: 0; }
  .header-component1 .xsPunchoutCopyRt span {
    color: #a9afb7;
    font-size: 12px; }
  .header-component1 .header-logo {
    height: 45px; }
    .header-component1 .header-logo a {
      text-decoration: none; }
      .header-component1 .header-logo a span {
        display: inline-block;
        text-indent: -2000px; }
      .header-component1 .header-logo a img {
        height: 45px;
        padding: 5px 0; }
      .header-component1 .header-logo a h1 {
        font-size: 12px; }
  .header-component1 .TransparentBtn {
    background-color: transparent;
    border-style: none;
    cursor: pointer;
    color: #0070BB;
    font-weight: bold;
    padding: 17px 13px;
    line-height: normal; }
  .header-component1 .desktop-nav .TransparentBtn:hover {
    color: #fff;
    text-decoration: none; }

@media (min-width: 768px) {
  .responsive .header-component1 {
    /*height: $header-height-sm;*/ }
    .responsive .header-component1 .header-logo {
      height: 52px; }
      .responsive .header-component1 .header-logo img {
        height: 52px; } }

.responsive-desktop .header-component1 {
  /*height: $header-height-sm;*/ }
  .responsive-desktop .header-component1 .header-logo {
    height: 52px; }
    .responsive-desktop .header-component1 .header-logo img {
      height: 52px; }

.macnica .header-component1 .macnica-link {
  top: 15px; }

/* Content/css/modules/_header-navigation.scss */
#mblMenu {
  color: #ffffff;
  min-height: 40px;
  text-align: center;
  text-decoration: none;
  background-color: inherit;
  border: none;
  padding-top: 4px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 4px; }

.header-navigation1 {
  background: #0070BB;
  margin: 0;
  padding: 0;
  height: 50px;
  vertical-align: middle;
  font-size: 11px !important;
  z-index: 2; }
  .header-navigation1 .header-navigation-container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto; }
    .header-navigation1 .header-navigation-container .floatright {
      margin: 0; }
    .header-navigation1 .header-navigation-container .navMenuHome:after {
      content: "";
      border-bottom: 12px solid #ffffff;
      border-right: 12px solid transparent;
      border-left: 12px solid transparent;
      position: absolute;
      bottom: -1px;
      left: 40px; }
    .header-navigation1 .header-navigation-container .dropdown-menu:before {
      content: "";
      border-bottom: 10px solid #ffffff;
      border-right: 10px solid transparent;
      border-left: 10px solid transparent;
      position: absolute;
      top: -10px;
      z-index: 10; }
    .header-navigation1 .header-navigation-container .dropdown-menu:after {
      content: "";
      border-bottom: 12px solid #ffffff;
      border-right: 12px solid transparent;
      border-left: 12px solid transparent;
      position: absolute;
      top: -12px;
      z-index: 9; }
    .header-navigation1 .header-navigation-container .hdrSmlNavMenu {
      margin-top: 13px; }
      .header-navigation1 .header-navigation-container .hdrSmlNavMenu a {
        color: #ffffff;
        padding: 16px 15px;
        font-size: 15px;
        text-decoration: none;
        text-transform: uppercase; }
        .header-navigation1 .header-navigation-container .hdrSmlNavMenu a .fa-bars {
          font-size: 21px;
          margin-right: 7px; }
    .header-navigation1 .header-navigation-container .hdrNavLnks {
      display: inline-block;
      padding: 0 5px;
      vertical-align: top; }
      .header-navigation1 .header-navigation-container .hdrNavLnks ul {
        margin: 0; }
        .header-navigation1 .header-navigation-container .hdrNavLnks ul li {
          display: inline-block;
          padding: 0 14px;
          line-height: 48px; }
          .header-navigation1 .header-navigation-container .hdrNavLnks ul li a {
            border-style: none;
            cursor: pointer;
            color: #ffffff;
            font-weight: normal;
            font-size: 14px; }
          .header-navigation1 .header-navigation-container .hdrNavLnks ul li .dropdown-menu {
            border-radius: 0;
            box-shadow: none; }
    .header-navigation1 .header-navigation-container .hdrAccntOrdLnk {
      height: 50px; }
      .header-navigation1 .header-navigation-container .hdrAccntOrdLnk .accntOrdMdLg a.dpAccntLnk {
        line-height: 12px;
        padding-top: 10%;
        padding-bottom: 14%; }
      .header-navigation1 .header-navigation-container .hdrAccntOrdLnk .dropdown {
        display: inline; }
        .header-navigation1 .header-navigation-container .hdrAccntOrdLnk .dropdown a {
          color: #ffffff; }
      .header-navigation1 .header-navigation-container .hdrAccntOrdLnk .dropdown-menu {
        width: 260px;
        border-radius: 0;
        margin-top: 0;
        box-shadow: 0 0 0;
        padding: 15px 10px;
        left: -57px; }
        .header-navigation1 .header-navigation-container .hdrAccntOrdLnk .dropdown-menu li a {
          float: left; }
        .header-navigation1 .header-navigation-container .hdrAccntOrdLnk .dropdown-menu:before {
          right: 122px; }
        .header-navigation1 .header-navigation-container .hdrAccntOrdLnk .dropdown-menu:after {
          right: 120px; }
        .header-navigation1 .header-navigation-container .hdrAccntOrdLnk .dropdown-menu a {
          line-height: normal; }
      .header-navigation1 .header-navigation-container .hdrAccntOrdLnk a {
        line-height: 50px;
        border-style: none;
        cursor: pointer;
        color: #ffffff;
        font-weight: normal;
        font-size: 14px;
        float: right; }
      .header-navigation1 .header-navigation-container .hdrAccntOrdLnk .hdrActLnks {
        top: 50px;
        border-left-width: 0; }
        .header-navigation1 .header-navigation-container .hdrAccntOrdLnk .hdrActLnks li {
          padding-left: 10px; }
          .header-navigation1 .header-navigation-container .hdrAccntOrdLnk .hdrActLnks li a {
            color: #333333;
            padding: 5px 0; }
            .header-navigation1 .header-navigation-container .hdrAccntOrdLnk .hdrActLnks li a:hover {
              color: #0070BB;
              text-decoration: underline;
              background-color: #ffffff; }
        .header-navigation1 .header-navigation-container .hdrAccntOrdLnk .hdrActLnks .logout {
          background-color: transparent;
          border-style: none;
          cursor: pointer;
          padding: 0;
          line-height: normal;
          font-size: 14px;
          color: #333333; }
          .header-navigation1 .header-navigation-container .hdrAccntOrdLnk .hdrActLnks .logout:hover {
            color: #0070BB; }
      .header-navigation1 .header-navigation-container .hdrAccntOrdLnk .hdrLogin {
        text-align: center;
        top: 50px; }
        .header-navigation1 .header-navigation-container .hdrAccntOrdLnk .hdrLogin a {
          color: #333333;
          float: none; }
        .header-navigation1 .header-navigation-container .hdrAccntOrdLnk .hdrLogin .btn {
          padding-top: 6px !important;
          width: 200px;
          height: 30px;
          border: 1px solid #004792; }
        .header-navigation1 .header-navigation-container .hdrAccntOrdLnk .hdrLogin .register {
          color: #333333;
          margin-top: 10px; }
          .header-navigation1 .header-navigation-container .hdrAccntOrdLnk .hdrLogin .register a {
            font-size: 13px;
            color: #0070BB; }
        .header-navigation1 .header-navigation-container .hdrAccntOrdLnk .hdrLogin .ordHst {
          margin-top: 10px;
          border-top: 1px solid #d9d9d9; }
          .header-navigation1 .header-navigation-container .hdrAccntOrdLnk .hdrLogin .ordHst a {
            font-size: 13px;
            padding-top: 10px;
            color: #0070BB;
            float: left; }
    .header-navigation1 .header-navigation-container .logout-register {
      font-weight: bold;
      margin: -2px; }
    .header-navigation1 .header-navigation-container .miniCart {
      height: 50px;
      display: inline-block; }
      .header-navigation1 .header-navigation-container .miniCart a {
        text-decoration: none; }
      .header-navigation1 .header-navigation-container .miniCart .badge-cart, .header-navigation1 .header-navigation-container .miniCart .badge-cart-grey {
        background-color: transparent;
        margin-left: 3px;
        margin-top: 15px;
        border: 1px solid #ffffff;
        font-size: 14px; }
      .header-navigation1 .header-navigation-container .miniCart:hover .badge-cart {
        background-color: transparent; }
  .header-navigation1 .mainHdrNav {
    padding-right: 0; }
  .header-navigation1 .rightNavLnks {
    text-align: right;
    padding-right: 10px;
    padding-left: 0; }
    .header-navigation1 .rightNavLnks .mblUserAccnt {
      display: inline; }
      .header-navigation1 .rightNavLnks .mblUserAccnt .dropdown-toggle {
        padding-right: 20px;
        font-size: 27px; }
      .header-navigation1 .rightNavLnks .mblUserAccnt div.dropdown-menu {
        margin-top: 10px;
        left: -150px;
        width: 255px;
        text-align: center;
        min-height: 75px;
        border-radius: 0; }
        .header-navigation1 .rightNavLnks .mblUserAccnt div.dropdown-menu .uid-m-primary-btn {
          padding-top: 6px !important; }
        .header-navigation1 .rightNavLnks .mblUserAccnt div.dropdown-menu:after {
          content: "";
          border-bottom: 12px solid #ffffff;
          border-right: 12px solid transparent;
          border-left: 12px solid transparent;
          position: absolute;
          top: -12px;
          left: 165px;
          z-index: 9; }
        .header-navigation1 .rightNavLnks .mblUserAccnt div.dropdown-menu a.confirmDialog {
          color: #333333;
          font-size: 14px;
          margin: 10px;
          float: left; }
          .header-navigation1 .rightNavLnks .mblUserAccnt div.dropdown-menu a.confirmDialog:hover {
            color: #0070BB;
            text-decoration: underline; }
      .header-navigation1 .rightNavLnks .mblUserAccnt .Logbtn {
        margin: 15px;
        width: 220px;
        min-height: 35px; }
      .header-navigation1 .rightNavLnks .mblUserAccnt .register {
        color: #333333;
        margin-bottom: 15px; }
        .header-navigation1 .rightNavLnks .mblUserAccnt .register a {
          font-size: 13px;
          color: #0070BB;
          padding: 0; }
    .header-navigation1 .rightNavLnks .mblMiniCart {
      font-size: 27px; }
    .header-navigation1 .rightNavLnks .punchoutlnks {
      margin: 15px 0; }
      .header-navigation1 .rightNavLnks .punchoutlnks a {
        color: rgba(255, 255, 255, 0.85);
        font-size: 14px;
        padding: 5px 10px; }
  .header-navigation1 .header-mobile-icons {
    padding-right: 0;
    padding-left: 0;
    height: 45px;
    font-size: 30px; }
    .header-navigation1 .header-mobile-icons .miniCart {
      height: 50px;
      padding-right: 5px; }
      .header-navigation1 .header-mobile-icons .miniCart a {
        text-decoration: none; }
      .header-navigation1 .header-mobile-icons .miniCart .badge-cart, .header-navigation1 .header-mobile-icons .miniCart .badge-cart-grey {
        background-color: transparent;
        display: inline-block;
        border: 1px solid #ffffff;
        font-size: 14px; }
      .header-navigation1 .header-mobile-icons .miniCart:hover .badge-cart {
        background-color: transparent; }
    .header-navigation1 .header-mobile-icons .fa.fa-user-circle .logout {
      color: #a9afb7; }
    .header-navigation1 .header-mobile-icons .fa.fa-shopping-cart {
      font-size: 0.9em; }
    .header-navigation1 .header-mobile-icons a {
      color: #ffffff;
      min-height: 40px;
      padding: 10px 15px 11px;
      text-align: center;
      text-decoration: none; }
      .header-navigation1 .header-mobile-icons a:hover {
        text-decoration: none; }
    .header-navigation1 .header-mobile-icons .green-shopping-cart:after {
      content: "";
      width: 10px;
      height: 10px;
      background: #588a10;
      position: absolute;
      float: right;
      top: 10px;
      right: 61px;
      border: 1px solid #ffffff;
      border-radius: 50%; }
    .header-navigation1 .header-mobile-icons .fa.fa-times {
      position: absolute;
      top: 16px;
      right: 20px;
      padding: 0;
      text-decoration: none; }
      .header-navigation1 .header-mobile-icons .fa.fa-times:hover {
        opacity: 1; }
    .header-navigation1 .header-mobile-icons .logout {
      color: #a9afb7; }
  .header-navigation1 .background-hamburgerColor {
    background-color: #004A85;
    text-decoration: none; }

.uid-m-primary-btn {
  background: transparent linear-gradient(to bottom, #0070BB 0%, #004792 100%) repeat scroll 0 0 !important;
  color: #ffffff !important;
  border-radius: 3px !important;
  padding: 3px 10px 5px !important;
  font-size: 13px !important; }

.uid-m-secondary-btn {
  background: transparent linear-gradient(to bottom, #7f7f7f 0%, #585d62 100%) repeat scroll 0 0 !important;
  color: whitesmoke !important;
  border-radius: 3px !important;
  padding: 3px 10px 5px !important;
  font-size: 13px !important; }

.catFlyouts ul.twoColumns {
  list-style: none;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  padding-left: 0; }

.catFlyouts div.subCategoryFlyout {
  z-index: 100;
  display: none;
  position: absolute;
  top: 0;
  left: 244px;
  background-color: #ffffff;
  border: 1px solid #CCCCCC;
  border-left: none;
  box-shadow: none;
  letter-spacing: 0.03em;
  padding: 0;
  max-width: 500px;
  margin-top: 4px;
  border-radius: 0px;
  width: 100%; }
  .catFlyouts div.subCategoryFlyout .bgImg {
    background-repeat: no-repeat;
    background-position: right 0 bottom 0;
    height: 100%; }
  .catFlyouts div.subCategoryFlyout .catName {
    border-bottom: none;
    text-align: left;
    padding: 10px 0 10px 20px; }
    .catFlyouts div.subCategoryFlyout .catName span {
      font-size: 16px;
      color: #333333;
      font-weight: bold; }
    .catFlyouts div.subCategoryFlyout .catName span.spnCount {
      font-size: 14px;
      color: #585d62;
      font-weight: normal; }
  .catFlyouts div.subCategoryFlyout .listSubCats {
    padding-right: 10px; }
  .catFlyouts div.subCategoryFlyout ul.sub-list {
    margin: 0;
    padding: 0; }
  .catFlyouts div.subCategoryFlyout li {
    list-style-type: none; }
  .catFlyouts div.subCategoryFlyout .listTab {
    margin: 0;
    width: 240px;
    padding: 2px 15px;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden; }
    .catFlyouts div.subCategoryFlyout .listTab .navMenu li li:hover {
      background-color: #ffffff; }
    .catFlyouts div.subCategoryFlyout .listTab a {
      color: #333333;
      font-size: 13px;
      white-space: normal;
      display: inline-block; }
      .catFlyouts div.subCategoryFlyout .listTab a:hover {
        background-color: #ffffff;
        color: #0070BB;
        font-weight: normal; }
    .catFlyouts div.subCategoryFlyout .listTab .listTagStyle {
      padding: 2px 10px; }
  .catFlyouts div.subCategoryFlyout .catImgDiv {
    position: absolute;
    bottom: 0; }

.catFlyouts .newProdCont {
  position: relative;
  height: 100%;
  margin-left: 15px; }
  .catFlyouts .newProdCont .newProdHdr {
    margin-top: 10px;
    padding: 10px 20px 12px 0;
    vertical-align: top;
    font-size: 16px; }
    .catFlyouts .newProdCont .newProdHdr a {
      float: right;
      font-size: 13px;
      margin-top: 2px;
      color: #0070BB; }
  .catFlyouts .newProdCont .mega-new-products {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 88%; }
    .catFlyouts .newProdCont .mega-new-products .new-product-item {
      padding: 0 10px 0 0; }
      .catFlyouts .newProdCont .mega-new-products .new-product-item div {
        text-align: center;
        margin: 10px 0;
        padding: 0 5px; }
        .catFlyouts .newProdCont .mega-new-products .new-product-item div div.img-link {
          display: block;
          background: #e0e4e9;
          padding: 10px 0;
          margin: 0 0 8px; }
        .catFlyouts .newProdCont .mega-new-products .new-product-item div div.img-link:hover {
          opacity: 0.5; }
        .catFlyouts .newProdCont .mega-new-products .new-product-item div div.img-link img {
          margin: 0 auto;
          max-height: 60px; }
        .catFlyouts .newProdCont .mega-new-products .new-product-item div div.text-link {
          font-size: 13px;
          font-weight: bold;
          color: #666; }
        .catFlyouts .newProdCont .mega-new-products .new-product-item div div.text-link:hover {
          color: #3d83c2; }

@media (min-width: 768px) {
  .responsive .header-navigation1 .fa.fa-shopping-cart {
    color: #ffffff;
    position: relative;
    top: 11px;
    font-size: 1.5em; } }

.responsive-desktop .header-navigation1 .fa.fa-shopping-cart {
  color: #ffffff;
  position: relative;
  top: 11px;
  font-size: 1.5em; }

.macnica .header-navigation1 {
  background: #76067b none repeat scroll 0 0; }
  .macnica .header-navigation1 a.background-hamburgerColor {
    background-color: #5f0563;
    text-decoration: none; }

@-moz-document url-prefix() {
  .header-navigation1 .header-navigation-container .hdrAccntOrdLnk .hdrLogin, .header-navigation1 .header-navigation-container .hdrAccntOrdLnk .hdrActLnks {
    top: 60px; } }

@media (max-width: 1065px) {
  .header-navigation1 .header-navigation-container .hdrAccntOrdLnk .accntOrdMdLg a.dpAccntLnk {
    padding-top: 12%; }
  body.ru-RU .header-navigation1 .header-navigation-container .hdrAccntOrdLnk .accntOrdMdLg a.dpAccntLnk {
    padding-top: 9%; } }

@media screen and (max-width: 1165px) and (min-width: 1066px) {
  .header-navigation1 .header-navigation-container .hdrAccntOrdLnk .accntOrdMdLg a.dpAccntLnk {
    padding-top: 11%; }
  body.ru-RU .header-navigation1 .header-navigation-container .hdrAccntOrdLnk .accntOrdMdLg a.dpAccntLnk {
    padding-top: 9%; } }

body.zh-CHS .header-navigation1 .header-navigation-container .hdrNavMenu ul.dropdown-menu:after,
body.zh-CHT .header-navigation1 .header-navigation-container .hdrNavMenu ul.dropdown-menu:after,
body.zh-CN .header-navigation1 .header-navigation-container .hdrNavMenu ul.dropdown-menu:after, body.ko-KR .header-navigation1 .header-navigation-container .hdrNavMenu ul.dropdown-menu:after, body.ja-JP .header-navigation1 .header-navigation-container .hdrNavMenu ul.dropdown-menu:after {
  left: 18px; }

body.zh-CHS .header-navigation1 .header-navigation-container .hdrNavMenu ul.dropdown-menu:before,
body.zh-CHT .header-navigation1 .header-navigation-container .hdrNavMenu ul.dropdown-menu:before,
body.zh-CN .header-navigation1 .header-navigation-container .hdrNavMenu ul.dropdown-menu:before, body.ko-KR .header-navigation1 .header-navigation-container .hdrNavMenu ul.dropdown-menu:before, body.ja-JP .header-navigation1 .header-navigation-container .hdrNavMenu ul.dropdown-menu:before {
  left: 20px; }

body.zh-CHS .header-navigation1 .header-navigation-container .navMenuHome:after,
body.zh-CHT .header-navigation1 .header-navigation-container .navMenuHome:after,
body.zh-CN .header-navigation1 .header-navigation-container .navMenuHome:after, body.ko-KR .header-navigation1 .header-navigation-container .navMenuHome:after, body.ja-JP .header-navigation1 .header-navigation-container .navMenuHome:after {
  left: 10px; }

/* Content/css/modules/_mobile-menu.scss */
.mobile-menu-new {
  background-color: #004A85;
  z-index: 101;
  position: fixed;
  color: #ffffff;
  bottom: 0;
  will-change: auto;
  overflow-y: auto;
  overflow-x: hidden; }
  .mobile-menu-new a {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    display: inline-block;
    width: 100%; }
  .mobile-menu-new .macnica-menu {
    font-size: 20px; }
  .mobile-menu-new ul {
    padding: 20px 10px 0;
    margin: 0;
    height: 100%; }
  .mobile-menu-new li {
    list-style: none;
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.33);
    color: #ffffff; }
    .mobile-menu-new li a {
      padding: 13px 0 13px 10px;
      font-size: 15px; }
      .mobile-menu-new li a .fa-caret-right {
        padding-right: 15px; }
      .mobile-menu-new li a:active {
        color: #ffffff; }
    .mobile-menu-new li .spnCount {
      color: #ffffff;
      opacity: 0.5; }
    .mobile-menu-new li:last-child {
      margin-bottom: 10px; }
  .mobile-menu-new li.products {
    width: 100%; }
    .mobile-menu-new li.products a {
      display: inline-block;
      width: 100%;
      font-weight: bold;
      font-size: 16px;
      padding: 13px 10px; }
  .mobile-menu-new li.login {
    position: fixed;
    background: #004A85;
    bottom: 0;
    width: 100%;
    padding: 0; }
    .mobile-menu-new li.login a, .mobile-menu-new li.login p {
      padding: 20px 10px;
      display: inline-block;
      width: 100%; }
  .mobile-menu-new .mainmenu {
    background-color: #004A85;
    width: 100%;
    border-bottom: 1px solid rgba(0, 74, 133, 0.5);
    -webkit-box-shadow: -2px 7px 15px -4px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: -2px 7px 15px -4px rgba(0, 0, 0, 0.45);
    box-shadow: -2px 7px 15px -4px rgba(0, 0, 0, 0.45);
    padding: 38px 0 25px; }
    .mobile-menu-new .mainmenu a {
      padding: 25px 10px;
      display: inline-block;
      width: 100%;
      color: rgba(255, 255, 255, 0.65);
      font-size: 16px; }
      .mobile-menu-new .mainmenu a i {
        border: 1px solid rgba(255, 255, 255, 0.2);
        padding: 10px 13px;
        border-radius: 3px;
        margin-right: 15px; }
  .mobile-menu-new .divTitle {
    list-style: none;
    padding: 0 10px;
    color: #ffffff;
    width: 100%; }
    .mobile-menu-new .divTitle a {
      font-size: 15px;
      text-transform: uppercase; }
    .mobile-menu-new .divTitle .spnTitle {
      padding: 30px 10px 12px;
      display: inline-block;
      border-bottom: 1px solid rgba(255, 255, 255, 0.33);
      width: 92%; }
    .mobile-menu-new .divTitle .spnCount {
      color: #ffffff;
      opacity: 0.5; }
  .mobile-menu-new .fa-angle-right {
    padding-left: 10px; }
  .mobile-menu-new .mobile-menu-title {
    color: rgba(255, 255, 255, 0.4);
    font-size: 12px;
    font-weight: bold;
    padding: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15); }
  .mobile-menu-new .mobile-menu-welcome-user {
    color: #ffffff;
    padding: 20px 10px;
    background-color: rgba(0, 0, 0, 0.15);
    border-bottom: 1px solid rgba(255, 255, 255, 0.15); }
  .mobile-menu-new .mobile-menu-welcome-logout {
    position: fixed;
    bottom: 0;
    margin-top: 60px; }
  .mobile-menu-new .mobile-menu-log-out {
    padding: 10px 10px;
    background-color: rgba(0, 0, 0, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.15); }
    .mobile-menu-new .mobile-menu-log-out .TransparentBtn {
      color: #ffffff;
      font-weight: normal; }
  .mobile-menu-new .isOpen-inright {
    height: 100%; }
    .mobile-menu-new .isOpen-inright ul {
      padding-top: 0; }

@media (min-width: 768px) {
  .responsive .mblIsOpen, .responsive .isOpen-inright {
    width: 50%; } }

.responsive-desktop .mblIsOpen, .responsive-desktop .isOpen-inright {
  width: 50%; }

.scrollable_div {
  overflow: auto;
  height: 100%; }

.macnica-mobile-menu {
  background-color: #5f0563; }
  .macnica-mobile-menu li.mainmenu {
    background-color: #5f0563; }
  .macnica-mobile-menu .mainmenu {
    background-color: #5f0563;
    border-bottom: 1px solid rgba(95, 5, 99, 0.5);
    /*box-shadow: 0 4px 2px -2px rgba(#000, 0.2%);*/
    -webkit-box-shadow: -10px 23px 30px -15px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: -10px 23px 30px -15px rgba(0, 0, 0, 0.45);
    box-shadow: -10px 23px 30px -15px rgba(0, 0, 0, 0.45); }
    .macnica-mobile-menu .mainmenu a i {
      border-color: #76067b; }

.gdpr-bar {
  margin-bottom: 10px; }
  .gdpr-bar .gdpr-container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    font-size: 13px; }
  .gdpr-bar .gdpr-title {
    margin-top: 18px;
    margin-bottom: 9px;
    font-size: 2em;
    font-weight: 700; }
  .gdpr-bar .gdpr-link {
    font-size: 1.1em;
    font-weight: bold; }

.hdrNavMenu {
  display: inline-block; }
  .hdrNavMenu .hdrProds span.caret {
    color: #ffffff; }
  .hdrNavMenu ul {
    width: 252px;
    border-radius: 0;
    margin-top: 0;
    box-shadow: 0 0 0;
    padding-bottom: 0;
    left: -10px;
    border-color: #e0e4e9;
    background-clip: border-box;
    min-height: 746px; }
    .hdrNavMenu ul li.catCols {
      padding-left: 10px; }
      .hdrNavMenu ul li.catCols a {
        font-size: 14px;
        color: #333333;
        white-space: normal;
        padding-left: 10px;
        background-color: #ffffff !important; }
        .hdrNavMenu ul li.catCols a:hover {
          background-color: #ffffff;
          color: #0070BB;
          font-weight: bold; }
          .hdrNavMenu ul li.catCols a:hover .fa-chevron-right {
            color: #0070BB; }
        .hdrNavMenu ul li.catCols a .fa-chevron-right {
          color: #a9afb7;
          margin-top: 3px; }
        .hdrNavMenu ul li.catCols a span {
          display: inline-block;
          width: 180px; }
      .hdrNavMenu ul li.catCols a.maintainHover {
        color: #0070BB !important;
        font-weight: bold; }
        .hdrNavMenu ul li.catCols a.maintainHover .fa-chevron-right {
          color: #0070BB; }
    .hdrNavMenu ul li.newestProd {
      padding: 20px; }
      .hdrNavMenu ul li.newestProd a {
        font-size: 14px;
        color: #333333;
        white-space: normal;
        border-bottom: 1px solid #e0e4e9;
        padding: 0 0 15px 0; }
        .hdrNavMenu ul li.newestProd a:hover {
          background-color: #ffffff;
          color: #0070BB;
          font-weight: bold; }
    .hdrNavMenu ul li.viewAll {
      margin-top: 15px;
      border-top: 1px solid #e6e9ed;
      margin-left: 20px;
      margin-right: 20px;
      padding-left: 0; }
      .hdrNavMenu ul li.viewAll a {
        padding: 15px 0px;
        background: no-repeat #ffffff; }
        .hdrNavMenu ul li.viewAll a:hover {
          color: #0070BB;
          text-decoration: underline; }
  .hdrNavMenu .hdrProds {
    background-color: transparent;
    border-style: none;
    cursor: pointer;
    color: #ffffff;
    font-weight: bold;
    font-size: 16px;
    line-height: 50px;
    text-decoration: none;
    display: inline-block; }
  .hdrNavMenu ul.dropdown-menu:before {
    left: 52px; }
  .hdrNavMenu ul.dropdown-menu:after {
    left: 50px; }
  .hdrNavMenu ul.twoColumns {
    list-style: none;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2; }
  .hdrNavMenu ul.threeColumns {
    list-style: none;
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3; }
  .hdrNavMenu li:hover ul ul, .hdrNavMenu #hdrNavMenu li:hover ul ul ul, .hdrNavMenu #hdrNavMenu li:hover ul ul ul ul {
    display: none; }
  .hdrNavMenu li:hover ul, .hdrNavMenu #hdrNavMenu li li:hover ul, .hdrNavMenu #hdrNavMenu li li li:hover ul, .hdrNavMenu #hdrNavMenu li li li li:hover ul {
    display: block; }

.BG_overlay {
  background-color: #000;
  filter: alpha(opacity=25);
  -moz-opacity: 0.25;
  opacity: 0.25;
  position: fixed;
  z-index: 10;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%; }

.BG_overlay_home {
  background-color: #000;
  filter: alpha(opacity=25);
  -moz-opacity: 0.25;
  opacity: 0.25;
  position: fixed;
  z-index: 1;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%; }

.BG_overlayMacFFBGHack {
  background: rgba(0, 0, 0, 0.25); }

.currency-popup {
  display: none; }

.currency-close a {
  background: url(../../Images/sprite_icon.png) no-repeat scroll 0 -104px transparent;
  border: medium none;
  display: inline-block;
  float: right;
  height: 14px;
  margin: 10px 10px 0 20px;
  width: 14px;
  text-decoration: none; }

.currency-close a:hover {
  text-decoration: none; }

.m-btn-ghost.gdpr {
  padding: 6px 24px;
  font-size: 16.9px;
  line-height: 1.42857;
  font-weight: 700; }

.floatright {
  float: right; }

.skipToMainContent {
  border: #ffffff 2px solid;
  padding: 13px 0;
  position: absolute;
  top: 8px;
  left: -10000px;
  z-index: -500;
  background-color: #ffffff;
  border-radius: 4px;
  font-weight: bold;
  font-family: Arial Bold, Helvetica, sans-serif;
  font-size: small;
  color: #004A85; }

.lnkSkipToMain {
  padding: 16px; }

.lnkSkipToMain:focus {
  color: #004A85; }

.skipToMainContent:focus-within {
  z-index: 500;
  left: 8px;
  box-shadow: 0 0 8px #a9afb7; }

/* Content/css/modules/_footer.scss */
.footer {
  background: #f5f5f5;
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #ffffff 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #ffffff 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF5F5F5', endColorstr='#FFFFFFFF', GradientType=0);
  overflow: hidden;
  position: relative;
  font-size: 13px;
  clear: both;
  line-height: 1.42857; }
  .footer .subscribe-container,
  .footer .mid-section-container,
  .footer .legal-copyright-container {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto; }
  .footer .form-control {
    height: 34px; }
  .footer .legal-copyright-container {
    padding: 0 13px; }
  .footer .legal-title, .footer .legal-content {
    color: #585d62;
    font-size: 10px;
    font-weight: bold; }
  .footer .legal-content {
    font-weight: normal; }
  .footer .legal-links a, .footer .legal-links a:hover {
    color: #0070BB; }
  .footer .certifications {
    text-align: right;
    margin-bottom: 13px; }
    .footer .certifications ul li {
      display: inline-block;
      margin: 0 5px 5px 0; }
  .footer .subscribe {
    background-color: #0070BB;
    color: #ffffff;
    width: 100%;
    margin: 0 auto;
    padding: 1.5em 1em 2em 1em; }
    .footer .subscribe .subscribe-title {
      font-size: 18px;
      font-weight: bold;
      color: #ffffff;
      padding: 0 0 2px; }
    .footer .subscribe .subscribe-btn {
      font-size: 14px; }
    .footer .subscribe input {
      border-radius: 4px 0 0 4px !important;
      z-index: 1 !important; }
    .footer .subscribe .m-btn {
      z-index: 1 !important; }
  .footer .divLinks {
    padding-top: 5px; }
  .footer .connect-with-us {
    color: #0070BB; }
    .footer .connect-with-us .connect-with-us-title {
      color: #585d62;
      font-size: 16px;
      text-transform: uppercase;
      font-weight: bold;
      padding: 5px !important;
      display: block; }
    .footer .connect-with-us a {
      color: #0070BB !important; }
  .footer .navigational-links li a {
    color: #0070BB; }
  .footer .contact-us-mobile {
    padding: 20px;
    border-bottom: 1px solid #585d62; }
  .footer .contact-us-buttons > a {
    margin-right: 13px; }
  .footer .contact-us-buttons > a:first-child {
    margin-bottom: 20px; }
  .footer .link-list-title {
    text-transform: uppercase;
    color: #585d62;
    font-size: 16px;
    font-weight: bold;
    padding: 5px;
    word-break: break-all;
    display: block; }
    .footer .link-list-title .link-list-icons {
      font-size: 14px; }
  .footer h3.link-list-title {
    padding: 5px; }
  .footer .link-list li {
    list-style-type: none;
    margin-bottom: 10px; }
    .footer .link-list li a {
      color: #0070BB !important; }
  .footer .divTitle {
    padding-top: 20px; }
  .footer .divContactDetail:hover {
    text-decoration: underline; }

.macnica .footer .subscribe {
  background-color: #76067b;
  color: #fff;
  margin: 0 auto;
  padding: 19px 13px 26px;
  width: 100%; }

.macnica .footer .macnica-external-logo {
  font-size: 50px;
  margin-right: 13px; }

.macnica .footer .macnica-align {
  margin-bottom: 13px; }

.macnica .footer .m-btn-visit {
  background: transparent linear-gradient(to bottom, #7f7f7f 0%, #585d62 100%) repeat scroll 0 0;
  color: #f5f5f5; }

.macnica .footer .legal-mobile, .macnica .footer .legal, .macnica .footer .certifications {
  margin-top: 20px; }

/* Need to fix this section to be mobile-first */
@media (max-width: 767px) {
  .footer .connect-with-us {
    text-align: center;
    border-bottom: 1px solid #585d62;
    padding-bottom: 20px;
    margin-bottom: 20px; }
  .footer .legal-mobile {
    border-bottom: 1px solid #585d62;
    padding-bottom: 20px;
    margin-bottom: 20px; }
    .footer .legal-mobile ul {
      list-style-type: none;
      margin: 5px; }
  .footer .secure-certification-mobile, .footer .legal {
    text-align: center; } }

.responsive-mobile .footer .connect-with-us {
  text-align: center;
  border-bottom: 1px solid #585d62;
  padding-bottom: 20px;
  margin-bottom: 20px; }

.responsive-mobile .footer .legal-mobile {
  border-bottom: 1px solid #585d62;
  padding-bottom: 20px;
  margin-bottom: 20px; }
  .responsive-mobile .footer .legal-mobile ul {
    list-style-type: none;
    margin: 5px; }

.responsive-mobile .footer .secure-certification-mobile, .responsive-mobile .footer .legal {
  text-align: center; }

@media (min-width: 768px) {
  .responsive .footer .connect-with-us {
    text-align: left;
    border-bottom: none; }
  .responsive .footer .secure-certification-mobile {
    text-align: right; }
  .responsive .footer .mid-section-container {
    border-bottom: 1px solid #e0e4e9;
    margin-bottom: 30px;
    padding-bottom: 20px;
    max-width: 1200px; }
  .responsive .footer .subscribe-container, .responsive .footer .legal-copyright-container {
    max-width: 1200px; } }

@media (min-width: 992px) {
  .responsive .footer .connect-with-us {
    text-align: right; } }

/* Responsive-desktop version of above sm and md classes*/
.responsive-desktop .footer .secure-certification-mobile {
  text-align: right; }

.responsive-desktop .footer .mid-section-container {
  border-bottom: 1px solid #e0e4e9;
  margin-bottom: 30px;
  padding-bottom: 20px;
  max-width: 1200px; }

.responsive-desktop .footer .connect-with-us {
  text-align: right;
  border-bottom: none; }

.responsive-desktop .footer .subscribe-container, .responsive-desktop .footer .legal-copyright-container {
  max-width: 1200px; }

@media (min-width: 1200px) {
  .responsive .footer .mid-section-container,
  .responsive-desktop .footer .mid-section-container {
    border-bottom: 1px solid #e0e4e9;
    margin-bottom: 30px;
    padding-bottom: 20px;
    max-width: 1200px; }
  .responsive .footer .subscribe-container, .responsive .footer .legal-copyright-container,
  .responsive-desktop .footer .subscribe-container,
  .responsive-desktop .footer .legal-copyright-container {
    max-width: 1200px; } }

/* Content/css/modules/_alerts.scss */
.alert:not(.border1pxSolidBlue):not(.line-msg-mult-match) {
  padding: 16px;
  margin-bottom: 18px;
  box-sizing: border-box;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.35);
  border-radius: 4px;
  background: linear-gradient(180deg, #FFFFFF 0%, #F9F9F9 100%);
  position: relative; }
  .alert:not(.border1pxSolidBlue):not(.line-msg-mult-match) h4 {
    margin-top: 0;
    color: inherit; }
  .alert:not(.border1pxSolidBlue):not(.line-msg-mult-match) .alert-link {
    font-weight: bold; }
  .alert:not(.border1pxSolidBlue):not(.line-msg-mult-match) > p,
  .alert:not(.border1pxSolidBlue):not(.line-msg-mult-match) > ul {
    margin-bottom: 0; }
  .alert:not(.border1pxSolidBlue):not(.line-msg-mult-match) > p + p {
    margin-top: 5px; }

.alert:not(.border1pxSolidBlue):not(.line-msg-mult-match):before {
  font: normal normal normal 14px/1 'MouserIcons';
  color: white;
  position: absolute;
  left: -32px;
  width: 32px;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.alert-dismissable:not(.border1pxSolidBlue):not(.line-msg-mult-match),
.alert-dismissible:not(.border1pxSolidBlue):not(.line-msg-mult-match) {
  padding-right: 48px; }
  .alert-dismissable:not(.border1pxSolidBlue):not(.line-msg-mult-match) .close,
  .alert-dismissible:not(.border1pxSolidBlue):not(.line-msg-mult-match) .close {
    position: absolute;
    width: 16px;
    height: 1em;
    font-family: Arial;
    font-size: 24px;
    line-height: 100%;
    /* identical to box height, or 30px */
    letter-spacing: 0.01em;
    color: #707070;
    top: 14px;
    right: 16px;
    opacity: 100;
    filter: alpha(opacity=100); }

.alert-success:not(.border1pxSolidBlue):not(.line-msg-mult-match) {
  border: 3px solid #588a10;
  border-left-width: 32px;
  color: #333333; }
  .alert-success:not(.border1pxSolidBlue):not(.line-msg-mult-match) hr {
    border-top-color: #49730d; }
  .alert-success:not(.border1pxSolidBlue):not(.line-msg-mult-match) .alert-link {
    color: #1a1a1a; }

.alert-success:not(.border1pxSolidBlue):not(.line-msg-mult-match):before {
  content: '\f037'; }

.alert-info:not(.border1pxSolidBlue):not(.line-msg-mult-match) {
  border: 3px solid #0070BB;
  border-left-width: 32px;
  color: #333333; }
  .alert-info:not(.border1pxSolidBlue):not(.line-msg-mult-match) hr {
    border-top-color: #0061a2; }
  .alert-info:not(.border1pxSolidBlue):not(.line-msg-mult-match) .alert-link {
    color: #1a1a1a; }

.alert-info:not(.border1pxSolidBlue):not(.line-msg-mult-match):before {
  content: '\f042'; }

.alert-warning:not(.border1pxSolidBlue):not(.line-msg-mult-match) {
  border: 3px solid #dc730a;
  border-left-width: 32px;
  color: #333333; }
  .alert-warning:not(.border1pxSolidBlue):not(.line-msg-mult-match) hr {
    border-top-color: #c46609; }
  .alert-warning:not(.border1pxSolidBlue):not(.line-msg-mult-match) .alert-link {
    color: #1a1a1a; }

.alert-warning:not(.border1pxSolidBlue):not(.line-msg-mult-match):before {
  content: '\f043'; }

.alert-danger:not(.border1pxSolidBlue):not(.line-msg-mult-match) {
  border: 3px solid #990000;
  border-left-width: 32px;
  color: #333333; }
  .alert-danger:not(.border1pxSolidBlue):not(.line-msg-mult-match) hr {
    border-top-color: maroon; }
  .alert-danger:not(.border1pxSolidBlue):not(.line-msg-mult-match) .alert-link {
    color: #1a1a1a; }

.alert-danger:not(.border1pxSolidBlue):not(.line-msg-mult-match):before {
  content: '\f043'; }

body {
  min-width: 320px;
  font-size: 13px; }
  body .zh-CHS,
  body .zh-CHT,
  body .zh-CN {
    font-size: 14px; }

@media (min-width: 992px) {
  body.responsive {
    min-width: 992px; } }

body.responsive-desktop {
  min-width: 992px; }

.content-wrapper {
  max-width: 1200px;
  padding-top: 13px;
  outline: none; }

#content-container, .divWide, #mainContainer {
  outline: none; }

body.widePage .content-wrapper {
  max-width: none; }

body.pop-up {
  min-width: 0; }

.content {
  min-height: 610px; }

.page-header-hr {
  margin-top: 0px;
  margin-bottom: 20px;
  border-top: 1px solid #d9d9d9; }

.page-header-title {
  font-size: 28px; }

.underline-15 {
  border-top: 1px solid #d9d9d9;
  width: 100%;
  display: block;
  position: relative;
  padding: 15px; }

.cad-icon {
  height: 28px;
  cursor: pointer; }

@media print {
  a[href]:after {
    content: none; } }