/* Default/Primary Button */
.sc-button {
  background: #f0842d;
  border: 1px solid rgba(0, 0, 0, 0.3);
  color: #fff;
  padding: 10px 15px;
  font-size: 1.15em;
  text-align: center;
  cursor: pointer; }
  .sc-button:hover {
    text-decoration: none;
    border-color: rgba(0, 0, 0, 0.5); }
  .sc-button:focus {
    border-color: rgba(0, 0, 0, 0.5); }
  .sc-button.disabled {
    opacity: 0.5;
    cursor: default;
    border: 1px solid rgba(0, 0, 0, 0.3); }
  .sc-button.small {
    padding: 5px 10px;
    font-size: 0.9em; }
  .sc-button.large {
    padding: 15px 25px;
    font-size: 1.5em; }
  .sc-button.xsmall {
    padding: 5px 10px;
    font-size: 0.7em; }

/* Default/Primary Button */
.sc-button-white {
  background: #F0F0F0;
  border: 1px solid rgba(0, 0, 0, 0.3);
  color: #333;
  padding: 10px 15px;
  font-size: 1.15em;
  text-align: center;
  cursor: pointer; }
  .sc-button-white:hover {
    text-decoration: none;
    border-color: rgba(0, 0, 0, 0.5); }
  .sc-button-white:focus {
    border-color: rgba(0, 0, 0, 0.5); }
  .sc-button-white.disabled {
    opacity: 0.5;
    cursor: default;
    border: 1px solid rgba(0, 0, 0, 0.3); }
  .sc-button-white.small {
    padding: 5px 10px;
    font-size: 0.9em; }
  .sc-button-white.large {
    padding: 15px 25px;
    font-size: 1.5em; }
  .sc-button-white.xsmall {
    padding: 5px 10px;
    font-size: 0.7em; }

/* Secondary Button */
.sc-button.secondary {
  background: #F0F0F0;
  color: #333 !important;
  border: 1px solid rgba(0, 0, 0, 0.3); }
  .sc-button.secondary:hover {
    text-decoration: none;
    border-color: rgba(0, 0, 0, 0.5); }
  .sc-button.secondary:focus {
    border-color: rgba(0, 0, 0, 0.5); }
  .sc-button.secondary.disabled {
    border: 1px solid rgba(0, 0, 0, 0.3); }

/* Button Wrapper */
.sc-buttons {
  margin: 25px 0; }
  @media (max-width: 400px) {
    .sc-buttons .sc-button {
      display: block;
      font-size: 1.2em;
      padding: 10px 0; } }

/* CSS Buttons */
.sc-button-whiter {
  background: #ffffff;
  _background: #ffffff;
  border: 1px solid #c0c0c0;
  /*-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;*/
  color: #333333;
  padding: 5px;
  font-size: 12px;
  text-align: center; }

.sc-button-whiter:hover {
  text-decoration: none !important;
  color: #333333;
  border: 1px solid #a2a2a2; }

.sc-button-whiter:focus {
  border: 1px solid #a2a2a2; }

.sc-button-large {
  padding: 5px;
  display: block;
  background-position: 0 -6px; }

.sc-button-disabled, .sc-button-disabled:hover {
  cursor: default;
  opacity: 0.6; }

.sc-button-white-disabled, .sc-button-white-disabled:hover {
  color: #b0b0b0 !important;
  cursor: default;
  border: 1px solid #c0c0c0; }

.sc-button-new {
  display: inline-block;
  position: relative;
  min-width: 80px;
  padding: 15px;
  border-radius: 2px;
  font-size: 1em;
  background-color: #fff;
  color: #fff;
  background-color: #f0842d;
  text-align: center;
  margin: 3px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  cursor: pointer;
  text-decoration: none;
  border: 1px solid rgba(0, 0, 0, 0.1); }
  .sc-button-new:hover {
    text-decoration: none;
    border-color: rgba(0, 0, 0, 0.3); }
  .sc-button-new:focus {
    border-color: rgba(0, 0, 0, 0.3); }
  .sc-button-new.disabled {
    opacity: 0.5;
    cursor: default;
    border: 1px solid rgba(0, 0, 0, 0.3); }
  .sc-button-new.small {
    padding: 5px 10px;
    font-size: 0.9em; }
  .sc-button-new.large {
    padding: 15px 25px;
    font-size: 1.5em; }
  .sc-button-new.xsmall {
    padding: 5px 10px;
    font-size: 0.75em;
    min-width: 0; }

.sc-button-white-new {
  display: inline-block;
  position: relative;
  min-width: 80px;
  padding: 15px;
  border-radius: 2px;
  font-size: 1em;
  background-color: #fff;
  color: #333;
  background-color: #F0F0F0;
  text-align: center;
  margin: 3px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  cursor: pointer;
  text-decoration: none;
  border: 1px solid rgba(0, 0, 0, 0.1); }
  .sc-button-white-new:hover {
    text-decoration: none;
    border-color: rgba(0, 0, 0, 0.2); }
  .sc-button-white-new:focus {
    border-color: rgba(0, 0, 0, 0.2); }
  .sc-button-white-new.disabled {
    opacity: 0.5;
    cursor: default;
    border: 1px solid rgba(0, 0, 0, 0.2); }
  .sc-button-white-new.small {
    padding: 5px 10px;
    font-size: 0.9em; }
  .sc-button-white-new.large {
    padding: 15px 25px;
    font-size: 1.5em; }
  .sc-button-white-new.xsmall {
    padding: 5px 10px;
    font-size: 0.75em;
    min-width: 0; }

.sc-button-large {
  display: block; }

.sc-icon-base, .sc-icon-light, .sc-icon-dark, .sc-icon, .sc-icon-interactive {
  box-sizing: border-box;
  display: inline-block;
  width: 24px;
  height: 24px;
  padding: 3px;
  background-repeat: no-repeat;
  position: relative;
  background-size: contain;
  cursor: pointer; }
  .sc-icon-base > .count, .sc-icon-light > .count, .sc-icon-dark > .count, .sc-icon > .count, .sc-icon-interactive > .count {
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #F68426;
    top: -10px;
    right: -10px;
    border-radius: 50%;
    text-align: center;
    color: #FFF;
    font-size: 12px;
    line-height: 20px;
    border: 2px solid #373737;
    transform: scale3d(0, 0, 0);
    opacity: 0;
    transition: transform 0.25s; }
  .sc-icon-base.has-count > .count, .has-count.sc-icon-light > .count, .has-count.sc-icon-dark > .count, .has-count.sc-icon > .count, .has-count.sc-icon-interactive > .count {
    transform: scale3d(1, 1, 1);
    opacity: 1; }
  .sc-icon-base.updated > .count, .updated.sc-icon-light > .count, .updated.sc-icon-dark > .count, .updated.sc-icon > .count, .updated.sc-icon-interactive > .count {
    animation: countUpdatedAnimation 0.35s; }

.sc-icon-interactive-base:before, .sc-icon-interactive:before {
  box-sizing: border-box;
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  z-index: 0;
  position: absolute;
  left: calc(50% - 16px);
  top: 2px;
  opacity: 0;
  transform: scale(0);
  transition: all 0.25s ease; }

.sc-icon-interactive-base:after, .sc-icon-interactive:after {
  box-sizing: border-box;
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  z-index: 0;
  position: absolute;
  left: calc(50% - 16px);
  top: calc(50% - 16px);
  opacity: 0;
  transform: scale(0);
  transition: all 0.2s ease; }

.sc-icon-interactive-base:hover:before, .sc-icon-interactive:hover:before {
  opacity: 0.2;
  transform: scale(1); }

.sc-icon-interactive-base:active:before, .sc-icon-interactive:active:before {
  opacity: 0.5; }

.sc-icon-interactive-base:active:after, .sc-icon-interactive:active:after {
  opacity: 0.3;
  transform: scale(1); }

.sc-icon-light:before, .sc-icon-light:after {
  background-color: rgba(255, 255, 255, 0.5); }

.sc-icon-dark:before, .sc-icon-dark:after {
  background-color: rgba(0, 0, 0, 0.5); }

.sc-icon .icon-popout {
  max-width: 0;
  max-height: 0;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  background: #FFF;
  cursor: default;
  border-radius: 2px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 25px;
  right: 0;
  z-index: 102;
  opacity: 0;
  box-sizing: border-box;
  transition: all 0.25s ease;
  box-sizing: border-box; }
  .sc-icon .icon-popout .section {
    padding: 25px 40px;
    border-bottom: 1px solid #eee; }
  .sc-icon .icon-popout .section-title {
    font-weight: 400;
    margin-bottom: 12px;
    text-align: center;
    font-size: 1.2em;
    color: #111; }
  .sc-icon .icon-popout > * {
    opacity: 0;
    transition: all 0.4s ease 0.10s; }

.sc-icon.expanded .icon-popout {
  max-width: 300px;
  max-height: 800px;
  min-width: 300px;
  /*padding:40px;*/
  opacity: 1; }
  .sc-icon.expanded .icon-popout .close-icon {
    display: inline-block;
    position: absolute;
    cursor: pointer;
    top: 15px;
    right: 15px;
    background-image: url(/img/icons/material/ic_close_black_48px.svg);
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 1;
    width: 20px;
    height: 20px;
    padding: 3px; }
  .sc-icon.expanded .icon-popout > * {
    opacity: 1; }

/* Animations */
@keyframes countUpdatedAnimation {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: scale3d(0, 0, 0); }
  to {
    opacity: 1;
    transform: scale3d(1.3, 1.3, 1.3); } }

/* SC Global Form Styles */
.sc-form .row {
  margin-bottom: 10px; }
  .sc-form .row > label {
    font-size: 14px;
    font-weight: bold;
    display: block;
    margin-bottom: 3px; }
  .sc-form .row .field {
    display: block; }
  .sc-form .row input[type='text'],
  .sc-form .row input[type='password'],
  .sc-form .row select,
  .sc-form .row textarea {
    font-size: 16px;
    line-height: 34px;
    border: none;
    outline: none;
    border: 1px solid #9a9a9a;
    display: block;
    padding: 0 5px;
    width: calc(100% - 12px);
    font-family: Arial, Helvetica, sans-serif;
    resize: none; }
    .sc-form .row input[type='text'].error,
    .sc-form .row input[type='password'].error,
    .sc-form .row select.error,
    .sc-form .row textarea.error {
      border: 1px solid #c66060 !important;
      background: #ffeaea; }
  .sc-form .row input[type='text'],
  .sc-form .row input[type='password'],
  .sc-form .row select {
    height: 34px; }
  .sc-form .row select {
    padding-right: 0;
    width: calc(100% - 5px);
    /* 5px instead of 10px bc no right padding */ }
  .sc-form .row input[type='text']:focus,
  .sc-form .row input[type='password']:focus,
  .sc-form .row select:focus,
  .sc-form .row textarea:focus {
    border-color: #717171; }
  .sc-form .row .checkbox-list {
    list-style: none;
    margin: 0;
    padding: 0; }
  .sc-form .row .sc-has-error {
    position: relative; }
  .sc-form .row .sc-has-error input,
  .sc-form .row .sc-has-error select,
  .sc-form .row .sc-has-error textarea,
  .sc-form .row input.ng-dirty.ng-invalid {
    border: 1px solid #c66060 !important;
    background: #ffeaea; }
  .sc-form .row .sc-error-tooltip {
    display: none;
    position: absolute;
    top: calc(50% - 8px);
    right: 5px; }
  .sc-form .row .sc-has-error .sc-error-tooltip {
    display: inline-block;
    margin: 2px 0;
    cursor: help;
    background: none; }
  .sc-form .row .sc-has-error .sc-error-tooltip:before {
    content: "\f06a";
    font-family: FontAwesome;
    color: red;
    font-size: 14px; }
  .sc-form .row .sc-has-error .sc-error-tooltip span {
    display: none; }

.sc-form .req:before {
  content: "*";
  color: red;
  font-size: 16px; }

html {
  position: relative;
  min-height: 100%; }

.flowui-modal-parent {
  position: relative; }
  .flowui-modal-parent .flowui-modal {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2000;
    background-color: rgba(0, 0, 0, 0.25); }
    .flowui-modal-parent .flowui-modal.flowui-modal-fixed {
      position: fixed; }

html {
  position: relative;
  min-height: 100%; }

.flowui-modal-parent {
  position: relative; }
  .flowui-modal-parent .flowui-modal {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2000;
    background-color: rgba(0, 0, 0, 0.25); }
    .flowui-modal-parent .flowui-modal.flowui-modal-fixed {
      position: fixed; }

.flowui-loader {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  opacity: 0;
  position: absolute;
  width: 80px;
  height: 80px;
  margin: auto;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  padding: 15px;
  border-radius: 50%;
  background: #FFF; }
  .flowui-loader.flowui-loader-fixed {
    position: fixed;
    top: calc(50% - 40px);
    left: calc(50% - 40px); }
  .flowui-loader .spinner {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100% !important;
    height: 100% !important;
    top: 0;
    left: 0;
    font-size: 8px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid #CCC;
    border-right: 1.1em solid #CCC;
    border-bottom: 1.1em solid #CCC;
    border-left: 1.1em solid transparent;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear; }
  .flowui-loader .spinner,
  .flowui-loader .spinner:after {
    border-radius: 50%;
    width: 10em;
    height: 10em; }

.flowui-loader.animated {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-delay: 0s;
  -webkit-animation-delay: 0s; }

/* Loader Animations */
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/* Zoom In */
@-webkit-keyframes zoomInLoader {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5); }
  100% {
    opacity: 1; } }

@keyframes zoomInLoader {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5); }
  100% {
    opacity: 1; } }

.zoomInLoader {
  -webkit-animation-name: zoomInLoader;
  animation-name: zoomInLoader; }

/* Zoom Out */
@-webkit-keyframes zoomOutLoader {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5); }
  to {
    opacity: 0; } }

@keyframes zoomOutLoader {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5); }
  to {
    opacity: 0; } }

.zoomOutLoader {
  -webkit-animation-name: zoomOutLoader;
  animation-name: zoomOutLoader; }

.flowui-button {
  display: inline-block;
  position: relative;
  min-width: 80px;
  padding: 15px;
  border-radius: 2px;
  font-size: 1em;
  background-color: #fff;
  color: #646464;
  background-color: #0f9d58;
  color: #fff;
  text-align: center;
  margin: 3px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  cursor: pointer;
  text-decoration: none; }
  .flowui-button:hover {
    color: #fff;
    text-decoration: none; }

.flowui-dialog {
  opacity: 0;
  width: 800px;
  background-color: #FFF;
  position: relative;
  margin: auto auto 50px auto;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  overflow: hidden;
  transition: transform 0.5s ease, opacity 0.5s ease;
  /*&[status=inactive] {
    position: absolute;
    left:50%
  }*/ }
  .flowui-dialog.inactive {
    display: none; }
  .flowui-dialog .title {
    font-size: 24px;
    background-color: #333;
    color: #fff;
    padding: 15px 25px; }
  .flowui-dialog .inner-content {
    min-height: 100px;
    padding: 25px; }
  .flowui-dialog .close {
    border-radius: 50%;
    background-color: #FFF;
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    right: 15px;
    top: 15px;
    background-image: url("data:image/png;base64,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");
    background-position: 50% 50%;
    background-size: 60%;
    background-repeat: no-repeat; }
  .flowui-dialog .buttons {
    padding: 25px;
    text-align: right; }

@media (max-width: 800px) {
  .flowui-dialog {
    width: 90%; } }

@media (max-width: 400px) {
  .flowui-dialog {
    width: 90%; }
    .flowui-dialog .buttons {
      text-align: center; }
      .flowui-dialog .buttons a {
        display: block; } }

.flowui-modal.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.flowui-modal.fadeOut {
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s; }

.flowui-dialog.animated {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-delay: 0s;
  -webkit-animation-delay: 0s; }

/* Zoom In */
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50% {
    opacity: 1; } }

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50% {
    opacity: 1; } }

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

/* Zoom Out */
@-webkit-keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  to {
    opacity: 0; } }

@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  to {
    opacity: 0; } }

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

/* Fade In */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

/* Fade Out */
@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

/* PulseIn */
@-webkit-keyframes pulseIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    opacity: 1;
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes pulseIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    opacity: 1;
    -webkit-transform: scale3d(1.025, 1.025, 1.025);
    transform: scale3d(1.025, 1.025, 1.025); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.pulseIn {
  -webkit-animation-name: pulseIn;
  animation-name: pulseIn;
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s; }

/* PulseOut */
@-webkit-keyframes pulseOut {
  from {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes pulseOut {
  from {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.025, 1.025, 1.025);
    transform: scale3d(1.025, 1.025, 1.025); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.pulseOut {
  -webkit-animation-name: pulseOut;
  animation-name: pulseOut;
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s; }

@keyframes inactiveAnimate {
  from {
    opacity: 1; }
  to {
    opacity: 1;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25); } }

.flowui-dialog .close {
  cursor: pointer; }

.flowui-button {
  background-color: #f68426; }

.flowui-dialog .inner-content {
  min-height: 20px !important; }

.flowui-button.cancel-button {
  background-color: #e9e9e9;
  color: #222; }

.sm-dialog {
  width: 90% !important;
  max-width: 400px !important;
  min-width: 250px !important; }

.md-dialog {
  width: 600px !important; }

.xl-dialog {
  width: 1000px !important; }

.xxl-dialog {
  width: 90% !important;
  max-width: 1600px;
  min-width: 1000px !important; }

/* Quick View Dialog */
.quick-view-dialog .img-wrapper {
  width: 250px;
  float: left; }
  .quick-view-dialog .img-wrapper img {
    display: block;
    width: 100%; }

.quick-view-dialog .prod-details {
  float: right;
  width: calc(100% - 250px - 25px); }
  .quick-view-dialog .prod-details h1 {
    font-size: 1.5em; }

.quick-view-dialog .qv-bottom {
  margin-top: 25px; }
  .quick-view-dialog .qv-bottom .qv-sub-title {
    font-size: 1.4em; }
  .quick-view-dialog .qv-bottom ul.highlights {
    margin: 20px 0 0 0;
    padding: 0;
    margin-left: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    font-size: 0.9em; }
    .quick-view-dialog .qv-bottom ul.highlights li {
      width: calc(50% - 15px);
      padding-right: 15px; }

.quick-view-dialog .qv-footer {
  margin-top: 25px; }
  .quick-view-dialog .qv-footer .buttons {
    float: right;
    padding: 25px 0; }
  .quick-view-dialog .qv-footer .price {
    float: left;
    padding: 25px 0;
    font-size: 1.4em; }

@media (max-width: 800px) {
  .sc-dialog.quick-view-dialog {
    width: 500px; }
    .sc-dialog.quick-view-dialog .img-wrapper {
      width: 150px; }
    .sc-dialog.quick-view-dialog .prod-details {
      width: calc(100% - 150px - 25px); } }

@media (max-width: 650px) {
  .sc-dialog.quick-view-dialog {
    width: 400px; }
    .sc-dialog.quick-view-dialog .img-wrapper {
      width: 150px; }
    .sc-dialog.quick-view-dialog .prod-details {
      width: calc(100% - 150px - 25px); } }

/* Add to Standards Lists */
.add-to-lists #standardsContent {
  max-height: 500px;
  overflow-y: scroll; }

.add-to-lists #AddToStandardsList.thinking {
  background: url(/img/ajax-loader-circle-50x50.gif) 50% 40% no-repeat #FFF;
  min-height: 200px; }

/* Change Stores Dialog */
.change-stores ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.change-stores ul li a {
  padding: 15px;
  border: 1px solid #ddd;
  margin-bottom: 2px;
  background: #efefef;
  display: block;
  color: #222; }

.change-stores ul li a:hover {
  background: #dfdfdf;
  transition: all ease 0.25s; }

/* Select Country Dialog */
.sc-dialog.select-country a.dialog-close {
  display: none; }

.select-country ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.select-country ul li a {
  color: #222;
  padding: 15px 15px 15px 40px;
  border: 1px solid #ddd;
  margin-bottom: 2px;
  background: #efefef;
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: 10px 20px;
  display: block; }

.select-country ul li a:hover {
  background-color: #dfdfdf;
  transition: background-color ease 0.25s; }

.select-country ul li.en-ca a,
.select-country ul li.fr-ca a {
  background-image: url(/img/ui/flag-en-CA.jpg); }

.select-country ul li.en-us a {
  background-image: url(/img/ui/flag-en-US.jpg); }

html {
  position: relative;
  min-height: 100%; }

.flowui-modal-parent {
  position: relative; }
  .flowui-modal-parent .flowui-modal {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2000;
    background-color: rgba(0, 0, 0, 0.25); }
    .flowui-modal-parent .flowui-modal.flowui-modal-fixed {
      position: fixed; }

/* SC Global Helpers */
a {
  color: #f68426;
  text-decoration: none;
  border: none; }
  a img {
    border: 0; }

.clear {
  clear: both;
  display: block; }

.hide {
  display: none; }

.text-right {
  text-align: right; }

.text-left {
  text-align: left; }

.text-centre {
  text-align: center; }

.float-left {
  float: left; }

.float-right {
  float: right; }

.orange {
  color: #f68426; }

.white {
  color: #fff; }

.grey {
  color: #666; }

.bold {
  font-weight: bold; }

.italic {
  font-style: italic; }

.uppercase {
  text-transform: uppercase; }

.small {
  font-size: 0.7em; }

fieldset {
  border: none !important; }

ul.included {
  list-style: none;
  margin: 0;
  padding: 0; }
  ul.included li {
    padding-left: 25px;
    background: url(/img/overview/icon-checkmark.png) no-repeat left top;
    min-height: 27px;
    padding-top: 2px;
    margin-bottom: 15px; }

.qty-loading {
  display: block;
  width: 16px;
  height: 11px;
  background: url(/img/qty-loader.gif) no-repeat;
  margin: auto; }

html {
  position: relative;
  min-height: 100%; }

.flowui-modal-parent {
  position: relative; }
  .flowui-modal-parent .flowui-modal {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2000;
    background-color: rgba(0, 0, 0, 0.25); }
    .flowui-modal-parent .flowui-modal.flowui-modal-fixed {
      position: fixed; }

.flowui-loader {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  opacity: 0;
  position: absolute;
  width: 80px;
  height: 80px;
  margin: auto;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  padding: 15px;
  border-radius: 50%;
  background: #FFF; }
  .flowui-loader.flowui-loader-fixed {
    position: fixed;
    top: calc(50% - 40px);
    left: calc(50% - 40px); }
  .flowui-loader .spinner {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100% !important;
    height: 100% !important;
    top: 0;
    left: 0;
    font-size: 8px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid #CCC;
    border-right: 1.1em solid #CCC;
    border-bottom: 1.1em solid #CCC;
    border-left: 1.1em solid transparent;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear; }
  .flowui-loader .spinner,
  .flowui-loader .spinner:after {
    border-radius: 50%;
    width: 10em;
    height: 10em; }

.flowui-loader.animated {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-delay: 0s;
  -webkit-animation-delay: 0s; }

/* Loader Animations */
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/* Zoom In */
@-webkit-keyframes zoomInLoader {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5); }
  100% {
    opacity: 1; } }

@keyframes zoomInLoader {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5); }
  100% {
    opacity: 1; } }

.zoomInLoader {
  -webkit-animation-name: zoomInLoader;
  animation-name: zoomInLoader; }

/* Zoom Out */
@-webkit-keyframes zoomOutLoader {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5); }
  to {
    opacity: 0; } }

@keyframes zoomOutLoader {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5); }
  to {
    opacity: 0; } }

.zoomOutLoader {
  -webkit-animation-name: zoomOutLoader;
  animation-name: zoomOutLoader; }

/* Html Tags */
a {
  text-decoration: none;
  color: #222; }

table {
  border-collapse: collapse;
  width: 100%; }
  table tr th {
    background: #ccc;
    padding: 5px;
    text-align: left;
    vertical-align: top; }
  table tr td {
    padding: 5px; }
  table tr:nth-child(even) td {
    background: #fff; }

.material-card.z1, .material-card.card {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.37); }

.material-card.z2, .material-card.carda:hover, .material-card.card.hoverable:hover {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.3); }

.material-card.card {
  box-sizing: border-box;
  min-height: 150px;
  background-color: #FFF;
  border-radius: 2px;
  padding: 25px; }
  .material-card.carda, .material-card.card.hoverable {
    transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer; }

a {
  color: #f68426;
  text-decoration: none;
  outline: none; }

/* Left Nav                                           */
ul.leftNav {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 25px;
  left: 0;
  display: block; }

ul.leftNav li {
  margin: 0;
  padding: 0;
  margin-bottom: 8px; }

ul.leftNav li:last-child {
  margin-bottom: 0; }

ul.leftNav li a {
  display: block;
  padding: 10px;
  text-align: left;
  font-size: 1.1em;
  color: #333;
  transition: 0.25s background-color;
  -moz-transition: 0.25s background-color;
  -webkit-transition: 0.25s background-color;
  position: relative;
  background-color: #E9E9E9;
  outline: 1px solid #d9d9d9; }

ul.leftNav li a:hover {
  background-color: #F6F6F5; }

ul.leftNav li a.current {
  background-color: #d4d4d4;
  outline: 1px solid #ccc; }

ul.leftNav li a.current:hover {
  background-color: #E9E9E9; }

ul.leftNav li a.current:after {
  content: "";
  display: block;
  width: 100%;
  left: 0;
  top: 0;
  height: 50%;
  background: rgba(255, 255, 255, 0.05); }

ul.leftSubNav {
  list-style: none;
  margin-top: 5px;
  padding: 0;
  left: 0;
  display: block; }

ul.leftSubNav.sliding {
  display: none; }

ul.leftSubNav li {
  margin: 0;
  padding: 0;
  margin-bottom: 5px; }

ul.leftSubNav li:last-child {
  margin-bottom: 0; }

ul.leftSubNav li a {
  display: block;
  padding: 10px 10px 10px 30px;
  text-align: left;
  font-family: Arial;
  font-size: 1.2em;
  color: #333;
  transition: 0.25s background-color;
  -moz-transition: 0.25s background-color;
  -webkit-transition: 0.25s background-color;
  position: relative;
  background-color: #d4d4d4;
  outline: 1px solid #ccc; }

ul.leftSubNav li a:hover {
  background-color: #E9E9E9; }

ul.leftSubNav li a.current {
  font-weight: bold; }

.force-mobile-nav .desktopNav {
  background: #F0F0F0;
  box-shadow: 2px 3px 2px rgba(0, 0, 0, 0.3);
  display: none;
  left: 0;
  padding: 15px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 50; }

/* Left Nav - Icon */
h1 a.open-mobile-menu {
  display: none; }

div#Header .open-desktop-menu {
  background: url("/img/portal/mobileLeftNav-icon.png") right bottom no-repeat;
  cursor: pointer;
  padding-right: 10px; }

div#Header .open-desktop-menu:hover {
  background-image: url("/img/portal/mobileLeftNav-icon-hover.png");
  color: #707070;
  cursor: pointer; }

#fixedcontainer {
  margin: 25px auto;
  clear: both;
  *position: relative;
  width: 96%;
  position: relative; }

#fixedcontainer {
  max-width: 1180px;
  _width: 1180px;
  *xxwidth: 1180px;
  /*min-width:815px\9;*/ }

/* Modal */
.sc-modal {
  position: absolute;
  z-index: 1002;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.25); }

/*.sc-modal .loading-modal { width:250px; height:150px; position:absolute; top:50%; left:50%; background:url(/img/ajax-loader-circle-50x50.gif) 50% 40% no-repeat #FFF; *background-color:transparent; _background-color:transparent;   border-radius:5px; -webkit-border-radius:5px; -moz-border-radius:5px; margin-left:-125px; box-shadow:0px 0px 5px #333; -webkit-box-shadow:0px 0px 5px #333; -moz-box-shadow:0px 0px 5px #333; display:none; -webkit-transform: translateZ(0);*border:1px solid #666;border:1px solid #666; }
:root .sc-modal .loading-modal { background-color:#FFF;  }
.sc-modal .loading-modal span { display:none !important; }*/
.sc-modal .loading-modal {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  opacity: 0;
  position: absolute;
  width: 80px;
  height: 80px;
  margin: auto;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  padding: 15px;
  border-radius: 50%;
  background: #FFF; }

.sc-modal .loading-modal.fixed {
  position: fixed;
  top: calc(50% - 40px);
  left: calc(50% - 40px); }

.sc-modal .loading-modal .spinner {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 100% !important;
  height: 100% !important;
  top: 0;
  left: 0;
  font-size: 8px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid #CCC;
  border-right: 1.1em solid #CCC;
  border-bottom: 1.1em solid #CCC;
  border-left: 1.1em solid transparent;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear; }

.sc-modal .loading-modal .spinner,
.sc-modal .loading-modal .spinner:after {
  border-radius: 50%;
  width: 10em;
  height: 10em; }

.sc-modal .loading-modal.animated {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-delay: 0s;
  -webkit-animation-delay: 0s; }

.ie9 .sc-modal .loading-modal .spinner {
  background: url(/img/ajax-loader-circle-50x50.gif); }

/* Dialog */
.sc-dialog {
  width: 700px;
  min-height: 100px;
  margin: auto;
  display: none;
  background-color: #FFF;
  margin-bottom: 25px;
  position: relative;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  overflow: hidden;
  transition: transform 0.5s ease, opacity 0.5s ease; }

.sc-dialog .dialog-title {
  font-size: 24px;
  background-color: #333;
  color: #fff;
  padding: 15px 25px; }

.sc-dialog .dialog-content {
  padding: 25px; }

.sc-dialog .dialog-buttons {
  padding: 0 25px 25px 25px;
  text-align: right; }

.sc-dialog .dialog-content .dialog-buttons {
  padding: 0; }

.sc-dialog .dialog-buttons a {
  display: inline-block;
  position: relative;
  min-width: 80px;
  padding: 15px;
  border-radius: 2px;
  font-size: 1em;
  background-color: #f7f7f7;
  color: #222;
  text-align: center;
  margin: 3px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  cursor: pointer;
  text-decoration: none; }

.sc-dialog .dialog-buttons a.sc-button {
  background-color: #f68426;
  color: #fff; }

.sc-dialog iframe {
  width: 99%;
  overflow: hidden;
  border: none; }

.sc-dialog {
  position: relative; }

.sc-dialog a.dialog-close {
  border-radius: 50%;
  background-color: #FFF;
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  right: 15px;
  top: 15px;
  background-image: url(/img/X.png);
  background-position: 50% 50%;
  background-size: 60%;
  background-repeat: no-repeat;
  cursor: pointer; }

.sc-dialog a.dialog-close:hover {
  opacity: 1; }

.sc-dialog.small-dialog {
  width: 400px; }

.sc-dialog.small-dialog .dialog-content {
  font-size: 14px;
  line-height: 20px; }

.sc-dialog.order-360-dialog {
  max-width: 1000px;
  width: 90%; }

/* --------------------------------------------- */
/* Long Scroll Page Structure (Common)           */
/* --------------------------------------------- */
.long-scroll #content {
  max-width: none;
  width: 100% !important;
  margin: 0;
  overflow: hidden; }

.long-scroll #footer {
  margin-top: 0; }

/* --------------------------------------------- */
/* Long Scroll Sections (Common)                 */
/* --------------------------------------------- */
.long-scroll .section {
  border-bottom: 1px solid #666;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
  position: relative; }

.long-scroll .section:before {
  /* Triangle */
  position: absolute;
  bottom: -40px;
  left: 50%;
  margin-left: -40px;
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-top: 40px solid #333;
  content: "";
  z-index: 1; }

.long-scroll .section:last-of-type {
  box-shadow: none; }

.long-scroll .section:last-of-type:before {
  display: none; }

.long-scroll .section .section-content {
  max-width: 1180px !important;
  _width: 1180px;
  *xxwidth: 1180px;
  /*min-width:815px\9;*/
  /*min-height:800px;*/
  margin: auto;
  /*transition:all 2s;*/
  min-height: 800px; }

.long-scroll .section .content-wrapper {
  padding: 75px 15px; }

@media (max-width: 1200px) {
  .long-scroll .section .section-content {
    width: 90%;
    min-width: 250px; } }

/* --------------------------------------------- */
/* Softchoice Tabs UI                            */
/* --------------------------------------------- */
.sc-tabbed ul.nav {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1; }

.sc-tabbed ul.nav li {
  float: left;
  margin-bottom: -1px; }

.sc-tabbed ul.nav li a {
  padding: 10px 20px;
  font-family: "DaxWeb", Arial;
  font-size: 18px;
  border: 1px solid transparent;
  border-top: 4px solid transparent;
  display: block;
  transition: color ease-in-out 0.35s;
  color: #8e8e8e;
  text-decoration: none; }

.sc-tabbed ul.nav li.active a {
  border: 1px solid #CCC;
  border-top: 4px solid orange;
  background-color: #FFF;
  border-bottom-color: transparent;
  color: #333; }

.sc-tabbed .tab-content {
  clear: both;
  border: 1px solid #CCC;
  padding: 20px;
  display: none;
  position: relative;
  z-index: 0; }

.sc-tabbed .tab-content.active {
  display: block; }

@media (min-width: 800px) {
  .mobileNav {
    display: none !important; } }

/* Mobile Phones (Landscape) */
@media (max-width: 799px) {
  /* Left Nav */
  .desktopNav {
    display: none; }
  .mobileNav {
    display: none;
    z-index: 500; }
  .left-col ul.leftNav {
    list-style: none;
    margin: 0;
    padding: 10px;
    margin-bottom: 20px;
    left: 0;
    display: block;
    width: auto;
    background: #414141; }
  .left-col ul.leftNav li {
    margin: 0;
    padding: 0;
    margin-bottom: 8px;
    width: 100%; }
  .left-col ul.leftNav li:last-child {
    margin-bottom: 0; }
  .left-col ul.leftNav li a {
    display: block;
    padding: 10px;
    text-align: left;
    font-family: Arial;
    font-size: 1.4em;
    color: #FFF;
    transition: 0.25s background-color;
    -moz-transition: 0.25s background-color;
    -webkit-transition: 0.25s background-color;
    position: relative;
    background-color: #474747 !important;
    outline: 1px solid #3E3D3D; }
  .left-col ul.leftNav li a:after {
    content: "";
    display: block;
    width: 100%;
    left: 0;
    top: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.05);
    position: absolute; }
  .left-col ul.leftNav li a:hover {
    background-color: #676767; }
  .left-col ul.leftNav li a.current {
    background-color: #676767;
    outline: 1px solid #3E3D3D;
    color: #fff; }
  .left-col ul.leftNav li a.current:hover {
    background-color: #838383; }
  .left-col ul.leftSubNav {
    list-style: none;
    margin-top: 5px;
    padding: 0;
    left: 0;
    display: none; }
  .left-col ul.leftSubNav li {
    margin: 0;
    padding: 0;
    margin-bottom: 5px; }
  .left-col ul.leftSubNav li:last-child {
    margin-bottom: 0; }
  .left-col ul.leftSubNav li a {
    display: block;
    padding: 10px 10px 10px 30px;
    text-align: left;
    font-family: Arial;
    font-size: 1.2em;
    color: #fff;
    transition: 0.25s background-color;
    -moz-transition: 0.25s background-color;
    -webkit-transition: 0.25s background-color;
    position: relative;
    background-color: #676767;
    outline: 1px solid #3E3D3D; }
  .left-col ul.leftSubNav li a:hover {
    background-color: #838383; }
  /* Left Nav - Icon */
  h1 a.open-mobile-menu {
    display: inline-block;
    width: 16px;
    height: 6px;
    padding: 20px;
    background-color: #414141;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(/img/visuals/help/mobile-menu-icon.png);
    bottom: 20px;
    left: 20px;
    transition: 0.25s background-color;
    -moz-transition: 0.25s background-color;
    -webkit-transition: 0.25s background-color;
    position: absolute;
    border: 1px solid #fff; }
  h1 a:hover {
    background-color: #676767; }
  .sc-dialog.order-360-dialog {
    width: 90% !important;
    max-width: none; } }

.uvs-container {
  margin-bottom: 0;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border: none;
  background: #ececec;
  padding: 10px 25px 15px 25px;
  position: relative; }

.uvs-container .uvs-hideshow {
  text-align: right;
  padding: 4px 10px;
  position: relative; }

.uvs-container .close {
  display: block;
  background: #CCC;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  color: #666;
  display: block;
  font-size: 16px;
  height: 25px;
  position: absolute;
  right: 30px;
  text-align: center;
  top: 12px;
  width: 25px;
  opacity: 0.7;
  text-decoration: none;
  z-index: 1; }

.uvs-container .close:hover {
  opacity: 1; }

.uvs-container .uvs-hideshow a, .uvs-container .uvs-hideshow a:hover {
  text-decoration: none; }

.uvs-container .uvs-hideshow .notification-count {
  color: #333;
  background: url(/img/visuals/uvs-system-icon-small.png) no-repeat left;
  padding-left: 30px;
  height: 30px;
  line-height: 30px;
  opacity: 0.75;
  display: block;
  text-align: left;
  margin-left: 15px; }

.uvs-container .uvs-hideshow .notification-count:hover {
  opacity: 1; }

.uvs-container .uvs-messages {
  max-width: 1180px;
  width: 100%;
  margin: auto; }

.uvs-container .uvs-hideshow {
  max-width: 1180px;
  width: 100%;
  margin: auto; }

.uvs-container .uvs-account {
  margin: 15px;
  border-bottom: 2px dotted #c5c5c5;
  position: relative;
  min-height: 80px;
  _height: 80px; }

.uvs-container .uvs-account:last-of-type {
  border: none; }

.uvs-container .alert-icon {
  position: absolute;
  left: 5px;
  top: 0; }

.uvs-container .uvs-rightside {
  margin-left: 75px; }

.uvs-container .uvs-rightside h3 {
  font-weight: bold; }

.uvs-container.expanded .uvs-hideshow .notification-count {
  display: none; }

@media (max-width: 800px) {
  .uvs-container {
    top: 78px; } }

/* --------------------------------------------- */
/* Softchoice Results List                       */
/* --------------------------------------------- */
ul.sc-results-list {
  list-style: none;
  margin: 0;
  padding: 0; }

ul.sc-results-list li {
  padding: 10px 0; }

ul.sc-results-list .col {
  display: block;
  float: left;
  margin: 0 5px; }

ul.sc-results-list .thumbnail {
  outline: 1px solid #CCC;
  width: 60px;
  transition: outline-color 0.15s ease-in; }

ul.sc-results-list .thumbnail img {
  display: block;
  width: 100%;
  height: auto; }

ul.sc-results-list .thumbnail:hover {
  outline-color: #666; }

ul.sc-results-list .details {
  display: block;
  width: calc(100% - 70px - 175px - 95px - 10px); }

ul.sc-results-list .details .title {
  display: block;
  color: #000; }

ul.sc-results-list .details .skus {
  display: block;
  font-size: 11px;
  color: #666; }

ul.sc-results-list .buttons {
  width: 165px;
  text-align: right; }

ul.sc-results-list .price {
  width: 85px;
  white-space: nowrap; }

.sc-tooltip {
  background: rgba(255, 255, 255, 0.9) !important;
  color: #222 !important;
  border: 0px !important;
  padding: 3px !important;
  font-size: 11px !important;
  border-radius: 2px !important;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1) !important;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  line-height: 13px !important;
  max-width: 200px !important; }

/* Forms */
.field-error {
  border: 1px solid #c66060;
  background: #ffeaea; }

.error-tooltip {
  display: inline-block;
  position: absolute;
  *display: block;
  *position: absolute;
  width: 14px;
  height: 14px;
  background: url(/img/visuals/erroricon.png) no-repeat;
  margin: 3px 0 0 5px;
  cursor: help; }

.error-tooltip span {
  display: none; }
