.mobileOnly {
  display: none;
}
@media (max-width: 768px) {
  .mobileOnly {
    display: flex;
  }
}
.desktopOnly {
  display: flex;
}
@media (max-width: 768px) {
  .desktopOnly {
    display: none;
  }
}
@-moz-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-webkit-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-o-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-moz-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-webkit-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-o-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-moz-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-o-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
body {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  color: #454545;
  font-size: 12px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  body {
    font-size: 12px;
  }
}
h1,
h2,
h3,
h4,
p {
  margin: 0;
  font-weight: 300;
}
h1 {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 48px;
  font-weight: 300;
}
h2 {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 32px;
}
h3 {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 24px;
  font-weight: 300;
}
h4 {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
}
p {
  line-height: 1.6;
}
html,
body {
  overscroll-behavior: none;
  margin: 0;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
}
::-webkit-scrollbar {
  display: none;
}
.App {
  font-family: HelveticaNeue-Regular, Helvetica Neue Regular, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;
}
.App .paginationCont {
  padding: 24px 0;
}
main {
  margin: 0 auto;
  max-width: 1280px;
}
* {
  box-sizing: border-box;
}
.col2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 768px) {
  .col2 {
    grid-template-columns: 1fr;
  }
}

.Icon,
.Icon i {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media (max-width: 768px) {
}
@media (max-width: 768px) {
}
@-moz-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-webkit-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-o-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-moz-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-webkit-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-o-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-moz-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-o-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.Icon {
  font-size: 20px;
}
.Icon.rounded {
  border-radius: 100%;
}
.Icon i {
  color: #454545;
}
.Icon i.orange {
  color: #e1500b;
}
.Icon i.red {
  color: #c33d39;
}
.Icon i.blue {
  color: #2375bb;
}
.Icon i.orange:hover {
  color: #cb4708;
}
.Icon i.blue:hover {
  color: #005394;
}
.Icon i.yellow {
  color: #eba90c;
}
.Icon i.green {
  color: #085c26;
}
.Icon i.purple {
  color: #970985;
}
.Icon i.grey0 {
  color: #333;
}
.Icon i.grey1 {
  color: #454545;
}
.Icon i.grey2 {
  color: #999;
}
.Icon i.grey3 {
  color: #ddd;
}
.Icon i.grey4 {
  color: #eee;
}
.Icon i.grey5 {
  color: #f8f8f8;
}
.Icon i.white {
  color: #fff;
}
.Icon i.fGreen {
  color: #b9e18b;
}
.Icon i.fRed {
  color: #ffbdbb;
}
.Icon i.fOrange {
  color: #fbc3a9;
}
.Icon i.fYellow {
  color: #f8e1aa;
}
.Icon i.fBlue {
  color: #cbe0f9;
}
.Icon i.tGreen {
  color: rgba(11,118,48,0.1);
}
.Icon i.tBlue {
  color: rgba(35,117,183,0.1);
}
.Icon i.tRed {
  color: rgba(195,61,57,0.1);
}

@media (max-width: 768px) {
}
@media (max-width: 768px) {
}
@-moz-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-webkit-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-o-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-moz-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-webkit-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-o-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-moz-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-o-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.TextInput label {
  color: #333;
  display: block;
  font: 0.875rem "HelveticaNeue-Regular", "Helvetica Neue Regular", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  margin-bottom: 7px;
}
.TextInput .input {
  color: #333;
  background: #fff;
  border: 1px solid #999;
  border-radius: 5px;
  display: block;
  font-size: 1em;
  line-height: 38px;
  padding: 0 6px;
  width: 100%;
  font-family: "HelveticaNeue-Regular", "Helvetica Neue Regular", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
.TextInput.short .input {
  line-height: 26px;
}
.TextInput .input:disabled,
.TextInput .input[disabled="disabled"] {
  background: #ddd;
}
.TextInput .input:focus,
.TextInput .input.error:focus,
.TextInput .input.focus {
  -webkit-box-shadow: 0 0 8px #2375bb;
  outline: none;
}
.TextInput .input:focus -moz-box-shadow 0 0 8px $cBlue,
.TextInput .input.error:focus -moz-box-shadow 0 0 8px $cBlue,
.TextInput .input.focus -moz-box-shadow 0 0 8px $cBlue {
  box-shadow: 0 0 8px #2375bb;
}
.TextInput ::-webkit-input-placeholder {
  color: #999;
}
.TextInput :-ms-input-placeholder {
  color: #999;
}
.TextInput ::-ms-input-placeholder {
  color: #999;
}
.TextInput ::placeholder {
  color: #999;
}
.TextInput .input.error {
  background: #fff;
  border: 1px solid #c33d39;
  -webkit-box-shadow: 0 0 8px #c33d39;
  padding-right: 40px;
}
.TextInput .input.error -moz-box-shadow 0 0 8px $cRed {
  box-shadow: 0 0 8px #c33d39;
}
.TextInput .error-description {
  color: #c33d39;
  font-size: 0.875rem;
  margin: 7px 0 0;
}
.TextInput .noRightSide {
  position: relative;
  border-right: 1px solid #ddd;
  margin-right: -2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.TextInput .noLeftSide {
  position: relative;
  border-left: 1px solid #ddd;
  margin-left: -2px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

@media (max-width: 768px) {
}
@media (max-width: 768px) {
}
@-moz-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-webkit-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-o-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-moz-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-webkit-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-o-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-moz-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-o-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.SearchElement {
  position: relative;
  z-index: 3;
}
.SearchElement > .inner {
  display: grid;
  grid-template-columns: 94% 6%;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #999;
}
.SearchElement .Icon {
  color: #2375bb;
}
.SearchElement .TextInput input {
  border: none;
}
.SearchElement .TextInput input:focus {
  box-shadow: none;
  outline: none;
}
.SearchElement .QuoteItem {
  padding: 5px 0;
}
.SearchElement .QuoteItem span {
  font-size: 12px;
}
.SearchElement * {
  box-sizing: border-box;
}
.SearchElement .suggestions {
  position: absolute;
  top: 37px;
  left: 0;
  display: none;
}
.SearchElement.loading .suggestions,
.SearchElement.active .suggestions {
  display: block;
}

@media (max-width: 768px) {
}
@media (max-width: 768px) {
}
@-moz-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-webkit-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-o-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-moz-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-webkit-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-o-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-moz-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-o-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.Menu {
  list-style: none;
  display: inline-block;
  width: 200px;
  padding: 0;
  position: relative;
}
.Menu .Menu {
  top: 0px;
  left: 199px;
  display: none;
  position: absolute;
}
.MenuItem {
  cursor: pointer;
  line-height: 60px;
  background: #f8f8f8;
  margin: 2px 2px 0 0;
}
.MenuItem a {
  display: block;
  color: #454545;
  padding-left: 20px;
  text-decoration: none;
}
.MenuItem:hover > a {
  background: #2375bb;
  color: #fff;
}
.MenuItem:hover > .Menu {
  display: block;
}

@media (max-width: 768px) {
}
@media (max-width: 768px) {
}
@-moz-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-webkit-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-o-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-moz-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-webkit-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-o-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-moz-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-o-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.SlidePanel {
  position: fixed;
  top: 56px;
  bottom: 0;
  width: 500px;
  right: -600px;
  background-color: #fff;
  transition: transform 300ms;
  z-index: 3;
  overflow-y: auto;
  overflow-x: hidden;
}
.SlidePanel h2 {
  position: fixed;
  top: 32px;
  left: 16px;
  right: 16px;
  font-size: 24px;
  border-bottom: 1px solid #999;
}
.SlidePanel > .inner {
  position: fixed;
  top: 0px;
  bottom: 8px;
  left: 0px;
  right: 0px;
  overflow-x: hidden;
  overflow-y: auto;
  display: none;
  z-index: 1;
}
@media (min-width: 768px) {
  .SlidePanel {
    top: 0;
    box-shadow: 0 0px 60px rgba(0,0,0,0.6);
  }
  .SlidePanel h2,
  .SlidePanel > .inner {
    left: 32px;
    right: 32px;
  }
}
.SlidePanel.open {
  transform: translateX(-600px);
  z-index: 4;
}
.SlidePanel.open > .inner {
  display: block;
}
.SlidePanel.leftSide {
  left: -600px;
  right: auto;
}
.SlidePanel.leftSide.open {
  transform: translateX(600px);
}
@media (max-width: 768px) {
  .SlidePanel {
    width: 100vw;
    right: -105vw;
  }
  .SlidePanel h2 {
    top: 19px;
  }
  .SlidePanel.open {
    transform: translateX(-105vw);
  }
  .SlidePanel.leftSide {
    left: -100vw;
    right: auto;
  }
  .SlidePanel.leftSide.open {
    transform: translateX(100vw);
  }
  .SlidePanel > .inner {
    padding: 0px;
  }
}
.SlidePanel .close {
  z-index: 2;
  cursor: pointer;
  position: absolute;
  top: 24px;
  right: 24px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .SlidePanel .close {
    top: 16px;
    right: 16px;
  }
}
.SlidePanel .close i {
  font-size: 30px;
}
.SlidePanel .close:hover {
  background-color: #eee;
}

@media (max-width: 768px) {
}
@media (max-width: 768px) {
}
@-moz-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-webkit-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-o-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-moz-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-webkit-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-o-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-moz-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-o-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.NumberInput {
  position: relative;
}
.NumberInput > label {
  color: #333;
  display: block;
  font: 0.875rem "HelveticaNeue-Regular", "Helvetica Neue Regular", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  margin-bottom: 7px;
}
.NumberInput .input {
  color: #333;
  background: #fff;
  border: 1px solid #999;
  border-radius: 5px;
  display: block;
  font-size: 1em;
  line-height: 36px;
  height: 40px;
  padding: 0 24px 0 6px;
  width: 100%;
  box-sizing: border-box;
  text-align: right;
}
@media (max-width: 768px) {
  .NumberInput .input {
    text-align: center;
    font-size: 18px;
    padding: 0 30px;
  }
}
.NumberInput.short .input {
  line-height: 26px;
}
.NumberInput .input:disabled,
.NumberInput .input[disabled="disabled"] {
  background: #ddd;
}
.NumberInput .input:focus,
.NumberInput .input.error:focus,
.NumberInput .input.focus {
  -webkit-box-shadow: 0 0 8px #2375bb;
  outline: none;
}
.NumberInput .input:focus -moz-box-shadow 0 0 8px $cBlue,
.NumberInput .input.error:focus -moz-box-shadow 0 0 8px $cBlue,
.NumberInput .input.focus -moz-box-shadow 0 0 8px $cBlue {
  box-shadow: 0 0 8px #2375bb;
}
.NumberInput ::-webkit-input-placeholder {
  color: #999;
}
.NumberInput :-ms-input-placeholder {
  color: #999;
}
.NumberInput ::-ms-input-placeholder {
  color: #999;
}
.NumberInput ::placeholder {
  color: #999;
}
.NumberInput .input.error {
  background: #fff;
  border: 1px solid #c33d39;
  -webkit-box-shadow: 0 0 8px #c33d39;
  padding-right: 40px;
}
.NumberInput .input.error -moz-box-shadow 0 0 8px $cRed {
  box-shadow: 0 0 8px #c33d39;
}
.NumberInput .error-description {
  color: #c33d39;
  font-size: 0.875rem;
  margin: 7px 0 0;
}
.NumberInput .arrowButtons {
  cursor: pointer;
  position: absolute;
  display: flex;
  justify-content: center;
  flex-flow: column;
  right: 1px;
  width: 20px;
  top: 1px;
  bottom: 1px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
@media (max-width: 768px) {
  .NumberInput .arrowButtons {
    display: none;
  }
}
.NumberInput .mobile {
  display: none;
}
@media (max-width: 768px) {
  .NumberInput .mobile {
    display: block;
  }
}
.NumberInput .mobile .plus {
  cursor: pointer;
  position: absolute;
  right: 1px;
  width: 30px;
  top: 1px;
  bottom: 1px;
}
.NumberInput .mobile .minus {
  cursor: pointer;
  position: absolute;
  left: 1px;
  width: 30px;
  top: 1px;
  bottom: 1px;
}
.NumberInput .Icon {
  width: 20px;
  border-radius: 6px;
}
.NumberInput .Icon:hover {
  background-color: #eee;
}
.NumberInput i {
  font-size: 14px;
}

.AddToCart .Icon {
  transition: opacity 500ms;
}
.AddToCart .status-SUCCESS .Icon-check {
  opacity: 1;
}
.AddToCart .status-SUCCESS .Icon-cart {
  opacity: 0;
}
.AddToCart .status-ADDED .Icon-check {
  opacity: 0;
}
.AddToCart .status-ADDED .Icon-cart {
  transition-delay: 500ms;
  opacity: 1;
}

@media (max-width: 768px) {
}
@media (max-width: 768px) {
}
@-moz-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-webkit-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-o-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-moz-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-webkit-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-o-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-moz-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-o-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.Button {
  border-radius: 4px;
  font-weight: 600;
  letter-spacing: 1px;
  height: 40px;
  padding: 0 8px;
  text-align: center;
  text-transform: uppercase;
  display: flex;
  flex-flow: row;
  user-select: none;
  justify-content: center;
  text-decoration: none;
  align-items: center;
  cursor: pointer;
  transition: background-color 300ms, border 300ms;
}
.Button.rounded {
  border-radius: 30px;
}
.Button label {
  font-size: 12px;
  position: relative;
  cursor: pointer;
  white-space: nowrap;
}
.Button .Button-icon {
  position: relative;
  width: 18px;
  height: 16px;
  margin-right: 12px;
}
.Button .Button-icon > * {
  position: absolute;
}
.Button .Button-icon .Icon i {
  font-size: 16px;
}
.Button .Loading {
  margin-right: 8px;
  width: 18px;
  height: 12px;
  margin-top: -1px;
}
.Button.fullwidth {
  width: 100%;
}
.Button.large {
  width: 200px;
}
.Button.small {
  width: 95px;
}
.Button.square {
  width: 40px;
  justify-content: center;
}
.Button.square .Button-icon {
  margin-right: 0;
}
.Button.square .Button-icon > * {
  left: 3px;
}
.Button.short {
  height: 30px;
}
.Button.square.short {
  width: 30px;
}
.Button.square.short .Loading {
  margin-right: 8px;
  width: 18px;
  height: 16px;
  margin-top: -1px;
}
.Button:focus,
.Button.focus {
  -webkit-box-shadow: 0 0 8px #2375bb;
  -moz-box-shadow: 0 0 8px #2375bb;
  box-shadow: 0 0 8px #2375bb;
  outline: none;
}
.primary i {
  color: #fff;
}
.primary:hover {
  text-decoration: none !important;
}
.primary.disabled,
.primary.disabled:hover {
  border: 1px solid #999;
  background-color: #999;
  color: #fff;
}
.secondary:hover {
  text-decoration: none !important;
}
.secondary.disabled,
.secondary.disabled:hover {
  background-color: #fff;
  border-color: #999;
  color: #999;
}
.secondary.disabled i,
.secondary.disabled:hover i {
  color: #999;
}
.tertiary {
  justify-content: flex-start;
}
.tertiary:hover {
  text-decoration: none !important;
}
.tertiary.disabled,
.tertiary.disabled:hover {
  background-color: #fff;
  color: #999;
  border-color: #fff;
}
.tertiary.disabled i,
.tertiary.disabled:hover i {
  color: #999;
}
.primary-blue {
  background: #2375bb;
  color: #fff !important;
  border: 1px solid #2375bb;
}
.primary-blue:hover,
.primary-blue:active,
.primary-blue.hover {
  background: #005394;
  color: #fff !important;
  border: 1px solid #005394;
}
.primary-orange {
  background: #e1500b;
  color: #fff !important;
  border: 1px solid #e1500b;
}
.primary-orange:hover,
.primary-orange:active,
.primary-orange.hover {
  background: #cb4708;
  color: #fff !important;
  border: 1px solid #cb4708;
}
.primary-green {
  background: #0b7630;
  color: #fff !important;
  border: 1px solid #0b7630;
}
.primary-green:hover,
.primary-green:active,
.primary-green.hover {
  background: #085c26;
  color: #fff !important;
  border: 1px solid #085c26;
}
.primary-red {
  background: #c33d39;
  color: #fff !important;
  border: 1px solid #c33d39;
}
.primary-red:hover,
.primary-red:active,
.primary-red.hover {
  background: #c3241f;
  color: #fff !important;
  border: 1px solid #c3241f;
}
.primary-grey {
  background: #eee;
  border: 1px solid #fff;
  color: #2375bb !important;
}
.primary-grey:hover,
.primary-grey:active,
.primary-grey.hover {
  background: #ddd;
  color: #005394 !important;
}
.primary-grey i {
  color: #2375bb !important;
}
.secondary-blue {
  background: #fff;
  border: 1px solid #2375bb;
  color: #2375bb !important;
}
.secondary-blue:hover,
.secondary-blue:active,
.secondary-blue.hover {
  border: 1px solid #005394;
  color: #005394 !important;
  background-color: rgba(35,117,183,0.1);
}
.secondary-blue i {
  color: #2375bb !important;
}
.secondary-orange {
  background: #fff;
  border: 1px solid #e1500b;
  color: #e1500b !important;
}
.secondary-orange:hover,
.secondary-orange:active,
.secondary-orange.hover {
  border: 1px solid #cb4708;
  color: #cb4708 !important;
}
.secondary-orange i {
  color: #e1500b;
}
.secondary-green {
  background: #fff;
  border: 1px solid #0b7630;
  color: #0b7630 !important;
}
.secondary-green:hover,
.secondary-green:active,
.secondary-green.hover {
  border: 1px solid #085c26;
  color: #085c26 !important;
}
.secondary-green i {
  color: #0b7630;
}
.secondary-red {
  background: #fff;
  border: 1px solid #c33d39;
  color: #c33d39 !important;
}
.secondary-red:hover,
.secondary-red:active,
.secondary-red.hover {
  border: 1px solid #c3241f;
  color: #c3241f !important;
}
.secondary-red i {
  color: #c33d39 !important;
}
.secondary-grey {
  background: #fff;
  border: 1px solid #eee;
  color: #2375bb !important;
}
.secondary-grey:hover,
.secondary-grey:active,
.secondary-grey.hover {
  border-color: #ddd;
  color: #005394 !important;
}
.secondary-grey i {
  color: #2375bb;
}
.secondary-grey i:hover {
  color: #005394 !important;
}
.tertiary-blue {
  outline: none;
  color: #2375bb !important;
}
.tertiary-blue:hover,
.tertiary-blue:active,
.tertiary-blue.hover {
  color: #005394 !important;
}
.tertiary-blue:hover i,
.tertiary-blue:active i,
.tertiary-blue.hover i {
  color: #005394 !important;
}
.tertiary-blue i {
  color: #2375bb !important;
}
.tertiary-orange {
  outline: none;
  color: #e1500b !important;
}
.tertiary-orange:hover,
.tertiary-orange:active,
.tertiary-orange.hover {
  color: #cb4708 !important;
}
.tertiary-orange:hover i,
.tertiary-orange:active i,
.tertiary-orange.hover i {
  color: #cb4708 !important;
}
.tertiary-orange i {
  color: #e1500b !important;
}
.tertiary-green {
  outline: none;
  color: #0b7630 !important;
}
.tertiary-green:hover,
.tertiary-green:active,
.tertiary-green.hover {
  color: #085c26 !important;
}
.tertiary-green:hover i,
.tertiary-green:active i,
.tertiary-green.hover i {
  color: #085c26 !important;
}
.tertiary-green i {
  color: #0b7630 !important;
}
.tertiary-red {
  outline: none;
  color: #c33d39 !important;
}
.tertiary-red:hover,
.tertiary-red:active,
.tertiary-red.hover {
  color: #c3241f !important;
}
.tertiary-red:hover i,
.tertiary-red:active i,
.tertiary-red.hover i {
  color: #c3241f !important;
}
.tertiary-red i {
  color: #c33d39 !important;
}
.tertiary-grey {
  outline: none;
  color: #2375bb !important;
}
.tertiary-grey:hover,
.tertiary-grey:active,
.tertiary-grey.hover {
  color: #005394 !important;
}
.tertiary-grey i {
  color: #2375bb !important;
}
.tertiary-grey i:hover {
  color: #005394 !important;
}
.Button:disabled,
.Button.disabled,
.Button.disabled:hover {
  cursor: not-allowed;
}
.Button:disabled label,
.Button.disabled label,
.Button.disabled:hover label {
  cursor: not-allowed;
}
.Button:disabled i,
.Button.disabled i,
.Button.disabled:hover i {
  color: #fff !important;
}
.secondary:disabled i,
.tertiary:disabled i,
.secondary.disabled i,
.tertiary.disabled i,
.secondary.disabled:hover i,
.tertiary.disabled:hover i {
  color: #999 !important;
}

.Loading {
  height: inherit;
  width: inherit;
}

@media (max-width: 768px) {
}
@media (max-width: 768px) {
}
@-moz-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-webkit-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-o-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-moz-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-webkit-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-o-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-moz-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-o-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.ProductSuggestion {
  color: #000;
  font-size: 12px;
  padding: 8px;
  display: grid;
  grid-template-columns: 70px 1fr;
  grid-gap: 16px;
}
.ProductSuggestion .group {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.ProductSuggestion .price {
  display: flex;
  align-items: top;
  justify-content: flex-start;
}
.ProductSuggestion .info {
  display: flex;
  flex-flow: column;
}
.ProductSuggestion .image-wrap {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
.ProductSuggestion .image-wrap img {
  max-height: 60px;
  width: 100%;
}
.ProductSuggestion .in-stock {
  color: #0b7630;
  margin: 8px 0;
  font-size: 14px;
  font-weight: 600;
}
.ProductSuggestion .in-stock:after {
  font-family: "Font Awesome 5 Pro";
  font-size: 11px;
  font-weight: 900;
  content: "\f078";
  margin-left: 4px;
}
.ProductSuggestion .product-name {
  margin-top: -4px;
  margin-bottom: 8px;
  line-height: 16px;
  font-size: 12px;
  max-width: 80%;
  color: #2375bb;
}
.ProductSuggestion .id-numbers {
  font-size: 12px;
  color: #999;
  padding: 0;
  text-align: left;
}
.ProductSuggestion .spacer {
  padding: 0 10px;
}
.ProductSuggestion .numberInput .NumberInput {
  width: 100%;
}
.ProductSuggestion .numberInput .NumberInput .col2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 8px;
}
@media (max-width: 768px) {
  .ProductSuggestion {
    grid-template-columns: 80px 1fr;
    grid-gap: 24px;
  }
  .ProductSuggestion .showOnHover {
    display: grid;
  }
}
.ProductSuggestion .col2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 8px;
}

@media (max-width: 768px) {
}
@media (max-width: 768px) {
}
@-moz-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-webkit-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-o-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-moz-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-webkit-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-o-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-moz-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-o-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.SuggestedCategories {
  padding: 8px 0;
}
.SuggestedCategories ol {
  list-style: none;
  padding: 8px;
  margin: 4px 0;
}
.SuggestedCategories h3 {
  font-weight: bold;
  color: #454545;
  padding: 0 8px;
  font-size: 14px;
}
.SuggestedCategories li {
  padding: 4px 0;
  font-size: 12px;
  color: #2375bb;
}

@media (max-width: 768px) {
}
@media (max-width: 768px) {
}
@-moz-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-webkit-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-o-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-moz-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-webkit-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-o-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-moz-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-o-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.SuggestedKeywords {
  padding: 8px 0;
}
.SuggestedKeywords h3 {
  font-weight: bold;
  color: #454545;
  padding: 0 8px;
  font-size: 14px;
}
.SuggestedKeywords ol {
  list-style: none;
  padding: 8px;
  margin: 4px 0;
}
.SuggestedKeywords li {
  padding: 4px 0;
  font-size: 12px;
}
.SuggestedKeywords span {
  color: #2375bb;
  margin-right: 3px;
}

@media (max-width: 768px) {
}
@media (max-width: 768px) {
}
.SuggestedProducts .Loading .image-wrap,
.SuggestedProducts .Loading .heading,
.SuggestedProducts .Loading .heading-end,
.SuggestedProducts .Loading .id-numbers span.num {
  background-color: #ddd;
  border-radius: 6px;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: linear-gradient(to right, #eee 10%, #ddd 20%, #eee 30%);
  background-size: 800px 104px;
  position: relative;
}
@-moz-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-webkit-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-o-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-moz-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-webkit-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-o-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-moz-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-o-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.SuggestedProducts {
  padding: 8px 0 0 8px;
}
.SuggestedProducts h3 {
  font-weight: bold;
  color: #454545;
  padding: 0 8px;
  font-size: 14px;
}
.SuggestedProducts .list {
  padding: 8px 0;
  margin: 4px 0;
}
.SuggestedProducts .Loading {
  display: grid;
  grid-template-columns: 70px 1fr;
  padding: 8px;
  grid-gap: 16px;
  width: 82%;
}
.SuggestedProducts .Loading .group {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.SuggestedProducts .Loading .image-wrap {
  height: 55px;
  width: 100%;
}
.SuggestedProducts .Loading .heading {
  height: 12px;
  width: 100%;
  margin-bottom: 6px;
}
.SuggestedProducts .Loading .heading-end {
  height: 12px;
  width: 30%;
  margin-bottom: 6px;
}
.SuggestedProducts .Loading .id-numbers {
  margin-top: 12px;
  display: grid;
  grid-template-columns: 1fr 10px 1fr;
  width: 40%;
}
.SuggestedProducts .Loading .id-numbers span.num {
  height: 12px;
  width: 100px;
}

@media (max-width: 768px) {
}
@media (max-width: 768px) {
}
@-moz-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-webkit-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-o-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-moz-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-webkit-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-o-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-moz-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-o-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.HeaderSuggestions {
  margin-top: 2px;
  width: 712px;
  padding: 8px 8px 16px 8px;
  border-radius: 6px;
  box-shadow: 0 0 5px rgba(0,0,0,0.4);
  background-color: #fff;
}
.HeaderSuggestions .inner {
  display: grid;
  grid-template-columns: 200px 1fr;
}
.HeaderSuggestions .inner .left {
  position: relative;
}
.HeaderSuggestions .inner .left .seperator {
  position: absolute;
  right: 0;
  top: 10px;
  bottom: 10px;
  width: 1px;
  background-color: #ddd;
}
.HeaderSuggestions .inner .right {
  position: relative;
}
.HeaderSuggestions .seeAllResults {
  margin-top: 24px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  color: #2375bb;
}

@media (max-width: 768px) {
}
@media (max-width: 768px) {
}
.NotificationCount .inner.up {
  animation: sweller 750ms;
  animation-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
@-moz-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-webkit-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-o-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-moz-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-webkit-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-o-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-moz-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-o-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.NotificationCount .inner {
  position: relative;
  z-index: 2;
  background-color: #c33d39;
  border-radius: 100%;
  height: 15px;
  width: 15px;
  font-size: 9px;
  color: #fff;
  padding: 2px 4px;
  position: absolute;
  box-shadow: -2px 2px 2px rgba(0,0,0,0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -10px 0 0 10px;
}
@media (max-width: 768px) {
  .NotificationCount .inner {
    margin: -38px 0 0 24px;
  }
}
.NotificationCount .inner.up {
  animation-delay: 500ms;
}
.NotificationCount .explosion {
  z-index: 0;
  position: absolute;
  height: 100px;
  width: 100px;
  margin: -61px 0 0 -46px;
  top: 50%;
  left: 50%;
  background: url("/images/explosion.png") no-repeat;
  background-position: 2800px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.NotificationCount .explosion.boom {
  background-position: -2800px 0;
  transition: background 1s steps(56);
}
.NotificationCount .explosion .NotificationCount {
  z-index: 2;
}
@media (max-width: 768px) {
  .NotificationCount .explosion {
    margin: -62px 0 0px -40px;
    display: none;
  }
}

@media (max-width: 768px) {
}
@media (max-width: 768px) {
}
@-moz-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-webkit-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-o-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-moz-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-webkit-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-o-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-moz-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-o-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.MobileCart h2 {
  font-size: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid #999;
}
.MobileCart .inner {
  padding: 40px 0 0 0;
  position: relative;
}

.InStock,
.InStock .out-stock {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media (max-width: 768px) {
}
@media (max-width: 768px) {
}
@-moz-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-webkit-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-o-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-moz-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-webkit-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-o-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-moz-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-o-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.InStock .in-stock:after,
.InStock .out-stock:after {
  font-family: "Font Awesome 5 Pro";
  font-size: 11px;
  font-weight: 900;
  content: "\f078";
  margin-left: 4px;
}
.InStock {
  padding: 10px 0;
  justify-content: flex-start;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.InStock .in-stock {
  color: #0b7630;
}
.InStock .out-stock {
  margin: 8px 0;
  color: #c33d39;
}
@media (max-width: 768px) {
  .InStock .out-stock {
    font-size: 12px;
  }
}

.Notifier .close {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media (max-width: 768px) {
}
@media (max-width: 768px) {
}
@-moz-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-webkit-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-o-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-moz-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-webkit-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-o-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-moz-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-o-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.Notifier {
  border: 1px solid #000;
  display: none;
}
.Notifier a {
  color: #2375bb;
}
@media (max-width: 768px) {
  .Notifier .Icon {
    align-items: flex-start;
  }
}
.Notifier .innerNotifier {
  position: relative;
  display: grid;
  grid-template-columns: 60px 1fr;
  padding: 12px 48px 12px 0;
}
.Notifier.open {
  display: block;
}
.Notifier.success {
  background-color: rgba(11,118,48,0.1);
  border-color: #0b7630;
}
.Notifier.success .Icon i,
.Notifier.success .close,
.Notifier.success .heading {
  color: #0b7630;
}
.Notifier.success .close:hover {
  background-color: rgba(11,118,48,0.1);
}
.Notifier.warn {
  background-color: rgba(183,183,57,0.1);
  border-color: #eba90c;
}
.Notifier.warn .Icon i,
.Notifier.warn .close,
.Notifier.warn .heading {
  color: #eba90c;
}
.Notifier.warn .close:hover {
  background-color: rgba(183,183,57,0.1);
}
.Notifier.info {
  background-color: rgba(35,117,183,0.1);
  border-color: #2375bb;
}
.Notifier.info .Icon i,
.Notifier.info .close,
.Notifier.info .heading {
  color: #2375bb;
}
.Notifier.info .close:hover {
  background-color: rgba(35,117,183,0.1);
}
.Notifier.error {
  background-color: rgba(195,61,57,0.1);
  border-color: #c33d39;
}
.Notifier.error .Icon i,
.Notifier.error .close,
.Notifier.error .heading {
  color: #c33d39;
}
.Notifier.error a {
  color: #2375bb;
}
.Notifier.error .close:hover {
  background-color: rgba(195,61,57,0.1);
}
.Notifier .heading {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  margin: 0 8px 0 0;
}
.Notifier .close {
  position: absolute;
  display: flex;
  height: 20px;
  width: 20px;
  font-size: 26px;
  right: 4px;
  top: 4px;
  cursor: pointer;
}
.Notifier .text {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  line-height: 20px;
  font-size: 14px;
}
@media (max-width: 768px) {
  .Notifier .text {
    align-items: flex-start;
    flex-flow: column;
  }
}

.CartItem .in-stock,
.CartItem .middle,
.CartItem .middle .deleteButton,
.CartItem .price {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media (max-width: 768px) {
}
@media (max-width: 768px) {
}
@-moz-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-webkit-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-o-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-moz-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-webkit-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-o-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-moz-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-o-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@media (max-width: 768px) {
  .CartItem {
    padding: 0;
  }
}
.CartItem > .inner {
  padding: 16px 0 16px 0;
  display: grid;
  grid-template-columns: 80px 1fr;
  border-bottom: 1px solid #ddd;
}
.CartItem .image-wrap {
  padding: 0 8px;
}
.CartItem .image-wrap img {
  width: 65px;
}
.CartItem .col3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.CartItem .in-stock {
  justify-content: flex-start;
  color: #0b7630;
  margin: 8px 0;
  font-size: 14px;
  font-weight: 600;
}
.CartItem .in-stock:after {
  font-family: "Font Awesome 5 Pro";
  font-size: 11px;
  font-weight: 900;
  content: "\f078";
  margin-left: 4px;
}
.CartItem .in-stock.out {
  color: #c33d39;
}
@media (max-width: 768px) {
  .CartItem .in-stock {
    font-size: 12px;
  }
}
.CartItem .product-name {
  margin-top: -4px;
  margin-bottom: 8px;
  line-height: 16px;
  color: #2375bb;
}
.CartItem .id-numbers {
  font-size: 11px;
  color: #454545;
  padding: 0 0 8px 0;
}
@media (max-width: 768px) {
  .CartItem .id-numbers {
    font-size: 9px;
  }
}
.CartItem .spacer {
  padding: 0 10px;
}
.CartItem .middle .NumberInput {
  margin-right: 8px;
}
.CartItem .middle .deleteButton {
  cursor: pointer;
  border-radius: 100%;
  width: 80px;
  height: 40px;
  font-size: 18px;
}
.CartItem .middle .deleteButton:hover {
  background-color: #eee;
}
.CartItem .price {
  justify-content: flex-end;
  font-weight: bold;
  text-align: right;
  font-size: 14px;
}
@media (max-width: 768px) {
  .CartItem .price .currency {
    Cfont-size: 18px;
  }
}

@media (max-width: 768px) {
}
@media (max-width: 768px) {
}
@-moz-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-webkit-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-o-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-moz-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-webkit-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-o-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-moz-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-o-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.CouponInput {
  float: right;
  border: 1px solid #ddd;
  width: 420px;
  padding: 32px;
  margin: 16px 0;
}
@media (max-width: 768px) {
  .CouponInput {
    width: 100%;
    float: none;
    box-shadow: 0 0 4px #999;
    margin: 12px 0;
    padding: 16px;
  }
}
.CouponInput .inner {
  margin: 0;
  display: grid;
  grid-template-columns: 65% 32%;
  grid-gap: 8px;
  align-items: flex-end;
}
.CouponInput .TextInput label {
  font-weight: bold;
}
.CouponInput p.small {
  color: #999;
}

@media (max-width: 768px) {
}
@media (max-width: 768px) {
}
@-moz-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-webkit-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-o-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-moz-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-webkit-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-o-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-moz-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-o-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@media (max-width: 768px) {
  .CartTotal {
    margin: 8px;
  }
}
.CartTotal:after {
  clear: both;
  content: "";
  display: block;
}
.CartTotal > .inner {
  float: right;
  border: 1px solid #ddd;
  padding: 16px 32px;
  width: 460px;
  margin: 16px 0 0 16px;
}
@media (max-width: 768px) {
  .CartTotal > .inner {
    float: none;
    width: 100%;
    margin: 0;
    padding: 16px;
    box-shadow: 0 0 4px #999;
  }
}
.CartTotal .couponCode {
  padding-left: 8px;
  padding-right: 8px;
  background-color: #ddd;
}
.CartTotal .couponCode .codeText .Icon {
  float: left;
  margin-right: 8px;
  padding: 0 4px;
}
.CartTotal .couponCode .codeText .Icon:hover {
  cursor: pointer;
  background-color: #999;
}
.CartTotal h3.summary {
  padding: 12px 0;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
}
.CartTotal .col2 {
  grid-template-columns: 70% 30%;
  padding: 8px 0;
}
.CartTotal .col2 .right {
  display: flex;
  justify-content: flex-end;
}
.CartTotal .estimateFreight {
  padding: 8px 0;
}
.CartTotal .estimateFreight a {
  color: #2375bb;
  text-decoration: none;
}
.CartTotal .total {
  font-size: 24px;
  border-top: 1px solid #ddd;
  padding: 16px 0;
}
.CartTotal .buttons {
  padding: 8px 0;
}
@media (max-width: 768px) {
  .CartTotal .buttons {
    display: none;
  }
}
.CartTotal .notice {
  color: #0b7630;
  letter-spacing: 1px;
}
.CartTotal .buttons > .Button {
  margin: 16px 0;
}
.CartTotal .continueShopping {
  text-align: center;
  margin-top: 16px;
}
.CartTotal .continueShopping a {
  color: #454545;
  text-decoration: none;
}
.CartTotal .continueShopping a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
}
@media (max-width: 768px) {
}
@-moz-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-webkit-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-o-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-moz-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-webkit-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-o-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-moz-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-o-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.CartPanel {
  position: fixed;
  top: 80px;
  bottom: 8px;
  left: 32px;
  right: 32px;
  overflow-y: auto;
}
@media (max-width: 768px) {
  .CartPanel {
    left: 16px;
    right: 16px;
  }
}
.CartPanel h2 {
  font-size: 24px;
  border-bottom: 1px solid #999;
  padding-bottom: 16px;
  display: grid;
  grid-template-columns: 100px 1fr;
  left: 16px;
  right: 16px;
}
.CartPanel .switchCarts {
  align-items: center;
  font-size: 12px;
  color: #2375bb;
  display: flex;
  cursor: pointer;
}
.CartPanel .switchCarts .Icon {
  margin-right: 8px;
}

@media (max-width: 768px) {
}
@media (max-width: 768px) {
}
@-moz-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-webkit-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-o-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-moz-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-webkit-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-o-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-moz-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-o-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.MobileSwitchCarts h2 {
  font-size: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid #999;
}
.MobileSwitchCarts > .inner {
  padding: 40px 0 0 0;
  position: relative;
}
.MobileSwitchCarts .SwitchCartItem {
  border: 2px solid #fff;
  width: 100%;
  padding: 16px;
  border-radius: 2px;
  box-shadow: 0 0 2px #999;
  transition: box-shadow 300ms;
  margin-bottom: 16px;
  cursor: pointer;
}
.MobileSwitchCarts .SwitchCartItem > .topLine {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.MobileSwitchCarts .SwitchCartItem > .midLine {
  padding: 8px 0;
}
.MobileSwitchCarts .SwitchCartItem .name {
  text-align: left;
  color: #2375bb;
  font-size: 14px;
  font-weight: bold;
}
.MobileSwitchCarts .SwitchCartItem .cartPrice {
  font-size: 14px;
  text-align: right;
  font-weight: bold;
}
.MobileSwitchCarts .SwitchCartItem .endUser {
  color: #999;
  display: flex;
  font-size: 12px;
}
.MobileSwitchCarts .SwitchCartItem .endUser .Icon {
  margin-right: 8px;
}
.MobileSwitchCarts .SwitchCartItem.active {
  border-color: #2375bb;
}
.MobileSwitchCarts .SwitchCartItem:hover {
  box-shadow: 2px 2px 6px #ddd;
}
.MobileSwitchCarts .Thumbs {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
.MobileSwitchCarts .Thumbs .image {
  border: 1px solid #ddd;
  height: 48px;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 2px;
}
.MobileSwitchCarts .Thumbs .image img {
  height: 40px;
}
.MobileSwitchCarts .Thumbs .plusMore {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-left: 8px;
}
.MobileSwitchCarts .Thumbs .plusMore span {
  font-size: 12px;
}
.MobileSwitchCarts .MobileStickyBottom {
  position: fixed;
  background-color: #fff;
  padding: 8px 32px;
  bottom: 0;
  left: 0;
  right: 0;
}

@media (max-width: 768px) {
}
@media (max-width: 768px) {
}
@-moz-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-webkit-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-o-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-moz-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-webkit-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-o-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-moz-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-o-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.SwitchCartsPanel {
  position: fixed;
  top: 97px;
  bottom: 32px;
  left: 32px;
  right: 32px;
  overflow-x: hidden;
  overflow-y: auto;
}
@media (max-width: 768px) {
  .SwitchCartsPanel {
    left: 16px;
    right: 16px;
  }
}
.SwitchCartsPanel h2 {
  position: fixed;
  top: 32px;
  left: 32px;
  right: 32px;
  font-size: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid #999;
}
@media (max-width: 768px) {
  .SwitchCartsPanel h2 {
    left: 16px;
    right: 16px;
  }
}

@media (max-width: 768px) {
}
@media (max-width: 768px) {
}
@-moz-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-webkit-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-o-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-moz-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-webkit-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-o-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-moz-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-o-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.NotificationItem {
  display: grid;
  grid-template-columns: 50px 1fr 40px;
  padding: 24px 0;
  border-bottom: 1px solid #ddd;
}
.NotificationItem .profile {
  width: 40px;
}
.NotificationItem .profile img {
  width: inherit;
}
.NotificationItem .text {
  line-height: 16px;
}
.NotificationItem .subject {
  font-size: 14px;
  color: #2375bb;
}
.NotificationItem .message {
  font-size: 12px;
}
.NotificationItem .date {
  font-size: 10px;
}


@media (max-width: 768px) {
}
@media (max-width: 768px) {
}
@-moz-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-webkit-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-o-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-moz-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-webkit-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-o-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-moz-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-o-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.NotificationPanel {
  position: fixed;
  top: 68px;
  left: 32px;
  right: 32px;
  bottom: 8px;
  overflow-y: auto;
}
@media (max-width: 768px) {
  .NotificationPanel {
    margin-top: 60px;
    left: 16px;
    right: 16px;
  }
}
.NotificationPanel h2 {
  font-size: 24px;
  padding-bottom: 8px;
  border-bottom: 1px solid #999;
}
@media (max-width: 768px) {
  .NotificationPanel h2 {
    left: 16px;
    right: 16px;
  }
}
.NotificationPanel .Icon {
  margin-right: 0px;
  margin-top: -4px;
  margin-left: -10px;
}
.NotificationPanel > .inner {
  padding: 0;
  position: relative;
}
.NotificationPanel .heading h2 {
  display: flex;
}
.NotificationPanel .bellNotify {
  animation: ringBell 1s 2s ease-in-out normal;
  transform-origin: 50% 0px;
  border-radius: 100%;
  height: 40px;
  width: 40px;
}
.NotificationPanel .bellNotify:hover {
  background-color: #fff;
}
@-moz-keyframes ringBell {
  0% {
    transform: rotate(0);
  }
  7% {
    transform: rotate(-20deg);
  }
  14% {
    transform: rotate(18deg);
  }
  21% {
    transform: rotate(-16deg);
  }
  28% {
    transform: rotate(14deg);
  }
  35% {
    transform: rotate(-12deg);
  }
  42% {
    transform: rotate(10deg);
  }
  49% {
    transform: rotate(-8deg);
  }
  56% {
    transform: rotate(6deg);
  }
  63% {
    transform: rotate(-4deg);
  }
  70% {
    transform: rotate(2deg);
  }
  77% {
    transform: rotate(-1deg);
  }
  84% {
    transform: rotate(1deg);
  }
  91% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(0);
  }
}
@-webkit-keyframes ringBell {
  0% {
    transform: rotate(0);
  }
  7% {
    transform: rotate(-20deg);
  }
  14% {
    transform: rotate(18deg);
  }
  21% {
    transform: rotate(-16deg);
  }
  28% {
    transform: rotate(14deg);
  }
  35% {
    transform: rotate(-12deg);
  }
  42% {
    transform: rotate(10deg);
  }
  49% {
    transform: rotate(-8deg);
  }
  56% {
    transform: rotate(6deg);
  }
  63% {
    transform: rotate(-4deg);
  }
  70% {
    transform: rotate(2deg);
  }
  77% {
    transform: rotate(-1deg);
  }
  84% {
    transform: rotate(1deg);
  }
  91% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(0);
  }
}
@-o-keyframes ringBell {
  0% {
    transform: rotate(0);
  }
  7% {
    transform: rotate(-20deg);
  }
  14% {
    transform: rotate(18deg);
  }
  21% {
    transform: rotate(-16deg);
  }
  28% {
    transform: rotate(14deg);
  }
  35% {
    transform: rotate(-12deg);
  }
  42% {
    transform: rotate(10deg);
  }
  49% {
    transform: rotate(-8deg);
  }
  56% {
    transform: rotate(6deg);
  }
  63% {
    transform: rotate(-4deg);
  }
  70% {
    transform: rotate(2deg);
  }
  77% {
    transform: rotate(-1deg);
  }
  84% {
    transform: rotate(1deg);
  }
  91% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes ringBell {
  0% {
    transform: rotate(0);
  }
  7% {
    transform: rotate(-20deg);
  }
  14% {
    transform: rotate(18deg);
  }
  21% {
    transform: rotate(-16deg);
  }
  28% {
    transform: rotate(14deg);
  }
  35% {
    transform: rotate(-12deg);
  }
  42% {
    transform: rotate(10deg);
  }
  49% {
    transform: rotate(-8deg);
  }
  56% {
    transform: rotate(6deg);
  }
  63% {
    transform: rotate(-4deg);
  }
  70% {
    transform: rotate(2deg);
  }
  77% {
    transform: rotate(-1deg);
  }
  84% {
    transform: rotate(1deg);
  }
  91% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(0);
  }
}


@media (max-width: 768px) {
}
@media (max-width: 768px) {
}
@-moz-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-webkit-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-o-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-moz-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-webkit-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-o-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-moz-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-o-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.hamburger {
  display: inline-block;
  overflow: visible;
  margin: 0;
  padding: 8px;
  cursor: pointer;
  transition-timing-function: linear;
  transition-duration: 0.25s;
  transition-property: opacity, filter;
  text-transform: none;
  border: 0;
  background-color: transparent;
  outline: none;
}
.is-active:hover,
.hamburger:hover {
  opacity: 0.7;
}
.is-active .hamburger-inner,
.is-active .hamburger-inner:after,
.is-active .hamburger-inner:before {
  background-color: #fff;
}
.hamburger-box {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
}
.hamburger-inner {
  top: 50%;
  display: block;
  margin-top: -2px;
}
.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
  position: absolute;
  width: 24px;
  height: 3px;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform;
  border-radius: 4px;
  background-color: #fff;
}
.hamburger-inner:after,
.hamburger-inner:before {
  display: block;
  content: "";
}
.hamburger-inner:before {
  top: -8px;
}
.hamburger-inner:after {
  bottom: -8px;
}
.hamburger--spin .hamburger-inner {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 0.22s;
}
.hamburger--spin .hamburger-inner:before {
  transition: top 0.1s ease-in 0.25s, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner:after {
  transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(225deg);
}
.hamburger--spin.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s ease-out, opacity 0.1s ease-out 0.12s;
  opacity: 0;
}
.hamburger--spin.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(-90deg);
}

@media (max-width: 768px) {
}
@media (max-width: 768px) {
}
@-moz-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-webkit-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-o-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-moz-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-webkit-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-o-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-moz-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-o-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.MobileMenu {
  position: relative;
  min-height: 100vh;
  transition: transform 350ms;
}
.MobileMenu .panel {
  background-color: #fff;
  top: 0;
  position: absolute;
  width: 100vw;
  height: 100vh;
  z-index: 1;
}
.MobileMenu .level2 {
  transform: translateX(100vw);
}
.MobileMenu.level-2 {
  transform: translateX(-100vw);
}
.MobileMenu.panel-home .home,
.MobileMenu.panel-account .account {
  z-index: 2;
}
.MobileMenu .menuLink {
  cursor: pointer;
}
.MobileMenuLink {
  display: flex;
  height: 60px;
  align-items: center;
  text-decoration: none;
  padding-left: 16px;
  color: #000;
}
.MobileMenuItem,
.MobileMenuHeading {
  display: grid;
  grid-template-columns: 1fr 60px;
  height: 60px;
  align-items: center;
  padding-left: 16px;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 0.5px solid #ddd;
  cursor: pointer;
}
.MobileMenuItem.account,
.MobileMenuHeading.account {
  background-color: #eee;
}
.MobileMenuItem.account > .inner,
.MobileMenuHeading.account > .inner {
  flex-flow: row;
  display: flex;
  height: 60px;
  align-items: center;
}
.MobileMenuItem.account > .inner .Icon,
.MobileMenuHeading.account > .inner .Icon {
  margin-right: 16px;
}
.MobileMenuHeading {
  background-color: #eee;
  grid-template-columns: 40px 1fr;
  text-align: center;
}
.MobileMenuHeading .Icon {
  justify-content: flex-start;
}

@media (max-width: 768px) {
}
@media (max-width: 768px) {
}
@-moz-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-webkit-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-o-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-moz-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-webkit-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-o-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-moz-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-o-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.MobileHeader {
  display: none;
  z-index: 4;
  position: fixed;
  width: 100%;
  height: 86px;
  box-sizing: border-box;
}
.MobileHeader > .inner {
  width: 100%;
  background-color: #2375bb;
  color: #fff;
  height: 56px;
  z-index: 2;
  position: relative;
}
.MobileHeader .logo {
  position: relative;
  top: 14px;
  left: 12px;
  color: #fff;
  width: 130px;
}
.MobileHeader .logo img {
  width: inherit;
}
.MobileHeader .icons {
  position: absolute;
  right: 4px;
  top: 8px;
  width: 120px;
  display: flex;
  flex-flow: row;
}
.MobileHeader .icons .Icon {
  cursor: pointer;
  width: 40px;
  height: 40px;
}
.MobileHeader .mobileSlider {
  background-color: #f8f8f8;
  z-index: 1;
}
.MobileHeader .mobileSlider .close {
  display: none;
}
.MobileHeader .MobileSearch {
  background-color: #fff;
  box-shadow: 0 2px 4px #ddd;
  display: flex;
  border-radius: 0;
  padding: 4px 12px;
}
.MobileHeader .MobileSearch .TextInput {
  width: 100%;
}
.MobileHeader .MobileSearch .TextInput input {
  padding: 0 12px;
  border: none;
}
.MobileHeader .MobileSearch .TextInput input:focus {
  box-shadow: none;
  outline: none;
}
@media (max-width: 768px) {
  .Header {
    display: none;
  }
  .MobileHeader {
    display: block;
  }
}

@media (max-width: 768px) {
}
@media (max-width: 768px) {
}
@-moz-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-webkit-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-o-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-moz-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-webkit-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-o-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-moz-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-o-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@media (min-width: 768px) {
  .Header {
    display: block;
  }
  .MobileHeader {
    display: none;
  }
}
.Header {
  box-sizing: border-box;
  z-index: 4;
}
.Header .topLine {
  padding: 10px 40px;
  background-color: #eee;
  font-size: 14px;
}
.Header .topLine .subNav {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 200px;
}
.Header .topLine .subNavLeft {
  display: flex;
  justify-content: flex-start;
}
.Header .topLine .subNavLeft a {
  margin-right: 40px;
}
.Header .topLine .subNavRight {
  display: flex;
  justify-content: flex-end;
}
.Header .topLine .region {
  text-decoration: underline;
  font-weight: 200;
}
.Header .topLine a {
  color: #999;
}
.Header .midLine {
  padding: 24px 40px;
  background-color: #2375bb;
}
.Header .midLine .subNav {
  display: grid;
  grid-template-columns: 192px 1fr;
  grid-gap: 16px;
  max-width: 1280px;
  margin: 0 auto;
}
.Header .midLine .SearchElement {
  max-width: 720px;
}
.Header .midLine .logo {
  color: #fff;
  width: 192px;
}
.Header .midLine .logo img {
  width: inherit;
}
.Header .botLine {
  padding: 0 40px 24px 40px;
  background-color: #2375bb;
}
.Header .botLine .subNav {
  display: grid;
  grid-template-columns: 300px 1fr 300px;
  grid-gap: 16px;
  max-width: 1280px;
  margin: 0 auto;
}
.Header .botLine .subNavLeft {
  display: flex;
  justify-content: space-between;
}
.Header .botLine .subNavRight {
  display: flex;
  justify-content: space-between;
}
.Header .botLine a {
  color: #fff;
}
.Header .botLine .Icon {
  cursor: pointer;
}
.Header .navLink {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
}
.Header .navIcon {
  position: relative;
}
.Header .navIcon .Icon {
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
}
@media (max-width: 768px) {
}
@-moz-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-webkit-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-o-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-moz-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-webkit-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-o-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-moz-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-o-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.Tooltip {
  position: absolute;
  z-index: 9;
  padding: 8px;
  box-sizing: border-box;
  border-radius: 5px;
  align-items: center;
  font-size: 14px;
  letter-spacing: 1px;
  display: flex;
  top: -9999px;
  left: -9999px;
}
.Tooltip.white {
  background-color: #fff;
  box-shadow: 0 1px 4px #999;
}
.Tooltip.light {
  background-color: #ddd;
  box-shadow: 0 1px 4px #454545;
}
.Tooltip.dark {
  background-color: #454545;
  box-shadow: 0;
  color: #fff;
}
.Tooltip:before {
  display: block;
  position: absolute;
  height: 30px;
  width: 40px;
  text-align: center;
  font-size: 10px;
  z-index: 1;
}
.Tooltip .cover {
  position: absolute;
  display: block;
  z-index: 2;
}
.Tooltip.white:before {
  color: #fff;
  text-shadow: 0px 1px 4px #999;
}
.Tooltip.light:before {
  color: #ddd;
  text-shadow: 0px 1px 4px #454545;
}
.Tooltip.dark:before {
  color: #454545;
}
.Tooltip.white .cover {
  background-color: #fff;
}
.Tooltip.light .cover {
  background-color: #ddd;
}
.Tooltip.dark .cover {
  background-color: #454545;
}
.Tooltip.above:before {
  content: '▼';
  left: 50%;
  top: 100%;
  margin: -4px 0 0 -20px;
}
.Tooltip.above .cover {
  height: 4px;
  width: 10px;
  top: 100%;
  left: 50%;
  margin: -4px 0 0 -5px;
}
.Tooltip.below:before {
  content: "▲";
  bottom: 100%;
  left: 50%;
  margin: 0 0 -20px -20px;
}
.Tooltip.below .cover {
  height: 4px;
  width: 10px;
  top: 0px;
  left: 50%;
  margin: 0 0 0 -5px;
}
.Tooltip.right:before {
  content: "◀";
  right: 100%;
  top: 50%;
  margin: -8px -18px 0 0;
}
.Tooltip.right .cover {
  height: 10px;
  width: 4px;
  right: 100%;
  top: 50%;
  margin: -5px -4px 0 0;
}
.Tooltip.left:before {
  content: "▶";
  left: 100%;
  top: 50%;
  margin: -5px 0 0 -17px;
}
.Tooltip.left .cover {
  top: 50%;
  right: 0%;
  height: 10px;
  width: 4px;
  margin: -5px 0 0 0;
}

.Accordion .toggleButton {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media (max-width: 768px) {
}
@media (max-width: 768px) {
}
@-moz-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-webkit-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-o-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-moz-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-webkit-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-o-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-moz-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-o-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.Accordion {
  display: flex;
  flex-flow: column;
}
.Accordion.flipped {
  flex-direction: column-reverse;
}
.Accordion .visible {
  align-items: center;
  cursor: pointer;
  display: grid;
  width: 100%;
  user-select: none;
  grid-template-columns: 1fr 40px;
}
.Accordion.hideButton .visible {
  grid-template-columns: 1fr;
}
.Accordion.leftAlign .visible {
  direction: rtl;
}
.Accordion.leftAlign .visible .toggleButton {
  width: 60px;
}
.Accordion .toggleButton {
  height: 20px;
  width: 20px;
  border-radius: 100%;
  justify-self: right;
}
.Accordion .hidden {
  display: none;
}
.Accordion.open .hidden {
  display: block;
}

@media (max-width: 768px) {
}
@media (max-width: 768px) {
}
@-moz-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-webkit-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-o-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-moz-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-webkit-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-o-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-moz-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-o-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.SelectMenu.disabled .Select {
  background-color: #ddd;
}
.SelectMenu .Select {
  background-color: #fff;
  border-radius: 5px;
}
.SelectMenu .Select.error {
  box-shadow: 0 0 10px #c33d39;
}
.SelectMenu .Select.focus {
  box-shadow: 0 0 10px #2375bb;
}
.SelectMenu .Select.noRightSide .Select__control {
  position: relative;
  border-right: 1px solid #ddd;
  margin-right: -2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.SelectMenu .Select.noLeftSide .Select__control {
  position: relative;
  border-left: 1px solid #ddd;
  margin-left: -2px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.SelectMenu .Select__control {
  align-items: center;
  background-color: transparent;
  border-color: #999;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  box-shadow: none;
  box-sizing: border-box;
  cursor: default;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  outline: 0 !important;
  position: relative;
  transition: all 100ms;
  min-width: 62px;
  height: 40px;
}
.SelectMenu .Select__control:hover {
  box-shadow: none;
}
.SelectMenu .Select__control:focus {
  box-shadow: 0 0 10px #2375bb;
}
.SelectMenu .Select__control--is-focused {
  box-shadow: none;
}
.SelectMenu .Select__indicator {
  box-sizing: border-box;
  color: #2375bb;
  display: flex;
  padding: 8px;
  transition: color 150ms;
}
.SelectMenu .Select__indicator:hover {
  color: #999;
}
.SelectMenu .Select__indicator-separator {
  background-color: #fff;
}
.SelectMenu .Select__option {
  cursor: pointer;
}
.SelectMenu .Select__option--is-selected {
  background: rgba(35,117,183,0.1);
  color: #000;
}
.SelectMenu .Select__option--is-focused {
  color: #fff;
  background-color: #2375bb;
}
.SelectMenu .Select__menu {
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(0,0,0,0.1), 0 4px 11px rgba(0,0,0,0.1);
  margin-bottom: 8px;
  margin-top: 8px;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 99;
}
.SelectMenu .Select__menu-list {
  background-color: #fff;
}
.SelectMenu select {
  height: 36px;
  width: 100%;
  display: block;
}
.SelectMenu label {
  color: #454545;
  display: block;
  margin-bottom: 7px;
  font: 0.875rem HelveticaNeue-Bold, "Helvetica Neue Bold", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
.SelectMenu .error-description {
  color: #c33d39;
  font-size: 14px;
  margin: 5px 0 0 0;
}

.DatePicker .mobileOnly {
  display: none;
}
@media (max-width: 768px) {
  .DatePicker .mobileOnly {
    display: flex;
  }
}
.DatePicker .desktopOnly {
  display: flex;
}
@media (max-width: 768px) {
  .DatePicker .desktopOnly {
    display: none;
  }
}
@-moz-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-webkit-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-o-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-moz-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-webkit-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-o-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-moz-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-o-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.DatePicker input[type="date"],
.DatePicker .DayPickerInput input {
  color: #333;
  background: #fff;
  border: 1px solid #999;
  border-radius: 5px;
  display: block;
  font-size: 14px;
  line-height: 36px;
  padding: 0 6px;
  width: 100%;
  box-sizing: border-box;
  position: relative;
}
@media (max-width: 768px) {
  .DatePicker input[type="date"],
  .DatePicker .DayPickerInput input {
    margin-bottom: 16px;
  }
}
.DatePicker {
  font-size: 14px;
}
.DatePicker .DayPickerInput-Overlay {
  top: 0px;
}
.DatePicker .prevMonth {
  position: absolute;
  top: 16px;
  left: 16px;
}
.DatePicker .nextMonth {
  position: absolute;
  top: 16px;
  right: 16px;
}
.DatePicker .DayPicker {
  z-index: 2;
}
.DatePicker .DayPicker-Caption {
  text-align: center;
  color: #2375bb;
  text-transform: uppercase;
  margin-top: -16px;
  font-size: 14px;
}
.DatePicker .DayPicker-Months {
  flex-flow: row;
}
.DatePicker .DayPicker-Month {
  margin: 32px 8px -16px 8px;
  border-collapse: inherit;
  border-spacing: 1px;
  font-size: 14px;
}
.DatePicker .DayPicker-Weekday {
  background-color: #ddd;
  font-weight: bold;
  color: #000;
  margin: 0 1px;
}
.DatePicker .Icon {
  cursor: pointer;
}
.DatePicker .DayPicker-Day {
  border-radius: 0;
}
.DatePicker .DayPicker-Day--today {
  color: #e1500b;
}
.DatePicker .to {
  display: flex;
  align-items: center;
  margin: 0 8px;
}
.DatePicker .DayPickerInput {
  position: relative;
  z-index: 2;
  width: 257px;
}
@media (max-width: 768px) {
  .DatePicker .DayPickerInput {
    display: none;
  }
}
.DatePicker .DayPickerInput:before {
  position: absolute;
  z-index: 2;
  right: 10px;
  top: 10px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f073";
  color: #999;
  font-size: 14px;
}
.DatePicker .DayPickerInput input:disabled,
.DatePicker .DayPickerInput input[disabled="disabled"] {
  background: #ddd;
}
.DatePicker .DayPickerInput input:focus,
.DatePicker .DayPickerInput input.error:focus,
.DatePicker .DayPickerInput input.focus {
  -webkit-box-shadow: 0 0 8px #2375bb;
  outline: none;
}
.DatePicker .DayPickerInput input:focus -moz-box-shadow 0 0 8px $cBlue,
.DatePicker .DayPickerInput input.error:focus -moz-box-shadow 0 0 8px $cBlue,
.DatePicker .DayPickerInput input.focus -moz-box-shadow 0 0 8px $cBlue {
  box-shadow: 0 0 8px #2375bb;
}
.DatePicker .DayPickerInput ::-webkit-input-placeholder {
  color: #999;
}
.DatePicker .DayPickerInput :-ms-input-placeholder {
  color: #999;
}
.DatePicker .DayPickerInput ::-ms-input-placeholder {
  color: #999;
}
.DatePicker .DayPickerInput ::placeholder {
  color: #999;
}
.DatePicker .DayPickerInput input.error {
  background: #fff;
  border: 1px solid #c33d39;
  -webkit-box-shadow: 0 0 8px #c33d39;
  padding-right: 40px;
}
.DatePicker .DayPickerInput input.error -moz-box-shadow 0 0 8px $cRed {
  box-shadow: 0 0 8px #c33d39;
}
.DatePicker .DayPickerInput .error-description {
  color: #c33d39;
  font-size: 14px;
  margin: 7px 0 0;
}
.InputFromTo .DayPicker-Day--selected:not(.DayPicker-Day--start):not(.DayPicker-Day--end):not(.DayPicker-Day--outside) {
  color: #2375bb;
  background-color: rgba(35,117,183,0.1);
}
.InputFromTo .DayPicker-Day--selected:not(.DayPicker-Day--start):not(.DayPicker-Day--end):not(.DayPicker-Day--outside):before {
  display: block;
  background-color: #2375bb;
}
.InputFromTo .DayPicker-Day {
  border-radius: 0;
}
.InputFromTo .DayPicker-Day--start {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.InputFromTo .DayPicker-Day--end {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.InputFromTo .DayPicker-Day .DayPickerInput-Overlay {
  width: 550px;
}
.InputFromTo .InputFromTo-to .DayPickerInput-Overlay {
  margin-left: -198px;
}

@media (max-width: 768px) {
}
@media (max-width: 768px) {
}
@-moz-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-webkit-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-o-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-moz-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-webkit-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-o-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-moz-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-o-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.QuoteSearch {
  width: 940px;
  padding: 16px 0 24px 0;
  display: grid;
  font-size: 14px;
  grid-template-columns: 1fr 400px 80px;
  grid-gap: 16px;
}
@media (max-width: 768px) {
  .QuoteSearch {
    width: 100%;
    grid-template-columns: 1fr;
    padding: 30px 4px;
  }
}
.QuoteSearch.status .multiSearch,
.QuoteSearch.total_price .multiSearch {
  grid-gap: 16px;
}
.QuoteSearch.last_updated,
.QuoteSearch.exp_date {
  grid-template-columns: 140px 400px 80px;
}
.QuoteSearch.last_updated .multiSearch,
.QuoteSearch.exp_date .multiSearch {
  grid-template-columns: 1fr;
}
.QuoteSearch .multiSearch {
  display: grid;
  grid-template-columns: 140px 1fr;
  grid-gap: 0;
}
@media (max-width: 768px) {
  .QuoteSearch .multiSearch {
    grid-template-columns: 1fr;
    grid-gap: 16px;
  }
}
@media (min-width: 768px) {
  .QuoteSearch input.default {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: none;
  }
}
.QuoteSearch input.default:focus {
  box-shadow: none;
}
.QuoteSearch .DatePicker .DayPickerInput {
  width: 188px;
}
.QuoteSearch .Button {
  height: 38px;
}
.QuoteSearch .totalPriceCont {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 8px;
}

.QuoteListHeader .mobileOnly {
  display: none;
}
@media (max-width: 768px) {
  .QuoteListHeader .mobileOnly {
    display: flex;
  }
}
.QuoteListHeader .desktopOnly {
  display: flex;
}
@media (max-width: 768px) {
  .QuoteListHeader .desktopOnly {
    display: none;
  }
}
@-moz-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-webkit-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-o-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-moz-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-webkit-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-o-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-moz-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-o-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.QuoteListHeader {
  padding: 8px 0;
}
@media (max-width: 768px) {
  .QuoteListHeader {
    padding: 100px 8px 8px 8px;
  }
}
.QuoteListHeader .headerLine {
  padding: 20px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.QuoteListHeader .headerLine .left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.QuoteListHeader .headerLine .right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.QuoteListHeader .headerLine h1 {
  font-size: 30px;
}
@media (max-width: 768px) {
  .QuoteListHeader .headerLine {
    padding-left: 4px;
    padding-right: 4px;
  }
}

@media (max-width: 768px) {
}
@media (max-width: 768px) {
}
@-moz-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-webkit-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-o-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-moz-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-webkit-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-o-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-moz-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-o-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.Footer {
  color: #000;
  background-color: #ddd;
}
.Footer .inner {
  margin: 0 auto;
  max-width: 1280px;
  padding: 40px 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 768px) {
  .Footer .inner {
    grid-template-columns: 1fr;
    padding: 20px 20px;
  }
  .Footer .inner .social .icons {
    width: 100%;
  }
}
.Footer a {
  text-decoration: none;
}
.Footer a i {
  color: #454545;
  font-size: 30px;
}
.Footer h3 {
  color: #454545;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
  margin-top: 16px;
  text-transform: uppercase;
}
.Footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.Footer ul li {
  line-height: 40px;
}
.Footer ul a {
  color: #2375bb;
}
.Footer .social {
  display: flex;
  flex-flow: row;
  align-items: flex-start;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .Footer .social {
    margin-top: 16px;
  }
}
.Footer .social .icons {
  display: flex;
  flex-flow: row;
  align-items: flex-start;
  justify-content: space-between;
  width: 180px;
}
.Footer .footerLinks {
  display: grid;
  grid-template-columns: 1fr;
}
@media (max-width: 768px) {
  .Footer .footerLinks {
    grid-template-columns: 1fr 1fr;
  }
}
.Footer .botLine {
  padding: 20px 0;
  font-size: 12px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0 auto;
  max-width: 1280px;
  color: #000;
}
@media (max-width: 768px) {
  .Footer .botLine {
    padding: 20px;
  }
}
.Footer .botLine .copyright {
  text-align: left;
}
.Footer .botLine .botLinks {
  text-align: right;
}
.Footer .botLine .botLinks a {
  color: #2375bb;
}
.Footer .botLine .botLinks span {
  margin: 0 10px;
}

@media (max-width: 768px) {
}
@media (max-width: 768px) {
}
@-moz-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-webkit-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-o-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-moz-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-webkit-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-o-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-moz-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-o-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.Pagination {
  font-size: 14px;
  min-height: 40px;
  padding: 8px 0;
  display: grid;
  grid-template-columns: 220px 1fr 320px;
  grid-gap: 8px;
}
.Pagination i {
  color: #454545;
}
.Pagination > div {
  display: flex;
  flex-flow: row;
  align-items: center;
  height: 32px;
}
@media (max-width: 768px) {
  .Pagination {
    grid-gap: 16px 0;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .Pagination .showing {
    margin: 0 auto;
  }
}
.Pagination .perPage {
  display: flex;
  margin: 0 auto;
  width: 200px;
  justify-content: flex-start;
  align-items: center;
}
.Pagination .perPage .Select {
  width: 80px;
}
.Pagination .perPage span {
  text-align: right;
}
.Pagination .perPage label {
  display: none;
}
.Pagination .gotoPage {
  margin-left: 8px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.Pagination .gotoPage span {
  text-align: right;
}
.Pagination .gotoPage .TextInput {
  margin: 0 8px;
}
.Pagination .gotoPage .TextInput input {
  width: 40px;
}
.Pagination .gotoPage a.Button {
  width: 40px;
  line-height: 36px;
}
.Pagination .numbers {
  font-weight: bold;
}
.Pagination .numbers span {
  cursor: pointer;
  padding: 6px 10px;
  display: inline-block;
  border-radius: 5px;
}
.Pagination .numbers span.active,
.Pagination .numbers span:hover {
  background-color: #2375bb;
  color: #fff;
}
.Pagination .pageNav {
  justify-content: space-between;
  width: 320px;
}
@media (max-width: 768px) {
  .Pagination .pageNav {
    margin: 0 auto;
  }
}
.Pagination .pageNav .pageButton {
  cursor: pointer;
  padding: 5px 10px;
  border-radius: 5px;
  border: 1px solid #fff;
}
.Pagination .pageNav .pageButton:hover {
  border: 1px solid #2375bb;
}
.Pagination .pageNav .pageButton:hover .Icon i {
  color: #005394;
}
.Pagination .pageNav .prevAll:hover .Icon i,
.Pagination .pageNav .nextAll:hover .Icon i {
  color: #005394;
}
.Pagination .pageNav .prevAll .Icon,
.Pagination .pageNav .nextAll .Icon {
  float: left;
  margin: 0 -2px;
}

@media (max-width: 768px) {
}
@media (max-width: 768px) {
}
@-moz-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-webkit-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-o-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-moz-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-webkit-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-o-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-moz-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-o-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.Table tr.TableHeader {
  background-color: #fff;
}
.Table tr.TableHeader .infoIcon {
  width: 15px;
  height: 15px;
  margin-left: 8px;
  background-color: #454545;
  border-radius: 100%;
}
.Table tr.TableHeader .infoIcon i {
  font-size: 10px;
  color: #fff;
}
.Table tr.TableHeader .right .infoIcon {
  margin-right: 8px;
  margin-left: 0;
}

.CheckBox input[type="checkbox"]:checked + label::before,
.CheckBox input[type="checkbox"][checked="checked"] + label::before {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media (max-width: 768px) {
}
@media (max-width: 768px) {
}
@-moz-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-webkit-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-o-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-moz-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-webkit-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-o-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-moz-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-o-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.CheckBox {
  position: relative;
}
.CheckBox input[type="checkbox"] {
  left: -99999px;
  opacity: 0;
  position: absolute;
}
.CheckBox label {
  cursor: pointer;
  font-size: 14px;
  line-height: 20px;
  padding-left: 35px;
  vertical-align: middle;
}
.CheckBox label::before {
  background: #fff;
  border: 2px solid #999;
  content: '';
  left: 0;
  position: absolute;
  top: 0;
  border-radius: 4px;
  height: 20px;
  width: 20px;
  box-sizing: border-box;
}
.CheckBox input[type="checkbox"]:focus + label::before,
.CheckBox input[type="checkbox"].focus + label::before {
  -webkit-box-shadow: 0 0 8px #2375bb;
  -moz-box-shadow: 0 0 8px #2375bb;
  box-shadow: 0 0 8px #2375bb;
  outline: none;
}
.CheckBox input[type="checkbox"]:checked + label::before,
.CheckBox input[type="checkbox"][checked="checked"] + label::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f00c";
  color: #2375bb;
  font-size: 11px;
}

@media (max-width: 768px) {
}
@media (max-width: 768px) {
}
@-moz-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-webkit-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-o-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-moz-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-webkit-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-o-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-moz-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-o-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.FixedHeader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
  display: none;
}
.FixedHeader.visible {
  display: block;
}
.FixedHeader .Table {
  margin: 0 auto;
  width: 1280px;
  box-shadow: 0;
  transition: box-shadow 300ms;
}
.FixedHeader.visible .Table {
  box-shadow: 0 2px 6px #999;
}

@media (max-width: 768px) {
}
@media (max-width: 768px) {
}
@-moz-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-webkit-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-o-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-moz-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-webkit-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-o-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-moz-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-o-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.Breadcrumbs {
  padding: 32px 0px;
  font-size: 12px;
}
.Breadcrumbs .crumb {
  display: inline;
}
.Breadcrumbs .crumb:last-child span {
  display: none;
}
.Breadcrumbs span,
.Breadcrumbs a {
  padding: 0 2px;
}
.Breadcrumbs a:link,
.Breadcrumbs a:visited {
  color: #2375bb;
  text-decoration: none;
}
.Breadcrumbs a:hover {
  text-decoration: underline;
}
.Breadcrumbs i {
  color: #000;
  margin-right: 8px;
  font-size: 15px;
  vertical-align: middle;
}

@media (max-width: 768px) {
}
@media (max-width: 768px) {
}
@-moz-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-webkit-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-o-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-moz-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-webkit-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-o-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-moz-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-o-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.MobileTable {
  padding: 0 4px;
}
.MobileTableItem {
  box-shadow: 0 0 4px #999;
  border-radius: 0;
  margin: 8px;
  margin-bottom: 12px;
}
.MobileTableItem .CartItemInfo {
  padding: 16px 8px 0 8px;
}
.MobileTableItem .infoItem {
  padding: 8px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 8px;
}
.MobileTableItem .infoItem .right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.MobileTableItem .infoItem .right .currency {
  font-size: 20px;
}
.MobileTableItem .selectWarehouse {
  display: flex;
  flex-flow: row;
}
.MobileTableItem .infoPanel {
  padding-left: 8px;
  font-size: 12px;
  display: grid;
  grid-template-columns: 40px 1fr 60px;
  height: 40px;
  align-items: center;
  border-bottom: 0.5px solid #ddd;
  cursor: pointer;
}
.MobileTableItem .infoPanel > .Icon i {
  font-size: 14px;
}
.MobileTableItem .infoPanel > span {
  display: flex;
  align-items: center;
  flex-flow: row;
  color: #2375bb;
  height: 40px;
}
.MobileTableItem .infoPanel.in-stock {
  border-top: 0.5px solid #ddd;
}
.MobileTableItem .infoPanel.in-stock .InStock {
  padding-bottom: 0;
  display: flex;
  margin-left: 16px;
  font-size: 12px;
  height: 40px;
  align-items: center;
}

.Table tr.heading .col,
.Table tr.row:hover .rowPanel,
.Table tr.row:hover .rowPanel .Icon {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media (max-width: 768px) {
}
@media (max-width: 768px) {
}
@-moz-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-webkit-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-o-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-moz-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-webkit-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-o-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-moz-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-o-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.Table {
  border-spacing: 0;
  table-layout: fixed;
  display: table;
  position: relative;
  width: 100%;
}
.Table .col {
  min-height: 60px;
  font-size: 14px;
}
.Table .currency {
  font-size: 14px;
}
.Table .col.sorted {
  cursor: pointer;
  color: #2375bb;
}
.Table .sort {
  display: block;
}
.Table tr {
  display: flex;
  flex-flow: row;
}
.Table td {
  padding: 0;
}
.Table tr.heading {
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  font-size: 14px;
  user-select: none;
  box-shadow: none;
  width: 100%;
}
.Table tr.heading th {
  display: flex;
  align-items: center;
}
.Table tr.heading th.check_col {
  min-height: 61px;
}
.Table tr.heading:hover {
  background-color: #fff;
  box-shadow: none;
}
.Table tr.heading .HeadingPanel {
  position: absolute;
  top: 1px;
  left: 46px;
  width: 1232px;
  background-color: #fff;
  display: flex;
  align-items: center;
  flex-flow: row;
  height: 60px;
  opacity: 0;
  z-index: -1;
}
.Table tr.heading .HeadingPanel.shown {
  opacity: 1;
  z-index: 1;
}
.Table tr.heading .HeadingPanel span.numRows {
  font-weight: normal;
}
.Table tr.heading .headingActions {
  display: flex;
  flex-flow: row;
  justify-content: space-around;
  width: 220px;
  margin-right: 20px;
  position: relative;
  height: 100%;
  align-items: center;
}
.Table tr.heading .headingActions .Icon {
  height: 40px;
  width: 40px;
  cursor: pointer;
  border-radius: 100%;
}
.Table tr.heading .headingActions .Icon i {
  color: #454545;
}
.Table tr.heading .headingActions .Icon:hover {
  background-color: rgba(35,117,183,0.1);
}
.Table tr.heading .headingActions .Icon:hover i {
  color: #005394;
}
.Table tr.heading th {
  padding: 0;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  text-align: left;
}
.Table tr.heading th:first-child {
  border-left: none;
}
.Table tr.heading th:last-child {
  border-right: 1px solid #ddd;
}
.Table tr.heading .col {
  justify-content: flex-start;
  padding: 0 10px;
  width: 100%;
  color: #454545;
}
.Table tr.heading .col.right {
  text-align: right;
  justify-content: flex-end;
}
.Table tr.heading .col.sorted {
  justify-content: space-between;
  color: #2375bb;
}
.Table tr.heading .sort.up .up-arrow {
  color: #2375bb;
}
.Table tr.heading .sort.up .down-arrow {
  color: #ddd;
}
.Table tr.heading .sort.down .up-arrow {
  color: #ddd;
}
.Table tr.heading .sort.down .down-arrow {
  color: #2375bb;
}
.Table table {
  width: 100%;
}
.Table tr.row {
  border-bottom: 1px solid #ddd;
  position: relative;
  box-shadow: 0 0 0 #999;
  transition: box-shadow 0.3s;
}
.Table tr.row > td {
  display: flex;
  flex-flow: column;
  width: 100%;
}
.Table tr.row:hover {
  box-shadow: 0 2px 6px #999;
}
.Table tr.row:hover .rowPanel {
  opacity: 1;
  z-index: 1;
  justify-content: space-around;
}
.Table tr.row:hover .rowPanel .Icon {
  height: 40px;
  width: 40px;
  cursor: pointer;
  border-radius: 100%;
}
.Table tr.row:hover .rowPanel .Icon:hover {
  background-color: rgba(35,117,183,0.1);
}
.Table tr.row:hover .rowPanel .Icon:hover i {
  color: #005394;
}
.Table tr.row.notifyHighlight {
  background-color: #f9f5ec;
}
.Table tr.row.notifyHighlight .Icon:hover {
  background-color: rgba(183,133,57,0.1) !important;
}
.Table tr.row.notifyHighlight .rowPanel {
  background-color: #f9f5ec;
}
.Table tr.row.selected {
  box-shadow: 0 2px 6px #999;
  background-color: #e9f2f9;
}
.Table tr.row.selected .Icon:hover {
  background-color: rgba(35,117,183,0.1) !important;
}
.Table tr.row.selected .rowPanel {
  background-color: #e9f2f9;
}
.Table tr.row .rowPanel {
  position: absolute;
  right: 8px;
  top: 3px;
  display: flex;
  flex-flow: row;
  justify-content: space-around;
  background-color: #fff;
  height: 55px;
  width: 212px;
  opacity: 0;
  z-index: -1;
}
.Table tr.row .rowPanel i {
  color: #454545;
}
.Table tr.row td {
  padding: 0;
}
.Table tr.row td .col {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  padding: 0 10px;
  word-wrap: break-word;
}
.Table tr.row td .col.right {
  text-align: right;
  justify-content: flex-end;
}
.Table tr.row td .col > a {
  color: #2375bb;
  text-decoration: none;
}
.Table tr.row td .col > a:hover {
  text-decoration: underline;
}
.Table .sort {
  font-weight: 900;
  font-size: 15px;
  color: #ddd;
  margin-left: 10px;
}
.Table .sort .up-arrow:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f077";
}
.Table .sort .down-arrow:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f078";
}
.Table .check_col {
  width: 45px;
  padding: 0 !important;
}
.Table .check_col > div {
  width: 20px;
  margin: 0 auto;
}
.Table .Notifier {
  margin: 12px;
}

.MarkupInput {
  display: grid;
  grid-template-columns: 50% 50%;
}
.MarkupInput .TextInput input {
  text-align: right;
}
.MarkupInput .Select__dropdown-indicator {
  width: 20px;
  padding: 2px;
}

.QuoteList .MobileTable .icon,
.QuoteList .MobileTable .notifier {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media (max-width: 768px) {
}
@media (max-width: 768px) {
}
@-moz-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-webkit-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-o-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-moz-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-webkit-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-o-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-moz-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-o-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.QuoteList .MobileTable {
  display: none;
}
@media (max-width: 768px) {
  .QuoteList .MobileTable {
    display: block;
  }
}
.QuoteList .MobileTable .top {
  padding: 8px;
  display: grid;
  grid-template-columns: 40px 1fr 40px;
}
.QuoteList .MobileTable .bottom {
  padding: 8px;
}
.QuoteList .MobileTable .bottom .right {
  font-weight: normal;
}
.QuoteList .MobileTable .toggleButton {
  width: 40px;
  padding: 8px;
}
.QuoteList .MobileTable h2 {
  font-size: 20px;
  padding: 0;
  margin: 0;
}
.QuoteList .MobileTable hr {
  height: 2px;
  border: none;
  background-color: #ddd;
  width: 98%;
  margin: 0 auto;
}
.QuoteList .MobileTable span {
  display: block;
  line-height: 14px;
}
.QuoteList .MobileTable .infoItem {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  line-height: 32px;
  padding: 8px 4px;
}
.QuoteList .MobileTable .infoItem > span {
  color: #454545;
  font-size: 14px;
}
.QuoteList .paginationCont {
  padding: 32px 0;
}
.QuoteList tr.heading {
  border-left: 1px solid #ddd;
}
.QuoteList tr {
  align-items: center;
  display: flex;
  flex-flow: row;
}
.QuoteList td span :empty {
  background-color: #ddd;
  color: #ddd;
}
.QuoteList .created_on {
  width: 150px;
}
.QuoteList .created_on .Icon {
  margin-right: 8px;
}
.QuoteList .created_on span {
  min-width: 73px;
}
.QuoteList .quote_name {
  width: 145px;
}
.QuoteList .id {
  width: 160px;
}
.QuoteList .created_by {
  width: 130px;
}
.QuoteList .end_user {
  width: 150px;
}
.QuoteList .total_price {
  width: 120px;
}
.QuoteList .last_updated {
  width: 145px;
}
.QuoteList .exp_date {
  width: 120px;
}
.QuoteList .status {
  width: 120px;
  position: relative;
}
.QuoteList .status .Icon.statusIcon {
  margin-right: 8px;
}
.QuoteList .bellNotify {
  animation: ringBell 1s 2s ease-in-out normal;
  transform-origin: 50% 0px;
  border-radius: 100%;
  height: 40px;
  width: 40px;
}
.QuoteList .bellNotify:hover {
  background-color: #fff;
}
@-moz-keyframes ringBell {
  0% {
    transform: rotate(0);
  }
  7% {
    transform: rotate(-20deg);
  }
  14% {
    transform: rotate(18deg);
  }
  21% {
    transform: rotate(-16deg);
  }
  28% {
    transform: rotate(14deg);
  }
  35% {
    transform: rotate(-12deg);
  }
  42% {
    transform: rotate(10deg);
  }
  49% {
    transform: rotate(-8deg);
  }
  56% {
    transform: rotate(6deg);
  }
  63% {
    transform: rotate(-4deg);
  }
  70% {
    transform: rotate(2deg);
  }
  77% {
    transform: rotate(-1deg);
  }
  84% {
    transform: rotate(1deg);
  }
  91% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(0);
  }
}
@-webkit-keyframes ringBell {
  0% {
    transform: rotate(0);
  }
  7% {
    transform: rotate(-20deg);
  }
  14% {
    transform: rotate(18deg);
  }
  21% {
    transform: rotate(-16deg);
  }
  28% {
    transform: rotate(14deg);
  }
  35% {
    transform: rotate(-12deg);
  }
  42% {
    transform: rotate(10deg);
  }
  49% {
    transform: rotate(-8deg);
  }
  56% {
    transform: rotate(6deg);
  }
  63% {
    transform: rotate(-4deg);
  }
  70% {
    transform: rotate(2deg);
  }
  77% {
    transform: rotate(-1deg);
  }
  84% {
    transform: rotate(1deg);
  }
  91% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(0);
  }
}
@-o-keyframes ringBell {
  0% {
    transform: rotate(0);
  }
  7% {
    transform: rotate(-20deg);
  }
  14% {
    transform: rotate(18deg);
  }
  21% {
    transform: rotate(-16deg);
  }
  28% {
    transform: rotate(14deg);
  }
  35% {
    transform: rotate(-12deg);
  }
  42% {
    transform: rotate(10deg);
  }
  49% {
    transform: rotate(-8deg);
  }
  56% {
    transform: rotate(6deg);
  }
  63% {
    transform: rotate(-4deg);
  }
  70% {
    transform: rotate(2deg);
  }
  77% {
    transform: rotate(-1deg);
  }
  84% {
    transform: rotate(1deg);
  }
  91% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes ringBell {
  0% {
    transform: rotate(0);
  }
  7% {
    transform: rotate(-20deg);
  }
  14% {
    transform: rotate(18deg);
  }
  21% {
    transform: rotate(-16deg);
  }
  28% {
    transform: rotate(14deg);
  }
  35% {
    transform: rotate(-12deg);
  }
  42% {
    transform: rotate(10deg);
  }
  49% {
    transform: rotate(-8deg);
  }
  56% {
    transform: rotate(6deg);
  }
  63% {
    transform: rotate(-4deg);
  }
  70% {
    transform: rotate(2deg);
  }
  77% {
    transform: rotate(-1deg);
  }
  84% {
    transform: rotate(1deg);
  }
  91% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(0);
  }
}

@media (max-width: 768px) {
}
@media (max-width: 768px) {
}
@-moz-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-webkit-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-o-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-moz-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-webkit-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-o-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-moz-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-o-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.CartHeader {
  background-color: #ddd;
  padding: 0 16px 24px 16px;
}
.CartHeader .cartIcon i {
  font-size: 36px;
}
.CartHeader .CartName h1,
.CartHeader .CartName span {
  font-size: 36px;
}
.CartHeader .MobileCartHeader {
  padding: 5px 0 0 0;
  display: none;
}
@media (max-width: 768px) {
  .CartHeader {
    padding: 0 16px 8px 16px;
  }
  .CartHeader .cartIcon i {
    font-size: 22px;
  }
  .CartHeader .CartName h1,
  .CartHeader .CartName span {
    font-size: 22px;
  }
  .CartHeader .DesktopCartHeader {
    display: none;
  }
  .CartHeader .MobileCartHeader {
    display: block;
  }
  .CartHeader .MobileCartHeader .top {
    width: 172px;
    margin: 8px auto;
    display: grid;
    grid-template-columns: 50px 1fr;
  }
}
.CartHeader .cartHeaderActions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 205px;
}
@media (max-width: 768px) {
  .CartHeader .cartHeaderActions {
    display: none;
  }
}
.CartHeader .CartActionButtons {
  display: block;
  width: 210px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .CartHeader .CartActionButtons {
    display: none;
  }
}
.CartHeader > .inner {
  max-width: 1280px;
  margin: 0 auto;
}
.CartHeader h1 {
  font-weight: 100;
}
.CartHeader .left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.CartHeader .right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 768px) {
  .CartHeader {
    padding-top: 100px;
    grid-template-columns: 1fr;
  }
  .CartHeader .left {
    padding: 16px 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 210px;
    margin: 0 auto;
    justify-content: flex-start;
  }
  .CartHeader .right {
    padding: 0px 8px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.CartHeader .cartIcon {
  margin-right: 16px;
}

@media (max-width: 768px) {
}
@media (max-width: 768px) {
}
@-moz-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-webkit-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-o-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-moz-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-webkit-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-o-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-moz-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-o-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.CartActionButtons {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 768px) {
  .CartActionButtons {
    text-align: center;
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
  }
  .CartActionButtons .Button {
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
}
@media (max-width: 768px) {
}
@-moz-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-webkit-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-o-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-moz-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-webkit-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-o-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-moz-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-o-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.ProductFlag {
  border-radius: 12px;
  line-height: 16px;
  font-size: 11px;
  font-weight: bold;
  text-align: left;
  display: inline;
  padding: 5px 8px;
  color: #333;
  white-space: nowrap;
}
.ProductFlag.green {
  background-color: #b9e18b;
}
.ProductFlag.red {
  background-color: #ffbdbb;
}
.ProductFlag.orange {
  background-color: #fbc3a9;
}
.ProductFlag.yellow {
  background-color: #f8e1aa;
}
.ProductFlag.blue {
  background-color: #cbe0f9;
}

@media (max-width: 768px) {
}
@media (max-width: 768px) {
}
@-moz-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-webkit-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-o-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-moz-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-webkit-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-o-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-moz-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-o-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@media (max-width: 768px) {
  .CartItemInfo {
    padding: 0;
  }
}
.CartItemInfo > .inner {
  display: grid;
  grid-template-columns: 80px 1fr;
}
.CartItemInfo .image-wrap {
  padding: 0 8px;
  max-height: 65px;
  overflow: hidden;
}
.CartItemInfo .image-wrap img {
  width: 65px;
  font-size: 12px;
}
.CartItemInfo .col3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.CartItemInfo .product-name {
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 16px;
  color: #2375bb;
  word-wrap: break-word;
}
.CartItemInfo .id-numbers {
  font-size: 11px;
  color: #999;
}
@media (max-width: 768px) {
  .CartItemInfo .id-numbers {
    font-size: 9px;
  }
}
.CartItemInfo .spacer {
  padding: 0 5px;
}
.CartItemInfo .buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 320px;
}

@media (max-width: 768px) {
}
@media (max-width: 768px) {
}
@-moz-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-webkit-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-o-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-moz-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-webkit-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-o-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-moz-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-o-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.MobileCartTable {
  display: none;
}
@media (max-width: 768px) {
  .MobileCartTable {
    display: block;
  }
}

@media (max-width: 768px) {
}
@media (max-width: 768px) {
}
@-moz-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-webkit-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-o-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-moz-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-webkit-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-o-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-moz-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-o-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.CartItemPanel {
  position: absolute;
  top: 130px;
  right: 16px;
  width: 80px;
  display: flex;
  justify-content: space-around;
}
.CartItemPanel .Icon {
  height: 40px;
  width: 40px;
  border-radius: 100%;
  cursor: pointer;
}
.CartItemPanel .Icon:hover {
  background-color: rgba(35,117,183,0.1);
}
.CartItemPanel .Icon:hover i {
  color: #005394;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  /* height: 100%; */
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

@charset 'UTF-8';

/* Slider */
.slick-loading .slick-list {
  background: #fff center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev {
  left: -45px;
}

[dir="rtl"] .slick-prev {
  right: -45px;
  left: auto;
}

.slick-next {
  right: -45px;
}

[dir="rtl"] .slick-next {
  right: auto;
  left: -45px;
}

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

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  content: "\2022";
  font-size: 36px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

@media (max-width: 768px) {
  .slick-arrow {
    display: none !important;
  }
}

@media (max-width: 768px) {
}
@media (max-width: 768px) {
}
@-moz-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-webkit-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-o-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-moz-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-webkit-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-o-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-moz-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-o-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.Carousel {
  max-width: 1280px;
}
.Carousel .slick-arrow {
  z-index: 2;
  width: 40px;
  height: 40px;
}
.Carousel .slick-arrow i,
.Carousel .slick-arrow i:before {
  font-size: 30px;
  width: 40px;
  height: 40px;
}
.SliderItem {
  z-index: 1;
  margin: 0 10px;
  background-color: #fff;
}
.SliderItem .ProductListing .product-name {
  min-height: 64px;
}

.AddQtyToCart {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-gap: 8px;
}
.AddQtyToCart .TextInput input {
  text-align: center;
}

.ProductListing .image-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media (max-width: 768px) {
}
@media (max-width: 768px) {
}
@-moz-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-webkit-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-o-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-moz-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-webkit-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-o-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-moz-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-o-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.ProductListing {
  max-width: 200px;
  padding: 8px;
}
.ProductListing .product-name {
  color: #2375bb;
  line-height: 16px;
  font-size: 15px;
}
@media (max-width: 768px) {
  .ProductListing .product-name {
    min-height: 0;
    font-size: 14px;
    width: 100%;
  }
}
.ProductListing .product-flags {
  padding: 10px 0;
}
.ProductListing .product-flags .ProductFlag {
  margin: 2px 4px;
  display: inline-block;
}
.ProductListing .id-numbers {
  color: #454545;
  font-size: 11px;
  padding: 10px 0;
}
.ProductListing .id-numbers .InStock {
  display: none;
}
.ProductListing .id-numbers b {
  margin-right: 5px;
}
.ProductListing .image-wrap {
  height: 140px;
  width: 100%;
  align-items: center;
  display: flex;
}
.ProductListing .image-wrap img {
  max-width: 100%;
  max-height: 140px;
}
.ProductListing a {
  text-decoration: none;
}
.ProductListing .price {
  color: #333;
  font-size: 24px;
}

@media (max-width: 768px) {
}
@media (max-width: 768px) {
}
@-moz-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-webkit-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-o-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-moz-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-webkit-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-o-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-moz-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-o-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.ProductAccessories {
  width: 100%;
}
.ProductAccessories .Carousel {
  width: 100%;
  margin: 0 auto;
  border-right: 1px solid #ddd;
  max-height: 365px;
}
.ProductAccessories .Carousel .slick-next {
  right: -8px !important;
}
.ProductAccessories .Carousel .slick-prev {
  left: -8px !important;
}
.ProductAccessories .Carousel .SliderItem {
  padding: 0 32px;
  border: 1px solid #ddd;
  border-right: none;
  margin: 0;
  min-height: 365px;
}
.ProductAccessories .Carousel .ProductListing {
  padding: 0;
  font-size: 14px;
}
.ProductAccessories .Carousel .ProductListing .price {
  font-size: 14px;
  font-weight: bold;
}

@media (max-width: 768px) {
}
@media (max-width: 768px) {
}
@-moz-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-webkit-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-o-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-moz-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-webkit-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-o-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-moz-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-o-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.CartItems {
  padding: 0;
}
.CartItems .productFlags {
  padding: 16px 0;
  width: 100%;
}
.CartItems .productFlags .ProductFlag {
  margin-right: 8px;
}
@media (min-width: 1280px) {
  .CartItems {
    width: 1280px;
  }
}
@media (max-width: 768px) {
  .CartItems {
    width: 100%;
  }
}
.CartItems > label {
  font-weight: bold;
  margin-bottom: 5px;
  display: block;
  font-size: 14px;
}
@media (max-width: 768px) {
  .CartItems .SearchElement,
  .CartItems > label {
    padding: 0 4px;
  }
}
.CartItems .Table tr.row {
  display: flex;
  padding: 16px 0 0;
}
.CartItems .Table tr.row .CartitemPanel {
  display: none;
  bottom: 20px;
  top: auto;
}
.CartItems .Table tr.row:hover .CartitemPanel {
  display: flex;
}
.CartItems .Table tr.row .col {
  align-items: flex-start;
}
.CartItems .Table tr.heading .headingActions {
  position: relative;
  width: 150px;
}
.CartItems .Table td,
.CartItems .Table th {
  display: flex;
  justify-content: flex-end;
}
.CartItems .Table .col {
  align-items: flex-start;
  padding: 26px 8px;
}
.CartItems .Table .check_col {
  align-items: center;
}
.CartItems .Table .item_desc {
  justify-content: flex-start;
  width: 46%;
}
.CartItems .Table .warehouse {
  justify-content: flex-start;
  width: 18%;
}
.CartItems .Table .user_qty {
  width: 12%;
}
.CartItems .Table .user_price {
  width: 12%;
}
.CartItems .Table .line_price {
  width: 12%;
}
.CartItems .in-stock {
  flex-flow: column;
}
.CartItems .in-stock a {
  color: #2375bb;
  text-decoration: none;
}
.CartItems .InStock {
  padding: 0 0 8px 0;
}
.CartItems .MobileTable {
  margin-top: 16px;
}
.CartItems .MobileTable .infoItem {
  display: grid;
  grid-template-columns: 65% 35%;
  width: 100%;
  line-height: 32px;
  padding: 8px 4px;
}
@media (max-width: 768px) {
  .CartItems .MobileTable .infoItem .left,
  .CartItems .MobileTable .infoItem .right {
    padding: 0;
  }
}
.CartItems .MobileTable .infoItem > span {
  color: #454545;
  font-size: 14px;
}
.CartItems .notes {
  padding-top: 16px;
}
@media (max-width: 768px) {
  .CartItems .notes {
    padding: 16px 4px 0 4px;
  }
}
.CartItems .priceTrending {
  display: grid;
  grid-template-columns: 33% 66%;
  align-items: flex-start;
}
.CartItems .priceTrending .Icon {
  margin-right: 8px;
}
.CartItems .priceTrending .right {
  text-align: right;
}
@media (max-width: 768px) {
  .CartItems .priceTrending {
    float: right;
    width: 110px;
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 1fr;
  }
  .CartItems .priceTrending .Icon {
    width: 40px;
  }
}
.CartItemInfoDescription .Notifier {
  margin-bottom: 16px;
}
.CartItemInfoDescription .ProductFlag {
  margin-right: 8px;
}
.CartItemInfoDescription .buttons {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  width: 320px;
  padding-bottom: 16px;
}
@media (max-width: 768px) {
  .Table {
    display: none;
  }
}

.CartActions .subtotal {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media (max-width: 768px) {
}
@media (max-width: 768px) {
}
@-moz-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-webkit-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-o-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-moz-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-webkit-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-o-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-moz-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-o-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.CartActions {
  padding: 32px 0;
}
@media (max-width: 768px) {
  .CartActions {
    padding: 0;
  }
}
.CartActions > .inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 2px;
}
@media (max-width: 768px) {
  .CartActions > .inner {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .CartActions > .inner .left {
    display: none;
  }
}
.CartActions > .inner .right {
  display: flex;
  flex-flow: row;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .CartActions > .inner .right {
    display: flex;
    flex-flow: column;
    justify-content: center;
  }
  .CartActions > .inner .right .Button {
    margin: 0;
  }
}
@media (min-width: 768px) {
  .CartActions > .inner .right .Button {
    width: 200px;
  }
}
@media (max-width: 768px) {
  .CartActions > .inner .mobileFixed {
    z-index: 2;
    display: grid;
    grid-template-columns: 30% 70%;
    background-color: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 8px;
    border-top: 1px solid #eee;
  }
  .CartActions > .inner .mobileFixed .mobileTotal {
    padding: 0;
  }
  .CartActions > .inner .mobileFixed .Button {
    width: 100%;
  }
  .CartActions > .inner .mobileFixed span {
    font-size: 14px;
  }
  .CartActions > .inner .mobileFixed .currency {
    font-weight: bold;
  }
}
.CartActions > .inner .mobileTotal {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 768px) {
  .CartActions > .inner .mobileTotal {
    padding: 0px;
    grid-template-columns: 1fr;
    justify-content: flex-start;
  }
}
.CartActions .subtotal {
  margin-right: 8px;
  font-size: 20px;
}
@media (max-width: 768px) {
  .CartActions .subtotal {
    justify-content: flex-start;
  }
}

@media (max-width: 768px) {
}
@media (max-width: 768px) {
}
@-moz-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-webkit-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-o-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-moz-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-webkit-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-o-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-moz-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-o-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.AddressSearchPanel {
  position: fixed;
  top: 80px;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 8px 32px;
  background-color: #fff;
  overflow-y: auto;
}
@media (max-width: 768px) {
  .AddressSearchPanel {
    top: 70px;
    left: 16px;
    right: 16px;
    padding: 0;
  }
}
.AddressSearchPanel h2 {
  font-size: 24px;
  border-bottom: 1px solid #999;
  padding-bottom: 16px;
  left: 32px;
  right: 32px;
}
@media (max-width: 768px) {
  .AddressSearchPanel h2 {
    left: 16px;
    right: 16px;
  }
}
.AddressSearchPanel .addressSearch {
  display: grid;
  grid-template-columns: 1fr 100px;
  grid-gap: 8px;
  padding: 16px 0;
}
.AddressSearchPanel .fixedBottom {
  position: fixed;
  padding: 8px 32px 8px 32px;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
}
.AddressList {
  padding: 0;
  margin-bottom: 32px;
}
.AddressList .address {
  border: 3px solid #fff;
  box-shadow: 0 0 8px #999;
  border-radius: 4px;
  margin: 0 4px;
  padding: 8px;
  margin-bottom: 16px;
  cursor: pointer;
}
.AddressList .address:hover {
  background-color: #e9f2f9;
  border-color: #e9f2f9;
}
.AddressList .address.selected {
  border: 3px solid #2375bb;
}
.AddressList .address p {
  text-transform: uppercase;
  padding: 0;
}
.AddressList .address .name {
  color: #2375bb;
  font-weight: bold;
}


@media (max-width: 768px) {
}
@media (max-width: 768px) {
}
@-moz-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-webkit-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-o-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-moz-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-webkit-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-o-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-moz-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-o-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.Tabs {
  box-sizing: border-box;
}
.Tabs .tab-titles {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-flow: row;
  justify-content: flex-start;
  width: 100%;
  background-color: #eee;
}
.Tabs .tab-titles .tab {
  min-width: 200px;
  user-select: none;
  line-height: 40px;
  display: flex;
  flex-flow: column;
  align-items: center;
  font-weight: bold;
  border-bottom: 1.5px solid #ddd;
  background-color: #eee;
}
@media (max-width: 768px) {
  .Tabs .tab-titles .tab {
    min-width: 0;
    font-size: 12px;
  }
}
.Tabs .tab-titles .tab:before {
  content: "";
  height: 4px;
  border-right: 1.5px solid #eee;
  background-color: #eee;
}
.Tabs .tab-titles .tab.active {
  border-bottom: 1.5px solid #fff;
}
.Tabs .tab-titles .tab.active:before {
  display: block;
  height: 4px;
  border-right: 1.5px solid #2375bb;
  border-left: 1.5px solid #2375bb;
  background-color: #2375bb;
  content: "";
  width: 100%;
}
.Tabs .tab-titles a {
  color: #999;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  text-decoration: none;
  display: block;
}
.Tabs .tab-titles .active {
  border-left: 1.5px solid #ddd;
  border-right: 1.5px solid #ddd;
  background-color: #fff;
}
.Tabs .tab-titles .active a {
  color: #2375bb;
}
.Tabs .tabs-container .tab-panel {
  background-color: #fff;
  display: none;
}
.Tabs .tabs-container .tab-panel.active {
  display: flex;
}
.Tabs .tabs-container > .default {
  min-height: 300px;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #eee;
}

.QuickOrderPanel .QuickEntry .lineNumber,
.QuickOrderPanel .QuickEntry .times {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media (max-width: 768px) {
}
@media (max-width: 768px) {
}
@-moz-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-webkit-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-o-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-moz-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-webkit-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-o-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-moz-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-o-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.QuickOrderPanel {
  position: fixed;
  top: 80px;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 8px 32px;
  background-color: #fff;
  overflow-y: auto;
}
@media (max-width: 768px) {
  .QuickOrderPanel {
    top: 70px;
    left: 16px;
    right: 16px;
    padding: 0;
  }
}
.QuickOrderPanel h2 {
  font-size: 24px;
  border-bottom: 1px solid #999;
  padding-bottom: 16px;
  left: 32px;
  right: 32px;
}
@media (max-width: 768px) {
  .QuickOrderPanel h2 {
    left: 16px;
    right: 16px;
  }
}
.QuickOrderPanel .info {
  padding: 16px 0;
}
@media (max-width: 768px) {
  .QuickOrderPanel .info {
    padding: 8px 0;
  }
}
.QuickOrderPanel .tab-titles li {
  width: 50%;
}
.QuickOrderPanel .QuickEntry {
  width: 100%;
  padding: 24px 0 0;
}
.QuickOrderPanel .QuickEntry .entryLine {
  padding: 8px 0;
  display: grid;
  grid-template-columns: 40px 276px 40px 80px;
}
@media (max-width: 768px) {
  .QuickOrderPanel .QuickEntry .entryLine {
    grid-template-columns: 40px 1fr 40px 80px;
  }
}
.QuickOrderPanel .QuickEntry .lineNumber,
.QuickOrderPanel .QuickEntry .times {
  font-size: 14px;
}
.QuickOrderPanel .QuickEntry .lineNumber {
  justify-content: flex-start;
}
.QuickOrderPanel .addNewRow {
  padding: 16px 0;
  display: flex;
  justify-content: flex-end;
}
.QuickOrderPanel .addNewRow a {
  color: #2375bb;
  text-decoration: none;
}
.QuickOrderPanel .addNewRow a:hover {
  text-decoration: underline;
}
.QuickOrderPanel .buttons {
  display: flex;
  justify-content: flex-end;
}
.QuickOrderPanel .buttons .Button {
  margin-left: 8px;
}

@media (max-width: 768px) {
}
@media (max-width: 768px) {
}
@-moz-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-webkit-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-o-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-moz-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-webkit-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-o-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-moz-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-o-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.AccessoriesPanel {
  position: fixed;
  top: 80px;
  bottom: 8px;
  left: 32px;
  right: 32px;
  overflow-y: auto;
}
@media (max-width: 768px) {
  .AccessoriesPanel {
    left: 16px;
    right: 16px;
  }
}
.AccessoriesPanel h2 {
  font-size: 24px;
  border-bottom: 1px solid #999;
  padding-bottom: 16px;
  left: 16px;
  right: 16px;
}

.RadioElement input[type="radio"]:checked + label::before,
.RadioElement input[type="radio"][checked="checked"] + label::before {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media (max-width: 768px) {
}
@media (max-width: 768px) {
}
@-moz-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-webkit-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-o-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-moz-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-webkit-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-o-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-moz-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-o-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.RadioElement {
  position: relative;
  display: block;
}
.RadioElement input[type="radio"] {
  left: -99999px;
  opacity: 0;
  position: absolute;
}
.RadioElement label {
  cursor: pointer;
  font-size: 14px;
  line-height: 20px;
  padding-left: 28px;
  vertical-align: middle;
}
.RadioElement label::before {
  background: #fff;
  border: 2px solid rgba(35,117,183,0.6);
  content: '';
  height: 20px;
  left: 0;
  position: absolute;
  top: 0;
  width: 20px;
  box-sizing: border-box;
}
.RadioElement input[type="radio"]:focus + label::before,
.RadioElement input[type="radio"].focus + label::before {
  -webkit-box-shadow: 0 0 8px #2375bb;
  -moz-box-shadow: 0 0 8px #2375bb;
  box-shadow: 0 0 8px #2375bb;
  outline: none;
}
.RadioElement label::before {
  border-radius: 12px;
}
.RadioElement input[type="radio"]:checked + label::before,
.RadioElement input[type="radio"][checked="checked"] + label::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f111";
  background-color: #2375bb;
  color: #fff;
  font-size: 9px;
}

@media (max-width: 768px) {
}
@media (max-width: 768px) {
}
@-moz-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-webkit-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-o-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-moz-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-webkit-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-o-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-moz-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-o-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.SelectWarehousePanel {
  position: fixed;
  top: 80px;
  left: 32px;
  right: 32px;
  padding: 8px 0;
  background-color: #fff;
  overflow-y: auto;
}
@media (max-width: 768px) {
  .SelectWarehousePanel {
    top: 50px;
    left: 16px;
    right: 16px;
  }
}
.SelectWarehousePanel h2 {
  font-size: 24px;
  border-bottom: 1px solid #999;
  padding-bottom: 16px;
  left: 32px;
  right: 32px;
}
@media (max-width: 768px) {
  .SelectWarehousePanel h2 {
    left: 16px;
    right: 16px;
  }
}
.SelectWarehousePanel p {
  padding: 16px 0;
}
.SelectWarehousePanel .buttons {
  display: flex;
  justify-content: flex-end;
}
.SelectWarehousePanel .buttons .Button {
  margin-left: 8px;
}
.SelectWarehousePanel .Table td,
.SelectWarehousePanel .Table th {
  width: 20%;
  display: flex;
  justify-content: flex-end;
}
.SelectWarehousePanel .Table .warehouse {
  width: 40%;
  justify-content: flex-start;
}
@media (max-width: 768px) {
  .SelectWarehousePanel .Table {
    display: table;
  }
}

.ReplacementItem .middle,
.ReplacementItem .middle .deleteButton,
.ReplacementItem .price {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media (max-width: 768px) {
}
@media (max-width: 768px) {
}
@-moz-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-webkit-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-o-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-moz-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-webkit-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-o-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-moz-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-o-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.SelectReplacementPanel {
  position: fixed;
  top: 80px;
  bottom: 8px;
  left: 32px;
  right: 32px;
  overflow-y: auto;
}
@media (max-width: 768px) {
  .SelectReplacementPanel {
    left: 16px;
    right: 16px;
  }
}
.SelectReplacementPanel h2 {
  font-size: 24px;
  border-bottom: 1px solid #999;
  padding-bottom: 16px;
}
.SelectReplacementPanel > p {
  padding: 24px 0;
}
.ReplacementItem > .inner {
  padding: 16px 0 16px 0;
  display: grid;
  grid-template-columns: 80px 260px 80px;
  border-bottom: 1px solid #ddd;
}
.ReplacementItem .image-wrap {
  padding: 0 8px;
}
.ReplacementItem .image-wrap img {
  width: 65px;
}
.ReplacementItem .product-name {
  margin-top: -4px;
  margin-bottom: 8px;
  line-height: 16px;
  color: #2375bb;
}
.ReplacementItem .id-numbers {
  font-size: 9px;
  color: #454545;
  padding: 0 0 8px 0;
}
@media (max-width: 768px) {
  .ReplacementItem .id-numbers {
    font-size: 9px;
  }
}
.ReplacementItem .spacer {
  padding: 0 10px;
}
.ReplacementItem .middle .NumberInput {
  margin-right: 8px;
}
.ReplacementItem .middle .deleteButton {
  cursor: pointer;
  border-radius: 100%;
  width: 80px;
  height: 40px;
  font-size: 18px;
}
.ReplacementItem .middle .deleteButton:hover {
  background-color: #eee;
}
.ReplacementItem .price {
  justify-content: flex-end;
  font-weight: bold;
  text-align: right;
  font-size: 14px;
}
.ReplacementItem .replaceButton {
  grid-gap: 16px;
}

@media (max-width: 768px) {
}
@media (max-width: 768px) {
}
@-moz-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-webkit-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-o-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-moz-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-webkit-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-o-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-moz-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-o-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.SplitLinePanel {
  position: fixed;
  top: 80px;
  bottom: 8px;
  left: 32px;
  right: 32px;
  overflow-y: auto;
}
@media (max-width: 768px) {
  .SplitLinePanel {
    left: 16px;
    right: 16px;
  }
}
.SplitLinePanel > h2 {
  font-size: 24px;
  border-bottom: 1px solid #999;
  padding-bottom: 16px;
}
.SplitLinePanel p.info {
  padding: 16px 0 0 0;
}
.SplitLinePanel .productFlags {
  margin-top: 12px;
}
.SplitLinePanel .productFlags .ProductFlag {
  margin-right: 8px;
}
.SplitLinePanel .Table .quantity {
  width: 25%;
}
.SplitLinePanel .Table .warehouse {
  width: 50%;
}
.SplitLinePanel .Table .in_stock {
  width: 25%;
}
.SplitLinePanel .Table .in_stock .col {
  justify-content: flex-end;
}
.SplitLinePanel .buttons {
  padding: 32px 0;
  display: flex;
  justify-content: flex-end;
}
.SplitLinePanel .buttons .Button {
  margin-left: 8px;
}
.SplitLinePanel .CartItemInfo {
  padding: 24px 0;
}

@media (max-width: 768px) {
}
@media (max-width: 768px) {
}
@-moz-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-webkit-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-o-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-moz-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-webkit-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-o-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-moz-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-o-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.NotesPanel {
  position: fixed;
  top: 80px;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 8px 32px;
  background-color: #fff;
  overflow-y: auto;
}
@media (max-width: 768px) {
  .NotesPanel {
    top: 70px;
    left: 16px;
    right: 16px;
    padding: 0;
  }
}
.NotesPanel h2 {
  font-size: 24px;
  border-bottom: 1px solid #999;
  padding-bottom: 16px;
  left: 32px;
  right: 32px;
}
@media (max-width: 768px) {
  .NotesPanel h2 {
    left: 16px;
    right: 16px;
  }
}
.NotesPanel .TextInput {
  padding: 16px 0;
}
.NotesPanel fieldset {
  border: none;
  padding: 32px 0;
}
.NotesPanel fieldset label {
  font-size: 14px;
  display: inline-block;
  margin-bottom: 8px;
  font-weight: bold;
}
.NotesPanel .RadioElement label {
  font-weight: normal;
}
.NotesPanel .buttons {
  display: flex;
  justify-content: flex-end;
}
.NotesPanel .buttons .Button {
  margin-left: 8px;
}

@media (max-width: 768px) {
}
@media (max-width: 768px) {
}
@-moz-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-webkit-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-o-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-moz-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-webkit-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-o-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-moz-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-o-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.CartSettingsPanel {
  position: fixed;
  top: 80px;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 8px 32px;
  background-color: #fff;
  overflow-y: auto;
}
@media (max-width: 768px) {
  .CartSettingsPanel {
    top: 70px;
    left: 16px;
    right: 16px;
    padding: 0;
  }
}
.CartSettingsPanel h2 {
  font-size: 24px;
  border-bottom: 1px solid #999;
  padding-bottom: 16px;
  left: 32px;
  right: 32px;
}
@media (max-width: 768px) {
  .CartSettingsPanel h2 {
    left: 16px;
    right: 16px;
  }
}
.CartSettingsPanel .TextInput {
  padding: 16px 0;
}
.CartSettingsPanel fieldset {
  border: none;
  padding: 32px 0;
}
.CartSettingsPanel fieldset label {
  font-size: 14px;
  display: inline-block;
  margin-bottom: 8px;
  font-weight: bold;
}
.CartSettingsPanel .RadioElement label {
  font-weight: normal;
}
.CartSettingsPanel .buttons {
  display: flex;
  justify-content: flex-end;
}
.CartSettingsPanel .buttons .Button {
  margin-left: 8px;
}

@media (max-width: 768px) {
}
@media (max-width: 768px) {
}
@-moz-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-webkit-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-o-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-moz-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-webkit-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-o-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-moz-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-o-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.CartFinePrint {
  padding: 40px;
}
.CartFinePrint h4 {
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 8px;
}
.CartFinePrint p {
  font-size: 10px;
  padding-bottom: 16px;
}

.Cart .infoItem {
  margin-left: 75px;
}

@media (max-width: 768px) {
}
@media (max-width: 768px) {
}
@-moz-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-webkit-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-o-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-moz-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-webkit-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-o-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-moz-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-o-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.CheckoutHeader .topLine {
  background-color: #2375bb;
  height: 40px;
  width: 100%;
}
.CheckoutHeader .topLine .right {
  margin: 0 auto;
  width: 1280px;
  height: 40px;
  color: #fff;
  display: flex;
  justify-content: right;
  align-items: center;
}
.CheckoutHeader .topLine .right a {
  margin: 0 5px;
  color: #fff;
  text-decoration: none;
}
.CheckoutHeader .topLine .right a:hover {
  text-decoration: underline;
}
.CheckoutHeader .midLine,
.CheckoutHeader .botLine {
  padding: 0px 0;
  width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 768px) {
  .CheckoutHeader .midLine,
  .CheckoutHeader .botLine {
    grid-template-columns: 1fr;
    width: 100%;
    font-size: 12px;
    margin-bottom: 0;
  }
}
.CheckoutHeader .midLine .heading,
.CheckoutHeader .botLine .heading {
  font-weight: 100;
  display: flex;
  align-items: flex-end;
  height: 52px;
}
@media (max-width: 768px) {
  .CheckoutHeader .midLine .heading,
  .CheckoutHeader .botLine .heading {
    height: 36px;
    color: #fff;
    position: absolute;
    top: 2px;
    left: 156px;
    font-size: 30px;
  }
}
.CheckoutHeader .midLine .logo,
.CheckoutHeader .botLine .logo {
  color: #2375bb;
  width: 240px;
}
@media (max-width: 768px) {
  .CheckoutHeader .midLine .logo,
  .CheckoutHeader .botLine .logo {
    color: #fff;
    position: absolute;
    top: 4px;
    left: 8px;
    width: 140px;
  }
}
.CheckoutHeader .midLine .left,
.CheckoutHeader .botLine .left {
  display: grid;
  grid-template-columns: 240px 1fr;
}
@media (max-width: 768px) {
  .CheckoutHeader .midLine .left,
  .CheckoutHeader .botLine .left {
    grid-template-columns: 1fr;
    text-align: center;
  }
}
.CheckoutHeader .midLine .right,
.CheckoutHeader .botLine .right {
  justify-content: flex-end;
  display: flex;
  align-items: flex-end;
  flex-flow: column;
}
@media (max-width: 768px) {
  .CheckoutHeader .midLine .right,
  .CheckoutHeader .botLine .right {
    justify-content: center;
    display: block;
  }
  .CheckoutHeader .midLine .right h2,
  .CheckoutHeader .botLine .right h2 {
    text-align: center;
  }
  .CheckoutHeader .midLine .right p,
  .CheckoutHeader .botLine .right p {
    font-size: 14px;
    text-align: center;
  }
}
.CheckoutHeader .midLine .right a,
.CheckoutHeader .botLine .right a {
  color: #2375bb;
}
.CheckoutHeader .midLine {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .CheckoutHeader .midLine {
    margin-top: 8px;
    padding: 0 24px;
  }
}
.CheckoutHeader .botLine {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .CheckoutHeader .botLine {
    margin-bottom: 0;
    padding: 0 24px;
  }
}
.CheckoutHeader .botLine .right {
  flex-flow: row;
}
.CheckoutHeader .botLine .right .Button {
  width: 140px;
}
@media (max-width: 768px) {
  .CheckoutHeader .botLine .right {
    font-size: 12px;
  }
}

.SummaryItem .price {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media (max-width: 768px) {
}
@media (max-width: 768px) {
}
@-moz-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-webkit-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-o-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-moz-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-webkit-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-o-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-moz-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-o-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.SummaryItem {
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .SummaryItem {
    padding: 0;
  }
}
.SummaryItem > .inner {
  padding: 0;
  display: grid;
  grid-template-columns: 80px 1fr 100px;
}
@media (max-width: 768px) {
  .SummaryItem > .inner {
    grid-template-columns: 80px 1fr 80px;
  }
}
.SummaryItem .image-wrap {
  padding: 0 8px 0 0;
  overflow: hidden;
  max-height: 65px;
}
.SummaryItem .image-wrap img {
  width: 65px;
  max-height: 65px;
  font-size: 8px;
}
.SummaryItem .product-name {
  margin-bottom: 8px;
  line-height: 16px;
  color: #2375bb;
}
.SummaryItem .id-numbers {
  font-size: 11px;
  color: #454545;
  padding: 0 0 8px 0;
}
.SummaryItem .id-numbers .line {
  display: inline;
}
@media (max-width: 768px) {
  .SummaryItem .id-numbers {
    font-size: 9px;
  }
  .SummaryItem .id-numbers .line {
    display: block;
  }
}
.SummaryItem .spacer {
  padding: 0 10px;
}
@media (max-width: 768px) {
  .SummaryItem .spacer {
    display: none;
  }
}
.SummaryItem .price {
  justify-content: flex-end;
  font-weight: bold;
  text-align: right;
  font-size: 14px;
}
.SummaryItem .qty {
  display: flex;
  font-size: 14px;
  justify-content: right;
}
.SummaryItem a.action {
  text-align: right;
  display: block;
  color: #2375bb;
  text-decoration: none;
}
.SummaryItem a.action:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
}
@media (max-width: 768px) {
}
@-moz-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-webkit-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-o-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-moz-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-webkit-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-o-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-moz-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-o-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.SummaryItems > h2 {
  font-size: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid #999;
}
.SummaryItems > .inner {
  padding: 40px 0 0 0;
  position: relative;
}

.ChangeBillingInfo .close {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media (max-width: 768px) {
}
@media (max-width: 768px) {
}
@-moz-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-webkit-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-o-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-moz-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-webkit-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-o-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-moz-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-o-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.ChangeBillingInfo {
  position: relative;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.ChangeBillingInfo .billingChoices .RadioElement {
  margin: 16px 0;
}
.ChangeBillingInfo .close {
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
  height: 30px;
  width: 30px;
  border-radius: 3px;
}
.ChangeBillingInfo .close:hover {
  background-color: #eee;
}
.CCForm {
  padding: 16px 0;
}
.CCForm .CheckBox label {
  font-size: 14px;
}
.CCForm .buttons {
  padding: 16px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 8px;
  max-width: 200px;
}
.CCForm .billingAddress {
  padding: 16px 0;
}
.CCForm .billingAddress > a {
  font-size: 14px;
  color: #2375bb;
  margin: 8px 0;
  display: inline-block;
}
.CCForm .row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 16px;
}
@media (max-width: 768px) {
  .CCForm .row {
    grid-template-columns: 1fr;
  }
}

.CheckoutFooter .inner .left,
.CheckoutFooter .inner .right {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media (max-width: 768px) {
}
@media (max-width: 768px) {
}
@-moz-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-webkit-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-o-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-moz-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-webkit-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-o-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-moz-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-o-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.CheckoutFooter .inner {
  height: 120px;
  margin: 0 auto;
  max-width: 1280px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.CheckoutFooter .inner .left {
  justify-content: flex-start;
  display: flex;
  align-items: center;
}
.CheckoutFooter .inner .right {
  justify-content: flex-end;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .CheckoutFooter .inner {
    grid-template-columns: 1fr;
    width: 100%;
  }
  .CheckoutFooter .inner .left {
    justify-content: center;
    font-size: 12px;
  }
  .CheckoutFooter .inner .right {
    justify-content: center;
    font-size: 12px;
  }
}

@media (max-width: 768px) {
}
@media (max-width: 768px) {
}
@-moz-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-webkit-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-o-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-moz-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-webkit-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-o-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-moz-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-o-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.CheckoutTotal > .inner {
  position: relative;
}
.CheckoutTotal .col2 {
  grid-template-columns: 70% 30%;
  padding: 8px 0;
}
.CheckoutTotal .col2 .right {
  display: flex;
  justify-content: flex-end;
}
.CheckoutTotal .estimateFreight {
  padding-bottom: 16px;
}
.CheckoutTotal .estimateFreight a {
  color: #2375bb;
  text-decoration: none;
}
.CheckoutTotal .total {
  font-size: 24px;
  padding: 16px 0;
}
.CheckoutTotal .free {
  color: #0b7630;
}

@media (max-width: 768px) {
}
@media (max-width: 768px) {
}
@-moz-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-webkit-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-o-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-moz-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-webkit-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-o-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-moz-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-o-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.CheckoutSection {
  background: #fff;
  border: 1px solid #ddd;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .CheckoutSection {
    margin: 8px 2px;
  }
}
.CheckoutSection > .inner {
  position: relative;
  padding: 24px;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 768px) {
  .CheckoutSection > .inner {
    padding: 8px;
  }
}
.CheckoutSection > .inner p {
  margin: 8px 0;
  font-size: 14px;
}
.CheckoutSection > .inner h1 {
  font-size: 22px;
}
.CheckoutSection > .inner h4 {
  font-size: 14px;
  font-weight: bold;
  text-transform: none;
  letter-spacing: 0.5px;
}
.CheckoutSection a.action {
  text-decoration: none;
  display: block;
  margin-top: 8px;
  font-size: 14px;
  color: #2375bb;
}
.CheckoutSection a.action:hover {
  text-decoration: underline;
}
.CheckoutSection .paymentType {
  margin-top: 16px;
}
.CheckoutSection .deliveryOption .RadioElement {
  margin: 8px 0;
}
.CheckoutSection .carrierMethod .box {
  padding: 16px;
  margin: 16px 0;
  border: 1px solid #ddd;
  justify-content: space-around;
  display: grid;
  grid-template-columns: 31% 18% 18% 18%;
  text-align: center;
}
@media (max-width: 768px) {
  .CheckoutSection .carrierMethod .box {
    grid-template-columns: 1fr;
    width: 100%;
  }
}
.CheckoutSection .others {
  padding: 8px 0;
}

@media (max-width: 768px) {
}
@media (max-width: 768px) {
}
@-moz-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-webkit-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-o-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-moz-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-webkit-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-o-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-moz-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-o-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.CartCheckout {
  background-color: #eee;
}
.CartCheckout .action {
  cursor: pointer;
}
.CartCheckout .edit {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
  text-decoration: none;
  color: #2375bb;
}
.CartCheckout .edit:hover {
  text-decoration: underline;
}
.CartCheckout main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 16px;
}
@media (max-width: 768px) {
  .CartCheckout main {
    grid-template-columns: 1fr;
  }
}
.CartCheckout .TextInput {
  margin-bottom: 16px;
}
.CartCheckout .TextInput label {
  font-weight: bold;
}
.CartCheckout .terms {
  padding: 8px 0;
  text-align: center;
}
.CartCheckout .terms a {
  color: #2375bb;
}
.CartCheckout .summaryHeading {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 16px;
}
.CartCheckout .summaryHeading .currency {
  font-size: 24px;
  text-align: right;
  font-weight: 300;
}

@media (max-width: 768px) {
}
@media (max-width: 768px) {
}
@-moz-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-webkit-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-o-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-moz-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-webkit-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-o-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-moz-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-o-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.SearchResultsTop {
  margin-bottom: 16px;
  display: block;
}
@media (max-width: 768px) {
  .SearchResultsTop {
    display: none;
  }
}
.SearchResultsTop .info {
  display: grid;
  grid-template-columns: 1fr 200px 100px;
  max-width: 945px;
  align-items: center;
}
@media (max-width: 768px) {
  .SearchResultsTop .info {
    grid-template-columns: 1fr 1fr;
    width: 100vw;
    padding: 0 8px;
  }
}
.SearchResultsTop .count {
  font-size: 16px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .SearchResultsTop .count {
    font-size: 12px;
  }
}
.SearchResultsTop .viewTypes {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.SearchResultsTop .viewTypes .Icon {
  cursor: pointer;
  padding: 0 16px;
}
.SearchResultsTop .viewTypes .Icon:last-of-type {
  border-left: 1px solid #ddd;
}
.SearchResultsTop .sortBy {
  display: grid;
  grid-template-columns: 60px 1fr;
  align-items: center;
  justify-content: flex-end;
}
.SearchResultsTop .sortBy label {
  text-align: right;
  margin-right: 8px;
}
.SearchResultsTop hr {
  height: 1px;
  background-color: #ddd;
  border: none;
  margin: 16px 0;
}
.SearchResultsTop .AppliedFilters {
  display: grid;
  grid-template-columns: 68px 120px 100px 180px 60px 100px 90px 120px;
}
@media (max-width: 768px) {
  .SearchResultsTop .AppliedFilters {
    width: 100vw;
    grid-template-columns: 35% 65%;
  }
}
.SearchResultsTop .AppliedFilters h3 {
  float: left;
  display: flex;
  height: 38px;
  margin-right: 8px;
  font-size: 14px;
  align-items: center;
  justify-content: flex-end;
}
.SearchResultsTop .AppliedFilters .FilterChoice {
  float: left;
  margin: 0 8px 8px 0;
  font-size: 14px;
  padding: 8px;
  background-color: #fff;
  border: 1px solid #999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.SearchResultsTop .AppliedFilters .FilterChoice span {
  white-space: nowrap;
}
.SearchResultsTop .AppliedFilters .FilterChoice .Icon {
  display: inline-block;
  margin-left: 8px;
  padding: 4px;
  border-radius: 4px;
}
.SearchResultsTop .AppliedFilters .FilterChoice .Icon:hover {
  background-color: #ddd;
}
.SearchResultsTop .AppliedFilters .FilterChoice .Icon i {
  font-size: 12px;
}

@media (max-width: 768px) {
}
@media (max-width: 768px) {
}
@-moz-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-webkit-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-o-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-moz-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-webkit-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-o-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-moz-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-o-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.SearchResultsBot {
  margin-top: 16px;
  background-color: #eee;
  padding: 16px 16px 8px 16px;
}
.SearchResultsBot:after {
  clear: both;
  display: block;
  content: "";
}
@media (max-width: 768px) {
  .SearchResultsBot {
    width: 100vw;
  }
}
.SearchResultsBot h3 {
  float: left;
  display: flex;
  line-height: 34px;
  margin-right: 8px;
  font-size: 14px;
  align-items: center;
  font-weight: bold;
}
.SearchResultsBot .FilterTag {
  float: left;
  margin: 0 8px 8px 0;
  color: #2375bb;
  font-size: 14px;
  padding: 8px;
  border-radius: 6px;
  background-color: #fff;
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.SearchResultsBot .FilterTag span {
  white-space: nowrap;
}
.SearchResultsBot .FilterTag .Icon {
  display: inline-block;
  margin-left: 8px;
  padding: 4px;
  border-radius: 4px;
}
.SearchResultsBot .FilterTag .Icon:hover {
  background-color: #ddd;
}
.SearchResultsBot .FilterTag .Icon i {
  font-size: 12px;
}

@media (max-width: 768px) {
}
@media (max-width: 768px) {
}
@-moz-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-webkit-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-o-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-moz-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-webkit-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-o-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-moz-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-o-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.ProductRecommendations {
  padding: 40px 0;
  border-bottom: 1px solid #ddd;
}
.ProductRecommendations h2 {
  text-align: center;
}

@media (max-width: 768px) {
}
@media (max-width: 768px) {
}
@-moz-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-webkit-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-o-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-moz-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-webkit-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-o-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-moz-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-o-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.SearchFilters {
  border: 2px solid #ddd;
  margin-bottom: 16px;
}
.SearchFilters .visible {
  padding: 8px;
  background-color: #ddd;
}
.SearchFilters .visible .Icon {
  justify-content: flex-start;
}
.SearchFilters .hidden {
  padding: 16px;
}
.SearchFilters .filterHeader .inner {
  display: grid;
  grid-template-columns: 100px 1fr;
}
.SearchFilters .filterHeader h3 {
  font-size: 18px;
  text-align: left;
}
.SearchFilters .filterHeader a {
  font-size: 14px;
  line-height: 24px;
}
.SearchFilters .CheckFilters {
  padding: 0;
}
.SearchFilters .CheckBox {
  margin: 16px 0;
}
.SearchFilters .CheckBox:first-of-type {
  margin-top: 0;
}

@media (max-width: 768px) {
}
@media (max-width: 768px) {
}
@-moz-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-webkit-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-o-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-moz-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-webkit-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-o-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-moz-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-o-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.Search .SearchHeader {
  padding: 32px 8px 32px 8px;
  display: grid;
  grid-template-columns: 1fr 130px;
}
.Search .SearchHeader a {
  color: #2375bb;
  text-decoration: none;
}
.Search .SearchHeader a:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .Search .SearchHeader {
    display: none;
  }
}
.Search .SearchHeader h1 {
  font-size: 18px;
  margin-bottom: 16px;
}
.Search .SearchHeader h1 span {
  font-weight: 500;
}
.Search .MobileSearchHeader {
  display: grid;
  grid-template-columns: 1fr;
  padding: 120px 8px 0px 8px;
  display: none;
}
@media (max-width: 768px) {
  .Search .MobileSearchHeader {
    display: block;
  }
}
.Search .MobileSearchHeader h1 {
  font-size: 18px;
}
.Search .MobileSearchHeader h1 span {
  font-weight: 500;
}
.Search .SearchMain {
  display: grid;
  grid-template-columns: 320px 1fr;
  grid-gap: 16px;
  padding: 0 0 24px 0;
}
@media (max-width: 768px) {
  .Search .SearchMain {
    grid-template-columns: 1fr;
  }
}
.Search .MobileFilters {
  padding: 16px 8px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin: 16px 8px;
  display: none;
}
@media (max-width: 768px) {
  .Search .MobileFilters {
    display: grid;
    grid-template-columns: 100px 1fr 30px;
    align-items: center;
    grid-gap: 8px;
  }
}
.Search .MobileFilters .Icon {
  cursor: pointer;
}
.Search .SearchFilterPanel {
  background-color: #fff;
}
.Search .SearchFilterPanel a {
  color: #2375bb;
  text-decoration: none;
}
.Search .SearchFilterPanel a:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .Search .SearchFilterPanel {
    z-index: 4;
    position: fixed;
    top: -100vh;
    left: 0;
    right: 0;
    height: calc(100vh - 56px);
    overflow: scroll;
    transition: top 250ms;
  }
}
.Search .SearchFilterPanel.open {
  top: 56px;
}
.Search .SearchFilterPanel .actionButtons {
  display: none;
  grid-template-columns: 1fr 1fr;
  grid-gap: 16px;
  padding: 16px;
}
@media (max-width: 768px) {
  .Search .SearchFilterPanel .actionButtons {
    display: grid;
  }
}
.Search .SearchResults {
  max-width: 960px;
}
.Search .SearchResults > .inner {
  display: grid;
  grid-gap: 16px;
}
.Search .SelectMenuFilters .SelectMenu {
  padding: 8px 0;
}
.Search .PriceBody .inner {
  display: grid;
  grid-template-columns: 10px 70px 10px 70px 80px;
  grid-gap: 8px;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.Search .PriceBody .inner span {
  color: #999;
}
.Search .Carousel .ProductListing .product-name {
  min-height: 70px;
}
.Search .ProductRecommendations {
  padding: 24px 36px;
}
@media (max-width: 768px) {
  .Search .ProductRecommendations {
    width: 100vw;
  }
}
.Search .ProductRecommendations .productListHeading {
  text-align: center;
}
.Search.gridView .SearchResults > .inner {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media (max-width: 768px) {
  .Search.gridView .SearchResults > .inner {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .Search.gridView {
    grid-template-columns: 1fr 1fr;
  }
  .Search.gridView .Icon.gridView {
    display: none;
  }
  .Search.gridView .Icon.listView {
    display: block;
  }
}
.Search.listView .SearchResults > .inner {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr;
}
@media (max-width: 768px) {
  .Search.listView .Icon.gridView {
    display: block;
  }
  .Search.listView .Icon.listView {
    display: none;
  }
}
.Search.listView .ProductListing {
  max-width: 100%;
}
.Search.listView .SearchResults .inner .ProductListing {
  width: 100%;
  display: grid;
  grid-template-columns: 160px 1fr 200px;
  grid-gap: 16px;
  border-bottom: 1px solid #ddd;
}
.Search.listView .SearchResults .inner .ProductListing .id-numbers .group div,
.Search.listView .SearchResults .inner .ProductListing .id-numbers .group span {
  display: inline-block;
  margin-right: 16px;
}
.Search.listView .SearchResults .inner .ProductListing .left {
  padding-right: 8px;
}
.Search.listView .SearchResults .inner .ProductListing .left .image-wrap {
  padding: 8px;
  height: auto;
}
.Search.listView .SearchResults .inner .ProductListing .right {
  height: 80px;
  margin-top: 0px;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: space-around;
}
.Search.listView .SearchResults .inner .ProductListing .right .InStock {
  display: none;
}
@media (max-width: 768px) {
  .Search.listView .SearchResults .inner .ProductListing {
    display: block;
  }
  .Search.listView .SearchResults .inner .ProductListing .Carousel .ProductListing {
    max-width: 100%;
  }
  .Search.listView .SearchResults .inner .ProductListing .left,
  .Search.listView .SearchResults .inner .ProductListing .mid,
  .Search.listView .SearchResults .inner .ProductListing .right {
    float: left;
  }
  .Search.listView .SearchResults .inner .ProductListing .left {
    width: 40%;
    height: 100%;
  }
  .Search.listView .SearchResults .inner .ProductListing .mid,
  .Search.listView .SearchResults .inner .ProductListing .right {
    width: 60%;
  }
}

@media (max-width: 768px) {
}
@media (max-width: 768px) {
}
@-moz-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-webkit-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-o-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-moz-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-webkit-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-o-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-moz-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-o-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.CheckoutConfirm {
  background-color: #eee;
}
.CheckoutConfirm p b {
  font-weight: bold;
}
.CheckoutConfirm a {
  color: #2375bb;
}
.CheckoutConfirm main {
  padding-top: 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 16px;
}
@media (max-width: 768px) {
  .CheckoutConfirm main {
    grid-template-columns: 1fr;
  }
}
.CheckoutConfirm .TextInput label {
  font-weight: bold;
}
.CheckoutConfirm .confirmGreen {
  font-size: 36px !important;
  color: #0b7630;
}
.CheckoutConfirm .confirmGreen .Icon {
  display: inline-block;
  margin-right: 8px;
}
.CheckoutConfirm .spacer {
  margin-top: 16px;
}
.CheckoutConfirm .buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 16px;
  width: 340px;
}

@media (max-width: 768px) {
}
@media (max-width: 768px) {
}
@-moz-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-webkit-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-o-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-moz-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-webkit-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-o-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-moz-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-o-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.QuoteDetailHeader {
  background-color: #ddd;
  padding: 0 16px 24px 16px;
}
.QuoteDetailHeader > .inner {
  max-width: 1280px;
  margin: 0 auto;
}
.QuoteDetailHeader .left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.QuoteDetailHeader .right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 768px) {
  .QuoteDetailHeader {
    padding-top: 60px;
    grid-template-columns: 1fr;
  }
  .QuoteDetailHeader .left {
    padding: 16px 8px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .QuoteDetailHeader .right {
    padding: 16px 8px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media (max-width: 768px) {
}
@media (max-width: 768px) {
}
@-moz-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-webkit-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-o-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-moz-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-webkit-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-o-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-moz-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-o-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.QuoteDetailActions {
  padding: 32px 0;
}
.QuoteDetailActions > .inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 2px;
}
@media (max-width: 768px) {
  .QuoteDetailActions > .inner {
    grid-template-columns: 1fr;
  }
}
.QuoteDetailActions > .inner .left {
  display: flex;
  flex-flow: row;
  justify-content: flex-start;
}
@media (max-width: 768px) {
  .QuoteDetailActions > .inner .left {
    text-align: center;
    display: grid;
    grid-template-columns: 1fr;
    justify-content: center;
  }
}
.QuoteDetailActions .right {
  display: flex;
  flex-flow: row;
  justify-content: flex-end;
}

@media (max-width: 768px) {
}
@media (max-width: 768px) {
}
.QuoteLinesSuggestions .LoadingSkeleton .image-wrap,
.QuoteLinesSuggestions .LoadingSkeleton .heading,
.QuoteLinesSuggestions .LoadingSkeleton .heading-end,
.QuoteLinesSuggestions .LoadingSkeleton .id-numbers span.num,
.QuoteLinesSuggestions .LoadingSkeleton .price span,
.QuoteLinesSuggestions .LoadingSkeleton .number-input span {
  background-color: #ddd;
  border-radius: 6px;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: linear-gradient(to right, #eee 10%, #ddd 20%, #eee 30%);
  background-size: 800px 104px;
  position: relative;
}
@-moz-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-webkit-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-o-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-moz-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-webkit-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-o-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-moz-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-o-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.QuoteLinesSuggestions {
  margin-top: 2px;
  width: 712px;
  padding: 8px 8px 16px 8px;
  border-radius: 6px;
  box-shadow: 0 0 5px rgba(0,0,0,0.4);
  background-color: #fff;
}
@media (max-width: 768px) {
  .QuoteLinesSuggestions {
    width: 100%;
  }
}
.QuoteLinesSuggestions .list {
  padding: 8px 0;
  margin: 4px 0;
}
.QuoteLinesSuggestions .LoadingSkeleton {
  display: grid;
  grid-template-columns: 80px 1fr 80px 185px;
  grid-gap: 24px;
  padding: 16px;
}
@media (max-width: 768px) {
  .QuoteLinesSuggestions .LoadingSkeleton {
    width: 100%;
    grid-template-columns: 80px 1fr;
    grid-gap: 24px;
  }
}
.QuoteLinesSuggestions .LoadingSkeleton .group {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.QuoteLinesSuggestions .LoadingSkeleton .image-wrap {
  height: 55px;
  width: 100%;
}
.QuoteLinesSuggestions .LoadingSkeleton .heading {
  height: 12px;
  width: 100%;
  margin-bottom: 6px;
}
.QuoteLinesSuggestions .LoadingSkeleton .heading-end {
  height: 12px;
  width: 30%;
  margin-bottom: 6px;
}
.QuoteLinesSuggestions .LoadingSkeleton .id-numbers {
  display: grid;
  grid-template-columns: 1fr 10px 1fr;
  width: 40%;
}
.QuoteLinesSuggestions .LoadingSkeleton .id-numbers span.num {
  height: 12px;
  width: 100px;
}
.QuoteLinesSuggestions .LoadingSkeleton .price {
  display: flex;
  align-items: center;
}
.QuoteLinesSuggestions .LoadingSkeleton .price span {
  display: inline-block;
  height: 12px;
  width: 60px;
}
.QuoteLinesSuggestions .LoadingSkeleton .number-input .col2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 8px;
}
.QuoteLinesSuggestions .LoadingSkeleton .number-input span {
  display: inline-block;
  height: 40px;
  width: 82px;
}

@media (max-width: 768px) {
}
@media (max-width: 768px) {
}
@-moz-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-webkit-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-o-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-moz-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-webkit-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-o-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-moz-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-o-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.ProductSuggestionAdder {
  background-color: #fff;
  color: #000;
  font-size: 14px;
  padding: 16px;
  display: grid;
  grid-template-columns: 80px 1fr 80px 185px;
  grid-gap: 24px;
}
.ProductSuggestionAdder .group {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.ProductSuggestionAdder .price {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.ProductSuggestionAdder .info {
  display: flex;
  flex-flow: column;
}
.ProductSuggestionAdder .image-wrap {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
.ProductSuggestionAdder .image-wrap img {
  max-height: 60px;
  width: 100%;
}
.ProductSuggestionAdder .in-stock {
  color: #0b7630;
  margin: 8px 0;
  font-size: 14px;
  font-weight: 600;
}
.ProductSuggestionAdder .in-stock:after {
  font-family: "Font Awesome 5 Pro";
  font-size: 11px;
  font-weight: 900;
  content: "\f078";
  margin-left: 4px;
}
.ProductSuggestionAdder .product-name {
  margin-top: -4px;
  margin-bottom: 8px;
  line-height: 16px;
  max-width: 80%;
  color: #2375bb;
}
.ProductSuggestionAdder .id-numbers {
  font-size: 12px;
  color: #999;
  padding: 8px 0 0 0;
  text-align: left;
}
.ProductSuggestionAdder .spacer {
  padding: 0 10px;
}
.ProductSuggestionAdder .number-input .NumberInput {
  width: 100%;
}
.ProductSuggestionAdder .number-input .NumberInput .col2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 8px;
}
.ProductSuggestionAdder .showOnHover {
  display: none;
}
.ProductSuggestionAdder:hover .showOnHover {
  display: grid;
}
@media (max-width: 768px) {
  .ProductSuggestionAdder {
    grid-template-columns: 80px 1fr;
    grid-gap: 24px;
  }
  .ProductSuggestionAdder .showOnHover {
    display: grid;
  }
}
.ProductSuggestionAdder .col2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 8px;
}
.ProductSuggestionAdder.bullet {
  transform-origin: 0 0;
  z-index: 10;
  opacity: 1;
  border-radius: 16px;
  width: 360px;
  position: absolute;
  grid-template-columns: 80px 1fr;
}
.ProductSuggestionAdder.bullet .price {
  display: none;
}
.ProductSuggestionAdder.bullet .number-input {
  display: none;
}
@media (max-width: 768px) {
  .ProductSuggestionAdder.bullet {
    display: none;
  }
}

@media (max-width: 768px) {
}
@media (max-width: 768px) {
}
@-moz-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-webkit-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-o-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-moz-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-webkit-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-o-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-moz-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-o-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.QuoteItem {
  display: grid;
  padding: 16px 0;
  grid-template-columns: 70px 1fr;
}
@media (max-width: 768px) {
  .QuoteItem {
    padding: 0;
  }
}
.QuoteItem .image-wrap {
  padding: 0 8px;
}
.QuoteItem .image-wrap img {
  width: 50px;
}
.QuoteItem .in-stock {
  color: #0b7630;
  margin: 8px 0;
  font-size: 14px;
  font-weight: 600;
}
.QuoteItem .in-stock:after {
  font-family: "Font Awesome 5 Pro";
  font-size: 11px;
  font-weight: 900;
  content: "\f078";
  margin-left: 4px;
}
.QuoteItem .product-name {
  margin-top: -4px;
  margin-bottom: 8px;
  line-height: 16px;
  color: #2375bb;
}
@media (min-width: 768px) {
  .QuoteItem .product-name {
    max-width: 80%;
  }
}
.QuoteItem .id-numbers {
  font-size: 10px;
  color: #454545;
  padding: 8px 0 0 0;
  display: flex;
}
.QuoteItem .spacer {
  padding: 0 10px;
}

@media (max-width: 768px) {
}
@media (max-width: 768px) {
}
@-moz-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-webkit-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-o-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-moz-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-webkit-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-o-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-moz-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-o-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.QuoteLines {
  padding: 32px 0;
}
.QuoteLines > label {
  font-weight: bold;
  margin-bottom: 5px;
  display: block;
  font-size: 14px;
}
@media (max-width: 768px) {
  .QuoteLines {
    width: 100%;
  }
  .QuoteLines .SearchElement,
  .QuoteLines > label {
    padding: 0 4px;
  }
}
.QuoteLines .Table {
  margin-top: 24px;
}
.QuoteLines .Table tr {
  display: flex;
  flex-flow: row;
}
.QuoteLines .Table td {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}
.QuoteLines .Table .check_col {
  display: none;
}
.QuoteLines .Table .item_desc {
  justify-content: flex-start;
  width: 50%;
}
.QuoteLines .Table .qty {
  width: 12%;
}
.QuoteLines .Table .user_price {
  width: 12%;
}
.QuoteLines .Table .markup {
  width: 18%;
}
.QuoteLines .Table .line_price {
  width: 18%;
}
.QuoteLines .MobileTable {
  margin-top: 16px;
}
.QuoteLines .MobileTable .infoItem {
  display: grid;
  grid-template-columns: 65% 35%;
  width: 100%;
  line-height: 32px;
  padding: 8px 4px;
}
@media (max-width: 768px) {
  .QuoteLines .MobileTable .infoItem .left,
  .QuoteLines .MobileTable .infoItem .right {
    padding: 0;
  }
}
.QuoteLines .MobileTable .infoItem > span {
  color: #454545;
  font-size: 14px;
}
.QuoteLines .notes {
  padding-top: 16px;
}
@media (max-width: 768px) {
  .QuoteLines .notes {
    padding: 16px 4px 0 4px;
  }
}


@media (max-width: 768px) {
}
@media (max-width: 768px) {
}
@-moz-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-webkit-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-o-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-moz-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-webkit-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-o-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-moz-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-o-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.QuoteInfo {
  background-color: #eee;
  padding: 24px 16px;
  margin-bottom: 16px;
}
.QuoteInfo h4 {
  padding-bottom: 12px;
}
.QuoteInfo .inputCont {
  padding: 12px 0;
  font-size: 14px;
}
.QuoteInfo .inputCont > label {
  font-weight: bold;
  margin-bottom: 6px;
}
.QuoteInfo .inputCont .DatePicker .DayPickerInput {
  width: 100%;
}
.QuoteInfo .inputCont .right {
  display: flex;
  justify-content: flex-end;
}
.QuoteInfo label {
  color: #333;
  display: block;
  font-size: 14px;
}
.QuoteInfo .profitValue {
  padding: 6px 0;
}
.QuoteInfo .security .left {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .QuoteInfo {
    padding: 24px 16px;
  }
  .QuoteInfo .col2 {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
}
@media (max-width: 768px) {
}
@-moz-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-webkit-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-o-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-moz-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-webkit-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-o-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-moz-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-o-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.ToggleSwitch {
  width: 50px;
  height: 30px;
  border-radius: 30px;
  position: relative;
  transition: background-color 0s;
  transition-delay: 0.2s;
  cursor: pointer;
}
.ToggleSwitch .switch {
  height: 26px;
  width: 26px;
  border-radius: 100%;
  background-color: #fff;
  position: absolute;
  top: 2px;
  left: 2px;
  user-select: none;
  transition: left 0.4s;
}
.ToggleSwitch.off {
  background-color: #999;
}
.ToggleSwitch.off .switch {
  left: 2px;
}
.ToggleSwitch.on {
  background-color: #e1500b;
}
.ToggleSwitch.on .switch {
  left: 21px;
}

@media (max-width: 768px) {
}
@media (max-width: 768px) {
}
@-moz-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-webkit-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-o-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-moz-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-webkit-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-o-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-moz-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-o-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.QuoteEndUser {
  background-color: #eee;
  padding: 24px 16px;
}
.QuoteEndUser .left {
  display: flex;
  align-items: center;
}
.QuoteEndUser .right {
  display: flex;
  justify-content: flex-end;
}
.QuoteEndUser .TextInput {
  padding: 8px 0;
}
.QuoteEndUser .Button {
  margin-top: 8px;
}
.QuoteEndUser .form {
  padding: 0;
  height: 0;
  overflow: hidden;
  transition: height 250ms;
}
.QuoteEndUser .form.on {
  height: 510px;
}
@media (max-width: 768px) {
  .QuoteEndUser .col2 {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
}
@media (max-width: 768px) {
}
@-moz-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-webkit-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-o-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-moz-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-webkit-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-o-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-moz-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-o-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.QuoteActivity {
  position: fixed;
  top: 96px;
  bottom: 8px;
  left: 32px;
  right: 32px;
  overflow-y: auto;
}
@media (max-width: 768px) {
  .QuoteActivity {
    left: 16px;
    right: 16px;
  }
}
.QuoteActivity h2 {
  left: 16px;
  right: 16px;
  font-size: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid #999;
}
.QuoteActivity .Timeline {
  font-size: 14px;
  display: grid;
  grid-template-columns: 60px 1fr 100px;
  min-height: 100px;
  align-items: flex-start;
  position: relative;
  z-index: 1;
}
.QuoteActivity .left {
  display: flex;
  flex-flow: flex-start;
}
.QuoteActivity .right {
  text-align: right;
}
.QuoteActivity .Icon {
  background-color: #fff;
  border-radius: 100%;
  height: 24px;
  width: 24px;
  border: 2px solid #fff;
  display: flex;
  align-items: center;
}
.QuoteActivity .verticalLine {
  z-index: 0;
  position: absolute;
  top: 20px;
  left: 9px;
  width: 5px;
  height: 600px;
  background-color: #0b7630;
}

@media (max-width: 768px) {
}
@media (max-width: 768px) {
}
@-moz-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-webkit-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-o-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-moz-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-webkit-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-o-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-moz-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-o-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.QuoteTotals {
  padding-bottom: 24px;
  font-size: 14px;
}
.QuoteTotals .totalLine {
  padding: 16px;
  border-bottom: 1px solid #ddd;
}
.QuoteTotals .totalLine.doublePadd {
  padding: 16px 56px 16px 16px;
}
.QuoteTotals .totalLine:last-of-type {
  border-bottom: none;
}
.QuoteTotals .totalLine .left {
  display: flex;
  align-items: center;
  text-align: left;
  justify-content: flex-start;
}
.QuoteTotals .totalLine .right {
  display: flex;
  align-items: center;
  text-align: right;
  justify-content: flex-end;
}
.QuoteTotals .col2 {
  grid-template-columns: 1fr 1fr;
}
.QuoteTotals .totalButton {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.QuoteTotals .totalButton .right {
  text-align: right;
}
.QuoteTotals .visible {
  padding: 16px;
  background-color: rgba(35,117,183,0.1);
}
.QuoteTotals .hidden {
  display: block;
  overflow: hidden;
  padding: 0;
  height: 0;
  transition: height 400ms;
}
.QuoteTotals .Accordion.open .hidden {
  height: 213px;
}
@media (max-width: 768px) {
  .QuoteTotals .totalLine {
    padding: 16px;
  }
}

@media (max-width: 768px) {
}
@media (max-width: 768px) {
}
@-moz-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-webkit-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-o-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-moz-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-webkit-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-o-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-moz-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-o-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.QuoteDetail main.col2 {
  grid-template-columns: 1fr 310px;
  grid-gap: 16px;
  padding-bottom: 40px;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .QuoteDetail main.col2 {
    grid-template-columns: 1fr;
  }
  .QuoteDetail main.col2 .left,
  .QuoteDetail main.col2 .right {
    padding-left: 4px;
    padding-right: 4px;
  }
}

@media (max-width: 768px) {
}
@media (max-width: 768px) {
}
@-moz-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-webkit-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-o-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-moz-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-webkit-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-o-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-moz-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-o-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.ProductDetailHeader {
  padding: 0 16px 24px 16px;
  min-height: 180px;
}
.ProductDetailHeader > .inner {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 768px) {
  .ProductDetailHeader > .inner {
    grid-template-columns: 1fr;
  }
}
.ProductDetailHeader .actionButtons {
  width: 380px;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
}
.ProductDetailHeader .left {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-flow: column;
}
.ProductDetailHeader .right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.ProductDetailHeader .productName {
  font-size: 24px;
  margin-bottom: 8px;
}
.ProductDetailHeader .productSkus {
  font-size: 12px;
  color: #454545;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 8px;
  width: 100%;
}
@media (max-width: 768px) {
  .ProductDetailHeader .productSkus {
    grid-template-columns: 1fr 1fr;
  }
  .ProductDetailHeader .productSkus span {
    display: flex;
    justify-content: flex-start;
  }
}
.ProductDetailHeader .productSkus a {
  color: #2375bb;
}
.ProductDetailHeader .productFlags .ProductFlag {
  margin: 0 8px 8px 0;
}
@media (max-width: 768px) {
  .ProductDetailHeader {
    padding-top: 100px;
    grid-template-columns: 1fr;
  }
  .ProductDetailHeader .left {
    padding-top: 8px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .ProductDetailHeader .left .Breadcrumbs {
    display: none;
  }
  .ProductDetailHeader .right {
    display: none;
  }
}

.ProductCarousel .activeImage,
.ProductCarousel .SliderItem {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media (max-width: 768px) {
}
@media (max-width: 768px) {
}
@-moz-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-webkit-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-o-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-moz-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-webkit-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-o-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-moz-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-o-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.ProductCarousel {
  border: 1px solid #ddd;
  max-width: 620px;
  padding: 20px 50px;
}
@media (max-width: 768px) {
  .ProductCarousel {
    max-width: 98vw;
    padding: 20px 0;
  }
}
.ProductCarousel .activeImage {
  width: 100%;
}
.ProductCarousel .activeImage img {
  width: 400px;
}
@media (max-width: 768px) {
  .ProductCarousel .activeImage {
    display: none;
  }
}
@media (max-width: 768px) {
  .ProductCarousel .Carousel {
    height: 300px;
  }
}
.ProductCarousel .SliderItem img {
  height: 90px;
}
@media (max-width: 768px) {
  .ProductCarousel .SliderItem img {
    height: 270px;
  }
}

@media (max-width: 768px) {
}
@media (max-width: 768px) {
}
@-moz-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-webkit-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-o-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-moz-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-webkit-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-o-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-moz-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-o-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.ProductInfo {
  padding: 16px;
  background-color: #eee;
}
.ProductInfo .specialPricing {
  font-size: 14px;
}
.ProductInfo .specialPricing a {
  text-transform: uppercase;
  color: #2375bb;
}
.ProductInfo .specialPricing .Icon {
  display: inline-block;
  padding: 8px;
  margin-left: 8px;
}
.ProductInfo .col3 {
  display: grid;
  grid-template-columns: 1fr 140px 1fr;
  grid-gap: 40px;
  padding: 8px 0;
}
@media (max-width: 768px) {
  .ProductInfo .col3 {
    grid-template-columns: 1fr 1fr;
    grid-gap: 8px;
  }
}
.ProductInfo .qty {
  font-size: 14px;
  width: 140px;
  align-items: center;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.ProductInfo .productNumbers {
  color: #999;
  font-size: 12px;
}
.ProductInfo .inStock {
  color: #0b7630;
  text-transform: uppercase;
}

@media (max-width: 768px) {
}
@media (max-width: 768px) {
}
@-moz-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-webkit-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-o-keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@keyframes wiggle {
  0%, 100% {
    opacity: 1;
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.6;
  }
  75% {
    transform: translateX(1px);
  }
}
@-moz-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-webkit-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-o-keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@keyframes sweller {
  0% {
    background: $xRed;
    transform: scale(1);
  }
  50% {
    background: $cRed;
    transform: scale(2.5);
  }
  100% {
    background: $xRed;
    transform: scale(1);
  }
}
@-moz-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-o-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.ProductDetail .col2 {
  grid-gap: 16px;
  padding-bottom: 40px;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .ProductDetail .Tabs .tab {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .ProductDetail .Tabs {
    grid-template-columns: 1fr;
  }
  .ProductDetail .Tabs .left,
  .ProductDetail .Tabs .right {
    padding-left: 4px;
    padding-right: 4px;
  }
}
.ProductDetail .productListingHeading {
  text-align: center;
}
@media (max-width: 768px) {
  .ProductDetail .Carousel {
    width: 98vw;
  }
  .ProductDetail .ProductListing {
    max-width: 100%;
  }
}
.Bundles,
.Accessories {
  width: 100%;
}
.Bundles .Carousel,
.Accessories .Carousel {
  width: 600px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .Bundles .Carousel,
  .Accessories .Carousel {
    width: 98vw;
  }
}
.Bundles .Carousel .slide-slide,
.Accessories .Carousel .slide-slide {
  width: 180px;
}
.Bundles .Carousel .slick-next,
.Accessories .Carousel .slick-next {
  right: -16px;
}
.Bundles .Carousel .slick-prev,
.Accessories .Carousel .slick-prev {
  left: -16px;
}
@media (max-width: 768px) {
  .Bundles,
  .Accessories {
    width: 98vw;
  }
}
.ProductDescription h3 {
  color: #2375bb;
}
.ProductDescription p.bold {
  font-weight: bold;
}
@media (max-width: 768px) {
  .ProductDescription {
    padding: 0 2px;
  }
}
.ProductDescription .Accordion {
  padding: 12px 0;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 768px) {
  .ProductDescription .Accordion {
    padding: 12px 8px;
  }
}
.Description {
  padding: 16px 8px;
}
.Description p {
  font-size: 12px;
  padding: 16px 0;
}
.Description p.bold {
  padding: 0;
}
.Description ul {
  margin: 0 0 16px 0;
}
.Description li {
  font-size: 12px;
}
.PricingInfo,
.Warranty {
  padding: 8px;
}
.PricingInfo p,
.Warranty p {
  font-size: 12px;
  padding-bottom: 16px;
}
.TechSpecs {
  padding: 8px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  grid-gap: 40px;
}
@media (max-width: 768px) {
  .TechSpecs {
    grid-template-columns: 1fr;
  }
}
.TechSpecs h5,
.TechSpecs p {
  font-size: 12px;
}
.TechSpecs a {
  color: #2375bb;
}
.TechSpecs .spec {
  border-top: 1px solid #ddd;
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  font-size: 12px;
}
.TechSpecs .spec:last-of-type {
  border-bottom: 1px solid #ddd;
}
.TechSpecs .spec > .left,
.TechSpecs .spec > .right {
  padding: 10px;
}
.TechSpecs .spec > .left {
  background-color: #eee;
}
.TechSpecs .spec ul {
  padding-left: 10px;
}


/*# sourceMappingURL=main-5b3da581.css.map*/