﻿@charset "UTF-8";
/* 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.428571429;
  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: rgba(0, 0, 0, 0);
}
.m-btn-default:focus, .m-btn-default.focus {
  color: #f5f5f5;
  background-color: #666666;
  border-color: rgba(0, 0, 0, 0);
}
.m-btn-default:hover {
  color: #f5f5f5;
  background-color: #666666;
  border-color: rgba(0, 0, 0, 0);
}
.m-btn-default:active, .m-btn-default.active, .open > .m-btn-default.dropdown-toggle {
  color: #f5f5f5;
  background-color: #666666;
  border-color: rgba(0, 0, 0, 0);
}
.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: rgba(0, 0, 0, 0);
}
.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: rgba(0, 0, 0, 0);
}
.m-btn-default .badge {
  color: #7f7f7f;
  background-color: #f5f5f5;
}

.m-btn-primary {
  color: #f5f5f5;
  background-color: #0099FF;
  border-color: rgba(0, 0, 0, 0);
}
.m-btn-primary:focus, .m-btn-primary.focus {
  color: #f5f5f5;
  background-color: #007acc;
  border-color: rgba(0, 0, 0, 0);
}
.m-btn-primary:hover {
  color: #f5f5f5;
  background-color: #007acc;
  border-color: rgba(0, 0, 0, 0);
}
.m-btn-primary:active, .m-btn-primary.active, .open > .m-btn-primary.dropdown-toggle {
  color: #f5f5f5;
  background-color: #007acc;
  border-color: rgba(0, 0, 0, 0);
}
.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: rgba(0, 0, 0, 0);
}
.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: rgba(0, 0, 0, 0);
}
.m-btn-primary .badge {
  color: #0099FF;
  background-color: #f5f5f5;
}

.m-btn-success {
  color: #f5f5f5;
  background-color: #87B53D;
  border-color: rgba(0, 0, 0, 0);
}
.m-btn-success:focus, .m-btn-success.focus {
  color: #f5f5f5;
  background-color: #6b8f30;
  border-color: rgba(0, 0, 0, 0);
}
.m-btn-success:hover {
  color: #f5f5f5;
  background-color: #6b8f30;
  border-color: rgba(0, 0, 0, 0);
}
.m-btn-success:active, .m-btn-success.active, .open > .m-btn-success.dropdown-toggle {
  color: #f5f5f5;
  background-color: #6b8f30;
  border-color: rgba(0, 0, 0, 0);
}
.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: rgba(0, 0, 0, 0);
}
.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: rgba(0, 0, 0, 0);
}
.m-btn-success .badge {
  color: #87B53D;
  background-color: #f5f5f5;
}

.m-btn-info {
  color: #f5f5f5;
  background-color: #0070BB;
  border-color: rgba(0, 0, 0, 0);
}
.m-btn-info:focus, .m-btn-info.focus {
  color: #f5f5f5;
  background-color: #005188;
  border-color: rgba(0, 0, 0, 0);
}
.m-btn-info:hover {
  color: #f5f5f5;
  background-color: #005188;
  border-color: rgba(0, 0, 0, 0);
}
.m-btn-info:active, .m-btn-info.active, .open > .m-btn-info.dropdown-toggle {
  color: #f5f5f5;
  background-color: #005188;
  border-color: rgba(0, 0, 0, 0);
}
.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: rgba(0, 0, 0, 0);
}
.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: rgba(0, 0, 0, 0);
}
.m-btn-info .badge {
  color: #0070BB;
  background-color: #f5f5f5;
}

.m-btn-warning {
  color: #f5f5f5;
  background-color: #f5a960;
  border-color: rgba(0, 0, 0, 0);
}
.m-btn-warning:focus, .m-btn-warning.focus {
  color: #f5f5f5;
  background-color: #f28f30;
  border-color: rgba(0, 0, 0, 0);
}
.m-btn-warning:hover {
  color: #f5f5f5;
  background-color: #f28f30;
  border-color: rgba(0, 0, 0, 0);
}
.m-btn-warning:active, .m-btn-warning.active, .open > .m-btn-warning.dropdown-toggle {
  color: #f5f5f5;
  background-color: #f28f30;
  border-color: rgba(0, 0, 0, 0);
}
.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: rgba(0, 0, 0, 0);
}
.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: rgba(0, 0, 0, 0);
}
.m-btn-warning .badge {
  color: #f5a960;
  background-color: #f5f5f5;
}

.m-btn-danger {
  color: #f5f5f5;
  background-color: #990000;
  border-color: rgba(0, 0, 0, 0);
}
.m-btn-danger:focus, .m-btn-danger.focus {
  color: #f5f5f5;
  background-color: #660000;
  border-color: rgba(0, 0, 0, 0);
}
.m-btn-danger:hover {
  color: #f5f5f5;
  background-color: #660000;
  border-color: rgba(0, 0, 0, 0);
}
.m-btn-danger:active, .m-btn-danger.active, .open > .m-btn-danger.dropdown-toggle {
  color: #f5f5f5;
  background-color: #660000;
  border-color: rgba(0, 0, 0, 0);
}
.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: rgba(0, 0, 0, 0);
}
.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: rgba(0, 0, 0, 0);
}
.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.3333333;
  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 .dropdown-search-button:focus {
  /* fallback for IE and Firefox */
  outline: 1px solid #4c8bf5;
  outline: 5px auto -webkit-focus-ring-color;
}
.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;
  border-bottom: 1px solid #d9d9d9;
  border-left: none !important;
  border-right: none !important;
  border-radius: 0 !important;
  position: relative;
}
.search input.form-control.search-input:focus {
  border-color: #66afe9;
  outline: 4px solid transparent;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.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:focus {
  /* fallback for IE and Firefox */
  outline: 1px solid #4c8bf5;
  outline: 5px auto -webkit-focus-ring-color;
}
.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:focus {
  /* fallback for IE and Firefox */
  outline: 1px dotted #ffffff;
  outline: 5px auto -webkit-focus-ring-color;
}
.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: rgba(0, 0, 0, 0) 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: "»";
}
.dataTables_paginate a.first span:after {
  content: "«";
}

.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 .location-language-currency a:focus {
  /* fallback for IE and Firefox */
  outline: 1px dotted #ffffff;
  outline: 5px auto -webkit-focus-ring-color;
}
.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-navigation-logo a:focus {
  /* fallback for IE and Firefox */
  outline: 1px solid #4c8bf5;
  outline: 5px auto -webkit-focus-ring-color !important;
  display: inline-table;
}
.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 .header-mobile-icons a:focus {
  /* fallback for IE and Firefox */
  outline: 1px dotted #0070BB;
  outline: 5px auto -webkit-focus-ring-color;
}
.header-component .uid-m-primary-btn {
  background: rgba(0, 0, 0, 0) 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: rgba(0, 0, 0, 0) 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 a:focus {
  /* fallback for IE and Firefox */
  outline: 1px solid #4c8bf5;
  outline: 5px auto -webkit-focus-ring-color;
}
.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 a:focus {
  /* fallback for IE and Firefox */
  outline: 1px dotted #ffffff;
  outline: 5px auto -webkit-focus-ring-color;
}
.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.products a:focus {
  /* fallback for IE and Firefox */
  outline: 1px dotted #ffffff;
  outline: 5px auto -webkit-focus-ring-color;
}
.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 li.mainmenu a:focus {
  /* fallback for IE and Firefox */
  outline: 1px dotted #ffffff;
  outline: 5px auto -webkit-focus-ring-color;
}
.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: #333333;
  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;
}

#divCurrencyPopup {
  line-height: 20px;
}
#divCurrencyPopup ul.bullet.bullet-padding {
  padding-left: 20px;
}

.currency-close a:hover {
  text-decoration: none;
}

.m-btn-ghost.gdpr {
  padding: 6px 24px;
  font-size: 16.9px;
  line-height: 1.428571429;
  font-weight: 700;
}

#search-block .row {
  margin: auto;
}

/* 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;
}
.header-component1 div.search1 .search-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.header-component1 div.search1 .search-container ul.mblScopeSearch {
  padding: 0;
  left: -20px;
  top: 40px;
}
.header-component1 div.search1 .search-container ul.mblScopeSearch .scopeTitle {
  margin: 20px 0 5px 0px;
  border: none;
  font-size: 14px;
  font-weight: bold;
}
.header-component1 div.search1 .search-container ul.mblScopeSearch li {
  border-bottom: 1px solid #e0e4e9;
  padding-left: 10px;
}
.header-component1 div.search1 .search-container ul.mblScopeSearch li button {
  background: none !important;
  border: none;
  color: #333333;
  font-size: 13px;
  padding: 5px 2px;
  text-align: left;
}
.header-component1 div.search1 .search-container ul.mblScopeSearch li button:focus {
  /* fallback for IE and Firefox */
  outline: 1px solid #4c8bf5;
  outline: 5px auto -webkit-focus-ring-color;
}
.header-component1 div.search1 .search-container ul.mblScopeSearch li:hover {
  background-color: #e7f3f9;
}
.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 .dropdown-search-button:focus {
  /* fallback for IE and Firefox */
  outline: 1px solid #4c8bf5;
  outline: 5px auto -webkit-focus-ring-color;
}
.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;
  border-bottom: 1px solid #a9afb7;
  border-right: none !important;
  border-left: 1px solid #a9afb7;
  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;
  border-color: #66afe9;
  outline: 4px solid transparent;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.header-component1 div.search1 div.threeColumns {
  list-style: none;
  columns: 3;
  -webkit-columns: 3;
  -moz-columns: 3;
  padding-left: 0;
}
.header-component1 div.search1 dialog.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 dialog.dropdown-menu ul.sub-list {
  line-height: 1.4em;
  display: contents;
  padding-left: 0px;
}
.header-component1 div.search1 dialog.dropdown-menu ul.sub-list li {
  background: #ffffff;
  padding-left: 10px;
  list-style-type: none;
  break-inside: avoid-column;
  -webkit-column-break-inside: avoid;
}
.header-component1 div.search1 dialog.dropdown-menu ul.sub-list li button {
  background: none !important;
  border: none;
  text-decoration: none;
  color: #333333;
  font-size: 13px;
  display: block;
  white-space: pre-wrap;
  padding: 5px 10px;
  cursor: pointer;
  text-align: left;
  width: 100%;
}
.header-component1 div.search1 dialog.dropdown-menu ul.sub-list li button:hover {
  text-decoration: none;
}
.header-component1 div.search1 dialog.dropdown-menu ul.sub-list li button:focus {
  /* fallback for IE and Firefox */
  outline: 1px dotted #333333;
  outline: 5px auto -webkit-focus-ring-color;
}
.header-component1 div.search1 dialog.dropdown-menu ul.sub-list li:hover {
  background-color: #e7f3f9;
}
.header-component1 div.search1 dialog.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: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:focus {
  /* fallback for IE and Firefox */
  outline: 1px solid #4c8bf5;
  outline: 5px auto -webkit-focus-ring-color;
}
.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 .macnica-external-button:focus {
  /* fallback for IE and Firefox */
  outline: 1px dotted #ffffff;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -4px;
}
.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: rgba(0, 0, 0, 0) 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: "»";
}
.dataTables_paginate a.first span:after {
  content: "«";
}

.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;
  min-height: 30px;
  line-height: 28px;
  vertical-align: middle;
  font-size: 11px !important;
  z-index: 101;
  overflow: visible;
}
.global-action-bar1 .global-action-bar-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.global-action-bar1 .global-action-bar-container .dropdown-backdrop {
  z-index: 0 !important;
}
.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 a:focus {
  /* fallback for IE and Firefox */
  outline: 1px dotted #585d62;
  outline: 5px auto -webkit-focus-ring-color;
}
.global-action-bar1 .location-language-currency button {
  color: #585d62;
}
.global-action-bar1 .location-language-currency button:focus {
  /* fallback for IE and Firefox */
  outline: 1px dotted #585d62;
  outline: 5px auto -webkit-focus-ring-color;
}
.global-action-bar1 .location-language-currency div {
  display: inline;
}
.global-action-bar1 .location-language-currency .dropdown.open button.dropdown-toggle {
  border-radius: 3px 3px 0px 0px;
  border: 1px solid #ccc;
  border-bottom: 1px solid #fff;
  background: #fff;
  padding: 2px 2px 2px 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 button.dropdown-toggle {
  padding: 2px 2px 2px 6px;
  border: 1px solid #fff;
  background: #fff;
  border-bottom: 0;
  margin-bottom: -1px;
  z-index: 10;
  text-decoration: none;
  cursor: pointer;
}
.global-action-bar1 .location-language-currency button.dropdown-toggle:hover {
  text-decoration: none;
}
.global-action-bar1 .location-language-currency button.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: 9px;
  line-height: 1.4em;
  margin-top: 10px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-radius: 4px 0px 4px 4px;
}
.global-action-bar1 .location-language-currency .dropdown-menu li {
  padding-left: 0;
}
.global-action-bar1 .location-language-currency .dropdown-menu li button {
  padding: 5px 10px;
  font-size: 13px;
  color: #333333;
  cursor: pointer;
  background: none !important;
  border: none;
  white-space: nowrap;
  text-align: left;
  width: 100%;
}
.global-action-bar1 .location-language-currency .dropdown-menu li button:hover {
  background-color: #e7f3f9 !important;
  color: #333333;
}
.global-action-bar1 .location-language-currency .dropdown-menu li button:focus {
  outline: 5px auto -webkit-focus-ring-color !important;
}
.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;
  margin-top: -4px;
}
.global-action-bar1 #lnkLocation:focus {
  outline: 5px auto -webkit-focus-ring-color !important;
}
.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 .truncate a:focus {
  /* fallback for IE & Firefox */
  outline: 1px dotted #585d62;
  outline: 5px auto -webkit-focus-ring-color !important;
}
.global-action-bar1 select:focus {
  background-color: none;
  border: none !important;
}
.global-action-bar1 .lp-header {
  display: inline-block;
  margin-top: -0.1rem;
}
.global-action-bar1 .contact-links-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

@media (max-width: 991px) {
  .global-action-bar1 a#lnkLocation {
    padding: 1.45em 0.4em;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  a#lnkLocation {
    padding: 5px 8px;
  }
}
@media (min-width: 768px) {
  a#lnkLocation {
    padding: 5px 0;
  }
}
@-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) {
  .global-action-bar1 .location-language-currency .aLang {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .global-action-bar1 {
    padding-bottom: 8px;
  }
  .global-action-bar1 .truncate a {
    padding: 1.2em 0;
  }
  .header-mid-container #mouserLogo {
    padding: 1.2em 0;
  }
}
.responsive-mobile .global-action-bar1 {
  padding-bottom: 8px;
}
.responsive-mobile .global-action-bar1 .truncate a {
  padding: 1.2em 0;
}
.responsive-mobile .header-mid-container #mouserLogo {
  padding: 1.2em 0;
}

.header-component1 {
  background: #fff;
  position: relative;
  z-index: 100;
  margin-bottom: 10px;
}
.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: 44px;
}
.header-component1 .header-logo a {
  text-decoration: none;
}
.header-component1 .header-logo a span {
  display: none;
  text-indent: -2000px;
}
.header-component1 .header-logo a img {
  height: 44px;
  padding: 5px 0;
}
.header-component1 .header-logo a h1 {
  font-size: 12px;
}
.header-component1 .header-logo a:focus {
  /* fallback for IE & Firefox */
  outline: 1px dotted #0070BB;
  outline: 5px auto -webkit-focus-ring-color !important;
}
.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 .header-logo {
    height: 52px;
  }
  .responsive .header-component1 .header-logo img {
    height: 52px;
  }
  .responsive .header-component1 .searchSection {
    padding-top: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 0px !important;
  }
}
@media (max-width: 767px) {
  .searchSection {
    padding: 0px !important;
  }
}
.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;
}
#mblMenu:focus {
  /* fallback for IE and Firefox */
  outline: 1px dotted #ffffff;
  outline: 5px auto -webkit-focus-ring-color;
}

.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 {
  height: 50px;
}
.header-navigation1 .header-navigation-container .hdrSmlNavMenu button {
  color: #ffffff;
  padding: 13px 15px;
  font-size: 15px;
  text-decoration: none;
  text-transform: uppercase;
  background-color: inherit;
  border: none;
  outline: none;
  height: 100%;
}
.header-navigation1 .header-navigation-container .hdrSmlNavMenu button .fa-bars {
  font-size: 21px;
  margin-right: 7px;
}
.header-navigation1 .header-navigation-container .hdrSmlNavMenu button:focus {
  /* fallback for IE and Firefox */
  outline: 1px dotted #ffffff;
  outline: 5px auto -webkit-focus-ring-color;
}
.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 a:focus {
  /* fallback for IE and Firefox */
  outline: 1px dotted #ffffff;
  outline: 5px auto -webkit-focus-ring-color;
}
.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 .accntOrdMdLg a.dpAccntLnk:focus {
  /* fallback for IE and Firefox */
  outline: 1px dotted #ffffff;
  outline: 5px auto -webkit-focus-ring-color;
}
.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 a:focus {
  /* fallback for IE and Firefox */
  outline: 1px dotted #ffffff;
  outline: 5px auto -webkit-focus-ring-color;
}
.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 li a:focus {
  background-color: #ffffff;
  /* fallback for IE and Firefox */
  outline: 1px dotted #333333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: 2px;
}
.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 .hdrActLnks .logout:focus {
  /* fallback for IE and Firefox */
  outline: 1px dotted #333333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: 2px;
}
.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 .register a:focus {
  /* fallback for IE and Firefox */
  outline: 1px dotted #0070BB;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: 2px;
}
.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 .hdrAccntOrdLnk .hdrLogin .ordHst a:focus {
  /* fallback for IE and Firefox */
  outline: 1px dotted #0070BB;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: 2px;
}
.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 a:focus {
  /* fallback for IE and Firefox */
  outline: 1px dotted #ffffff;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: 3px;
  display: block;
}
.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 .dropdown-toggle:focus {
  /* fallback for IE and Firefox */
  outline: 1px dotted #ffffff;
  outline: 5px auto -webkit-focus-ring-color;
}
.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 .rightNavLnks .punchoutlnks a:focus {
  /* fallback for IE and Firefox */
  outline: 1px dotted #ffffff;
  outline: 5px auto -webkit-focus-ring-color;
}
.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 a:focus {
  /* fallback for IE and Firefox */
  outline: 1px dotted #ffffff;
  outline: 5px auto -webkit-focus-ring-color;
}
.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 !important;
  text-decoration: none;
}

.uid-m-primary-btn {
  background: rgba(0, 0, 0, 0) 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: rgba(0, 0, 0, 0) 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 a:focus {
  /* fallback for IE and Firefox */
  outline: 1px dotted #ffffff;
  outline: 5px auto -webkit-focus-ring-color;
}
.mobile-menu-new .macnica-menu {
  font-size: 20px;
}
.mobile-menu-new ul {
  padding: 20px 10px 0;
  margin: 0;
  max-height: 100vh;
}
.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 a:focus {
  /* fallback for IE and Firefox */
  outline: 1px dotted #ffffff;
  outline: 5px auto -webkit-focus-ring-color;
}
.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.products a:focus {
  /* fallback for IE and Firefox */
  outline: 1px dotted #ffffff;
  outline: 5px auto -webkit-focus-ring-color;
}
.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 .mainmenu a:focus {
  /* fallback for IE and Firefox */
  outline: 1px dotted #ffffff;
  outline: 5px auto -webkit-focus-ring-color;
}
.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: 766px;
}
.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 3px;
  background: no-repeat #ffffff;
}
.hdrNavMenu ul li.viewAll a:hover {
  color: #0070BB;
  text-decoration: underline;
}
.hdrNavMenu ul li.viewAll a:focus {
  color: #ffffff;
  background: #0070BB;
}
.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 .hdrProds:focus {
  /* fallback for IE and Firefox */
  outline: 1px dotted #ffffff;
  outline: 5px auto -webkit-focus-ring-color;
}
.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: #333333;
  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);
}

.form-control {
  color: #757575 !important;
}

.form-control::-webkit-input-placeholder {
  color: #757575 !important;
}

.form-control::-moz-placeholder {
  color: #757575 !important;
}

.form-control::-ms-placeholder {
  color: #757575 !important;
}

.form-control::placeholder {
  color: #757575 !important;
}

.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.428571429;
  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;
  text-decoration: underline;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.skipToMainContent:focus-within {
  z-index: 500;
  left: 8px;
  box-shadow: 0 0 8px #a9afb7;
}

#skipToFeaturedManufacturers {
  border: #ffffff 2px solid;
  position: absolute;
  z-index: -500;
  background-color: #ffffff;
  font-weight: bold;
  color: #004A85 !important;
  width: 300px;
  left: -150px;
  margin: 0 50%;
  text-align: center;
}
@media only screen and (max-device-width: 1024px) {
  #skipToFeaturedManufacturers {
    top: 0px;
  }
}
@media only screen and (min-device-width: 1024px) {
  #skipToFeaturedManufacturers {
    top: -30px;
  }
}

#skipToFeaturedManufacturers:focus-within {
  z-index: 500;
  box-shadow: 0 0 8px #a9afb7;
}

#lnkSkipToFeaturedManufacturers {
  width: 100%;
  display: block;
  padding: 8px;
}

#lnkSkipToFeaturedManufacturers:focus {
  color: #004A85 !important;
}

#zone34-banner {
  height: 132px;
  background: #004A85;
}
