/************************************************************************ Accent color customization
*/
/* line 11, ../sass/customization.scss */
#action-bar .action-bar-button:focus span, #action-bar .action-bar-button:active span {
  color: #5d8fc2;
}
/* line 13, ../sass/customization.scss */
#action-bar .action-bar-button:focus span.badge, #action-bar .action-bar-button:active span.badge {
  color: #ffffff;
  background: #5d8fc2;
}

/* line 24, ../sass/customization.scss */
.buttonHover span.badge {
  background-color: #5d8fc2 !important;
}
/* line 27, ../sass/customization.scss */
.buttonHover span.grow {
  color: #5d8fc2 !important;
}

/* line 34, ../sass/customization.scss */
.item-added.icon {
  color: #5d8fc2;
}

/* line 44, ../sass/customization.scss */
.dock-buttons li.button-wrapper:hover a span.grow, .dock-buttons li.button-wrapper:hover a:active span.grow, .dock-buttons li.button-wrapper:hover a:hover span.grow, .dock-buttons li.button-wrapper:hover a:focus span.grow {
  color: #5d8fc2;
}
/* line 47, ../sass/customization.scss */
.dock-buttons li.button-wrapper:hover a span.badge, .dock-buttons li.button-wrapper:hover a:active span.badge, .dock-buttons li.button-wrapper:hover a:hover span.badge, .dock-buttons li.button-wrapper:hover a:focus span.badge {
  background: #5d8fc2;
  color: #ffffff;
}

/* line 58, ../sass/customization.scss */
.copyright a, .copyright a:hover, .copyright a:focus, .copyright a.active {
  color: #5d8fc2;
}

@media all and (max-width: 991px) {
  /* line 68, ../sass/customization.scss */
  body.right-sidebar-collapsed #productinfo, body.right-sidebar-collapsed .with-sidebar-right {
    margin-right: 0;
    right: 0;
  }
  /* line 73, ../sass/customization.scss */
  body.right-sidebar-collapsed .sidebar.right {
    right: -100%;
  }
  /* line 80, ../sass/customization.scss */
  body:not(.right-sidebar-collapsed) #productinfo, body:not(.right-sidebar-collapsed) .with-sidebar-right {
    position: relative;
    margin-right: 0;
    right: 15px;
  }
}
