/* ---------- Logo ---------- */
.logo {
  display: inline-block;
  line-height: 1;
  vertical-align: middle; }

/* ---------- Table styles ---------- */
@media (max-width: 979px) {
  .responsive-table-horizontal {
    display: block;
    position: relative;
    width: 100%; }
    .responsive-table-horizontal:after {
      clear: both;
      content: '';
      display: block;
      font-size: 0;
      height: 0;
      visibility: hidden; }
    .responsive-table-horizontal tbody {
      display: block;
      overflow-x: auto;
      position: relative;
      white-space: nowrap;
      width: auto; }
      .responsive-table-horizontal tbody tr {
        display: inline-block;
        vertical-align: top; }
        .responsive-table-horizontal tbody tr td {
          display: block;
          margin-bottom: 20px; }
          .responsive-table-horizontal tbody tr td:first-child {
            text-align: left; }
    .responsive-table-horizontal thead {
      display: block;
      float: left;
      margin-right: 10px; }
      .responsive-table-horizontal thead:after {
        clear: both;
        content: "";
        display: block;
        font-size: 0;
        height: 0;
        visibility: hidden; }
      .responsive-table-horizontal thead th {
        display: block;
        margin-bottom: 20px;
        text-align: right; }
        .responsive-table-horizontal thead th:first-child {
          text-align: right; }

  .ie9 .responsive-table-horizontal thead {
    float: none; } }
/* ---------- Text formatting ---------- */
.important {
  font-weight: bold; }

/* ---------- Main content body ---------- */
.portal-iframe #main-content {
  width: 100%; }

/* ---------- Loading animation ---------- */
.loading-animation {
  background: url(/up2date4-partshop-default-theme/css/../images/progress_bar/loading_animation.gif) no-repeat top center;
  margin-top: 10px;
  padding-top: 40px;
  text-align: left; }

/* ---------- Separator ---------- */
.separator {
  border-top: 1px dotted #BFBFBF; }

/* ---------- Update manager ---------- */
.update-available {
  margin-top: 10px;
  padding: 2px;
  text-align: left; }

/* ---------- Text highlighting ---------- */
.highlight {
  background: #FFC;
  font-weight: bold;
  margin: 0 1px; }

/* ---------- Miscellaneous ---------- */
span.alert {
  display: inline-block; }

#skip-to-content {
  clip: rect(0 0 0 0);
  position: absolute; }

/* ---------- Dragging/sorting indicators ---------- */
.portlet-layout.dragging {
  border-collapse: separate; }

.drop-area {
  background-color: #D3DADD; }

.active-area {
  background: #FFC; }

.portlet-boundary.yui3-dd-dragging {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6; }
  .portlet-boundary.yui3-dd-dragging .portlet {
    border: 2px dashed #CCC; }

.sortable-layout-proxy {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }
  .sortable-layout-proxy .portlet-topper {
    background-image: none; }

.proxy {
  cursor: move;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=65);
  opacity: 0.65;
  position: absolute; }
  .proxy.generic-portlet {
    height: 200px;
    width: 300px; }
    .proxy.generic-portlet .portlet-title {
      padding: 10px; }
  .proxy.not-intersecting .forbidden-action {
    background: url(/up2date4-partshop-default-theme/css/../images/application/forbidden_action.png) no-repeat;
    display: block;
    height: 32px;
    position: absolute;
    right: -15px;
    top: -15px;
    width: 32px; }

.resizable-proxy {
  border: 1px dashed #828F95;
  position: absolute;
  visibility: hidden; }

.sortable-proxy {
  background: #727C81;
  margin-top: 1px; }

.lfr-freeform-layout-drag-indicator {
  visibility: hidden; }

.sortable-layout-drag-target-indicator {
  margin: 2px 0; }

.yui3-dd-proxy {
  z-index: 1110 !important; }

/* ---------- Portal tool tips ---------- */
.tooltip {
  max-width: 200px; }

/* ---------- Tags ---------- */
.tagselector-content {
  border-width: 0;
  margin-bottom: 15px;
  overflow: visible;
  padding: 0; }
  .tagselector-content .textboxlistentry-holder {
    background: #FFF;
    border: 1px solid #CCC;
    margin-bottom: 5px;
    overflow: visible;
    padding: 5px;
    position: relative; }
    .tagselector-content .textboxlistentry-holder li {
      line-height: 1; }
    .tagselector-content .textboxlistentry-holder .lfr-tag-selector-input {
      border-width: 0;
      margin-bottom: 0; }
  .tagselector-content .textboxlistentry-remove {
    padding: 0 3px 1px; }

.tagselector .lfr-tags-selector-content {
  border-width: 0; }
.tagselector .lfr-tag-selector-input {
  background: none;
  padding: 0;
  width: auto; }
.tagselector .field .field-content {
  margin: 0; }
.tagselector .textboxlist-input-container {
  margin: 0; }

.tagselector-focused .textboxlistentry-holder {
  background: #FFF none;
  border: 1px solid #CCC; }

.categoriesselector-content .textboxlistentry-holder {
  background-color: transparent;
  border-width: 0;
  padding: 0; }

/* ---------- Tag cloud and tag list ---------- */
.tag-items {
  list-style: none;
  margin: 0 1em 0 0;
  padding: 0 1em 0.5em 1em;
  white-space: normal; }
  .tag-items li {
    display: inline;
    float: left;
    margin: 0 1em 0 0; }
  .tag-items a {
    white-space: nowrap; }

.tag-selected {
  color: #000;
  font-weight: bold;
  text-decoration: none; }

.tag-cloud {
  line-height: 2.5em; }
  .tag-cloud .tag-popularity-1 {
    font-size: 1em; }
  .tag-cloud .tag-popularity-2 {
    font-size: 1.3em; }
  .tag-cloud .tag-popularity-3 {
    font-size: 1.6em; }
  .tag-cloud .tag-popularity-4 {
    font-size: 1.9em; }
  .tag-cloud .tag-popularity-5 {
    font-size: 2.2em; }
  .tag-cloud .tag-popularity-6 {
    font-size: 2.5em; }

/* ---------- Underlay ---------- */
.underlay {
  clear: both;
  top: 100%; }
  .underlay .yui3-widget-hd {
    height: 38px; }
  .underlay .lfr-portlet-item {
    border-width: 0; }

.underlay-hidden {
  display: none; }

.underlay-content {
  background: #f4f3f3 url(/up2date4-partshop-default-theme/css/../images/common/message_panel_shadow.png) repeat-x 0 0;
  border: 0 solid #AEAFB1;
  border-width: 0 1px 1px; }

.underlay-close {
  position: absolute;
  right: 5px;
  top: 5px; }

/* ---------- Tabs ---------- */
.tab-active strong {
  font-weight: normal; }

.tab-back {
  float: right; }

.tab-back-content {
  border-width: 0;
  padding: 1px; }

/* ---------- Miscellaneous ---------- */
.lfr-panel-container {
  background: #FFF; }

.lfr-panel-content {
  padding: 5px 10px; }

.lfr-panel-basic .lfr-panel-content {
  padding-left: 15px; }

.dialog-bd {
  min-height: 30px; }

.dialog-content {
  border: 1px solid #C8C9CA;
  padding: 5px; }

.panel-hd {
  background: #c0c2c5 url(/up2date4-partshop-default-theme/css/../images/application/panel_header_bg.png) repeat-x 0 0;
  border: 1px solid;
  border-color: #C8C9CA #AEB2B8 #AEB2B8 #C8C9CA;
  padding-left: 10px;
  text-shadow: 1px 1px #FFF; }

.app-view-drop-active {
  background-color: #00A2EA;
  font-weight: bold; }
  .category-portlets .app-view-drop-active {
    color: #FFF; }

.basecelleditor [class~="form-validator-message"] {
  clip: rect(auto auto auto auto);
  width: auto; }

.document-library-file-entry-cell-editor-hidden {
  display: none; }

.previous-level {
  display: inline-block;
  font-size: 21px;
  line-height: 21px;
  margin-right: 5px;
  text-decoration: none;
  vertical-align: middle; }

/* ---------- Menus ---------- */
.lfr-page-templates li a {
  padding: 0; }
  .lfr-page-templates li a label {
    cursor: pointer;
    display: block;
    padding: 5px 0 5px 5px; }

.menu {
  position: absolute;
  width: auto; }
  .menu .notice-message {
    background-image: none;
    margin: 3px;
    padding: 6px; }

.menu-content {
  background: #FFF;
  list-style: none;
  min-width: 150px; }
  .menu-content li {
    margin: 0;
    padding: 0; }
    .menu-content li .disabled {
      color: #999; }

.menu-content {
  background: #ccc9c9 url(/up2date4-partshop-default-theme/css/../images/application/menu_bg.png) repeat-x 0 0;
  border: 1px solid;
  border-color: #AEAFB1 #777879 #777879 #AEAFB1;
  padding: 2px 0; }

.menugroup-content .menu-label {
  background: #D2D6DE;
  color: #5B677D;
  display: block;
  padding: 5px 3px;
  text-shadow: 1px 1px #FFF; }

.menugroup-content ul {
  display: block;
  min-width: 0; }

.menu-content li {
  border-bottom: 1px solid #BCBBBB;
  border-top: 1px solid #EEE;
  display: block;
  margin: 0;
  padding: 0; }
  .menu-content li.first {
    border-top-width: 0; }
  .menu-content li.last {
    border-bottom-width: 0; }

.menu-content li a, .menu-content li .disabled {
  color: #2C2F34;
  display: block;
  padding: 4px 5px;
  text-decoration: none; }

.menu-content li a.focus, .lfr-menu-expanded li a:focus {
  background-color: #5B677D;
  color: #FFF;
  text-shadow: -1px -1px #2C2F34; }

/* ---------- Loading mask ---------- */
.loadingmask-content {
  background: #CCC; }

.loadingmask-message {
  background: #d4d4d4 url(/up2date4-partshop-default-theme/css/../images/portlet/header_bg.png) repeat-x 0 0; }

/* ---------- Tree view ---------- */
.tree-node .icon-check {
  padding-right: 2px; }
  .tree-node .icon-check:before {
    content: "\f096"; }
.tree-node .tree-node-checked .icon-check {
  padding-right: 0; }
  .tree-node .tree-node-checked .icon-check:before {
    content: "\f046"; }
.tree-node .tree-node-over .tree-label {
  text-decoration: underline; }
.tree-node [class^="icon-"] {
  margin-right: 5px; }
.tree-node .tree-node-checkbox-container {
  margin-right: 0; }
.tree-node .tree-node-selected .tree-label {
  background: none; }

.tree-node-content .tree-hitarea {
  color: #999;
  font-size: 10px;
  padding-right: 6px; }
.tree-node-content .tree-label {
  margin-left: 3px; }
.tree-node-content .tree-node-hidden-hitarea {
  visibility: hidden; }

.tree-node-selected .tree-label {
  background-color: transparent; }

/* ---------- Page customization ---------- */
.dragging .portlet-column.customizable {
  background-color: #CFFCCF;
  outline: 3px solid #9CC97B; }

.customizable-layout-column-content {
  background-color: #C92C3C; }
  .customizable-layout-column-content.yui3-widget-content-expanded {
    border: 3px solid #333;
    margin: 0.2em; }

.customizable .customizable-layout-column-content {
  background-color: #9CC97B; }

.layout-customizable-controls {
  background-color: #FFF;
  font-size: 1.5em;
  margin: 1em;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
  padding: 1em;
  position: absolute;
  z-index: 15; }

/* ---------- Pagination ---------- */
.paginator-link {
  background: #eeeeee url() no-repeat scroll 50% 1px;
  border: 1px solid #F0F1F2;
  border-color: #F0F1F2 #B2B2B2 #949494 #F0F1F1;
  color: #1F1E1E;
  display: inline-block;
  height: 20px;
  padding: 0;
  text-indent: -9999px;
  width: 20px; }

.paginator-page-link {
  height: auto;
  text-indent: 0; }

.paginator-current-page {
  background: #0083bd url(/up2date4-partshop-default-theme/css/../images/application/paginator_link_current_bg.png) 0 0 repeat-x;
  border-color: #38B6EF #006D9E #006D9E #46B4E6;
  color: #FFF;
  text-shadow: -1px -1px #003C57; }

.paginator-first-link {
  background-image: url(/up2date4-partshop-default-theme/css/../images/arrows/paging_first.png); }

.paginator-prev-link {
  background-image: url(/up2date4-partshop-default-theme/css/../images/arrows/paging_previous.png); }

.paginator-last-link {
  background-image: url(/up2date4-partshop-default-theme/css/../images/arrows/paging_last.png); }

.paginator-next-link {
  background-image: url(/up2date4-partshop-default-theme/css/../images/arrows/paging_next.png); }

.paginator-current-page-report, .paginator-total {
  color: #555;
  font-size: 0.9em; }

.paginator-current-page-report {
  margin-left: 2em; }

.taglib-page-iterator .search-pages .page-links {
  padding: 0; }

/* ---------- CKEditor contents ---------- */
.aui .cke_editable [class*="span"] {
  float: none; }

/* ---------- CKEditor menu ---------- */
.aui .cke_dialog .cke_dialog_ui_input_text {
  height: auto; }
.aui .cke_editable_inline a {
  cursor: pointer; }

/* ---------- CKEditor panel menu ---------- */
.cke_panel.cke_combopanel {
  width: 220px; }

.cke_panel_block .cke_panel_grouptitle {
  font-size: 20px;
  line-height: 20px;
  margin-top: 0; }
.cke_panel_block .cke_panel_list {
  margin-left: 0; }
  .cke_panel_block .cke_panel_list .cke_panel_listItem {
    line-height: initial; }
    .cke_panel_block .cke_panel_list .cke_panel_listItem a:hover {
      text-decoration: none; }

/* ---------- CKEditor source ---------- */
.aui .cke_source {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* ---------- CKEditor table ---------- */
.cke_show_border {
  width: 500px; }
  .cke_show_border td {
    height: 15px; }

/* ---------- HTML editor ---------- */
body.html-editor {
  background: #FFF;
  color: #000;
  padding: 1em; }

.html-editor.portlet-message-boards {
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word; }
  .html-editor.portlet-message-boards blockquote {
    background: #eef0f2 url(/up2date4-partshop-default-theme/css/../images/message_boards/quoteleft.png) no-repeat 5px 5px;
    border: 1px solid #777;
    padding: 5px 45px; }
    .html-editor.portlet-message-boards blockquote:after {
      background: url(/up2date4-partshop-default-theme/css/../images/message_boards/quoteright.png) no-repeat 50%;
      content: '';
      display: block;
      float: right;
      height: 24px;
      margin-right: -35px;
      margin-top: -25px;
      width: 31px;
      z-index: 999; }
    .html-editor.portlet-message-boards blockquote cite {
      display: block;
      font-weight: bold; }
  .html-editor.portlet-message-boards pre {
    background: #F9F9F9;
    border: 1px solid #777;
    padding: 0.5em; }

/* ---------- Inline editing ---------- */
.lfr-editable {
  outline: 1px dashed #68bb30;
  outline-offset: 2px;
  position: relative; }
  .lfr-editable:after {
    background: #68bb30 url(/up2date4-partshop-default-theme/css/../images/common/edit_white.png) no-repeat 50%;
    content: '';
    display: block;
    height: 20px;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 30px; }
  .lfr-editable:focus:after {
    display: none; }
  .lfr-editable:focus:hover {
    background-color: transparent; }
  .lfr-editable:hover {
    background-color: rgba(255, 255, 255, 0.3);
    outline-color: #519226; }
    .lfr-editable:hover:after {
      background-color: #519226; }

.lfr-editable-notice-close {
  margin-left: 1em; }

.lfr-portlet-title-editable {
  margin-top: 0;
  z-index: 9999; }
  .lfr-portlet-title-editable .lfr-portlet-title-editable-content {
    padding: 0; }
    .lfr-portlet-title-editable .lfr-portlet-title-editable-content .combobox-content .field-content .field-input-text {
      display: block;
      margin-bottom: 0; }
    .lfr-portlet-title-editable .lfr-portlet-title-editable-content .combobox-content .field-label.textfield-label {
      display: none; }
    .lfr-portlet-title-editable .lfr-portlet-title-editable-content .combobox-content .toolbar-content {
      margin-top: 0;
      vertical-align: top; }
      .lfr-portlet-title-editable .lfr-portlet-title-editable-content .combobox-content .toolbar-content .btn-group {
        margin-top: 0; }

.lfr-page-layouts .lfr-layout-template .layout-template-entry {
  height: 25px;
  width: 25px; }

.ie input.cke_dialog_ui_input_text {
  height: auto; }
.ie .proxy.not-intersecting .forbidden-action {
  right: 2px;
  top: 2px; }

.ie7 .menu-content li {
  z-index: 10; }
.ie7 .paginator-link {
  color: transparent;
  font-size: 0;
  overflow: hidden;
  text-indent: 0;
  vertical-align: middle; }
.ie7 .paginator-page-link {
  color: #1F1E1E;
  font-size: 1em;
  height: auto;
  line-height: 1.4;
  overflow: visible;
  text-indent: 0; }
.ie7 .paginator-current-page {
  color: #FFF; }

.ie8 .row-fluid input[class*=span].search-query {
  line-height: 20px;
  min-height: 20px; }

.ios.mobile .modal-content .dialog-iframe-bd {
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

/* ---------- Column widths ---------- */
.portlet-column-content.empty {
  padding: 50px; }

/* ---------- Wrapper ---------- */
#wrapper {
  padding: 2em 5em 0;
  position: relative; }
  @media (max-width: 767px) {
    #wrapper {
      padding-left: 0.5em;
      padding-right: 0.5em; } }
  @media (min-width: 768px) and (max-width: 979px) {
    #wrapper {
      padding-left: 2em;
      padding-right: 2em; } }

.aui {
  /* ---------- Staging dockbar ---------- */
  /* ---------- Add content ---------- */
  /* ---------- Menus ---------- */
  /* ---------- Customization bar ---------- */ }
  .aui .dockbar {
    left: 0;
    right: 0;
    top: 0; }
    .aui .dockbar .staging-controls .staging-bar li.dropdown .dropdown-menu {
      left: auto;
      margin-left: 10px;
      width: auto; }
    .aui .dockbar.navbar-static-top {
      position: relative; }
      .aui .dockbar.navbar-static-top .collapse {
        position: static; }
        .aui .dockbar.navbar-static-top .collapse .nav-account-controls {
          position: static; }
    .aui .dockbar .btn-link {
      color: #FFF; }
    .aui .dockbar .diamond {
      border: 12px solid transparent;
      border-bottom-color: #1485EB;
      height: 0;
      position: relative;
      top: -12px;
      width: 0; }
      .aui .dockbar .diamond:after {
        border: 12px solid transparent;
        border-top-color: #1485EB;
        content: '';
        height: 0;
        left: -12px;
        position: absolute;
        top: 12px;
        width: 0; }
    .aui .dockbar .impersonating-user .alert-icon {
      margin-right: 9px; }
    .aui .dockbar .impersonating-user .alert-info {
      border-width: 0;
      margin-bottom: 6px; }
    .aui .dockbar .info-button {
      top: 9px; }
    .aui .dockbar .info-items {
      left: 0;
      position: absolute;
      top: 100%;
      width: 100%;
      z-index: 1; }
    .aui .dockbar .navbar-inner {
      padding-left: 20px;
      padding-right: 20px; }
      .aui .dockbar .navbar-inner .brand h1 {
        display: inline-block;
        font-size: inherit;
        line-height: 1;
        margin-bottom: 0;
        margin-top: 0; }
      .aui .dockbar .navbar-inner .container {
        margin-left: 0;
        margin-right: 0;
        width: 100%; }
        .aui .dockbar .navbar-inner .container .nav-account-controls {
          float: right; }
      .aui .dockbar .navbar-inner .site-administration-menu li {
        list-style: none; }
        .aui .dockbar .navbar-inner .site-administration-menu li a {
          color: #000;
          display: block;
          padding: 3px 5px 3px 40px; }
          .aui .dockbar .navbar-inner .site-administration-menu li a:focus, .aui .dockbar .navbar-inner .site-administration-menu li a:hover {
            background: #0DB5E7;
            color: #FFF;
            text-decoration: none; }
          .aui .dockbar .navbar-inner .site-administration-menu li a i {
            font-size: 0.8em; }
    .aui .dockbar .nav.staging-nav-items {
      margin: 0;
      position: static; }
      .aui .dockbar .nav.staging-nav-items li.dropdown.active > .dropdown-toggle {
        background-color: transparent;
        display: block; }
        .aui .dockbar .nav.staging-nav-items li.dropdown.active > .dropdown-toggle:hover {
          color: #0077B3; }
      .aui .dockbar .nav.staging-nav-items .staging-link {
        position: static; }
    .aui .dockbar .user-avatar img {
      margin-top: -2px;
      text-decoration: none;
      vertical-align: middle;
      width: 20px; }
  .aui .dockbar-split .dockbar {
    height: 0;
    position: absolute; }
    .aui .dockbar-split .dockbar .staging-controls .staging-bar li.dropdown .dropdown-menu {
      left: 0;
      margin-left: 0;
      width: 100%; }
    .aui .dockbar-split .dockbar.navbar-static-top .collapse {
      position: relative; }
      .aui .dockbar-split .dockbar.navbar-static-top .collapse .nav-account-controls {
        position: fixed; }
    .aui .dockbar-split .dockbar .divider-vertical {
      display: none; }
    .aui .dockbar-split .dockbar .info-button {
      top: 12px; }
    .aui .dockbar-split .dockbar .info-items {
      left: auto;
      position: static; }
    .aui .dockbar-split .dockbar .navbar-inner {
      background-color: transparent;
      border-width: 0;
      padding: 0;
      width: 0; }
      .aui .dockbar-split .dockbar .navbar-inner .nav {
        border-bottom-width: 0; }
        .aui .dockbar-split .dockbar .navbar-inner .nav > li {
          background-color: #333; }
          .aui .dockbar-split .dockbar .navbar-inner .nav > li > a {
            color: #FFF;
            line-height: 31px; }
            .aui .dockbar-split .dockbar .navbar-inner .nav > li > a:focus, .aui .dockbar-split .dockbar .navbar-inner .nav > li > a:hover {
              color: #FFF; }
            .aui .dockbar-split .dockbar .navbar-inner .nav > li > a [class^="icon-"], .aui .dockbar-split .dockbar .navbar-inner .nav > li > a [class*=" icon-"] {
              margin-top: 3px; }
          .aui .dockbar-split .dockbar .navbar-inner .nav > li.active > a {
            color: #FFF; }
        .aui .dockbar-split .dockbar .navbar-inner .nav li.dropdown.active > .dropdown-toggle {
          color: #FFF; }
        .aui .dockbar-split .dockbar .navbar-inner .nav li.dropdown.open > .dropdown-toggle {
          background-color: #555;
          color: #FFF; }
        .aui .dockbar-split .dockbar .navbar-inner .nav li.info-items {
          background-color: transparent; }
        .aui .dockbar-split .dockbar .navbar-inner .nav li.staging-toggle > a {
          background-color: #2496E5;
          padding-bottom: 0;
          padding-top: 0; }
          .aui .dockbar-split .dockbar .navbar-inner .nav li.staging-toggle > a:hover {
            background-color: #2FA4F5; }
        .aui .dockbar-split .dockbar .navbar-inner .nav li.staging-toggle span.nav-item-label {
          padding: 5px 10px; }
      .aui .dockbar-split .dockbar .navbar-inner .nav-account-controls {
        left: auto;
        margin-right: 0;
        padding: 0;
        position: fixed;
        right: 5em;
        z-index: 325; }
      .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls {
        background: transparent;
        position: fixed;
        top: 10%;
        z-index: 350; }
        .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li {
          float: none;
          margin: 10px;
          position: relative; }
          .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li.toggle-controls a {
            clip: rect(0 0 0 0);
            position: absolute; }
            .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li.toggle-controls a:focus {
              clip: rect(auto auto auto auto);
              position: static; }
          @media (max-width: 979px) {
            .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li.page-preview-controls {
              display: none; } }
          .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a {
            background: #333;
            color: #FFF;
            padding: 6px 8px;
            text-align: center; }
            .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a:hover {
              background: #555; }
            .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a [class^="icon-"], .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a [class^="icon-"], .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a [class*=" icon-"] {
              font-size: 25px;
              position: relative;
              vertical-align: middle; }
            .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a.toggle-controls-link {
              background: #92F545; }
              .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a.toggle-controls-link [class^="icon-"], .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a.toggle-controls-link [class^="icon-"], .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a.toggle-controls-link [class*=" icon-"] {
                color: #000; }
            .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a .nav-item-label {
              background: #333;
              display: none;
              left: 100%;
              margin-left: 0.5em;
              margin-top: -1em;
              padding: 0 20px;
              position: absolute;
              top: 50%;
              white-space: nowrap; }
            .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a:hover .nav-item-label {
              display: block; }
            .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a .icon-caret-down {
              display: none; }
        .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls:hover > li.toggle-controls a {
          clip: rect(auto auto auto auto);
          position: static; }
    .aui .dockbar-split .dockbar .staging-nav-items li > span {
      color: #FFF;
      display: block;
      padding: 10px 15px;
      line-height: 31px; }
  .aui .dockbar-split .info-link-container {
    width: 0; }
  .aui .dockbar-split .info-items {
    height: 1px;
    width: 715px; }
    .aui .dockbar-split .info-items a, .aui .dockbar-split .info-items .btn-link {
      color: #FFF;
      text-decoration: underline; }
      .aui .dockbar-split .info-items a:hover, .aui .dockbar-split .info-items .btn-link:hover {
        text-decoration: none; }
        .aui .dockbar-split .info-items a:hover .taglib-text, .aui .dockbar-split .info-items .btn-link:hover .taglib-text {
          text-decoration: none; }
    .aui .dockbar-split .info-items .btn-link {
      border-width: 0;
      font-size: 14px;
      font-weight: 300;
      margin: 0 0 0 6px;
      padding: 0;
      text-shadow: none; }
  .aui .dockbar-split .staging-bar {
    margin: 10px 0; }
  .aui .dockbar-split.controls-hidden .dockbar .navbar-inner .nav-add-controls > li.toggle-controls > .toggle-controls-link {
    background: #F5AF45; }
  .aui .dockbar-split.lfr-has-add-content .nav-add-controls {
    left: 350px; }
  .aui .dockbar-split.lfr-has-device-preview .nav-add-controls {
    left: 220px; }
  .aui .dockbar-split.lfr-has-edit-layout .nav-add-controls {
    left: 460px; }
  .aui.dialog-iframe-root-node .dockbar .nav-add-controls .page-preview-controls {
    display: none; }
  .aui .touch .dockbar-split .dockbar .navbar-inner .nav-add-controls > li.toggle-controls > .toggle-controls-link, .aui .controls-hidden.dockbar-split .dockbar .navbar-inner .nav-add-controls > li.toggle-controls > .toggle-controls-link {
    clip: rect(auto auto auto auto);
    position: static; }
  .aui .variation-selector {
    display: block;
    font-size: 1.2em;
    font-weight: bold;
    margin: 1em; }
  .aui .layout-revision-container {
    margin: 1em 0 0 1em;
    padding: 0; }
    .aui .layout-revision-container .approximate-date {
      color: #999;
      font-weight: bold; }
    .aui .layout-revision-container .current-version {
      color: #41801d;
      display: block; }
    .aui .layout-revision-container .current-version-pointer {
      display: inline-block;
      width: 0; }
      .aui .layout-revision-container .current-version-pointer img {
        left: -25px;
        position: relative; }
    .aui .layout-revision-container .layout-variation-name {
      color: #666;
      font-size: 1.15em;
      margin-bottom: 0.1em;
      text-transform: uppercase; }
    .aui .layout-revision-container .layout-revision-current {
      color: #666; }
    .aui .layout-revision-container .real-date {
      color: #999;
      display: block;
      text-align: right; }
    .aui .layout-revision-container .taglib-workflow-status .workflow-status {
      background: none;
      padding-left: 0; }
      .aui .layout-revision-container .taglib-workflow-status .workflow-status .workflow-status-ready-for-publication {
        color: #41801d;
        font-weight: bold; }
  .aui .layout-revision-container-root {
    margin: 0; }
  .aui .staging-controls {
    padding-left: 5px;
    padding-right: 50px; }
    .aui .staging-controls select {
      width: 100%; }
    .aui .staging-controls .staging-bar .dropdown-menu {
      font-size: 13px;
      min-width: 520px;
      width: 100%; }
      .aui .staging-controls .staging-bar .dropdown-menu .btn-link {
        float: left;
        font-size: 11px;
        margin: 0 5px 0 0;
        padding: 0;
        text-decoration: underline;
        text-shadow: none; }
        .aui .staging-controls .staging-bar .dropdown-menu .btn-link:hover {
          text-decoration: none; }
        .aui .staging-controls .staging-bar .dropdown-menu .btn-link.history {
          float: right; }
  .aui .lfr-admin-panel {
    background-color: #FFF;
    bottom: 0;
    left: 0;
    overflow: auto;
    padding: 10px;
    position: fixed;
    top: 0;
    z-index: 1100; }
    @media (max-width: 767px) {
      .aui .lfr-admin-panel {
        margin: 0 -20px;
        position: static;
        width: auto; }
        .aui .lfr-admin-panel.lfr-add-panel .add-content-menu .lfr-add-page-toolbar, .aui .lfr-admin-panel.lfr-edit-layout-panel .taglib-form-navigator .button-holder {
          margin-top: 0;
          position: static;
          width: auto; }
        .aui .lfr-admin-panel.lfr-edit-layout-panel .taglib-form-navigator .accordion {
          margin-bottom: 20px; }
        .aui .lfr-admin-panel.lfr-edit-layout-panel .site-admin-link {
          padding: 0;
          position: static; } }
  .aui .lfr-has-add-content {
    padding-left: 350px; }
  .aui .lfr-has-device-preview {
    padding-left: 220px; }
  .aui .lfr-has-edit-layout {
    padding-left: 460px; }
  @media (max-width: 767px) {
    .aui .lfr-has-add-content, .aui .lfr-has-device-preview, .aui .lfr-has-edit-layout {
      padding-left: 20px; } }
  .aui .dropdown-menu > li > a:focus > [class^="icon-"] {
    background-image: none; }
  .aui .my-sites-menu .site-type {
    color: #FFF;
    display: none;
    float: right;
    font-size: 0.8em;
    font-weight: normal;
    margin-right: 10px;
    position: absolute;
    right: 100%; }
  .aui .my-sites-menu a:hover .site-type {
    color: #FFFFFF;
    display: inline-block; }
  .aui .ie.rtl .dockbar .menu-button span {
    background-position-x: -25px; }
  .aui.ie6 .dockbar-split .dockbar .navbar-inner .nav-add-controls li.page-preview-controls, .aui.ie7 .dockbar-split .dockbar .navbar-inner .nav-add-controls li.page-preview-controls, .aui.ie8 .dockbar-split .dockbar .navbar-inner .nav-add-controls li.page-preview-controls {
    display: none; }
  .aui .ie7 .dockbar {
    zoom: 1; }
  .aui .ie7 .my-sites-menu a {
    overflow: visible;
    text-align: left; }
  .aui .ie7 .my-sites-menu .site-name {
    float: none; }
  .aui .ie7 .my-sites-menu .site-type {
    float: none; }
  .aui .ie6 .dockbar, .aui .ie6 .lfr-dockbar-pinned .dockbar {
    height: 10px;
    left: 0;
    position: relative;
    top: 0; }
  .aui .ie6 .dockbar .pin-dockbar {
    display: none; }
  .aui .ie6 .my-sites-menu {
    width: 200px; }
    .aui .ie6 .my-sites-menu a {
      zoom: 1; }
  .aui .ie6 .menu-scroll {
    height: 300px;
    overflow-y: auto; }
  .aui .controls-hidden .info-button, .aui .controls-hidden .page-customization-bar {
    display: none; }
  .aui .info-button {
    cursor: pointer;
    display: inline-block;
    position: relative;
    right: 12px;
    z-index: 1; }
    .aui .info-button a {
      color: #FFF;
      padding: 2px 10px;
      position: absolute;
      text-decoration: none;
      z-index: 1; }
    .aui .info-button .icon-stop {
      color: #1485EB;
      font-size: 20px; }
  .aui .page-customization-bar {
    background-color: #555;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #FFF;
    display: table;
    font-size: 14px;
    font-weight: 300;
    padding: 0 15px;
    width: 100%; }
    .aui .page-customization-bar .customized-icon {
      margin: 5px;
      vertical-align: middle; }
    .aui .page-customization-bar .page-customization-actions {
      padding-left: 5em; }
    .aui .page-customization-bar .page-customization-actions a {
      color: #EEE;
      font-size: 0.8em;
      padding: 0 1em; }
    .aui .page-customization-bar .page-customization-bar-form {
      display: table-cell;
      text-align: center;
      vertical-align: middle;
      width: 25%; }
      .aui .page-customization-bar .page-customization-bar-form a {
        color: #FFF; }
        .aui .page-customization-bar .page-customization-bar-form a:focus, .aui .page-customization-bar .page-customization-bar-form a:hover {
          color: #FFF;
          text-decoration: none; }
      .aui .page-customization-bar .page-customization-bar-form span {
        display: block;
        line-height: 20px; }
    .aui .page-customization-bar .page-customization-bar-text {
      display: table-cell;
      height: 51px;
      vertical-align: middle;
      width: 75%; }
    .aui .page-customization-bar .page-customization-bar-container {
      position: absolute; }
    .aui .page-customization-bar .reset-prototype {
      display: inline; }
  @media (max-width: 1140px) {
    .aui .dockbar-split .dockbar .info-items {
      width: 515px; } }
  @media (max-width: 979px) {
    .aui #navigation {
      display: none; }
      .aui #navigation.open {
        display: block; }
    .aui .dockbar-split .dockbar {
      height: auto;
      position: relative; }
      .aui .dockbar-split .dockbar .navbar-inner {
        width: auto; }
    .aui .user-avatar-image {
      width: 18px; } }

/* ---------- Add/remove page ---------- */
.modify-pages li {
  position: relative; }
  .modify-pages li.lfr-nav-hover .delete-tab {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1; }
.modify-pages .add-page-editor-input {
  width: 150px; }
.modify-pages .delete-tab {
  color: #444;
  cursor: pointer;
  display: block;
  font-size: 20px;
  font-weight: bold;
  height: 10px;
  line-height: 6px;
  margin-top: -8px;
  overflow: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  padding: 3px 0;
  position: absolute;
  right: 1px;
  text-shadow: 0 1px #FFF;
  top: 50%; }
  .modify-pages .delete-tab:hover {
    color: #B50303; }
.modify-pages .lfr-nav-sortable > a > span {
  padding-left: 28px; }
.modify-pages .drag-handle {
  background-color: #555;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  color: #FFF;
  cursor: pointer;
  font-size: 16px;
  left: 3px;
  line-height: 1em;
  margin: 8px;
  padding: 4px;
  position: absolute;
  text-align: center;
  top: 2px;
  width: 1em; }
@media (min-width: 980px) {
  .modify-pages .lfr-nav-sortable > a > span {
    padding-left: 0; }
  .modify-pages .drag-handle {
    display: none; } }
.modify-pages .lfr-nav-updateable.selected a:hover span {
  cursor: text; }

.controls-hidden .modify-pages .lfr-nav-sortable > a > span {
  padding-left: 0; }
.controls-hidden .modify-pages .drag-handle {
  display: none; }

.nav li .toolbar {
  margin-top: 5px; }

/* ---------- Navigation portlet ---------- */
.nav-menu ul {
  padding-left: 10px; }
.nav-menu li a.ancestor {
  font-weight: bold; }
.nav-menu li a.selected {
  color: #000;
  font-weight: bold;
  text-decoration: none; }

.nav-menu-style-arrows ul {
  list-style-image: url(/up2date4-partshop-default-theme/css/../images/arrows/04_right.png); }

/* ---------- Page template selector ---------- */
.form-options {
  border: 1px solid #AAA;
  display: inline-block;
  vertical-align: middle; }
  .form-options input {
    border-width: 0;
    display: inline;
    float: left; }

.form-triggers {
  float: left; }

.form-trigger {
  background: #c4c4c4 url(/up2date4-partshop-default-theme/css/../images/application/button_bg.png) repeat-x 0 0;
  border-left: 1px solid #BBB;
  display: inline-block;
  float: left; }
  .form-trigger img {
    background: url() no-repeat 50% 40%;
    height: 25px;
    padding: 0 3px;
    vertical-align: middle;
    width: 16px; }
  .form-trigger:focus, .form-trigger:hover {
    background-color: #83B0CA;
    background-image: url(/up2date4-partshop-default-theme/css/../images/application/button_bg_over.png); }

.trigger-selected {
  background-color: #EBEBEB;
  background-image: url(/up2date4-partshop-default-theme/css/../images/application/button_bg_selected.png); }
  .trigger-selected:focus, .trigger-selected:hover {
    background-color: #B7DEF4;
    background-image: url(/up2date4-partshop-default-theme/css/../images/application/button_bg_selected_over.png); }

.options-trigger img {
  background-image: url(/up2date4-partshop-default-theme/css/../images/common/configuration.png); }

.save-trigger img {
  background-image: url(/up2date4-partshop-default-theme/css/../images/common/check.png); }

/*-------- Custom Variables --------*/
/*-------- Base Variables -------*/
/* ---------- Portlet wrapper and icons ---------- */
.freeform .portlet {
  margin-bottom: 0; }

body.portlet {
  border-width: 0; }

.portlet-topper {
  position: relative; }
  .portlet-topper .portlet-topper-toolbar {
    margin: 0;
    padding: 2px;
    position: absolute;
    right: 3px;
    text-align: right;
    top: 3px;
    z-index: 300; }
    .portlet-topper .portlet-topper-toolbar a {
      color: inherit; }
      .portlet-topper .portlet-topper-toolbar a, .portlet-topper .portlet-topper-toolbar a:hover {
        text-decoration: none; }
      .portlet-topper .portlet-topper-toolbar a i {
        font-size: 19px; }
    .portlet-topper .portlet-topper-toolbar .nobr {
      display: block;
      float: left;
      padding: 1px; }
    .portlet-topper .portlet-topper-toolbar .portlet-icon-back {
      background: url(/up2date4-partshop-default-theme/css/../images/arrows/12_left.png) no-repeat 0 50%;
      color: #FFF;
      font-weight: bold;
      padding: 5px 5px 5px 18px; }
      .portlet-topper .portlet-topper-toolbar .portlet-icon-back:hover {
        color: #FFF; }
    .portlet-topper .portlet-topper-toolbar .portlet-options .lfr-icon-menu-text {
      color: transparent;
      font-size: 0; }

.portlet-title {
  display: block; }
  .portlet-title img {
    vertical-align: middle; }

.portlet-title-editable {
  cursor: pointer; }

.portlet-title-text {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  max-width: 95%;
  vertical-align: top; }

.panel-page-content .portlet-title-text, .panel-page-body .portlet-title-text {
  cursor: auto; }

.portlet-content, .portlet-minimized .portlet-content-container {
  padding: 12px 10px 10px; }

.portlet-minimized .portlet-content {
  padding: 0; }

.portlet-nested-portlets .portlet-boundary {
  left: 0 !important;
  position: relative !important;
  top: 0 !important; }

.portlet-borderless-bar, .portlet-content .lfr-icon-actions {
  background: #333;
  color: #FFF;
  text-shadow: -1px -1px black; }
  .portlet-borderless-bar a, .portlet-content .lfr-icon-actions a {
    color: #3AF; }

.portlet-borderless-container:hover .portlet-borderless-bar, .portlet-content:hover .lfr-icon-actions {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.portlet-borderless-container:hover .portlet-borderless-bar .portlet-actions, .portlet-content:hover .lfr-icon-actions .taglib-text {
  display: inline-block; }

.portlet-borderless-bar .portlet-options .dropdown-toggle, .portlet-borderless-bar .portlet-options.open .dropdown-toggle {
  background-image: url(/up2date4-partshop-default-theme/css/../images/portlet/options_borderless.png); }

.portlet-content .lfr-icon-actions {
  float: left;
  margin: 1px 10px 1px 1px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  padding: 2px 7px; }
  .portlet-content .lfr-icon-actions .taglib-text {
    color: #FFF;
    display: none;
    font-weight: bold;
    margin-right: 1em;
    text-decoration: none;
    vertical-align: middle; }
  .portlet-content .lfr-icon-actions .lfr-icon-action a {
    background: url() no-repeat 0 50%;
    display: inline-block;
    margin-left: 5px;
    vertical-align: top; }
    .portlet-content .lfr-icon-actions .lfr-icon-action a:hover {
      text-decoration: none; }
      .portlet-content .lfr-icon-actions .lfr-icon-action a:hover span {
        text-decoration: underline; }
    .portlet-content .lfr-icon-actions .lfr-icon-action a img {
      visibility: hidden; }
  .portlet-content .lfr-icon-actions .lfr-icon-action-add a {
    background-image: url(/up2date4-partshop-default-theme/css/../images/common/add_white.png); }
  .portlet-content .lfr-icon-actions .lfr-icon-action-edit a {
    background-image: url(/up2date4-partshop-default-theme/css/../images/common/edit_white.png); }
  .portlet-content .lfr-icon-actions .lfr-icon-action-edit-template a {
    background-image: url(/up2date4-partshop-default-theme/css/../images/common/edit_template_white.png); }
  .portlet-content .lfr-icon-actions .lfr-icon-action-configuration a {
    background-image: url(/up2date4-partshop-default-theme/css/../images/common/configuration_white.png); }
.portlet-content .lfr-url-error {
  display: inline-block;
  white-space: normal; }

/* ---------- Borderless portlet ---------- */
.portlet-borderless-container {
  min-height: 2.5em;
  position: relative; }

.portlet-borderless-bar {
  background-color: transparent;
  font-size: 10px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
  height: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 200; }
  .portlet-borderless-bar a {
    background: url() no-repeat 0 50%;
    display: inline-block;
    height: 20px;
    margin-left: 5px;
    text-indent: -9999px;
    width: 16px; }
  .portlet-borderless-bar .portlet-actions {
    float: right;
    overflow: hidden;
    padding: 0 5px; }
    .portlet-borderless-bar .portlet-actions .portlet-action, .portlet-borderless-bar .portlet-actions .portlet-options {
      display: inline-block; }
  .portlet-borderless-bar .portlet-actions, .portlet-borderless-bar .portlet-title-default {
    background-color: #333;
    min-height: 21px; }
  .portlet-borderless-bar .portlet-action-separator {
    display: none; }
  .portlet-borderless-bar .portlet-back a {
    height: auto;
    text-indent: 0;
    width: auto; }
  .portlet-borderless-bar .portlet-close {
    display: inline-block;
    vertical-align: middle; }
    .portlet-borderless-bar .portlet-close a {
      background-image: url(/up2date4-partshop-default-theme/css/../images/portlet/close_borderless.png); }
  .portlet-borderless-bar .portlet-options li.lfr-trigger strong a {
    background-image: url(/up2date4-partshop-default-theme/css/../images/portlet/options_borderless.png); }

.lfr-configurator-visibility .portlet-borderless-bar {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6; }
.lfr-configurator-visibility .portlet-content .lfr-icon-actions {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.portlet-content .icons-container {
  clear: both;
  height: auto;
  margin-top: 1em;
  overflow: hidden;
  width: auto; }

.portlet-title-default {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  float: right;
  font-weight: bold;
  height: 0;
  line-height: 19px;
  max-width: 50%;
  padding: 0 10px;
  text-transform: uppercase; }

.portlet-draggable .portlet-topper {
  cursor: move; }
.portlet-draggable .portlet-title-default {
  background: #333333 url(/up2date4-partshop-default-theme/css/../images/portlet/draggable_borderless.png) no-repeat 0 50%;
  cursor: move;
  padding-left: 20px; }

/* ---------- Panel page ---------- */
.lfr-panel-page {
  width: 100%; }
  .lfr-panel-page .portlet-title {
    font-size: 13px; }
  .lfr-panel-page .lfr-add-content h2 span {
    background-color: #D3DADD; }

/* ---------- Standard styles defined in the JSR 168 ---------- */
/* ---------- Fonts ---------- */
/* ---------- Font attributes for the 'normal' fragment font ---------- */
/* ---------- Font attributes similar to the .portlet-font but the color is lighter ---------- */
/* ---------- Messages ---------- */
.portlet-msg {
  background: #EEE none no-repeat 6px 50%;
  border: 1px solid #555;
  color: #34404F;
  font-weight: bold;
  margin: 2px auto 14px;
  padding: 6px 6px 6px 30px;
  text-align: left; }

/* ---------- Status labels ---------- */
.lfr-status-alert-label, .lfr-status-error-label, .lfr-status-info-label, .lfr-status-progress-label, .lfr-status-success-label {
  background: none no-repeat 0 50%;
  padding: 3px 3px 3px 20px; }

.lfr-status-alert-label {
  background-image: url(/up2date4-partshop-default-theme/css/../images/messages/alert.png);
  color: #663; }

.lfr-status-error-label {
  background-image: url(/up2date4-partshop-default-theme/css/../images/messages/error.png);
  color: #900; }

.lfr-status-help-label, .lfr-status-info-label, .lfr-status-progress-label {
  background-image: url(/up2date4-partshop-default-theme/css/../images/messages/info.png);
  color: #34404F; }

.lfr-status-help-label {
  background-image: url(/up2date4-partshop-default-theme/css/../images/portlet/help.png); }

.lfr-status-progress-label {
  background-image: url(/up2date4-partshop-default-theme/css/../images/aui/loading_indicator.gif); }

.lfr-status-success-label {
  background-image: url(/up2date4-partshop-default-theme/css/../images/messages/success.png);
  color: #384F34; }

/* ---------- Liferay messages ---------- */
.lfr-message {
  position: relative; }
  .lfr-message .lfr-message-control {
    background-color: #333;
    display: inline-block; }
  .lfr-message .lfr-message-controls {
    display: none;
    left: 3px;
    margin: -8px 8px 0 3px;
    position: absolute;
    top: 50%;
    z-index: 10; }
  .lfr-message .lfr-message-close {
    background-image: url(/up2date4-partshop-default-theme/css/../images/portlet/close_borderless.png);
    background-position: 0 0;
    background-repeat: no-repeat; }
  .lfr-message .lfr-message-close-all {
    color: #FFF;
    display: none;
    font-size: 0.8em;
    margin-left: 10px;
    padding: 1px 10px;
    text-shadow: 1px 1px 0 #000;
    vertical-align: top; }
    .lfr-message .lfr-message-close-all a {
      color: #FFF; }
  .lfr-message .lfr-message-controls-hover .lfr-message-close-all {
    display: inline-block; }
  .lfr-message.pending {
    background-image: url(/up2date4-partshop-default-theme/css/../images/common/time.png); }

.lfr-message-content.alert {
  margin-bottom: 0; }

.lfr-message-close {
  cursor: pointer; }

/* ---------- Sections ---------- */
/* ---------- Text in a selected cell range ---------- */
.portlet-section-selected, .portlet-section-selected a {
  background: #727C81;
  color: #FFF;
  font-weight: bold;
  text-decoration: none; }
.portlet-section-selected a:hover, .portlet-section-selected a:focus {
  background-color: #727C81; }

/* ---------- Text of a subheading ---------- */
/* ---------- Table or section footnote ---------- */
/* ---------- Text that belongs to the table but does not fall in one of the other categories (e.g. explanatory or help text that is associated with the section) ---------- */
/* ---------- Forms ---------- */
.alert .form {
  margin: 0; }

/* ---------- Text used for the descriptive label of the whole form (not the labels for fields) ---------- */
/* ---------- Text of the user-input in an input field ---------- */
/* ---------- Text on a button ---------- */
/* ---------- Text that appears beside a context dependent action icon ---------- */
/* ---------- Text that appears beside a 'standard' icon (e.g. Ok, or cancel) ---------- */
/* ---------- Text for a separator of fields (e.g. checkboxes, etc.) ---------- */
/* ---------- Text for a field (not input field, e.g. checkboxes, etc.) ---------- */
/* ---------- Menus ---------- */
/* ---------- General menu settings such as background color, margins, etc. ---------- */
/* ---------- Normal, unselected menu item ---------- */
/* ---------- Selected menu item ---------- */
/* ---------- Normal, unselected menu item when the mouse hovers over it ---------- */
/* ---------- Selected menu item when the mouse hovers over it ---------- */
/* ---------- Normal, unselected menu item that has sub-menus ---------- */
/* ---------- Selected sub-menu item that has sub-menus ---------- */
/* ---------- Descriptive text for the menu (e.g. in a help context below the menu) ---------- */
/* ---------- Menu caption ---------- */
/* ---------- Miscellaneous portlet styles ---------- */
.restricted, .restricted td {
  background: #FDD;
  border-width: 0; }
.restricted * {
  color: #727C81; }

.alt.restricted td {
  background-color: #FFC0C0; }

.hover.restricted td {
  background-color: #D3BDC0; }

.alt.restricted td.first, .restricted td.first {
  background-image: url(/up2date4-partshop-default-theme/css/../images/messages/error.png);
  background-position: 5px 50%;
  background-repeat: no-repeat;
  padding-left: 28px; }

/* ---------- Permissions ---------- */
.table-data tr.lfr-role .first {
  background-image: url();
  background-position: 5px 50%;
  background-repeat: no-repeat;
  padding-left: 30px;
  vertical-align: middle; }
.table-data tr.lfr-role-guest .first {
  background-image: url(/up2date4-partshop-default-theme/css/../images/common/guest_icon.png); }
.table-data tr.lfr-role-regular .first {
  background-image: url(/up2date4-partshop-default-theme/css/../images/common/user_icon.png); }
.table-data tr.lfr-role-site .first {
  background-image: url(/up2date4-partshop-default-theme/css/../images/common/site_icon.png); }
.table-data tr.lfr-role-organization .first {
  background-image: url(/up2date4-partshop-default-theme/css/../images/common/organization_icon.png); }
.table-data tr.lfr-role-team .first {
  background-image: url(/up2date4-partshop-default-theme/css/../images/common/team_icon.png); }

/* ---------- Miscellaneous component styles ---------- */
.lfr-ddm-container .control-group.error .control-label,
.lfr-ddm-container .control-group.error .help-block,
.lfr-ddm-container .control-group.error .help-inline {
  color: #555555; }
.lfr-ddm-container .control-group.error .checkbox,
.lfr-ddm-container .control-group.error .radio,
.lfr-ddm-container .control-group.error input,
.lfr-ddm-container .control-group.error select,
.lfr-ddm-container .control-group.error textarea {
  color: #555555; }
.lfr-ddm-container .control-group.error input,
.lfr-ddm-container .control-group.error select,
.lfr-ddm-container .control-group.error textarea {
  border-color: #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .lfr-ddm-container .control-group.error input:focus,
  .lfr-ddm-container .control-group.error select:focus,
  .lfr-ddm-container .control-group.error textarea:focus {
    border-color: #b3b3b3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white; }
.lfr-ddm-container .control-group.error .input-prepend .add-on,
.lfr-ddm-container .control-group.error .input-append .add-on {
  color: #555555;
  background-color: whitesmoke;
  border-color: #555555; }
.lfr-ddm-container .control-group.info .control-label,
.lfr-ddm-container .control-group.info .help-block,
.lfr-ddm-container .control-group.info .help-inline {
  color: #555555; }
.lfr-ddm-container .control-group.info .checkbox,
.lfr-ddm-container .control-group.info .radio,
.lfr-ddm-container .control-group.info input,
.lfr-ddm-container .control-group.info select,
.lfr-ddm-container .control-group.info textarea {
  color: #555555; }
.lfr-ddm-container .control-group.info input,
.lfr-ddm-container .control-group.info select,
.lfr-ddm-container .control-group.info textarea {
  border-color: #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .lfr-ddm-container .control-group.info input:focus,
  .lfr-ddm-container .control-group.info select:focus,
  .lfr-ddm-container .control-group.info textarea:focus {
    border-color: #b3b3b3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white; }
.lfr-ddm-container .control-group.info .input-prepend .add-on,
.lfr-ddm-container .control-group.info .input-append .add-on {
  color: #555555;
  background-color: whitesmoke;
  border-color: #555555; }
.lfr-ddm-container .control-group.success .control-label,
.lfr-ddm-container .control-group.success .help-block,
.lfr-ddm-container .control-group.success .help-inline {
  color: #555555; }
.lfr-ddm-container .control-group.success .checkbox,
.lfr-ddm-container .control-group.success .radio,
.lfr-ddm-container .control-group.success input,
.lfr-ddm-container .control-group.success select,
.lfr-ddm-container .control-group.success textarea {
  color: #555555; }
.lfr-ddm-container .control-group.success input,
.lfr-ddm-container .control-group.success select,
.lfr-ddm-container .control-group.success textarea {
  border-color: #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .lfr-ddm-container .control-group.success input:focus,
  .lfr-ddm-container .control-group.success select:focus,
  .lfr-ddm-container .control-group.success textarea:focus {
    border-color: #b3b3b3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white; }
.lfr-ddm-container .control-group.success .input-prepend .add-on,
.lfr-ddm-container .control-group.success .input-append .add-on {
  color: #555555;
  background-color: whitesmoke;
  border-color: #555555; }
.lfr-ddm-container .control-group.warning .control-label,
.lfr-ddm-container .control-group.warning .help-block,
.lfr-ddm-container .control-group.warning .help-inline {
  color: #555555; }
.lfr-ddm-container .control-group.warning .checkbox,
.lfr-ddm-container .control-group.warning .radio,
.lfr-ddm-container .control-group.warning input,
.lfr-ddm-container .control-group.warning select,
.lfr-ddm-container .control-group.warning textarea {
  color: #555555; }
.lfr-ddm-container .control-group.warning input,
.lfr-ddm-container .control-group.warning select,
.lfr-ddm-container .control-group.warning textarea {
  border-color: #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .lfr-ddm-container .control-group.warning input:focus,
  .lfr-ddm-container .control-group.warning select:focus,
  .lfr-ddm-container .control-group.warning textarea:focus {
    border-color: #b3b3b3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white; }
.lfr-ddm-container .control-group.warning .input-prepend .add-on,
.lfr-ddm-container .control-group.warning .input-append .add-on {
  color: #555555;
  background-color: whitesmoke;
  border-color: #555555; }
.lfr-ddm-container .control-group.error > .control-label,
.lfr-ddm-container .control-group.error > .help-block,
.lfr-ddm-container .control-group.error > .help-inline {
  color: #b50303; }
.lfr-ddm-container .control-group.error > .checkbox,
.lfr-ddm-container .control-group.error > .radio,
.lfr-ddm-container .control-group.error > input,
.lfr-ddm-container .control-group.error > select,
.lfr-ddm-container .control-group.error > textarea {
  color: #b50303; }
.lfr-ddm-container .control-group.error > input,
.lfr-ddm-container .control-group.error > select,
.lfr-ddm-container .control-group.error > textarea {
  border-color: #b50303;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .lfr-ddm-container .control-group.error > input:focus,
  .lfr-ddm-container .control-group.error > select:focus,
  .lfr-ddm-container .control-group.error > textarea:focus {
    border-color: #830202;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fb2323;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fb2323;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fb2323; }
.lfr-ddm-container .control-group.error > .input-prepend .add-on,
.lfr-ddm-container .control-group.error > .input-append .add-on {
  color: #b50303;
  background-color: #fee5e2;
  border-color: #b50303; }
.lfr-ddm-container .control-group.info > .control-label,
.lfr-ddm-container .control-group.info > .help-block,
.lfr-ddm-container .control-group.info > .help-inline {
  color: #12718f; }
.lfr-ddm-container .control-group.info > .checkbox,
.lfr-ddm-container .control-group.info > .radio,
.lfr-ddm-container .control-group.info > input,
.lfr-ddm-container .control-group.info > select,
.lfr-ddm-container .control-group.info > textarea {
  color: #12718f; }
.lfr-ddm-container .control-group.info > input,
.lfr-ddm-container .control-group.info > select,
.lfr-ddm-container .control-group.info > textarea {
  border-color: #12718f;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .lfr-ddm-container .control-group.info > input:focus,
  .lfr-ddm-container .control-group.info > select:focus,
  .lfr-ddm-container .control-group.info > textarea:focus {
    border-color: #0c4d62;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #24b5e3;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #24b5e3;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #24b5e3; }
.lfr-ddm-container .control-group.info > .input-prepend .add-on,
.lfr-ddm-container .control-group.info > .input-append .add-on {
  color: #12718f;
  background-color: #cef1fc;
  border-color: #12718f; }
.lfr-ddm-container .control-group.success > .control-label,
.lfr-ddm-container .control-group.success > .help-block,
.lfr-ddm-container .control-group.success > .help-inline {
  color: #488f06; }
.lfr-ddm-container .control-group.success > .checkbox,
.lfr-ddm-container .control-group.success > .radio,
.lfr-ddm-container .control-group.success > input,
.lfr-ddm-container .control-group.success > select,
.lfr-ddm-container .control-group.success > textarea {
  color: #488f06; }
.lfr-ddm-container .control-group.success > input,
.lfr-ddm-container .control-group.success > select,
.lfr-ddm-container .control-group.success > textarea {
  border-color: #488f06;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .lfr-ddm-container .control-group.success > input:focus,
  .lfr-ddm-container .control-group.success > select:focus,
  .lfr-ddm-container .control-group.success > textarea:focus {
    border-color: #2f5e04;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #79f10a;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #79f10a;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #79f10a; }
.lfr-ddm-container .control-group.success > .input-prepend .add-on,
.lfr-ddm-container .control-group.success > .input-append .add-on {
  color: #488f06;
  background-color: #f1fbd1;
  border-color: #488f06; }
.lfr-ddm-container .control-group.warning > .control-label,
.lfr-ddm-container .control-group.warning > .help-block,
.lfr-ddm-container .control-group.warning > .help-inline {
  color: #bf7900; }
.lfr-ddm-container .control-group.warning > .checkbox,
.lfr-ddm-container .control-group.warning > .radio,
.lfr-ddm-container .control-group.warning > input,
.lfr-ddm-container .control-group.warning > select,
.lfr-ddm-container .control-group.warning > textarea {
  color: #bf7900; }
.lfr-ddm-container .control-group.warning > input,
.lfr-ddm-container .control-group.warning > select,
.lfr-ddm-container .control-group.warning > textarea {
  border-color: #bf7900;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .lfr-ddm-container .control-group.warning > input:focus,
  .lfr-ddm-container .control-group.warning > select:focus,
  .lfr-ddm-container .control-group.warning > textarea:focus {
    border-color: #8c5900;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffaf26;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffaf26;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffaf26; }
.lfr-ddm-container .control-group.warning > .input-prepend .add-on,
.lfr-ddm-container .control-group.warning > .input-append .add-on {
  color: #bf7900;
  background-color: #fffbdc;
  border-color: #bf7900; }

/* ---------- Dynamic data list display/Journal portlet ---------- */
.portlet-dynamic-data-list-display .lfr-ddm-container .field-wrapper[data-repeatable="true"], .portlet-dynamic-data-list-display .lfr-ddm-container .field-wrapper .field-wrapper, .portlet-dynamic-data-lists .lfr-ddm-container .field-wrapper[data-repeatable="true"], .portlet-dynamic-data-lists .lfr-ddm-container .field-wrapper .field-wrapper, .portlet-journal .journal-article-container .lfr-ddm-container .field-wrapper[data-repeatable="true"], .portlet-journal .journal-article-container .lfr-ddm-container .field-wrapper .field-wrapper {
  border: 1px solid #D0D0D0;
  border-left-width: 10px;
  padding: 7px 10px 10px; }
  .portlet-dynamic-data-list-display .lfr-ddm-container .field-wrapper[data-repeatable="true"][data-repeatable="true"]:nth-of-type(even), .portlet-dynamic-data-list-display .lfr-ddm-container .field-wrapper .field-wrapper[data-repeatable="true"]:nth-of-type(even), .portlet-dynamic-data-lists .lfr-ddm-container .field-wrapper[data-repeatable="true"][data-repeatable="true"]:nth-of-type(even), .portlet-dynamic-data-lists .lfr-ddm-container .field-wrapper .field-wrapper[data-repeatable="true"]:nth-of-type(even), .portlet-journal .journal-article-container .lfr-ddm-container .field-wrapper[data-repeatable="true"][data-repeatable="true"]:nth-of-type(even), .portlet-journal .journal-article-container .lfr-ddm-container .field-wrapper .field-wrapper[data-repeatable="true"]:nth-of-type(even) {
    background-color: #F5F5F5; }
  .portlet-dynamic-data-list-display .lfr-ddm-container .field-wrapper[data-repeatable="true"], .portlet-dynamic-data-list-display .lfr-ddm-container .field-wrapper[data-repeatable="true"] .field-wrapper, .portlet-dynamic-data-list-display .lfr-ddm-container .field-wrapper .field-wrapper, .portlet-dynamic-data-list-display .lfr-ddm-container .field-wrapper .field-wrapper .field-wrapper, .portlet-dynamic-data-lists .lfr-ddm-container .field-wrapper[data-repeatable="true"], .portlet-dynamic-data-lists .lfr-ddm-container .field-wrapper[data-repeatable="true"] .field-wrapper, .portlet-dynamic-data-lists .lfr-ddm-container .field-wrapper .field-wrapper, .portlet-dynamic-data-lists .lfr-ddm-container .field-wrapper .field-wrapper .field-wrapper, .portlet-journal .journal-article-container .lfr-ddm-container .field-wrapper[data-repeatable="true"], .portlet-journal .journal-article-container .lfr-ddm-container .field-wrapper[data-repeatable="true"] .field-wrapper, .portlet-journal .journal-article-container .lfr-ddm-container .field-wrapper .field-wrapper, .portlet-journal .journal-article-container .lfr-ddm-container .field-wrapper .field-wrapper .field-wrapper {
    margin: 15px 0 0; }

/* ---------- Add content dialog ---------- */
.lfr-portlet-item, .lfr-portlet-item p a {
  font-size: 1em; }

/* ---------- Breadcrumb taglib ---------- */
.breadcrumb.breadcrumb-vertical {
  display: inline-block;
  text-align: center; }
  .breadcrumb.breadcrumb-vertical li {
    display: block; }
    .breadcrumb.breadcrumb-vertical li.last, .breadcrumb.breadcrumb-vertical li.only {
      background: none; }
  .breadcrumb.breadcrumb-vertical .divider {
    background: url(/up2date4-partshop-default-theme/images/arrows/07_down.png) no-repeat 50% 100%;
    display: block;
    text-indent: 110%;
    white-space: nowrap;
    overflow: hidden;
    height: 10px; }

/* ---------- Calendar taglib ---------- */
.taglib-calendar tr.portlet-section-header th, .taglib-calendar tr td {
  border-width: 0; }
.taglib-calendar tr td a {
  background-color: #F0F5F7;
  border: 1px solid #FFF;
  border-bottom-width: 0;
  border-left-width: 0;
  display: block;
  height: 15px;
  padding: 5px 0; }
  .taglib-calendar tr td a:hover {
    background-color: #727C81;
    color: #FFF; }
.taglib-calendar tr td.calendar-inactive {
  background-color: #FFF;
  color: #B5BFC4; }
.taglib-calendar tr th {
  border-bottom-color: #D7D7D7; }
.taglib-calendar table td {
  border-width: 0; }
.taglib-calendar .calendar-current-day, .taglib-calendar .calendar-current-day a {
  background-color: #FFF; }
.taglib-calendar .calendar-current-day a {
  border: 1px solid #727C81;
  color: #369;
  text-decoration: underline; }

/* ---------- navbar form search ---------- */
.navbar form {
  margin: 0; }

.ie .portlet-borderless-bar {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5; }
.ie .portlet-content .lfr-icon-actions {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5; }
.ie .portlet-borderless-container:hover .portlet-borderless-bar, .ie .portlet-journal-content .lfr-icon-actions:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }
.ie .taglib-calendar tr td.first a {
  border-right-width: 0; }

.ie6 .portlet-content .icons-container, .ie7 .portlet-content .icons-container {
  overflow: visible; }
.ie6 .portlet-content .lfr-icon-actions .taglib-text, .ie7 .portlet-content .lfr-icon-actions .taglib-text {
  display: inline-block; }
.ie6 .portlet-borderless-bar .portlet-actions, .ie7 .portlet-borderless-bar .portlet-actions {
  margin-left: 20px;
  margin-right: 0; }
.ie6 .portlet-title-default, .ie7 .portlet-title-default {
  float: left; }
.ie6 .lfr-message .lfr-message-close, .ie7 .lfr-message .lfr-message-close {
  float: left; }

.ie6 .portlet-topper-toolbar .icon {
  height: 16px;
  width: 16px; }
.ie6 .portlet-borderless-container {
  height: 2.5em; }
.ie6 .portlet-borderless-bar {
  filter: alpha(opacity=90); }
  .ie6 .portlet-borderless-bar .portlet-actions {
    display: inline;
    filter: alpha(opacity=90); }
.ie6 .breadcrumbs {
  zoom: 1; }

.ie8 .dockbar img, .ie8 .lfr-icon-action img, .ie8 .logo img {
  max-width: none; }

.menu-content, .underlay-content {
  -webkit-box-shadow: 2px 4px 7px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 2px 4px 7px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 4px 7px rgba(0, 0, 0, 0.5); }

.lfr-add-panel, .lfr-device-preview-panel, .lfr-edit-layout-panel {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); }

.lfr-preview-file-image img, .lfr-translation-manager {
  -webkit-box-shadow: 0 3px 5px -3px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 3px 5px -3px rgba(0, 0, 0, 0.8);
  box-shadow: 0 3px 5px -3px rgba(0, 0, 0, 0.8); }

.lfr-preview-file-image-current-column {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.8);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.8); }

.lfr-preview-file-image-current-column {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.8);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.8); }

.lfr-device-preview .lfr-device-size-status-content {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 1px white;
  -moz-box-shadow: 0 0 1px white;
  box-shadow: 0 0 1px white;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9; }
.lfr-device-preview .lfr-device:after, .lfr-device-preview .lfr-device:before {
  -webkit-box-shadow: #111111 0 1px 0;
  -moz-box-shadow: #111111 0 1px 0;
  box-shadow: #111111 0 1px 0; }
.lfr-device-preview .lfr-device:after {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px; }
.lfr-device-preview .lfr-device.rotated:after, .lfr-device-preview .lfr-device.rotated:before {
  -webkit-box-shadow: #111111 -1px 1px 0;
  -moz-box-shadow: #111111 -1px 1px 0;
  box-shadow: #111111 -1px 1px 0; }
.lfr-device-preview .lfr-device.smartphone, .lfr-device-preview .lfr-device.tablet {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px; }
.lfr-device-preview .lfr-device.tablet:before {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }

@media (max-width: 767px) {
  .dockbar .navbar-inner .btn-navbar {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-shadow: none; } }
.dockbar .navbar-inner .nav li.staging-toggle.active > a {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }
.dockbar .navbar-inner .nav li.staging-toggle span {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }
.dockbar .menu-button-active .menu-button {
  -webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.7);
  box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.7); }
.dockbar .impersonating-user .alert-info {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }

.dockbar-split .dockbar .navbar-inner .nav > li > a {
  text-shadow: none; }
.dockbar-split .dockbar .navbar-inner .nav-add-controls > li a {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }
  .dockbar-split .dockbar .navbar-inner .nav-add-controls > li a .nav-item-label {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px; }
.dockbar-split .dockbar .navbar-inner .nav-add-controls > li.open a {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  -o-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0; }

@media (max-width: 767px) {
  .navbar .navbar-search .form-search .search-query {
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -ms-border-radius: 14px;
    -o-border-radius: 14px;
    border-radius: 14px; } }
.portlet-document-library .lfr-ddm-small-image-preview, .portlet-dynamic-data-mapping .lfr-ddm-small-image-preview {
  -webkit-box-shadow: 0 1px 3px #cccccc;
  -moz-box-shadow: 0 1px 3px #cccccc;
  box-shadow: 0 1px 3px #cccccc; }

.portlet-asset-category-admin .tree-node-selected, .portlet-asset-category-admin .tree-node-over, .portlet-asset-category-admin .category-item {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }

.lfr-translation-manager-translation.lfr-translation-manager-translation-editing {
  -webkit-box-shadow: inset 0 0 2px #224fa8;
  -moz-box-shadow: inset 0 0 2px #224fa8;
  box-shadow: inset 0 0 2px #224fa8; }

.portlet-document-library-upload-mask .overlaymask-content {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }

.lfr-search-combobox-item, .portlet-journal .lfr-search-combobox .search input {
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px; }

.lfr-search-combobox .field-input-text {
  -webkit-border-radius: 4px 1px 1px 4px;
  -moz-border-radius: 4px 1px 1px 4px;
  -ms-border-radius: 4px 1px 1px 4px;
  -o-border-radius: 4px 1px 1px 4px;
  border-radius: 4px 1px 1px 4px; }
.lfr-search-combobox .button-input {
  -webkit-border-radius: 1px 4px 4px 1px;
  -moz-border-radius: 1px 4px 4px 1px;
  -ms-border-radius: 1px 4px 4px 1px;
  -o-border-radius: 1px 4px 4px 1px;
  border-radius: 1px 4px 4px 1px; }

.lfr-upload-container .progress-bar, .lfr-upload-container .progress, .lfr-editable:after {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px; }

body > .lfr-menu-list ul, .active-area-proxy, .entry-display-style .entry-thumbnail, .lfr-api-results, .lfr-translation-manager, .lfr-translation-manager-translation, .lfr-upload-container .cancel-button .modify-pages .delete-tab, .portlet-image-gallery-display .image-thumbnail img, .rule-group-instance-container .rule-group-instance, .select-documents, .select-files, .taglib-ratings.stars:hover, .taglib-ratings.stars:hover .liferay-rating-vote > div, .taglib-ratings.stars .rating-focused > div, .tags-search-combobox .field-input-text {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }

.entry-display-style, .lfr-search-combobox, .lfr-upload-container .upload-file, .lfr-upload-container .upload-target, .portlet-asset-tag-admin .merge-tag, .portlet-document-library .common-file-metadata-container.selected, .portlet-document-library-display .common-file-metadata-container.selected, .portlet-image-gallery-display .image-icon, .select-documents, .select-files {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }

.portlet-dynamic-data-list-display .lfr-ddm-container .field-wrapper, .portlet-dynamic-data-lists .lfr-ddm-container .field-wrapper, .portlet-journal .lfr-ddm-container .field-wrapper {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px; }

.portlet-journal .display-page-item-container .display-page-item, .portlet-journal .display-page-item-container .display-page-item .display-page-item-remove, .taglib-categorization-filter .asset-entry {
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  border-radius: 14px; }

.menu-content {
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.taglib-form-navigator > .form-steps > ul.form-navigator.well {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }
  .taglib-form-navigator > .form-steps > ul.form-navigator.well .tab .tab-label:hover .number, .taglib-form-navigator > .form-steps > ul.form-navigator.well .tab .tab-label:focus .number {
    -webkit-box-shadow: 0 0 5px 0 #333333;
    -moz-box-shadow: 0 0 5px 0 #333333;
    box-shadow: 0 0 5px 0 #333333;
    -webkit-transition-duration: 0.25s;
    -moz-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -webkit-transition-property: box-shadow;
    -moz-transition-property: box-shadow;
    -o-transition-property: box-shadow;
    transition-property: box-shadow;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .taglib-form-navigator > .form-steps > ul.form-navigator.well .tab .tab-label .number {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%; }

.underlay-content {
  -moz-border-radius-bottomleft: 8px;
  -webkit-border-bottom-left-radius: 8px;
  border-bottom-left-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  -webkit-border-bottom-right-radius: 8px;
  border-bottom-right-radius: 8px; }

.input-localized .lfr-input-localized-state {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px; }
.input-localized .lfr-input-localized .lfr-input-localized-state {
  -webkit-box-shadow: 0 0 3px #dddddd;
  -moz-box-shadow: 0 0 3px #dddddd;
  box-shadow: 0 0 3px #dddddd; }
  .input-localized .lfr-input-localized .lfr-input-localized-state.lfr-input-localized-state-error {
    -webkit-box-shadow: 0 0 3px #ff0047;
    -moz-box-shadow: 0 0 3px #ff0047;
    box-shadow: 0 0 3px #ff0047; }
.input-localized .palette-item-selected .lfr-input-localized-state {
  -webkit-box-shadow: 0 0 3px #27c1f2;
  -moz-box-shadow: 0 0 3px #27c1f2;
  box-shadow: 0 0 3px #27c1f2; }

.lfr-add-panel .add-content-button .lfr-actions {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px; }
.lfr-add-panel .lfr-panel-content .app-view-entry-taglib.display-list:hover, .lfr-add-panel .lfr-panel-content .app-view-entry-taglib.display-list.hover, .lfr-add-panel .lfr-panel-content .app-view-entry-taglib.display-list.over, .lfr-add-panel .lfr-panel-content .app-view-entry-taglib.display-descriptive:hover, .lfr-add-panel .lfr-panel-content .app-view-entry-taglib.display-descriptive.hover, .lfr-add-panel .lfr-panel-content .app-view-entry-taglib.display-descriptive.over {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }
.lfr-add-panel .lfr-panel.lfr-extended {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }
.lfr-add-panel .lfr-panel.lfr-extended .lfr-panel-titlebar, .lfr-add-panel .add-application-tab .lfr-add-content .lfr-title-category {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d2dbe4), color-stop(100%, #bdc8d6));
  background-image: -webkit-linear-gradient(#d2dbe4, #bdc8d6);
  background-image: -moz-linear-gradient(#d2dbe4, #bdc8d6);
  background-image: -o-linear-gradient(#d2dbe4, #bdc8d6);
  background-image: linear-gradient(#d2dbe4, #bdc8d6); }
.lfr-add-panel .search-panel .add-content-search .field-input {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }

.lfr-add-dialog .add-content-menu .search-query, .lfr-add-panel .add-content-menu .search-query {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px; }

.lfr-content-preview-popup .lfr-content-preview-popup-content {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 8px 3px 7px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 8px 3px 7px rgba(0, 0, 0, 0.25);
  box-shadow: 8px 3px 7px rgba(0, 0, 0, 0.25); }

.lfr-message .lfr-message-control {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px; }

.lfr-token, .layout-customizable-controls, .lfr-translation-manager-delete-translation {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px; }

.customizable-layout-column-content {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px; }

.staging-tabview-list {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }

.site-variations-tabview-list .tab-content, .staging-tabview-list .tab-active .tab-content, .tagselector-content .textboxlistentry-holder .lfr-tag-selector-input:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.rule-group-instance-container .rule-group-instance {
  -webkit-box-shadow: 1px 1px 2px #999999;
  -moz-box-shadow: 1px 1px 2px #999999;
  box-shadow: 1px 1px 2px #999999; }

.lfr-action-label {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px; }

.lfr-api-service-search .field-input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }

  to {
    background-position: 0 0; } }

@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }

  to {
    background-position: 0 0; } }

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }

  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }

  to {
    background-position: 0 0; } }

.lfr-progress-active .progress-bar-status, .lfr-upload-container .file-uploading .progress-bar .progress {
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.3) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0));
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.3) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0));
  background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.3) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0));
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.3) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0));
  -webkit-background-size: 40px 40px;
  -moz-background-size: 40px 40px;
  -o-background-size: 40px 40px;
  background-size: 40px 40px;
  -webkit-animation: progress-bar-stripes 0.5s linear infinite;
  -moz-animation: progress-bar-stripes 0.5s linear infinite;
  -ms-animation: progress-bar-stripes 0.5s linear infinite;
  -o-animation: progress-bar-stripes 0.5s linear infinite;
  animation: progress-bar-stripes 0.5s linear infinite;
  -webkit-transition: width 0.5s ease-out;
  -moz-transition: width 0.5s ease-out;
  -o-transition: width 0.5s ease-out;
  transition: width 0.5s ease-out; }

@-webkit-keyframes highlight-animation {
  from {
    background-color: #FFC; }

  to {
    background-color: transparent; } }

@-moz-keyframes highlight-animation {
  from {
    background-color: #FFC; }

  to {
    background-color: transparent; } }

@-o-keyframes highlight-animation {
  from {
    background-color: #FFC; }

  to {
    background-color: transparent; } }

@keyframes highlight-animation {
  from {
    background-color: #FFC; }

  to {
    background-color: transparent; } }

.highlight-animation {
  -webkit-animation: highlight-animation 0.7s;
  -moz-animation: highlight-animation 0.7s;
  -ms-animation: highlight-animation 0.7s;
  -o-animation: highlight-animation 0.7s;
  animation: highlight-animation 0.7s; }

body:first-of-type .portlet-borderless-bar, body:first-of-type .portlet-content .lfr-icon-actions {
  -webkit-transition: opacity 0.5s ease;
  -webkit-transition-delay: 0.15s;
  -moz-transition: opacity 0.5s ease 0.15s;
  -o-transition: opacity 0.5s ease 0.15s;
  transition: opacity 0.5s ease 0.15s; }
body:first-of-type .portlet-borderless-container:hover .portlet-borderless-bar, body:first-of-type .portlet-content:hover .lfr-icon-actions {
  -webkit-transition: opacity 0.5s ease;
  -webkit-transition-delay: 0s;
  -moz-transition: opacity 0.5s ease 0s;
  -o-transition: opacity 0.5s ease 0s;
  transition: opacity 0.5s ease 0s; }
body:first-of-type .portlet-borderless-bar .portlet-actions, body:first-of-type .portlet-content .lfr-icon-actions .taglib-text {
  display: inline-block;
  max-width: 0;
  overflow: hidden;
  -webkit-transition: max-width 0.3s ease-in;
  -webkit-transition-delay: 0.2s;
  -moz-transition: max-width 0.3s ease-in 0.2s;
  -o-transition: max-width 0.3s ease-in 0.2s;
  transition: max-width 0.3s ease-in 0.2s;
  text-overflow: ellipsis;
  white-space: nowrap; }
body:first-of-type .portlet-borderless-bar .portlet-actions, body:first-of-type .portlet-content:hover .lfr-icon-actions .taglib-text {
  -webkit-transition: max-width 0.3s ease;
  -webkit-transition-delay: 0s;
  -moz-transition: max-width 0.3s ease 0s;
  -o-transition: max-width 0.3s ease 0s;
  transition: max-width 0.3s ease 0s; }
body:first-of-type .portlet-borderless-bar .portlet-actions {
  -moz-border-radius-bottomleft: 20px;
  -webkit-border-bottom-left-radius: 20px;
  border-bottom-left-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -webkit-border-top-left-radius: 20px;
  border-top-left-radius: 20px; }
body:first-of-type .portlet-borderless-bar .portlet-title-default {
  -moz-border-radius-bottomright: 20px;
  -webkit-border-bottom-right-radius: 20px;
  border-bottom-right-radius: 20px;
  -moz-border-radius-topright: 20px;
  -webkit-border-top-right-radius: 20px;
  border-top-right-radius: 20px; }
body:first-of-type .portlet-borderless-container:hover .portlet-borderless-bar .portlet-actions {
  max-width: 500px; }
body:first-of-type .portlet-content:hover .lfr-icon-actions .taglib-text {
  max-width: 200px; }
@media (max-width: 767px) {
  body:first-of-type .portlet-content .lfr-icon-actions .taglib-text {
    max-width: 200px; } }

.portlet-boundary.yui3-dd-dragging {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: -webkit-transform 0.3s ease;
  -moz-transition: -moz-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease; }

.portlet-document-library .entry-thumbnail .label, .portlet-document-library-display .workflow-status .label, .portlet-journal .entry-thumbnail .label {
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0; }

@-webkit-keyframes lfr-drop-active {
  0% {
    background-color: #EBEBEB;
    border-color: #DDD; }

  50% {
    background-color: #DDEDDE;
    border-color: #7D7;
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1); }

  75% {
    background-color: #DDEDDE;
    border-color: #7D7; }

  100% {
    background-color: #EBEBEB;
    border-color: #DDD; } }

@-moz-keyframes lfr-drop-active {
  0% {
    background-color: #EBEBEB;
    border-color: #DDD; }

  50% {
    background-color: #DDEDDE;
    border-color: #7D7;
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1); }

  75% {
    background-color: #DDEDDE;
    border-color: #7D7; }

  100% {
    background-color: #EBEBEB;
    border-color: #DDD; } }

@-o-keyframes lfr-drop-active {
  0% {
    background-color: #EBEBEB;
    border-color: #DDD; }

  50% {
    background-color: #DDEDDE;
    border-color: #7D7;
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1); }

  75% {
    background-color: #DDEDDE;
    border-color: #7D7; }

  100% {
    background-color: #EBEBEB;
    border-color: #DDD; } }

@keyframes lfr-drop-active {
  0% {
    background-color: #EBEBEB;
    border-color: #DDD; }

  50% {
    background-color: #DDEDDE;
    border-color: #7D7;
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1); }

  75% {
    background-color: #DDEDDE;
    border-color: #7D7; }

  100% {
    background-color: #EBEBEB;
    border-color: #DDD; } }

.upload-drop-active .lfr-upload-container .upload-target {
  -webkit-animation: none;
  -moz-animation: none;
  -ms-animation: none;
  -o-animation: none;
  animation: none; }
.upload-drop-active .portlet-document-library .document-container {
  -webkit-box-shadow: inset 0 0 5px #b8c1d1;
  -moz-box-shadow: inset 0 0 5px #b8c1d1;
  box-shadow: inset 0 0 5px #b8c1d1; }

.upload-drop-intent .lfr-upload-container .upload-target {
  -webkit-animation: lfr-drop-active 1s ease 0.2s infinite;
  -moz-animation: lfr-drop-active 1s ease 0.2s infinite;
  -ms-animation: lfr-drop-active 1s ease 0.2s infinite;
  -o-animation: lfr-drop-active 1s ease 0.2s infinite;
  animation: lfr-drop-active 1s ease 0.2s infinite; }

.cke_toolbar.cke_toolbar__a11yhelpbtn .cke_toolgroup, .cke_toolbar.cke_toolbar__a11yhelpbtn .cke_toolgroup:hover {
  -webkit-box-shadow: initial;
  -moz-box-shadow: initial;
  box-shadow: initial; }
.cke_toolbar.cke_toolbar__a11yhelpbtn .cke_button:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }
.cke_toolbar.cke_toolbar__a11yhelpbtn .cke_button .cke_button_label:after {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #e4e4e4));
  background-image: -webkit-linear-gradient(#ffffff, #e4e4e4);
  background-image: -moz-linear-gradient(#ffffff, #e4e4e4);
  background-image: -o-linear-gradient(#ffffff, #e4e4e4);
  background-image: linear-gradient(#ffffff, #e4e4e4);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px; }
.cke_toolbar.cke_toolbar__a11yhelpbtn .cke_button .cke_button_label:hover:after {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f2f2f2), color-stop(100%, #cccccc));
  background-image: -webkit-linear-gradient(#f2f2f2, #cccccc);
  background-image: -moz-linear-gradient(#f2f2f2, #cccccc);
  background-image: -o-linear-gradient(#f2f2f2, #cccccc);
  background-image: linear-gradient(#f2f2f2, #cccccc); }

/*-------- Custom Variables --------*/
/*-------- Base Variables -------*/
/******************************************************************
Site Name: Zeitwerk GmbH
Author: Zeitwerk GmbH

Stylesheet: Mixins Stylesheet
******************************************************************/
/*********************
TRANSITION
*********************/
/*********************
CSS3 GRADIENTS
*********************/
/*********************
CALC
@include zw_calc('width','(100% - 30px)');
*********************/
/*********************
Border-Radius
@include border-radius(15px);
*********************/
/*********************
Flex
@include flex(auto);
*********************/
/*********************
Flex
@include flex-direction(row);
*********************/
/*********************
Column
@include column(2em,2.5em);
*********************/
/*********************
transform
*********************/
/*********************
Static Mixins
*********************/
/* @include placeholder; */
/* @include displayFlex; */
/* @include contentJustify; */
/******************************************************************
Site Name:
Author:

Stylesheet: Grid Stylesheet
******************************************************************/
.aui .row-fluid [class*="span"] {
  float: none;
  margin: 0 0 0 0;
  width: auto;
  min-height: auto; }

.gridrow {
  width: 100%;
  height: auto;
  overflow: hidden; }
  @media (min-width: 768px) {
    .gridrow {
      width: -moz-calc((100% - -36px));
      width: -webkit-calc((100% - -36px));
      width: calc((100% - -36px));
      margin-right: -36px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .gridrow .t-all {
      padding-right: 36px; } }
  @media (min-width: 1024px) {
    .gridrow .d-all {
      padding-right: 36px; } }

.gridrow-table {
  width: 100%;
  height: auto;
  overflow: hidden; }
  @media (min-width: 768px) {
    .gridrow-table {
      display: table;
      width: 100%;
      width: -moz-calc(100% - -78px);
      width: -webkit-calc(100% - -78px);
      width: calc(100% - -78px);
      margin: 0 -36px 0 -36px;
      height: 100%;
      overflow: hidden;
      border-collapse: separate;
      border-spacing: 36px 0;
      table-layout: fixed; }
      .gridrow-table.valignTop {
        vertical-align: top; }
      .gridrow-table.valignMiddle {
        vertical-align: middle; } }

.mt-small {
  margin-top: 15px; }

.mt-middle {
  margin-top: 25px; }
  @media (min-width: 600px) {
    .mt-middle {
      margin-top: 30px; } }

.mt-large {
  margin-top: 30px; }
  @media (min-width: 600px) {
    .mt-large {
      margin-top: 42px; } }

.mb-small {
  margin-bottom: 15px; }

.mb-middle {
  margin-bottom: 25px; }
  @media (min-width: 600px) {
    .mb-middle {
      margin-bottom: 30px; } }

.mb-large {
  margin-bottom: 30px; }
  @media (min-width: 600px) {
    .mb-large {
      margin-bottom: 42px; } }

/* Mobile Grid Styles */
@media (max-width: 767px) {
  .m-hide {
    display: none; }

  .m-all {
    float: left;
    padding-right: 35px;
    width: 100%;
    padding-right: 0; }

  .m-1of2 {
    float: left;
    padding-right: 35px;
    width: 50%; }

  .m-1of3 {
    float: left;
    padding-right: 35px;
    width: 33.33%; }

  .m-2of3 {
    float: left;
    padding-right: 35px;
    width: 66.66%; }

  .m-1of4 {
    float: left;
    padding-right: 35px;
    width: 25%; }

  .m-3of4 {
    float: left;
    padding-right: 35px;
    width: 75%; } }
/* Portrait tablet to landscape */
@media (min-width: 768px) and (max-width: 1023px) {
  .t-hide {
    display: none; }

  .t-all {
    float: left;
    padding-right: 35px;
    width: 100%;
    padding-right: 0; }

  .t-1of2 {
    float: left;
    padding-right: 35px;
    width: 50%; }

  .t-1of3 {
    float: left;
    padding-right: 35px;
    width: 33.33%; }

  .t-2of3 {
    float: left;
    padding-right: 35px;
    width: 66.66%; }

  .t-1of4 {
    float: left;
    padding-right: 35px;
    width: 25%; }

  .t-3of4 {
    float: left;
    padding-right: 35px;
    width: 75%; }

  .t-1of5 {
    float: left;
    padding-right: 35px;
    width: 20%; }

  .t-2of5 {
    float: left;
    padding-right: 35px;
    width: 40%; }

  .t-3of5 {
    float: left;
    padding-right: 35px;
    width: 60%; }

  .t-4of5 {
    float: left;
    padding-right: 35px;
    width: 80%; } }
/* Landscape to small desktop */
@media (min-width: 1024px) {
  .d-all {
    float: left;
    padding-right: 35px;
    width: 100%;
    padding-right: 0; }

  .d-1of2 {
    float: left;
    padding-right: 35px;
    width: 50%; }

  .d-1of3 {
    float: left;
    padding-right: 35px;
    width: 33.33%; }

  .d-2of3 {
    float: left;
    padding-right: 35px;
    width: 66.66%; }

  .d-1of4 {
    float: left;
    padding-right: 35px;
    width: 25%; }

  .d-3of4 {
    float: left;
    padding-right: 35px;
    width: 75%; }

  .d-1of5 {
    float: left;
    padding-right: 35px;
    width: 20%; }

  .d-2of5 {
    float: left;
    padding-right: 35px;
    width: 40%; }

  .d-3of5 {
    float: left;
    padding-right: 35px;
    width: 60%; }

  .d-4of5 {
    float: left;
    padding-right: 35px;
    width: 80%; }

  .d-1of6 {
    float: left;
    padding-right: 35px;
    width: 16.6666666667%; }

  .d-1of7 {
    float: left;
    padding-right: 35px;
    width: 14.2857142857%; }

  .d-2of7 {
    float: left;
    padding-right: 35px;
    width: 28.5714286%; }

  .d-3of7 {
    float: left;
    padding-right: 35px;
    width: 42.8571429%; }

  .d-4of7 {
    float: left;
    padding-right: 35px;
    width: 57.1428572%; }

  .d-5of7 {
    float: left;
    padding-right: 35px;
    width: 71.4285715%; }

  .d-6of7 {
    float: left;
    padding-right: 35px;
    width: 85.7142857%; }

  .d-1of8 {
    float: left;
    padding-right: 35px;
    width: 12.5%; }

  .d-1of9 {
    float: left;
    padding-right: 35px;
    width: 11.1111111111%; }

  .d-1of10 {
    float: left;
    padding-right: 35px;
    width: 10%; }

  .d-1of11 {
    float: left;
    padding-right: 35px;
    width: 9.09090909091%; }

  .d-1of12 {
    float: left;
    padding-right: 35px;
    width: 8.33%; } }
.last-col {
  float: right;
  padding-right: 0 !important; }

@media (max-width: 767px) {
  .tct-all,
  .tct-1of2,
  .tct-1of3,
  .tct-1of4,
  .tct-2of5,
  .tct-3of5,
  .tct-2of3,
  .tct-3of4 {
    margin-bottom: 20px; }
    .tct-all:last-child,
    .tct-1of2:last-child,
    .tct-1of3:last-child,
    .tct-1of4:last-child,
    .tct-2of5:last-child,
    .tct-3of5:last-child,
    .tct-2of3:last-child,
    .tct-3of4:last-child {
      margin-bottom: 0; } }
@media (min-width: 768px) and (max-width: 1023px) {
  .tct-all {
    width: 100%; }

  .tct-1of2 {
    width: 50%;
    display: table-cell;
    height: 100%;
    min-height: 100%;
    vertical-align: top;
    table-layout: fixed; }

  .tct-1of3 {
    width: 33.33%;
    display: table-cell;
    height: 100%;
    min-height: 100%;
    vertical-align: top;
    table-layout: fixed; }

  .tct-1of4 {
    width: 25%;
    display: table-cell;
    height: 100%;
    min-height: 100%;
    vertical-align: top;
    table-layout: fixed; }

  .tct-2of5 {
    width: 40%;
    display: table-cell;
    height: 100%;
    min-height: 100%;
    vertical-align: top;
    table-layout: fixed; }

  .tct-3of5 {
    width: 60%;
    display: table-cell;
    height: 100%;
    min-height: 100%;
    vertical-align: top;
    table-layout: fixed; }

  .tct-2of3 {
    width: 66.66%;
    display: table-cell;
    height: 100%;
    min-height: 100%;
    vertical-align: top;
    table-layout: fixed; }

  .tct-3of4 {
    width: 75%;
    display: table-cell;
    height: 100%;
    min-height: 100%;
    vertical-align: top;
    table-layout: fixed; } }
@media (min-width: 1024px) {
  .tcd-all {
    width: 100%; }

  .tcd-1of2 {
    width: 50%;
    display: table-cell;
    height: 100%;
    min-height: 100%;
    vertical-align: top;
    table-layout: fixed; }

  .tcd-1of3 {
    width: 33.33%;
    display: table-cell;
    height: 100%;
    min-height: 100%;
    vertical-align: top;
    table-layout: fixed; }

  .tcd-1of4 {
    width: 25%;
    display: table-cell;
    height: 100%;
    min-height: 100%;
    vertical-align: top;
    table-layout: fixed; }

  .tcd-2of5 {
    width: 40%;
    display: table-cell;
    height: 100%;
    min-height: 100%;
    vertical-align: top;
    table-layout: fixed; }

  .tcd-3of5 {
    width: 60%;
    display: table-cell;
    height: 100%;
    min-height: 100%;
    vertical-align: top;
    table-layout: fixed; }

  .tcd-2of3 {
    width: 66.66%;
    display: table-cell;
    height: 100%;
    min-height: 100%;
    vertical-align: top;
    table-layout: fixed; }

  .tcd-3of4 {
    width: 75%;
    display: table-cell;
    height: 100%;
    min-height: 100%;
    vertical-align: top;
    table-layout: fixed; } }
/**
 *	Fontawesome
 **/
@font-face {
  font-family: 'fontawesome';
  src: url("fonts/fontawesomeAlloy/fontawesome-alloy.eot");
  src: url("fonts/fontawesomeAlloy/fontawesome-alloy.eot?#iefix") format("embedded-opentype"), url("fonts/fontawesomeAlloy/fontawesome-alloy.woff") format("woff"), url("fonts/fontawesomeAlloy/fontawesome-alloy.ttf") format("truetype"), url("fonts/fontawesomeAlloy/fontawesome-alloy.svg#fontawesome-alloy") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'fontawesome-webfont';
  src: url("fonts/fontawesomeAlloy/fontawesome-webfont.eot");
  src: url("fonts/fontawesomeAlloy/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/fontawesomeAlloy/fontawesome-webfont.woff") format("woff"), url("fonts/fontawesomeAlloy/fontawesome-webfont.ttf") format("truetype"), url("fonts/fontawesomeAlloy/fontawesome-webfont.svg#fontawesome-webfont") format("svg");
  font-weight: normal;
  font-style: normal; }

/**
 * OpenSans
 **/
@font-face {
  font-family: 'OpenSans';
  src: url("fonts/openSans/OpenSans-ExtraBold-webfont.eot");
  src: url("fonts/openSans/OpenSans-ExtraBold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/openSans/OpenSans-ExtraBold-webfont.woff") format("woff"), url("fonts/openSans/OpenSans-ExtraBold-webfont.ttf") format("truetype"), url("fonts/openSans/OpenSans-ExtraBold-webfont.svg#font-name") format("svg");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'OpenSans';
  src: url("fonts/openSans/OpenSans-ExtraBoldItalic-webfont.eot");
  src: url("fonts/openSans/OpenSans-ExtraBoldItalic-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/openSans/OpenSans-ExtraBoldItalic-webfont.woff") format("woff"), url("fonts/openSans/OpenSans-ExtraBoldItalic-webfont.ttf") format("truetype"), url("fonts/openSans/OpenSans-ExtraBoldItalic-webfont.svg#font-name") format("svg");
  font-weight: 900;
  font-style: italic; }

@font-face {
  font-family: 'OpenSans';
  src: url("fonts/openSans/OpenSans-Bold-webfont.eot");
  src: url("fonts/openSans/OpenSans-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/openSans/OpenSans-Bold-webfont.woff") format("woff"), url("fonts/openSans/OpenSans-Bold-webfont.ttf") format("truetype"), url("fonts/openSans/OpenSans-Bold-webfont.svg#font-name") format("svg");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'OpenSans';
  src: url("fonts/openSans/OpenSans-BoldItalic-webfont.eot");
  src: url("fonts/openSans/OpenSans-BoldItalic-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/openSans/OpenSans-BoldItalic-webfont.woff") format("woff"), url("fonts/openSans/OpenSans-BoldItalic-webfont.ttf") format("truetype"), url("fonts/openSans/OpenSans-BoldItalic-webfont.svg#font-name") format("svg");
  font-weight: 700;
  font-style: italic; }

@font-face {
  font-family: 'OpenSans';
  src: url("fonts/openSans/OpenSans-Semibold-webfont.eot");
  src: url("fonts/openSans/OpenSans-Semibold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/openSans/OpenSans-Semibold-webfont.woff") format("woff"), url("fonts/openSans/OpenSans-Semibold-webfont.ttf") format("truetype"), url("fonts/openSans/OpenSans-Semibold-webfont.svg#font-name") format("svg");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'OpenSans';
  src: url("fonts/openSans/OpenSans-SemiboldItalic-webfont.eot");
  src: url("fonts/openSans/OpenSans-SemiboldItalic-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/openSans/OpenSans-SemiboldItalic-webfont.woff") format("woff"), url("fonts/openSans/OpenSans-SemiboldItalic-webfont.ttf") format("truetype"), url("fonts/openSans/OpenSans-SemiboldItalic-webfont.svg#font-name") format("svg");
  font-weight: 600;
  font-style: italic; }

@font-face {
  font-family: 'OpenSans';
  src: url("fonts/openSans/OpenSans-Regular-webfont.eot");
  src: url("fonts/openSans/OpenSans-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/openSans/OpenSans-Regular-webfont.woff") format("woff"), url("fonts/openSans/OpenSans-Regular-webfont.ttf") format("truetype"), url("fonts/openSans/OpenSans-Regular-webfont.svg#font-name") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'OpenSans';
  src: url("fonts/openSans/OpenSans-Italic-webfont.eot");
  src: url("fonts/openSans/OpenSans-Italic-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/openSans/OpenSans-Italic-webfont.woff") format("woff"), url("fonts/openSans/OpenSans-Italic-webfont.ttf") format("truetype"), url("fonts/openSans/OpenSans-Italic-webfont.svg#font-name") format("svg");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'OpenSans';
  src: url("fonts/openSans/OpenSans-Light-webfont.eot");
  src: url("fonts/openSans/OpenSans-Light-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/openSans/OpenSans-Light-webfont.woff") format("woff"), url("fonts/openSans/OpenSans-Light-webfont.ttf") format("truetype"), url("fonts/openSans/OpenSans-Light-webfont.svg#font-name") format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'OpenSans';
  src: url("fonts/openSans/OpenSans-LightItalic-webfont.eot");
  src: url("fonts/openSans/OpenSans-LightItalic-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/openSans/OpenSans-LightItalic-webfont.woff") format("woff"), url("fonts/openSans/OpenSans-LightItalic-webfont.ttf") format("truetype"), url("fonts/openSans/OpenSans-LightItalic-webfont.svg#font-name") format("svg");
  font-weight: 300;
  font-style: italic; }

.aui a {
  color: #555555; }
  .aui a:hover, .aui a:focus, .aui a:active {
    color: lightgrey; }

.aui, .aui body {
  font-family: "OpenSans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.333em;
  color: #202020;
  /*
  	ul.alloy-data-list {
  		font-size: 1.313rem !important;
  		line-height: 1.2em !important;
  		font-weight: 400;
  	
  		li {
  			line-height: 1.2em !important;
  		
  			@media all and (min-width: $breakpoint_tablet) {
  				font-size: 1.438rem;
  			}
  		
  			&:before {
  				content: '\f054';
  				font-family: $fa;
  				font-size: 1rem;
  				line-height: inherit;
  				color: $textColorMain;
  			}
  		}
  	}
  	*/ }
  .aui .errorMessage, .aui body .errorMessage {
    color: red; }
  .aui input,
  .aui button,
  .aui select,
  .aui textarea, .aui body input,
  .aui body button,
  .aui body select,
  .aui body textarea {
    font-family: "OpenSans", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .aui h1, .aui h2, .aui h3, .aui h4, .aui h5, .aui h6, .aui body h1, .aui body h2, .aui body h3, .aui body h4, .aui body h5, .aui body h6 {
    margin: 0 0 0 0;
    font-family: "OpenSans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: inherit;
    line-height: 1.2em;
    text-rendering: optimizelegibility; }
    .aui h1 .portlet-title-text, .aui h2 .portlet-title-text, .aui h3 .portlet-title-text, .aui h4 .portlet-title-text, .aui h5 .portlet-title-text, .aui h6 .portlet-title-text, .aui body h1 .portlet-title-text, .aui body h2 .portlet-title-text, .aui body h3 .portlet-title-text, .aui body h4 .portlet-title-text, .aui body h5 .portlet-title-text, .aui body h6 .portlet-title-text {
      white-space: normal; }
    .aui h1 small, .aui h2 small, .aui h3 small, .aui h4 small, .aui h5 small, .aui h6 small, .aui body h1 small, .aui body h2 small, .aui body h3 small, .aui body h4 small, .aui body h5 small, .aui body h6 small {
      font-weight: normal;
      line-height: 1; }
  .aui h1, .aui body h1 {
    font-weight: 600;
    font-size: 1.75rem;
    line-height: 1.33em;
    text-align: center;
    margin: 15px 0 15px 0; }
    @media all and (min-width: 768px) {
      .aui h1, .aui body h1 {
        font-size: 2.438rem;
        line-height: 1.333em; } }
  .aui h2, .aui body h2 {
    font-weight: 400;
    font-size: 1.313rem; }
    @media all and (min-width: 768px) {
      .aui h2, .aui body h2 {
        font-size: 1.438rem; } }
  .aui h3, .aui body h3 {
    font-weight: 700;
    font-size: 1.25rem;
    margin-bottom: 0; }
    @media all and (min-width: 768px) {
      .aui h3, .aui body h3 {
        font-size: 1.313rem; } }
    .aui h3 a, .aui body h3 a {
      text-decoration: underline;
      margin-bottom: 1em;
      display: inline-block; }
  .aui h4, .aui body h4 {
    font-weight: 600;
    font-size: 1.188rem;
    margin-bottom: 28px; }
  .aui ul.parttree-list-maingroup, .aui body ul.parttree-list-maingroup {
    font-size: 1.313rem !important;
    line-height: 1.2em !important;
    font-weight: 400; }
    .aui ul.parttree-list-maingroup li, .aui body ul.parttree-list-maingroup li {
      line-height: 1.2em !important; }
      .aui ul.parttree-list-maingroup li a, .aui body ul.parttree-list-maingroup li a {
        text-decoration: none; }

header#banner #headerTop {
  font-size: 15px; }
  header#banner #headerTop .icon-menu {
    font-size: 0; }
    header#banner #headerTop .icon-menu:before {
      font-size: 25px; }

#breadcrumbMenu {
  font-size: 0.813rem;
  font-weight: 400;
  color: #555555; }
  #breadcrumbMenu .active,
  #breadcrumbMenu span,
  #breadcrumbMenu a {
    font-weight: 400;
    color: #555555; }

.paginator {
  text-align: left;
  line-height: 27px; }
  .paginator button {
    line-height: 25px !important;
    text-align: center;
    font-weight: 400; }
    .paginator button:before {
      content: '';
      font-family: "fontawesome", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 1.563rem !important;
      line-height: 25px !important;
      text-align: center;
      font-weight: normal; }
    .paginator button.partlist-paginator-first:before, .paginator button.productlist-paginator-first:before, .paginator button.paginator-first:before {
      content: '\f100'; }
    .paginator button.partlist-paginator-last:before, .paginator button.productlist-paginator-last:before, .paginator button.paginator-last:before {
      content: '\f101'; }
    .paginator button.partlist-paginator-prev:before, .paginator button.productlist-paginator-prev:before, .paginator button.paginator-prev:before {
      content: '\f104'; }
    .paginator button.partlist-paginator-next:before, .paginator button.productlist-paginator-next:before, .paginator button.paginator-next:before {
      content: '\f105'; }
  .paginator .paginator-position
  .part-paginator-position,
  .paginator .productlist-paginator-position,
  .paginator .partlist-paginator-position {
    font-weight: 600; }

.alloy-accordion .toggler-header {
  font-size: 20px;
  font-weight: 400 !important; }
  .alloy-accordion .toggler-header:after {
    content: '\f078';
    font-family: "fontawesome", "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: absolute;
    text-align: left; }
  .alloy-accordion .toggler-header.toggler-header-expanded:after {
    content: '\f077';
    font-family: "fontawesome", "Helvetica Neue", Helvetica, Arial, sans-serif; }
.alloy-accordion .main-table.vehicle-table .alloy-row .column-first, .alloy-accordion .main-table.part-table .alloy-row .column-first {
  font-weight: 700; }
.alloy-accordion .main-table .main-table-header {
  font-weight: 700; }

.part-buttonrow button.btn {
  /*color: $white;*/
  font-size: 13px;
  line-height: 1.2em;
  font-weight: 600; }

.main-table .alloy-table-row .alloy-column:before {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.2em; }
.main-table .alloy-table-head {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2em; }

#portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet .button-holder button.btn, #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet .button-holder div.btn, #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet .alloy-column button.btn, #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet .alloy-column div.btn,
[id="_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_:partlist_form"] .button-holder button.btn,
[id="_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_:partlist_form"] .button-holder div.btn,
[id="_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_:partlist_form"] .alloy-column button.btn,
[id="_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_:partlist_form"] .alloy-column div.btn,
.aui [id="_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_:partlist_form"] .button-holder button.btn,
.aui [id="_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_:partlist_form"] .button-holder div.btn,
.aui [id="_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_:partlist_form"] .alloy-column button.btn,
.aui [id="_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_:partlist_form"] .alloy-column div.btn,
#portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet .button-holder button.btn,
#portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet .button-holder div.btn,
#portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet .alloy-column button.btn,
#portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet .alloy-column div.btn,
#portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet .button-holder button.btn,
#portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet .button-holder div.btn,
#portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet .alloy-column button.btn,
#portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet .alloy-column div.btn,
#portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet .u2d_bundle_partslist .button-holder button.btn,
#portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet .u2d_bundle_partslist .button-holder div.btn,
#portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet .u2d_bundle_partslist .alloy-column button.btn,
#portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet .u2d_bundle_partslist .alloy-column div.btn {
  color: white;
  font-size: 13px;
  line-height: 1.2em;
  font-weight: 600; }
#portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet .alloy-column.partlist-column-code,
[id="_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_:partlist_form"] .alloy-column.partlist-column-code,
.aui [id="_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_:partlist_form"] .alloy-column.partlist-column-code,
#portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet .alloy-column.partlist-column-code,
#portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet .alloy-column.partlist-column-code,
#portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet .u2d_bundle_partslist .alloy-column.partlist-column-code {
  font-weight: 600; }
#portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet .alloy-column.partlist-column-description .partlist-part-name,
[id="_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_:partlist_form"] .alloy-column.partlist-column-description .partlist-part-name,
.aui [id="_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_:partlist_form"] .alloy-column.partlist-column-description .partlist-part-name,
#portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet .alloy-column.partlist-column-description .partlist-part-name,
#portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet .alloy-column.partlist-column-description .partlist-part-name,
#portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet .u2d_bundle_partslist .alloy-column.partlist-column-description .partlist-part-name {
  font-weight: 600; }
#portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet .alloy-column.partlist-column-description .partlist-part-more-usages,
[id="_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_:partlist_form"] .alloy-column.partlist-column-description .partlist-part-more-usages,
.aui [id="_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_:partlist_form"] .alloy-column.partlist-column-description .partlist-part-more-usages,
#portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet .alloy-column.partlist-column-description .partlist-part-more-usages,
#portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet .alloy-column.partlist-column-description .partlist-part-more-usages,
#portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet .u2d_bundle_partslist .alloy-column.partlist-column-description .partlist-part-more-usages {
  color: #555555;
  font-size: 13px;
  line-height: 1.2em; }

.aui .modal .modal-header button.close {
  font-size: 2em;
  line-height: 1em; }

#_up2datepartshoppartportlet_WAR_up2date4shopportlet_ .modal form[name="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm"] {
  font-size: 15px !important; }
  #_up2datepartshoppartportlet_WAR_up2date4shopportlet_ .modal form[name="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm"] .alloy-output-text,
  #_up2datepartshoppartportlet_WAR_up2date4shopportlet_ .modal form[name="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm"] .control-label,
  #_up2datepartshoppartportlet_WAR_up2date4shopportlet_ .modal form[name="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm"] textarea,
  #_up2datepartshoppartportlet_WAR_up2date4shopportlet_ .modal form[name="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm"] select,
  #_up2datepartshoppartportlet_WAR_up2date4shopportlet_ .modal form[name="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm"] input {
    font-size: 15px !important; }
  #_up2datepartshoppartportlet_WAR_up2date4shopportlet_ .modal form[name="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm"] .button-holder .btn {
    font-size: 13px !important;
    line-height: 1.2em; }

.aui [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"],
.aui [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] {
  font-size: 15px !important; }
  .aui [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] .alloy-output-text,
  .aui [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] .control-label,
  .aui [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] label,
  .aui [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] textarea,
  .aui [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] select,
  .aui [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] input,
  .aui [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] .alloy-output-text,
  .aui [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] .control-label,
  .aui [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] label,
  .aui [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] textarea,
  .aui [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] select,
  .aui [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] input {
    font-size: 15px !important;
    line-height: 1.33em !important; }
  .aui [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] .button-holder .btn,
  .aui [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] .button-holder .btn {
    font-size: 13px !important;
    line-height: 1.2em; }

/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome-webfont';
  src: url("fonts/fontawesomeAlloy/fontawesome-webfont.eot");
  src: url("fonts/fontawesomeAlloy/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/fontawesomeAlloy/fontawesome-webfont.woff") format("woff"), url("fonts/fontawesomeAlloy/fontawesome-webfont.ttf") format("truetype"), url("fonts/fontawesomeAlloy/fontawesome-webfont.svg#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome-webfont;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571429em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714286em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

.fa-glass:before {
  content: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

.fa-envelope-o:before {
  content: "\f003"; }

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-o:before {
  content: "\f006"; }

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-check:before {
  content: "\f00c"; }

.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\f00d"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-signal:before {
  content: "\f012"; }

.fa-gear:before, .fa-cog:before {
  content: "\f013"; }

.fa-trash-o:before {
  content: "\f014"; }

.fa-home:before {
  content: "\f015"; }

.fa-file-o:before {
  content: "\f016"; }

.fa-clock-o:before {
  content: "\f017"; }

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-play-circle-o:before {
  content: "\f01d"; }

.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e"; }

.fa-refresh:before {
  content: "\f021"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-list:before {
  content: "\f03a"; }

.fa-dedent:before, .fa-outdent:before {
  content: "\f03b"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-video-camera:before {
  content: "\f03d"; }

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\f03e"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044"; }

.fa-share-square-o:before {
  content: "\f045"; }

.fa-check-square-o:before {
  content: "\f046"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-eject:before {
  content: "\f052"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-times-circle-o:before {
  content: "\f05c"; }

.fa-check-circle-o:before {
  content: "\f05d"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-mail-forward:before, .fa-share:before {
  content: "\f064"; }

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-key:before {
  content: "\f084"; }

.fa-gears:before, .fa-cogs:before {
  content: "\f085"; }

.fa-comments:before {
  content: "\f086"; }

.fa-thumbs-o-up:before {
  content: "\f087"; }

.fa-thumbs-o-down:before {
  content: "\f088"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-heart-o:before {
  content: "\f08a"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-linkedin-square:before {
  content: "\f08c"; }

.fa-thumb-tack:before {
  content: "\f08d"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-upload:before {
  content: "\f093"; }

.fa-lemon-o:before {
  content: "\f094"; }

.fa-phone:before {
  content: "\f095"; }

.fa-square-o:before {
  content: "\f096"; }

.fa-bookmark-o:before {
  content: "\f097"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a"; }

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-feed:before, .fa-rss:before {
  content: "\f09e"; }

.fa-hdd-o:before {
  content: "\f0a0"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-group:before, .fa-users:before {
  content: "\f0c0"; }

.fa-chain:before, .fa-link:before {
  content: "\f0c1"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-cut:before, .fa-scissors:before {
  content: "\f0c4"; }

.fa-copy:before, .fa-files-o:before {
  content: "\f0c5"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-plus:before {
  content: "\f0d5"; }

.fa-money:before {
  content: "\f0d6"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc"; }

.fa-sort-down:before, .fa-sort-desc:before {
  content: "\f0dd"; }

.fa-sort-up:before, .fa-sort-asc:before {
  content: "\f0de"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2"; }

.fa-legal:before, .fa-gavel:before {
  content: "\f0e3"; }

.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4"; }

.fa-comment-o:before {
  content: "\f0e5"; }

.fa-comments-o:before {
  content: "\f0e6"; }

.fa-flash:before, .fa-bolt:before {
  content: "\f0e7"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea"; }

.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-bell-o:before {
  content: "\f0a2"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

.fa-file-text-o:before {
  content: "\f0f6"; }

.fa-building-o:before {
  content: "\f0f7"; }

.fa-hospital-o:before {
  content: "\f0f8"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b"; }

.fa-circle-o:before {
  content: "\f10c"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

.fa-mail-reply:before, .fa-reply:before {
  content: "\f112"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-folder-o:before {
  content: "\f114"; }

.fa-folder-open-o:before {
  content: "\f115"; }

.fa-smile-o:before {
  content: "\f118"; }

.fa-frown-o:before {
  content: "\f119"; }

.fa-meh-o:before {
  content: "\f11a"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-keyboard-o:before {
  content: "\f11c"; }

.fa-flag-o:before {
  content: "\f11d"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122"; }

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-crop:before {
  content: "\f125"; }

.fa-code-fork:before {
  content: "\f126"; }

.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127"; }

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-shield:before {
  content: "\f132"; }

.fa-calendar-o:before {
  content: "\f133"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-minus-square-o:before {
  content: "\f147"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-pencil-square:before {
  content: "\f14b"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150"; }

.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151"; }

.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152"; }

.fa-euro:before, .fa-eur:before {
  content: "\f153"; }

.fa-gbp:before {
  content: "\f154"; }

.fa-dollar:before, .fa-usd:before {
  content: "\f155"; }

.fa-rupee:before, .fa-inr:before {
  content: "\f156"; }

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157"; }

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158"; }

.fa-won:before, .fa-krw:before {
  content: "\f159"; }

.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-text:before {
  content: "\f15c"; }

.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-youtube-square:before {
  content: "\f166"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-youtube-play:before {
  content: "\f16a"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitbucket-square:before {
  content: "\f172"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before, .fa-gratipay:before {
  content: "\f184"; }

.fa-sun-o:before {
  content: "\f185"; }

.fa-moon-o:before {
  content: "\f186"; }

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

.fa-arrow-circle-o-left:before {
  content: "\f190"; }

.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191"; }

.fa-dot-circle-o:before {
  content: "\f192"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-turkish-lira:before, .fa-try:before {
  content: "\f195"; }

.fa-plus-square-o:before {
  content: "\f196"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-slack:before {
  content: "\f198"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c"; }

.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-automobile:before, .fa-car:before {
  content: "\f1b9"; }

.fa-cab:before, .fa-taxi:before {
  content: "\f1ba"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-file-pdf-o:before {
  content: "\f1c1"; }

.fa-file-word-o:before {
  content: "\f1c2"; }

.fa-file-excel-o:before {
  content: "\f1c3"; }

.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5"; }

.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6"; }

.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7"; }

.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8"; }

.fa-file-code-o:before {
  content: "\f1c9"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd"; }

.fa-circle-o-notch:before {
  content: "\f1ce"; }

.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
  content: "\f1d0"; }

.fa-ge:before, .fa-empire:before {
  content: "\f1d1"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
  content: "\f1d4"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7"; }

.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8"; }

.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9"; }

.fa-history:before {
  content: "\f1da"; }

.fa-circle-thin:before {
  content: "\f1db"; }

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\f1e3"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-newspaper-o:before {
  content: "\f1ea"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bell-slash-o:before {
  content: "\f1f7"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-eyedropper:before {
  content: "\f1fb"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-area-chart:before {
  content: "\f1fe"; }

.fa-pie-chart:before {
  content: "\f200"; }

.fa-line-chart:before {
  content: "\f201"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bus:before {
  content: "\f207"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-cc:before {
  content: "\f20a"; }

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\f20b"; }

.fa-meanpath:before {
  content: "\f20c"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-diamond:before {
  content: "\f219"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-venus:before {
  content: "\f221"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-intersex:before, .fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-facebook-official:before {
  content: "\f230"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-server:before {
  content: "\f233"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-hotel:before, .fa-bed:before {
  content: "\f236"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-train:before {
  content: "\f238"; }

.fa-subway:before {
  content: "\f239"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-yc:before, .fa-y-combinator:before {
  content: "\f23b"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-battery-4:before, .fa-battery-full:before {
  content: "\f240"; }

.fa-battery-3:before, .fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battery-2:before, .fa-battery-half:before {
  content: "\f242"; }

.fa-battery-1:before, .fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-0:before, .fa-battery-empty:before {
  content: "\f244"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-sticky-note-o:before {
  content: "\f24a"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-hourglass-o:before {
  content: "\f250"; }

.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: "\f251"; }

.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: "\f255"; }

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
  content: "\f256"; }

.fa-hand-scissors-o:before {
  content: "\f257"; }

.fa-hand-lizard-o:before {
  content: "\f258"; }

.fa-hand-spock-o:before {
  content: "\f259"; }

.fa-hand-pointer-o:before {
  content: "\f25a"; }

.fa-hand-peace-o:before {
  content: "\f25b"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-safari:before {
  content: "\f267"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-tv:before, .fa-television:before {
  content: "\f26c"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-500px:before {
  content: "\f26e"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-calendar-plus-o:before {
  content: "\f271"; }

.fa-calendar-minus-o:before {
  content: "\f272"; }

.fa-calendar-times-o:before {
  content: "\f273"; }

.fa-calendar-check-o:before {
  content: "\f274"; }

.fa-industry:before {
  content: "\f275"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-map-o:before {
  content: "\f278"; }

.fa-map:before {
  content: "\f279"; }

.fa-commenting:before {
  content: "\f27a"; }

.fa-commenting-o:before {
  content: "\f27b"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-vimeo:before {
  content: "\f27d"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-edge:before {
  content: "\f282"; }

.fa-credit-card-alt:before {
  content: "\f283"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-modx:before {
  content: "\f285"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-usb:before {
  content: "\f287"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-pause-circle-o:before {
  content: "\f28c"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stop-circle-o:before {
  content: "\f28e"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-percent:before {
  content: "\f295"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-envira:before {
  content: "\f299"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-wheelchair-alt:before {
  content: "\f29b"; }

.fa-question-circle-o:before {
  content: "\f29c"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-volume-control-phone:before {
  content: "\f2a0"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
  content: "\f2a4"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-signing:before, .fa-sign-language:before {
  content: "\f2a7"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-google-plus-circle:before, .fa-google-plus-official:before {
  content: "\f2b3"; }

.fa-fa:before, .fa-font-awesome:before {
  content: "\f2b4"; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

.aui .portlet-dockbar {
  width: auto;
  height: auto;
  overflow: visible;
  padding: 0 0 0 0;
  z-index: 99; }
  .aui .portlet-dockbar .navbar-static-top {
    position: relative;
    width: auto;
    height: auto;
    color: white;
    margin-right: 1rem; }
    @media all and (min-width: 600px) {
      .aui .portlet-dockbar .navbar-static-top {
        margin-right: 0rem; } }
    .aui .portlet-dockbar .navbar-static-top a {
      color: #202020 !important; }
    .aui .portlet-dockbar .navbar-static-top .navbar-inner {
      background-image: none !important; }
      .aui .portlet-dockbar .navbar-static-top .navbar-inner .user-notifications-count {
        background-color: lightgrey;
        border: 1px solid #555555;
        color: #202020; }
      .aui .portlet-dockbar .navbar-static-top .navbar-inner ul.nav-account-controls {
        width: auto;
        height: auto;
        position: relative !important;
        display: table;
        table-layout: fixed;
        border-spacing: 1rem 0;
        overflow: visible;
        border-collapse: separate;
        text-align: left; }
        .aui .portlet-dockbar .navbar-static-top .navbar-inner ul.nav-account-controls > li {
          float: none;
          width: auto;
          overflow: visible;
          display: table-cell;
          height: auto;
          vertical-align: middle;
          background: none !important;
          text-align: left;
          line-height: inherit;
          padding: 0 0 0 0; }
          .aui .portlet-dockbar .navbar-static-top .navbar-inner ul.nav-account-controls > li > a {
            padding: 0 0 0 0;
            width: 100%;
            height: auto;
            display: block;
            line-height: inherit; }
            .aui .portlet-dockbar .navbar-static-top .navbar-inner ul.nav-account-controls > li > a span,
            .aui .portlet-dockbar .navbar-static-top .navbar-inner ul.nav-account-controls > li > a i {
              color: #555555; }
          .aui .portlet-dockbar .navbar-static-top .navbar-inner ul.nav-account-controls > li.dropdown.open > .dropdown-toggle {
            background: transparent; }
          .aui .portlet-dockbar .navbar-static-top .navbar-inner ul.nav-account-controls > li.divider-vertical {
            display: none; }
  .aui .portlet-dockbar .user-avatar img {
    margin-top: -2px;
    text-decoration: none;
    vertical-align: middle;
    width: 22px;
    display: inline-block;
    text-align: left; }
.aui .dockbar-split .dockbar.navbar-static-top .collapse .nav-account-controls {
  position: relative;
  right: inherit;
  left: inherit; }
.aui .dockbar-split .dockbar .navbar-inner {
  width: 100%;
  box-shadow: none; }
  .aui .dockbar-split .dockbar .navbar-inner ul.nav-add-controls {
    background-color: rgba(238, 238, 238, 0.5);
    top: 150px; }
    .aui .dockbar-split .dockbar .navbar-inner ul.nav-add-controls > li {
      background: transparent;
      margin: 10px 10px 10px 10px; }
      .aui .dockbar-split .dockbar .navbar-inner ul.nav-add-controls > li > a {
        background: transparent;
        color: black;
        line-height: 31px;
        padding: 10px 10px 10px 10px !important;
        margin-bottom: 0; }
      .aui .dockbar-split .dockbar .navbar-inner ul.nav-add-controls > li:hover > a {
        background: rgba(85, 85, 85, 0.8) !important;
        color: white; }
        .aui .dockbar-split .dockbar .navbar-inner ul.nav-add-controls > li:hover > a i,
        .aui .dockbar-split .dockbar .navbar-inner ul.nav-add-controls > li:hover > a span {
          color: white; }
      .aui .dockbar-split .dockbar .navbar-inner ul.nav-add-controls > li.toggle-controls > .toggle-controls-link {
        background: none repeat scroll 0 0 #555555;
        color: white; }
        .aui .dockbar-split .dockbar .navbar-inner ul.nav-add-controls > li.toggle-controls > .toggle-controls-link i,
        .aui .dockbar-split .dockbar .navbar-inner ul.nav-add-controls > li.toggle-controls > .toggle-controls-link span {
          color: white; }
      .aui .dockbar-split .dockbar .navbar-inner ul.nav-add-controls > li.dropdown.open > .dropdown-toggle {
        color: black; }
    .aui .dockbar-split .dockbar .navbar-inner ul.nav-add-controls .dropdown.open > .dropdown-toggle {
      box-shadow: none; }
.aui li.dropdown .dropdown-menu li a {
  padding: 2px 5px 2px 5px !important; }
  .aui li.dropdown .dropdown-menu li a i,
  .aui li.dropdown .dropdown-menu li a span {
    color: #202020; }
.aui li.dropdown .dropdown-menu li:focus > a, .aui li.dropdown .dropdown-menu li:hover > a {
  background: #555555 none no-repeat !important;
  color: #202020;
  text-decoration: none; }
  .aui li.dropdown .dropdown-menu li:focus > a i,
  .aui li.dropdown .dropdown-menu li:focus > a span, .aui li.dropdown .dropdown-menu li:hover > a i,
  .aui li.dropdown .dropdown-menu li:hover > a span {
    color: white; }
.aui li.dropdown .dropdown-menu li li a {
  padding: 2px 5px 2px 1.5em !important; }
.aui li.dropdown .dropdown-menu .active a,
.aui li.dropdown .dropdown-menu .active a:hover,
.aui li.dropdown .dropdown-menu .active a:focus {
  background: #555555 none no-repeat;
  color: white;
  outline: 0 none;
  text-decoration: none; }
  .aui li.dropdown .dropdown-menu .active a i,
  .aui li.dropdown .dropdown-menu .active a span,
  .aui li.dropdown .dropdown-menu .active a:hover i,
  .aui li.dropdown .dropdown-menu .active a:hover span,
  .aui li.dropdown .dropdown-menu .active a:focus i,
  .aui li.dropdown .dropdown-menu .active a:focus span {
    color: white; }

.dockbar-user-notifications .dropdown-toggle .user-notifications-count {
  margin: 6px 0; }

.aui.ios form,
.aui form {
  width: 100%;
  height: auto;
  overflow: visible;
  display: block;
  position: relative;
  margin: 0 0 0 0; }
  .aui.ios form .kba-tsnlabelinput,
  .aui.ios form .kba-hsnlabelinput,
  .aui form .kba-tsnlabelinput,
  .aui form .kba-hsnlabelinput {
    height: auto;
    overflow: visible;
    display: inline;
    width: 50%;
    float: left;
    margin-bottom: 14px; }
.aui.ios .control-group,
.aui .control-group {
  width: 100%;
  height: auto;
  overflow: hidden; }
.aui.ios fieldset,
.aui fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }
.aui.ios legend,
.aui legend {
  display: block;
  width: 100%;
  padding: 0;
  font-weight: 600;
  border: 0; }
.aui.ios .fieldset .field-wrapper label,
.aui.ios .field-wrapper label,
.aui.ios label,
.aui.ios input,
.aui.ios button,
.aui.ios select,
.aui.ios textarea,
.aui .fieldset .field-wrapper label,
.aui .field-wrapper label,
.aui label,
.aui input,
.aui button,
.aui select,
.aui textarea {
  font-size: 1.188rem;
  line-height: 1.33em;
  font-weight: 400; }
.aui.ios input,
.aui.ios button,
.aui.ios select,
.aui.ios textarea,
.aui input,
.aui button,
.aui select,
.aui textarea {
  font-size: 1.188rem;
  line-height: 1.842em; }
.aui.ios select,
.aui.ios textarea,
.aui.ios input[type="text"],
.aui.ios input[type="password"],
.aui.ios input[type="datetime"],
.aui.ios input[type="datetime-local"],
.aui.ios input[type="date"],
.aui.ios input[type="month"],
.aui.ios input[type="time"],
.aui.ios input[type="week"],
.aui.ios input[type="number"],
.aui.ios input[type="email"],
.aui.ios input[type="url"],
.aui.ios input[type="search"],
.aui.ios input[type="tel"],
.aui.ios input[type="color"],
.aui.ios .uneditable-input,
.aui select,
.aui textarea,
.aui input[type="text"],
.aui input[type="password"],
.aui input[type="datetime"],
.aui input[type="datetime-local"],
.aui input[type="date"],
.aui input[type="month"],
.aui input[type="time"],
.aui input[type="week"],
.aui input[type="number"],
.aui input[type="email"],
.aui input[type="url"],
.aui input[type="search"],
.aui input[type="tel"],
.aui input[type="color"],
.aui .uneditable-input {
  display: inline-block;
  height: 1.842em;
  font-size: 1.188rem;
  line-height: 1.842em !important;
  vertical-align: middle;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  max-width: 100% !important; }
.aui.ios textarea,
.aui textarea {
  height: auto; }
.aui.ios textarea:focus,
.aui.ios input[type="text"]:focus,
.aui.ios input[type="password"]:focus,
.aui.ios input[type="datetime"]:focus,
.aui.ios input[type="datetime-local"]:focus,
.aui.ios input[type="date"]:focus,
.aui.ios input[type="month"]:focus,
.aui.ios input[type="time"]:focus,
.aui.ios input[type="week"]:focus,
.aui.ios input[type="number"]:focus,
.aui.ios input[type="email"]:focus,
.aui.ios input[type="url"]:focus,
.aui.ios input[type="search"]:focus,
.aui.ios input[type="tel"]:focus,
.aui.ios input[type="color"]:focus,
.aui.ios .uneditable-input:focus,
.aui textarea:focus,
.aui input[type="text"]:focus,
.aui input[type="password"]:focus,
.aui input[type="datetime"]:focus,
.aui input[type="datetime-local"]:focus,
.aui input[type="date"]:focus,
.aui input[type="month"]:focus,
.aui input[type="time"]:focus,
.aui input[type="week"]:focus,
.aui input[type="number"]:focus,
.aui input[type="email"]:focus,
.aui input[type="url"]:focus,
.aui input[type="search"]:focus,
.aui input[type="tel"]:focus,
.aui input[type="color"]:focus,
.aui .uneditable-input:focus {
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(85, 85, 85, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(85, 85, 85, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(85, 85, 85, 0.6); }
.aui.ios select,
.aui.ios input[type="file"],
.aui select,
.aui input[type="file"] {
  height: 1.842em !important;
  *margin-top: 4px;
  line-height: 1.842em !important; }
.aui.ios select,
.aui select {
  border: 1px solid #cccccc;
  background-color: white; }
.aui.ios .uneditable-input,
.aui.ios .uneditable-textarea,
.aui .uneditable-input,
.aui .uneditable-textarea {
  border-color: #cccccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  cursor: not-allowed; }
.aui.ios .contact-request-wrapper input[type="checkbox"],
.aui.ios .radio,
.aui.ios .checkbox,
.aui .contact-request-wrapper input[type="checkbox"],
.aui .radio,
.aui .checkbox {
  padding-left: 20px;
  line-height: 1em;
  min-height: 1em;
  vertical-align: bottom; }
.aui.ios .contact-request-wrapper label input[type="radio"],
.aui.ios .contact-request-wrapper label input[type="checkbox"],
.aui.ios label input[type="radio"],
.aui.ios label input[type="checkbox"],
.aui .contact-request-wrapper label input[type="radio"],
.aui .contact-request-wrapper label input[type="checkbox"],
.aui label input[type="radio"],
.aui label input[type="checkbox"] {
  line-height: 1em;
  min-height: 1em;
  vertical-align: bottom; }
.aui.ios .input-mini,
.aui .input-mini {
  width: 60px; }
.aui.ios .input-small,
.aui .input-small {
  width: 90px; }
.aui.ios .input-medium,
.aui .input-medium {
  width: 150px; }
.aui.ios .input-large,
.aui .input-large {
  width: 210px; }
.aui.ios .input-xlarge,
.aui .input-xlarge {
  width: 270px; }
.aui.ios .input-xxlarge,
.aui .input-xxlarge {
  width: 530px; }
.aui.ios input[disabled],
.aui.ios select[disabled],
.aui.ios textarea[disabled],
.aui.ios input[readonly],
.aui.ios select[readonly],
.aui.ios textarea[readonly],
.aui input[disabled],
.aui select[disabled],
.aui textarea[disabled],
.aui input[readonly],
.aui select[readonly],
.aui textarea[readonly] {
  cursor: not-allowed; }
.aui.ios input[type="radio"][disabled],
.aui.ios input[type="checkbox"][disabled],
.aui.ios input[type="radio"][readonly],
.aui.ios input[type="checkbox"][readonly],
.aui input[type="radio"][disabled],
.aui input[type="checkbox"][disabled],
.aui input[type="radio"][readonly],
.aui input[type="checkbox"][readonly] {
  background-color: transparent; }
.aui.ios input:focus:invalid,
.aui.ios textarea:focus:invalid,
.aui.ios select:focus:invalid,
.aui input:focus:invalid,
.aui textarea:focus:invalid,
.aui select:focus:invalid {
  color: #bf7900;
  border-color: #f1d875; }
  .aui.ios input:focus:invalid:focus,
  .aui.ios textarea:focus:invalid:focus,
  .aui.ios select:focus:invalid:focus,
  .aui input:focus:invalid:focus,
  .aui textarea:focus:invalid:focus,
  .aui select:focus:invalid:focus {
    border-color: #fffbdc;
    -webkit-box-shadow: 0 0 6px white;
    -moz-box-shadow: 0 0 6px white;
    box-shadow: 0 0 6px white; }
.aui.ios .control-group .radio,
.aui.ios .control-group .checkbox,
.aui .control-group .radio,
.aui .control-group .checkbox {
  width: 100%;
  overflow: hidden; }
.aui.ios .contact-request-wrapper input[type="checkbox"],
.aui.ios .control-group .checkbox input[type="checkbox"],
.aui.ios .control-group .checkbox input[type="checkbox"],
.aui .contact-request-wrapper input[type="checkbox"],
.aui .control-group .checkbox input[type="checkbox"],
.aui .control-group .checkbox input[type="checkbox"] {
  margin-right: 10px; }
.aui.ios .btn,
.aui .btn {
  border: 1px solid #555555;
  text-shadow: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  box-shadow: inherit;
  font-size: 1.063rem;
  font-weight: 600;
  line-height: 1.842em;
  min-height: 1.842em;
  padding: 2px 5px 3px 5px;
  cursor: pointer; }
.aui.ios .btn.disabled,
.aui.ios .btn[disabled],
.aui .btn.disabled,
.aui .btn[disabled] {
  background: #cccccc;
  color: white;
  border: 1px solid #555555; }
.aui.ios .dropdown-menu > li > a:hover,
.aui.ios .dropdown-menu > li > a:focus,
.aui.ios .dropdown-submenu:hover > a,
.aui.ios .dropdown-submenu:focus > a,
.aui .dropdown-menu > li > a:hover,
.aui .dropdown-menu > li > a:focus,
.aui .dropdown-submenu:hover > a,
.aui .dropdown-submenu:focus > a {
  background: #555555;
  color: white; }
.aui.ios.ios .icon-asterisk:before,
.aui.ios .icon-asterisk:before,
.aui.ios .icon-asterisk:before,
.aui .icon-asterisk:before {
  font-size: 10px; }
.aui.ios .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ .contact-header,
.aui.ios .portlet-contact .contact-header,
.aui .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ .contact-header,
.aui .portlet-contact .contact-header {
  display: block;
  max-width: 600px;
  overflow: hidden; }
.aui.ios .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ .contact-support-member,
.aui.ios .portlet-contact .contact-support-member,
.aui .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ .contact-support-member,
.aui .portlet-contact .contact-support-member {
  display: none; }
  @media all and (min-width: 1140px) {
    .aui.ios .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ .contact-support-member,
    .aui.ios .portlet-contact .contact-support-member,
    .aui .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ .contact-support-member,
    .aui .portlet-contact .contact-support-member {
      display: block;
      width: 40%;
      max-width: 500px;
      position: absolute;
      right: 0;
      top: 0; } }
.aui.ios .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.contact-form,
.aui.ios .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.form,
.aui.ios .portlet-contact form.contact-form,
.aui.ios .portlet-contact form.form,
.aui .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.contact-form,
.aui .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.form,
.aui .portlet-contact form.contact-form,
.aui .portlet-contact form.form {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative; }
  .aui.ios .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.contact-form .alloy-input-textarea,
  .aui.ios .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.form .alloy-input-textarea,
  .aui.ios .portlet-contact form.contact-form .alloy-input-textarea,
  .aui.ios .portlet-contact form.form .alloy-input-textarea,
  .aui .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.contact-form .alloy-input-textarea,
  .aui .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.form .alloy-input-textarea,
  .aui .portlet-contact form.contact-form .alloy-input-textarea,
  .aui .portlet-contact form.form .alloy-input-textarea {
    min-width: 100px;
    width: 100%;
    max-width: 600px !important; }
  .aui.ios .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.contact-form .taglib-captcha,
  .aui.ios .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.contact-form .control-group,
  .aui.ios .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.form .taglib-captcha,
  .aui.ios .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.form .control-group,
  .aui.ios .portlet-contact form.contact-form .taglib-captcha,
  .aui.ios .portlet-contact form.contact-form .control-group,
  .aui.ios .portlet-contact form.form .taglib-captcha,
  .aui.ios .portlet-contact form.form .control-group,
  .aui .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.contact-form .taglib-captcha,
  .aui .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.contact-form .control-group,
  .aui .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.form .taglib-captcha,
  .aui .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.form .control-group,
  .aui .portlet-contact form.contact-form .taglib-captcha,
  .aui .portlet-contact form.contact-form .control-group,
  .aui .portlet-contact form.form .taglib-captcha,
  .aui .portlet-contact form.form .control-group {
    max-width: 600px; }
    .aui.ios .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.contact-form .taglib-captcha .control-group,
    .aui.ios .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.contact-form .control-group .control-group,
    .aui.ios .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.form .taglib-captcha .control-group,
    .aui.ios .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.form .control-group .control-group,
    .aui.ios .portlet-contact form.contact-form .taglib-captcha .control-group,
    .aui.ios .portlet-contact form.contact-form .control-group .control-group,
    .aui.ios .portlet-contact form.form .taglib-captcha .control-group,
    .aui.ios .portlet-contact form.form .control-group .control-group,
    .aui .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.contact-form .taglib-captcha .control-group,
    .aui .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.contact-form .control-group .control-group,
    .aui .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.form .taglib-captcha .control-group,
    .aui .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.form .control-group .control-group,
    .aui .portlet-contact form.contact-form .taglib-captcha .control-group,
    .aui .portlet-contact form.contact-form .control-group .control-group,
    .aui .portlet-contact form.form .taglib-captcha .control-group,
    .aui .portlet-contact form.form .control-group .control-group {
      margin-bottom: 5px; }
    @media all and (min-width: 600px) {
      .aui.ios .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.contact-form .taglib-captcha .alloy-output-text,
      .aui.ios .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.contact-form .taglib-captcha .control-label,
      .aui.ios .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.contact-form .control-group .alloy-output-text,
      .aui.ios .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.contact-form .control-group .control-label,
      .aui.ios .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.form .taglib-captcha .alloy-output-text,
      .aui.ios .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.form .taglib-captcha .control-label,
      .aui.ios .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.form .control-group .alloy-output-text,
      .aui.ios .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.form .control-group .control-label,
      .aui.ios .portlet-contact form.contact-form .taglib-captcha .alloy-output-text,
      .aui.ios .portlet-contact form.contact-form .taglib-captcha .control-label,
      .aui.ios .portlet-contact form.contact-form .control-group .alloy-output-text,
      .aui.ios .portlet-contact form.contact-form .control-group .control-label,
      .aui.ios .portlet-contact form.form .taglib-captcha .alloy-output-text,
      .aui.ios .portlet-contact form.form .taglib-captcha .control-label,
      .aui.ios .portlet-contact form.form .control-group .alloy-output-text,
      .aui.ios .portlet-contact form.form .control-group .control-label,
      .aui .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.contact-form .taglib-captcha .alloy-output-text,
      .aui .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.contact-form .taglib-captcha .control-label,
      .aui .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.contact-form .control-group .alloy-output-text,
      .aui .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.contact-form .control-group .control-label,
      .aui .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.form .taglib-captcha .alloy-output-text,
      .aui .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.form .taglib-captcha .control-label,
      .aui .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.form .control-group .alloy-output-text,
      .aui .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.form .control-group .control-label,
      .aui .portlet-contact form.contact-form .taglib-captcha .alloy-output-text,
      .aui .portlet-contact form.contact-form .taglib-captcha .control-label,
      .aui .portlet-contact form.contact-form .control-group .alloy-output-text,
      .aui .portlet-contact form.contact-form .control-group .control-label,
      .aui .portlet-contact form.form .taglib-captcha .alloy-output-text,
      .aui .portlet-contact form.form .taglib-captcha .control-label,
      .aui .portlet-contact form.form .control-group .alloy-output-text,
      .aui .portlet-contact form.form .control-group .control-label {
        width: 133px;
        max-width: 133px;
        overflow: hidden;
        font-size: 1rem;
        line-height: 1.833em;
        float: left;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto; } }
    .aui.ios .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.contact-form .taglib-captcha .lfr-textarea,
    .aui.ios .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.contact-form .taglib-captcha .lfr-textarea-container textarea,
    .aui.ios .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.contact-form .taglib-captcha .lfr-textarea-container textarea,
    .aui.ios .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.contact-form .taglib-captcha textarea,
    .aui.ios .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.contact-form .control-group .lfr-textarea,
    .aui.ios .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.contact-form .control-group .lfr-textarea-container textarea,
    .aui.ios .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.contact-form .control-group .lfr-textarea-container textarea,
    .aui.ios .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.contact-form .control-group textarea,
    .aui.ios .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.form .taglib-captcha .lfr-textarea,
    .aui.ios .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.form .taglib-captcha .lfr-textarea-container textarea,
    .aui.ios .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.form .taglib-captcha .lfr-textarea-container textarea,
    .aui.ios .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.form .taglib-captcha textarea,
    .aui.ios .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.form .control-group .lfr-textarea,
    .aui.ios .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.form .control-group .lfr-textarea-container textarea,
    .aui.ios .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.form .control-group .lfr-textarea-container textarea,
    .aui.ios .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.form .control-group textarea,
    .aui.ios .portlet-contact form.contact-form .taglib-captcha .lfr-textarea,
    .aui.ios .portlet-contact form.contact-form .taglib-captcha .lfr-textarea-container textarea,
    .aui.ios .portlet-contact form.contact-form .taglib-captcha .lfr-textarea-container textarea,
    .aui.ios .portlet-contact form.contact-form .taglib-captcha textarea,
    .aui.ios .portlet-contact form.contact-form .control-group .lfr-textarea,
    .aui.ios .portlet-contact form.contact-form .control-group .lfr-textarea-container textarea,
    .aui.ios .portlet-contact form.contact-form .control-group .lfr-textarea-container textarea,
    .aui.ios .portlet-contact form.contact-form .control-group textarea,
    .aui.ios .portlet-contact form.form .taglib-captcha .lfr-textarea,
    .aui.ios .portlet-contact form.form .taglib-captcha .lfr-textarea-container textarea,
    .aui.ios .portlet-contact form.form .taglib-captcha .lfr-textarea-container textarea,
    .aui.ios .portlet-contact form.form .taglib-captcha textarea,
    .aui.ios .portlet-contact form.form .control-group .lfr-textarea,
    .aui.ios .portlet-contact form.form .control-group .lfr-textarea-container textarea,
    .aui.ios .portlet-contact form.form .control-group .lfr-textarea-container textarea,
    .aui.ios .portlet-contact form.form .control-group textarea,
    .aui .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.contact-form .taglib-captcha .lfr-textarea,
    .aui .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.contact-form .taglib-captcha .lfr-textarea-container textarea,
    .aui .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.contact-form .taglib-captcha .lfr-textarea-container textarea,
    .aui .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.contact-form .taglib-captcha textarea,
    .aui .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.contact-form .control-group .lfr-textarea,
    .aui .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.contact-form .control-group .lfr-textarea-container textarea,
    .aui .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.contact-form .control-group .lfr-textarea-container textarea,
    .aui .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.contact-form .control-group textarea,
    .aui .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.form .taglib-captcha .lfr-textarea,
    .aui .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.form .taglib-captcha .lfr-textarea-container textarea,
    .aui .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.form .taglib-captcha .lfr-textarea-container textarea,
    .aui .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.form .taglib-captcha textarea,
    .aui .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.form .control-group .lfr-textarea,
    .aui .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.form .control-group .lfr-textarea-container textarea,
    .aui .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.form .control-group .lfr-textarea-container textarea,
    .aui .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.form .control-group textarea,
    .aui .portlet-contact form.contact-form .taglib-captcha .lfr-textarea,
    .aui .portlet-contact form.contact-form .taglib-captcha .lfr-textarea-container textarea,
    .aui .portlet-contact form.contact-form .taglib-captcha .lfr-textarea-container textarea,
    .aui .portlet-contact form.contact-form .taglib-captcha textarea,
    .aui .portlet-contact form.contact-form .control-group .lfr-textarea,
    .aui .portlet-contact form.contact-form .control-group .lfr-textarea-container textarea,
    .aui .portlet-contact form.contact-form .control-group .lfr-textarea-container textarea,
    .aui .portlet-contact form.contact-form .control-group textarea,
    .aui .portlet-contact form.form .taglib-captcha .lfr-textarea,
    .aui .portlet-contact form.form .taglib-captcha .lfr-textarea-container textarea,
    .aui .portlet-contact form.form .taglib-captcha .lfr-textarea-container textarea,
    .aui .portlet-contact form.form .taglib-captcha textarea,
    .aui .portlet-contact form.form .control-group .lfr-textarea,
    .aui .portlet-contact form.form .control-group .lfr-textarea-container textarea,
    .aui .portlet-contact form.form .control-group .lfr-textarea-container textarea,
    .aui .portlet-contact form.form .control-group textarea {
      min-width: -moz-calc((100% - 150px));
      min-width: -webkit-calc((100% - 150px));
      min-width: calc((100% - 150px)); }
    .aui.ios .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.contact-form .taglib-captcha select,
    .aui.ios .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.contact-form .taglib-captcha input[type="password"],
    .aui.ios .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.contact-form .taglib-captcha input[type="captcha"],
    .aui.ios .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.contact-form .taglib-captcha input[type="number"],
    .aui.ios .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.contact-form .taglib-captcha input[type="text"],
    .aui.ios .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.contact-form .control-group select,
    .aui.ios .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.contact-form .control-group input[type="password"],
    .aui.ios .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.contact-form .control-group input[type="captcha"],
    .aui.ios .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.contact-form .control-group input[type="number"],
    .aui.ios .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.contact-form .control-group input[type="text"],
    .aui.ios .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.form .taglib-captcha select,
    .aui.ios .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.form .taglib-captcha input[type="password"],
    .aui.ios .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.form .taglib-captcha input[type="captcha"],
    .aui.ios .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.form .taglib-captcha input[type="number"],
    .aui.ios .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.form .taglib-captcha input[type="text"],
    .aui.ios .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.form .control-group select,
    .aui.ios .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.form .control-group input[type="password"],
    .aui.ios .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.form .control-group input[type="captcha"],
    .aui.ios .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.form .control-group input[type="number"],
    .aui.ios .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.form .control-group input[type="text"],
    .aui.ios .portlet-contact form.contact-form .taglib-captcha select,
    .aui.ios .portlet-contact form.contact-form .taglib-captcha input[type="password"],
    .aui.ios .portlet-contact form.contact-form .taglib-captcha input[type="captcha"],
    .aui.ios .portlet-contact form.contact-form .taglib-captcha input[type="number"],
    .aui.ios .portlet-contact form.contact-form .taglib-captcha input[type="text"],
    .aui.ios .portlet-contact form.contact-form .control-group select,
    .aui.ios .portlet-contact form.contact-form .control-group input[type="password"],
    .aui.ios .portlet-contact form.contact-form .control-group input[type="captcha"],
    .aui.ios .portlet-contact form.contact-form .control-group input[type="number"],
    .aui.ios .portlet-contact form.contact-form .control-group input[type="text"],
    .aui.ios .portlet-contact form.form .taglib-captcha select,
    .aui.ios .portlet-contact form.form .taglib-captcha input[type="password"],
    .aui.ios .portlet-contact form.form .taglib-captcha input[type="captcha"],
    .aui.ios .portlet-contact form.form .taglib-captcha input[type="number"],
    .aui.ios .portlet-contact form.form .taglib-captcha input[type="text"],
    .aui.ios .portlet-contact form.form .control-group select,
    .aui.ios .portlet-contact form.form .control-group input[type="password"],
    .aui.ios .portlet-contact form.form .control-group input[type="captcha"],
    .aui.ios .portlet-contact form.form .control-group input[type="number"],
    .aui.ios .portlet-contact form.form .control-group input[type="text"],
    .aui .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.contact-form .taglib-captcha select,
    .aui .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.contact-form .taglib-captcha input[type="password"],
    .aui .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.contact-form .taglib-captcha input[type="captcha"],
    .aui .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.contact-form .taglib-captcha input[type="number"],
    .aui .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.contact-form .taglib-captcha input[type="text"],
    .aui .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.contact-form .control-group select,
    .aui .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.contact-form .control-group input[type="password"],
    .aui .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.contact-form .control-group input[type="captcha"],
    .aui .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.contact-form .control-group input[type="number"],
    .aui .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.contact-form .control-group input[type="text"],
    .aui .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.form .taglib-captcha select,
    .aui .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.form .taglib-captcha input[type="password"],
    .aui .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.form .taglib-captcha input[type="captcha"],
    .aui .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.form .taglib-captcha input[type="number"],
    .aui .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.form .taglib-captcha input[type="text"],
    .aui .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.form .control-group select,
    .aui .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.form .control-group input[type="password"],
    .aui .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.form .control-group input[type="captcha"],
    .aui .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.form .control-group input[type="number"],
    .aui .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.form .control-group input[type="text"],
    .aui .portlet-contact form.contact-form .taglib-captcha select,
    .aui .portlet-contact form.contact-form .taglib-captcha input[type="password"],
    .aui .portlet-contact form.contact-form .taglib-captcha input[type="captcha"],
    .aui .portlet-contact form.contact-form .taglib-captcha input[type="number"],
    .aui .portlet-contact form.contact-form .taglib-captcha input[type="text"],
    .aui .portlet-contact form.contact-form .control-group select,
    .aui .portlet-contact form.contact-form .control-group input[type="password"],
    .aui .portlet-contact form.contact-form .control-group input[type="captcha"],
    .aui .portlet-contact form.contact-form .control-group input[type="number"],
    .aui .portlet-contact form.contact-form .control-group input[type="text"],
    .aui .portlet-contact form.form .taglib-captcha select,
    .aui .portlet-contact form.form .taglib-captcha input[type="password"],
    .aui .portlet-contact form.form .taglib-captcha input[type="captcha"],
    .aui .portlet-contact form.form .taglib-captcha input[type="number"],
    .aui .portlet-contact form.form .taglib-captcha input[type="text"],
    .aui .portlet-contact form.form .control-group select,
    .aui .portlet-contact form.form .control-group input[type="password"],
    .aui .portlet-contact form.form .control-group input[type="captcha"],
    .aui .portlet-contact form.form .control-group input[type="number"],
    .aui .portlet-contact form.form .control-group input[type="text"] {
      width: 100%;
      height: auto;
      margin-bottom: 5px;
      padding-top: 0;
      padding-bottom: 0; }
    @media all and (min-width: 600px) {
      .aui.ios .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.contact-form .taglib-captcha select,
      .aui.ios .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.contact-form .taglib-captcha .lfr-textarea,
      .aui.ios .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.contact-form .taglib-captcha .lfr-textarea-container textarea,
      .aui.ios .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.contact-form .taglib-captcha .lfr-textarea-container textarea,
      .aui.ios .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.contact-form .taglib-captcha textarea,
      .aui.ios .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.contact-form .taglib-captcha input[type="password"],
      .aui.ios .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.contact-form .taglib-captcha input[type="captcha"],
      .aui.ios .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.contact-form .taglib-captcha input[type="number"],
      .aui.ios .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.contact-form .taglib-captcha input[type="text"],
      .aui.ios .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.contact-form .control-group select,
      .aui.ios .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.contact-form .control-group .lfr-textarea,
      .aui.ios .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.contact-form .control-group .lfr-textarea-container textarea,
      .aui.ios .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.contact-form .control-group .lfr-textarea-container textarea,
      .aui.ios .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.contact-form .control-group textarea,
      .aui.ios .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.contact-form .control-group input[type="password"],
      .aui.ios .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.contact-form .control-group input[type="captcha"],
      .aui.ios .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.contact-form .control-group input[type="number"],
      .aui.ios .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.contact-form .control-group input[type="text"],
      .aui.ios .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.form .taglib-captcha select,
      .aui.ios .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.form .taglib-captcha .lfr-textarea,
      .aui.ios .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.form .taglib-captcha .lfr-textarea-container textarea,
      .aui.ios .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.form .taglib-captcha .lfr-textarea-container textarea,
      .aui.ios .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.form .taglib-captcha textarea,
      .aui.ios .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.form .taglib-captcha input[type="password"],
      .aui.ios .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.form .taglib-captcha input[type="captcha"],
      .aui.ios .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.form .taglib-captcha input[type="number"],
      .aui.ios .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.form .taglib-captcha input[type="text"],
      .aui.ios .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.form .control-group select,
      .aui.ios .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.form .control-group .lfr-textarea,
      .aui.ios .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.form .control-group .lfr-textarea-container textarea,
      .aui.ios .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.form .control-group .lfr-textarea-container textarea,
      .aui.ios .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.form .control-group textarea,
      .aui.ios .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.form .control-group input[type="password"],
      .aui.ios .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.form .control-group input[type="captcha"],
      .aui.ios .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.form .control-group input[type="number"],
      .aui.ios .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.form .control-group input[type="text"],
      .aui.ios .portlet-contact form.contact-form .taglib-captcha select,
      .aui.ios .portlet-contact form.contact-form .taglib-captcha .lfr-textarea,
      .aui.ios .portlet-contact form.contact-form .taglib-captcha .lfr-textarea-container textarea,
      .aui.ios .portlet-contact form.contact-form .taglib-captcha .lfr-textarea-container textarea,
      .aui.ios .portlet-contact form.contact-form .taglib-captcha textarea,
      .aui.ios .portlet-contact form.contact-form .taglib-captcha input[type="password"],
      .aui.ios .portlet-contact form.contact-form .taglib-captcha input[type="captcha"],
      .aui.ios .portlet-contact form.contact-form .taglib-captcha input[type="number"],
      .aui.ios .portlet-contact form.contact-form .taglib-captcha input[type="text"],
      .aui.ios .portlet-contact form.contact-form .control-group select,
      .aui.ios .portlet-contact form.contact-form .control-group .lfr-textarea,
      .aui.ios .portlet-contact form.contact-form .control-group .lfr-textarea-container textarea,
      .aui.ios .portlet-contact form.contact-form .control-group .lfr-textarea-container textarea,
      .aui.ios .portlet-contact form.contact-form .control-group textarea,
      .aui.ios .portlet-contact form.contact-form .control-group input[type="password"],
      .aui.ios .portlet-contact form.contact-form .control-group input[type="captcha"],
      .aui.ios .portlet-contact form.contact-form .control-group input[type="number"],
      .aui.ios .portlet-contact form.contact-form .control-group input[type="text"],
      .aui.ios .portlet-contact form.form .taglib-captcha select,
      .aui.ios .portlet-contact form.form .taglib-captcha .lfr-textarea,
      .aui.ios .portlet-contact form.form .taglib-captcha .lfr-textarea-container textarea,
      .aui.ios .portlet-contact form.form .taglib-captcha .lfr-textarea-container textarea,
      .aui.ios .portlet-contact form.form .taglib-captcha textarea,
      .aui.ios .portlet-contact form.form .taglib-captcha input[type="password"],
      .aui.ios .portlet-contact form.form .taglib-captcha input[type="captcha"],
      .aui.ios .portlet-contact form.form .taglib-captcha input[type="number"],
      .aui.ios .portlet-contact form.form .taglib-captcha input[type="text"],
      .aui.ios .portlet-contact form.form .control-group select,
      .aui.ios .portlet-contact form.form .control-group .lfr-textarea,
      .aui.ios .portlet-contact form.form .control-group .lfr-textarea-container textarea,
      .aui.ios .portlet-contact form.form .control-group .lfr-textarea-container textarea,
      .aui.ios .portlet-contact form.form .control-group textarea,
      .aui.ios .portlet-contact form.form .control-group input[type="password"],
      .aui.ios .portlet-contact form.form .control-group input[type="captcha"],
      .aui.ios .portlet-contact form.form .control-group input[type="number"],
      .aui.ios .portlet-contact form.form .control-group input[type="text"],
      .aui .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.contact-form .taglib-captcha select,
      .aui .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.contact-form .taglib-captcha .lfr-textarea,
      .aui .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.contact-form .taglib-captcha .lfr-textarea-container textarea,
      .aui .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.contact-form .taglib-captcha .lfr-textarea-container textarea,
      .aui .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.contact-form .taglib-captcha textarea,
      .aui .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.contact-form .taglib-captcha input[type="password"],
      .aui .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.contact-form .taglib-captcha input[type="captcha"],
      .aui .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.contact-form .taglib-captcha input[type="number"],
      .aui .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.contact-form .taglib-captcha input[type="text"],
      .aui .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.contact-form .control-group select,
      .aui .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.contact-form .control-group .lfr-textarea,
      .aui .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.contact-form .control-group .lfr-textarea-container textarea,
      .aui .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.contact-form .control-group .lfr-textarea-container textarea,
      .aui .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.contact-form .control-group textarea,
      .aui .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.contact-form .control-group input[type="password"],
      .aui .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.contact-form .control-group input[type="captcha"],
      .aui .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.contact-form .control-group input[type="number"],
      .aui .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.contact-form .control-group input[type="text"],
      .aui .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.form .taglib-captcha select,
      .aui .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.form .taglib-captcha .lfr-textarea,
      .aui .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.form .taglib-captcha .lfr-textarea-container textarea,
      .aui .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.form .taglib-captcha .lfr-textarea-container textarea,
      .aui .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.form .taglib-captcha textarea,
      .aui .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.form .taglib-captcha input[type="password"],
      .aui .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.form .taglib-captcha input[type="captcha"],
      .aui .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.form .taglib-captcha input[type="number"],
      .aui .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.form .taglib-captcha input[type="text"],
      .aui .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.form .control-group select,
      .aui .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.form .control-group .lfr-textarea,
      .aui .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.form .control-group .lfr-textarea-container textarea,
      .aui .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.form .control-group .lfr-textarea-container textarea,
      .aui .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.form .control-group textarea,
      .aui .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.form .control-group input[type="password"],
      .aui .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.form .control-group input[type="captcha"],
      .aui .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.form .control-group input[type="number"],
      .aui .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.form .control-group input[type="text"],
      .aui .portlet-contact form.contact-form .taglib-captcha select,
      .aui .portlet-contact form.contact-form .taglib-captcha .lfr-textarea,
      .aui .portlet-contact form.contact-form .taglib-captcha .lfr-textarea-container textarea,
      .aui .portlet-contact form.contact-form .taglib-captcha .lfr-textarea-container textarea,
      .aui .portlet-contact form.contact-form .taglib-captcha textarea,
      .aui .portlet-contact form.contact-form .taglib-captcha input[type="password"],
      .aui .portlet-contact form.contact-form .taglib-captcha input[type="captcha"],
      .aui .portlet-contact form.contact-form .taglib-captcha input[type="number"],
      .aui .portlet-contact form.contact-form .taglib-captcha input[type="text"],
      .aui .portlet-contact form.contact-form .control-group select,
      .aui .portlet-contact form.contact-form .control-group .lfr-textarea,
      .aui .portlet-contact form.contact-form .control-group .lfr-textarea-container textarea,
      .aui .portlet-contact form.contact-form .control-group .lfr-textarea-container textarea,
      .aui .portlet-contact form.contact-form .control-group textarea,
      .aui .portlet-contact form.contact-form .control-group input[type="password"],
      .aui .portlet-contact form.contact-form .control-group input[type="captcha"],
      .aui .portlet-contact form.contact-form .control-group input[type="number"],
      .aui .portlet-contact form.contact-form .control-group input[type="text"],
      .aui .portlet-contact form.form .taglib-captcha select,
      .aui .portlet-contact form.form .taglib-captcha .lfr-textarea,
      .aui .portlet-contact form.form .taglib-captcha .lfr-textarea-container textarea,
      .aui .portlet-contact form.form .taglib-captcha .lfr-textarea-container textarea,
      .aui .portlet-contact form.form .taglib-captcha textarea,
      .aui .portlet-contact form.form .taglib-captcha input[type="password"],
      .aui .portlet-contact form.form .taglib-captcha input[type="captcha"],
      .aui .portlet-contact form.form .taglib-captcha input[type="number"],
      .aui .portlet-contact form.form .taglib-captcha input[type="text"],
      .aui .portlet-contact form.form .control-group select,
      .aui .portlet-contact form.form .control-group .lfr-textarea,
      .aui .portlet-contact form.form .control-group .lfr-textarea-container textarea,
      .aui .portlet-contact form.form .control-group .lfr-textarea-container textarea,
      .aui .portlet-contact form.form .control-group textarea,
      .aui .portlet-contact form.form .control-group input[type="password"],
      .aui .portlet-contact form.form .control-group input[type="captcha"],
      .aui .portlet-contact form.form .control-group input[type="number"],
      .aui .portlet-contact form.form .control-group input[type="text"] {
        width: -moz-calc((100% - 150px));
        width: -webkit-calc((100% - 150px));
        width: calc((100% - 150px));
        float: right;
        /* 					&[id="_up2dateshopcontactportlet_WAR_up2date4shopportlet_:contactForm:contact_zip_edit"] { */
        /* 						width: 25%; */
        /* 						float: left; */
        /* 						margin-left: 17px; */
        /* 					} */
        /* 					&[id="_up2dateshopcontactportlet_WAR_up2date4shopportlet_:contactForm:contact_city_edit"] { */
        /* 						@include zw_calc('width','(70% - 150px)'); */
        /* 					} */ }
      .aui.ios .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.contact-form .taglib-captcha .control-group .alloy-row,
      .aui.ios .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.contact-form .control-group .control-group .alloy-row,
      .aui.ios .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.form .taglib-captcha .control-group .alloy-row,
      .aui.ios .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.form .control-group .control-group .alloy-row,
      .aui.ios .portlet-contact form.contact-form .taglib-captcha .control-group .alloy-row,
      .aui.ios .portlet-contact form.contact-form .control-group .control-group .alloy-row,
      .aui.ios .portlet-contact form.form .taglib-captcha .control-group .alloy-row,
      .aui.ios .portlet-contact form.form .control-group .control-group .alloy-row,
      .aui .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.contact-form .taglib-captcha .control-group .alloy-row,
      .aui .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.contact-form .control-group .control-group .alloy-row,
      .aui .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.form .taglib-captcha .control-group .alloy-row,
      .aui .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.form .control-group .control-group .alloy-row,
      .aui .portlet-contact form.contact-form .taglib-captcha .control-group .alloy-row,
      .aui .portlet-contact form.contact-form .control-group .control-group .alloy-row,
      .aui .portlet-contact form.form .taglib-captcha .control-group .alloy-row,
      .aui .portlet-contact form.form .control-group .control-group .alloy-row {
        width: -moz-calc((100% - 150px));
        width: -webkit-calc((100% - 150px));
        width: calc((100% - 150px));
        float: right; } }
    .aui.ios .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.contact-form .taglib-captcha select,
    .aui.ios .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.contact-form .control-group select,
    .aui.ios .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.form .taglib-captcha select,
    .aui.ios .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.form .control-group select,
    .aui.ios .portlet-contact form.contact-form .taglib-captcha select,
    .aui.ios .portlet-contact form.contact-form .control-group select,
    .aui.ios .portlet-contact form.form .taglib-captcha select,
    .aui.ios .portlet-contact form.form .control-group select,
    .aui .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.contact-form .taglib-captcha select,
    .aui .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.contact-form .control-group select,
    .aui .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.form .taglib-captcha select,
    .aui .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.form .control-group select,
    .aui .portlet-contact form.contact-form .taglib-captcha select,
    .aui .portlet-contact form.contact-form .control-group select,
    .aui .portlet-contact form.form .taglib-captcha select,
    .aui .portlet-contact form.form .control-group select {
      padding-top: 1px;
      padding-bottom: 1px; }
  @media all and (min-width: 600px) {
    .aui.ios .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.contact-form .taglib-captcha .alloy-output-text,
    .aui.ios .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.contact-form .taglib-captcha .control-label,
    .aui.ios .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.form .taglib-captcha .alloy-output-text,
    .aui.ios .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.form .taglib-captcha .control-label,
    .aui.ios .portlet-contact form.contact-form .taglib-captcha .alloy-output-text,
    .aui.ios .portlet-contact form.contact-form .taglib-captcha .control-label,
    .aui.ios .portlet-contact form.form .taglib-captcha .alloy-output-text,
    .aui.ios .portlet-contact form.form .taglib-captcha .control-label,
    .aui .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.contact-form .taglib-captcha .alloy-output-text,
    .aui .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.contact-form .taglib-captcha .control-label,
    .aui .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.form .taglib-captcha .alloy-output-text,
    .aui .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.form .taglib-captcha .control-label,
    .aui .portlet-contact form.contact-form .taglib-captcha .alloy-output-text,
    .aui .portlet-contact form.contact-form .taglib-captcha .control-label,
    .aui .portlet-contact form.form .taglib-captcha .alloy-output-text,
    .aui .portlet-contact form.form .taglib-captcha .control-label {
      width: 100%;
      max-width: inherit; } }
  .aui.ios .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.contact-form .contact-request-wrapper,
  .aui.ios .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.form .contact-request-wrapper,
  .aui.ios .portlet-contact form.contact-form .contact-request-wrapper,
  .aui.ios .portlet-contact form.form .contact-request-wrapper,
  .aui .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.contact-form .contact-request-wrapper,
  .aui .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.form .contact-request-wrapper,
  .aui .portlet-contact form.contact-form .contact-request-wrapper,
  .aui .portlet-contact form.form .contact-request-wrapper {
    margin-top: 10px;
    margin-bottom: 15px;
    width: 100%;
    height: auto;
    overflow: hidden; }
    .aui.ios .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.contact-form .contact-request-wrapper .contact-request-row,
    .aui.ios .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.form .contact-request-wrapper .contact-request-row,
    .aui.ios .portlet-contact form.contact-form .contact-request-wrapper .contact-request-row,
    .aui.ios .portlet-contact form.form .contact-request-wrapper .contact-request-row,
    .aui .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.contact-form .contact-request-wrapper .contact-request-row,
    .aui .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.form .contact-request-wrapper .contact-request-row,
    .aui .portlet-contact form.contact-form .contact-request-wrapper .contact-request-row,
    .aui .portlet-contact form.form .contact-request-wrapper .contact-request-row {
      margin-bottom: 10px; }
    .aui.ios .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.contact-form .contact-request-wrapper label,
    .aui.ios .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.form .contact-request-wrapper label,
    .aui.ios .portlet-contact form.contact-form .contact-request-wrapper label,
    .aui.ios .portlet-contact form.form .contact-request-wrapper label,
    .aui .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.contact-form .contact-request-wrapper label,
    .aui .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.form .contact-request-wrapper label,
    .aui .portlet-contact form.contact-form .contact-request-wrapper label,
    .aui .portlet-contact form.form .contact-request-wrapper label {
      width: auto;
      height: auto;
      overflow: hidden;
      display: list-item;
      font-size: 1rem;
      line-height: 1.33em;
      max-width: 600px;
      vertical-align: middle;
      position: relative;
      padding-left: 20px; }
    .aui.ios .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.contact-form .contact-request-wrapper input[type="checkbox"],
    .aui.ios .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.form .contact-request-wrapper input[type="checkbox"],
    .aui.ios .portlet-contact form.contact-form .contact-request-wrapper input[type="checkbox"],
    .aui.ios .portlet-contact form.form .contact-request-wrapper input[type="checkbox"],
    .aui .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.contact-form .contact-request-wrapper input[type="checkbox"],
    .aui .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.form .contact-request-wrapper input[type="checkbox"],
    .aui .portlet-contact form.contact-form .contact-request-wrapper input[type="checkbox"],
    .aui .portlet-contact form.form .contact-request-wrapper input[type="checkbox"] {
      float: left;
      margin-top: 0;
      top: 50%;
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      left: 0;
      position: absolute; }
  @media all and (min-width: 600px) {
    .aui.ios .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.contact-form [id="_up2dateshopcontactportlet_WAR_up2date4shopportlet_:contactForm:contact-field-street-streetnumber"] .row-fluid,
    .aui.ios .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.form [id="_up2dateshopcontactportlet_WAR_up2date4shopportlet_:contactForm:contact-field-street-streetnumber"] .row-fluid,
    .aui.ios .portlet-contact form.contact-form [id="_up2dateshopcontactportlet_WAR_up2date4shopportlet_:contactForm:contact-field-street-streetnumber"] .row-fluid,
    .aui.ios .portlet-contact form.form [id="_up2dateshopcontactportlet_WAR_up2date4shopportlet_:contactForm:contact-field-street-streetnumber"] .row-fluid,
    .aui .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.contact-form [id="_up2dateshopcontactportlet_WAR_up2date4shopportlet_:contactForm:contact-field-street-streetnumber"] .row-fluid,
    .aui .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.form [id="_up2dateshopcontactportlet_WAR_up2date4shopportlet_:contactForm:contact-field-street-streetnumber"] .row-fluid,
    .aui .portlet-contact form.contact-form [id="_up2dateshopcontactportlet_WAR_up2date4shopportlet_:contactForm:contact-field-street-streetnumber"] .row-fluid,
    .aui .portlet-contact form.form [id="_up2dateshopcontactportlet_WAR_up2date4shopportlet_:contactForm:contact-field-street-streetnumber"] .row-fluid {
      width: -moz-calc((100% - 150px));
      width: -webkit-calc((100% - 150px));
      width: calc((100% - 150px));
      float: right; }
      .aui.ios .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.contact-form [id="_up2dateshopcontactportlet_WAR_up2date4shopportlet_:contactForm:contact-field-street-streetnumber"] .row-fluid input.contact-street,
      .aui.ios .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.form [id="_up2dateshopcontactportlet_WAR_up2date4shopportlet_:contactForm:contact-field-street-streetnumber"] .row-fluid input.contact-street,
      .aui.ios .portlet-contact form.contact-form [id="_up2dateshopcontactportlet_WAR_up2date4shopportlet_:contactForm:contact-field-street-streetnumber"] .row-fluid input.contact-street,
      .aui.ios .portlet-contact form.form [id="_up2dateshopcontactportlet_WAR_up2date4shopportlet_:contactForm:contact-field-street-streetnumber"] .row-fluid input.contact-street,
      .aui .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.contact-form [id="_up2dateshopcontactportlet_WAR_up2date4shopportlet_:contactForm:contact-field-street-streetnumber"] .row-fluid input.contact-street,
      .aui .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.form [id="_up2dateshopcontactportlet_WAR_up2date4shopportlet_:contactForm:contact-field-street-streetnumber"] .row-fluid input.contact-street,
      .aui .portlet-contact form.contact-form [id="_up2dateshopcontactportlet_WAR_up2date4shopportlet_:contactForm:contact-field-street-streetnumber"] .row-fluid input.contact-street,
      .aui .portlet-contact form.form [id="_up2dateshopcontactportlet_WAR_up2date4shopportlet_:contactForm:contact-field-street-streetnumber"] .row-fluid input.contact-street {
        width: 70%;
        float: left; }
      .aui.ios .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.contact-form [id="_up2dateshopcontactportlet_WAR_up2date4shopportlet_:contactForm:contact-field-street-streetnumber"] .row-fluid input.contact-streetnumber,
      .aui.ios .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.form [id="_up2dateshopcontactportlet_WAR_up2date4shopportlet_:contactForm:contact-field-street-streetnumber"] .row-fluid input.contact-streetnumber,
      .aui.ios .portlet-contact form.contact-form [id="_up2dateshopcontactportlet_WAR_up2date4shopportlet_:contactForm:contact-field-street-streetnumber"] .row-fluid input.contact-streetnumber,
      .aui.ios .portlet-contact form.form [id="_up2dateshopcontactportlet_WAR_up2date4shopportlet_:contactForm:contact-field-street-streetnumber"] .row-fluid input.contact-streetnumber,
      .aui .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.contact-form [id="_up2dateshopcontactportlet_WAR_up2date4shopportlet_:contactForm:contact-field-street-streetnumber"] .row-fluid input.contact-streetnumber,
      .aui .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.form [id="_up2dateshopcontactportlet_WAR_up2date4shopportlet_:contactForm:contact-field-street-streetnumber"] .row-fluid input.contact-streetnumber,
      .aui .portlet-contact form.contact-form [id="_up2dateshopcontactportlet_WAR_up2date4shopportlet_:contactForm:contact-field-street-streetnumber"] .row-fluid input.contact-streetnumber,
      .aui .portlet-contact form.form [id="_up2dateshopcontactportlet_WAR_up2date4shopportlet_:contactForm:contact-field-street-streetnumber"] .row-fluid input.contact-streetnumber {
        width: 25%; } }
  @media all and (min-width: 600px) {
    .aui.ios .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.contact-form [id="_up2dateshopcontactportlet_WAR_up2date4shopportlet_:contactForm:contact-field-divergentdeliveryaddress-street-streetnumber"] .row-fluid,
    .aui.ios .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.form [id="_up2dateshopcontactportlet_WAR_up2date4shopportlet_:contactForm:contact-field-divergentdeliveryaddress-street-streetnumber"] .row-fluid,
    .aui.ios .portlet-contact form.contact-form [id="_up2dateshopcontactportlet_WAR_up2date4shopportlet_:contactForm:contact-field-divergentdeliveryaddress-street-streetnumber"] .row-fluid,
    .aui.ios .portlet-contact form.form [id="_up2dateshopcontactportlet_WAR_up2date4shopportlet_:contactForm:contact-field-divergentdeliveryaddress-street-streetnumber"] .row-fluid,
    .aui .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.contact-form [id="_up2dateshopcontactportlet_WAR_up2date4shopportlet_:contactForm:contact-field-divergentdeliveryaddress-street-streetnumber"] .row-fluid,
    .aui .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.form [id="_up2dateshopcontactportlet_WAR_up2date4shopportlet_:contactForm:contact-field-divergentdeliveryaddress-street-streetnumber"] .row-fluid,
    .aui .portlet-contact form.contact-form [id="_up2dateshopcontactportlet_WAR_up2date4shopportlet_:contactForm:contact-field-divergentdeliveryaddress-street-streetnumber"] .row-fluid,
    .aui .portlet-contact form.form [id="_up2dateshopcontactportlet_WAR_up2date4shopportlet_:contactForm:contact-field-divergentdeliveryaddress-street-streetnumber"] .row-fluid {
      width: -moz-calc((100% - 150px));
      width: -webkit-calc((100% - 150px));
      width: calc((100% - 150px));
      float: right; }
      .aui.ios .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.contact-form [id="_up2dateshopcontactportlet_WAR_up2date4shopportlet_:contactForm:contact-field-divergentdeliveryaddress-street-streetnumber"] .row-fluid input.contact-street,
      .aui.ios .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.form [id="_up2dateshopcontactportlet_WAR_up2date4shopportlet_:contactForm:contact-field-divergentdeliveryaddress-street-streetnumber"] .row-fluid input.contact-street,
      .aui.ios .portlet-contact form.contact-form [id="_up2dateshopcontactportlet_WAR_up2date4shopportlet_:contactForm:contact-field-divergentdeliveryaddress-street-streetnumber"] .row-fluid input.contact-street,
      .aui.ios .portlet-contact form.form [id="_up2dateshopcontactportlet_WAR_up2date4shopportlet_:contactForm:contact-field-divergentdeliveryaddress-street-streetnumber"] .row-fluid input.contact-street,
      .aui .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.contact-form [id="_up2dateshopcontactportlet_WAR_up2date4shopportlet_:contactForm:contact-field-divergentdeliveryaddress-street-streetnumber"] .row-fluid input.contact-street,
      .aui .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.form [id="_up2dateshopcontactportlet_WAR_up2date4shopportlet_:contactForm:contact-field-divergentdeliveryaddress-street-streetnumber"] .row-fluid input.contact-street,
      .aui .portlet-contact form.contact-form [id="_up2dateshopcontactportlet_WAR_up2date4shopportlet_:contactForm:contact-field-divergentdeliveryaddress-street-streetnumber"] .row-fluid input.contact-street,
      .aui .portlet-contact form.form [id="_up2dateshopcontactportlet_WAR_up2date4shopportlet_:contactForm:contact-field-divergentdeliveryaddress-street-streetnumber"] .row-fluid input.contact-street {
        width: 70%;
        float: left; }
      .aui.ios .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.contact-form [id="_up2dateshopcontactportlet_WAR_up2date4shopportlet_:contactForm:contact-field-divergentdeliveryaddress-street-streetnumber"] .row-fluid input.contact-streetnumber,
      .aui.ios .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.form [id="_up2dateshopcontactportlet_WAR_up2date4shopportlet_:contactForm:contact-field-divergentdeliveryaddress-street-streetnumber"] .row-fluid input.contact-streetnumber,
      .aui.ios .portlet-contact form.contact-form [id="_up2dateshopcontactportlet_WAR_up2date4shopportlet_:contactForm:contact-field-divergentdeliveryaddress-street-streetnumber"] .row-fluid input.contact-streetnumber,
      .aui.ios .portlet-contact form.form [id="_up2dateshopcontactportlet_WAR_up2date4shopportlet_:contactForm:contact-field-divergentdeliveryaddress-street-streetnumber"] .row-fluid input.contact-streetnumber,
      .aui .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.contact-form [id="_up2dateshopcontactportlet_WAR_up2date4shopportlet_:contactForm:contact-field-divergentdeliveryaddress-street-streetnumber"] .row-fluid input.contact-streetnumber,
      .aui .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.form [id="_up2dateshopcontactportlet_WAR_up2date4shopportlet_:contactForm:contact-field-divergentdeliveryaddress-street-streetnumber"] .row-fluid input.contact-streetnumber,
      .aui .portlet-contact form.contact-form [id="_up2dateshopcontactportlet_WAR_up2date4shopportlet_:contactForm:contact-field-divergentdeliveryaddress-street-streetnumber"] .row-fluid input.contact-streetnumber,
      .aui .portlet-contact form.form [id="_up2dateshopcontactportlet_WAR_up2date4shopportlet_:contactForm:contact-field-divergentdeliveryaddress-street-streetnumber"] .row-fluid input.contact-streetnumber {
        width: 25%; } }
  @media all and (min-width: 600px) {
    .aui.ios .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.contact-form [id="_up2dateshopcontactportlet_WAR_up2date4shopportlet_:contactForm:contact-field-zip-city"] .row-fluid,
    .aui.ios .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.form [id="_up2dateshopcontactportlet_WAR_up2date4shopportlet_:contactForm:contact-field-zip-city"] .row-fluid,
    .aui.ios .portlet-contact form.contact-form [id="_up2dateshopcontactportlet_WAR_up2date4shopportlet_:contactForm:contact-field-zip-city"] .row-fluid,
    .aui.ios .portlet-contact form.form [id="_up2dateshopcontactportlet_WAR_up2date4shopportlet_:contactForm:contact-field-zip-city"] .row-fluid,
    .aui .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.contact-form [id="_up2dateshopcontactportlet_WAR_up2date4shopportlet_:contactForm:contact-field-zip-city"] .row-fluid,
    .aui .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.form [id="_up2dateshopcontactportlet_WAR_up2date4shopportlet_:contactForm:contact-field-zip-city"] .row-fluid,
    .aui .portlet-contact form.contact-form [id="_up2dateshopcontactportlet_WAR_up2date4shopportlet_:contactForm:contact-field-zip-city"] .row-fluid,
    .aui .portlet-contact form.form [id="_up2dateshopcontactportlet_WAR_up2date4shopportlet_:contactForm:contact-field-zip-city"] .row-fluid {
      width: -moz-calc((100% - 150px));
      width: -webkit-calc((100% - 150px));
      width: calc((100% - 150px));
      float: right; }
      .aui.ios .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.contact-form [id="_up2dateshopcontactportlet_WAR_up2date4shopportlet_:contactForm:contact-field-zip-city"] .row-fluid input.contact-zip,
      .aui.ios .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.form [id="_up2dateshopcontactportlet_WAR_up2date4shopportlet_:contactForm:contact-field-zip-city"] .row-fluid input.contact-zip,
      .aui.ios .portlet-contact form.contact-form [id="_up2dateshopcontactportlet_WAR_up2date4shopportlet_:contactForm:contact-field-zip-city"] .row-fluid input.contact-zip,
      .aui.ios .portlet-contact form.form [id="_up2dateshopcontactportlet_WAR_up2date4shopportlet_:contactForm:contact-field-zip-city"] .row-fluid input.contact-zip,
      .aui .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.contact-form [id="_up2dateshopcontactportlet_WAR_up2date4shopportlet_:contactForm:contact-field-zip-city"] .row-fluid input.contact-zip,
      .aui .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.form [id="_up2dateshopcontactportlet_WAR_up2date4shopportlet_:contactForm:contact-field-zip-city"] .row-fluid input.contact-zip,
      .aui .portlet-contact form.contact-form [id="_up2dateshopcontactportlet_WAR_up2date4shopportlet_:contactForm:contact-field-zip-city"] .row-fluid input.contact-zip,
      .aui .portlet-contact form.form [id="_up2dateshopcontactportlet_WAR_up2date4shopportlet_:contactForm:contact-field-zip-city"] .row-fluid input.contact-zip {
        width: 25%;
        float: left; }
      .aui.ios .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.contact-form [id="_up2dateshopcontactportlet_WAR_up2date4shopportlet_:contactForm:contact-field-zip-city"] .row-fluid input.contact-city,
      .aui.ios .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.form [id="_up2dateshopcontactportlet_WAR_up2date4shopportlet_:contactForm:contact-field-zip-city"] .row-fluid input.contact-city,
      .aui.ios .portlet-contact form.contact-form [id="_up2dateshopcontactportlet_WAR_up2date4shopportlet_:contactForm:contact-field-zip-city"] .row-fluid input.contact-city,
      .aui.ios .portlet-contact form.form [id="_up2dateshopcontactportlet_WAR_up2date4shopportlet_:contactForm:contact-field-zip-city"] .row-fluid input.contact-city,
      .aui .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.contact-form [id="_up2dateshopcontactportlet_WAR_up2date4shopportlet_:contactForm:contact-field-zip-city"] .row-fluid input.contact-city,
      .aui .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.form [id="_up2dateshopcontactportlet_WAR_up2date4shopportlet_:contactForm:contact-field-zip-city"] .row-fluid input.contact-city,
      .aui .portlet-contact form.contact-form [id="_up2dateshopcontactportlet_WAR_up2date4shopportlet_:contactForm:contact-field-zip-city"] .row-fluid input.contact-city,
      .aui .portlet-contact form.form [id="_up2dateshopcontactportlet_WAR_up2date4shopportlet_:contactForm:contact-field-zip-city"] .row-fluid input.contact-city {
        width: 70%; } }
  @media all and (min-width: 600px) {
    .aui.ios .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.contact-form [id="_up2dateshopcontactportlet_WAR_up2date4shopportlet_:contactForm:contact-field-divergentdeliveryaddress-zip-city"] .row-fluid,
    .aui.ios .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.form [id="_up2dateshopcontactportlet_WAR_up2date4shopportlet_:contactForm:contact-field-divergentdeliveryaddress-zip-city"] .row-fluid,
    .aui.ios .portlet-contact form.contact-form [id="_up2dateshopcontactportlet_WAR_up2date4shopportlet_:contactForm:contact-field-divergentdeliveryaddress-zip-city"] .row-fluid,
    .aui.ios .portlet-contact form.form [id="_up2dateshopcontactportlet_WAR_up2date4shopportlet_:contactForm:contact-field-divergentdeliveryaddress-zip-city"] .row-fluid,
    .aui .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.contact-form [id="_up2dateshopcontactportlet_WAR_up2date4shopportlet_:contactForm:contact-field-divergentdeliveryaddress-zip-city"] .row-fluid,
    .aui .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.form [id="_up2dateshopcontactportlet_WAR_up2date4shopportlet_:contactForm:contact-field-divergentdeliveryaddress-zip-city"] .row-fluid,
    .aui .portlet-contact form.contact-form [id="_up2dateshopcontactportlet_WAR_up2date4shopportlet_:contactForm:contact-field-divergentdeliveryaddress-zip-city"] .row-fluid,
    .aui .portlet-contact form.form [id="_up2dateshopcontactportlet_WAR_up2date4shopportlet_:contactForm:contact-field-divergentdeliveryaddress-zip-city"] .row-fluid {
      width: -moz-calc((100% - 150px));
      width: -webkit-calc((100% - 150px));
      width: calc((100% - 150px));
      float: right; }
      .aui.ios .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.contact-form [id="_up2dateshopcontactportlet_WAR_up2date4shopportlet_:contactForm:contact-field-divergentdeliveryaddress-zip-city"] .row-fluid input.contact-zip,
      .aui.ios .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.form [id="_up2dateshopcontactportlet_WAR_up2date4shopportlet_:contactForm:contact-field-divergentdeliveryaddress-zip-city"] .row-fluid input.contact-zip,
      .aui.ios .portlet-contact form.contact-form [id="_up2dateshopcontactportlet_WAR_up2date4shopportlet_:contactForm:contact-field-divergentdeliveryaddress-zip-city"] .row-fluid input.contact-zip,
      .aui.ios .portlet-contact form.form [id="_up2dateshopcontactportlet_WAR_up2date4shopportlet_:contactForm:contact-field-divergentdeliveryaddress-zip-city"] .row-fluid input.contact-zip,
      .aui .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.contact-form [id="_up2dateshopcontactportlet_WAR_up2date4shopportlet_:contactForm:contact-field-divergentdeliveryaddress-zip-city"] .row-fluid input.contact-zip,
      .aui .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.form [id="_up2dateshopcontactportlet_WAR_up2date4shopportlet_:contactForm:contact-field-divergentdeliveryaddress-zip-city"] .row-fluid input.contact-zip,
      .aui .portlet-contact form.contact-form [id="_up2dateshopcontactportlet_WAR_up2date4shopportlet_:contactForm:contact-field-divergentdeliveryaddress-zip-city"] .row-fluid input.contact-zip,
      .aui .portlet-contact form.form [id="_up2dateshopcontactportlet_WAR_up2date4shopportlet_:contactForm:contact-field-divergentdeliveryaddress-zip-city"] .row-fluid input.contact-zip {
        width: 25%;
        float: left; }
      .aui.ios .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.contact-form [id="_up2dateshopcontactportlet_WAR_up2date4shopportlet_:contactForm:contact-field-divergentdeliveryaddress-zip-city"] .row-fluid input.contact-city,
      .aui.ios .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.form [id="_up2dateshopcontactportlet_WAR_up2date4shopportlet_:contactForm:contact-field-divergentdeliveryaddress-zip-city"] .row-fluid input.contact-city,
      .aui.ios .portlet-contact form.contact-form [id="_up2dateshopcontactportlet_WAR_up2date4shopportlet_:contactForm:contact-field-divergentdeliveryaddress-zip-city"] .row-fluid input.contact-city,
      .aui.ios .portlet-contact form.form [id="_up2dateshopcontactportlet_WAR_up2date4shopportlet_:contactForm:contact-field-divergentdeliveryaddress-zip-city"] .row-fluid input.contact-city,
      .aui .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.contact-form [id="_up2dateshopcontactportlet_WAR_up2date4shopportlet_:contactForm:contact-field-divergentdeliveryaddress-zip-city"] .row-fluid input.contact-city,
      .aui .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ form.form [id="_up2dateshopcontactportlet_WAR_up2date4shopportlet_:contactForm:contact-field-divergentdeliveryaddress-zip-city"] .row-fluid input.contact-city,
      .aui .portlet-contact form.contact-form [id="_up2dateshopcontactportlet_WAR_up2date4shopportlet_:contactForm:contact-field-divergentdeliveryaddress-zip-city"] .row-fluid input.contact-city,
      .aui .portlet-contact form.form [id="_up2dateshopcontactportlet_WAR_up2date4shopportlet_:contactForm:contact-field-divergentdeliveryaddress-zip-city"] .row-fluid input.contact-city {
        width: 70%; } }
.aui.ios .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ .alloy-input-textarea,
.aui .portlet-boundary_up2dateshopcontactportlet_WAR_up2date4shopportlet_ .alloy-input-textarea {
  margin-top: 10px; }
.aui.ios form.contact-form label,
.aui form.contact-form label {
  cursor: default; }
  .aui.ios form.contact-form label.contact-request-label,
  .aui form.contact-form label.contact-request-label {
    cursor: pointer; }

#portlet_up2datepartshopvehicleselectorportlet_WAR_up2date4shopportlet {
  background-color: #eeeeee;
  margin: 25px 0 20px 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px; }
  #portlet_up2datepartshopvehicleselectorportlet_WAR_up2date4shopportlet .portlet-content {
    padding: 20px 20px 20px 20px; }
    #portlet_up2datepartshopvehicleselectorportlet_WAR_up2date4shopportlet .portlet-content .portlet-content-container,
    #portlet_up2datepartshopvehicleselectorportlet_WAR_up2date4shopportlet .portlet-content .portlet-body {
      width: 100%;
      height: auto;
      overflow: visible;
      display: inline;
      position: relative; }
      #portlet_up2datepartshopvehicleselectorportlet_WAR_up2date4shopportlet .portlet-content .portlet-content-container [id="_up2datepartshopvehicleselectorportlet_WAR_up2date4shopportlet_"],
      #portlet_up2datepartshopvehicleselectorportlet_WAR_up2date4shopportlet .portlet-content .portlet-body [id="_up2datepartshopvehicleselectorportlet_WAR_up2date4shopportlet_"] {
        position: relative; }
      #portlet_up2datepartshopvehicleselectorportlet_WAR_up2date4shopportlet .portlet-content .portlet-content-container .preTitle.alloy-output-text,
      #portlet_up2datepartshopvehicleselectorportlet_WAR_up2date4shopportlet .portlet-content .portlet-body .preTitle.alloy-output-text {
        font-weight: 600;
        padding-bottom: 15px;
        width: 100%;
        height: auto;
        display: block; }
      #portlet_up2datepartshopvehicleselectorportlet_WAR_up2date4shopportlet .portlet-content .portlet-content-container .up2date > .alloy-output-text,
      #portlet_up2datepartshopvehicleselectorportlet_WAR_up2date4shopportlet .portlet-content .portlet-body .up2date > .alloy-output-text {
        font-weight: 600;
        padding-bottom: 15px;
        width: 85%;
        /*display: block;*/
        height: auto;
        text-align: left !important;
        display: inline-block; }
      #portlet_up2datepartshopvehicleselectorportlet_WAR_up2date4shopportlet .portlet-content .portlet-content-container .bka-helplink,
      #portlet_up2datepartshopvehicleselectorportlet_WAR_up2date4shopportlet .portlet-content .portlet-body .bka-helplink {
        font-size: 1.563rem;
        line-height: 1em;
        font-weight: 700;
        text-align: center;
        width: auto;
        height: auto;
        overflow: hidden;
        margin-bottom: 10px;
        display: inline-block;
        position: absolute;
        right: 0;
        top: -0.25em;
        padding: 1px; }
        @media all and (min-width: 1024px) {
          #portlet_up2datepartshopvehicleselectorportlet_WAR_up2date4shopportlet .portlet-content .portlet-content-container .bka-helplink,
          #portlet_up2datepartshopvehicleselectorportlet_WAR_up2date4shopportlet .portlet-content .portlet-body .bka-helplink {
            top: -1px; } }
      @media all and (min-width: 768px) {
        #portlet_up2datepartshopvehicleselectorportlet_WAR_up2date4shopportlet .portlet-content .portlet-content-container form,
        #portlet_up2datepartshopvehicleselectorportlet_WAR_up2date4shopportlet .portlet-content .portlet-body form {
          padding-right: 60px; } }
      #portlet_up2datepartshopvehicleselectorportlet_WAR_up2date4shopportlet .portlet-content .portlet-content-container form[id="_up2datepartshopvehicleselectorportlet_WAR_up2date4shopportlet_:kba_form"],
      #portlet_up2datepartshopvehicleselectorportlet_WAR_up2date4shopportlet .portlet-content .portlet-body form[id="_up2datepartshopvehicleselectorportlet_WAR_up2date4shopportlet_:kba_form"] {
        margin-bottom: 35px;
        overflow: hidden; }
        #portlet_up2datepartshopvehicleselectorportlet_WAR_up2date4shopportlet .portlet-content .portlet-content-container form[id="_up2datepartshopvehicleselectorportlet_WAR_up2date4shopportlet_:kba_form"] .bka-helplink,
        #portlet_up2datepartshopvehicleselectorportlet_WAR_up2date4shopportlet .portlet-content .portlet-body form[id="_up2datepartshopvehicleselectorportlet_WAR_up2date4shopportlet_:kba_form"] .bka-helplink {
          margin-bottom: 25px; }
          @media all and (max-width: 599px) {
            #portlet_up2datepartshopvehicleselectorportlet_WAR_up2date4shopportlet .portlet-content .portlet-content-container form[id="_up2datepartshopvehicleselectorportlet_WAR_up2date4shopportlet_:kba_form"] .bka-helplink,
            #portlet_up2datepartshopvehicleselectorportlet_WAR_up2date4shopportlet .portlet-content .portlet-body form[id="_up2datepartshopvehicleselectorportlet_WAR_up2date4shopportlet_:kba_form"] .bka-helplink {
              float: right;
              display: inline-block;
              font-size: 1.5em; } }
          #portlet_up2datepartshopvehicleselectorportlet_WAR_up2date4shopportlet .portlet-content .portlet-content-container form[id="_up2datepartshopvehicleselectorportlet_WAR_up2date4shopportlet_:kba_form"] .bka-helplink.short,
          #portlet_up2datepartshopvehicleselectorportlet_WAR_up2date4shopportlet .portlet-content .portlet-body form[id="_up2datepartshopvehicleselectorportlet_WAR_up2date4shopportlet_:kba_form"] .bka-helplink.short {
            margin-bottom: 10px; }
            @media all and (min-width: 1024px) {
              #portlet_up2datepartshopvehicleselectorportlet_WAR_up2date4shopportlet .portlet-content .portlet-content-container form[id="_up2datepartshopvehicleselectorportlet_WAR_up2date4shopportlet_:kba_form"] .bka-helplink.short,
              #portlet_up2datepartshopvehicleselectorportlet_WAR_up2date4shopportlet .portlet-content .portlet-body form[id="_up2datepartshopvehicleselectorportlet_WAR_up2date4shopportlet_:kba_form"] .bka-helplink.short {
                margin-bottom: 25px; } }
          #portlet_up2datepartshopvehicleselectorportlet_WAR_up2date4shopportlet .portlet-content .portlet-content-container form[id="_up2datepartshopvehicleselectorportlet_WAR_up2date4shopportlet_:kba_form"] .bka-helplink:last-child,
          #portlet_up2datepartshopvehicleselectorportlet_WAR_up2date4shopportlet .portlet-content .portlet-body form[id="_up2datepartshopvehicleselectorportlet_WAR_up2date4shopportlet_:kba_form"] .bka-helplink:last-child {
            margin-bottom: 0; }
        #portlet_up2datepartshopvehicleselectorportlet_WAR_up2date4shopportlet .portlet-content .portlet-content-container form[id="_up2datepartshopvehicleselectorportlet_WAR_up2date4shopportlet_:kba_form"] label,
        #portlet_up2datepartshopvehicleselectorportlet_WAR_up2date4shopportlet .portlet-content .portlet-body form[id="_up2datepartshopvehicleselectorportlet_WAR_up2date4shopportlet_:kba_form"] label {
          width: 50px;
          margin: 0 0 0 10px;
          display: inline-block;
          line-height: 1.842em;
          vertical-align: middle; }
        #portlet_up2datepartshopvehicleselectorportlet_WAR_up2date4shopportlet .portlet-content .portlet-content-container form[id="_up2datepartshopvehicleselectorportlet_WAR_up2date4shopportlet_:kba_form"] input,
        #portlet_up2datepartshopvehicleselectorportlet_WAR_up2date4shopportlet .portlet-content .portlet-body form[id="_up2datepartshopvehicleselectorportlet_WAR_up2date4shopportlet_:kba_form"] input {
          margin: 0 0 0 5px;
          width: 125px;
          display: inline-block;
          width: -moz-calc((100% - 65px));
          width: -webkit-calc((100% - 65px));
          width: calc((100% - 65px));
          padding: 0 5px 0 5px;
          float: right; }
        #portlet_up2datepartshopvehicleselectorportlet_WAR_up2date4shopportlet .portlet-content .portlet-content-container form[id="_up2datepartshopvehicleselectorportlet_WAR_up2date4shopportlet_:kba_form"] button,
        #portlet_up2datepartshopvehicleselectorportlet_WAR_up2date4shopportlet .portlet-content .portlet-body form[id="_up2datepartshopvehicleselectorportlet_WAR_up2date4shopportlet_:kba_form"] button {
          width: 100%;
          text-align: center;
          text-transform: uppercase; }
        #portlet_up2datepartshopvehicleselectorportlet_WAR_up2date4shopportlet .portlet-content .portlet-content-container form[id="_up2datepartshopvehicleselectorportlet_WAR_up2date4shopportlet_:kba_form"] .kba-tsnlabelinput:nth-child(odd) label,
        #portlet_up2datepartshopvehicleselectorportlet_WAR_up2date4shopportlet .portlet-content .portlet-content-container form[id="_up2datepartshopvehicleselectorportlet_WAR_up2date4shopportlet_:kba_form"] .kba-hsnlabelinput:nth-child(odd) label,
        #portlet_up2datepartshopvehicleselectorportlet_WAR_up2date4shopportlet .portlet-content .portlet-body form[id="_up2datepartshopvehicleselectorportlet_WAR_up2date4shopportlet_:kba_form"] .kba-tsnlabelinput:nth-child(odd) label,
        #portlet_up2datepartshopvehicleselectorportlet_WAR_up2date4shopportlet .portlet-content .portlet-body form[id="_up2datepartshopvehicleselectorportlet_WAR_up2date4shopportlet_:kba_form"] .kba-hsnlabelinput:nth-child(odd) label {
          margin-left: 0; }
      #portlet_up2datepartshopvehicleselectorportlet_WAR_up2date4shopportlet .portlet-content .portlet-content-container form[id="_up2datepartshopvehicleselectorportlet_WAR_up2date4shopportlet_:vehicleForm"],
      #portlet_up2datepartshopvehicleselectorportlet_WAR_up2date4shopportlet .portlet-content .portlet-body form[id="_up2datepartshopvehicleselectorportlet_WAR_up2date4shopportlet_:vehicleForm"] {
        margin-bottom: 6px; }
        #portlet_up2datepartshopvehicleselectorportlet_WAR_up2date4shopportlet .portlet-content .portlet-content-container form[id="_up2datepartshopvehicleselectorportlet_WAR_up2date4shopportlet_:vehicleForm"] .alloy-panel,
        #portlet_up2datepartshopvehicleselectorportlet_WAR_up2date4shopportlet .portlet-content .portlet-body form[id="_up2datepartshopvehicleselectorportlet_WAR_up2date4shopportlet_:vehicleForm"] .alloy-panel {
          width: 100%;
          height: auto;
          overflow: visible;
          margin-bottom: 14px; }
          #portlet_up2datepartshopvehicleselectorportlet_WAR_up2date4shopportlet .portlet-content .portlet-content-container form[id="_up2datepartshopvehicleselectorportlet_WAR_up2date4shopportlet_:vehicleForm"] .alloy-panel button,
          #portlet_up2datepartshopvehicleselectorportlet_WAR_up2date4shopportlet .portlet-content .portlet-body form[id="_up2datepartshopvehicleselectorportlet_WAR_up2date4shopportlet_:vehicleForm"] .alloy-panel button {
            width: 100%;
            text-align: center; }
            #portlet_up2datepartshopvehicleselectorportlet_WAR_up2date4shopportlet .portlet-content .portlet-content-container form[id="_up2datepartshopvehicleselectorportlet_WAR_up2date4shopportlet_:vehicleForm"] .alloy-panel button .caret,
            #portlet_up2datepartshopvehicleselectorportlet_WAR_up2date4shopportlet .portlet-content .portlet-body form[id="_up2datepartshopvehicleselectorportlet_WAR_up2date4shopportlet_:vehicleForm"] .alloy-panel button .caret {
              height: auto;
              margin-top: 14px; }
          #portlet_up2datepartshopvehicleselectorportlet_WAR_up2date4shopportlet .portlet-content .portlet-content-container form[id="_up2datepartshopvehicleselectorportlet_WAR_up2date4shopportlet_:vehicleForm"] .alloy-panel ul,
          #portlet_up2datepartshopvehicleselectorportlet_WAR_up2date4shopportlet .portlet-content .portlet-body form[id="_up2datepartshopvehicleselectorportlet_WAR_up2date4shopportlet_:vehicleForm"] .alloy-panel ul {
            overflow-y: scroll;
            overflow-x: hidden;
            width: 100%;
            height: 0;
            -webkit-transition: height 0.5s ease-in-out;
            transition: height 0.5s ease-in-out; }
          #portlet_up2datepartshopvehicleselectorportlet_WAR_up2date4shopportlet .portlet-content .portlet-content-container form[id="_up2datepartshopvehicleselectorportlet_WAR_up2date4shopportlet_:vehicleForm"] .alloy-panel .open ul,
          #portlet_up2datepartshopvehicleselectorportlet_WAR_up2date4shopportlet .portlet-content .portlet-body form[id="_up2datepartshopvehicleselectorportlet_WAR_up2date4shopportlet_:vehicleForm"] .alloy-panel .open ul {
            height: 200px; }
          #portlet_up2datepartshopvehicleselectorportlet_WAR_up2date4shopportlet .portlet-content .portlet-content-container form[id="_up2datepartshopvehicleselectorportlet_WAR_up2date4shopportlet_:vehicleForm"] .alloy-panel ul.dropdown-menu,
          #portlet_up2datepartshopvehicleselectorportlet_WAR_up2date4shopportlet .portlet-content .portlet-body form[id="_up2datepartshopvehicleselectorportlet_WAR_up2date4shopportlet_:vehicleForm"] .alloy-panel ul.dropdown-menu {
            list-style: none;
            margin: 0 0 0 1.25em; }
            #portlet_up2datepartshopvehicleselectorportlet_WAR_up2date4shopportlet .portlet-content .portlet-content-container form[id="_up2datepartshopvehicleselectorportlet_WAR_up2date4shopportlet_:vehicleForm"] .alloy-panel ul.dropdown-menu li,
            #portlet_up2datepartshopvehicleselectorportlet_WAR_up2date4shopportlet .portlet-content .portlet-body form[id="_up2datepartshopvehicleselectorportlet_WAR_up2date4shopportlet_:vehicleForm"] .alloy-panel ul.dropdown-menu li {
              list-style: none;
              position: relative;
              padding: 2px 0 2px 0;
              font-size: 1.188rem; }
              #portlet_up2datepartshopvehicleselectorportlet_WAR_up2date4shopportlet .portlet-content .portlet-content-container form[id="_up2datepartshopvehicleselectorportlet_WAR_up2date4shopportlet_:vehicleForm"] .alloy-panel ul.dropdown-menu li a,
              #portlet_up2datepartshopvehicleselectorportlet_WAR_up2date4shopportlet .portlet-content .portlet-body form[id="_up2datepartshopvehicleselectorportlet_WAR_up2date4shopportlet_:vehicleForm"] .alloy-panel ul.dropdown-menu li a {
                padding: 5px 5px 5px 5px; }
              #portlet_up2datepartshopvehicleselectorportlet_WAR_up2date4shopportlet .portlet-content .portlet-content-container form[id="_up2datepartshopvehicleselectorportlet_WAR_up2date4shopportlet_:vehicleForm"] .alloy-panel ul.dropdown-menu li:first-child,
              #portlet_up2datepartshopvehicleselectorportlet_WAR_up2date4shopportlet .portlet-content .portlet-body form[id="_up2datepartshopvehicleselectorportlet_WAR_up2date4shopportlet_:vehicleForm"] .alloy-panel ul.dropdown-menu li:first-child {
                padding-top: 0; }
              #portlet_up2datepartshopvehicleselectorportlet_WAR_up2date4shopportlet .portlet-content .portlet-content-container form[id="_up2datepartshopvehicleselectorportlet_WAR_up2date4shopportlet_:vehicleForm"] .alloy-panel ul.dropdown-menu li:last-child,
              #portlet_up2datepartshopvehicleselectorportlet_WAR_up2date4shopportlet .portlet-content .portlet-body form[id="_up2datepartshopvehicleselectorportlet_WAR_up2date4shopportlet_:vehicleForm"] .alloy-panel ul.dropdown-menu li:last-child {
                padding-bottom: 0; }
              #portlet_up2datepartshopvehicleselectorportlet_WAR_up2date4shopportlet .portlet-content .portlet-content-container form[id="_up2datepartshopvehicleselectorportlet_WAR_up2date4shopportlet_:vehicleForm"] .alloy-panel ul.dropdown-menu li:before,
              #portlet_up2datepartshopvehicleselectorportlet_WAR_up2date4shopportlet .portlet-content .portlet-body form[id="_up2datepartshopvehicleselectorportlet_WAR_up2date4shopportlet_:vehicleForm"] .alloy-panel ul.dropdown-menu li:before {
                left: -1.25em;
                position: absolute; }
              #portlet_up2datepartshopvehicleselectorportlet_WAR_up2date4shopportlet .portlet-content .portlet-content-container form[id="_up2datepartshopvehicleselectorportlet_WAR_up2date4shopportlet_:vehicleForm"] .alloy-panel ul.dropdown-menu li ul,
              #portlet_up2datepartshopvehicleselectorportlet_WAR_up2date4shopportlet .portlet-content .portlet-body form[id="_up2datepartshopvehicleselectorportlet_WAR_up2date4shopportlet_:vehicleForm"] .alloy-panel ul.dropdown-menu li ul {
                margin-top: 1em; }

#portlet_up2datepartshoppartsearchportlet_WAR_up2date4shopportlet {
  margin: 0 0 25px 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  padding: 0 0 0 0; }
  #portlet_up2datepartshoppartsearchportlet_WAR_up2date4shopportlet .part_search_row {
    position: relative;
    max-width: 600px;
    margin: 0 auto; }
    #portlet_up2datepartshoppartsearchportlet_WAR_up2date4shopportlet .part_search_row input {
      margin: 0 0 0 0;
      width: 100%;
      display: inline-block;
      padding: 0 45px 0 20px;
      border: 1px solid white;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; }
      #portlet_up2datepartshoppartsearchportlet_WAR_up2date4shopportlet .part_search_row input:focus {
        border-color: #555555;
        outline: 0;
        outline: thin dotted \9;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(85, 85, 85, 0.6);
        -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(85, 85, 85, 0.6);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(85, 85, 85, 0.6); }
    #portlet_up2datepartshoppartsearchportlet_WAR_up2date4shopportlet .part_search_row button {
      margin: 0 0 0 0;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      background: transparent;
      border: none;
      text-align: left;
      width: 45px;
      font-size: 0;
      line-height: 0; }
      #portlet_up2datepartshoppartsearchportlet_WAR_up2date4shopportlet .part_search_row button:before {
        content: '\f002';
        font-family: "fontawesome", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 1.563rem;
        line-height: 1.2em;
        text-align: center;
        width: 100%;
        display: block; }
      #portlet_up2datepartshoppartsearchportlet_WAR_up2date4shopportlet .part_search_row button:focus, #portlet_up2datepartshoppartsearchportlet_WAR_up2date4shopportlet .part_search_row button:hover {
        color: #555555; }

.searchBorder #portlet_up2datepartshoppartsearchportlet_WAR_up2date4shopportlet .part_search_row {
  margin-bottom: 50px; }
  .searchBorder #portlet_up2datepartshoppartsearchportlet_WAR_up2date4shopportlet .part_search_row input {
    border-color: #cccccc; }

#portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet {
  width: 100%;
  height: auto;
  overflow: hidden; }
  #portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet #_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet_ .alloy-panel-group ul.parttree-list-maingroup {
    list-style: none;
    margin: 0 0 50px 0; }
    #portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet #_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet_ .alloy-panel-group ul.parttree-list-maingroup li {
      margin-bottom: 7px;
      display: block; }
      #portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet #_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet_ .alloy-panel-group ul.parttree-list-maingroup li a {
        display: inline-block;
        padding: 7px 13px 7px 13px; }
      #portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet #_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet_ .alloy-panel-group ul.parttree-list-maingroup li:last-child {
        margin-bottom: 0; }
      #portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet #_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet_ .alloy-panel-group ul.parttree-list-maingroup li li {
        margin-bottom: 0; }
    #portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet #_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet_ .alloy-panel-group ul.parttree-list-maingroup .parttree-list-firstchild {
      list-style: none;
      margin: 0 0 0 0;
      padding: 7px 0 0 0; }

#portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet div.btn-menu {
  position: absolute;
  left: 15px;
  bottom: 10px; }

[id="_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_:partlist_form"] .button-holder,
#portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet .button-holder,
#portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet .button-holder,
#portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet .u2d_bundle_partslist .button-holder,
#portlet_up2dateshopproductsearchportlet_WAR_up2date4shopportlet .button-holder,
#portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet .button-holder {
  margin: 0; }
[id="_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_:partlist_form"] .button-holder button.btn, [id="_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_:partlist_form"] .button-holder div.btn, [id="_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_:partlist_form"] .alloy-column button.btn, [id="_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_:partlist_form"] .alloy-column div.btn,
#portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet .button-holder button.btn,
#portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet .button-holder div.btn,
#portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet .alloy-column button.btn,
#portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet .alloy-column div.btn,
#portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet .button-holder button.btn,
#portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet .button-holder div.btn,
#portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet .alloy-column button.btn,
#portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet .alloy-column div.btn,
#portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet .u2d_bundle_partslist .button-holder button.btn,
#portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet .u2d_bundle_partslist .button-holder div.btn,
#portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet .u2d_bundle_partslist .alloy-column button.btn,
#portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet .u2d_bundle_partslist .alloy-column div.btn,
#portlet_up2dateshopproductsearchportlet_WAR_up2date4shopportlet .button-holder button.btn,
#portlet_up2dateshopproductsearchportlet_WAR_up2date4shopportlet .button-holder div.btn,
#portlet_up2dateshopproductsearchportlet_WAR_up2date4shopportlet .alloy-column button.btn,
#portlet_up2dateshopproductsearchportlet_WAR_up2date4shopportlet .alloy-column div.btn,
#portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet .button-holder button.btn,
#portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet .button-holder div.btn,
#portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet .alloy-column button.btn,
#portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet .alloy-column div.btn {
  width: 160px;
  max-width: 100%;
  text-align: center;
  box-sizing: border-box; }
  [id="_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_:partlist_form"] .button-holder button.btn.noWidth, [id="_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_:partlist_form"] .button-holder div.btn.noWidth, [id="_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_:partlist_form"] .alloy-column button.btn.noWidth, [id="_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_:partlist_form"] .alloy-column div.btn.noWidth,
  #portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet .button-holder button.btn.noWidth,
  #portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet .button-holder div.btn.noWidth,
  #portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet .alloy-column button.btn.noWidth,
  #portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet .alloy-column div.btn.noWidth,
  #portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet .button-holder button.btn.noWidth,
  #portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet .button-holder div.btn.noWidth,
  #portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet .alloy-column button.btn.noWidth,
  #portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet .alloy-column div.btn.noWidth,
  #portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet .u2d_bundle_partslist .button-holder button.btn.noWidth,
  #portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet .u2d_bundle_partslist .button-holder div.btn.noWidth,
  #portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet .u2d_bundle_partslist .alloy-column button.btn.noWidth,
  #portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet .u2d_bundle_partslist .alloy-column div.btn.noWidth,
  #portlet_up2dateshopproductsearchportlet_WAR_up2date4shopportlet .button-holder button.btn.noWidth,
  #portlet_up2dateshopproductsearchportlet_WAR_up2date4shopportlet .button-holder div.btn.noWidth,
  #portlet_up2dateshopproductsearchportlet_WAR_up2date4shopportlet .alloy-column button.btn.noWidth,
  #portlet_up2dateshopproductsearchportlet_WAR_up2date4shopportlet .alloy-column div.btn.noWidth,
  #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet .button-holder button.btn.noWidth,
  #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet .button-holder div.btn.noWidth,
  #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet .alloy-column button.btn.noWidth,
  #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet .alloy-column div.btn.noWidth {
    width: auto; }
[id="_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_:partlist_form"] div.btn-menu button.btn,
#portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet div.btn-menu button.btn,
#portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet div.btn-menu button.btn,
#portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet .u2d_bundle_partslist div.btn-menu button.btn,
#portlet_up2dateshopproductsearchportlet_WAR_up2date4shopportlet div.btn-menu button.btn,
#portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet div.btn-menu button.btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }
  [id="_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_:partlist_form"] div.btn-menu button.btn.btn-default-action, [id="_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_:partlist_form"] div.btn-menu button.btn.btn-menu-caret,
  #portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet div.btn-menu button.btn.btn-default-action,
  #portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet div.btn-menu button.btn.btn-menu-caret,
  #portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet div.btn-menu button.btn.btn-default-action,
  #portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet div.btn-menu button.btn.btn-menu-caret,
  #portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet .u2d_bundle_partslist div.btn-menu button.btn.btn-default-action,
  #portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet .u2d_bundle_partslist div.btn-menu button.btn.btn-menu-caret,
  #portlet_up2dateshopproductsearchportlet_WAR_up2date4shopportlet div.btn-menu button.btn.btn-default-action,
  #portlet_up2dateshopproductsearchportlet_WAR_up2date4shopportlet div.btn-menu button.btn.btn-menu-caret,
  #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet div.btn-menu button.btn.btn-default-action,
  #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet div.btn-menu button.btn.btn-menu-caret {
    width: auto;
    line-height: 1.7em; }
  [id="_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_:partlist_form"] div.btn-menu button.btn.btn-menu-caret,
  #portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet div.btn-menu button.btn.btn-menu-caret,
  #portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet div.btn-menu button.btn.btn-menu-caret,
  #portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet .u2d_bundle_partslist div.btn-menu button.btn.btn-menu-caret,
  #portlet_up2dateshopproductsearchportlet_WAR_up2date4shopportlet div.btn-menu button.btn.btn-menu-caret,
  #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet div.btn-menu button.btn.btn-menu-caret {
    margin-left: 0; }
    [id="_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_:partlist_form"] div.btn-menu button.btn.btn-menu-caret span.caret,
    #portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet div.btn-menu button.btn.btn-menu-caret span.caret,
    #portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet div.btn-menu button.btn.btn-menu-caret span.caret,
    #portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet .u2d_bundle_partslist div.btn-menu button.btn.btn-menu-caret span.caret,
    #portlet_up2dateshopproductsearchportlet_WAR_up2date4shopportlet div.btn-menu button.btn.btn-menu-caret span.caret,
    #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet div.btn-menu button.btn.btn-menu-caret span.caret {
      margin-top: 9px; }
[id="_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_:partlist_form"] .main-table,
#portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet .main-table,
#portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet .main-table,
#portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet .u2d_bundle_partslist .main-table,
#portlet_up2dateshopproductsearchportlet_WAR_up2date4shopportlet .main-table,
#portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet .main-table {
  margin-top: 40px;
  width: 100%; }
[id="_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_:partlist_form"] .alloy-table-row,
#portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet .alloy-table-row,
#portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet .alloy-table-row,
#portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet .u2d_bundle_partslist .alloy-table-row,
#portlet_up2dateshopproductsearchportlet_WAR_up2date4shopportlet .alloy-table-row,
#portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet .alloy-table-row {
  vertical-align: bottom; }
  [id="_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_:partlist_form"] .alloy-table-row:nth-child(2n + 1),
  #portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet .alloy-table-row:nth-child(2n + 1),
  #portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet .alloy-table-row:nth-child(2n + 1),
  #portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet .u2d_bundle_partslist .alloy-table-row:nth-child(2n + 1),
  #portlet_up2dateshopproductsearchportlet_WAR_up2date4shopportlet .alloy-table-row:nth-child(2n + 1),
  #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet .alloy-table-row:nth-child(2n + 1) {
    background-color: #eeeeee; }
  [id="_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_:partlist_form"] .alloy-table-row.alloy-table-head,
  #portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet .alloy-table-row.alloy-table-head,
  #portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet .alloy-table-row.alloy-table-head,
  #portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet .u2d_bundle_partslist .alloy-table-row.alloy-table-head,
  #portlet_up2dateshopproductsearchportlet_WAR_up2date4shopportlet .alloy-table-row.alloy-table-head,
  #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet .alloy-table-row.alloy-table-head {
    background-color: white;
    border-bottom: 1px solid #555555; }
  [id="_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_:partlist_form"] .alloy-table-row .alloy-column,
  #portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column,
  #portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column,
  #portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet .u2d_bundle_partslist .alloy-table-row .alloy-column,
  #portlet_up2dateshopproductsearchportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column,
  #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column {
    padding: 10px 15px 10px 15px; }
    [id="_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_:partlist_form"] .alloy-table-row .alloy-column select,
    [id="_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_:partlist_form"] .alloy-table-row .alloy-column textarea,
    [id="_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_:partlist_form"] .alloy-table-row .alloy-column input[type="text"],
    [id="_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_:partlist_form"] .alloy-table-row .alloy-column input[type="password"],
    [id="_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_:partlist_form"] .alloy-table-row .alloy-column input[type="datetime"],
    [id="_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_:partlist_form"] .alloy-table-row .alloy-column input[type="datetime-local"],
    [id="_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_:partlist_form"] .alloy-table-row .alloy-column input[type="date"],
    [id="_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_:partlist_form"] .alloy-table-row .alloy-column input[type="month"],
    [id="_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_:partlist_form"] .alloy-table-row .alloy-column input[type="time"],
    [id="_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_:partlist_form"] .alloy-table-row .alloy-column input[type="week"],
    [id="_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_:partlist_form"] .alloy-table-row .alloy-column input[type="number"],
    [id="_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_:partlist_form"] .alloy-table-row .alloy-column input[type="email"],
    [id="_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_:partlist_form"] .alloy-table-row .alloy-column input[type="url"],
    [id="_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_:partlist_form"] .alloy-table-row .alloy-column input[type="search"],
    [id="_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_:partlist_form"] .alloy-table-row .alloy-column input[type="tel"],
    [id="_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_:partlist_form"] .alloy-table-row .alloy-column input[type="color"],
    [id="_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_:partlist_form"] .alloy-table-row .alloy-column .uneditable-input,
    #portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column select,
    #portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column textarea,
    #portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column input[type="text"],
    #portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column input[type="password"],
    #portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column input[type="datetime"],
    #portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column input[type="datetime-local"],
    #portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column input[type="date"],
    #portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column input[type="month"],
    #portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column input[type="time"],
    #portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column input[type="week"],
    #portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column input[type="number"],
    #portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column input[type="email"],
    #portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column input[type="url"],
    #portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column input[type="search"],
    #portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column input[type="tel"],
    #portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column input[type="color"],
    #portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column .uneditable-input,
    #portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column select,
    #portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column textarea,
    #portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column input[type="text"],
    #portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column input[type="password"],
    #portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column input[type="datetime"],
    #portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column input[type="datetime-local"],
    #portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column input[type="date"],
    #portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column input[type="month"],
    #portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column input[type="time"],
    #portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column input[type="week"],
    #portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column input[type="number"],
    #portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column input[type="email"],
    #portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column input[type="url"],
    #portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column input[type="search"],
    #portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column input[type="tel"],
    #portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column input[type="color"],
    #portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column .uneditable-input,
    #portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet .u2d_bundle_partslist .alloy-table-row .alloy-column select,
    #portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet .u2d_bundle_partslist .alloy-table-row .alloy-column textarea,
    #portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet .u2d_bundle_partslist .alloy-table-row .alloy-column input[type="text"],
    #portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet .u2d_bundle_partslist .alloy-table-row .alloy-column input[type="password"],
    #portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet .u2d_bundle_partslist .alloy-table-row .alloy-column input[type="datetime"],
    #portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet .u2d_bundle_partslist .alloy-table-row .alloy-column input[type="datetime-local"],
    #portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet .u2d_bundle_partslist .alloy-table-row .alloy-column input[type="date"],
    #portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet .u2d_bundle_partslist .alloy-table-row .alloy-column input[type="month"],
    #portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet .u2d_bundle_partslist .alloy-table-row .alloy-column input[type="time"],
    #portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet .u2d_bundle_partslist .alloy-table-row .alloy-column input[type="week"],
    #portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet .u2d_bundle_partslist .alloy-table-row .alloy-column input[type="number"],
    #portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet .u2d_bundle_partslist .alloy-table-row .alloy-column input[type="email"],
    #portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet .u2d_bundle_partslist .alloy-table-row .alloy-column input[type="url"],
    #portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet .u2d_bundle_partslist .alloy-table-row .alloy-column input[type="search"],
    #portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet .u2d_bundle_partslist .alloy-table-row .alloy-column input[type="tel"],
    #portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet .u2d_bundle_partslist .alloy-table-row .alloy-column input[type="color"],
    #portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet .u2d_bundle_partslist .alloy-table-row .alloy-column .uneditable-input,
    #portlet_up2dateshopproductsearchportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column select,
    #portlet_up2dateshopproductsearchportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column textarea,
    #portlet_up2dateshopproductsearchportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column input[type="text"],
    #portlet_up2dateshopproductsearchportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column input[type="password"],
    #portlet_up2dateshopproductsearchportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column input[type="datetime"],
    #portlet_up2dateshopproductsearchportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column input[type="datetime-local"],
    #portlet_up2dateshopproductsearchportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column input[type="date"],
    #portlet_up2dateshopproductsearchportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column input[type="month"],
    #portlet_up2dateshopproductsearchportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column input[type="time"],
    #portlet_up2dateshopproductsearchportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column input[type="week"],
    #portlet_up2dateshopproductsearchportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column input[type="number"],
    #portlet_up2dateshopproductsearchportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column input[type="email"],
    #portlet_up2dateshopproductsearchportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column input[type="url"],
    #portlet_up2dateshopproductsearchportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column input[type="search"],
    #portlet_up2dateshopproductsearchportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column input[type="tel"],
    #portlet_up2dateshopproductsearchportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column input[type="color"],
    #portlet_up2dateshopproductsearchportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column .uneditable-input,
    #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column select,
    #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column textarea,
    #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column input[type="text"],
    #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column input[type="password"],
    #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column input[type="datetime"],
    #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column input[type="datetime-local"],
    #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column input[type="date"],
    #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column input[type="month"],
    #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column input[type="time"],
    #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column input[type="week"],
    #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column input[type="number"],
    #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column input[type="email"],
    #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column input[type="url"],
    #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column input[type="search"],
    #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column input[type="tel"],
    #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column input[type="color"],
    #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column .uneditable-input {
      margin-bottom: 0; }
    [id="_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_:partlist_form"] .alloy-table-row .alloy-column .alert .fa,
    #portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column .alert .fa,
    #portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column .alert .fa,
    #portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet .u2d_bundle_partslist .alloy-table-row .alloy-column .alert .fa,
    #portlet_up2dateshopproductsearchportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column .alert .fa,
    #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column .alert .fa {
      bottom: 0; }
    [id="_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_:partlist_form"] .alloy-table-row .alloy-column .alert .alert-hover,
    #portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column .alert .alert-hover,
    #portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column .alert .alert-hover,
    #portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet .u2d_bundle_partslist .alloy-table-row .alloy-column .alert .alert-hover,
    #portlet_up2dateshopproductsearchportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column .alert .alert-hover,
    #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column .alert .alert-hover {
      top: 2px;
      bottom: 2px; }
      [id="_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_:partlist_form"] .alloy-table-row .alloy-column .alert .alert-hover span.alloy-output-text,
      #portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column .alert .alert-hover span.alloy-output-text,
      #portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column .alert .alert-hover span.alloy-output-text,
      #portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet .u2d_bundle_partslist .alloy-table-row .alloy-column .alert .alert-hover span.alloy-output-text,
      #portlet_up2dateshopproductsearchportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column .alert .alert-hover span.alloy-output-text,
      #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column .alert .alert-hover span.alloy-output-text {
        padding-top: 0; }
    @media all and (min-width: 600px) {
      [id="_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_:partlist_form"] .alloy-table-row .alloy-column,
      #portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column,
      #portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column,
      #portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet .u2d_bundle_partslist .alloy-table-row .alloy-column,
      #portlet_up2dateshopproductsearchportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column,
      #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column {
        border-right: 1px solid #555555; } }
    [id="_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_:partlist_form"] .alloy-table-row .alloy-column:before,
    #portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column:before,
    #portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column:before,
    #portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet .u2d_bundle_partslist .alloy-table-row .alloy-column:before,
    #portlet_up2dateshopproductsearchportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column:before,
    #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column:before {
      padding: 0 0 0 0; }
    [id="_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_:partlist_form"] .alloy-table-row .alloy-column:last-child,
    #portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column:last-child,
    #portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column:last-child,
    #portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet .u2d_bundle_partslist .alloy-table-row .alloy-column:last-child,
    #portlet_up2dateshopproductsearchportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column:last-child,
    #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column:last-child {
      border-right: none; }
    [id="_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_:partlist_form"] .alloy-table-row .alloy-column.partlist-column-code,
    #portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column.partlist-column-code,
    #portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column.partlist-column-code,
    #portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet .u2d_bundle_partslist .alloy-table-row .alloy-column.partlist-column-code,
    #portlet_up2dateshopproductsearchportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column.partlist-column-code,
    #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column.partlist-column-code {
      width: 100%; }
      [id="_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_:partlist_form"] .alloy-table-row .alloy-column.partlist-column-code:before,
      #portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column.partlist-column-code:before,
      #portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column.partlist-column-code:before,
      #portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet .u2d_bundle_partslist .alloy-table-row .alloy-column.partlist-column-code:before,
      #portlet_up2dateshopproductsearchportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column.partlist-column-code:before,
      #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column.partlist-column-code:before {
        display: inline-block;
        width: auto; }
        @media all and (min-width: 600px) {
          [id="_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_:partlist_form"] .alloy-table-row .alloy-column.partlist-column-code:before,
          #portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column.partlist-column-code:before,
          #portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column.partlist-column-code:before,
          #portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet .u2d_bundle_partslist .alloy-table-row .alloy-column.partlist-column-code:before,
          #portlet_up2dateshopproductsearchportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column.partlist-column-code:before,
          #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column.partlist-column-code:before {
            display: none; } }
      @media all and (min-width: 600px) {
        [id="_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_:partlist_form"] .alloy-table-row .alloy-column.partlist-column-code,
        #portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column.partlist-column-code,
        #portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column.partlist-column-code,
        #portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet .u2d_bundle_partslist .alloy-table-row .alloy-column.partlist-column-code,
        #portlet_up2dateshopproductsearchportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column.partlist-column-code,
        #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column.partlist-column-code {
          width: 10%;
          text-align: right; } }
    [id="_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_:partlist_form"] .alloy-table-row .alloy-column.partlist-column-description,
    #portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column.partlist-column-description,
    #portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column.partlist-column-description,
    #portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet .u2d_bundle_partslist .alloy-table-row .alloy-column.partlist-column-description,
    #portlet_up2dateshopproductsearchportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column.partlist-column-description,
    #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column.partlist-column-description {
      position: relative;
      width: 100%; }
      @media all and (min-width: 600px) {
        [id="_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_:partlist_form"] .alloy-table-row .alloy-column.partlist-column-description,
        #portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column.partlist-column-description,
        #portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column.partlist-column-description,
        #portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet .u2d_bundle_partslist .alloy-table-row .alloy-column.partlist-column-description,
        #portlet_up2dateshopproductsearchportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column.partlist-column-description,
        #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column.partlist-column-description {
          width: 66%; } }
        @media all and (min-width: 600px) and (min-width: 1140px) {
          [id="_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_:partlist_form"] .alloy-table-row .alloy-column.partlist-column-description,
          #portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column.partlist-column-description,
          #portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column.partlist-column-description,
          #portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet .u2d_bundle_partslist .alloy-table-row .alloy-column.partlist-column-description,
          #portlet_up2dateshopproductsearchportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column.partlist-column-description,
          #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column.partlist-column-description {
            padding-bottom: 50px; } }
      [id="_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_:partlist_form"] .alloy-table-row .alloy-column.partlist-column-description .partlist-part-name,
      #portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column.partlist-column-description .partlist-part-name,
      #portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column.partlist-column-description .partlist-part-name,
      #portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet .u2d_bundle_partslist .alloy-table-row .alloy-column.partlist-column-description .partlist-part-name,
      #portlet_up2dateshopproductsearchportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column.partlist-column-description .partlist-part-name,
      #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column.partlist-column-description .partlist-part-name {
        width: 100%;
        height: auto;
        position: relative;
        display: block; }
      [id="_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_:partlist_form"] .alloy-table-row .alloy-column.partlist-column-description .alloy-panel-group,
      #portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column.partlist-column-description .alloy-panel-group,
      #portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column.partlist-column-description .alloy-panel-group,
      #portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet .u2d_bundle_partslist .alloy-table-row .alloy-column.partlist-column-description .alloy-panel-group,
      #portlet_up2dateshopproductsearchportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column.partlist-column-description .alloy-panel-group,
      #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column.partlist-column-description .alloy-panel-group {
        width: auto; }
        [id="_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_:partlist_form"] .alloy-table-row .alloy-column.partlist-column-description .alloy-panel-group.partlist-part-pictures img,
        #portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column.partlist-column-description .alloy-panel-group.partlist-part-pictures img,
        #portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column.partlist-column-description .alloy-panel-group.partlist-part-pictures img,
        #portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet .u2d_bundle_partslist .alloy-table-row .alloy-column.partlist-column-description .alloy-panel-group.partlist-part-pictures img,
        #portlet_up2dateshopproductsearchportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column.partlist-column-description .alloy-panel-group.partlist-part-pictures img,
        #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column.partlist-column-description .alloy-panel-group.partlist-part-pictures img {
          margin: 0 0 15px 0; }
        @media all and (min-width: 1140px) {
          [id="_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_:partlist_form"] .alloy-table-row .alloy-column.partlist-column-description .alloy-panel-group,
          #portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column.partlist-column-description .alloy-panel-group,
          #portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column.partlist-column-description .alloy-panel-group,
          #portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet .u2d_bundle_partslist .alloy-table-row .alloy-column.partlist-column-description .alloy-panel-group,
          #portlet_up2dateshopproductsearchportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column.partlist-column-description .alloy-panel-group,
          #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column.partlist-column-description .alloy-panel-group {
            width: -moz-calc((100% - 200px));
            width: -webkit-calc((100% - 200px));
            width: calc((100% - 200px));
            padding-right: 20px;
            display: inline-block;
            vertical-align: bottom; }
            [id="_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_:partlist_form"] .alloy-table-row .alloy-column.partlist-column-description .alloy-panel-group.partlist-part-pictures,
            #portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column.partlist-column-description .alloy-panel-group.partlist-part-pictures,
            #portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column.partlist-column-description .alloy-panel-group.partlist-part-pictures,
            #portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet .u2d_bundle_partslist .alloy-table-row .alloy-column.partlist-column-description .alloy-panel-group.partlist-part-pictures,
            #portlet_up2dateshopproductsearchportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column.partlist-column-description .alloy-panel-group.partlist-part-pictures,
            #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column.partlist-column-description .alloy-panel-group.partlist-part-pictures {
              width: 200px;
              text-align: right;
              padding-right: 0px; }
              [id="_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_:partlist_form"] .alloy-table-row .alloy-column.partlist-column-description .alloy-panel-group.partlist-part-pictures img,
              #portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column.partlist-column-description .alloy-panel-group.partlist-part-pictures img,
              #portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column.partlist-column-description .alloy-panel-group.partlist-part-pictures img,
              #portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet .u2d_bundle_partslist .alloy-table-row .alloy-column.partlist-column-description .alloy-panel-group.partlist-part-pictures img,
              #portlet_up2dateshopproductsearchportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column.partlist-column-description .alloy-panel-group.partlist-part-pictures img,
              #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column.partlist-column-description .alloy-panel-group.partlist-part-pictures img {
                text-align: right;
                margin: 0 0 15px auto; }
                [id="_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_:partlist_form"] .alloy-table-row .alloy-column.partlist-column-description .alloy-panel-group.partlist-part-pictures img:after,
                #portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column.partlist-column-description .alloy-panel-group.partlist-part-pictures img:after,
                #portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column.partlist-column-description .alloy-panel-group.partlist-part-pictures img:after,
                #portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet .u2d_bundle_partslist .alloy-table-row .alloy-column.partlist-column-description .alloy-panel-group.partlist-part-pictures img:after,
                #portlet_up2dateshopproductsearchportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column.partlist-column-description .alloy-panel-group.partlist-part-pictures img:after,
                #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column.partlist-column-description .alloy-panel-group.partlist-part-pictures img:after {
                  content: '';
                  clear: both; }
              [id="_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_:partlist_form"] .alloy-table-row .alloy-column.partlist-column-description .alloy-panel-group.partlist-part-pictures button,
              #portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column.partlist-column-description .alloy-panel-group.partlist-part-pictures button,
              #portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column.partlist-column-description .alloy-panel-group.partlist-part-pictures button,
              #portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet .u2d_bundle_partslist .alloy-table-row .alloy-column.partlist-column-description .alloy-panel-group.partlist-part-pictures button,
              #portlet_up2dateshopproductsearchportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column.partlist-column-description .alloy-panel-group.partlist-part-pictures button,
              #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column.partlist-column-description .alloy-panel-group.partlist-part-pictures button {
                position: absolute;
                right: 15px;
                bottom: 10px; } }
      [id="_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_:partlist_form"] .alloy-table-row .alloy-column.partlist-column-description .partlist-part-more-usages,
      #portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column.partlist-column-description .partlist-part-more-usages,
      #portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column.partlist-column-description .partlist-part-more-usages,
      #portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet .u2d_bundle_partslist .alloy-table-row .alloy-column.partlist-column-description .partlist-part-more-usages,
      #portlet_up2dateshopproductsearchportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column.partlist-column-description .partlist-part-more-usages,
      #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column.partlist-column-description .partlist-part-more-usages {
        height: auto;
        overflow: hidden;
        width: 100%;
        display: block;
        margin-bottom: 10px; }
        @media all and (min-width: 1140px) {
          [id="_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_:partlist_form"] .alloy-table-row .alloy-column.partlist-column-description .partlist-part-more-usages,
          #portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column.partlist-column-description .partlist-part-more-usages,
          #portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column.partlist-column-description .partlist-part-more-usages,
          #portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet .u2d_bundle_partslist .alloy-table-row .alloy-column.partlist-column-description .partlist-part-more-usages,
          #portlet_up2dateshopproductsearchportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column.partlist-column-description .partlist-part-more-usages,
          #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column.partlist-column-description .partlist-part-more-usages {
            margin-bottom: 0px; } }
        @media all and (min-width: 600px) {
          [id="_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_:partlist_form"] .alloy-table-row .alloy-column.partlist-column-description .partlist-part-more-usages,
          #portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column.partlist-column-description .partlist-part-more-usages,
          #portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column.partlist-column-description .partlist-part-more-usages,
          #portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet .u2d_bundle_partslist .alloy-table-row .alloy-column.partlist-column-description .partlist-part-more-usages,
          #portlet_up2dateshopproductsearchportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column.partlist-column-description .partlist-part-more-usages,
          #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column.partlist-column-description .partlist-part-more-usages {
            margin-top: 30px; } }
    [id="_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_:partlist_form"] .alloy-table-row .alloy-column.partlist-column-price,
    #portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column.partlist-column-price,
    #portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column.partlist-column-price,
    #portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet .u2d_bundle_partslist .alloy-table-row .alloy-column.partlist-column-price,
    #portlet_up2dateshopproductsearchportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column.partlist-column-price,
    #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column.partlist-column-price {
      position: relative;
      width: 100%;
      min-width: 180px;
      margin-top: 10px; }
      @media all and (min-width: 600px) {
        [id="_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_:partlist_form"] .alloy-table-row .alloy-column.partlist-column-price,
        #portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column.partlist-column-price,
        #portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column.partlist-column-price,
        #portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet .u2d_bundle_partslist .alloy-table-row .alloy-column.partlist-column-price,
        #portlet_up2dateshopproductsearchportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column.partlist-column-price,
        #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column.partlist-column-price {
          width: auto;
          padding-bottom: 50px; }
          [id="_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_:partlist_form"] .alloy-table-row .alloy-column.partlist-column-price button.btn, [id="_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_:partlist_form"] .alloy-table-row .alloy-column.partlist-column-price div.btn,
          #portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column.partlist-column-price button.btn,
          #portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column.partlist-column-price div.btn,
          #portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column.partlist-column-price button.btn,
          #portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column.partlist-column-price div.btn,
          #portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet .u2d_bundle_partslist .alloy-table-row .alloy-column.partlist-column-price button.btn,
          #portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet .u2d_bundle_partslist .alloy-table-row .alloy-column.partlist-column-price div.btn,
          #portlet_up2dateshopproductsearchportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column.partlist-column-price button.btn,
          #portlet_up2dateshopproductsearchportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column.partlist-column-price div.btn,
          #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column.partlist-column-price button.btn,
          #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column.partlist-column-price div.btn {
            position: absolute;
            bottom: 10px;
            left: 15px; } }
      [id="_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_:partlist_form"] .alloy-table-row .alloy-column.partlist-column-price .alloy-output-text,
      #portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column.partlist-column-price .alloy-output-text,
      #portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column.partlist-column-price .alloy-output-text,
      #portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet .u2d_bundle_partslist .alloy-table-row .alloy-column.partlist-column-price .alloy-output-text,
      #portlet_up2dateshopproductsearchportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column.partlist-column-price .alloy-output-text,
      #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column.partlist-column-price .alloy-output-text {
        width: 100%;
        display: inline-block; }
    [id="_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_:partlist_form"] .alloy-table-row .alloy-column div.btn-menu button.btn-default-action, [id="_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_:partlist_form"] .alloy-table-row .alloy-column div.btn-menu button.btn-menu-caret,
    #portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column div.btn-menu button.btn-default-action,
    #portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column div.btn-menu button.btn-menu-caret,
    #portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column div.btn-menu button.btn-default-action,
    #portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column div.btn-menu button.btn-menu-caret,
    #portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet .u2d_bundle_partslist .alloy-table-row .alloy-column div.btn-menu button.btn-default-action,
    #portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet .u2d_bundle_partslist .alloy-table-row .alloy-column div.btn-menu button.btn-menu-caret,
    #portlet_up2dateshopproductsearchportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column div.btn-menu button.btn-default-action,
    #portlet_up2dateshopproductsearchportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column div.btn-menu button.btn-menu-caret,
    #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column div.btn-menu button.btn-default-action,
    #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column div.btn-menu button.btn-menu-caret {
      position: relative;
      width: auto;
      height: 18px;
      bottom: 0;
      left: 0; }
    [id="_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_:partlist_form"] .alloy-table-row .alloy-column div.btn-menu button.btn-default-action,
    #portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column div.btn-menu button.btn-default-action,
    #portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column div.btn-menu button.btn-default-action,
    #portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet .u2d_bundle_partslist .alloy-table-row .alloy-column div.btn-menu button.btn-default-action,
    #portlet_up2dateshopproductsearchportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column div.btn-menu button.btn-default-action,
    #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column div.btn-menu button.btn-default-action {
      padding: 0 20px;
      margin-right: 0;
      -webkit-border-top-left-radius: 5px;
      -moz-border-radius-topleft: 5px;
      border-top-left-radius: 5px;
      -webkit-border-bottom-left-radius: 5px;
      -moz-border-radius-bottomleft: 5px;
      border-bottom-left-radius: 5px; }
    [id="_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_:partlist_form"] .alloy-table-row .alloy-column div.btn-menu button.btn-menu-caret,
    #portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column div.btn-menu button.btn-menu-caret,
    #portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column div.btn-menu button.btn-menu-caret,
    #portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet .u2d_bundle_partslist .alloy-table-row .alloy-column div.btn-menu button.btn-menu-caret,
    #portlet_up2dateshopproductsearchportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column div.btn-menu button.btn-menu-caret,
    #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column div.btn-menu button.btn-menu-caret {
      margin-left: 0;
      padding: 0 10px;
      border-left: none;
      -webkit-border-top-right-radius: 5px;
      -moz-border-radius-topright: 5px;
      border-top-right-radius: 5px;
      -webkit-border-bottom-right-radius: 5px;
      -moz-border-radius-bottomright: 5px;
      border-bottom-right-radius: 5px; }
    [id="_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_:partlist_form"] .alloy-table-row .alloy-column div.btn-menu.dropup span.caret,
    #portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column div.btn-menu.dropup span.caret,
    #portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column div.btn-menu.dropup span.caret,
    #portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet .u2d_bundle_partslist .alloy-table-row .alloy-column div.btn-menu.dropup span.caret,
    #portlet_up2dateshopproductsearchportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column div.btn-menu.dropup span.caret,
    #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column div.btn-menu.dropup span.caret {
      border-bottom: 4px solid #cccccc; }
    [id="_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_:partlist_form"] .alloy-table-row .alloy-column div.btn-menu.dropup .btn-menu-caret:hover span.caret,
    #portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column div.btn-menu.dropup .btn-menu-caret:hover span.caret,
    #portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column div.btn-menu.dropup .btn-menu-caret:hover span.caret,
    #portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet .u2d_bundle_partslist .alloy-table-row .alloy-column div.btn-menu.dropup .btn-menu-caret:hover span.caret,
    #portlet_up2dateshopproductsearchportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column div.btn-menu.dropup .btn-menu-caret:hover span.caret,
    #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column div.btn-menu.dropup .btn-menu-caret:hover span.caret {
      border-bottom: 4px solid #202020; }
    [id="_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_:partlist_form"] .alloy-table-row .alloy-column div.btn-menu.dropdown span.caret,
    #portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column div.btn-menu.dropdown span.caret,
    #portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column div.btn-menu.dropdown span.caret,
    #portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet .u2d_bundle_partslist .alloy-table-row .alloy-column div.btn-menu.dropdown span.caret,
    #portlet_up2dateshopproductsearchportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column div.btn-menu.dropdown span.caret,
    #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column div.btn-menu.dropdown span.caret {
      border-top: 4px solid #cccccc; }
    [id="_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_:partlist_form"] .alloy-table-row .alloy-column div.btn-menu.dropdown .btn-menu-caret:hover span.caret,
    #portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column div.btn-menu.dropdown .btn-menu-caret:hover span.caret,
    #portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column div.btn-menu.dropdown .btn-menu-caret:hover span.caret,
    #portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet .u2d_bundle_partslist .alloy-table-row .alloy-column div.btn-menu.dropdown .btn-menu-caret:hover span.caret,
    #portlet_up2dateshopproductsearchportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column div.btn-menu.dropdown .btn-menu-caret:hover span.caret,
    #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column div.btn-menu.dropdown .btn-menu-caret:hover span.caret {
      border-top: 4px solid #202020; }
    [id="_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_:partlist_form"] .alloy-table-row .alloy-column div.btn-menu div.btn-menu-hoverarea,
    #portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column div.btn-menu div.btn-menu-hoverarea,
    #portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column div.btn-menu div.btn-menu-hoverarea,
    #portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet .u2d_bundle_partslist .alloy-table-row .alloy-column div.btn-menu div.btn-menu-hoverarea,
    #portlet_up2dateshopproductsearchportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column div.btn-menu div.btn-menu-hoverarea,
    #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column div.btn-menu div.btn-menu-hoverarea {
      margin: 0;
      padding: 0;
      z-index: 1000;
      border: none;
      background: none;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; }
      [id="_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_:partlist_form"] .alloy-table-row .alloy-column div.btn-menu div.btn-menu-hoverarea ul,
      #portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column div.btn-menu div.btn-menu-hoverarea ul,
      #portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column div.btn-menu div.btn-menu-hoverarea ul,
      #portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet .u2d_bundle_partslist .alloy-table-row .alloy-column div.btn-menu div.btn-menu-hoverarea ul,
      #portlet_up2dateshopproductsearchportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column div.btn-menu div.btn-menu-hoverarea ul,
      #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column div.btn-menu div.btn-menu-hoverarea ul {
        position: relative;
        display: block;
        margin: 0;
        padding: 0;
        list-style-type: none; }
        [id="_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_:partlist_form"] .alloy-table-row .alloy-column div.btn-menu div.btn-menu-hoverarea ul li,
        #portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column div.btn-menu div.btn-menu-hoverarea ul li,
        #portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column div.btn-menu div.btn-menu-hoverarea ul li,
        #portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet .u2d_bundle_partslist .alloy-table-row .alloy-column div.btn-menu div.btn-menu-hoverarea ul li,
        #portlet_up2dateshopproductsearchportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column div.btn-menu div.btn-menu-hoverarea ul li,
        #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column div.btn-menu div.btn-menu-hoverarea ul li {
          display: block;
          width: 100%; }
          [id="_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_:partlist_form"] .alloy-table-row .alloy-column div.btn-menu div.btn-menu-hoverarea ul li a,
          #portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column div.btn-menu div.btn-menu-hoverarea ul li a,
          #portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column div.btn-menu div.btn-menu-hoverarea ul li a,
          #portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet .u2d_bundle_partslist .alloy-table-row .alloy-column div.btn-menu div.btn-menu-hoverarea ul li a,
          #portlet_up2dateshopproductsearchportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column div.btn-menu div.btn-menu-hoverarea ul li a,
          #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column div.btn-menu div.btn-menu-hoverarea ul li a {
            display: block;
            width: 100%;
            line-height: 1.7em;
            font-size: 13px;
            padding: 0 15px;
            border-bottom-width: 0;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0; }
          [id="_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_:partlist_form"] .alloy-table-row .alloy-column div.btn-menu div.btn-menu-hoverarea ul li:first-child a,
          #portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column div.btn-menu div.btn-menu-hoverarea ul li:first-child a,
          #portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column div.btn-menu div.btn-menu-hoverarea ul li:first-child a,
          #portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet .u2d_bundle_partslist .alloy-table-row .alloy-column div.btn-menu div.btn-menu-hoverarea ul li:first-child a,
          #portlet_up2dateshopproductsearchportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column div.btn-menu div.btn-menu-hoverarea ul li:first-child a,
          #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column div.btn-menu div.btn-menu-hoverarea ul li:first-child a {
            -webkit-border-top-left-radius: 5px;
            -moz-border-radius-topleft: 5px;
            border-top-left-radius: 5px;
            -webkit-border-top-right-radius: 5px;
            -moz-border-radius-topright: 5px;
            border-top-right-radius: 5px; }
          [id="_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_:partlist_form"] .alloy-table-row .alloy-column div.btn-menu div.btn-menu-hoverarea ul li:last-child a,
          #portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column div.btn-menu div.btn-menu-hoverarea ul li:last-child a,
          #portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column div.btn-menu div.btn-menu-hoverarea ul li:last-child a,
          #portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet .u2d_bundle_partslist .alloy-table-row .alloy-column div.btn-menu div.btn-menu-hoverarea ul li:last-child a,
          #portlet_up2dateshopproductsearchportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column div.btn-menu div.btn-menu-hoverarea ul li:last-child a,
          #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column div.btn-menu div.btn-menu-hoverarea ul li:last-child a {
            border-bottom-width: 1px;
            -webkit-border-bottom-left-radius: 5px;
            -moz-border-radius-bottomleft: 5px;
            border-bottom-left-radius: 5px;
            -webkit-border-bottom-right-radius: 5px;
            -moz-border-radius-bottomright: 5px;
            border-bottom-right-radius: 5px; }
      [id="_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_:partlist_form"] .alloy-table-row .alloy-column div.btn-menu div.btn-menu-hoverarea.dropdown-menu-left,
      #portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column div.btn-menu div.btn-menu-hoverarea.dropdown-menu-left,
      #portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column div.btn-menu div.btn-menu-hoverarea.dropdown-menu-left,
      #portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet .u2d_bundle_partslist .alloy-table-row .alloy-column div.btn-menu div.btn-menu-hoverarea.dropdown-menu-left,
      #portlet_up2dateshopproductsearchportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column div.btn-menu div.btn-menu-hoverarea.dropdown-menu-left,
      #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column div.btn-menu div.btn-menu-hoverarea.dropdown-menu-left {
        left: 0;
        right: auto; }
      [id="_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_:partlist_form"] .alloy-table-row .alloy-column div.btn-menu div.btn-menu-hoverarea.dropdown-menu-right,
      #portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column div.btn-menu div.btn-menu-hoverarea.dropdown-menu-right,
      #portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column div.btn-menu div.btn-menu-hoverarea.dropdown-menu-right,
      #portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet .u2d_bundle_partslist .alloy-table-row .alloy-column div.btn-menu div.btn-menu-hoverarea.dropdown-menu-right,
      #portlet_up2dateshopproductsearchportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column div.btn-menu div.btn-menu-hoverarea.dropdown-menu-right,
      #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column div.btn-menu div.btn-menu-hoverarea.dropdown-menu-right {
        right: 0;
        left: auto; }
    [id="_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_:partlist_form"] .alloy-table-row .alloy-column div.btn-menu.dropup div.btn-menu-hoverarea ul,
    #portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column div.btn-menu.dropup div.btn-menu-hoverarea ul,
    #portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column div.btn-menu.dropup div.btn-menu-hoverarea ul,
    #portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet .u2d_bundle_partslist .alloy-table-row .alloy-column div.btn-menu.dropup div.btn-menu-hoverarea ul,
    #portlet_up2dateshopproductsearchportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column div.btn-menu.dropup div.btn-menu-hoverarea ul,
    #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column div.btn-menu.dropup div.btn-menu-hoverarea ul {
      margin-bottom: 5px; }
    [id="_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_:partlist_form"] .alloy-table-row .alloy-column div.btn-menu.dropdown div.btn-menu-hoverarea ul,
    #portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column div.btn-menu.dropdown div.btn-menu-hoverarea ul,
    #portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column div.btn-menu.dropdown div.btn-menu-hoverarea ul,
    #portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet .u2d_bundle_partslist .alloy-table-row .alloy-column div.btn-menu.dropdown div.btn-menu-hoverarea ul,
    #portlet_up2dateshopproductsearchportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column div.btn-menu.dropdown div.btn-menu-hoverarea ul,
    #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet .alloy-table-row .alloy-column div.btn-menu.dropdown div.btn-menu-hoverarea ul {
      margin-top: 5px; }
  [id="_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_:partlist_form"] .alloy-table-row.partlist-head-compact, [id="_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_:partlist_form"] .alloy-table-row.partlist-row-compact,
  #portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet .alloy-table-row.partlist-head-compact,
  #portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet .alloy-table-row.partlist-row-compact,
  #portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet .alloy-table-row.partlist-head-compact,
  #portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet .alloy-table-row.partlist-row-compact,
  #portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet .u2d_bundle_partslist .alloy-table-row.partlist-head-compact,
  #portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet .u2d_bundle_partslist .alloy-table-row.partlist-row-compact,
  #portlet_up2dateshopproductsearchportlet_WAR_up2date4shopportlet .alloy-table-row.partlist-head-compact,
  #portlet_up2dateshopproductsearchportlet_WAR_up2date4shopportlet .alloy-table-row.partlist-row-compact,
  #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet .alloy-table-row.partlist-head-compact,
  #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet .alloy-table-row.partlist-row-compact {
    min-height: 1.2em;
    height: auto;
    padding: 0; }
    [id="_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_:partlist_form"] .alloy-table-row.partlist-head-compact .alloy-column, [id="_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_:partlist_form"] .alloy-table-row.partlist-row-compact .alloy-column,
    #portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet .alloy-table-row.partlist-head-compact .alloy-column,
    #portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet .alloy-table-row.partlist-row-compact .alloy-column,
    #portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet .alloy-table-row.partlist-head-compact .alloy-column,
    #portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet .alloy-table-row.partlist-row-compact .alloy-column,
    #portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet .u2d_bundle_partslist .alloy-table-row.partlist-head-compact .alloy-column,
    #portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet .u2d_bundle_partslist .alloy-table-row.partlist-row-compact .alloy-column,
    #portlet_up2dateshopproductsearchportlet_WAR_up2date4shopportlet .alloy-table-row.partlist-head-compact .alloy-column,
    #portlet_up2dateshopproductsearchportlet_WAR_up2date4shopportlet .alloy-table-row.partlist-row-compact .alloy-column,
    #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet .alloy-table-row.partlist-head-compact .alloy-column,
    #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet .alloy-table-row.partlist-row-compact .alloy-column {
      padding: 3px 5px;
      height: auto; }
      [id="_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_:partlist_form"] .alloy-table-row.partlist-head-compact .alloy-column .partlist-part-pictures button, [id="_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_:partlist_form"] .alloy-table-row.partlist-row-compact .alloy-column .partlist-part-pictures button,
      #portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet .alloy-table-row.partlist-head-compact .alloy-column .partlist-part-pictures button,
      #portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet .alloy-table-row.partlist-row-compact .alloy-column .partlist-part-pictures button,
      #portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet .alloy-table-row.partlist-head-compact .alloy-column .partlist-part-pictures button,
      #portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet .alloy-table-row.partlist-row-compact .alloy-column .partlist-part-pictures button,
      #portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet .u2d_bundle_partslist .alloy-table-row.partlist-head-compact .alloy-column .partlist-part-pictures button,
      #portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet .u2d_bundle_partslist .alloy-table-row.partlist-row-compact .alloy-column .partlist-part-pictures button,
      #portlet_up2dateshopproductsearchportlet_WAR_up2date4shopportlet .alloy-table-row.partlist-head-compact .alloy-column .partlist-part-pictures button,
      #portlet_up2dateshopproductsearchportlet_WAR_up2date4shopportlet .alloy-table-row.partlist-row-compact .alloy-column .partlist-part-pictures button,
      #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet .alloy-table-row.partlist-head-compact .alloy-column .partlist-part-pictures button,
      #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet .alloy-table-row.partlist-row-compact .alloy-column .partlist-part-pictures button {
        position: relative !important;
        bottom: auto !important; }
[id="_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_:partlist_form"] a .alloy-icon,
#portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet a .alloy-icon,
#portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet a .alloy-icon,
#portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet .u2d_bundle_partslist a .alloy-icon,
#portlet_up2dateshopproductsearchportlet_WAR_up2date4shopportlet a .alloy-icon,
#portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet a .alloy-icon {
  margin-right: 5px; }
[id="_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_:partlist_form"] ul.parttree-list,
#portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet ul.parttree-list,
#portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet ul.parttree-list,
#portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet .u2d_bundle_partslist ul.parttree-list,
#portlet_up2dateshopproductsearchportlet_WAR_up2date4shopportlet ul.parttree-list,
#portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet ul.parttree-list {
  list-style-type: none;
  margin: 0;
  padding: 0; }
[id="_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_:partlist_form"] div.partlist-wrapper-compact,
#portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet div.partlist-wrapper-compact,
#portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet div.partlist-wrapper-compact,
#portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet .u2d_bundle_partslist div.partlist-wrapper-compact,
#portlet_up2dateshopproductsearchportlet_WAR_up2date4shopportlet div.partlist-wrapper-compact,
#portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet div.partlist-wrapper-compact {
  margin-top: 10px;
  margin-bottom: 10px; }
[id="_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_:partlist_form"] .modal,
#portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet .modal,
#portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet .modal,
#portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet .u2d_bundle_partslist .modal,
#portlet_up2dateshopproductsearchportlet_WAR_up2date4shopportlet .modal,
#portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet .modal {
  height: 320px;
  max-height: 95%;
  max-width: 600px;
  overflow-y: visible;
  overflow-x: hidden; }
  [id="_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_:partlist_form"] .modal .modal-content,
  #portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet .modal .modal-content,
  #portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet .modal .modal-content,
  #portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet .u2d_bundle_partslist .modal .modal-content,
  #portlet_up2dateshopproductsearchportlet_WAR_up2date4shopportlet .modal .modal-content,
  #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet .modal .modal-content {
    height: auto;
    width: 100%; }
  [id="_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_:partlist_form"] .modal .modal-body,
  #portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet .modal .modal-body,
  #portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet .modal .modal-body,
  #portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet .u2d_bundle_partslist .modal .modal-body,
  #portlet_up2dateshopproductsearchportlet_WAR_up2date4shopportlet .modal .modal-body,
  #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet .modal .modal-body {
    max-height: inherit;
    height: 280px;
    overflow-y: visible; }
  [id="_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_:partlist_form"] .modal .up2date-redirect-dialog-form .button-holder,
  #portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet .modal .up2date-redirect-dialog-form .button-holder,
  #portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet .modal .up2date-redirect-dialog-form .button-holder,
  #portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet .u2d_bundle_partslist .modal .up2date-redirect-dialog-form .button-holder,
  #portlet_up2dateshopproductsearchportlet_WAR_up2date4shopportlet .modal .up2date-redirect-dialog-form .button-holder,
  #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet .modal .up2date-redirect-dialog-form .button-holder {
    overflow-y: visible; }
    @media all and (min-width: 600px) {
      [id="_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_:partlist_form"] .modal .up2date-redirect-dialog-form .button-holder,
      #portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet .modal .up2date-redirect-dialog-form .button-holder,
      #portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet .modal .up2date-redirect-dialog-form .button-holder,
      #portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet .u2d_bundle_partslist .modal .up2date-redirect-dialog-form .button-holder,
      #portlet_up2dateshopproductsearchportlet_WAR_up2date4shopportlet .modal .up2date-redirect-dialog-form .button-holder,
      #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet .modal .up2date-redirect-dialog-form .button-holder {
        width: 100%;
        float: right; } }
    [id="_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_:partlist_form"] .modal .up2date-redirect-dialog-form .button-holder button.btn.btn-cancel, [id="_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_:partlist_form"] .modal .up2date-redirect-dialog-form .button-holder div.btn.btn-cancel,
    #portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet .modal .up2date-redirect-dialog-form .button-holder button.btn.btn-cancel,
    #portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet .modal .up2date-redirect-dialog-form .button-holder div.btn.btn-cancel,
    #portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet .modal .up2date-redirect-dialog-form .button-holder button.btn.btn-cancel,
    #portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet .modal .up2date-redirect-dialog-form .button-holder div.btn.btn-cancel,
    #portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet .u2d_bundle_partslist .modal .up2date-redirect-dialog-form .button-holder button.btn.btn-cancel,
    #portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet .u2d_bundle_partslist .modal .up2date-redirect-dialog-form .button-holder div.btn.btn-cancel,
    #portlet_up2dateshopproductsearchportlet_WAR_up2date4shopportlet .modal .up2date-redirect-dialog-form .button-holder button.btn.btn-cancel,
    #portlet_up2dateshopproductsearchportlet_WAR_up2date4shopportlet .modal .up2date-redirect-dialog-form .button-holder div.btn.btn-cancel,
    #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet .modal .up2date-redirect-dialog-form .button-holder button.btn.btn-cancel,
    #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet .modal .up2date-redirect-dialog-form .button-holder div.btn.btn-cancel {
      width: auto;
      float: right; }

#portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: block; }
  #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet .assortment-floattext {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    margin: 0 0 25px 0; }
  #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet .assortment-floattext-text {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    margin: 0 0 25px 0; }
    #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet .assortment-floattext-text:empty {
      display: none; }
  #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet .assortment-navigation-letter-wrapper {
    margin: 0 0 25px 0; }
    #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet .assortment-navigation-letter-wrapper .alloy-output-text {
      display: none; }
    #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet .assortment-navigation-letter-wrapper .assortment-navigation-letter {
      background-color: white;
      color: #202020;
      border: 1px solid #555555;
      text-shadow: none;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      border-radius: 5px;
      box-shadow: inherit;
      font-size: 1.063rem;
      font-weight: 600;
      line-height: 1.842em;
      min-height: 1.842em;
      width: 30px;
      text-align: center;
      padding: 2px 5px 3px 5px;
      margin: 2px 5px 3px 0;
      cursor: pointer;
      display: inline-block; }
      #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet .assortment-navigation-letter-wrapper .assortment-navigation-letter:last-child {
        margin-right: 0; }
      #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet .assortment-navigation-letter-wrapper .assortment-navigation-letter:hover {
        background-color: #555555;
        color: white;
        text-decoration: none; }
  #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet .assortment-list div {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: inline-block;
    margin: 5px 0 5px 0; }
  #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet .assortment-list .assortment-list-anchor {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    border-bottom: 1px solid #555555;
    margin: 20px 0 5px 0;
    padding-bottom: 5px; }
    #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet .assortment-list .assortment-list-anchor .assortment-navigation-anchor {
      font-size: 1.25em;
      line-height: 1.33em;
      font-weight: 600;
      cursor: normal; }
      #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet .assortment-list .assortment-list-anchor .assortment-navigation-anchor:hover, #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet .assortment-list .assortment-list-anchor .assortment-navigation-anchor:focus, #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet .assortment-list .assortment-list-anchor .assortment-navigation-anchor:active {
        cursor: normal;
        text-decoration: none; }
  #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet .assortment-select-type-wrapper {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    margin: 0 0 25px 0;
    text-align: center; }
    #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet .assortment-select-type-wrapper select {
      width: 420px; }

#portlet_up2dateshopimportproductlistportlet_WAR_up2date4shopportlet ul.alloy-messages,
#portlet_up2dateshopimportexportproductlistportlet_WAR_up2date4shopportlet ul.alloy-messages {
  background: #eeeeee;
  border: 1px solid #999999; }
  #portlet_up2dateshopimportproductlistportlet_WAR_up2date4shopportlet ul.alloy-messages .text-info,
  #portlet_up2dateshopimportexportproductlistportlet_WAR_up2date4shopportlet ul.alloy-messages .text-info {
    color: #000000; }
#portlet_up2dateshopimportproductlistportlet_WAR_up2date4shopportlet .import-export-productlist-container,
#portlet_up2dateshopimportexportproductlistportlet_WAR_up2date4shopportlet .import-export-productlist-container {
  padding: 1em; }
#portlet_up2dateshopimportproductlistportlet_WAR_up2date4shopportlet .productlist-container-wrapper,
#portlet_up2dateshopimportexportproductlistportlet_WAR_up2date4shopportlet .productlist-container-wrapper {
  display: flex;
  margin-top: 25px; }
  #portlet_up2dateshopimportproductlistportlet_WAR_up2date4shopportlet .productlist-container-wrapper .import-productlist-container,
  #portlet_up2dateshopimportexportproductlistportlet_WAR_up2date4shopportlet .productlist-container-wrapper .import-productlist-container {
    flex: 1; }
#portlet_up2dateshopimportproductlistportlet_WAR_up2date4shopportlet .import-productlist-container,
#portlet_up2dateshopimportexportproductlistportlet_WAR_up2date4shopportlet .import-productlist-container {
  padding: 1em; }
#portlet_up2dateshopimportproductlistportlet_WAR_up2date4shopportlet .import-productlist-title,
#portlet_up2dateshopimportexportproductlistportlet_WAR_up2date4shopportlet .import-productlist-title {
  font-size: 20px;
  font-weight: bold; }
#portlet_up2dateshopimportproductlistportlet_WAR_up2date4shopportlet form, #portlet_up2dateshopimportproductlistportlet_WAR_up2date4shopportlet a, #portlet_up2dateshopimportproductlistportlet_WAR_up2date4shopportlet button,
#portlet_up2dateshopimportexportproductlistportlet_WAR_up2date4shopportlet form,
#portlet_up2dateshopimportexportproductlistportlet_WAR_up2date4shopportlet a,
#portlet_up2dateshopimportexportproductlistportlet_WAR_up2date4shopportlet button {
  margin-top: 20px; }
#portlet_up2dateshopimportproductlistportlet_WAR_up2date4shopportlet li a,
#portlet_up2dateshopimportexportproductlistportlet_WAR_up2date4shopportlet li a {
  margin-top: 0 !important; }
#portlet_up2dateshopimportproductlistportlet_WAR_up2date4shopportlet .import-productlist-input,
#portlet_up2dateshopimportexportproductlistportlet_WAR_up2date4shopportlet .import-productlist-input {
  font-size: 16px; }
#portlet_up2dateshopimportproductlistportlet_WAR_up2date4shopportlet .import-productlist-buttons,
#portlet_up2dateshopimportexportproductlistportlet_WAR_up2date4shopportlet .import-productlist-buttons {
  margin-top: 10px; }
#portlet_up2dateshopimportproductlistportlet_WAR_up2date4shopportlet .import-productlist-message, #portlet_up2dateshopimportproductlistportlet_WAR_up2date4shopportlet import-export-productlist-message,
#portlet_up2dateshopimportexportproductlistportlet_WAR_up2date4shopportlet .import-productlist-message,
#portlet_up2dateshopimportexportproductlistportlet_WAR_up2date4shopportlet import-export-productlist-message {
  margin-top: 30px; }
#portlet_up2dateshopimportproductlistportlet_WAR_up2date4shopportlet .alloy-field,
#portlet_up2dateshopimportexportproductlistportlet_WAR_up2date4shopportlet .alloy-field {
  margin-top: 10px; }

#portlet_up2dateshopexportproductlistportlet_WAR_up2date4shopportlet .export-productlist-container,
#portlet_up2dateshopimportexportproductlistportlet_WAR_up2date4shopportlet .export-productlist-container {
  flex: 1;
  padding: 1em;
  position: relative; }
#portlet_up2dateshopexportproductlistportlet_WAR_up2date4shopportlet .export-productlist-title,
#portlet_up2dateshopimportexportproductlistportlet_WAR_up2date4shopportlet .export-productlist-title {
  font-size: 20px;
  font-weight: bold; }
#portlet_up2dateshopexportproductlistportlet_WAR_up2date4shopportlet form, #portlet_up2dateshopexportproductlistportlet_WAR_up2date4shopportlet a, #portlet_up2dateshopexportproductlistportlet_WAR_up2date4shopportlet button,
#portlet_up2dateshopimportexportproductlistportlet_WAR_up2date4shopportlet form,
#portlet_up2dateshopimportexportproductlistportlet_WAR_up2date4shopportlet a,
#portlet_up2dateshopimportexportproductlistportlet_WAR_up2date4shopportlet button {
  margin-top: 20px;
  min-width: 275px; }
#portlet_up2dateshopexportproductlistportlet_WAR_up2date4shopportlet li a,
#portlet_up2dateshopimportexportproductlistportlet_WAR_up2date4shopportlet li a {
  margin-top: 0 !important; }
#portlet_up2dateshopexportproductlistportlet_WAR_up2date4shopportlet .export-productlist-input,
#portlet_up2dateshopimportexportproductlistportlet_WAR_up2date4shopportlet .export-productlist-input {
  font-size: 16px; }
#portlet_up2dateshopexportproductlistportlet_WAR_up2date4shopportlet .export-productlist-buttons,
#portlet_up2dateshopimportexportproductlistportlet_WAR_up2date4shopportlet .export-productlist-buttons {
  margin-bottom: 1em; }
#portlet_up2dateshopexportproductlistportlet_WAR_up2date4shopportlet .export-productlist-message,
#portlet_up2dateshopimportexportproductlistportlet_WAR_up2date4shopportlet .export-productlist-message {
  margin-top: 30px; }

#portlet_up2dateshopexportproductlistportlet_WAR_up2date4shopportlet .export-productlist-buttons {
  margin-top: 10px; }

#portlet_up2dateshopimportexportproductlistportlet_WAR_up2date4shopportlet .export-productlist-buttons {
  position: absolute;
  bottom: 0;
  bottom: 1em; }

.up2date-shop-favorite-portlet button.btn, .up2date-shop-favorite-portlet div.btn,
.up2date-shop-favoritelist-portlet button.btn,
.up2date-shop-favoritelist-portlet div.btn {
  min-width: 30px;
  margin-right: 5px; }
  .up2date-shop-favorite-portlet button.btn:last-child, .up2date-shop-favorite-portlet div.btn:last-child,
  .up2date-shop-favoritelist-portlet button.btn:last-child,
  .up2date-shop-favoritelist-portlet div.btn:last-child {
    margin-right: 0; }
.up2date-shop-favorite-portlet div.alloy-panel.alloy-panel-favorite-creation,
.up2date-shop-favoritelist-portlet div.alloy-panel.alloy-panel-favorite-creation {
  padding: 5px;
  width: 100%; }
.up2date-shop-favorite-portlet div.alloy-panel .alloy-field,
.up2date-shop-favoritelist-portlet div.alloy-panel .alloy-field {
  margin-top: 10px; }
  .up2date-shop-favorite-portlet div.alloy-panel .alloy-field .control-label,
  .up2date-shop-favoritelist-portlet div.alloy-panel .alloy-field .control-label {
    display: block;
    float: left;
    padding: 0;
    margin: 5px 10px; }
.up2date-shop-favorite-portlet .alloy-output-headline,
.up2date-shop-favoritelist-portlet .alloy-output-headline {
  font-weight: 600;
  font-size: 15px; }
.up2date-shop-favorite-portlet .main-table.up2date-entries-favorites,
.up2date-shop-favoritelist-portlet .main-table.up2date-entries-favorites {
  margin-top: 40px;
  width: 100%; }
  .up2date-shop-favorite-portlet .main-table.up2date-entries-favorites .alloy-table-row,
  .up2date-shop-favoritelist-portlet .main-table.up2date-entries-favorites .alloy-table-row {
    vertical-align: bottom; }
    .up2date-shop-favorite-portlet .main-table.up2date-entries-favorites .alloy-table-row:nth-child(2n + 1),
    .up2date-shop-favoritelist-portlet .main-table.up2date-entries-favorites .alloy-table-row:nth-child(2n + 1) {
      background-color: #eeeeee; }
    .up2date-shop-favorite-portlet .main-table.up2date-entries-favorites .alloy-table-row.favorite-entries-header,
    .up2date-shop-favoritelist-portlet .main-table.up2date-entries-favorites .alloy-table-row.favorite-entries-header {
      font-weight: 600;
      background-color: white;
      border-bottom: 1px solid black; }
    .up2date-shop-favorite-portlet .main-table.up2date-entries-favorites .alloy-table-row .alloy-column,
    .up2date-shop-favoritelist-portlet .main-table.up2date-entries-favorites .alloy-table-row .alloy-column {
      padding: 10px 15px 10px 15px; }
      @media all and (min-width: 600px) {
        .up2date-shop-favorite-portlet .main-table.up2date-entries-favorites .alloy-table-row .alloy-column,
        .up2date-shop-favoritelist-portlet .main-table.up2date-entries-favorites .alloy-table-row .alloy-column {
          border-right: 1px solid #555555; } }
      .up2date-shop-favorite-portlet .main-table.up2date-entries-favorites .alloy-table-row .alloy-column:before,
      .up2date-shop-favoritelist-portlet .main-table.up2date-entries-favorites .alloy-table-row .alloy-column:before {
        padding: 0 0 0 0; }
      .up2date-shop-favorite-portlet .main-table.up2date-entries-favorites .alloy-table-row .alloy-column:last-child,
      .up2date-shop-favoritelist-portlet .main-table.up2date-entries-favorites .alloy-table-row .alloy-column:last-child {
        border-right: none; }
      .up2date-shop-favorite-portlet .main-table.up2date-entries-favorites .alloy-table-row .alloy-column .alloy-output-text,
      .up2date-shop-favoritelist-portlet .main-table.up2date-entries-favorites .alloy-table-row .alloy-column .alloy-output-text {
        width: 100%;
        display: inline-block; }
        .up2date-shop-favorite-portlet .main-table.up2date-entries-favorites .alloy-table-row .alloy-column .alloy-output-text.alloy-output-number,
        .up2date-shop-favoritelist-portlet .main-table.up2date-entries-favorites .alloy-table-row .alloy-column .alloy-output-text.alloy-output-number {
          text-align: right; }
    .up2date-shop-favorite-portlet .main-table.up2date-entries-favorites .alloy-table-row .favorite-entries-column-name,
    .up2date-shop-favoritelist-portlet .main-table.up2date-entries-favorites .alloy-table-row .favorite-entries-column-name {
      width: -moz-calc((100% - 150px));
      width: -webkit-calc((100% - 150px));
      width: calc((100% - 150px)); }
    .up2date-shop-favorite-portlet .main-table.up2date-entries-favorites .alloy-table-row .favorite-entries-column-entries,
    .up2date-shop-favoritelist-portlet .main-table.up2date-entries-favorites .alloy-table-row .favorite-entries-column-entries {
      width: 50px; }
    .up2date-shop-favorite-portlet .main-table.up2date-entries-favorites .alloy-table-row .favorite-entries-column-actions,
    .up2date-shop-favoritelist-portlet .main-table.up2date-entries-favorites .alloy-table-row .favorite-entries-column-actions {
      width: 100px; }

#portlet_up2dateshopcartfreeorderportlet_WAR_up2date4shopportlet label {
  margin-top: 3px;
  min-width: 145px;
  float: left; }
#portlet_up2dateshopcartfreeorderportlet_WAR_up2date4shopportlet textarea {
  width: -moz-calc((100% - 145px));
  width: -webkit-calc((100% - 145px));
  width: calc((100% - 145px)); }
#portlet_up2dateshopcartfreeorderportlet_WAR_up2date4shopportlet input, #portlet_up2dateshopcartfreeorderportlet_WAR_up2date4shopportlet select {
  float: left;
  width: 105px;
  font-size: 15px; }
#portlet_up2dateshopcartfreeorderportlet_WAR_up2date4shopportlet input.form-input-number {
  text-align: right; }
#portlet_up2dateshopcartfreeorderportlet_WAR_up2date4shopportlet .field_panel, #portlet_up2dateshopcartfreeorderportlet_WAR_up2date4shopportlet .description_panel, #portlet_up2dateshopcartfreeorderportlet_WAR_up2date4shopportlet .product_search_row {
  clear: both; }
#portlet_up2dateshopcartfreeorderportlet_WAR_up2date4shopportlet .description_panel div.alloy-field {
  width: 100%; }
#portlet_up2dateshopcartfreeorderportlet_WAR_up2date4shopportlet .field_panel div.alloy-field {
  width: auto !important;
  float: left;
  margin-right: 1em; }

li[id="_2_WAR_notificationsportlet_userNotifications"] {
  display: none !important; }

* {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

img {
  width: auto;
  height: auto;
  max-width: 100%;
  display: block; }

html {
  width: 100%;
  height: 100%; }

.aui body {
  width: 100%;
  height: auto;
  overflow-x: hidden;
  overflow-y: scroll;
  background: white none no-repeat center center;
  margin: 0 0 0 0;
  padding: 0 0 0 0; }

.stickyWrap {
  min-height: 100vh;
  min-height: -moz-calc(100vh - 55px);
  min-height: -webkit-calc(100vh - 55px);
  min-height: calc(100vh - 55px); }

.wrap {
  width: 94%;
  max-width: 1140px;
  height: auto;
  margin: 0 auto 0 auto;
  position: relative;
  overflow: hidden; }
  .wrap.wrapvisible {
    overflow: visible; }

.up2date-text .wrap {
  max-width: 768px; }

.portlet-topper .portlet-topper-toolbar:-moz-only-whitespace, .portlet-topper .portlet-topper-toolbar:blank, .portlet-topper .portlet-topper-toolbar:empty {
  display: none !important; }

#portlet_new-password {
  padding: 20px; }
  #portlet_new-password .control-group {
    margin-left: 10px; }
    #portlet_new-password .control-group .control-label {
      min-width: 150px; }

ul.alloy-messages {
  background: #fee5e2;
  border: 1px solid #fcaca5;
  color: #b50303;
  width: 95%;
  max-width: 600px;
  margin: 0 auto 25px;
  padding: 6px 25px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px; }
  ul.alloy-messages .text-warning {
    color: #b50303; }

div.btn-menu {
  position: relative;
  display: inline-block; }
  div.btn-menu button.btn {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
    div.btn-menu button.btn.btn-default-action, div.btn-menu button.btn.btn-menu-caret {
      position: relative;
      width: auto;
      height: 18px;
      font-size: 13px;
      bottom: 0;
      left: 0; }
    div.btn-menu button.btn.btn-default-action {
      padding: 0 20px;
      margin-right: 0;
      -webkit-border-top-left-radius: 5px;
      -moz-border-radius-topleft: 5px;
      border-top-left-radius: 5px;
      -webkit-border-bottom-left-radius: 5px;
      -moz-border-radius-bottomleft: 5px;
      border-bottom-left-radius: 5px; }
    div.btn-menu button.btn.btn-menu-caret {
      margin-left: 0;
      padding: 0 10px;
      border-left: none;
      -webkit-border-top-right-radius: 5px;
      -moz-border-radius-topright: 5px;
      border-top-right-radius: 5px;
      -webkit-border-bottom-right-radius: 5px;
      -moz-border-radius-bottomright: 5px;
      border-bottom-right-radius: 5px; }
      div.btn-menu button.btn.btn-menu-caret span.caret {
        margin-top: 6px; }
  div.btn-menu.dropup button.btn-menu-caret span.caret {
    border-bottom: 4px solid #cccccc; }
  div.btn-menu.dropdown button.btn-menu-caret span.caret {
    border-top: 4px solid #cccccc; }
  div.btn-menu div.btn-menu-hoverarea {
    margin: 0;
    padding: 0;
    z-index: 1000;
    border: none;
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
    div.btn-menu div.btn-menu-hoverarea ul {
      position: relative;
      display: block;
      margin: 0;
      padding: 0;
      list-style-type: none; }
      div.btn-menu div.btn-menu-hoverarea ul li {
        display: block;
        width: 100%; }
        div.btn-menu div.btn-menu-hoverarea ul li a {
          display: block;
          width: 100%;
          line-height: 1.7em;
          font-size: 13px;
          padding: 0 15px;
          border-bottom-width: 0;
          -webkit-border-radius: 0;
          -moz-border-radius: 0;
          border-radius: 0; }
        div.btn-menu div.btn-menu-hoverarea ul li:first-child a {
          -webkit-border-top-left-radius: 5px;
          -moz-border-radius-topleft: 5px;
          border-top-left-radius: 5px;
          -webkit-border-top-right-radius: 5px;
          -moz-border-radius-topright: 5px;
          border-top-right-radius: 5px; }
        div.btn-menu div.btn-menu-hoverarea ul li:last-child a {
          border-bottom-width: 1px;
          -webkit-border-bottom-left-radius: 5px;
          -moz-border-radius-bottomleft: 5px;
          border-bottom-left-radius: 5px;
          -webkit-border-bottom-right-radius: 5px;
          -moz-border-radius-bottomright: 5px;
          border-bottom-right-radius: 5px; }
    div.btn-menu div.btn-menu-hoverarea.dropdown-menu-left {
      left: 0;
      right: auto; }
    div.btn-menu div.btn-menu-hoverarea.dropdown-menu-right {
      right: 0;
      left: auto; }
  div.btn-menu.dropup div.btn-menu-hoverarea {
    margin-bottom: 5px; }
  div.btn-menu.dropdown div.btn-menu-hoverarea {
    margin-top: 5px; }

#portlet_up2dateshopproductsearchportlet_WAR_up2date4shopportlet ul.alloy-messages {
  background: #eeeeee;
  border: 1px solid #999999;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 8px;
  padding: 1em; }
  #portlet_up2dateshopproductsearchportlet_WAR_up2date4shopportlet ul.alloy-messages .text-info {
    color: #000000; }
#portlet_up2dateshopproductsearchportlet_WAR_up2date4shopportlet .cartoptions-component .button-holder {
  display: inline-block; }

.aui div.alloy-panel {
  background-color: transparent;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  padding: 0 0 0 0;
  margin-bottom: 0;
  box-shadow: none; }
  .aui div.alloy-panel div.alloy-panel-body {
    padding: 0 0 0 0;
    margin-bottom: 0; }

@media all and (min-width: 600px) {
  .vtable {
    display: table;
    table-layout: fixed;
    width: 100%;
    width: -moz-calc((100% - -1rem));
    width: -webkit-calc((100% - -1rem));
    width: calc((100% - -1rem));
    margin: 0 -.5rem 0 -.5rem; }
    .vtable .vcenter {
      display: table-cell;
      vertical-align: middle;
      float: none;
      margin-left: 0;
      padding: 0 .5rem 0 .5rem; }
      .vtable .vcenter.cell2 {
        width: 16.666%; }
      .vtable .vcenter.cell3 {
        width: 25%; }
      .vtable .vcenter.cell4 {
        width: 33.333%; }
      .vtable .vcenter.cell10 {
        width: 83.333%; } }
/*
 * Page Header / #banner
 */
.aui header#banner .portlet-dockbar .navbar-static-top a .user-avatar-image {
  max-width: 31px; }

@media all and (max-width: 767px) {
  .aui header#banner .portlet-dockbar .navbar-static-top {
    margin-right: 0; } }
header#banner {
  min-height: 60px;
  background-color: #555555;
  color: white;
  padding: 0px 0px 20px 0px;
  position: relative; }
  @media all and (max-width: 767px) {
    header#banner {
      padding: 0px 0px 10px 0px; } }
  header#banner a {
    color: white; }
  header#banner #headerTop {
    overflow: visible;
    text-align: right;
    padding-top: 5px;
    padding-bottom: 10px; }
    header#banner #headerTop .portlet-boundary {
      position: relative;
      padding: 0 0 0 0;
      display: inline-block;
      vertical-align: middle; }
      header#banner #headerTop .portlet-boundary .navbar .navbar-inner {
        min-height: auto;
        background: transparent;
        position: relative; }
        header#banner #headerTop .portlet-boundary .navbar .navbar-inner .container {
          width: auto; }
          header#banner #headerTop .portlet-boundary .navbar .navbar-inner .container > span {
            width: auto;
            height: auto;
            overflow: hidden; }
            header#banner #headerTop .portlet-boundary .navbar .navbar-inner .container > span .nav-collapse {
              display: inline-block; }
          header#banner #headerTop .portlet-boundary .navbar .navbar-inner .container .nav {
            margin-bottom: -7px; }
            header#banner #headerTop .portlet-boundary .navbar .navbar-inner .container .nav li a {
              padding: 0 0 0 0; }
    header#banner #headerTop > ul {
      width: auto;
      height: auto;
      overflow: hidden;
      display: inline-block;
      list-style: none;
      position: relative;
      margin: 0 0 0 0;
      right: inherit;
      vertical-align: middle; }
      @media all and (max-width: 767px) {
        header#banner #headerTop > ul {
          margin-bottom: 10px; } }
      header#banner #headerTop > ul li {
        display: inline-block;
        margin-left: 1em;
        background: none; }
        header#banner #headerTop > ul li a {
          background: none; }
          header#banner #headerTop > ul li a:active, header#banner #headerTop > ul li a:hover, header#banner #headerTop > ul li a:focus {
            text-decoration: none; }
        header#banner #headerTop > ul li:first-child {
          margin-left: 0; }
  header#banner #mainHeader .headerInfo {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    margin-top: 20px; }
    @media all and (max-width: 767px) {
      header#banner #mainHeader .headerInfo.vtable {
        display: table;
        table-layout: fixed;
        width: 100%;
        width: -moz-calc((100% - -1rem));
        width: -webkit-calc((100% - -1rem));
        width: calc((100% - -1rem));
        margin: 10px -.5rem 0 -.5rem; }
        header#banner #mainHeader .headerInfo.vtable .vcenter {
          display: table-cell;
          vertical-align: middle;
          float: none;
          margin-left: 0;
          padding: 0 .5rem 0 .5rem; }
          header#banner #mainHeader .headerInfo.vtable .vcenter.titleArea {
            width: 60%; }
            header#banner #mainHeader .headerInfo.vtable .vcenter.titleArea .site-title {
              margin-bottom: 0; }
          header#banner #mainHeader .headerInfo.vtable .vcenter.cart {
            width: 40%; }
            header#banner #mainHeader .headerInfo.vtable .vcenter.cart .cart_mini_container {
              width: 70%;
              margin-right: 0; }
              header#banner #mainHeader .headerInfo.vtable .vcenter.cart .cart_mini_container .alloy-output-text:first-child {
                display: none; }
              header#banner #mainHeader .headerInfo.vtable .vcenter.cart .cart_mini_container i {
                margin: 0 0 0 0; }
          header#banner #mainHeader .headerInfo.vtable .vcenter.headerContact, header#banner #mainHeader .headerInfo.vtable .vcenter.headerAdresse {
            display: none; } }
    @media all and (min-width: 600px) {
      header#banner #mainHeader .headerInfo {
        margin-top: 0;
        width: 100%;
        width: -moz-calc((100% - -1rem));
        width: -webkit-calc((100% - -1rem));
        width: calc((100% - -1rem)); } }
    header#banner #mainHeader .headerInfo .site-title {
      margin-right: 0;
      margin-bottom: 15px; }
      @media all and (min-width: 600px) {
        header#banner #mainHeader .headerInfo .site-title {
          margin-right: 15px;
          margin-bottom: 0; } }
      header#banner #mainHeader .headerInfo .site-title .logo {
        position: relative;
        width: 100%;
        height: auto;
        overflow: hidden; }
        header#banner #mainHeader .headerInfo .site-title .logo:hover {
          text-decoration: none;
          cursor: pointer; }
        header#banner #mainHeader .headerInfo .site-title .logo .logo_large {
          display: none;
          max-width: 250px; }
        header#banner #mainHeader .headerInfo .site-title .logo .logo_small {
          display: block;
          width: auto;
          max-width: 250px;
          height: auto;
          overflow: hidden;
          text-align: center;
          margin: 0 0 0 0; }
          header#banner #mainHeader .headerInfo .site-title .logo .logo_small img {
            text-align: center; }
        @media all and (min-width: 600px) {
          header#banner #mainHeader .headerInfo .site-title .logo .logo_large {
            display: block; }
          header#banner #mainHeader .headerInfo .site-title .logo .logo_small {
            display: none; } }
      header#banner #mainHeader .headerInfo .site-title .custom-logo {
        background-image: url(/up2date4-partshop-default-theme/css/../images/custom/login_btn.png);
        background-repeat: no-repeat; }
    header#banner #mainHeader .headerInfo .headerAdresse {
      display: none; }
      @media all and (min-width: 1024px) {
        header#banner #mainHeader .headerInfo .headerAdresse {
          display: table-cell; }
          header#banner #mainHeader .headerInfo .headerAdresse .innerWrap {
            padding-bottom: 5px; } }
    header#banner #mainHeader .headerInfo .headerContact {
      display: none; }
      @media all and (min-width: 1024px) {
        header#banner #mainHeader .headerInfo .headerContact {
          display: table-cell; }
          header#banner #mainHeader .headerInfo .headerContact .innerWrap {
            padding-bottom: 5px; } }
  header#banner .certificationIcon {
    text-align: right; }
  @media all and (max-width: 599px) {
    header#banner .cart .vtable {
      display: table;
      table-layout: fixed;
      width: 100%;
      width: -moz-calc((100% - -1rem));
      width: -webkit-calc((100% - -1rem));
      width: calc((100% - -1rem));
      margin: 0 -.5rem 0 -.5rem; }
      header#banner .cart .vtable .vcenter {
        display: table-cell;
        vertical-align: middle;
        float: none;
        margin-left: 0;
        padding: 0 .5rem 0 .5rem; }
        header#banner .cart .vtable .vcenter.cell10 {
          width: 80%; }
        header#banner .cart .vtable .vcenter.cell2 {
          width: 20%; } }
  @media all and (min-width: 600px) {
    header#banner .cart {
      text-align: right; } }
  header#banner .cart #cart_portlet_dropzone {
    width: 100%;
    height: auto;
    overflow: visible;
    position: relative; }
    header#banner .cart #cart_portlet_dropzone img {
      display: none; }
    header#banner .cart #cart_portlet_dropzone .cart_mini_container {
      width: 94%;
      display: block;
      max-width: 380px;
      position: relative;
      padding: 15px 15px 5px 0;
      margin-left: auto;
      margin-right: auto; }
      @media all and (min-width: 600px) {
        header#banner .cart #cart_portlet_dropzone .cart_mini_container {
          max-width: 200px;
          display: inline-block; } }
    header#banner .cart #cart_portlet_dropzone .cart_mini_link {
      display: block;
      color: #202020;
      background-color: white;
      padding: 2px 10px 2px 10px;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      -ms-border-radius: 2px;
      border-radius: 2px;
      position: relative;
      font-size: 1.063rem;
      line-height: 2.063rem;
      text-align: center;
      text-transform: uppercase;
      height: 2.313rem; }
      header#banner .cart #cart_portlet_dropzone .cart_mini_link i {
        margin-left: 10px; }
      header#banner .cart #cart_portlet_dropzone .cart_mini_link:hover {
        text-decoration: none; }
      header#banner .cart #cart_portlet_dropzone .cart_mini_link .cart_mini_counter {
        width: 24px;
        height: 24px;
        position: absolute;
        right: -12px;
        top: -12px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        font-size: 0.625rem;
        line-height: 1.5rem;
        text-align: center; }

/* ----- Breadcrumb ----- */
.aui .breadcrumb {
  background: lightgrey;
  padding: 8px 15px;
  margin: 0px;
  float: left; }

#breadcrumbMenu {
  width: 100%;
  height: auto;
  overflow: hidden;
  font-size: 0.813rem;
  font-weight: 600;
  padding: 30px 0 10px 0; }
  #breadcrumbMenu #breadcrumbs {
    display: none; }
    @media all and (min-width: 768px) {
      #breadcrumbMenu #breadcrumbs {
        display: block; } }
  #breadcrumbMenu .breadcrumb {
    background: none; }
  #breadcrumbMenu li,
  #breadcrumbMenu ul {
    list-style: none;
    padding: 0;
    display: inline; }
    #breadcrumbMenu li li span,
    #breadcrumbMenu li li a,
    #breadcrumbMenu ul li span,
    #breadcrumbMenu ul li a {
      text-shadow: none; }
    #breadcrumbMenu li li:last-child .divider,
    #breadcrumbMenu ul li:last-child .divider {
      display: none; }

#wrapper {
  margin: 0 auto;
  padding: 0 0;
  position: relative;
  overflow: hidden; }

/* ----- up2date_home_layouttpl ----- */
.homeIntro {
  position: relative;
  width: 100%;
  height: auto;
  overflow: visible;
  display: block;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }
  @media all and (max-width: 767px) {
    .homeIntro {
      background-image: none !important;
      background-color: #eeeeee; } }
  .homeIntro .wrap {
    overflow: visible;
    display: block;
    position: relative; }
    @media all and (max-width: 767px) {
      .homeIntro .wrap {
        width: 100%; } }
    .homeIntro .wrap:after {
      content: ".";
      display: block;
      clear: both;
      visibility: hidden;
      line-height: 0;
      height: 0; }
    .homeIntro .wrap #column-1 {
      padding: 0 0 0 0; }
      @media all and (min-width: 600px) {
        .homeIntro .wrap #column-1 {
          padding: 10px 0 10px 0; } }
    .homeIntro .wrap .portlet-column {
      float: left;
      width: 100%;
      max-width: 470px; }
      @media all and (max-width: 767px) {
        .homeIntro .wrap .portlet-column {
          margin: 0 auto;
          max-width: 100%;
          overflow: visible;
          position: relative; }
          .homeIntro .wrap .portlet-column > .portlet-dropzone {
            max-width: 470px;
            margin: 0 auto; } }
  .homeIntro .portlet {
    border: none; }
  .homeIntro .posSlider {
    text-align: center;
    margin: 0 0 0 0; }
    @media all and (min-width: 768px) {
      .homeIntro .posSlider {
        position: absolute;
        top: 0;
        left: 0;
        right: 0; } }
    .homeIntro .posSlider .portlet-dropzone {
      width: 100%;
      height: auto;
      overflow: hidden; }
      .homeIntro .posSlider .portlet-dropzone .portlet-content {
        padding: 0 0 0 0; }

.page-title {
  background: none repeat scroll 0 0 black;
  padding-bottom: 3px;
  padding-top: 1px;
  text-align: center;
  width: 100%;
  color: white;
  margin-top: 70px; }

.page-title-home {
  display: none;
  padding-top: 0px; }

.up2date-home .gridrow-table .hightlight-background-color {
  padding: 1rem 1rem 1rem 1rem; }
.up2date-home ul li {
  padding: 3px 0 4px 0;
  line-height: inherit; }

.titleImage {
  text-align: center; }
  .titleImage img {
    margin: 0 auto;
    text-align: center; }

/*
 * Page Footer / #footer
 */
#footer {
  width: 100%;
  height: auto;
  overflow: hidden;
  font-size: 0.813rem;
  font-weight: 600;
  padding: 10px 0 10px 0;
  margin-top: 35px; }
  #footer .footerNavigation {
    text-align: center; }
  #footer li,
  #footer ul {
    list-style: none;
    padding: 0;
    display: inline; }
    #footer li li:before,
    #footer ul li:before {
      content: " | "; }
    #footer li li:first-child:before,
    #footer ul li:first-child:before {
      content: none; }
  #footer .powered-by {
    display: block; }

.portlet {
  border: none; }
  .portlet .portlet-title img {
    display: none; }
  .portlet .portlet-content {
    padding: 0 0 0 0; }
  .portlet .lfr-meta-actions {
    width: 100%;
    height: auto;
    overflow: hidden; }
    .portlet .lfr-meta-actions .lfr-icon-actions {
      width: 100%;
      height: auto;
      overflow: hidden;
      display: table;
      min-height: 30px; }
      .portlet .lfr-meta-actions .lfr-icon-actions .lfr-icon-action {
        width: 20px;
        min-height: 30px;
        height: auto;
        overflow: hidden; }
        .portlet .lfr-meta-actions .lfr-icon-actions .lfr-icon-action img {
          display: none; }
        .portlet .lfr-meta-actions .lfr-icon-actions .lfr-icon-action span {
          margin-left: 20px;
          vertical-align: middle;
          height: 100%;
          -webkit-transition: none 0s ease-in-out;
          transition: none 0s ease-in-out; }
  .portlet:hover .lfr-meta-actions .lfr-icon-actions .lfr-icon-action {
    width: 100%;
    float: none;
    display: block; }

/* ---------- Color-Class ---------- */
.primary-background-color {
  background: #555555; }

.primary-text-color {
  color: #555555; }

.secondary-background-color {
  background: lightgrey; }

.secondary-text-color a,
.secondary-text-color {
  color: lightgrey; }

.hightlight-background-color {
  background: #eeeeee; }

.alternativ-text-color a,
.alternativ-text-color {
  color: white !important; }

.logoutLink {
  float: right;
  color: white !important;
  margin: 4px 8px 0px 2px;
  font-size: 12px; }

#sign-in {
  display: none;
  margin-bottom: 8px;
  position: relative; }

.menu-toggle {
  background: url(/up2date4-partshop-default-theme/css/../images/custom/icons_sprite.png) 0 -180px;
  background-size: auto 120px;
  cursor: pointer;
  height: 60px;
  left: 0;
  position: absolute;
  top: 0;
  width: 60px;
  z-index: 10; }

.nav-visible #navigation,
.nav-visible #sign-in {
  display: block; }

/* ------ Portlet Login ------ */
.portlet-login .control-group input {
  padding: 4px 2% !IMPORTANT;
  max-width: 250px; }

.portlet-borderless-container {
  min-height: 0px; }

#content {
  background-color: white; }

/* ----- iconBar Content Article ----- */
#iconbar_phone {
  display: none; }

#iconbar {
  overflow: hidden; }
  #iconbar #iconBar_content {
    max-width: 50%;
    float: right; }
    #iconbar #iconBar_content a img {
      height: 35px;
      width: auto;
      float: right; }

/* ---------- Extras ---------- */
.ie7 #navToggle,
.ie8 #navToggle {
  background: url(/up2date4-partshop-default-theme/css/../images/custom/menu_button_ie.png);
  display: block !important; }

.portlet-boundary {
  width: 100%;
  height: auto;
  overflow: visible;
  display: inline; }

.paginator {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: block;
  position: relative;
  border-top: 1px solid #555555;
  margin-top: 25px;
  padding: 20px 0 30px 0; }
  @media all and (min-width: 480px) {
    .paginator {
      padding-bottom: 10; } }
  .paginator button {
    width: 40px !important;
    display: inline-block !important;
    min-height: 27px !important;
    padding: 0 0 0 0 !important;
    overflow: hidden;
    position: relative;
    margin: 0 5px 0 5px; }
    .paginator button:before {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    .paginator button.paginator-first, .paginator button.productlist-paginator-first, .paginator button.part-paginator-first, .paginator button.partlist-paginator-first {
      margin-left: 0; }
    .paginator button .alloy-output-text {
      display: none; }
  .paginator .paginator-position,
  .paginator .productlist-paginator-position,
  .paginator .part-paginator-position,
  .paginator .partlist-paginator-position {
    position: absolute;
    bottom: 0; }
    @media all and (min-width: 480px) {
      .paginator .paginator-position,
      .paginator .productlist-paginator-position,
      .paginator .part-paginator-position,
      .paginator .partlist-paginator-position {
        position: relative;
        bottom: inherit;
        display: inline-block;
        margin: 0 5px 0 5px; } }

/*
ul.alloy-data-list {
	list-style: none; 
	margin: 0 0 0 1.25em;

	li { 
		list-style: none;
		padding: .5em 0 .5em 0;
		position: relative;
		
		&:first-child {
			padding-top: 0;
		}

		&:last-child {
			padding-bottom: 0;
		}

		&:before {
			left: -1.25em;
			position: absolute;
		} 

		ul { 
			margin-top: 1em;
		}
	}
}
*/
.aui .row-fluid .span12 {
  float: none !important;
  margin: 0 0 0 0;
  width: auto;
  min-height: auto; }

.part-buttonrow {
  margin-top: 20px;
  text-align: right; }
  .part-buttonrow div.part-buttonrow-right {
    float: right; }
  .part-buttonrow div.part-buttonrow-left {
    float: left; }
  .part-buttonrow div.part-buttonrow-left,
  .part-buttonrow div.part-buttonrow-right {
    margin-bottom: 20px; }
    .part-buttonrow div.part-buttonrow-left button.btn,
    .part-buttonrow div.part-buttonrow-left div.btn,
    .part-buttonrow div.part-buttonrow-left div.btn-menu,
    .part-buttonrow div.part-buttonrow-right button.btn,
    .part-buttonrow div.part-buttonrow-right div.btn,
    .part-buttonrow div.part-buttonrow-right div.btn-menu {
      float: left;
      padding: 10px 20px; }
      @media all and (min-width: 768px) {
        .part-buttonrow div.part-buttonrow-left button.btn,
        .part-buttonrow div.part-buttonrow-left div.btn,
        .part-buttonrow div.part-buttonrow-left div.btn-menu,
        .part-buttonrow div.part-buttonrow-right button.btn,
        .part-buttonrow div.part-buttonrow-right div.btn,
        .part-buttonrow div.part-buttonrow-right div.btn-menu {
          padding: 2px 20px;
          margin-left: 20px; } }
      .part-buttonrow div.part-buttonrow-left button.btn:first-child,
      .part-buttonrow div.part-buttonrow-left div.btn:first-child,
      .part-buttonrow div.part-buttonrow-left div.btn-menu:first-child,
      .part-buttonrow div.part-buttonrow-right button.btn:first-child,
      .part-buttonrow div.part-buttonrow-right div.btn:first-child,
      .part-buttonrow div.part-buttonrow-right div.btn-menu:first-child {
        margin-left: 0; }
    .part-buttonrow div.part-buttonrow-left div.cartoptions-component,
    .part-buttonrow div.part-buttonrow-right div.cartoptions-component {
      display: inline-block;
      float: left;
      margin-left: 20px; }
      .part-buttonrow div.part-buttonrow-left div.cartoptions-component div.button-holder,
      .part-buttonrow div.part-buttonrow-right div.cartoptions-component div.button-holder {
        margin: 0; }
    .part-buttonrow div.part-buttonrow-left div.btn-menu button.btn,
    .part-buttonrow div.part-buttonrow-right div.btn-menu button.btn {
      margin-right: 0;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0; }
      .part-buttonrow div.part-buttonrow-left div.btn-menu button.btn.btn-default-action,
      .part-buttonrow div.part-buttonrow-right div.btn-menu button.btn.btn-default-action {
        -webkit-border-top-left-radius: 5px;
        -moz-border-radius-topleft: 5px;
        border-top-left-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
        -moz-border-radius-bottomleft: 5px;
        border-bottom-left-radius: 5px; }
      .part-buttonrow div.part-buttonrow-left div.btn-menu button.btn.btn-menu-caret,
      .part-buttonrow div.part-buttonrow-right div.btn-menu button.btn.btn-menu-caret {
        margin-left: 0;
        padding: 0 10px;
        border-left: none;
        -webkit-border-top-right-radius: 5px;
        -moz-border-radius-topright: 5px;
        border-top-right-radius: 5px;
        -webkit-border-bottom-right-radius: 5px;
        -moz-border-radius-bottomright: 5px;
        border-bottom-right-radius: 5px; }

.main-table .alloy-column:before {
  content: "" attr(data-label) "";
  width: 100%;
  display: block;
  padding: .750em 0 .250em 0; }
.main-table .alloy-table-head {
  display: none; }
.main-table.up2date-entries-positions {
  width: 100%;
  height: auto;
  font-size: 15px; }
  .main-table.up2date-entries-positions .alloy-table-row {
    background-color: #eeeeee; }
    .main-table.up2date-entries-positions .alloy-table-row .alloy-column {
      padding: 5px 10px; }
      .main-table.up2date-entries-positions .alloy-table-row .alloy-column:before {
        content: "" attr(data-label) ": ";
        width: 100%;
        display: inline;
        color: black;
        font-weight: 600; }
      .main-table.up2date-entries-positions .alloy-table-row .alloy-column:last-child:before {
        display: none; }
      .main-table.up2date-entries-positions .alloy-table-row .alloy-column.article-entries-column-price {
        font-weight: 600; }
    .main-table.up2date-entries-positions .alloy-table-row:nth-child(2n) {
      background-color: white; }
    .main-table.up2date-entries-positions .alloy-table-row.article-available .article-entries-column-name,
    .main-table.up2date-entries-positions .alloy-table-row.article-available .productlist-column-name {
      position: relative;
      padding: 5px 10px; }
      .main-table.up2date-entries-positions .alloy-table-row.article-available .article-entries-column-name .alert,
      .main-table.up2date-entries-positions .alloy-table-row.article-available .productlist-column-name .alert {
        position: relative;
        background: none;
        border: none;
        padding: 0 5px 0 5px;
        margin: 0 0 0 0;
        font-size: 15px;
        line-height: 1.333em;
        display: inline-block; }
        .main-table.up2date-entries-positions .alloy-table-row.article-available .article-entries-column-name .alert .fa,
        .main-table.up2date-entries-positions .alloy-table-row.article-available .productlist-column-name .alert .fa {
          bottom: 5px;
          position: relative;
          color: #488f06;
          padding: 5px 10px;
          font-size: 20px;
          line-height: 1.333em; }
          @media all and (min-width: 600px) {
            .main-table.up2date-entries-positions .alloy-table-row.article-available .article-entries-column-name .alert .fa,
            .main-table.up2date-entries-positions .alloy-table-row.article-available .productlist-column-name .alert .fa {
              padding: 0px 10px; } }
          .main-table.up2date-entries-positions .alloy-table-row.article-available .article-entries-column-name .alert .fa.fa-check-circle,
          .main-table.up2date-entries-positions .alloy-table-row.article-available .productlist-column-name .alert .fa.fa-check-circle {
            color: #488f06; }
        .main-table.up2date-entries-positions .alloy-table-row.article-available .article-entries-column-name .alert .alert-hover,
        .main-table.up2date-entries-positions .alloy-table-row.article-available .productlist-column-name .alert .alert-hover {
          right: 20px;
          background-color: #488f06;
          color: white;
          max-width: 250px;
          padding: 0 0;
          display: none;
          z-index: 10;
          -webkit-border-radius: 5px;
          -moz-border-radius: 5px;
          border-radius: 5px; }
          .main-table.up2date-entries-positions .alloy-table-row.article-available .article-entries-column-name .alert .alert-hover.alert-hover-warning,
          .main-table.up2date-entries-positions .alloy-table-row.article-available .productlist-column-name .alert .alert-hover.alert-hover-warning {
            background-color: #bf7900; }
          .main-table.up2date-entries-positions .alloy-table-row.article-available .article-entries-column-name .alert .alert-hover.alert-hover-error,
          .main-table.up2date-entries-positions .alloy-table-row.article-available .productlist-column-name .alert .alert-hover.alert-hover-error {
            background-color: #b50303; }
        .main-table.up2date-entries-positions .alloy-table-row.article-available .article-entries-column-name .alert:active .alert-hover, .main-table.up2date-entries-positions .alloy-table-row.article-available .article-entries-column-name .alert:focus .alert-hover, .main-table.up2date-entries-positions .alloy-table-row.article-available .article-entries-column-name .alert:hover .alert-hover,
        .main-table.up2date-entries-positions .alloy-table-row.article-available .productlist-column-name .alert:active .alert-hover,
        .main-table.up2date-entries-positions .alloy-table-row.article-available .productlist-column-name .alert:focus .alert-hover,
        .main-table.up2date-entries-positions .alloy-table-row.article-available .productlist-column-name .alert:hover .alert-hover {
          display: inline-block;
          padding: 3px 10px; }
      @media all and (min-width: 600px) {
        .main-table.up2date-entries-positions .alloy-table-row.article-available .article-entries-column-name .alloy-output-text,
        .main-table.up2date-entries-positions .alloy-table-row.article-available .productlist-column-name .alloy-output-text {
          text-align: left; }
        .main-table.up2date-entries-positions .alloy-table-row.article-available .article-entries-column-name .alert,
        .main-table.up2date-entries-positions .alloy-table-row.article-available .productlist-column-name .alert {
          text-align: right;
          width: 25px;
          float: right;
          padding: 0 0 0 0;
          margin: 0 0 0 0; }
          .main-table.up2date-entries-positions .alloy-table-row.article-available .article-entries-column-name .alert .alert-hover,
          .main-table.up2date-entries-positions .alloy-table-row.article-available .productlist-column-name .alert .alert-hover {
            min-width: 200px;
            width: auto;
            position: absolute;
            float: left;
            bottom: 5px;
            right: 20px; } }
    .main-table.up2date-entries-positions .alloy-table-row.article-not-available .article-entries-column-name,
    .main-table.up2date-entries-positions .alloy-table-row.article-not-available .productlist-column-name {
      position: relative;
      padding: 5px 10px; }
      .main-table.up2date-entries-positions .alloy-table-row.article-not-available .article-entries-column-name .alert,
      .main-table.up2date-entries-positions .alloy-table-row.article-not-available .productlist-column-name .alert {
        position: relative;
        background: none;
        border: none;
        padding: 0 5px 0 5px;
        margin: 0 0 0 0;
        font-size: 15px;
        line-height: 1.333em;
        display: inline-block; }
        .main-table.up2date-entries-positions .alloy-table-row.article-not-available .article-entries-column-name .alert .fa-exclamation-triangle,
        .main-table.up2date-entries-positions .alloy-table-row.article-not-available .productlist-column-name .alert .fa-exclamation-triangle {
          position: relative;
          color: #b50303;
          padding: 5px 10px;
          font-size: 20px;
          line-height: 1.333em; }
          @media all and (min-width: 600px) {
            .main-table.up2date-entries-positions .alloy-table-row.article-not-available .article-entries-column-name .alert .fa-exclamation-triangle,
            .main-table.up2date-entries-positions .alloy-table-row.article-not-available .productlist-column-name .alert .fa-exclamation-triangle {
              padding: 0px 10px; } }
        .main-table.up2date-entries-positions .alloy-table-row.article-not-available .article-entries-column-name .alert .alert-hover,
        .main-table.up2date-entries-positions .alloy-table-row.article-not-available .productlist-column-name .alert .alert-hover {
          right: 20px;
          background-color: #b50303;
          color: white;
          max-width: 250px;
          padding: 0 0;
          display: none; }
        .main-table.up2date-entries-positions .alloy-table-row.article-not-available .article-entries-column-name .alert:active .alert-hover, .main-table.up2date-entries-positions .alloy-table-row.article-not-available .article-entries-column-name .alert:focus .alert-hover, .main-table.up2date-entries-positions .alloy-table-row.article-not-available .article-entries-column-name .alert:hover .alert-hover,
        .main-table.up2date-entries-positions .alloy-table-row.article-not-available .productlist-column-name .alert:active .alert-hover,
        .main-table.up2date-entries-positions .alloy-table-row.article-not-available .productlist-column-name .alert:focus .alert-hover,
        .main-table.up2date-entries-positions .alloy-table-row.article-not-available .productlist-column-name .alert:hover .alert-hover {
          display: inline-block;
          padding: 5px 10px; }
      @media all and (min-width: 600px) {
        .main-table.up2date-entries-positions .alloy-table-row.article-not-available .article-entries-column-name .alloy-output-text,
        .main-table.up2date-entries-positions .alloy-table-row.article-not-available .productlist-column-name .alloy-output-text {
          text-align: left; }
        .main-table.up2date-entries-positions .alloy-table-row.article-not-available .article-entries-column-name .alert,
        .main-table.up2date-entries-positions .alloy-table-row.article-not-available .productlist-column-name .alert {
          text-align: right;
          width: 25px;
          float: right;
          padding: 0 0 0 0;
          margin: 0 0 0 0; }
          .main-table.up2date-entries-positions .alloy-table-row.article-not-available .article-entries-column-name .alert .alert-hover,
          .main-table.up2date-entries-positions .alloy-table-row.article-not-available .productlist-column-name .alert .alert-hover {
            min-width: 200px;
            width: auto;
            position: absolute;
            float: left;
            top: 0;
            right: 20px; } }
    .main-table.up2date-entries-positions .alloy-table-row.article-entries-header {
      background-color: white;
      font-size: 17px;
      display: none; }
      .main-table.up2date-entries-positions .alloy-table-row.article-entries-header .alloy-column {
        border-bottom: 1px solid #555555; }
        .main-table.up2date-entries-positions .alloy-table-row.article-entries-header .alloy-column.article-entries-column-price {
          font-weight: 400; }
          .main-table.up2date-entries-positions .alloy-table-row.article-entries-header .alloy-column.article-entries-column-price .alloy-output-text:last-child {
            display: none; }
  @media all and (min-width: 600px) {
    .main-table.up2date-entries-positions .alloy-table-row.article-entries-header,
    .main-table.up2date-entries-positions .alloy-table-row {
      display: table-row; }
      .main-table.up2date-entries-positions .alloy-table-row.article-entries-header .alloy-column,
      .main-table.up2date-entries-positions .alloy-table-row .alloy-column {
        display: table-cell;
        border-right: 1px solid #555555; }
        .main-table.up2date-entries-positions .alloy-table-row.article-entries-header .alloy-column:last-child,
        .main-table.up2date-entries-positions .alloy-table-row .alloy-column:last-child {
          border-right: none; }
        .main-table.up2date-entries-positions .alloy-table-row.article-entries-header .alloy-column:before,
        .main-table.up2date-entries-positions .alloy-table-row .alloy-column:before {
          display: none; }
        .main-table.up2date-entries-positions .alloy-table-row.article-entries-header .alloy-column.article-entries-column-name,
        .main-table.up2date-entries-positions .alloy-table-row .alloy-column.article-entries-column-name {
          width: 45%; }
        .main-table.up2date-entries-positions .alloy-table-row.article-entries-header .alloy-column.article-entries-column-unitprice,
        .main-table.up2date-entries-positions .alloy-table-row .alloy-column.article-entries-column-unitprice {
          text-align: right; }
        .main-table.up2date-entries-positions .alloy-table-row.article-entries-header .alloy-column.article-entries-column-price,
        .main-table.up2date-entries-positions .alloy-table-row .alloy-column.article-entries-column-price {
          width: 150px;
          text-align: right; }
        .main-table.up2date-entries-positions .alloy-table-row.article-entries-header .alloy-column.article-entries-column-checkbox,
        .main-table.up2date-entries-positions .alloy-table-row .alloy-column.article-entries-column-checkbox {
          width: 50px;
          max-width: 50px;
          min-width: 50px;
          text-align: center; } }
.main-table.up2date-entries-summary {
  border-top: 1px solid #555555;
  margin-top: 25px;
  width: 100%;
  height: auto; }
  .main-table.up2date-entries-summary .alloy-row {
    width: 100%;
    height: auto; }
  .main-table.up2date-entries-summary .alloy-column {
    padding: 5px 10px; }
    .main-table.up2date-entries-summary .alloy-column.taxes-column-first, .main-table.up2date-entries-summary .alloy-column.article-entries-price-column-first {
      text-align: left;
      padding-bottom: 0px; }
      .main-table.up2date-entries-summary .alloy-column.taxes-column-first a, .main-table.up2date-entries-summary .alloy-column.article-entries-price-column-first a {
        text-decoration: underline; }
    .main-table.up2date-entries-summary .alloy-column.taxes-column-second {
      padding-bottom: 10px;
      border-bottom: 1px solid #555555; }
    .main-table.up2date-entries-summary .alloy-column:nth-child(2) {
      font-weight: 700; }
    .main-table.up2date-entries-summary .alloy-column:before {
      display: none; }
  .main-table.up2date-entries-summary .article-entries-price-total-row .alloy-column {
    font-weight: 700;
    padding: 10px 10px; }
    .main-table.up2date-entries-summary .article-entries-price-total-row .alloy-column.article-entries-price-column-second {
      border-bottom: 4px double #555555; }
  @media all and (min-width: 600px) {
    .main-table.up2date-entries-summary .alloy-row {
      display: table-row; }
      .main-table.up2date-entries-summary .alloy-row .alloy-column {
        display: table-cell;
        padding: 5px 10px;
        width: auto; }
        .main-table.up2date-entries-summary .alloy-row .alloy-column:last-child {
          width: 50px;
          min-width: 50px; }
        .main-table.up2date-entries-summary .alloy-row .alloy-column.taxes-column-first, .main-table.up2date-entries-summary .alloy-row .alloy-column.article-entries-price-column-first {
          text-align: right; }
          .main-table.up2date-entries-summary .alloy-row .alloy-column.taxes-column-first a, .main-table.up2date-entries-summary .alloy-row .alloy-column.article-entries-price-column-first a {
            text-decoration: underline; }
        .main-table.up2date-entries-summary .alloy-row .alloy-column.taxes-column-second, .main-table.up2date-entries-summary .alloy-row .alloy-column.article-entries-price-column-second {
          width: 150px;
          font-weight: 600;
          text-align: right; }
      .main-table.up2date-entries-summary .alloy-row.taxes-row .alloy-column {
        padding-bottom: 10px;
        border-bottom: 1px solid #555555; }
      .main-table.up2date-entries-summary .alloy-row.article-entries-price-total-row .alloy-column {
        font-weight: 700;
        padding: 10px 10px;
        border-bottom: 4px double #555555; } }

.article-entries-header-without-border {
  border: none !important; }

.mb-small {
  margin-bottom: 0; }

.mt-large {
  margin-top: 0; }

.aui form.sign-in-form fieldset .fieldset input[type="text"].field,
.aui form.sign-in-form fieldset .fieldset input[type="password"].field {
  width: 250px; }

.aui form.sign-in-form fieldset label.control-label {
  min-width: 125px; }

.aui label,
.label_Inline {
  display: inline-block;
  margin-left: 5px; }

@media all and (min-width: 600px) {
  .main-table {
    display: table;
    border-collapse: collapse; }
    .main-table .alloy-table-row {
      display: table-row; }
    .main-table .alloy-column {
      display: table-cell;
      width: auto; }
      .main-table .alloy-column:before {
        display: none; }
    .main-table .alloy-table-head {
      display: table-row; } }
.alloy-accordion {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 30px; }
  .alloy-accordion .toggler-header {
    background-color: #eeeeee;
    margin-top: 10px;
    padding: 8px 45px 8px 10px !important;
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    position: relative; }
    .alloy-accordion .toggler-header:after {
      content: '\f078';
      font-family: "fontawesome", "Helvetica Neue", Helvetica, Arial, sans-serif;
      position: absolute;
      right: 0;
      top: 50%;
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 40px;
      text-align: left; }
    .alloy-accordion .toggler-header.toggler-header-expanded:after {
      content: '\f077';
      font-family: "fontawesome", "Helvetica Neue", Helvetica, Arial, sans-serif;
      color: #555555; }
  .alloy-accordion .alloy-tab {
    padding-bottom: 25px; }
    .alloy-accordion .alloy-tab p:first-child {
      display: none; }
  .alloy-accordion .main-table {
    width: 100%;
    height: auto;
    overflow: hidden; }
    .alloy-accordion .main-table .alloy-row .alloy-column {
      padding: 7px 15px 7px 15px; }
      .alloy-accordion .main-table .alloy-row .alloy-column:first-child {
        padding-bottom: 0; }
        @media all and (min-width: 600px) {
          .alloy-accordion .main-table .alloy-row .alloy-column:first-child {
            padding-bottom: 7px; } }
    .alloy-accordion .main-table .alloy-row:nth-child(2n) {
      background-color: white; }
    .alloy-accordion .main-table .alloy-row.alloy-table-head {
      background-color: white; }
    @media all and (min-width: 600px) {
      .alloy-accordion .main-table .alloy-row .alloy-column {
        display: table-cell;
        width: auto;
        border-right: 1px solid #555555; }
        .alloy-accordion .main-table .alloy-row .alloy-column:last-child {
          border-right: 0; }
      .alloy-accordion .main-table .alloy-row .column-first {
        width: 160px; }
      .alloy-accordion .main-table .alloy-row .column-second {
        max-width: -moz-calc((100% - 160px));
        max-width: -webkit-calc((100% - 160px));
        max-width: calc((100% - 160px)); } }
    .alloy-accordion .main-table.vehicle-table .main-table-header, .alloy-accordion .main-table.part-table .main-table-header {
      display: none;
      border-bottom: 1px solid #555555; }
      @media all and (min-width: 600px) {
        .alloy-accordion .main-table.vehicle-table .main-table-header, .alloy-accordion .main-table.part-table .main-table-header {
          display: table-row; } }
    .alloy-accordion .main-table.vehicle-table .alloy-row:nth-child(2n), .alloy-accordion .main-table.part-table .alloy-row:nth-child(2n) {
      background-color: #eeeeee; }
    .alloy-accordion .main-table.vehicle-table .alloy-row .alloy-column:before, .alloy-accordion .main-table.part-table .alloy-row .alloy-column:before {
      display: none; }
    @media all and (min-width: 600px) {
      .alloy-accordion .main-table.vehicle-table .alloy-row .alloy-column, .alloy-accordion .main-table.part-table .alloy-row .alloy-column {
        width: auto; }
        .alloy-accordion .main-table.vehicle-table .alloy-row .alloy-column.part-table-column-first, .alloy-accordion .main-table.vehicle-table .alloy-row .alloy-column.vehicle-table-column-first, .alloy-accordion .main-table.part-table .alloy-row .alloy-column.part-table-column-first, .alloy-accordion .main-table.part-table .alloy-row .alloy-column.vehicle-table-column-first {
          width: 20%; }
        .alloy-accordion .main-table.vehicle-table .alloy-row .alloy-column.part-table-column-second, .alloy-accordion .main-table.vehicle-table .alloy-row .alloy-column.vehicle-table-column-second, .alloy-accordion .main-table.part-table .alloy-row .alloy-column.part-table-column-second, .alloy-accordion .main-table.part-table .alloy-row .alloy-column.vehicle-table-column-second {
          width: 80%; } }
    .alloy-accordion .main-table.comparative-manufacturer-numbers-table {
      margin-top: 25px; }
    .alloy-accordion .main-table.comparative-manufacturer-numbers-table .main-table-header, .alloy-accordion .main-table.comparative-numbers-table .main-table-header {
      display: none;
      border-bottom: 1px solid #555555; }
      @media all and (min-width: 600px) {
        .alloy-accordion .main-table.comparative-manufacturer-numbers-table .main-table-header, .alloy-accordion .main-table.comparative-numbers-table .main-table-header {
          display: table-row; } }
    .alloy-accordion .main-table.comparative-manufacturer-numbers-table .alloy-row .alloy-column:empty, .alloy-accordion .main-table.comparative-numbers-table .alloy-row .alloy-column:empty {
      display: none; }
    @media all and (min-width: 600px) {
      .alloy-accordion .main-table.comparative-manufacturer-numbers-table .alloy-row .alloy-column, .alloy-accordion .main-table.comparative-numbers-table .alloy-row .alloy-column {
        width: auto; }
        .alloy-accordion .main-table.comparative-manufacturer-numbers-table .alloy-row .alloy-column.cn-table-column-first, .alloy-accordion .main-table.comparative-numbers-table .alloy-row .alloy-column.cn-table-column-first {
          width: 20%; }
        .alloy-accordion .main-table.comparative-manufacturer-numbers-table .alloy-row .alloy-column.cn-table-column-second, .alloy-accordion .main-table.comparative-numbers-table .alloy-row .alloy-column.cn-table-column-second {
          width: 20%; }
        .alloy-accordion .main-table.comparative-manufacturer-numbers-table .alloy-row .alloy-column.cn-table-column-third, .alloy-accordion .main-table.comparative-numbers-table .alloy-row .alloy-column.cn-table-column-third {
          width: 60%; } }
    .alloy-accordion .main-table.usages-table .main-table-header {
      display: none;
      border-bottom: 1px solid #555555; }
      @media all and (min-width: 600px) {
        .alloy-accordion .main-table.usages-table .main-table-header {
          display: table-row; } }
    .alloy-accordion .main-table.usages-table .alloy-row .alloy-column:empty {
      display: none; }
    @media all and (min-width: 600px) {
      .alloy-accordion .main-table.usages-table .alloy-row .alloy-column {
        width: auto; } }

.aui .modal {
  width: 95%; }
  @media all and (max-width: 767px) {
    .aui .modal {
      left: 2.5% !important;
      right: 2.5% !important; } }
  .aui .modal .modal-header {
    position: relative; }
    .aui .modal .modal-header button.close {
      position: absolute;
      top: 50%;
      right: 1em;
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      opacity: 1;
      margin: 0; }
      .aui .modal .modal-header button.close:focus, .aui .modal .modal-header button.close:hover {
        opacity: 0.5; }
  .aui .modal .modal-body {
    width: 100%; }

.vdi-group-search-portlet .vehicles-type-wrapper .vehicles-btn-type {
  width: 273px !important;
  height: 35px; }

.aui form input,
.aui form textarea,
.aui form .uneditable-input {
  width: auto; }

.aui #_up2datepartshoppartportlet_WAR_up2date4shopportlet_ .modal {
  height: 95%;
  max-height: 95%;
  max-width: 600px;
  overflow-y: auto;
  overflow-x: hidden; }
  .aui #_up2datepartshoppartportlet_WAR_up2date4shopportlet_ .modal .modal-content {
    width: 100%;
    height: auto; }
  .aui #_up2datepartshoppartportlet_WAR_up2date4shopportlet_ .modal .modal-body {
    max-height: inherit; }
  .aui #_up2datepartshoppartportlet_WAR_up2date4shopportlet_ .modal form[name="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm"] .part-email-request-part {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 25px; }
    .aui #_up2datepartshoppartportlet_WAR_up2date4shopportlet_ .modal form[name="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm"] .part-email-request-part .alloy-table-row {
      background-color: #eeeeee; }
      .aui #_up2datepartshoppartportlet_WAR_up2date4shopportlet_ .modal form[name="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm"] .part-email-request-part .alloy-table-row:nth-child(2n) {
        background-color: white; }
      .aui #_up2datepartshoppartportlet_WAR_up2date4shopportlet_ .modal form[name="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm"] .part-email-request-part .alloy-table-row .alloy-column {
        vertical-align: top;
        padding: 5px 7px; }
        .aui #_up2datepartshoppartportlet_WAR_up2date4shopportlet_ .modal form[name="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm"] .part-email-request-part .alloy-table-row .alloy-column:before {
          display: none; }
        @media all and (min-width: 600px) {
          .aui #_up2datepartshoppartportlet_WAR_up2date4shopportlet_ .modal form[name="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm"] .part-email-request-part .alloy-table-row .alloy-column {
            display: table-cell;
            border-right: 1px solid #555555; } }
        .aui #_up2datepartshoppartportlet_WAR_up2date4shopportlet_ .modal form[name="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm"] .part-email-request-part .alloy-table-row .alloy-column .alloy-output-text {
          width: 100%;
          max-width: 100%;
          display: block; }
        .aui #_up2datepartshoppartportlet_WAR_up2date4shopportlet_ .modal form[name="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm"] .part-email-request-part .alloy-table-row .alloy-column:first-child {
          width: 133px;
          font-weight: 600; }
        @media all and (min-width: 600px) {
          .aui #_up2datepartshoppartportlet_WAR_up2date4shopportlet_ .modal form[name="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm"] .part-email-request-part .alloy-table-row .alloy-column:last-child {
            padding-left: 17px;
            border-right: none; } }
  .aui #_up2datepartshoppartportlet_WAR_up2date4shopportlet_ .modal form[name="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm"] .control-group {
    margin-bottom: 5px; }
  @media all and (min-width: 600px) {
    .aui #_up2datepartshoppartportlet_WAR_up2date4shopportlet_ .modal form[name="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm"] .alloy-output-text,
    .aui #_up2datepartshoppartportlet_WAR_up2date4shopportlet_ .modal form[name="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm"] .control-label {
      width: 133px;
      max-width: 133px;
      overflow: hidden;
      float: left;
      -webkit-hyphens: auto;
      -moz-hyphens: auto;
      -ms-hyphens: auto;
      hyphens: auto; } }
  .aui #_up2datepartshoppartportlet_WAR_up2date4shopportlet_ .modal form[name="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm"] .address-not-editable-panel-body {
    margin-bottom: 25px; }
  .aui #_up2datepartshoppartportlet_WAR_up2date4shopportlet_ .modal form[name="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm"] .address-not-editable-column-second .alloy-output-text {
    width: auto;
    max-width: inherit; }
    .aui #_up2datepartshoppartportlet_WAR_up2date4shopportlet_ .modal form[name="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm"] .address-not-editable-column-second .alloy-output-text[id="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm:email_Request_city"], .aui #_up2datepartshoppartportlet_WAR_up2date4shopportlet_ .modal form[name="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm"] .address-not-editable-column-second .alloy-output-text[id="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm:email_Request_street_number"] {
      margin-left: 5px; }
  .aui #_up2datepartshoppartportlet_WAR_up2date4shopportlet_ .modal form[name="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm"] textarea {
    min-width: -moz-calc((100% - 150px));
    min-width: -webkit-calc((100% - 150px));
    min-width: calc((100% - 150px)); }
  .aui #_up2datepartshoppartportlet_WAR_up2date4shopportlet_ .modal form[name="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm"] select,
  .aui #_up2datepartshoppartportlet_WAR_up2date4shopportlet_ .modal form[name="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm"] input {
    width: 100%;
    margin-bottom: 5px; }
    .aui #_up2datepartshoppartportlet_WAR_up2date4shopportlet_ .modal form[name="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm"] select.address-street-edit,
    .aui #_up2datepartshoppartportlet_WAR_up2date4shopportlet_ .modal form[name="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm"] input.address-street-edit {
      width: 70%; }
    .aui #_up2datepartshoppartportlet_WAR_up2date4shopportlet_ .modal form[name="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm"] select.address-streetnumber-edit,
    .aui #_up2datepartshoppartportlet_WAR_up2date4shopportlet_ .modal form[name="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm"] input.address-streetnumber-edit {
      width: 25%;
      float: right; }
    .aui #_up2datepartshoppartportlet_WAR_up2date4shopportlet_ .modal form[name="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm"] select.address-zip-edit,
    .aui #_up2datepartshoppartportlet_WAR_up2date4shopportlet_ .modal form[name="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm"] input.address-zip-edit {
      width: 25%; }
    .aui #_up2datepartshoppartportlet_WAR_up2date4shopportlet_ .modal form[name="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm"] select.address-city-edit,
    .aui #_up2datepartshoppartportlet_WAR_up2date4shopportlet_ .modal form[name="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm"] input.address-city-edit {
      width: 70%;
      float: right; }
  @media all and (min-width: 600px) {
    .aui #_up2datepartshoppartportlet_WAR_up2date4shopportlet_ .modal form[name="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm"] select,
    .aui #_up2datepartshoppartportlet_WAR_up2date4shopportlet_ .modal form[name="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm"] textarea,
    .aui #_up2datepartshoppartportlet_WAR_up2date4shopportlet_ .modal form[name="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm"] input {
      width: -moz-calc((100% - 150px));
      width: -webkit-calc((100% - 150px));
      width: calc((100% - 150px));
      float: right; }
    .aui #_up2datepartshoppartportlet_WAR_up2date4shopportlet_ .modal form[name="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm"] .control-group .alloy-row {
      width: -moz-calc((100% - 150px));
      width: -webkit-calc((100% - 150px));
      width: calc((100% - 150px));
      float: right; }
      .aui #_up2datepartshoppartportlet_WAR_up2date4shopportlet_ .modal form[name="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm"] .control-group .alloy-row input.address-street-edit {
        width: 70%;
        float: left; }
      .aui #_up2datepartshoppartportlet_WAR_up2date4shopportlet_ .modal form[name="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm"] .control-group .alloy-row input.address-streetnumber-edit {
        width: 25%; }
      .aui #_up2datepartshoppartportlet_WAR_up2date4shopportlet_ .modal form[name="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm"] .control-group .alloy-row input.address-zip-edit {
        width: 25%;
        float: left; }
      .aui #_up2datepartshoppartportlet_WAR_up2date4shopportlet_ .modal form[name="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm"] .control-group .alloy-row input.address-city-edit {
        width: 70%; } }
  @media all and (min-width: 600px) {
    .aui #_up2datepartshoppartportlet_WAR_up2date4shopportlet_ .modal form[name="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm"] .button-holder {
      width: -moz-calc((100% - 150px));
      width: -webkit-calc((100% - 150px));
      width: calc((100% - 150px));
      float: right; } }
  .aui #_up2datepartshoppartportlet_WAR_up2date4shopportlet_ .modal form[name="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm"] .button-holder button.btn,
  .aui #_up2datepartshoppartportlet_WAR_up2date4shopportlet_ .modal form[name="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm"] .button-holder div.btn {
    padding: 5px 10px;
    margin-bottom: 15px; }
    .aui #_up2datepartshoppartportlet_WAR_up2date4shopportlet_ .modal form[name="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm"] .button-holder button.btn[name="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm:btn_sendMail"],
    .aui #_up2datepartshoppartportlet_WAR_up2date4shopportlet_ .modal form[name="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm"] .button-holder div.btn[name="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm:btn_sendMail"] {
      width: auto;
      float: left; }
    .aui #_up2datepartshoppartportlet_WAR_up2date4shopportlet_ .modal form[name="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm"] .button-holder button.btn[name="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm:btn_cancel"],
    .aui #_up2datepartshoppartportlet_WAR_up2date4shopportlet_ .modal form[name="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm"] .button-holder div.btn[name="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm:btn_cancel"] {
      width: auto;
      float: right; }
  .aui #_up2datepartshoppartportlet_WAR_up2date4shopportlet_ .modal form[name="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm"] .button-holder div.btn-menu button.btn {
    margin-right: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
    .aui #_up2datepartshoppartportlet_WAR_up2date4shopportlet_ .modal form[name="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm"] .button-holder div.btn-menu button.btn.btn-default-action {
      -webkit-border-top-left-radius: 5px;
      -moz-border-radius-topleft: 5px;
      border-top-left-radius: 5px;
      -webkit-border-bottom-left-radius: 5px;
      -moz-border-radius-bottomleft: 5px;
      border-bottom-left-radius: 5px; }
    .aui #_up2datepartshoppartportlet_WAR_up2date4shopportlet_ .modal form[name="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm"] .button-holder div.btn-menu button.btn.btn-menu-caret {
      margin-left: 0;
      padding: 0 10px;
      border-left: none;
      -webkit-border-top-right-radius: 5px;
      -moz-border-radius-topright: 5px;
      border-top-right-radius: 5px;
      -webkit-border-bottom-right-radius: 5px;
      -moz-border-radius-bottomright: 5px;
      border-bottom-right-radius: 5px; }

.aui .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .modal,
.aui .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .modal,
.aui .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .modal,
.aui #_up2dateshopproductsearchportlet_WAR_up2date4shopportlet_ .modal {
  height: 320px;
  max-height: 95%;
  max-width: 600px;
  overflow: visible; }
  .aui .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .modal .modal-content,
  .aui .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .modal .modal-content,
  .aui .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .modal .modal-content,
  .aui #_up2dateshopproductsearchportlet_WAR_up2date4shopportlet_ .modal .modal-content {
    height: auto;
    width: 100%; }
  .aui .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .modal .modal-body,
  .aui .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .modal .modal-body,
  .aui .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .modal .modal-body,
  .aui #_up2dateshopproductsearchportlet_WAR_up2date4shopportlet_ .modal .modal-body {
    max-height: inherit;
    height: 280px;
    overflow: visible; }
  @media all and (min-width: 600px) {
    .aui .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .modal .up2date-redirect-dialog-form .button-holder,
    .aui .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .modal .up2date-redirect-dialog-form .button-holder,
    .aui .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .modal .up2date-redirect-dialog-form .button-holder,
    .aui #_up2dateshopproductsearchportlet_WAR_up2date4shopportlet_ .modal .up2date-redirect-dialog-form .button-holder {
      width: 100%;
      float: right; } }
  .aui .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .modal .up2date-redirect-dialog-form .button-holder button.btn,
  .aui .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .modal .up2date-redirect-dialog-form .button-holder div.btn,
  .aui .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .modal .up2date-redirect-dialog-form .button-holder button.btn,
  .aui .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .modal .up2date-redirect-dialog-form .button-holder div.btn,
  .aui .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .modal .up2date-redirect-dialog-form .button-holder button.btn,
  .aui .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .modal .up2date-redirect-dialog-form .button-holder div.btn,
  .aui #_up2dateshopproductsearchportlet_WAR_up2date4shopportlet_ .modal .up2date-redirect-dialog-form .button-holder button.btn,
  .aui #_up2dateshopproductsearchportlet_WAR_up2date4shopportlet_ .modal .up2date-redirect-dialog-form .button-holder div.btn {
    padding: 0 10px;
    margin-bottom: 15px; }
    .aui .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .modal .up2date-redirect-dialog-form .button-holder button.btn.btn-cancel,
    .aui .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .modal .up2date-redirect-dialog-form .button-holder div.btn.btn-cancel,
    .aui .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .modal .up2date-redirect-dialog-form .button-holder button.btn.btn-cancel,
    .aui .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .modal .up2date-redirect-dialog-form .button-holder div.btn.btn-cancel,
    .aui .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .modal .up2date-redirect-dialog-form .button-holder button.btn.btn-cancel,
    .aui .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .modal .up2date-redirect-dialog-form .button-holder div.btn.btn-cancel,
    .aui #_up2dateshopproductsearchportlet_WAR_up2date4shopportlet_ .modal .up2date-redirect-dialog-form .button-holder button.btn.btn-cancel,
    .aui #_up2dateshopproductsearchportlet_WAR_up2date4shopportlet_ .modal .up2date-redirect-dialog-form .button-holder div.btn.btn-cancel {
      width: auto;
      float: right; }
  .aui .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .modal .up2date-redirect-dialog-form .button-holder div.btn-menu button.btn span.caret,
  .aui .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .modal .up2date-redirect-dialog-form .button-holder div.btn-menu button.btn span.caret,
  .aui .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .modal .up2date-redirect-dialog-form .button-holder div.btn-menu button.btn span.caret,
  .aui #_up2dateshopproductsearchportlet_WAR_up2date4shopportlet_ .modal .up2date-redirect-dialog-form .button-holder div.btn-menu button.btn span.caret {
    margin-top: 9px; }
.aui .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .button-holder,
.aui .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .button-holder,
.aui .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .button-holder,
.aui #_up2dateshopproductsearchportlet_WAR_up2date4shopportlet_ .button-holder {
  overflow: visible; }
  .aui .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .button-holder div.btn-menu button.btn,
  .aui .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .button-holder div.btn-menu button.btn,
  .aui .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .button-holder div.btn-menu button.btn,
  .aui #_up2dateshopproductsearchportlet_WAR_up2date4shopportlet_ .button-holder div.btn-menu button.btn {
    margin-right: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
    .aui .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .button-holder div.btn-menu button.btn.btn-default-action,
    .aui .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .button-holder div.btn-menu button.btn.btn-default-action,
    .aui .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .button-holder div.btn-menu button.btn.btn-default-action,
    .aui #_up2dateshopproductsearchportlet_WAR_up2date4shopportlet_ .button-holder div.btn-menu button.btn.btn-default-action {
      -webkit-border-top-left-radius: 5px;
      -moz-border-radius-topleft: 5px;
      border-top-left-radius: 5px;
      -webkit-border-bottom-left-radius: 5px;
      -moz-border-radius-bottomleft: 5px;
      border-bottom-left-radius: 5px; }
    .aui .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .button-holder div.btn-menu button.btn.btn-menu-caret,
    .aui .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .button-holder div.btn-menu button.btn.btn-menu-caret,
    .aui .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .button-holder div.btn-menu button.btn.btn-menu-caret,
    .aui #_up2dateshopproductsearchportlet_WAR_up2date4shopportlet_ .button-holder div.btn-menu button.btn.btn-menu-caret {
      margin-left: 0;
      padding: 0 10px;
      border-left: none;
      -webkit-border-top-right-radius: 5px;
      -moz-border-radius-topright: 5px;
      border-top-right-radius: 5px;
      -webkit-border-bottom-right-radius: 5px;
      -moz-border-radius-bottomright: 5px;
      border-bottom-right-radius: 5px; }

.aui .up2date-checkout-position-form {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 30px; }
  .aui .up2date-checkout-position-form .alloy-row {
    width: 100%;
    display: block;
    margin-bottom: 35px; }
    @media all and (min-width: 600px) {
      .aui .up2date-checkout-position-form .alloy-row {
        width: -moz-calc(100% - -35px);
        width: -webkit-calc(100% - -35px);
        width: calc(100% - -35px);
        margin-right: -35px; } }
    @media all and (min-width: 768px) {
      .aui .up2date-checkout-position-form .alloy-row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between; } }
  .aui .up2date-checkout-position-form .alloy-column {
    width: 100%;
    display: inline-block;
    margin-bottom: 15px;
    position: relative;
    text-align: center;
    background-color: #eeeeee;
    padding: 7px 10px;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto; }
    @media all and (min-width: 600px) {
      .aui .up2date-checkout-position-form .alloy-column {
        width: 50%;
        width: -moz-calc(50% - 35px);
        width: -webkit-calc(50% - 35px);
        width: calc(50% - 35px);
        margin-right: 35px; }
        .aui .up2date-checkout-position-form .alloy-column:after {
          content: '\f054';
          font-family: "fontawesome", "Helvetica Neue", Helvetica, Arial, sans-serif;
          color: #eeeeee;
          width: 35px;
          line-height: 36px;
          height: 100%;
          display: block;
          position: absolute;
          top: 0;
          bottom: 0;
          right: -35px;
          text-align: center;
          background-color: white; }
        .aui .up2date-checkout-position-form .alloy-column span,
        .aui .up2date-checkout-position-form .alloy-column a {
          font-size: 20px;
          line-height: 1.2em; } }
      @media all and (min-width: 600px) and (max-width: 767px) {
        .aui .up2date-checkout-position-form .alloy-column:nth-child(2n) {
          margin-right: 0; }
          .aui .up2date-checkout-position-form .alloy-column:nth-child(2n):after {
            display: none; } }
    @media all and (min-width: 768px) {
      .aui .up2date-checkout-position-form .alloy-column {
        width: 25%;
        width: -moz-calc(25% - 35px);
        width: -webkit-calc(25% - 35px);
        width: calc(25% - 35px);
        margin-bottom: 0; }
        .aui .up2date-checkout-position-form .alloy-column:last-child:after {
          display: none; } }

.up2date-shop-checkout-portlet,
.up2date-shop-cart-portlet,
.up2date-shop-customercart-portlet,
.up2date-shop-favorite-portlet,
.portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_,
.portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_,
.portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ {
  /* Styling für den Text, wenn der Warenkorb leer ist */ }
  .up2date-shop-checkout-portlet .cart-empty-text-wrap,
  .up2date-shop-checkout-portlet .customercart-empty-text-wrap,
  .up2date-shop-checkout-portlet .favorite-empty-text-wrap,
  .up2date-shop-cart-portlet .cart-empty-text-wrap,
  .up2date-shop-cart-portlet .customercart-empty-text-wrap,
  .up2date-shop-cart-portlet .favorite-empty-text-wrap,
  .up2date-shop-customercart-portlet .cart-empty-text-wrap,
  .up2date-shop-customercart-portlet .customercart-empty-text-wrap,
  .up2date-shop-customercart-portlet .favorite-empty-text-wrap,
  .up2date-shop-favorite-portlet .cart-empty-text-wrap,
  .up2date-shop-favorite-portlet .customercart-empty-text-wrap,
  .up2date-shop-favorite-portlet .favorite-empty-text-wrap,
  .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .cart-empty-text-wrap,
  .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .customercart-empty-text-wrap,
  .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .favorite-empty-text-wrap,
  .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .cart-empty-text-wrap,
  .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .customercart-empty-text-wrap,
  .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .favorite-empty-text-wrap,
  .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .cart-empty-text-wrap,
  .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .customercart-empty-text-wrap,
  .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .favorite-empty-text-wrap {
    text-align: center; }
    .up2date-shop-checkout-portlet .cart-empty-text-wrap .cart-empty-text,
    .up2date-shop-checkout-portlet .cart-empty-text-wrap .customercart-empty-text,
    .up2date-shop-checkout-portlet .cart-empty-text-wrap .favorite-empty-text,
    .up2date-shop-checkout-portlet .customercart-empty-text-wrap .cart-empty-text,
    .up2date-shop-checkout-portlet .customercart-empty-text-wrap .customercart-empty-text,
    .up2date-shop-checkout-portlet .customercart-empty-text-wrap .favorite-empty-text,
    .up2date-shop-checkout-portlet .favorite-empty-text-wrap .cart-empty-text,
    .up2date-shop-checkout-portlet .favorite-empty-text-wrap .customercart-empty-text,
    .up2date-shop-checkout-portlet .favorite-empty-text-wrap .favorite-empty-text,
    .up2date-shop-cart-portlet .cart-empty-text-wrap .cart-empty-text,
    .up2date-shop-cart-portlet .cart-empty-text-wrap .customercart-empty-text,
    .up2date-shop-cart-portlet .cart-empty-text-wrap .favorite-empty-text,
    .up2date-shop-cart-portlet .customercart-empty-text-wrap .cart-empty-text,
    .up2date-shop-cart-portlet .customercart-empty-text-wrap .customercart-empty-text,
    .up2date-shop-cart-portlet .customercart-empty-text-wrap .favorite-empty-text,
    .up2date-shop-cart-portlet .favorite-empty-text-wrap .cart-empty-text,
    .up2date-shop-cart-portlet .favorite-empty-text-wrap .customercart-empty-text,
    .up2date-shop-cart-portlet .favorite-empty-text-wrap .favorite-empty-text,
    .up2date-shop-customercart-portlet .cart-empty-text-wrap .cart-empty-text,
    .up2date-shop-customercart-portlet .cart-empty-text-wrap .customercart-empty-text,
    .up2date-shop-customercart-portlet .cart-empty-text-wrap .favorite-empty-text,
    .up2date-shop-customercart-portlet .customercart-empty-text-wrap .cart-empty-text,
    .up2date-shop-customercart-portlet .customercart-empty-text-wrap .customercart-empty-text,
    .up2date-shop-customercart-portlet .customercart-empty-text-wrap .favorite-empty-text,
    .up2date-shop-customercart-portlet .favorite-empty-text-wrap .cart-empty-text,
    .up2date-shop-customercart-portlet .favorite-empty-text-wrap .customercart-empty-text,
    .up2date-shop-customercart-portlet .favorite-empty-text-wrap .favorite-empty-text,
    .up2date-shop-favorite-portlet .cart-empty-text-wrap .cart-empty-text,
    .up2date-shop-favorite-portlet .cart-empty-text-wrap .customercart-empty-text,
    .up2date-shop-favorite-portlet .cart-empty-text-wrap .favorite-empty-text,
    .up2date-shop-favorite-portlet .customercart-empty-text-wrap .cart-empty-text,
    .up2date-shop-favorite-portlet .customercart-empty-text-wrap .customercart-empty-text,
    .up2date-shop-favorite-portlet .customercart-empty-text-wrap .favorite-empty-text,
    .up2date-shop-favorite-portlet .favorite-empty-text-wrap .cart-empty-text,
    .up2date-shop-favorite-portlet .favorite-empty-text-wrap .customercart-empty-text,
    .up2date-shop-favorite-portlet .favorite-empty-text-wrap .favorite-empty-text,
    .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .cart-empty-text-wrap .cart-empty-text,
    .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .cart-empty-text-wrap .customercart-empty-text,
    .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .cart-empty-text-wrap .favorite-empty-text,
    .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .customercart-empty-text-wrap .cart-empty-text,
    .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .customercart-empty-text-wrap .customercart-empty-text,
    .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .customercart-empty-text-wrap .favorite-empty-text,
    .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .favorite-empty-text-wrap .cart-empty-text,
    .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .favorite-empty-text-wrap .customercart-empty-text,
    .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .favorite-empty-text-wrap .favorite-empty-text,
    .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .cart-empty-text-wrap .cart-empty-text,
    .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .cart-empty-text-wrap .customercart-empty-text,
    .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .cart-empty-text-wrap .favorite-empty-text,
    .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .customercart-empty-text-wrap .cart-empty-text,
    .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .customercart-empty-text-wrap .customercart-empty-text,
    .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .customercart-empty-text-wrap .favorite-empty-text,
    .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .favorite-empty-text-wrap .cart-empty-text,
    .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .favorite-empty-text-wrap .customercart-empty-text,
    .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .favorite-empty-text-wrap .favorite-empty-text,
    .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .cart-empty-text-wrap .cart-empty-text,
    .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .cart-empty-text-wrap .customercart-empty-text,
    .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .cart-empty-text-wrap .favorite-empty-text,
    .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .customercart-empty-text-wrap .cart-empty-text,
    .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .customercart-empty-text-wrap .customercart-empty-text,
    .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .customercart-empty-text-wrap .favorite-empty-text,
    .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .favorite-empty-text-wrap .cart-empty-text,
    .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .favorite-empty-text-wrap .customercart-empty-text,
    .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .favorite-empty-text-wrap .favorite-empty-text {
      font-size: 12px;
      font-family: "fontawesome", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .up2date-shop-checkout-portlet .up2date-cart,
  .up2date-shop-checkout-portlet .up2date-customercart,
  .up2date-shop-checkout-portlet .up2date-favorite,
  .up2date-shop-checkout-portlet .up2date-checkout,
  .up2date-shop-cart-portlet .up2date-cart,
  .up2date-shop-cart-portlet .up2date-customercart,
  .up2date-shop-cart-portlet .up2date-favorite,
  .up2date-shop-cart-portlet .up2date-checkout,
  .up2date-shop-customercart-portlet .up2date-cart,
  .up2date-shop-customercart-portlet .up2date-customercart,
  .up2date-shop-customercart-portlet .up2date-favorite,
  .up2date-shop-customercart-portlet .up2date-checkout,
  .up2date-shop-favorite-portlet .up2date-cart,
  .up2date-shop-favorite-portlet .up2date-customercart,
  .up2date-shop-favorite-portlet .up2date-favorite,
  .up2date-shop-favorite-portlet .up2date-checkout,
  .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-cart,
  .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-customercart,
  .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-favorite,
  .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-checkout,
  .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-cart,
  .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-customercart,
  .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-favorite,
  .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-checkout,
  .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-cart,
  .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-customercart,
  .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-favorite,
  .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-checkout {
    width: 100%;
    height: auto;
    overflow: visible; }
    .up2date-shop-checkout-portlet .up2date-cart form,
    .up2date-shop-checkout-portlet .up2date-customercart form,
    .up2date-shop-checkout-portlet .up2date-favorite form,
    .up2date-shop-checkout-portlet .up2date-checkout form,
    .up2date-shop-cart-portlet .up2date-cart form,
    .up2date-shop-cart-portlet .up2date-customercart form,
    .up2date-shop-cart-portlet .up2date-favorite form,
    .up2date-shop-cart-portlet .up2date-checkout form,
    .up2date-shop-customercart-portlet .up2date-cart form,
    .up2date-shop-customercart-portlet .up2date-customercart form,
    .up2date-shop-customercart-portlet .up2date-favorite form,
    .up2date-shop-customercart-portlet .up2date-checkout form,
    .up2date-shop-favorite-portlet .up2date-cart form,
    .up2date-shop-favorite-portlet .up2date-customercart form,
    .up2date-shop-favorite-portlet .up2date-favorite form,
    .up2date-shop-favorite-portlet .up2date-checkout form,
    .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-cart form,
    .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-customercart form,
    .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-favorite form,
    .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-checkout form,
    .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-cart form,
    .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-customercart form,
    .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-favorite form,
    .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-checkout form,
    .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-cart form,
    .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-customercart form,
    .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-favorite form,
    .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-checkout form {
      width: 100%;
      height: auto;
      overflow: visible; }
      .up2date-shop-checkout-portlet .up2date-cart form .alloy-table-row .alloy-column,
      .up2date-shop-checkout-portlet .up2date-customercart form .alloy-table-row .alloy-column,
      .up2date-shop-checkout-portlet .up2date-favorite form .alloy-table-row .alloy-column,
      .up2date-shop-checkout-portlet .up2date-checkout form .alloy-table-row .alloy-column,
      .up2date-shop-cart-portlet .up2date-cart form .alloy-table-row .alloy-column,
      .up2date-shop-cart-portlet .up2date-customercart form .alloy-table-row .alloy-column,
      .up2date-shop-cart-portlet .up2date-favorite form .alloy-table-row .alloy-column,
      .up2date-shop-cart-portlet .up2date-checkout form .alloy-table-row .alloy-column,
      .up2date-shop-customercart-portlet .up2date-cart form .alloy-table-row .alloy-column,
      .up2date-shop-customercart-portlet .up2date-customercart form .alloy-table-row .alloy-column,
      .up2date-shop-customercart-portlet .up2date-favorite form .alloy-table-row .alloy-column,
      .up2date-shop-customercart-portlet .up2date-checkout form .alloy-table-row .alloy-column,
      .up2date-shop-favorite-portlet .up2date-cart form .alloy-table-row .alloy-column,
      .up2date-shop-favorite-portlet .up2date-customercart form .alloy-table-row .alloy-column,
      .up2date-shop-favorite-portlet .up2date-favorite form .alloy-table-row .alloy-column,
      .up2date-shop-favorite-portlet .up2date-checkout form .alloy-table-row .alloy-column,
      .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-cart form .alloy-table-row .alloy-column,
      .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .alloy-table-row .alloy-column,
      .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .alloy-table-row .alloy-column,
      .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .alloy-table-row .alloy-column,
      .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-cart form .alloy-table-row .alloy-column,
      .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .alloy-table-row .alloy-column,
      .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .alloy-table-row .alloy-column,
      .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .alloy-table-row .alloy-column,
      .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-cart form .alloy-table-row .alloy-column,
      .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-customercart form .alloy-table-row .alloy-column,
      .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-favorite form .alloy-table-row .alloy-column,
      .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-checkout form .alloy-table-row .alloy-column {
        padding: 5px 10px;
        position: relative; }
        .up2date-shop-checkout-portlet .up2date-cart form .alloy-table-row .alloy-column .alloy-input-text,
        .up2date-shop-checkout-portlet .up2date-customercart form .alloy-table-row .alloy-column .alloy-input-text,
        .up2date-shop-checkout-portlet .up2date-favorite form .alloy-table-row .alloy-column .alloy-input-text,
        .up2date-shop-checkout-portlet .up2date-checkout form .alloy-table-row .alloy-column .alloy-input-text,
        .up2date-shop-cart-portlet .up2date-cart form .alloy-table-row .alloy-column .alloy-input-text,
        .up2date-shop-cart-portlet .up2date-customercart form .alloy-table-row .alloy-column .alloy-input-text,
        .up2date-shop-cart-portlet .up2date-favorite form .alloy-table-row .alloy-column .alloy-input-text,
        .up2date-shop-cart-portlet .up2date-checkout form .alloy-table-row .alloy-column .alloy-input-text,
        .up2date-shop-customercart-portlet .up2date-cart form .alloy-table-row .alloy-column .alloy-input-text,
        .up2date-shop-customercart-portlet .up2date-customercart form .alloy-table-row .alloy-column .alloy-input-text,
        .up2date-shop-customercart-portlet .up2date-favorite form .alloy-table-row .alloy-column .alloy-input-text,
        .up2date-shop-customercart-portlet .up2date-checkout form .alloy-table-row .alloy-column .alloy-input-text,
        .up2date-shop-favorite-portlet .up2date-cart form .alloy-table-row .alloy-column .alloy-input-text,
        .up2date-shop-favorite-portlet .up2date-customercart form .alloy-table-row .alloy-column .alloy-input-text,
        .up2date-shop-favorite-portlet .up2date-favorite form .alloy-table-row .alloy-column .alloy-input-text,
        .up2date-shop-favorite-portlet .up2date-checkout form .alloy-table-row .alloy-column .alloy-input-text,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-cart form .alloy-table-row .alloy-column .alloy-input-text,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .alloy-table-row .alloy-column .alloy-input-text,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .alloy-table-row .alloy-column .alloy-input-text,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .alloy-table-row .alloy-column .alloy-input-text,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-cart form .alloy-table-row .alloy-column .alloy-input-text,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .alloy-table-row .alloy-column .alloy-input-text,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .alloy-table-row .alloy-column .alloy-input-text,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .alloy-table-row .alloy-column .alloy-input-text,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-cart form .alloy-table-row .alloy-column .alloy-input-text,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-customercart form .alloy-table-row .alloy-column .alloy-input-text,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-favorite form .alloy-table-row .alloy-column .alloy-input-text,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-checkout form .alloy-table-row .alloy-column .alloy-input-text {
          margin-bottom: 0px; }
      .up2date-shop-checkout-portlet .up2date-cart form .alloy-table-row .article-entries-column-quantity,
      .up2date-shop-checkout-portlet .up2date-customercart form .alloy-table-row .article-entries-column-quantity,
      .up2date-shop-checkout-portlet .up2date-favorite form .alloy-table-row .article-entries-column-quantity,
      .up2date-shop-checkout-portlet .up2date-checkout form .alloy-table-row .article-entries-column-quantity,
      .up2date-shop-cart-portlet .up2date-cart form .alloy-table-row .article-entries-column-quantity,
      .up2date-shop-cart-portlet .up2date-customercart form .alloy-table-row .article-entries-column-quantity,
      .up2date-shop-cart-portlet .up2date-favorite form .alloy-table-row .article-entries-column-quantity,
      .up2date-shop-cart-portlet .up2date-checkout form .alloy-table-row .article-entries-column-quantity,
      .up2date-shop-customercart-portlet .up2date-cart form .alloy-table-row .article-entries-column-quantity,
      .up2date-shop-customercart-portlet .up2date-customercart form .alloy-table-row .article-entries-column-quantity,
      .up2date-shop-customercart-portlet .up2date-favorite form .alloy-table-row .article-entries-column-quantity,
      .up2date-shop-customercart-portlet .up2date-checkout form .alloy-table-row .article-entries-column-quantity,
      .up2date-shop-favorite-portlet .up2date-cart form .alloy-table-row .article-entries-column-quantity,
      .up2date-shop-favorite-portlet .up2date-customercart form .alloy-table-row .article-entries-column-quantity,
      .up2date-shop-favorite-portlet .up2date-favorite form .alloy-table-row .article-entries-column-quantity,
      .up2date-shop-favorite-portlet .up2date-checkout form .alloy-table-row .article-entries-column-quantity,
      .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-cart form .alloy-table-row .article-entries-column-quantity,
      .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .alloy-table-row .article-entries-column-quantity,
      .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .alloy-table-row .article-entries-column-quantity,
      .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .alloy-table-row .article-entries-column-quantity,
      .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-cart form .alloy-table-row .article-entries-column-quantity,
      .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .alloy-table-row .article-entries-column-quantity,
      .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .alloy-table-row .article-entries-column-quantity,
      .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .alloy-table-row .article-entries-column-quantity,
      .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-cart form .alloy-table-row .article-entries-column-quantity,
      .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-customercart form .alloy-table-row .article-entries-column-quantity,
      .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-favorite form .alloy-table-row .article-entries-column-quantity,
      .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-checkout form .alloy-table-row .article-entries-column-quantity {
        white-space: nowrap; }
      @media all and (min-width: 600px) {
        .up2date-shop-checkout-portlet .up2date-cart form,
        .up2date-shop-checkout-portlet .up2date-customercart form,
        .up2date-shop-checkout-portlet .up2date-favorite form,
        .up2date-shop-checkout-portlet .up2date-checkout form,
        .up2date-shop-cart-portlet .up2date-cart form,
        .up2date-shop-cart-portlet .up2date-customercart form,
        .up2date-shop-cart-portlet .up2date-favorite form,
        .up2date-shop-cart-portlet .up2date-checkout form,
        .up2date-shop-customercart-portlet .up2date-cart form,
        .up2date-shop-customercart-portlet .up2date-customercart form,
        .up2date-shop-customercart-portlet .up2date-favorite form,
        .up2date-shop-customercart-portlet .up2date-checkout form,
        .up2date-shop-favorite-portlet .up2date-cart form,
        .up2date-shop-favorite-portlet .up2date-customercart form,
        .up2date-shop-favorite-portlet .up2date-favorite form,
        .up2date-shop-favorite-portlet .up2date-checkout form,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-cart form,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-customercart form,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-favorite form,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-checkout form,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-cart form,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-customercart form,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-favorite form,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-checkout form,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-cart form,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-customercart form,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-favorite form,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-checkout form {
          display: table; } }
      .up2date-shop-checkout-portlet .up2date-cart form .entries-buttonrow-top,
      .up2date-shop-checkout-portlet .up2date-cart form .cart_buttonRow,
      .up2date-shop-checkout-portlet .up2date-cart form .customercart_buttonRow,
      .up2date-shop-checkout-portlet .up2date-cart form .favorite_buttonRow,
      .up2date-shop-checkout-portlet .up2date-customercart form .entries-buttonrow-top,
      .up2date-shop-checkout-portlet .up2date-customercart form .cart_buttonRow,
      .up2date-shop-checkout-portlet .up2date-customercart form .customercart_buttonRow,
      .up2date-shop-checkout-portlet .up2date-customercart form .favorite_buttonRow,
      .up2date-shop-checkout-portlet .up2date-favorite form .entries-buttonrow-top,
      .up2date-shop-checkout-portlet .up2date-favorite form .cart_buttonRow,
      .up2date-shop-checkout-portlet .up2date-favorite form .customercart_buttonRow,
      .up2date-shop-checkout-portlet .up2date-favorite form .favorite_buttonRow,
      .up2date-shop-checkout-portlet .up2date-checkout form .entries-buttonrow-top,
      .up2date-shop-checkout-portlet .up2date-checkout form .cart_buttonRow,
      .up2date-shop-checkout-portlet .up2date-checkout form .customercart_buttonRow,
      .up2date-shop-checkout-portlet .up2date-checkout form .favorite_buttonRow,
      .up2date-shop-cart-portlet .up2date-cart form .entries-buttonrow-top,
      .up2date-shop-cart-portlet .up2date-cart form .cart_buttonRow,
      .up2date-shop-cart-portlet .up2date-cart form .customercart_buttonRow,
      .up2date-shop-cart-portlet .up2date-cart form .favorite_buttonRow,
      .up2date-shop-cart-portlet .up2date-customercart form .entries-buttonrow-top,
      .up2date-shop-cart-portlet .up2date-customercart form .cart_buttonRow,
      .up2date-shop-cart-portlet .up2date-customercart form .customercart_buttonRow,
      .up2date-shop-cart-portlet .up2date-customercart form .favorite_buttonRow,
      .up2date-shop-cart-portlet .up2date-favorite form .entries-buttonrow-top,
      .up2date-shop-cart-portlet .up2date-favorite form .cart_buttonRow,
      .up2date-shop-cart-portlet .up2date-favorite form .customercart_buttonRow,
      .up2date-shop-cart-portlet .up2date-favorite form .favorite_buttonRow,
      .up2date-shop-cart-portlet .up2date-checkout form .entries-buttonrow-top,
      .up2date-shop-cart-portlet .up2date-checkout form .cart_buttonRow,
      .up2date-shop-cart-portlet .up2date-checkout form .customercart_buttonRow,
      .up2date-shop-cart-portlet .up2date-checkout form .favorite_buttonRow,
      .up2date-shop-customercart-portlet .up2date-cart form .entries-buttonrow-top,
      .up2date-shop-customercart-portlet .up2date-cart form .cart_buttonRow,
      .up2date-shop-customercart-portlet .up2date-cart form .customercart_buttonRow,
      .up2date-shop-customercart-portlet .up2date-cart form .favorite_buttonRow,
      .up2date-shop-customercart-portlet .up2date-customercart form .entries-buttonrow-top,
      .up2date-shop-customercart-portlet .up2date-customercart form .cart_buttonRow,
      .up2date-shop-customercart-portlet .up2date-customercart form .customercart_buttonRow,
      .up2date-shop-customercart-portlet .up2date-customercart form .favorite_buttonRow,
      .up2date-shop-customercart-portlet .up2date-favorite form .entries-buttonrow-top,
      .up2date-shop-customercart-portlet .up2date-favorite form .cart_buttonRow,
      .up2date-shop-customercart-portlet .up2date-favorite form .customercart_buttonRow,
      .up2date-shop-customercart-portlet .up2date-favorite form .favorite_buttonRow,
      .up2date-shop-customercart-portlet .up2date-checkout form .entries-buttonrow-top,
      .up2date-shop-customercart-portlet .up2date-checkout form .cart_buttonRow,
      .up2date-shop-customercart-portlet .up2date-checkout form .customercart_buttonRow,
      .up2date-shop-customercart-portlet .up2date-checkout form .favorite_buttonRow,
      .up2date-shop-favorite-portlet .up2date-cart form .entries-buttonrow-top,
      .up2date-shop-favorite-portlet .up2date-cart form .cart_buttonRow,
      .up2date-shop-favorite-portlet .up2date-cart form .customercart_buttonRow,
      .up2date-shop-favorite-portlet .up2date-cart form .favorite_buttonRow,
      .up2date-shop-favorite-portlet .up2date-customercart form .entries-buttonrow-top,
      .up2date-shop-favorite-portlet .up2date-customercart form .cart_buttonRow,
      .up2date-shop-favorite-portlet .up2date-customercart form .customercart_buttonRow,
      .up2date-shop-favorite-portlet .up2date-customercart form .favorite_buttonRow,
      .up2date-shop-favorite-portlet .up2date-favorite form .entries-buttonrow-top,
      .up2date-shop-favorite-portlet .up2date-favorite form .cart_buttonRow,
      .up2date-shop-favorite-portlet .up2date-favorite form .customercart_buttonRow,
      .up2date-shop-favorite-portlet .up2date-favorite form .favorite_buttonRow,
      .up2date-shop-favorite-portlet .up2date-checkout form .entries-buttonrow-top,
      .up2date-shop-favorite-portlet .up2date-checkout form .cart_buttonRow,
      .up2date-shop-favorite-portlet .up2date-checkout form .customercart_buttonRow,
      .up2date-shop-favorite-portlet .up2date-checkout form .favorite_buttonRow,
      .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-cart form .entries-buttonrow-top,
      .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-cart form .cart_buttonRow,
      .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-cart form .customercart_buttonRow,
      .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-cart form .favorite_buttonRow,
      .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .entries-buttonrow-top,
      .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .cart_buttonRow,
      .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .customercart_buttonRow,
      .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .favorite_buttonRow,
      .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .entries-buttonrow-top,
      .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .cart_buttonRow,
      .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .customercart_buttonRow,
      .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .favorite_buttonRow,
      .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .entries-buttonrow-top,
      .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .cart_buttonRow,
      .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .customercart_buttonRow,
      .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .favorite_buttonRow,
      .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-cart form .entries-buttonrow-top,
      .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-cart form .cart_buttonRow,
      .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-cart form .customercart_buttonRow,
      .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-cart form .favorite_buttonRow,
      .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .entries-buttonrow-top,
      .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .cart_buttonRow,
      .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .customercart_buttonRow,
      .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .favorite_buttonRow,
      .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .entries-buttonrow-top,
      .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .cart_buttonRow,
      .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .customercart_buttonRow,
      .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .favorite_buttonRow,
      .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .entries-buttonrow-top,
      .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .cart_buttonRow,
      .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .customercart_buttonRow,
      .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .favorite_buttonRow,
      .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-cart form .entries-buttonrow-top,
      .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-cart form .cart_buttonRow,
      .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-cart form .customercart_buttonRow,
      .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-cart form .favorite_buttonRow,
      .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-customercart form .entries-buttonrow-top,
      .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-customercart form .cart_buttonRow,
      .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-customercart form .customercart_buttonRow,
      .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-customercart form .favorite_buttonRow,
      .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-favorite form .entries-buttonrow-top,
      .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-favorite form .cart_buttonRow,
      .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-favorite form .customercart_buttonRow,
      .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-favorite form .favorite_buttonRow,
      .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-checkout form .entries-buttonrow-top,
      .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-checkout form .cart_buttonRow,
      .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-checkout form .customercart_buttonRow,
      .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-checkout form .favorite_buttonRow {
        width: 100%;
        height: auto;
        min-height: 24px;
        overflow: visible; }
        .up2date-shop-checkout-portlet .up2date-cart form .entries-buttonrow-top button.btn,
        .up2date-shop-checkout-portlet .up2date-cart form .entries-buttonrow-top div.btn,
        .up2date-shop-checkout-portlet .up2date-cart form .entries-buttonrow-top a.btn,
        .up2date-shop-checkout-portlet .up2date-cart form .cart_buttonRow button.btn,
        .up2date-shop-checkout-portlet .up2date-cart form .cart_buttonRow div.btn,
        .up2date-shop-checkout-portlet .up2date-cart form .cart_buttonRow a.btn,
        .up2date-shop-checkout-portlet .up2date-cart form .customercart_buttonRow button.btn,
        .up2date-shop-checkout-portlet .up2date-cart form .customercart_buttonRow div.btn,
        .up2date-shop-checkout-portlet .up2date-cart form .customercart_buttonRow a.btn,
        .up2date-shop-checkout-portlet .up2date-cart form .favorite_buttonRow button.btn,
        .up2date-shop-checkout-portlet .up2date-cart form .favorite_buttonRow div.btn,
        .up2date-shop-checkout-portlet .up2date-cart form .favorite_buttonRow a.btn,
        .up2date-shop-checkout-portlet .up2date-customercart form .entries-buttonrow-top button.btn,
        .up2date-shop-checkout-portlet .up2date-customercart form .entries-buttonrow-top div.btn,
        .up2date-shop-checkout-portlet .up2date-customercart form .entries-buttonrow-top a.btn,
        .up2date-shop-checkout-portlet .up2date-customercart form .cart_buttonRow button.btn,
        .up2date-shop-checkout-portlet .up2date-customercart form .cart_buttonRow div.btn,
        .up2date-shop-checkout-portlet .up2date-customercart form .cart_buttonRow a.btn,
        .up2date-shop-checkout-portlet .up2date-customercart form .customercart_buttonRow button.btn,
        .up2date-shop-checkout-portlet .up2date-customercart form .customercart_buttonRow div.btn,
        .up2date-shop-checkout-portlet .up2date-customercart form .customercart_buttonRow a.btn,
        .up2date-shop-checkout-portlet .up2date-customercart form .favorite_buttonRow button.btn,
        .up2date-shop-checkout-portlet .up2date-customercart form .favorite_buttonRow div.btn,
        .up2date-shop-checkout-portlet .up2date-customercart form .favorite_buttonRow a.btn,
        .up2date-shop-checkout-portlet .up2date-favorite form .entries-buttonrow-top button.btn,
        .up2date-shop-checkout-portlet .up2date-favorite form .entries-buttonrow-top div.btn,
        .up2date-shop-checkout-portlet .up2date-favorite form .entries-buttonrow-top a.btn,
        .up2date-shop-checkout-portlet .up2date-favorite form .cart_buttonRow button.btn,
        .up2date-shop-checkout-portlet .up2date-favorite form .cart_buttonRow div.btn,
        .up2date-shop-checkout-portlet .up2date-favorite form .cart_buttonRow a.btn,
        .up2date-shop-checkout-portlet .up2date-favorite form .customercart_buttonRow button.btn,
        .up2date-shop-checkout-portlet .up2date-favorite form .customercart_buttonRow div.btn,
        .up2date-shop-checkout-portlet .up2date-favorite form .customercart_buttonRow a.btn,
        .up2date-shop-checkout-portlet .up2date-favorite form .favorite_buttonRow button.btn,
        .up2date-shop-checkout-portlet .up2date-favorite form .favorite_buttonRow div.btn,
        .up2date-shop-checkout-portlet .up2date-favorite form .favorite_buttonRow a.btn,
        .up2date-shop-checkout-portlet .up2date-checkout form .entries-buttonrow-top button.btn,
        .up2date-shop-checkout-portlet .up2date-checkout form .entries-buttonrow-top div.btn,
        .up2date-shop-checkout-portlet .up2date-checkout form .entries-buttonrow-top a.btn,
        .up2date-shop-checkout-portlet .up2date-checkout form .cart_buttonRow button.btn,
        .up2date-shop-checkout-portlet .up2date-checkout form .cart_buttonRow div.btn,
        .up2date-shop-checkout-portlet .up2date-checkout form .cart_buttonRow a.btn,
        .up2date-shop-checkout-portlet .up2date-checkout form .customercart_buttonRow button.btn,
        .up2date-shop-checkout-portlet .up2date-checkout form .customercart_buttonRow div.btn,
        .up2date-shop-checkout-portlet .up2date-checkout form .customercart_buttonRow a.btn,
        .up2date-shop-checkout-portlet .up2date-checkout form .favorite_buttonRow button.btn,
        .up2date-shop-checkout-portlet .up2date-checkout form .favorite_buttonRow div.btn,
        .up2date-shop-checkout-portlet .up2date-checkout form .favorite_buttonRow a.btn,
        .up2date-shop-cart-portlet .up2date-cart form .entries-buttonrow-top button.btn,
        .up2date-shop-cart-portlet .up2date-cart form .entries-buttonrow-top div.btn,
        .up2date-shop-cart-portlet .up2date-cart form .entries-buttonrow-top a.btn,
        .up2date-shop-cart-portlet .up2date-cart form .cart_buttonRow button.btn,
        .up2date-shop-cart-portlet .up2date-cart form .cart_buttonRow div.btn,
        .up2date-shop-cart-portlet .up2date-cart form .cart_buttonRow a.btn,
        .up2date-shop-cart-portlet .up2date-cart form .customercart_buttonRow button.btn,
        .up2date-shop-cart-portlet .up2date-cart form .customercart_buttonRow div.btn,
        .up2date-shop-cart-portlet .up2date-cart form .customercart_buttonRow a.btn,
        .up2date-shop-cart-portlet .up2date-cart form .favorite_buttonRow button.btn,
        .up2date-shop-cart-portlet .up2date-cart form .favorite_buttonRow div.btn,
        .up2date-shop-cart-portlet .up2date-cart form .favorite_buttonRow a.btn,
        .up2date-shop-cart-portlet .up2date-customercart form .entries-buttonrow-top button.btn,
        .up2date-shop-cart-portlet .up2date-customercart form .entries-buttonrow-top div.btn,
        .up2date-shop-cart-portlet .up2date-customercart form .entries-buttonrow-top a.btn,
        .up2date-shop-cart-portlet .up2date-customercart form .cart_buttonRow button.btn,
        .up2date-shop-cart-portlet .up2date-customercart form .cart_buttonRow div.btn,
        .up2date-shop-cart-portlet .up2date-customercart form .cart_buttonRow a.btn,
        .up2date-shop-cart-portlet .up2date-customercart form .customercart_buttonRow button.btn,
        .up2date-shop-cart-portlet .up2date-customercart form .customercart_buttonRow div.btn,
        .up2date-shop-cart-portlet .up2date-customercart form .customercart_buttonRow a.btn,
        .up2date-shop-cart-portlet .up2date-customercart form .favorite_buttonRow button.btn,
        .up2date-shop-cart-portlet .up2date-customercart form .favorite_buttonRow div.btn,
        .up2date-shop-cart-portlet .up2date-customercart form .favorite_buttonRow a.btn,
        .up2date-shop-cart-portlet .up2date-favorite form .entries-buttonrow-top button.btn,
        .up2date-shop-cart-portlet .up2date-favorite form .entries-buttonrow-top div.btn,
        .up2date-shop-cart-portlet .up2date-favorite form .entries-buttonrow-top a.btn,
        .up2date-shop-cart-portlet .up2date-favorite form .cart_buttonRow button.btn,
        .up2date-shop-cart-portlet .up2date-favorite form .cart_buttonRow div.btn,
        .up2date-shop-cart-portlet .up2date-favorite form .cart_buttonRow a.btn,
        .up2date-shop-cart-portlet .up2date-favorite form .customercart_buttonRow button.btn,
        .up2date-shop-cart-portlet .up2date-favorite form .customercart_buttonRow div.btn,
        .up2date-shop-cart-portlet .up2date-favorite form .customercart_buttonRow a.btn,
        .up2date-shop-cart-portlet .up2date-favorite form .favorite_buttonRow button.btn,
        .up2date-shop-cart-portlet .up2date-favorite form .favorite_buttonRow div.btn,
        .up2date-shop-cart-portlet .up2date-favorite form .favorite_buttonRow a.btn,
        .up2date-shop-cart-portlet .up2date-checkout form .entries-buttonrow-top button.btn,
        .up2date-shop-cart-portlet .up2date-checkout form .entries-buttonrow-top div.btn,
        .up2date-shop-cart-portlet .up2date-checkout form .entries-buttonrow-top a.btn,
        .up2date-shop-cart-portlet .up2date-checkout form .cart_buttonRow button.btn,
        .up2date-shop-cart-portlet .up2date-checkout form .cart_buttonRow div.btn,
        .up2date-shop-cart-portlet .up2date-checkout form .cart_buttonRow a.btn,
        .up2date-shop-cart-portlet .up2date-checkout form .customercart_buttonRow button.btn,
        .up2date-shop-cart-portlet .up2date-checkout form .customercart_buttonRow div.btn,
        .up2date-shop-cart-portlet .up2date-checkout form .customercart_buttonRow a.btn,
        .up2date-shop-cart-portlet .up2date-checkout form .favorite_buttonRow button.btn,
        .up2date-shop-cart-portlet .up2date-checkout form .favorite_buttonRow div.btn,
        .up2date-shop-cart-portlet .up2date-checkout form .favorite_buttonRow a.btn,
        .up2date-shop-customercart-portlet .up2date-cart form .entries-buttonrow-top button.btn,
        .up2date-shop-customercart-portlet .up2date-cart form .entries-buttonrow-top div.btn,
        .up2date-shop-customercart-portlet .up2date-cart form .entries-buttonrow-top a.btn,
        .up2date-shop-customercart-portlet .up2date-cart form .cart_buttonRow button.btn,
        .up2date-shop-customercart-portlet .up2date-cart form .cart_buttonRow div.btn,
        .up2date-shop-customercart-portlet .up2date-cart form .cart_buttonRow a.btn,
        .up2date-shop-customercart-portlet .up2date-cart form .customercart_buttonRow button.btn,
        .up2date-shop-customercart-portlet .up2date-cart form .customercart_buttonRow div.btn,
        .up2date-shop-customercart-portlet .up2date-cart form .customercart_buttonRow a.btn,
        .up2date-shop-customercart-portlet .up2date-cart form .favorite_buttonRow button.btn,
        .up2date-shop-customercart-portlet .up2date-cart form .favorite_buttonRow div.btn,
        .up2date-shop-customercart-portlet .up2date-cart form .favorite_buttonRow a.btn,
        .up2date-shop-customercart-portlet .up2date-customercart form .entries-buttonrow-top button.btn,
        .up2date-shop-customercart-portlet .up2date-customercart form .entries-buttonrow-top div.btn,
        .up2date-shop-customercart-portlet .up2date-customercart form .entries-buttonrow-top a.btn,
        .up2date-shop-customercart-portlet .up2date-customercart form .cart_buttonRow button.btn,
        .up2date-shop-customercart-portlet .up2date-customercart form .cart_buttonRow div.btn,
        .up2date-shop-customercart-portlet .up2date-customercart form .cart_buttonRow a.btn,
        .up2date-shop-customercart-portlet .up2date-customercart form .customercart_buttonRow button.btn,
        .up2date-shop-customercart-portlet .up2date-customercart form .customercart_buttonRow div.btn,
        .up2date-shop-customercart-portlet .up2date-customercart form .customercart_buttonRow a.btn,
        .up2date-shop-customercart-portlet .up2date-customercart form .favorite_buttonRow button.btn,
        .up2date-shop-customercart-portlet .up2date-customercart form .favorite_buttonRow div.btn,
        .up2date-shop-customercart-portlet .up2date-customercart form .favorite_buttonRow a.btn,
        .up2date-shop-customercart-portlet .up2date-favorite form .entries-buttonrow-top button.btn,
        .up2date-shop-customercart-portlet .up2date-favorite form .entries-buttonrow-top div.btn,
        .up2date-shop-customercart-portlet .up2date-favorite form .entries-buttonrow-top a.btn,
        .up2date-shop-customercart-portlet .up2date-favorite form .cart_buttonRow button.btn,
        .up2date-shop-customercart-portlet .up2date-favorite form .cart_buttonRow div.btn,
        .up2date-shop-customercart-portlet .up2date-favorite form .cart_buttonRow a.btn,
        .up2date-shop-customercart-portlet .up2date-favorite form .customercart_buttonRow button.btn,
        .up2date-shop-customercart-portlet .up2date-favorite form .customercart_buttonRow div.btn,
        .up2date-shop-customercart-portlet .up2date-favorite form .customercart_buttonRow a.btn,
        .up2date-shop-customercart-portlet .up2date-favorite form .favorite_buttonRow button.btn,
        .up2date-shop-customercart-portlet .up2date-favorite form .favorite_buttonRow div.btn,
        .up2date-shop-customercart-portlet .up2date-favorite form .favorite_buttonRow a.btn,
        .up2date-shop-customercart-portlet .up2date-checkout form .entries-buttonrow-top button.btn,
        .up2date-shop-customercart-portlet .up2date-checkout form .entries-buttonrow-top div.btn,
        .up2date-shop-customercart-portlet .up2date-checkout form .entries-buttonrow-top a.btn,
        .up2date-shop-customercart-portlet .up2date-checkout form .cart_buttonRow button.btn,
        .up2date-shop-customercart-portlet .up2date-checkout form .cart_buttonRow div.btn,
        .up2date-shop-customercart-portlet .up2date-checkout form .cart_buttonRow a.btn,
        .up2date-shop-customercart-portlet .up2date-checkout form .customercart_buttonRow button.btn,
        .up2date-shop-customercart-portlet .up2date-checkout form .customercart_buttonRow div.btn,
        .up2date-shop-customercart-portlet .up2date-checkout form .customercart_buttonRow a.btn,
        .up2date-shop-customercart-portlet .up2date-checkout form .favorite_buttonRow button.btn,
        .up2date-shop-customercart-portlet .up2date-checkout form .favorite_buttonRow div.btn,
        .up2date-shop-customercart-portlet .up2date-checkout form .favorite_buttonRow a.btn,
        .up2date-shop-favorite-portlet .up2date-cart form .entries-buttonrow-top button.btn,
        .up2date-shop-favorite-portlet .up2date-cart form .entries-buttonrow-top div.btn,
        .up2date-shop-favorite-portlet .up2date-cart form .entries-buttonrow-top a.btn,
        .up2date-shop-favorite-portlet .up2date-cart form .cart_buttonRow button.btn,
        .up2date-shop-favorite-portlet .up2date-cart form .cart_buttonRow div.btn,
        .up2date-shop-favorite-portlet .up2date-cart form .cart_buttonRow a.btn,
        .up2date-shop-favorite-portlet .up2date-cart form .customercart_buttonRow button.btn,
        .up2date-shop-favorite-portlet .up2date-cart form .customercart_buttonRow div.btn,
        .up2date-shop-favorite-portlet .up2date-cart form .customercart_buttonRow a.btn,
        .up2date-shop-favorite-portlet .up2date-cart form .favorite_buttonRow button.btn,
        .up2date-shop-favorite-portlet .up2date-cart form .favorite_buttonRow div.btn,
        .up2date-shop-favorite-portlet .up2date-cart form .favorite_buttonRow a.btn,
        .up2date-shop-favorite-portlet .up2date-customercart form .entries-buttonrow-top button.btn,
        .up2date-shop-favorite-portlet .up2date-customercart form .entries-buttonrow-top div.btn,
        .up2date-shop-favorite-portlet .up2date-customercart form .entries-buttonrow-top a.btn,
        .up2date-shop-favorite-portlet .up2date-customercart form .cart_buttonRow button.btn,
        .up2date-shop-favorite-portlet .up2date-customercart form .cart_buttonRow div.btn,
        .up2date-shop-favorite-portlet .up2date-customercart form .cart_buttonRow a.btn,
        .up2date-shop-favorite-portlet .up2date-customercart form .customercart_buttonRow button.btn,
        .up2date-shop-favorite-portlet .up2date-customercart form .customercart_buttonRow div.btn,
        .up2date-shop-favorite-portlet .up2date-customercart form .customercart_buttonRow a.btn,
        .up2date-shop-favorite-portlet .up2date-customercart form .favorite_buttonRow button.btn,
        .up2date-shop-favorite-portlet .up2date-customercart form .favorite_buttonRow div.btn,
        .up2date-shop-favorite-portlet .up2date-customercart form .favorite_buttonRow a.btn,
        .up2date-shop-favorite-portlet .up2date-favorite form .entries-buttonrow-top button.btn,
        .up2date-shop-favorite-portlet .up2date-favorite form .entries-buttonrow-top div.btn,
        .up2date-shop-favorite-portlet .up2date-favorite form .entries-buttonrow-top a.btn,
        .up2date-shop-favorite-portlet .up2date-favorite form .cart_buttonRow button.btn,
        .up2date-shop-favorite-portlet .up2date-favorite form .cart_buttonRow div.btn,
        .up2date-shop-favorite-portlet .up2date-favorite form .cart_buttonRow a.btn,
        .up2date-shop-favorite-portlet .up2date-favorite form .customercart_buttonRow button.btn,
        .up2date-shop-favorite-portlet .up2date-favorite form .customercart_buttonRow div.btn,
        .up2date-shop-favorite-portlet .up2date-favorite form .customercart_buttonRow a.btn,
        .up2date-shop-favorite-portlet .up2date-favorite form .favorite_buttonRow button.btn,
        .up2date-shop-favorite-portlet .up2date-favorite form .favorite_buttonRow div.btn,
        .up2date-shop-favorite-portlet .up2date-favorite form .favorite_buttonRow a.btn,
        .up2date-shop-favorite-portlet .up2date-checkout form .entries-buttonrow-top button.btn,
        .up2date-shop-favorite-portlet .up2date-checkout form .entries-buttonrow-top div.btn,
        .up2date-shop-favorite-portlet .up2date-checkout form .entries-buttonrow-top a.btn,
        .up2date-shop-favorite-portlet .up2date-checkout form .cart_buttonRow button.btn,
        .up2date-shop-favorite-portlet .up2date-checkout form .cart_buttonRow div.btn,
        .up2date-shop-favorite-portlet .up2date-checkout form .cart_buttonRow a.btn,
        .up2date-shop-favorite-portlet .up2date-checkout form .customercart_buttonRow button.btn,
        .up2date-shop-favorite-portlet .up2date-checkout form .customercart_buttonRow div.btn,
        .up2date-shop-favorite-portlet .up2date-checkout form .customercart_buttonRow a.btn,
        .up2date-shop-favorite-portlet .up2date-checkout form .favorite_buttonRow button.btn,
        .up2date-shop-favorite-portlet .up2date-checkout form .favorite_buttonRow div.btn,
        .up2date-shop-favorite-portlet .up2date-checkout form .favorite_buttonRow a.btn,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-cart form .entries-buttonrow-top button.btn,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-cart form .entries-buttonrow-top div.btn,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-cart form .entries-buttonrow-top a.btn,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-cart form .cart_buttonRow button.btn,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-cart form .cart_buttonRow div.btn,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-cart form .cart_buttonRow a.btn,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-cart form .customercart_buttonRow button.btn,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-cart form .customercart_buttonRow div.btn,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-cart form .customercart_buttonRow a.btn,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-cart form .favorite_buttonRow button.btn,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-cart form .favorite_buttonRow div.btn,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-cart form .favorite_buttonRow a.btn,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .entries-buttonrow-top button.btn,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .entries-buttonrow-top div.btn,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .entries-buttonrow-top a.btn,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .cart_buttonRow button.btn,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .cart_buttonRow div.btn,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .cart_buttonRow a.btn,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .customercart_buttonRow button.btn,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .customercart_buttonRow div.btn,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .customercart_buttonRow a.btn,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .favorite_buttonRow button.btn,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .favorite_buttonRow div.btn,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .favorite_buttonRow a.btn,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .entries-buttonrow-top button.btn,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .entries-buttonrow-top div.btn,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .entries-buttonrow-top a.btn,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .cart_buttonRow button.btn,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .cart_buttonRow div.btn,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .cart_buttonRow a.btn,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .customercart_buttonRow button.btn,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .customercart_buttonRow div.btn,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .customercart_buttonRow a.btn,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .favorite_buttonRow button.btn,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .favorite_buttonRow div.btn,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .favorite_buttonRow a.btn,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .entries-buttonrow-top button.btn,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .entries-buttonrow-top div.btn,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .entries-buttonrow-top a.btn,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .cart_buttonRow button.btn,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .cart_buttonRow div.btn,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .cart_buttonRow a.btn,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .customercart_buttonRow button.btn,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .customercart_buttonRow div.btn,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .customercart_buttonRow a.btn,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .favorite_buttonRow button.btn,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .favorite_buttonRow div.btn,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .favorite_buttonRow a.btn,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-cart form .entries-buttonrow-top button.btn,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-cart form .entries-buttonrow-top div.btn,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-cart form .entries-buttonrow-top a.btn,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-cart form .cart_buttonRow button.btn,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-cart form .cart_buttonRow div.btn,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-cart form .cart_buttonRow a.btn,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-cart form .customercart_buttonRow button.btn,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-cart form .customercart_buttonRow div.btn,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-cart form .customercart_buttonRow a.btn,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-cart form .favorite_buttonRow button.btn,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-cart form .favorite_buttonRow div.btn,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-cart form .favorite_buttonRow a.btn,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .entries-buttonrow-top button.btn,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .entries-buttonrow-top div.btn,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .entries-buttonrow-top a.btn,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .cart_buttonRow button.btn,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .cart_buttonRow div.btn,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .cart_buttonRow a.btn,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .customercart_buttonRow button.btn,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .customercart_buttonRow div.btn,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .customercart_buttonRow a.btn,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .favorite_buttonRow button.btn,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .favorite_buttonRow div.btn,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .favorite_buttonRow a.btn,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .entries-buttonrow-top button.btn,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .entries-buttonrow-top div.btn,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .entries-buttonrow-top a.btn,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .cart_buttonRow button.btn,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .cart_buttonRow div.btn,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .cart_buttonRow a.btn,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .customercart_buttonRow button.btn,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .customercart_buttonRow div.btn,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .customercart_buttonRow a.btn,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .favorite_buttonRow button.btn,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .favorite_buttonRow div.btn,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .favorite_buttonRow a.btn,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .entries-buttonrow-top button.btn,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .entries-buttonrow-top div.btn,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .entries-buttonrow-top a.btn,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .cart_buttonRow button.btn,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .cart_buttonRow div.btn,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .cart_buttonRow a.btn,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .customercart_buttonRow button.btn,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .customercart_buttonRow div.btn,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .customercart_buttonRow a.btn,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .favorite_buttonRow button.btn,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .favorite_buttonRow div.btn,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .favorite_buttonRow a.btn,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-cart form .entries-buttonrow-top button.btn,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-cart form .entries-buttonrow-top div.btn,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-cart form .entries-buttonrow-top a.btn,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-cart form .cart_buttonRow button.btn,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-cart form .cart_buttonRow div.btn,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-cart form .cart_buttonRow a.btn,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-cart form .customercart_buttonRow button.btn,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-cart form .customercart_buttonRow div.btn,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-cart form .customercart_buttonRow a.btn,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-cart form .favorite_buttonRow button.btn,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-cart form .favorite_buttonRow div.btn,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-cart form .favorite_buttonRow a.btn,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-customercart form .entries-buttonrow-top button.btn,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-customercart form .entries-buttonrow-top div.btn,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-customercart form .entries-buttonrow-top a.btn,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-customercart form .cart_buttonRow button.btn,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-customercart form .cart_buttonRow div.btn,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-customercart form .cart_buttonRow a.btn,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-customercart form .customercart_buttonRow button.btn,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-customercart form .customercart_buttonRow div.btn,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-customercart form .customercart_buttonRow a.btn,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-customercart form .favorite_buttonRow button.btn,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-customercart form .favorite_buttonRow div.btn,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-customercart form .favorite_buttonRow a.btn,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-favorite form .entries-buttonrow-top button.btn,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-favorite form .entries-buttonrow-top div.btn,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-favorite form .entries-buttonrow-top a.btn,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-favorite form .cart_buttonRow button.btn,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-favorite form .cart_buttonRow div.btn,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-favorite form .cart_buttonRow a.btn,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-favorite form .customercart_buttonRow button.btn,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-favorite form .customercart_buttonRow div.btn,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-favorite form .customercart_buttonRow a.btn,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-favorite form .favorite_buttonRow button.btn,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-favorite form .favorite_buttonRow div.btn,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-favorite form .favorite_buttonRow a.btn,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-checkout form .entries-buttonrow-top button.btn,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-checkout form .entries-buttonrow-top div.btn,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-checkout form .entries-buttonrow-top a.btn,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-checkout form .cart_buttonRow button.btn,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-checkout form .cart_buttonRow div.btn,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-checkout form .cart_buttonRow a.btn,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-checkout form .customercart_buttonRow button.btn,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-checkout form .customercart_buttonRow div.btn,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-checkout form .customercart_buttonRow a.btn,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-checkout form .favorite_buttonRow button.btn,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-checkout form .favorite_buttonRow div.btn,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-checkout form .favorite_buttonRow a.btn {
          float: left;
          margin-right: 15px;
          padding: 0 20px;
          font-size: 13px !important;
          line-height: 1.2em; }
        .up2date-shop-checkout-portlet .up2date-cart form .entries-buttonrow-top button.btn,
        .up2date-shop-checkout-portlet .up2date-cart form .entries-buttonrow-top div.btn,
        .up2date-shop-checkout-portlet .up2date-cart form .entries-buttonrow-top a.link-button,
        .up2date-shop-checkout-portlet .up2date-cart form .entries-buttonrow-top div.btn-menu,
        .up2date-shop-checkout-portlet .up2date-cart form .cart_buttonRow button.btn,
        .up2date-shop-checkout-portlet .up2date-cart form .cart_buttonRow div.btn,
        .up2date-shop-checkout-portlet .up2date-cart form .cart_buttonRow a.link-button,
        .up2date-shop-checkout-portlet .up2date-cart form .cart_buttonRow div.btn-menu,
        .up2date-shop-checkout-portlet .up2date-cart form .customercart_buttonRow button.btn,
        .up2date-shop-checkout-portlet .up2date-cart form .customercart_buttonRow div.btn,
        .up2date-shop-checkout-portlet .up2date-cart form .customercart_buttonRow a.link-button,
        .up2date-shop-checkout-portlet .up2date-cart form .customercart_buttonRow div.btn-menu,
        .up2date-shop-checkout-portlet .up2date-cart form .favorite_buttonRow button.btn,
        .up2date-shop-checkout-portlet .up2date-cart form .favorite_buttonRow div.btn,
        .up2date-shop-checkout-portlet .up2date-cart form .favorite_buttonRow a.link-button,
        .up2date-shop-checkout-portlet .up2date-cart form .favorite_buttonRow div.btn-menu,
        .up2date-shop-checkout-portlet .up2date-customercart form .entries-buttonrow-top button.btn,
        .up2date-shop-checkout-portlet .up2date-customercart form .entries-buttonrow-top div.btn,
        .up2date-shop-checkout-portlet .up2date-customercart form .entries-buttonrow-top a.link-button,
        .up2date-shop-checkout-portlet .up2date-customercart form .entries-buttonrow-top div.btn-menu,
        .up2date-shop-checkout-portlet .up2date-customercart form .cart_buttonRow button.btn,
        .up2date-shop-checkout-portlet .up2date-customercart form .cart_buttonRow div.btn,
        .up2date-shop-checkout-portlet .up2date-customercart form .cart_buttonRow a.link-button,
        .up2date-shop-checkout-portlet .up2date-customercart form .cart_buttonRow div.btn-menu,
        .up2date-shop-checkout-portlet .up2date-customercart form .customercart_buttonRow button.btn,
        .up2date-shop-checkout-portlet .up2date-customercart form .customercart_buttonRow div.btn,
        .up2date-shop-checkout-portlet .up2date-customercart form .customercart_buttonRow a.link-button,
        .up2date-shop-checkout-portlet .up2date-customercart form .customercart_buttonRow div.btn-menu,
        .up2date-shop-checkout-portlet .up2date-customercart form .favorite_buttonRow button.btn,
        .up2date-shop-checkout-portlet .up2date-customercart form .favorite_buttonRow div.btn,
        .up2date-shop-checkout-portlet .up2date-customercart form .favorite_buttonRow a.link-button,
        .up2date-shop-checkout-portlet .up2date-customercart form .favorite_buttonRow div.btn-menu,
        .up2date-shop-checkout-portlet .up2date-favorite form .entries-buttonrow-top button.btn,
        .up2date-shop-checkout-portlet .up2date-favorite form .entries-buttonrow-top div.btn,
        .up2date-shop-checkout-portlet .up2date-favorite form .entries-buttonrow-top a.link-button,
        .up2date-shop-checkout-portlet .up2date-favorite form .entries-buttonrow-top div.btn-menu,
        .up2date-shop-checkout-portlet .up2date-favorite form .cart_buttonRow button.btn,
        .up2date-shop-checkout-portlet .up2date-favorite form .cart_buttonRow div.btn,
        .up2date-shop-checkout-portlet .up2date-favorite form .cart_buttonRow a.link-button,
        .up2date-shop-checkout-portlet .up2date-favorite form .cart_buttonRow div.btn-menu,
        .up2date-shop-checkout-portlet .up2date-favorite form .customercart_buttonRow button.btn,
        .up2date-shop-checkout-portlet .up2date-favorite form .customercart_buttonRow div.btn,
        .up2date-shop-checkout-portlet .up2date-favorite form .customercart_buttonRow a.link-button,
        .up2date-shop-checkout-portlet .up2date-favorite form .customercart_buttonRow div.btn-menu,
        .up2date-shop-checkout-portlet .up2date-favorite form .favorite_buttonRow button.btn,
        .up2date-shop-checkout-portlet .up2date-favorite form .favorite_buttonRow div.btn,
        .up2date-shop-checkout-portlet .up2date-favorite form .favorite_buttonRow a.link-button,
        .up2date-shop-checkout-portlet .up2date-favorite form .favorite_buttonRow div.btn-menu,
        .up2date-shop-checkout-portlet .up2date-checkout form .entries-buttonrow-top button.btn,
        .up2date-shop-checkout-portlet .up2date-checkout form .entries-buttonrow-top div.btn,
        .up2date-shop-checkout-portlet .up2date-checkout form .entries-buttonrow-top a.link-button,
        .up2date-shop-checkout-portlet .up2date-checkout form .entries-buttonrow-top div.btn-menu,
        .up2date-shop-checkout-portlet .up2date-checkout form .cart_buttonRow button.btn,
        .up2date-shop-checkout-portlet .up2date-checkout form .cart_buttonRow div.btn,
        .up2date-shop-checkout-portlet .up2date-checkout form .cart_buttonRow a.link-button,
        .up2date-shop-checkout-portlet .up2date-checkout form .cart_buttonRow div.btn-menu,
        .up2date-shop-checkout-portlet .up2date-checkout form .customercart_buttonRow button.btn,
        .up2date-shop-checkout-portlet .up2date-checkout form .customercart_buttonRow div.btn,
        .up2date-shop-checkout-portlet .up2date-checkout form .customercart_buttonRow a.link-button,
        .up2date-shop-checkout-portlet .up2date-checkout form .customercart_buttonRow div.btn-menu,
        .up2date-shop-checkout-portlet .up2date-checkout form .favorite_buttonRow button.btn,
        .up2date-shop-checkout-portlet .up2date-checkout form .favorite_buttonRow div.btn,
        .up2date-shop-checkout-portlet .up2date-checkout form .favorite_buttonRow a.link-button,
        .up2date-shop-checkout-portlet .up2date-checkout form .favorite_buttonRow div.btn-menu,
        .up2date-shop-cart-portlet .up2date-cart form .entries-buttonrow-top button.btn,
        .up2date-shop-cart-portlet .up2date-cart form .entries-buttonrow-top div.btn,
        .up2date-shop-cart-portlet .up2date-cart form .entries-buttonrow-top a.link-button,
        .up2date-shop-cart-portlet .up2date-cart form .entries-buttonrow-top div.btn-menu,
        .up2date-shop-cart-portlet .up2date-cart form .cart_buttonRow button.btn,
        .up2date-shop-cart-portlet .up2date-cart form .cart_buttonRow div.btn,
        .up2date-shop-cart-portlet .up2date-cart form .cart_buttonRow a.link-button,
        .up2date-shop-cart-portlet .up2date-cart form .cart_buttonRow div.btn-menu,
        .up2date-shop-cart-portlet .up2date-cart form .customercart_buttonRow button.btn,
        .up2date-shop-cart-portlet .up2date-cart form .customercart_buttonRow div.btn,
        .up2date-shop-cart-portlet .up2date-cart form .customercart_buttonRow a.link-button,
        .up2date-shop-cart-portlet .up2date-cart form .customercart_buttonRow div.btn-menu,
        .up2date-shop-cart-portlet .up2date-cart form .favorite_buttonRow button.btn,
        .up2date-shop-cart-portlet .up2date-cart form .favorite_buttonRow div.btn,
        .up2date-shop-cart-portlet .up2date-cart form .favorite_buttonRow a.link-button,
        .up2date-shop-cart-portlet .up2date-cart form .favorite_buttonRow div.btn-menu,
        .up2date-shop-cart-portlet .up2date-customercart form .entries-buttonrow-top button.btn,
        .up2date-shop-cart-portlet .up2date-customercart form .entries-buttonrow-top div.btn,
        .up2date-shop-cart-portlet .up2date-customercart form .entries-buttonrow-top a.link-button,
        .up2date-shop-cart-portlet .up2date-customercart form .entries-buttonrow-top div.btn-menu,
        .up2date-shop-cart-portlet .up2date-customercart form .cart_buttonRow button.btn,
        .up2date-shop-cart-portlet .up2date-customercart form .cart_buttonRow div.btn,
        .up2date-shop-cart-portlet .up2date-customercart form .cart_buttonRow a.link-button,
        .up2date-shop-cart-portlet .up2date-customercart form .cart_buttonRow div.btn-menu,
        .up2date-shop-cart-portlet .up2date-customercart form .customercart_buttonRow button.btn,
        .up2date-shop-cart-portlet .up2date-customercart form .customercart_buttonRow div.btn,
        .up2date-shop-cart-portlet .up2date-customercart form .customercart_buttonRow a.link-button,
        .up2date-shop-cart-portlet .up2date-customercart form .customercart_buttonRow div.btn-menu,
        .up2date-shop-cart-portlet .up2date-customercart form .favorite_buttonRow button.btn,
        .up2date-shop-cart-portlet .up2date-customercart form .favorite_buttonRow div.btn,
        .up2date-shop-cart-portlet .up2date-customercart form .favorite_buttonRow a.link-button,
        .up2date-shop-cart-portlet .up2date-customercart form .favorite_buttonRow div.btn-menu,
        .up2date-shop-cart-portlet .up2date-favorite form .entries-buttonrow-top button.btn,
        .up2date-shop-cart-portlet .up2date-favorite form .entries-buttonrow-top div.btn,
        .up2date-shop-cart-portlet .up2date-favorite form .entries-buttonrow-top a.link-button,
        .up2date-shop-cart-portlet .up2date-favorite form .entries-buttonrow-top div.btn-menu,
        .up2date-shop-cart-portlet .up2date-favorite form .cart_buttonRow button.btn,
        .up2date-shop-cart-portlet .up2date-favorite form .cart_buttonRow div.btn,
        .up2date-shop-cart-portlet .up2date-favorite form .cart_buttonRow a.link-button,
        .up2date-shop-cart-portlet .up2date-favorite form .cart_buttonRow div.btn-menu,
        .up2date-shop-cart-portlet .up2date-favorite form .customercart_buttonRow button.btn,
        .up2date-shop-cart-portlet .up2date-favorite form .customercart_buttonRow div.btn,
        .up2date-shop-cart-portlet .up2date-favorite form .customercart_buttonRow a.link-button,
        .up2date-shop-cart-portlet .up2date-favorite form .customercart_buttonRow div.btn-menu,
        .up2date-shop-cart-portlet .up2date-favorite form .favorite_buttonRow button.btn,
        .up2date-shop-cart-portlet .up2date-favorite form .favorite_buttonRow div.btn,
        .up2date-shop-cart-portlet .up2date-favorite form .favorite_buttonRow a.link-button,
        .up2date-shop-cart-portlet .up2date-favorite form .favorite_buttonRow div.btn-menu,
        .up2date-shop-cart-portlet .up2date-checkout form .entries-buttonrow-top button.btn,
        .up2date-shop-cart-portlet .up2date-checkout form .entries-buttonrow-top div.btn,
        .up2date-shop-cart-portlet .up2date-checkout form .entries-buttonrow-top a.link-button,
        .up2date-shop-cart-portlet .up2date-checkout form .entries-buttonrow-top div.btn-menu,
        .up2date-shop-cart-portlet .up2date-checkout form .cart_buttonRow button.btn,
        .up2date-shop-cart-portlet .up2date-checkout form .cart_buttonRow div.btn,
        .up2date-shop-cart-portlet .up2date-checkout form .cart_buttonRow a.link-button,
        .up2date-shop-cart-portlet .up2date-checkout form .cart_buttonRow div.btn-menu,
        .up2date-shop-cart-portlet .up2date-checkout form .customercart_buttonRow button.btn,
        .up2date-shop-cart-portlet .up2date-checkout form .customercart_buttonRow div.btn,
        .up2date-shop-cart-portlet .up2date-checkout form .customercart_buttonRow a.link-button,
        .up2date-shop-cart-portlet .up2date-checkout form .customercart_buttonRow div.btn-menu,
        .up2date-shop-cart-portlet .up2date-checkout form .favorite_buttonRow button.btn,
        .up2date-shop-cart-portlet .up2date-checkout form .favorite_buttonRow div.btn,
        .up2date-shop-cart-portlet .up2date-checkout form .favorite_buttonRow a.link-button,
        .up2date-shop-cart-portlet .up2date-checkout form .favorite_buttonRow div.btn-menu,
        .up2date-shop-customercart-portlet .up2date-cart form .entries-buttonrow-top button.btn,
        .up2date-shop-customercart-portlet .up2date-cart form .entries-buttonrow-top div.btn,
        .up2date-shop-customercart-portlet .up2date-cart form .entries-buttonrow-top a.link-button,
        .up2date-shop-customercart-portlet .up2date-cart form .entries-buttonrow-top div.btn-menu,
        .up2date-shop-customercart-portlet .up2date-cart form .cart_buttonRow button.btn,
        .up2date-shop-customercart-portlet .up2date-cart form .cart_buttonRow div.btn,
        .up2date-shop-customercart-portlet .up2date-cart form .cart_buttonRow a.link-button,
        .up2date-shop-customercart-portlet .up2date-cart form .cart_buttonRow div.btn-menu,
        .up2date-shop-customercart-portlet .up2date-cart form .customercart_buttonRow button.btn,
        .up2date-shop-customercart-portlet .up2date-cart form .customercart_buttonRow div.btn,
        .up2date-shop-customercart-portlet .up2date-cart form .customercart_buttonRow a.link-button,
        .up2date-shop-customercart-portlet .up2date-cart form .customercart_buttonRow div.btn-menu,
        .up2date-shop-customercart-portlet .up2date-cart form .favorite_buttonRow button.btn,
        .up2date-shop-customercart-portlet .up2date-cart form .favorite_buttonRow div.btn,
        .up2date-shop-customercart-portlet .up2date-cart form .favorite_buttonRow a.link-button,
        .up2date-shop-customercart-portlet .up2date-cart form .favorite_buttonRow div.btn-menu,
        .up2date-shop-customercart-portlet .up2date-customercart form .entries-buttonrow-top button.btn,
        .up2date-shop-customercart-portlet .up2date-customercart form .entries-buttonrow-top div.btn,
        .up2date-shop-customercart-portlet .up2date-customercart form .entries-buttonrow-top a.link-button,
        .up2date-shop-customercart-portlet .up2date-customercart form .entries-buttonrow-top div.btn-menu,
        .up2date-shop-customercart-portlet .up2date-customercart form .cart_buttonRow button.btn,
        .up2date-shop-customercart-portlet .up2date-customercart form .cart_buttonRow div.btn,
        .up2date-shop-customercart-portlet .up2date-customercart form .cart_buttonRow a.link-button,
        .up2date-shop-customercart-portlet .up2date-customercart form .cart_buttonRow div.btn-menu,
        .up2date-shop-customercart-portlet .up2date-customercart form .customercart_buttonRow button.btn,
        .up2date-shop-customercart-portlet .up2date-customercart form .customercart_buttonRow div.btn,
        .up2date-shop-customercart-portlet .up2date-customercart form .customercart_buttonRow a.link-button,
        .up2date-shop-customercart-portlet .up2date-customercart form .customercart_buttonRow div.btn-menu,
        .up2date-shop-customercart-portlet .up2date-customercart form .favorite_buttonRow button.btn,
        .up2date-shop-customercart-portlet .up2date-customercart form .favorite_buttonRow div.btn,
        .up2date-shop-customercart-portlet .up2date-customercart form .favorite_buttonRow a.link-button,
        .up2date-shop-customercart-portlet .up2date-customercart form .favorite_buttonRow div.btn-menu,
        .up2date-shop-customercart-portlet .up2date-favorite form .entries-buttonrow-top button.btn,
        .up2date-shop-customercart-portlet .up2date-favorite form .entries-buttonrow-top div.btn,
        .up2date-shop-customercart-portlet .up2date-favorite form .entries-buttonrow-top a.link-button,
        .up2date-shop-customercart-portlet .up2date-favorite form .entries-buttonrow-top div.btn-menu,
        .up2date-shop-customercart-portlet .up2date-favorite form .cart_buttonRow button.btn,
        .up2date-shop-customercart-portlet .up2date-favorite form .cart_buttonRow div.btn,
        .up2date-shop-customercart-portlet .up2date-favorite form .cart_buttonRow a.link-button,
        .up2date-shop-customercart-portlet .up2date-favorite form .cart_buttonRow div.btn-menu,
        .up2date-shop-customercart-portlet .up2date-favorite form .customercart_buttonRow button.btn,
        .up2date-shop-customercart-portlet .up2date-favorite form .customercart_buttonRow div.btn,
        .up2date-shop-customercart-portlet .up2date-favorite form .customercart_buttonRow a.link-button,
        .up2date-shop-customercart-portlet .up2date-favorite form .customercart_buttonRow div.btn-menu,
        .up2date-shop-customercart-portlet .up2date-favorite form .favorite_buttonRow button.btn,
        .up2date-shop-customercart-portlet .up2date-favorite form .favorite_buttonRow div.btn,
        .up2date-shop-customercart-portlet .up2date-favorite form .favorite_buttonRow a.link-button,
        .up2date-shop-customercart-portlet .up2date-favorite form .favorite_buttonRow div.btn-menu,
        .up2date-shop-customercart-portlet .up2date-checkout form .entries-buttonrow-top button.btn,
        .up2date-shop-customercart-portlet .up2date-checkout form .entries-buttonrow-top div.btn,
        .up2date-shop-customercart-portlet .up2date-checkout form .entries-buttonrow-top a.link-button,
        .up2date-shop-customercart-portlet .up2date-checkout form .entries-buttonrow-top div.btn-menu,
        .up2date-shop-customercart-portlet .up2date-checkout form .cart_buttonRow button.btn,
        .up2date-shop-customercart-portlet .up2date-checkout form .cart_buttonRow div.btn,
        .up2date-shop-customercart-portlet .up2date-checkout form .cart_buttonRow a.link-button,
        .up2date-shop-customercart-portlet .up2date-checkout form .cart_buttonRow div.btn-menu,
        .up2date-shop-customercart-portlet .up2date-checkout form .customercart_buttonRow button.btn,
        .up2date-shop-customercart-portlet .up2date-checkout form .customercart_buttonRow div.btn,
        .up2date-shop-customercart-portlet .up2date-checkout form .customercart_buttonRow a.link-button,
        .up2date-shop-customercart-portlet .up2date-checkout form .customercart_buttonRow div.btn-menu,
        .up2date-shop-customercart-portlet .up2date-checkout form .favorite_buttonRow button.btn,
        .up2date-shop-customercart-portlet .up2date-checkout form .favorite_buttonRow div.btn,
        .up2date-shop-customercart-portlet .up2date-checkout form .favorite_buttonRow a.link-button,
        .up2date-shop-customercart-portlet .up2date-checkout form .favorite_buttonRow div.btn-menu,
        .up2date-shop-favorite-portlet .up2date-cart form .entries-buttonrow-top button.btn,
        .up2date-shop-favorite-portlet .up2date-cart form .entries-buttonrow-top div.btn,
        .up2date-shop-favorite-portlet .up2date-cart form .entries-buttonrow-top a.link-button,
        .up2date-shop-favorite-portlet .up2date-cart form .entries-buttonrow-top div.btn-menu,
        .up2date-shop-favorite-portlet .up2date-cart form .cart_buttonRow button.btn,
        .up2date-shop-favorite-portlet .up2date-cart form .cart_buttonRow div.btn,
        .up2date-shop-favorite-portlet .up2date-cart form .cart_buttonRow a.link-button,
        .up2date-shop-favorite-portlet .up2date-cart form .cart_buttonRow div.btn-menu,
        .up2date-shop-favorite-portlet .up2date-cart form .customercart_buttonRow button.btn,
        .up2date-shop-favorite-portlet .up2date-cart form .customercart_buttonRow div.btn,
        .up2date-shop-favorite-portlet .up2date-cart form .customercart_buttonRow a.link-button,
        .up2date-shop-favorite-portlet .up2date-cart form .customercart_buttonRow div.btn-menu,
        .up2date-shop-favorite-portlet .up2date-cart form .favorite_buttonRow button.btn,
        .up2date-shop-favorite-portlet .up2date-cart form .favorite_buttonRow div.btn,
        .up2date-shop-favorite-portlet .up2date-cart form .favorite_buttonRow a.link-button,
        .up2date-shop-favorite-portlet .up2date-cart form .favorite_buttonRow div.btn-menu,
        .up2date-shop-favorite-portlet .up2date-customercart form .entries-buttonrow-top button.btn,
        .up2date-shop-favorite-portlet .up2date-customercart form .entries-buttonrow-top div.btn,
        .up2date-shop-favorite-portlet .up2date-customercart form .entries-buttonrow-top a.link-button,
        .up2date-shop-favorite-portlet .up2date-customercart form .entries-buttonrow-top div.btn-menu,
        .up2date-shop-favorite-portlet .up2date-customercart form .cart_buttonRow button.btn,
        .up2date-shop-favorite-portlet .up2date-customercart form .cart_buttonRow div.btn,
        .up2date-shop-favorite-portlet .up2date-customercart form .cart_buttonRow a.link-button,
        .up2date-shop-favorite-portlet .up2date-customercart form .cart_buttonRow div.btn-menu,
        .up2date-shop-favorite-portlet .up2date-customercart form .customercart_buttonRow button.btn,
        .up2date-shop-favorite-portlet .up2date-customercart form .customercart_buttonRow div.btn,
        .up2date-shop-favorite-portlet .up2date-customercart form .customercart_buttonRow a.link-button,
        .up2date-shop-favorite-portlet .up2date-customercart form .customercart_buttonRow div.btn-menu,
        .up2date-shop-favorite-portlet .up2date-customercart form .favorite_buttonRow button.btn,
        .up2date-shop-favorite-portlet .up2date-customercart form .favorite_buttonRow div.btn,
        .up2date-shop-favorite-portlet .up2date-customercart form .favorite_buttonRow a.link-button,
        .up2date-shop-favorite-portlet .up2date-customercart form .favorite_buttonRow div.btn-menu,
        .up2date-shop-favorite-portlet .up2date-favorite form .entries-buttonrow-top button.btn,
        .up2date-shop-favorite-portlet .up2date-favorite form .entries-buttonrow-top div.btn,
        .up2date-shop-favorite-portlet .up2date-favorite form .entries-buttonrow-top a.link-button,
        .up2date-shop-favorite-portlet .up2date-favorite form .entries-buttonrow-top div.btn-menu,
        .up2date-shop-favorite-portlet .up2date-favorite form .cart_buttonRow button.btn,
        .up2date-shop-favorite-portlet .up2date-favorite form .cart_buttonRow div.btn,
        .up2date-shop-favorite-portlet .up2date-favorite form .cart_buttonRow a.link-button,
        .up2date-shop-favorite-portlet .up2date-favorite form .cart_buttonRow div.btn-menu,
        .up2date-shop-favorite-portlet .up2date-favorite form .customercart_buttonRow button.btn,
        .up2date-shop-favorite-portlet .up2date-favorite form .customercart_buttonRow div.btn,
        .up2date-shop-favorite-portlet .up2date-favorite form .customercart_buttonRow a.link-button,
        .up2date-shop-favorite-portlet .up2date-favorite form .customercart_buttonRow div.btn-menu,
        .up2date-shop-favorite-portlet .up2date-favorite form .favorite_buttonRow button.btn,
        .up2date-shop-favorite-portlet .up2date-favorite form .favorite_buttonRow div.btn,
        .up2date-shop-favorite-portlet .up2date-favorite form .favorite_buttonRow a.link-button,
        .up2date-shop-favorite-portlet .up2date-favorite form .favorite_buttonRow div.btn-menu,
        .up2date-shop-favorite-portlet .up2date-checkout form .entries-buttonrow-top button.btn,
        .up2date-shop-favorite-portlet .up2date-checkout form .entries-buttonrow-top div.btn,
        .up2date-shop-favorite-portlet .up2date-checkout form .entries-buttonrow-top a.link-button,
        .up2date-shop-favorite-portlet .up2date-checkout form .entries-buttonrow-top div.btn-menu,
        .up2date-shop-favorite-portlet .up2date-checkout form .cart_buttonRow button.btn,
        .up2date-shop-favorite-portlet .up2date-checkout form .cart_buttonRow div.btn,
        .up2date-shop-favorite-portlet .up2date-checkout form .cart_buttonRow a.link-button,
        .up2date-shop-favorite-portlet .up2date-checkout form .cart_buttonRow div.btn-menu,
        .up2date-shop-favorite-portlet .up2date-checkout form .customercart_buttonRow button.btn,
        .up2date-shop-favorite-portlet .up2date-checkout form .customercart_buttonRow div.btn,
        .up2date-shop-favorite-portlet .up2date-checkout form .customercart_buttonRow a.link-button,
        .up2date-shop-favorite-portlet .up2date-checkout form .customercart_buttonRow div.btn-menu,
        .up2date-shop-favorite-portlet .up2date-checkout form .favorite_buttonRow button.btn,
        .up2date-shop-favorite-portlet .up2date-checkout form .favorite_buttonRow div.btn,
        .up2date-shop-favorite-portlet .up2date-checkout form .favorite_buttonRow a.link-button,
        .up2date-shop-favorite-portlet .up2date-checkout form .favorite_buttonRow div.btn-menu,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-cart form .entries-buttonrow-top button.btn,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-cart form .entries-buttonrow-top div.btn,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-cart form .entries-buttonrow-top a.link-button,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-cart form .entries-buttonrow-top div.btn-menu,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-cart form .cart_buttonRow button.btn,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-cart form .cart_buttonRow div.btn,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-cart form .cart_buttonRow a.link-button,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-cart form .cart_buttonRow div.btn-menu,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-cart form .customercart_buttonRow button.btn,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-cart form .customercart_buttonRow div.btn,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-cart form .customercart_buttonRow a.link-button,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-cart form .customercart_buttonRow div.btn-menu,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-cart form .favorite_buttonRow button.btn,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-cart form .favorite_buttonRow div.btn,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-cart form .favorite_buttonRow a.link-button,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-cart form .favorite_buttonRow div.btn-menu,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .entries-buttonrow-top button.btn,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .entries-buttonrow-top div.btn,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .entries-buttonrow-top a.link-button,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .entries-buttonrow-top div.btn-menu,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .cart_buttonRow button.btn,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .cart_buttonRow div.btn,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .cart_buttonRow a.link-button,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .cart_buttonRow div.btn-menu,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .customercart_buttonRow button.btn,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .customercart_buttonRow div.btn,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .customercart_buttonRow a.link-button,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .customercart_buttonRow div.btn-menu,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .favorite_buttonRow button.btn,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .favorite_buttonRow div.btn,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .favorite_buttonRow a.link-button,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .favorite_buttonRow div.btn-menu,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .entries-buttonrow-top button.btn,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .entries-buttonrow-top div.btn,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .entries-buttonrow-top a.link-button,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .entries-buttonrow-top div.btn-menu,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .cart_buttonRow button.btn,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .cart_buttonRow div.btn,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .cart_buttonRow a.link-button,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .cart_buttonRow div.btn-menu,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .customercart_buttonRow button.btn,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .customercart_buttonRow div.btn,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .customercart_buttonRow a.link-button,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .customercart_buttonRow div.btn-menu,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .favorite_buttonRow button.btn,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .favorite_buttonRow div.btn,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .favorite_buttonRow a.link-button,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .favorite_buttonRow div.btn-menu,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .entries-buttonrow-top button.btn,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .entries-buttonrow-top div.btn,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .entries-buttonrow-top a.link-button,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .entries-buttonrow-top div.btn-menu,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .cart_buttonRow button.btn,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .cart_buttonRow div.btn,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .cart_buttonRow a.link-button,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .cart_buttonRow div.btn-menu,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .customercart_buttonRow button.btn,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .customercart_buttonRow div.btn,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .customercart_buttonRow a.link-button,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .customercart_buttonRow div.btn-menu,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .favorite_buttonRow button.btn,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .favorite_buttonRow div.btn,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .favorite_buttonRow a.link-button,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .favorite_buttonRow div.btn-menu,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-cart form .entries-buttonrow-top button.btn,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-cart form .entries-buttonrow-top div.btn,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-cart form .entries-buttonrow-top a.link-button,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-cart form .entries-buttonrow-top div.btn-menu,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-cart form .cart_buttonRow button.btn,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-cart form .cart_buttonRow div.btn,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-cart form .cart_buttonRow a.link-button,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-cart form .cart_buttonRow div.btn-menu,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-cart form .customercart_buttonRow button.btn,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-cart form .customercart_buttonRow div.btn,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-cart form .customercart_buttonRow a.link-button,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-cart form .customercart_buttonRow div.btn-menu,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-cart form .favorite_buttonRow button.btn,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-cart form .favorite_buttonRow div.btn,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-cart form .favorite_buttonRow a.link-button,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-cart form .favorite_buttonRow div.btn-menu,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .entries-buttonrow-top button.btn,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .entries-buttonrow-top div.btn,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .entries-buttonrow-top a.link-button,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .entries-buttonrow-top div.btn-menu,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .cart_buttonRow button.btn,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .cart_buttonRow div.btn,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .cart_buttonRow a.link-button,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .cart_buttonRow div.btn-menu,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .customercart_buttonRow button.btn,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .customercart_buttonRow div.btn,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .customercart_buttonRow a.link-button,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .customercart_buttonRow div.btn-menu,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .favorite_buttonRow button.btn,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .favorite_buttonRow div.btn,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .favorite_buttonRow a.link-button,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .favorite_buttonRow div.btn-menu,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .entries-buttonrow-top button.btn,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .entries-buttonrow-top div.btn,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .entries-buttonrow-top a.link-button,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .entries-buttonrow-top div.btn-menu,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .cart_buttonRow button.btn,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .cart_buttonRow div.btn,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .cart_buttonRow a.link-button,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .cart_buttonRow div.btn-menu,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .customercart_buttonRow button.btn,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .customercart_buttonRow div.btn,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .customercart_buttonRow a.link-button,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .customercart_buttonRow div.btn-menu,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .favorite_buttonRow button.btn,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .favorite_buttonRow div.btn,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .favorite_buttonRow a.link-button,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .favorite_buttonRow div.btn-menu,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .entries-buttonrow-top button.btn,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .entries-buttonrow-top div.btn,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .entries-buttonrow-top a.link-button,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .entries-buttonrow-top div.btn-menu,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .cart_buttonRow button.btn,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .cart_buttonRow div.btn,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .cart_buttonRow a.link-button,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .cart_buttonRow div.btn-menu,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .customercart_buttonRow button.btn,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .customercart_buttonRow div.btn,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .customercart_buttonRow a.link-button,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .customercart_buttonRow div.btn-menu,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .favorite_buttonRow button.btn,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .favorite_buttonRow div.btn,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .favorite_buttonRow a.link-button,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .favorite_buttonRow div.btn-menu,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-cart form .entries-buttonrow-top button.btn,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-cart form .entries-buttonrow-top div.btn,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-cart form .entries-buttonrow-top a.link-button,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-cart form .entries-buttonrow-top div.btn-menu,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-cart form .cart_buttonRow button.btn,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-cart form .cart_buttonRow div.btn,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-cart form .cart_buttonRow a.link-button,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-cart form .cart_buttonRow div.btn-menu,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-cart form .customercart_buttonRow button.btn,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-cart form .customercart_buttonRow div.btn,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-cart form .customercart_buttonRow a.link-button,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-cart form .customercart_buttonRow div.btn-menu,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-cart form .favorite_buttonRow button.btn,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-cart form .favorite_buttonRow div.btn,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-cart form .favorite_buttonRow a.link-button,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-cart form .favorite_buttonRow div.btn-menu,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-customercart form .entries-buttonrow-top button.btn,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-customercart form .entries-buttonrow-top div.btn,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-customercart form .entries-buttonrow-top a.link-button,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-customercart form .entries-buttonrow-top div.btn-menu,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-customercart form .cart_buttonRow button.btn,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-customercart form .cart_buttonRow div.btn,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-customercart form .cart_buttonRow a.link-button,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-customercart form .cart_buttonRow div.btn-menu,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-customercart form .customercart_buttonRow button.btn,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-customercart form .customercart_buttonRow div.btn,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-customercart form .customercart_buttonRow a.link-button,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-customercart form .customercart_buttonRow div.btn-menu,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-customercart form .favorite_buttonRow button.btn,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-customercart form .favorite_buttonRow div.btn,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-customercart form .favorite_buttonRow a.link-button,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-customercart form .favorite_buttonRow div.btn-menu,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-favorite form .entries-buttonrow-top button.btn,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-favorite form .entries-buttonrow-top div.btn,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-favorite form .entries-buttonrow-top a.link-button,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-favorite form .entries-buttonrow-top div.btn-menu,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-favorite form .cart_buttonRow button.btn,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-favorite form .cart_buttonRow div.btn,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-favorite form .cart_buttonRow a.link-button,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-favorite form .cart_buttonRow div.btn-menu,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-favorite form .customercart_buttonRow button.btn,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-favorite form .customercart_buttonRow div.btn,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-favorite form .customercart_buttonRow a.link-button,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-favorite form .customercart_buttonRow div.btn-menu,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-favorite form .favorite_buttonRow button.btn,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-favorite form .favorite_buttonRow div.btn,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-favorite form .favorite_buttonRow a.link-button,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-favorite form .favorite_buttonRow div.btn-menu,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-checkout form .entries-buttonrow-top button.btn,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-checkout form .entries-buttonrow-top div.btn,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-checkout form .entries-buttonrow-top a.link-button,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-checkout form .entries-buttonrow-top div.btn-menu,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-checkout form .cart_buttonRow button.btn,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-checkout form .cart_buttonRow div.btn,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-checkout form .cart_buttonRow a.link-button,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-checkout form .cart_buttonRow div.btn-menu,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-checkout form .customercart_buttonRow button.btn,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-checkout form .customercart_buttonRow div.btn,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-checkout form .customercart_buttonRow a.link-button,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-checkout form .customercart_buttonRow div.btn-menu,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-checkout form .favorite_buttonRow button.btn,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-checkout form .favorite_buttonRow div.btn,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-checkout form .favorite_buttonRow a.link-button,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-checkout form .favorite_buttonRow div.btn-menu {
          float: left;
          margin-right: 5px; }
          .up2date-shop-checkout-portlet .up2date-cart form .entries-buttonrow-top button.btn:last-child,
          .up2date-shop-checkout-portlet .up2date-cart form .entries-buttonrow-top div.btn:last-child,
          .up2date-shop-checkout-portlet .up2date-cart form .entries-buttonrow-top a.link-button:last-child,
          .up2date-shop-checkout-portlet .up2date-cart form .entries-buttonrow-top div.btn-menu:last-child,
          .up2date-shop-checkout-portlet .up2date-cart form .cart_buttonRow button.btn:last-child,
          .up2date-shop-checkout-portlet .up2date-cart form .cart_buttonRow div.btn:last-child,
          .up2date-shop-checkout-portlet .up2date-cart form .cart_buttonRow a.link-button:last-child,
          .up2date-shop-checkout-portlet .up2date-cart form .cart_buttonRow div.btn-menu:last-child,
          .up2date-shop-checkout-portlet .up2date-cart form .customercart_buttonRow button.btn:last-child,
          .up2date-shop-checkout-portlet .up2date-cart form .customercart_buttonRow div.btn:last-child,
          .up2date-shop-checkout-portlet .up2date-cart form .customercart_buttonRow a.link-button:last-child,
          .up2date-shop-checkout-portlet .up2date-cart form .customercart_buttonRow div.btn-menu:last-child,
          .up2date-shop-checkout-portlet .up2date-cart form .favorite_buttonRow button.btn:last-child,
          .up2date-shop-checkout-portlet .up2date-cart form .favorite_buttonRow div.btn:last-child,
          .up2date-shop-checkout-portlet .up2date-cart form .favorite_buttonRow a.link-button:last-child,
          .up2date-shop-checkout-portlet .up2date-cart form .favorite_buttonRow div.btn-menu:last-child,
          .up2date-shop-checkout-portlet .up2date-customercart form .entries-buttonrow-top button.btn:last-child,
          .up2date-shop-checkout-portlet .up2date-customercart form .entries-buttonrow-top div.btn:last-child,
          .up2date-shop-checkout-portlet .up2date-customercart form .entries-buttonrow-top a.link-button:last-child,
          .up2date-shop-checkout-portlet .up2date-customercart form .entries-buttonrow-top div.btn-menu:last-child,
          .up2date-shop-checkout-portlet .up2date-customercart form .cart_buttonRow button.btn:last-child,
          .up2date-shop-checkout-portlet .up2date-customercart form .cart_buttonRow div.btn:last-child,
          .up2date-shop-checkout-portlet .up2date-customercart form .cart_buttonRow a.link-button:last-child,
          .up2date-shop-checkout-portlet .up2date-customercart form .cart_buttonRow div.btn-menu:last-child,
          .up2date-shop-checkout-portlet .up2date-customercart form .customercart_buttonRow button.btn:last-child,
          .up2date-shop-checkout-portlet .up2date-customercart form .customercart_buttonRow div.btn:last-child,
          .up2date-shop-checkout-portlet .up2date-customercart form .customercart_buttonRow a.link-button:last-child,
          .up2date-shop-checkout-portlet .up2date-customercart form .customercart_buttonRow div.btn-menu:last-child,
          .up2date-shop-checkout-portlet .up2date-customercart form .favorite_buttonRow button.btn:last-child,
          .up2date-shop-checkout-portlet .up2date-customercart form .favorite_buttonRow div.btn:last-child,
          .up2date-shop-checkout-portlet .up2date-customercart form .favorite_buttonRow a.link-button:last-child,
          .up2date-shop-checkout-portlet .up2date-customercart form .favorite_buttonRow div.btn-menu:last-child,
          .up2date-shop-checkout-portlet .up2date-favorite form .entries-buttonrow-top button.btn:last-child,
          .up2date-shop-checkout-portlet .up2date-favorite form .entries-buttonrow-top div.btn:last-child,
          .up2date-shop-checkout-portlet .up2date-favorite form .entries-buttonrow-top a.link-button:last-child,
          .up2date-shop-checkout-portlet .up2date-favorite form .entries-buttonrow-top div.btn-menu:last-child,
          .up2date-shop-checkout-portlet .up2date-favorite form .cart_buttonRow button.btn:last-child,
          .up2date-shop-checkout-portlet .up2date-favorite form .cart_buttonRow div.btn:last-child,
          .up2date-shop-checkout-portlet .up2date-favorite form .cart_buttonRow a.link-button:last-child,
          .up2date-shop-checkout-portlet .up2date-favorite form .cart_buttonRow div.btn-menu:last-child,
          .up2date-shop-checkout-portlet .up2date-favorite form .customercart_buttonRow button.btn:last-child,
          .up2date-shop-checkout-portlet .up2date-favorite form .customercart_buttonRow div.btn:last-child,
          .up2date-shop-checkout-portlet .up2date-favorite form .customercart_buttonRow a.link-button:last-child,
          .up2date-shop-checkout-portlet .up2date-favorite form .customercart_buttonRow div.btn-menu:last-child,
          .up2date-shop-checkout-portlet .up2date-favorite form .favorite_buttonRow button.btn:last-child,
          .up2date-shop-checkout-portlet .up2date-favorite form .favorite_buttonRow div.btn:last-child,
          .up2date-shop-checkout-portlet .up2date-favorite form .favorite_buttonRow a.link-button:last-child,
          .up2date-shop-checkout-portlet .up2date-favorite form .favorite_buttonRow div.btn-menu:last-child,
          .up2date-shop-checkout-portlet .up2date-checkout form .entries-buttonrow-top button.btn:last-child,
          .up2date-shop-checkout-portlet .up2date-checkout form .entries-buttonrow-top div.btn:last-child,
          .up2date-shop-checkout-portlet .up2date-checkout form .entries-buttonrow-top a.link-button:last-child,
          .up2date-shop-checkout-portlet .up2date-checkout form .entries-buttonrow-top div.btn-menu:last-child,
          .up2date-shop-checkout-portlet .up2date-checkout form .cart_buttonRow button.btn:last-child,
          .up2date-shop-checkout-portlet .up2date-checkout form .cart_buttonRow div.btn:last-child,
          .up2date-shop-checkout-portlet .up2date-checkout form .cart_buttonRow a.link-button:last-child,
          .up2date-shop-checkout-portlet .up2date-checkout form .cart_buttonRow div.btn-menu:last-child,
          .up2date-shop-checkout-portlet .up2date-checkout form .customercart_buttonRow button.btn:last-child,
          .up2date-shop-checkout-portlet .up2date-checkout form .customercart_buttonRow div.btn:last-child,
          .up2date-shop-checkout-portlet .up2date-checkout form .customercart_buttonRow a.link-button:last-child,
          .up2date-shop-checkout-portlet .up2date-checkout form .customercart_buttonRow div.btn-menu:last-child,
          .up2date-shop-checkout-portlet .up2date-checkout form .favorite_buttonRow button.btn:last-child,
          .up2date-shop-checkout-portlet .up2date-checkout form .favorite_buttonRow div.btn:last-child,
          .up2date-shop-checkout-portlet .up2date-checkout form .favorite_buttonRow a.link-button:last-child,
          .up2date-shop-checkout-portlet .up2date-checkout form .favorite_buttonRow div.btn-menu:last-child,
          .up2date-shop-cart-portlet .up2date-cart form .entries-buttonrow-top button.btn:last-child,
          .up2date-shop-cart-portlet .up2date-cart form .entries-buttonrow-top div.btn:last-child,
          .up2date-shop-cart-portlet .up2date-cart form .entries-buttonrow-top a.link-button:last-child,
          .up2date-shop-cart-portlet .up2date-cart form .entries-buttonrow-top div.btn-menu:last-child,
          .up2date-shop-cart-portlet .up2date-cart form .cart_buttonRow button.btn:last-child,
          .up2date-shop-cart-portlet .up2date-cart form .cart_buttonRow div.btn:last-child,
          .up2date-shop-cart-portlet .up2date-cart form .cart_buttonRow a.link-button:last-child,
          .up2date-shop-cart-portlet .up2date-cart form .cart_buttonRow div.btn-menu:last-child,
          .up2date-shop-cart-portlet .up2date-cart form .customercart_buttonRow button.btn:last-child,
          .up2date-shop-cart-portlet .up2date-cart form .customercart_buttonRow div.btn:last-child,
          .up2date-shop-cart-portlet .up2date-cart form .customercart_buttonRow a.link-button:last-child,
          .up2date-shop-cart-portlet .up2date-cart form .customercart_buttonRow div.btn-menu:last-child,
          .up2date-shop-cart-portlet .up2date-cart form .favorite_buttonRow button.btn:last-child,
          .up2date-shop-cart-portlet .up2date-cart form .favorite_buttonRow div.btn:last-child,
          .up2date-shop-cart-portlet .up2date-cart form .favorite_buttonRow a.link-button:last-child,
          .up2date-shop-cart-portlet .up2date-cart form .favorite_buttonRow div.btn-menu:last-child,
          .up2date-shop-cart-portlet .up2date-customercart form .entries-buttonrow-top button.btn:last-child,
          .up2date-shop-cart-portlet .up2date-customercart form .entries-buttonrow-top div.btn:last-child,
          .up2date-shop-cart-portlet .up2date-customercart form .entries-buttonrow-top a.link-button:last-child,
          .up2date-shop-cart-portlet .up2date-customercart form .entries-buttonrow-top div.btn-menu:last-child,
          .up2date-shop-cart-portlet .up2date-customercart form .cart_buttonRow button.btn:last-child,
          .up2date-shop-cart-portlet .up2date-customercart form .cart_buttonRow div.btn:last-child,
          .up2date-shop-cart-portlet .up2date-customercart form .cart_buttonRow a.link-button:last-child,
          .up2date-shop-cart-portlet .up2date-customercart form .cart_buttonRow div.btn-menu:last-child,
          .up2date-shop-cart-portlet .up2date-customercart form .customercart_buttonRow button.btn:last-child,
          .up2date-shop-cart-portlet .up2date-customercart form .customercart_buttonRow div.btn:last-child,
          .up2date-shop-cart-portlet .up2date-customercart form .customercart_buttonRow a.link-button:last-child,
          .up2date-shop-cart-portlet .up2date-customercart form .customercart_buttonRow div.btn-menu:last-child,
          .up2date-shop-cart-portlet .up2date-customercart form .favorite_buttonRow button.btn:last-child,
          .up2date-shop-cart-portlet .up2date-customercart form .favorite_buttonRow div.btn:last-child,
          .up2date-shop-cart-portlet .up2date-customercart form .favorite_buttonRow a.link-button:last-child,
          .up2date-shop-cart-portlet .up2date-customercart form .favorite_buttonRow div.btn-menu:last-child,
          .up2date-shop-cart-portlet .up2date-favorite form .entries-buttonrow-top button.btn:last-child,
          .up2date-shop-cart-portlet .up2date-favorite form .entries-buttonrow-top div.btn:last-child,
          .up2date-shop-cart-portlet .up2date-favorite form .entries-buttonrow-top a.link-button:last-child,
          .up2date-shop-cart-portlet .up2date-favorite form .entries-buttonrow-top div.btn-menu:last-child,
          .up2date-shop-cart-portlet .up2date-favorite form .cart_buttonRow button.btn:last-child,
          .up2date-shop-cart-portlet .up2date-favorite form .cart_buttonRow div.btn:last-child,
          .up2date-shop-cart-portlet .up2date-favorite form .cart_buttonRow a.link-button:last-child,
          .up2date-shop-cart-portlet .up2date-favorite form .cart_buttonRow div.btn-menu:last-child,
          .up2date-shop-cart-portlet .up2date-favorite form .customercart_buttonRow button.btn:last-child,
          .up2date-shop-cart-portlet .up2date-favorite form .customercart_buttonRow div.btn:last-child,
          .up2date-shop-cart-portlet .up2date-favorite form .customercart_buttonRow a.link-button:last-child,
          .up2date-shop-cart-portlet .up2date-favorite form .customercart_buttonRow div.btn-menu:last-child,
          .up2date-shop-cart-portlet .up2date-favorite form .favorite_buttonRow button.btn:last-child,
          .up2date-shop-cart-portlet .up2date-favorite form .favorite_buttonRow div.btn:last-child,
          .up2date-shop-cart-portlet .up2date-favorite form .favorite_buttonRow a.link-button:last-child,
          .up2date-shop-cart-portlet .up2date-favorite form .favorite_buttonRow div.btn-menu:last-child,
          .up2date-shop-cart-portlet .up2date-checkout form .entries-buttonrow-top button.btn:last-child,
          .up2date-shop-cart-portlet .up2date-checkout form .entries-buttonrow-top div.btn:last-child,
          .up2date-shop-cart-portlet .up2date-checkout form .entries-buttonrow-top a.link-button:last-child,
          .up2date-shop-cart-portlet .up2date-checkout form .entries-buttonrow-top div.btn-menu:last-child,
          .up2date-shop-cart-portlet .up2date-checkout form .cart_buttonRow button.btn:last-child,
          .up2date-shop-cart-portlet .up2date-checkout form .cart_buttonRow div.btn:last-child,
          .up2date-shop-cart-portlet .up2date-checkout form .cart_buttonRow a.link-button:last-child,
          .up2date-shop-cart-portlet .up2date-checkout form .cart_buttonRow div.btn-menu:last-child,
          .up2date-shop-cart-portlet .up2date-checkout form .customercart_buttonRow button.btn:last-child,
          .up2date-shop-cart-portlet .up2date-checkout form .customercart_buttonRow div.btn:last-child,
          .up2date-shop-cart-portlet .up2date-checkout form .customercart_buttonRow a.link-button:last-child,
          .up2date-shop-cart-portlet .up2date-checkout form .customercart_buttonRow div.btn-menu:last-child,
          .up2date-shop-cart-portlet .up2date-checkout form .favorite_buttonRow button.btn:last-child,
          .up2date-shop-cart-portlet .up2date-checkout form .favorite_buttonRow div.btn:last-child,
          .up2date-shop-cart-portlet .up2date-checkout form .favorite_buttonRow a.link-button:last-child,
          .up2date-shop-cart-portlet .up2date-checkout form .favorite_buttonRow div.btn-menu:last-child,
          .up2date-shop-customercart-portlet .up2date-cart form .entries-buttonrow-top button.btn:last-child,
          .up2date-shop-customercart-portlet .up2date-cart form .entries-buttonrow-top div.btn:last-child,
          .up2date-shop-customercart-portlet .up2date-cart form .entries-buttonrow-top a.link-button:last-child,
          .up2date-shop-customercart-portlet .up2date-cart form .entries-buttonrow-top div.btn-menu:last-child,
          .up2date-shop-customercart-portlet .up2date-cart form .cart_buttonRow button.btn:last-child,
          .up2date-shop-customercart-portlet .up2date-cart form .cart_buttonRow div.btn:last-child,
          .up2date-shop-customercart-portlet .up2date-cart form .cart_buttonRow a.link-button:last-child,
          .up2date-shop-customercart-portlet .up2date-cart form .cart_buttonRow div.btn-menu:last-child,
          .up2date-shop-customercart-portlet .up2date-cart form .customercart_buttonRow button.btn:last-child,
          .up2date-shop-customercart-portlet .up2date-cart form .customercart_buttonRow div.btn:last-child,
          .up2date-shop-customercart-portlet .up2date-cart form .customercart_buttonRow a.link-button:last-child,
          .up2date-shop-customercart-portlet .up2date-cart form .customercart_buttonRow div.btn-menu:last-child,
          .up2date-shop-customercart-portlet .up2date-cart form .favorite_buttonRow button.btn:last-child,
          .up2date-shop-customercart-portlet .up2date-cart form .favorite_buttonRow div.btn:last-child,
          .up2date-shop-customercart-portlet .up2date-cart form .favorite_buttonRow a.link-button:last-child,
          .up2date-shop-customercart-portlet .up2date-cart form .favorite_buttonRow div.btn-menu:last-child,
          .up2date-shop-customercart-portlet .up2date-customercart form .entries-buttonrow-top button.btn:last-child,
          .up2date-shop-customercart-portlet .up2date-customercart form .entries-buttonrow-top div.btn:last-child,
          .up2date-shop-customercart-portlet .up2date-customercart form .entries-buttonrow-top a.link-button:last-child,
          .up2date-shop-customercart-portlet .up2date-customercart form .entries-buttonrow-top div.btn-menu:last-child,
          .up2date-shop-customercart-portlet .up2date-customercart form .cart_buttonRow button.btn:last-child,
          .up2date-shop-customercart-portlet .up2date-customercart form .cart_buttonRow div.btn:last-child,
          .up2date-shop-customercart-portlet .up2date-customercart form .cart_buttonRow a.link-button:last-child,
          .up2date-shop-customercart-portlet .up2date-customercart form .cart_buttonRow div.btn-menu:last-child,
          .up2date-shop-customercart-portlet .up2date-customercart form .customercart_buttonRow button.btn:last-child,
          .up2date-shop-customercart-portlet .up2date-customercart form .customercart_buttonRow div.btn:last-child,
          .up2date-shop-customercart-portlet .up2date-customercart form .customercart_buttonRow a.link-button:last-child,
          .up2date-shop-customercart-portlet .up2date-customercart form .customercart_buttonRow div.btn-menu:last-child,
          .up2date-shop-customercart-portlet .up2date-customercart form .favorite_buttonRow button.btn:last-child,
          .up2date-shop-customercart-portlet .up2date-customercart form .favorite_buttonRow div.btn:last-child,
          .up2date-shop-customercart-portlet .up2date-customercart form .favorite_buttonRow a.link-button:last-child,
          .up2date-shop-customercart-portlet .up2date-customercart form .favorite_buttonRow div.btn-menu:last-child,
          .up2date-shop-customercart-portlet .up2date-favorite form .entries-buttonrow-top button.btn:last-child,
          .up2date-shop-customercart-portlet .up2date-favorite form .entries-buttonrow-top div.btn:last-child,
          .up2date-shop-customercart-portlet .up2date-favorite form .entries-buttonrow-top a.link-button:last-child,
          .up2date-shop-customercart-portlet .up2date-favorite form .entries-buttonrow-top div.btn-menu:last-child,
          .up2date-shop-customercart-portlet .up2date-favorite form .cart_buttonRow button.btn:last-child,
          .up2date-shop-customercart-portlet .up2date-favorite form .cart_buttonRow div.btn:last-child,
          .up2date-shop-customercart-portlet .up2date-favorite form .cart_buttonRow a.link-button:last-child,
          .up2date-shop-customercart-portlet .up2date-favorite form .cart_buttonRow div.btn-menu:last-child,
          .up2date-shop-customercart-portlet .up2date-favorite form .customercart_buttonRow button.btn:last-child,
          .up2date-shop-customercart-portlet .up2date-favorite form .customercart_buttonRow div.btn:last-child,
          .up2date-shop-customercart-portlet .up2date-favorite form .customercart_buttonRow a.link-button:last-child,
          .up2date-shop-customercart-portlet .up2date-favorite form .customercart_buttonRow div.btn-menu:last-child,
          .up2date-shop-customercart-portlet .up2date-favorite form .favorite_buttonRow button.btn:last-child,
          .up2date-shop-customercart-portlet .up2date-favorite form .favorite_buttonRow div.btn:last-child,
          .up2date-shop-customercart-portlet .up2date-favorite form .favorite_buttonRow a.link-button:last-child,
          .up2date-shop-customercart-portlet .up2date-favorite form .favorite_buttonRow div.btn-menu:last-child,
          .up2date-shop-customercart-portlet .up2date-checkout form .entries-buttonrow-top button.btn:last-child,
          .up2date-shop-customercart-portlet .up2date-checkout form .entries-buttonrow-top div.btn:last-child,
          .up2date-shop-customercart-portlet .up2date-checkout form .entries-buttonrow-top a.link-button:last-child,
          .up2date-shop-customercart-portlet .up2date-checkout form .entries-buttonrow-top div.btn-menu:last-child,
          .up2date-shop-customercart-portlet .up2date-checkout form .cart_buttonRow button.btn:last-child,
          .up2date-shop-customercart-portlet .up2date-checkout form .cart_buttonRow div.btn:last-child,
          .up2date-shop-customercart-portlet .up2date-checkout form .cart_buttonRow a.link-button:last-child,
          .up2date-shop-customercart-portlet .up2date-checkout form .cart_buttonRow div.btn-menu:last-child,
          .up2date-shop-customercart-portlet .up2date-checkout form .customercart_buttonRow button.btn:last-child,
          .up2date-shop-customercart-portlet .up2date-checkout form .customercart_buttonRow div.btn:last-child,
          .up2date-shop-customercart-portlet .up2date-checkout form .customercart_buttonRow a.link-button:last-child,
          .up2date-shop-customercart-portlet .up2date-checkout form .customercart_buttonRow div.btn-menu:last-child,
          .up2date-shop-customercart-portlet .up2date-checkout form .favorite_buttonRow button.btn:last-child,
          .up2date-shop-customercart-portlet .up2date-checkout form .favorite_buttonRow div.btn:last-child,
          .up2date-shop-customercart-portlet .up2date-checkout form .favorite_buttonRow a.link-button:last-child,
          .up2date-shop-customercart-portlet .up2date-checkout form .favorite_buttonRow div.btn-menu:last-child,
          .up2date-shop-favorite-portlet .up2date-cart form .entries-buttonrow-top button.btn:last-child,
          .up2date-shop-favorite-portlet .up2date-cart form .entries-buttonrow-top div.btn:last-child,
          .up2date-shop-favorite-portlet .up2date-cart form .entries-buttonrow-top a.link-button:last-child,
          .up2date-shop-favorite-portlet .up2date-cart form .entries-buttonrow-top div.btn-menu:last-child,
          .up2date-shop-favorite-portlet .up2date-cart form .cart_buttonRow button.btn:last-child,
          .up2date-shop-favorite-portlet .up2date-cart form .cart_buttonRow div.btn:last-child,
          .up2date-shop-favorite-portlet .up2date-cart form .cart_buttonRow a.link-button:last-child,
          .up2date-shop-favorite-portlet .up2date-cart form .cart_buttonRow div.btn-menu:last-child,
          .up2date-shop-favorite-portlet .up2date-cart form .customercart_buttonRow button.btn:last-child,
          .up2date-shop-favorite-portlet .up2date-cart form .customercart_buttonRow div.btn:last-child,
          .up2date-shop-favorite-portlet .up2date-cart form .customercart_buttonRow a.link-button:last-child,
          .up2date-shop-favorite-portlet .up2date-cart form .customercart_buttonRow div.btn-menu:last-child,
          .up2date-shop-favorite-portlet .up2date-cart form .favorite_buttonRow button.btn:last-child,
          .up2date-shop-favorite-portlet .up2date-cart form .favorite_buttonRow div.btn:last-child,
          .up2date-shop-favorite-portlet .up2date-cart form .favorite_buttonRow a.link-button:last-child,
          .up2date-shop-favorite-portlet .up2date-cart form .favorite_buttonRow div.btn-menu:last-child,
          .up2date-shop-favorite-portlet .up2date-customercart form .entries-buttonrow-top button.btn:last-child,
          .up2date-shop-favorite-portlet .up2date-customercart form .entries-buttonrow-top div.btn:last-child,
          .up2date-shop-favorite-portlet .up2date-customercart form .entries-buttonrow-top a.link-button:last-child,
          .up2date-shop-favorite-portlet .up2date-customercart form .entries-buttonrow-top div.btn-menu:last-child,
          .up2date-shop-favorite-portlet .up2date-customercart form .cart_buttonRow button.btn:last-child,
          .up2date-shop-favorite-portlet .up2date-customercart form .cart_buttonRow div.btn:last-child,
          .up2date-shop-favorite-portlet .up2date-customercart form .cart_buttonRow a.link-button:last-child,
          .up2date-shop-favorite-portlet .up2date-customercart form .cart_buttonRow div.btn-menu:last-child,
          .up2date-shop-favorite-portlet .up2date-customercart form .customercart_buttonRow button.btn:last-child,
          .up2date-shop-favorite-portlet .up2date-customercart form .customercart_buttonRow div.btn:last-child,
          .up2date-shop-favorite-portlet .up2date-customercart form .customercart_buttonRow a.link-button:last-child,
          .up2date-shop-favorite-portlet .up2date-customercart form .customercart_buttonRow div.btn-menu:last-child,
          .up2date-shop-favorite-portlet .up2date-customercart form .favorite_buttonRow button.btn:last-child,
          .up2date-shop-favorite-portlet .up2date-customercart form .favorite_buttonRow div.btn:last-child,
          .up2date-shop-favorite-portlet .up2date-customercart form .favorite_buttonRow a.link-button:last-child,
          .up2date-shop-favorite-portlet .up2date-customercart form .favorite_buttonRow div.btn-menu:last-child,
          .up2date-shop-favorite-portlet .up2date-favorite form .entries-buttonrow-top button.btn:last-child,
          .up2date-shop-favorite-portlet .up2date-favorite form .entries-buttonrow-top div.btn:last-child,
          .up2date-shop-favorite-portlet .up2date-favorite form .entries-buttonrow-top a.link-button:last-child,
          .up2date-shop-favorite-portlet .up2date-favorite form .entries-buttonrow-top div.btn-menu:last-child,
          .up2date-shop-favorite-portlet .up2date-favorite form .cart_buttonRow button.btn:last-child,
          .up2date-shop-favorite-portlet .up2date-favorite form .cart_buttonRow div.btn:last-child,
          .up2date-shop-favorite-portlet .up2date-favorite form .cart_buttonRow a.link-button:last-child,
          .up2date-shop-favorite-portlet .up2date-favorite form .cart_buttonRow div.btn-menu:last-child,
          .up2date-shop-favorite-portlet .up2date-favorite form .customercart_buttonRow button.btn:last-child,
          .up2date-shop-favorite-portlet .up2date-favorite form .customercart_buttonRow div.btn:last-child,
          .up2date-shop-favorite-portlet .up2date-favorite form .customercart_buttonRow a.link-button:last-child,
          .up2date-shop-favorite-portlet .up2date-favorite form .customercart_buttonRow div.btn-menu:last-child,
          .up2date-shop-favorite-portlet .up2date-favorite form .favorite_buttonRow button.btn:last-child,
          .up2date-shop-favorite-portlet .up2date-favorite form .favorite_buttonRow div.btn:last-child,
          .up2date-shop-favorite-portlet .up2date-favorite form .favorite_buttonRow a.link-button:last-child,
          .up2date-shop-favorite-portlet .up2date-favorite form .favorite_buttonRow div.btn-menu:last-child,
          .up2date-shop-favorite-portlet .up2date-checkout form .entries-buttonrow-top button.btn:last-child,
          .up2date-shop-favorite-portlet .up2date-checkout form .entries-buttonrow-top div.btn:last-child,
          .up2date-shop-favorite-portlet .up2date-checkout form .entries-buttonrow-top a.link-button:last-child,
          .up2date-shop-favorite-portlet .up2date-checkout form .entries-buttonrow-top div.btn-menu:last-child,
          .up2date-shop-favorite-portlet .up2date-checkout form .cart_buttonRow button.btn:last-child,
          .up2date-shop-favorite-portlet .up2date-checkout form .cart_buttonRow div.btn:last-child,
          .up2date-shop-favorite-portlet .up2date-checkout form .cart_buttonRow a.link-button:last-child,
          .up2date-shop-favorite-portlet .up2date-checkout form .cart_buttonRow div.btn-menu:last-child,
          .up2date-shop-favorite-portlet .up2date-checkout form .customercart_buttonRow button.btn:last-child,
          .up2date-shop-favorite-portlet .up2date-checkout form .customercart_buttonRow div.btn:last-child,
          .up2date-shop-favorite-portlet .up2date-checkout form .customercart_buttonRow a.link-button:last-child,
          .up2date-shop-favorite-portlet .up2date-checkout form .customercart_buttonRow div.btn-menu:last-child,
          .up2date-shop-favorite-portlet .up2date-checkout form .favorite_buttonRow button.btn:last-child,
          .up2date-shop-favorite-portlet .up2date-checkout form .favorite_buttonRow div.btn:last-child,
          .up2date-shop-favorite-portlet .up2date-checkout form .favorite_buttonRow a.link-button:last-child,
          .up2date-shop-favorite-portlet .up2date-checkout form .favorite_buttonRow div.btn-menu:last-child,
          .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-cart form .entries-buttonrow-top button.btn:last-child,
          .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-cart form .entries-buttonrow-top div.btn:last-child,
          .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-cart form .entries-buttonrow-top a.link-button:last-child,
          .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-cart form .entries-buttonrow-top div.btn-menu:last-child,
          .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-cart form .cart_buttonRow button.btn:last-child,
          .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-cart form .cart_buttonRow div.btn:last-child,
          .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-cart form .cart_buttonRow a.link-button:last-child,
          .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-cart form .cart_buttonRow div.btn-menu:last-child,
          .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-cart form .customercart_buttonRow button.btn:last-child,
          .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-cart form .customercart_buttonRow div.btn:last-child,
          .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-cart form .customercart_buttonRow a.link-button:last-child,
          .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-cart form .customercart_buttonRow div.btn-menu:last-child,
          .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-cart form .favorite_buttonRow button.btn:last-child,
          .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-cart form .favorite_buttonRow div.btn:last-child,
          .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-cart form .favorite_buttonRow a.link-button:last-child,
          .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-cart form .favorite_buttonRow div.btn-menu:last-child,
          .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .entries-buttonrow-top button.btn:last-child,
          .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .entries-buttonrow-top div.btn:last-child,
          .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .entries-buttonrow-top a.link-button:last-child,
          .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .entries-buttonrow-top div.btn-menu:last-child,
          .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .cart_buttonRow button.btn:last-child,
          .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .cart_buttonRow div.btn:last-child,
          .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .cart_buttonRow a.link-button:last-child,
          .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .cart_buttonRow div.btn-menu:last-child,
          .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .customercart_buttonRow button.btn:last-child,
          .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .customercart_buttonRow div.btn:last-child,
          .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .customercart_buttonRow a.link-button:last-child,
          .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .customercart_buttonRow div.btn-menu:last-child,
          .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .favorite_buttonRow button.btn:last-child,
          .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .favorite_buttonRow div.btn:last-child,
          .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .favorite_buttonRow a.link-button:last-child,
          .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .favorite_buttonRow div.btn-menu:last-child,
          .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .entries-buttonrow-top button.btn:last-child,
          .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .entries-buttonrow-top div.btn:last-child,
          .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .entries-buttonrow-top a.link-button:last-child,
          .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .entries-buttonrow-top div.btn-menu:last-child,
          .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .cart_buttonRow button.btn:last-child,
          .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .cart_buttonRow div.btn:last-child,
          .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .cart_buttonRow a.link-button:last-child,
          .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .cart_buttonRow div.btn-menu:last-child,
          .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .customercart_buttonRow button.btn:last-child,
          .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .customercart_buttonRow div.btn:last-child,
          .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .customercart_buttonRow a.link-button:last-child,
          .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .customercart_buttonRow div.btn-menu:last-child,
          .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .favorite_buttonRow button.btn:last-child,
          .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .favorite_buttonRow div.btn:last-child,
          .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .favorite_buttonRow a.link-button:last-child,
          .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .favorite_buttonRow div.btn-menu:last-child,
          .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .entries-buttonrow-top button.btn:last-child,
          .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .entries-buttonrow-top div.btn:last-child,
          .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .entries-buttonrow-top a.link-button:last-child,
          .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .entries-buttonrow-top div.btn-menu:last-child,
          .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .cart_buttonRow button.btn:last-child,
          .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .cart_buttonRow div.btn:last-child,
          .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .cart_buttonRow a.link-button:last-child,
          .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .cart_buttonRow div.btn-menu:last-child,
          .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .customercart_buttonRow button.btn:last-child,
          .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .customercart_buttonRow div.btn:last-child,
          .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .customercart_buttonRow a.link-button:last-child,
          .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .customercart_buttonRow div.btn-menu:last-child,
          .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .favorite_buttonRow button.btn:last-child,
          .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .favorite_buttonRow div.btn:last-child,
          .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .favorite_buttonRow a.link-button:last-child,
          .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .favorite_buttonRow div.btn-menu:last-child,
          .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-cart form .entries-buttonrow-top button.btn:last-child,
          .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-cart form .entries-buttonrow-top div.btn:last-child,
          .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-cart form .entries-buttonrow-top a.link-button:last-child,
          .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-cart form .entries-buttonrow-top div.btn-menu:last-child,
          .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-cart form .cart_buttonRow button.btn:last-child,
          .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-cart form .cart_buttonRow div.btn:last-child,
          .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-cart form .cart_buttonRow a.link-button:last-child,
          .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-cart form .cart_buttonRow div.btn-menu:last-child,
          .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-cart form .customercart_buttonRow button.btn:last-child,
          .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-cart form .customercart_buttonRow div.btn:last-child,
          .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-cart form .customercart_buttonRow a.link-button:last-child,
          .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-cart form .customercart_buttonRow div.btn-menu:last-child,
          .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-cart form .favorite_buttonRow button.btn:last-child,
          .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-cart form .favorite_buttonRow div.btn:last-child,
          .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-cart form .favorite_buttonRow a.link-button:last-child,
          .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-cart form .favorite_buttonRow div.btn-menu:last-child,
          .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .entries-buttonrow-top button.btn:last-child,
          .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .entries-buttonrow-top div.btn:last-child,
          .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .entries-buttonrow-top a.link-button:last-child,
          .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .entries-buttonrow-top div.btn-menu:last-child,
          .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .cart_buttonRow button.btn:last-child,
          .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .cart_buttonRow div.btn:last-child,
          .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .cart_buttonRow a.link-button:last-child,
          .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .cart_buttonRow div.btn-menu:last-child,
          .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .customercart_buttonRow button.btn:last-child,
          .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .customercart_buttonRow div.btn:last-child,
          .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .customercart_buttonRow a.link-button:last-child,
          .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .customercart_buttonRow div.btn-menu:last-child,
          .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .favorite_buttonRow button.btn:last-child,
          .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .favorite_buttonRow div.btn:last-child,
          .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .favorite_buttonRow a.link-button:last-child,
          .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .favorite_buttonRow div.btn-menu:last-child,
          .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .entries-buttonrow-top button.btn:last-child,
          .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .entries-buttonrow-top div.btn:last-child,
          .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .entries-buttonrow-top a.link-button:last-child,
          .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .entries-buttonrow-top div.btn-menu:last-child,
          .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .cart_buttonRow button.btn:last-child,
          .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .cart_buttonRow div.btn:last-child,
          .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .cart_buttonRow a.link-button:last-child,
          .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .cart_buttonRow div.btn-menu:last-child,
          .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .customercart_buttonRow button.btn:last-child,
          .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .customercart_buttonRow div.btn:last-child,
          .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .customercart_buttonRow a.link-button:last-child,
          .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .customercart_buttonRow div.btn-menu:last-child,
          .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .favorite_buttonRow button.btn:last-child,
          .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .favorite_buttonRow div.btn:last-child,
          .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .favorite_buttonRow a.link-button:last-child,
          .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .favorite_buttonRow div.btn-menu:last-child,
          .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .entries-buttonrow-top button.btn:last-child,
          .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .entries-buttonrow-top div.btn:last-child,
          .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .entries-buttonrow-top a.link-button:last-child,
          .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .entries-buttonrow-top div.btn-menu:last-child,
          .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .cart_buttonRow button.btn:last-child,
          .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .cart_buttonRow div.btn:last-child,
          .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .cart_buttonRow a.link-button:last-child,
          .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .cart_buttonRow div.btn-menu:last-child,
          .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .customercart_buttonRow button.btn:last-child,
          .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .customercart_buttonRow div.btn:last-child,
          .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .customercart_buttonRow a.link-button:last-child,
          .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .customercart_buttonRow div.btn-menu:last-child,
          .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .favorite_buttonRow button.btn:last-child,
          .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .favorite_buttonRow div.btn:last-child,
          .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .favorite_buttonRow a.link-button:last-child,
          .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .favorite_buttonRow div.btn-menu:last-child,
          .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-cart form .entries-buttonrow-top button.btn:last-child,
          .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-cart form .entries-buttonrow-top div.btn:last-child,
          .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-cart form .entries-buttonrow-top a.link-button:last-child,
          .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-cart form .entries-buttonrow-top div.btn-menu:last-child,
          .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-cart form .cart_buttonRow button.btn:last-child,
          .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-cart form .cart_buttonRow div.btn:last-child,
          .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-cart form .cart_buttonRow a.link-button:last-child,
          .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-cart form .cart_buttonRow div.btn-menu:last-child,
          .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-cart form .customercart_buttonRow button.btn:last-child,
          .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-cart form .customercart_buttonRow div.btn:last-child,
          .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-cart form .customercart_buttonRow a.link-button:last-child,
          .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-cart form .customercart_buttonRow div.btn-menu:last-child,
          .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-cart form .favorite_buttonRow button.btn:last-child,
          .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-cart form .favorite_buttonRow div.btn:last-child,
          .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-cart form .favorite_buttonRow a.link-button:last-child,
          .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-cart form .favorite_buttonRow div.btn-menu:last-child,
          .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-customercart form .entries-buttonrow-top button.btn:last-child,
          .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-customercart form .entries-buttonrow-top div.btn:last-child,
          .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-customercart form .entries-buttonrow-top a.link-button:last-child,
          .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-customercart form .entries-buttonrow-top div.btn-menu:last-child,
          .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-customercart form .cart_buttonRow button.btn:last-child,
          .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-customercart form .cart_buttonRow div.btn:last-child,
          .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-customercart form .cart_buttonRow a.link-button:last-child,
          .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-customercart form .cart_buttonRow div.btn-menu:last-child,
          .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-customercart form .customercart_buttonRow button.btn:last-child,
          .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-customercart form .customercart_buttonRow div.btn:last-child,
          .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-customercart form .customercart_buttonRow a.link-button:last-child,
          .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-customercart form .customercart_buttonRow div.btn-menu:last-child,
          .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-customercart form .favorite_buttonRow button.btn:last-child,
          .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-customercart form .favorite_buttonRow div.btn:last-child,
          .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-customercart form .favorite_buttonRow a.link-button:last-child,
          .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-customercart form .favorite_buttonRow div.btn-menu:last-child,
          .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-favorite form .entries-buttonrow-top button.btn:last-child,
          .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-favorite form .entries-buttonrow-top div.btn:last-child,
          .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-favorite form .entries-buttonrow-top a.link-button:last-child,
          .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-favorite form .entries-buttonrow-top div.btn-menu:last-child,
          .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-favorite form .cart_buttonRow button.btn:last-child,
          .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-favorite form .cart_buttonRow div.btn:last-child,
          .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-favorite form .cart_buttonRow a.link-button:last-child,
          .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-favorite form .cart_buttonRow div.btn-menu:last-child,
          .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-favorite form .customercart_buttonRow button.btn:last-child,
          .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-favorite form .customercart_buttonRow div.btn:last-child,
          .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-favorite form .customercart_buttonRow a.link-button:last-child,
          .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-favorite form .customercart_buttonRow div.btn-menu:last-child,
          .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-favorite form .favorite_buttonRow button.btn:last-child,
          .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-favorite form .favorite_buttonRow div.btn:last-child,
          .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-favorite form .favorite_buttonRow a.link-button:last-child,
          .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-favorite form .favorite_buttonRow div.btn-menu:last-child,
          .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-checkout form .entries-buttonrow-top button.btn:last-child,
          .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-checkout form .entries-buttonrow-top div.btn:last-child,
          .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-checkout form .entries-buttonrow-top a.link-button:last-child,
          .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-checkout form .entries-buttonrow-top div.btn-menu:last-child,
          .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-checkout form .cart_buttonRow button.btn:last-child,
          .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-checkout form .cart_buttonRow div.btn:last-child,
          .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-checkout form .cart_buttonRow a.link-button:last-child,
          .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-checkout form .cart_buttonRow div.btn-menu:last-child,
          .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-checkout form .customercart_buttonRow button.btn:last-child,
          .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-checkout form .customercart_buttonRow div.btn:last-child,
          .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-checkout form .customercart_buttonRow a.link-button:last-child,
          .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-checkout form .customercart_buttonRow div.btn-menu:last-child,
          .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-checkout form .favorite_buttonRow button.btn:last-child,
          .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-checkout form .favorite_buttonRow div.btn:last-child,
          .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-checkout form .favorite_buttonRow a.link-button:last-child,
          .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-checkout form .favorite_buttonRow div.btn-menu:last-child {
            margin-right: 0;
            float: right; }
          .up2date-shop-checkout-portlet .up2date-cart form .entries-buttonrow-top button.btn:only-child,
          .up2date-shop-checkout-portlet .up2date-cart form .entries-buttonrow-top div.btn:only-child,
          .up2date-shop-checkout-portlet .up2date-cart form .entries-buttonrow-top a.link-button:only-child,
          .up2date-shop-checkout-portlet .up2date-cart form .entries-buttonrow-top div.btn-menu:only-child,
          .up2date-shop-checkout-portlet .up2date-cart form .cart_buttonRow button.btn:only-child,
          .up2date-shop-checkout-portlet .up2date-cart form .cart_buttonRow div.btn:only-child,
          .up2date-shop-checkout-portlet .up2date-cart form .cart_buttonRow a.link-button:only-child,
          .up2date-shop-checkout-portlet .up2date-cart form .cart_buttonRow div.btn-menu:only-child,
          .up2date-shop-checkout-portlet .up2date-cart form .customercart_buttonRow button.btn:only-child,
          .up2date-shop-checkout-portlet .up2date-cart form .customercart_buttonRow div.btn:only-child,
          .up2date-shop-checkout-portlet .up2date-cart form .customercart_buttonRow a.link-button:only-child,
          .up2date-shop-checkout-portlet .up2date-cart form .customercart_buttonRow div.btn-menu:only-child,
          .up2date-shop-checkout-portlet .up2date-cart form .favorite_buttonRow button.btn:only-child,
          .up2date-shop-checkout-portlet .up2date-cart form .favorite_buttonRow div.btn:only-child,
          .up2date-shop-checkout-portlet .up2date-cart form .favorite_buttonRow a.link-button:only-child,
          .up2date-shop-checkout-portlet .up2date-cart form .favorite_buttonRow div.btn-menu:only-child,
          .up2date-shop-checkout-portlet .up2date-customercart form .entries-buttonrow-top button.btn:only-child,
          .up2date-shop-checkout-portlet .up2date-customercart form .entries-buttonrow-top div.btn:only-child,
          .up2date-shop-checkout-portlet .up2date-customercart form .entries-buttonrow-top a.link-button:only-child,
          .up2date-shop-checkout-portlet .up2date-customercart form .entries-buttonrow-top div.btn-menu:only-child,
          .up2date-shop-checkout-portlet .up2date-customercart form .cart_buttonRow button.btn:only-child,
          .up2date-shop-checkout-portlet .up2date-customercart form .cart_buttonRow div.btn:only-child,
          .up2date-shop-checkout-portlet .up2date-customercart form .cart_buttonRow a.link-button:only-child,
          .up2date-shop-checkout-portlet .up2date-customercart form .cart_buttonRow div.btn-menu:only-child,
          .up2date-shop-checkout-portlet .up2date-customercart form .customercart_buttonRow button.btn:only-child,
          .up2date-shop-checkout-portlet .up2date-customercart form .customercart_buttonRow div.btn:only-child,
          .up2date-shop-checkout-portlet .up2date-customercart form .customercart_buttonRow a.link-button:only-child,
          .up2date-shop-checkout-portlet .up2date-customercart form .customercart_buttonRow div.btn-menu:only-child,
          .up2date-shop-checkout-portlet .up2date-customercart form .favorite_buttonRow button.btn:only-child,
          .up2date-shop-checkout-portlet .up2date-customercart form .favorite_buttonRow div.btn:only-child,
          .up2date-shop-checkout-portlet .up2date-customercart form .favorite_buttonRow a.link-button:only-child,
          .up2date-shop-checkout-portlet .up2date-customercart form .favorite_buttonRow div.btn-menu:only-child,
          .up2date-shop-checkout-portlet .up2date-favorite form .entries-buttonrow-top button.btn:only-child,
          .up2date-shop-checkout-portlet .up2date-favorite form .entries-buttonrow-top div.btn:only-child,
          .up2date-shop-checkout-portlet .up2date-favorite form .entries-buttonrow-top a.link-button:only-child,
          .up2date-shop-checkout-portlet .up2date-favorite form .entries-buttonrow-top div.btn-menu:only-child,
          .up2date-shop-checkout-portlet .up2date-favorite form .cart_buttonRow button.btn:only-child,
          .up2date-shop-checkout-portlet .up2date-favorite form .cart_buttonRow div.btn:only-child,
          .up2date-shop-checkout-portlet .up2date-favorite form .cart_buttonRow a.link-button:only-child,
          .up2date-shop-checkout-portlet .up2date-favorite form .cart_buttonRow div.btn-menu:only-child,
          .up2date-shop-checkout-portlet .up2date-favorite form .customercart_buttonRow button.btn:only-child,
          .up2date-shop-checkout-portlet .up2date-favorite form .customercart_buttonRow div.btn:only-child,
          .up2date-shop-checkout-portlet .up2date-favorite form .customercart_buttonRow a.link-button:only-child,
          .up2date-shop-checkout-portlet .up2date-favorite form .customercart_buttonRow div.btn-menu:only-child,
          .up2date-shop-checkout-portlet .up2date-favorite form .favorite_buttonRow button.btn:only-child,
          .up2date-shop-checkout-portlet .up2date-favorite form .favorite_buttonRow div.btn:only-child,
          .up2date-shop-checkout-portlet .up2date-favorite form .favorite_buttonRow a.link-button:only-child,
          .up2date-shop-checkout-portlet .up2date-favorite form .favorite_buttonRow div.btn-menu:only-child,
          .up2date-shop-checkout-portlet .up2date-checkout form .entries-buttonrow-top button.btn:only-child,
          .up2date-shop-checkout-portlet .up2date-checkout form .entries-buttonrow-top div.btn:only-child,
          .up2date-shop-checkout-portlet .up2date-checkout form .entries-buttonrow-top a.link-button:only-child,
          .up2date-shop-checkout-portlet .up2date-checkout form .entries-buttonrow-top div.btn-menu:only-child,
          .up2date-shop-checkout-portlet .up2date-checkout form .cart_buttonRow button.btn:only-child,
          .up2date-shop-checkout-portlet .up2date-checkout form .cart_buttonRow div.btn:only-child,
          .up2date-shop-checkout-portlet .up2date-checkout form .cart_buttonRow a.link-button:only-child,
          .up2date-shop-checkout-portlet .up2date-checkout form .cart_buttonRow div.btn-menu:only-child,
          .up2date-shop-checkout-portlet .up2date-checkout form .customercart_buttonRow button.btn:only-child,
          .up2date-shop-checkout-portlet .up2date-checkout form .customercart_buttonRow div.btn:only-child,
          .up2date-shop-checkout-portlet .up2date-checkout form .customercart_buttonRow a.link-button:only-child,
          .up2date-shop-checkout-portlet .up2date-checkout form .customercart_buttonRow div.btn-menu:only-child,
          .up2date-shop-checkout-portlet .up2date-checkout form .favorite_buttonRow button.btn:only-child,
          .up2date-shop-checkout-portlet .up2date-checkout form .favorite_buttonRow div.btn:only-child,
          .up2date-shop-checkout-portlet .up2date-checkout form .favorite_buttonRow a.link-button:only-child,
          .up2date-shop-checkout-portlet .up2date-checkout form .favorite_buttonRow div.btn-menu:only-child,
          .up2date-shop-cart-portlet .up2date-cart form .entries-buttonrow-top button.btn:only-child,
          .up2date-shop-cart-portlet .up2date-cart form .entries-buttonrow-top div.btn:only-child,
          .up2date-shop-cart-portlet .up2date-cart form .entries-buttonrow-top a.link-button:only-child,
          .up2date-shop-cart-portlet .up2date-cart form .entries-buttonrow-top div.btn-menu:only-child,
          .up2date-shop-cart-portlet .up2date-cart form .cart_buttonRow button.btn:only-child,
          .up2date-shop-cart-portlet .up2date-cart form .cart_buttonRow div.btn:only-child,
          .up2date-shop-cart-portlet .up2date-cart form .cart_buttonRow a.link-button:only-child,
          .up2date-shop-cart-portlet .up2date-cart form .cart_buttonRow div.btn-menu:only-child,
          .up2date-shop-cart-portlet .up2date-cart form .customercart_buttonRow button.btn:only-child,
          .up2date-shop-cart-portlet .up2date-cart form .customercart_buttonRow div.btn:only-child,
          .up2date-shop-cart-portlet .up2date-cart form .customercart_buttonRow a.link-button:only-child,
          .up2date-shop-cart-portlet .up2date-cart form .customercart_buttonRow div.btn-menu:only-child,
          .up2date-shop-cart-portlet .up2date-cart form .favorite_buttonRow button.btn:only-child,
          .up2date-shop-cart-portlet .up2date-cart form .favorite_buttonRow div.btn:only-child,
          .up2date-shop-cart-portlet .up2date-cart form .favorite_buttonRow a.link-button:only-child,
          .up2date-shop-cart-portlet .up2date-cart form .favorite_buttonRow div.btn-menu:only-child,
          .up2date-shop-cart-portlet .up2date-customercart form .entries-buttonrow-top button.btn:only-child,
          .up2date-shop-cart-portlet .up2date-customercart form .entries-buttonrow-top div.btn:only-child,
          .up2date-shop-cart-portlet .up2date-customercart form .entries-buttonrow-top a.link-button:only-child,
          .up2date-shop-cart-portlet .up2date-customercart form .entries-buttonrow-top div.btn-menu:only-child,
          .up2date-shop-cart-portlet .up2date-customercart form .cart_buttonRow button.btn:only-child,
          .up2date-shop-cart-portlet .up2date-customercart form .cart_buttonRow div.btn:only-child,
          .up2date-shop-cart-portlet .up2date-customercart form .cart_buttonRow a.link-button:only-child,
          .up2date-shop-cart-portlet .up2date-customercart form .cart_buttonRow div.btn-menu:only-child,
          .up2date-shop-cart-portlet .up2date-customercart form .customercart_buttonRow button.btn:only-child,
          .up2date-shop-cart-portlet .up2date-customercart form .customercart_buttonRow div.btn:only-child,
          .up2date-shop-cart-portlet .up2date-customercart form .customercart_buttonRow a.link-button:only-child,
          .up2date-shop-cart-portlet .up2date-customercart form .customercart_buttonRow div.btn-menu:only-child,
          .up2date-shop-cart-portlet .up2date-customercart form .favorite_buttonRow button.btn:only-child,
          .up2date-shop-cart-portlet .up2date-customercart form .favorite_buttonRow div.btn:only-child,
          .up2date-shop-cart-portlet .up2date-customercart form .favorite_buttonRow a.link-button:only-child,
          .up2date-shop-cart-portlet .up2date-customercart form .favorite_buttonRow div.btn-menu:only-child,
          .up2date-shop-cart-portlet .up2date-favorite form .entries-buttonrow-top button.btn:only-child,
          .up2date-shop-cart-portlet .up2date-favorite form .entries-buttonrow-top div.btn:only-child,
          .up2date-shop-cart-portlet .up2date-favorite form .entries-buttonrow-top a.link-button:only-child,
          .up2date-shop-cart-portlet .up2date-favorite form .entries-buttonrow-top div.btn-menu:only-child,
          .up2date-shop-cart-portlet .up2date-favorite form .cart_buttonRow button.btn:only-child,
          .up2date-shop-cart-portlet .up2date-favorite form .cart_buttonRow div.btn:only-child,
          .up2date-shop-cart-portlet .up2date-favorite form .cart_buttonRow a.link-button:only-child,
          .up2date-shop-cart-portlet .up2date-favorite form .cart_buttonRow div.btn-menu:only-child,
          .up2date-shop-cart-portlet .up2date-favorite form .customercart_buttonRow button.btn:only-child,
          .up2date-shop-cart-portlet .up2date-favorite form .customercart_buttonRow div.btn:only-child,
          .up2date-shop-cart-portlet .up2date-favorite form .customercart_buttonRow a.link-button:only-child,
          .up2date-shop-cart-portlet .up2date-favorite form .customercart_buttonRow div.btn-menu:only-child,
          .up2date-shop-cart-portlet .up2date-favorite form .favorite_buttonRow button.btn:only-child,
          .up2date-shop-cart-portlet .up2date-favorite form .favorite_buttonRow div.btn:only-child,
          .up2date-shop-cart-portlet .up2date-favorite form .favorite_buttonRow a.link-button:only-child,
          .up2date-shop-cart-portlet .up2date-favorite form .favorite_buttonRow div.btn-menu:only-child,
          .up2date-shop-cart-portlet .up2date-checkout form .entries-buttonrow-top button.btn:only-child,
          .up2date-shop-cart-portlet .up2date-checkout form .entries-buttonrow-top div.btn:only-child,
          .up2date-shop-cart-portlet .up2date-checkout form .entries-buttonrow-top a.link-button:only-child,
          .up2date-shop-cart-portlet .up2date-checkout form .entries-buttonrow-top div.btn-menu:only-child,
          .up2date-shop-cart-portlet .up2date-checkout form .cart_buttonRow button.btn:only-child,
          .up2date-shop-cart-portlet .up2date-checkout form .cart_buttonRow div.btn:only-child,
          .up2date-shop-cart-portlet .up2date-checkout form .cart_buttonRow a.link-button:only-child,
          .up2date-shop-cart-portlet .up2date-checkout form .cart_buttonRow div.btn-menu:only-child,
          .up2date-shop-cart-portlet .up2date-checkout form .customercart_buttonRow button.btn:only-child,
          .up2date-shop-cart-portlet .up2date-checkout form .customercart_buttonRow div.btn:only-child,
          .up2date-shop-cart-portlet .up2date-checkout form .customercart_buttonRow a.link-button:only-child,
          .up2date-shop-cart-portlet .up2date-checkout form .customercart_buttonRow div.btn-menu:only-child,
          .up2date-shop-cart-portlet .up2date-checkout form .favorite_buttonRow button.btn:only-child,
          .up2date-shop-cart-portlet .up2date-checkout form .favorite_buttonRow div.btn:only-child,
          .up2date-shop-cart-portlet .up2date-checkout form .favorite_buttonRow a.link-button:only-child,
          .up2date-shop-cart-portlet .up2date-checkout form .favorite_buttonRow div.btn-menu:only-child,
          .up2date-shop-customercart-portlet .up2date-cart form .entries-buttonrow-top button.btn:only-child,
          .up2date-shop-customercart-portlet .up2date-cart form .entries-buttonrow-top div.btn:only-child,
          .up2date-shop-customercart-portlet .up2date-cart form .entries-buttonrow-top a.link-button:only-child,
          .up2date-shop-customercart-portlet .up2date-cart form .entries-buttonrow-top div.btn-menu:only-child,
          .up2date-shop-customercart-portlet .up2date-cart form .cart_buttonRow button.btn:only-child,
          .up2date-shop-customercart-portlet .up2date-cart form .cart_buttonRow div.btn:only-child,
          .up2date-shop-customercart-portlet .up2date-cart form .cart_buttonRow a.link-button:only-child,
          .up2date-shop-customercart-portlet .up2date-cart form .cart_buttonRow div.btn-menu:only-child,
          .up2date-shop-customercart-portlet .up2date-cart form .customercart_buttonRow button.btn:only-child,
          .up2date-shop-customercart-portlet .up2date-cart form .customercart_buttonRow div.btn:only-child,
          .up2date-shop-customercart-portlet .up2date-cart form .customercart_buttonRow a.link-button:only-child,
          .up2date-shop-customercart-portlet .up2date-cart form .customercart_buttonRow div.btn-menu:only-child,
          .up2date-shop-customercart-portlet .up2date-cart form .favorite_buttonRow button.btn:only-child,
          .up2date-shop-customercart-portlet .up2date-cart form .favorite_buttonRow div.btn:only-child,
          .up2date-shop-customercart-portlet .up2date-cart form .favorite_buttonRow a.link-button:only-child,
          .up2date-shop-customercart-portlet .up2date-cart form .favorite_buttonRow div.btn-menu:only-child,
          .up2date-shop-customercart-portlet .up2date-customercart form .entries-buttonrow-top button.btn:only-child,
          .up2date-shop-customercart-portlet .up2date-customercart form .entries-buttonrow-top div.btn:only-child,
          .up2date-shop-customercart-portlet .up2date-customercart form .entries-buttonrow-top a.link-button:only-child,
          .up2date-shop-customercart-portlet .up2date-customercart form .entries-buttonrow-top div.btn-menu:only-child,
          .up2date-shop-customercart-portlet .up2date-customercart form .cart_buttonRow button.btn:only-child,
          .up2date-shop-customercart-portlet .up2date-customercart form .cart_buttonRow div.btn:only-child,
          .up2date-shop-customercart-portlet .up2date-customercart form .cart_buttonRow a.link-button:only-child,
          .up2date-shop-customercart-portlet .up2date-customercart form .cart_buttonRow div.btn-menu:only-child,
          .up2date-shop-customercart-portlet .up2date-customercart form .customercart_buttonRow button.btn:only-child,
          .up2date-shop-customercart-portlet .up2date-customercart form .customercart_buttonRow div.btn:only-child,
          .up2date-shop-customercart-portlet .up2date-customercart form .customercart_buttonRow a.link-button:only-child,
          .up2date-shop-customercart-portlet .up2date-customercart form .customercart_buttonRow div.btn-menu:only-child,
          .up2date-shop-customercart-portlet .up2date-customercart form .favorite_buttonRow button.btn:only-child,
          .up2date-shop-customercart-portlet .up2date-customercart form .favorite_buttonRow div.btn:only-child,
          .up2date-shop-customercart-portlet .up2date-customercart form .favorite_buttonRow a.link-button:only-child,
          .up2date-shop-customercart-portlet .up2date-customercart form .favorite_buttonRow div.btn-menu:only-child,
          .up2date-shop-customercart-portlet .up2date-favorite form .entries-buttonrow-top button.btn:only-child,
          .up2date-shop-customercart-portlet .up2date-favorite form .entries-buttonrow-top div.btn:only-child,
          .up2date-shop-customercart-portlet .up2date-favorite form .entries-buttonrow-top a.link-button:only-child,
          .up2date-shop-customercart-portlet .up2date-favorite form .entries-buttonrow-top div.btn-menu:only-child,
          .up2date-shop-customercart-portlet .up2date-favorite form .cart_buttonRow button.btn:only-child,
          .up2date-shop-customercart-portlet .up2date-favorite form .cart_buttonRow div.btn:only-child,
          .up2date-shop-customercart-portlet .up2date-favorite form .cart_buttonRow a.link-button:only-child,
          .up2date-shop-customercart-portlet .up2date-favorite form .cart_buttonRow div.btn-menu:only-child,
          .up2date-shop-customercart-portlet .up2date-favorite form .customercart_buttonRow button.btn:only-child,
          .up2date-shop-customercart-portlet .up2date-favorite form .customercart_buttonRow div.btn:only-child,
          .up2date-shop-customercart-portlet .up2date-favorite form .customercart_buttonRow a.link-button:only-child,
          .up2date-shop-customercart-portlet .up2date-favorite form .customercart_buttonRow div.btn-menu:only-child,
          .up2date-shop-customercart-portlet .up2date-favorite form .favorite_buttonRow button.btn:only-child,
          .up2date-shop-customercart-portlet .up2date-favorite form .favorite_buttonRow div.btn:only-child,
          .up2date-shop-customercart-portlet .up2date-favorite form .favorite_buttonRow a.link-button:only-child,
          .up2date-shop-customercart-portlet .up2date-favorite form .favorite_buttonRow div.btn-menu:only-child,
          .up2date-shop-customercart-portlet .up2date-checkout form .entries-buttonrow-top button.btn:only-child,
          .up2date-shop-customercart-portlet .up2date-checkout form .entries-buttonrow-top div.btn:only-child,
          .up2date-shop-customercart-portlet .up2date-checkout form .entries-buttonrow-top a.link-button:only-child,
          .up2date-shop-customercart-portlet .up2date-checkout form .entries-buttonrow-top div.btn-menu:only-child,
          .up2date-shop-customercart-portlet .up2date-checkout form .cart_buttonRow button.btn:only-child,
          .up2date-shop-customercart-portlet .up2date-checkout form .cart_buttonRow div.btn:only-child,
          .up2date-shop-customercart-portlet .up2date-checkout form .cart_buttonRow a.link-button:only-child,
          .up2date-shop-customercart-portlet .up2date-checkout form .cart_buttonRow div.btn-menu:only-child,
          .up2date-shop-customercart-portlet .up2date-checkout form .customercart_buttonRow button.btn:only-child,
          .up2date-shop-customercart-portlet .up2date-checkout form .customercart_buttonRow div.btn:only-child,
          .up2date-shop-customercart-portlet .up2date-checkout form .customercart_buttonRow a.link-button:only-child,
          .up2date-shop-customercart-portlet .up2date-checkout form .customercart_buttonRow div.btn-menu:only-child,
          .up2date-shop-customercart-portlet .up2date-checkout form .favorite_buttonRow button.btn:only-child,
          .up2date-shop-customercart-portlet .up2date-checkout form .favorite_buttonRow div.btn:only-child,
          .up2date-shop-customercart-portlet .up2date-checkout form .favorite_buttonRow a.link-button:only-child,
          .up2date-shop-customercart-portlet .up2date-checkout form .favorite_buttonRow div.btn-menu:only-child,
          .up2date-shop-favorite-portlet .up2date-cart form .entries-buttonrow-top button.btn:only-child,
          .up2date-shop-favorite-portlet .up2date-cart form .entries-buttonrow-top div.btn:only-child,
          .up2date-shop-favorite-portlet .up2date-cart form .entries-buttonrow-top a.link-button:only-child,
          .up2date-shop-favorite-portlet .up2date-cart form .entries-buttonrow-top div.btn-menu:only-child,
          .up2date-shop-favorite-portlet .up2date-cart form .cart_buttonRow button.btn:only-child,
          .up2date-shop-favorite-portlet .up2date-cart form .cart_buttonRow div.btn:only-child,
          .up2date-shop-favorite-portlet .up2date-cart form .cart_buttonRow a.link-button:only-child,
          .up2date-shop-favorite-portlet .up2date-cart form .cart_buttonRow div.btn-menu:only-child,
          .up2date-shop-favorite-portlet .up2date-cart form .customercart_buttonRow button.btn:only-child,
          .up2date-shop-favorite-portlet .up2date-cart form .customercart_buttonRow div.btn:only-child,
          .up2date-shop-favorite-portlet .up2date-cart form .customercart_buttonRow a.link-button:only-child,
          .up2date-shop-favorite-portlet .up2date-cart form .customercart_buttonRow div.btn-menu:only-child,
          .up2date-shop-favorite-portlet .up2date-cart form .favorite_buttonRow button.btn:only-child,
          .up2date-shop-favorite-portlet .up2date-cart form .favorite_buttonRow div.btn:only-child,
          .up2date-shop-favorite-portlet .up2date-cart form .favorite_buttonRow a.link-button:only-child,
          .up2date-shop-favorite-portlet .up2date-cart form .favorite_buttonRow div.btn-menu:only-child,
          .up2date-shop-favorite-portlet .up2date-customercart form .entries-buttonrow-top button.btn:only-child,
          .up2date-shop-favorite-portlet .up2date-customercart form .entries-buttonrow-top div.btn:only-child,
          .up2date-shop-favorite-portlet .up2date-customercart form .entries-buttonrow-top a.link-button:only-child,
          .up2date-shop-favorite-portlet .up2date-customercart form .entries-buttonrow-top div.btn-menu:only-child,
          .up2date-shop-favorite-portlet .up2date-customercart form .cart_buttonRow button.btn:only-child,
          .up2date-shop-favorite-portlet .up2date-customercart form .cart_buttonRow div.btn:only-child,
          .up2date-shop-favorite-portlet .up2date-customercart form .cart_buttonRow a.link-button:only-child,
          .up2date-shop-favorite-portlet .up2date-customercart form .cart_buttonRow div.btn-menu:only-child,
          .up2date-shop-favorite-portlet .up2date-customercart form .customercart_buttonRow button.btn:only-child,
          .up2date-shop-favorite-portlet .up2date-customercart form .customercart_buttonRow div.btn:only-child,
          .up2date-shop-favorite-portlet .up2date-customercart form .customercart_buttonRow a.link-button:only-child,
          .up2date-shop-favorite-portlet .up2date-customercart form .customercart_buttonRow div.btn-menu:only-child,
          .up2date-shop-favorite-portlet .up2date-customercart form .favorite_buttonRow button.btn:only-child,
          .up2date-shop-favorite-portlet .up2date-customercart form .favorite_buttonRow div.btn:only-child,
          .up2date-shop-favorite-portlet .up2date-customercart form .favorite_buttonRow a.link-button:only-child,
          .up2date-shop-favorite-portlet .up2date-customercart form .favorite_buttonRow div.btn-menu:only-child,
          .up2date-shop-favorite-portlet .up2date-favorite form .entries-buttonrow-top button.btn:only-child,
          .up2date-shop-favorite-portlet .up2date-favorite form .entries-buttonrow-top div.btn:only-child,
          .up2date-shop-favorite-portlet .up2date-favorite form .entries-buttonrow-top a.link-button:only-child,
          .up2date-shop-favorite-portlet .up2date-favorite form .entries-buttonrow-top div.btn-menu:only-child,
          .up2date-shop-favorite-portlet .up2date-favorite form .cart_buttonRow button.btn:only-child,
          .up2date-shop-favorite-portlet .up2date-favorite form .cart_buttonRow div.btn:only-child,
          .up2date-shop-favorite-portlet .up2date-favorite form .cart_buttonRow a.link-button:only-child,
          .up2date-shop-favorite-portlet .up2date-favorite form .cart_buttonRow div.btn-menu:only-child,
          .up2date-shop-favorite-portlet .up2date-favorite form .customercart_buttonRow button.btn:only-child,
          .up2date-shop-favorite-portlet .up2date-favorite form .customercart_buttonRow div.btn:only-child,
          .up2date-shop-favorite-portlet .up2date-favorite form .customercart_buttonRow a.link-button:only-child,
          .up2date-shop-favorite-portlet .up2date-favorite form .customercart_buttonRow div.btn-menu:only-child,
          .up2date-shop-favorite-portlet .up2date-favorite form .favorite_buttonRow button.btn:only-child,
          .up2date-shop-favorite-portlet .up2date-favorite form .favorite_buttonRow div.btn:only-child,
          .up2date-shop-favorite-portlet .up2date-favorite form .favorite_buttonRow a.link-button:only-child,
          .up2date-shop-favorite-portlet .up2date-favorite form .favorite_buttonRow div.btn-menu:only-child,
          .up2date-shop-favorite-portlet .up2date-checkout form .entries-buttonrow-top button.btn:only-child,
          .up2date-shop-favorite-portlet .up2date-checkout form .entries-buttonrow-top div.btn:only-child,
          .up2date-shop-favorite-portlet .up2date-checkout form .entries-buttonrow-top a.link-button:only-child,
          .up2date-shop-favorite-portlet .up2date-checkout form .entries-buttonrow-top div.btn-menu:only-child,
          .up2date-shop-favorite-portlet .up2date-checkout form .cart_buttonRow button.btn:only-child,
          .up2date-shop-favorite-portlet .up2date-checkout form .cart_buttonRow div.btn:only-child,
          .up2date-shop-favorite-portlet .up2date-checkout form .cart_buttonRow a.link-button:only-child,
          .up2date-shop-favorite-portlet .up2date-checkout form .cart_buttonRow div.btn-menu:only-child,
          .up2date-shop-favorite-portlet .up2date-checkout form .customercart_buttonRow button.btn:only-child,
          .up2date-shop-favorite-portlet .up2date-checkout form .customercart_buttonRow div.btn:only-child,
          .up2date-shop-favorite-portlet .up2date-checkout form .customercart_buttonRow a.link-button:only-child,
          .up2date-shop-favorite-portlet .up2date-checkout form .customercart_buttonRow div.btn-menu:only-child,
          .up2date-shop-favorite-portlet .up2date-checkout form .favorite_buttonRow button.btn:only-child,
          .up2date-shop-favorite-portlet .up2date-checkout form .favorite_buttonRow div.btn:only-child,
          .up2date-shop-favorite-portlet .up2date-checkout form .favorite_buttonRow a.link-button:only-child,
          .up2date-shop-favorite-portlet .up2date-checkout form .favorite_buttonRow div.btn-menu:only-child,
          .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-cart form .entries-buttonrow-top button.btn:only-child,
          .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-cart form .entries-buttonrow-top div.btn:only-child,
          .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-cart form .entries-buttonrow-top a.link-button:only-child,
          .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-cart form .entries-buttonrow-top div.btn-menu:only-child,
          .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-cart form .cart_buttonRow button.btn:only-child,
          .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-cart form .cart_buttonRow div.btn:only-child,
          .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-cart form .cart_buttonRow a.link-button:only-child,
          .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-cart form .cart_buttonRow div.btn-menu:only-child,
          .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-cart form .customercart_buttonRow button.btn:only-child,
          .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-cart form .customercart_buttonRow div.btn:only-child,
          .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-cart form .customercart_buttonRow a.link-button:only-child,
          .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-cart form .customercart_buttonRow div.btn-menu:only-child,
          .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-cart form .favorite_buttonRow button.btn:only-child,
          .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-cart form .favorite_buttonRow div.btn:only-child,
          .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-cart form .favorite_buttonRow a.link-button:only-child,
          .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-cart form .favorite_buttonRow div.btn-menu:only-child,
          .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .entries-buttonrow-top button.btn:only-child,
          .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .entries-buttonrow-top div.btn:only-child,
          .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .entries-buttonrow-top a.link-button:only-child,
          .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .entries-buttonrow-top div.btn-menu:only-child,
          .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .cart_buttonRow button.btn:only-child,
          .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .cart_buttonRow div.btn:only-child,
          .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .cart_buttonRow a.link-button:only-child,
          .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .cart_buttonRow div.btn-menu:only-child,
          .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .customercart_buttonRow button.btn:only-child,
          .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .customercart_buttonRow div.btn:only-child,
          .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .customercart_buttonRow a.link-button:only-child,
          .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .customercart_buttonRow div.btn-menu:only-child,
          .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .favorite_buttonRow button.btn:only-child,
          .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .favorite_buttonRow div.btn:only-child,
          .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .favorite_buttonRow a.link-button:only-child,
          .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .favorite_buttonRow div.btn-menu:only-child,
          .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .entries-buttonrow-top button.btn:only-child,
          .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .entries-buttonrow-top div.btn:only-child,
          .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .entries-buttonrow-top a.link-button:only-child,
          .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .entries-buttonrow-top div.btn-menu:only-child,
          .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .cart_buttonRow button.btn:only-child,
          .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .cart_buttonRow div.btn:only-child,
          .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .cart_buttonRow a.link-button:only-child,
          .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .cart_buttonRow div.btn-menu:only-child,
          .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .customercart_buttonRow button.btn:only-child,
          .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .customercart_buttonRow div.btn:only-child,
          .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .customercart_buttonRow a.link-button:only-child,
          .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .customercart_buttonRow div.btn-menu:only-child,
          .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .favorite_buttonRow button.btn:only-child,
          .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .favorite_buttonRow div.btn:only-child,
          .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .favorite_buttonRow a.link-button:only-child,
          .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .favorite_buttonRow div.btn-menu:only-child,
          .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .entries-buttonrow-top button.btn:only-child,
          .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .entries-buttonrow-top div.btn:only-child,
          .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .entries-buttonrow-top a.link-button:only-child,
          .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .entries-buttonrow-top div.btn-menu:only-child,
          .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .cart_buttonRow button.btn:only-child,
          .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .cart_buttonRow div.btn:only-child,
          .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .cart_buttonRow a.link-button:only-child,
          .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .cart_buttonRow div.btn-menu:only-child,
          .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .customercart_buttonRow button.btn:only-child,
          .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .customercart_buttonRow div.btn:only-child,
          .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .customercart_buttonRow a.link-button:only-child,
          .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .customercart_buttonRow div.btn-menu:only-child,
          .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .favorite_buttonRow button.btn:only-child,
          .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .favorite_buttonRow div.btn:only-child,
          .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .favorite_buttonRow a.link-button:only-child,
          .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .favorite_buttonRow div.btn-menu:only-child,
          .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-cart form .entries-buttonrow-top button.btn:only-child,
          .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-cart form .entries-buttonrow-top div.btn:only-child,
          .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-cart form .entries-buttonrow-top a.link-button:only-child,
          .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-cart form .entries-buttonrow-top div.btn-menu:only-child,
          .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-cart form .cart_buttonRow button.btn:only-child,
          .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-cart form .cart_buttonRow div.btn:only-child,
          .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-cart form .cart_buttonRow a.link-button:only-child,
          .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-cart form .cart_buttonRow div.btn-menu:only-child,
          .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-cart form .customercart_buttonRow button.btn:only-child,
          .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-cart form .customercart_buttonRow div.btn:only-child,
          .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-cart form .customercart_buttonRow a.link-button:only-child,
          .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-cart form .customercart_buttonRow div.btn-menu:only-child,
          .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-cart form .favorite_buttonRow button.btn:only-child,
          .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-cart form .favorite_buttonRow div.btn:only-child,
          .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-cart form .favorite_buttonRow a.link-button:only-child,
          .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-cart form .favorite_buttonRow div.btn-menu:only-child,
          .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .entries-buttonrow-top button.btn:only-child,
          .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .entries-buttonrow-top div.btn:only-child,
          .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .entries-buttonrow-top a.link-button:only-child,
          .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .entries-buttonrow-top div.btn-menu:only-child,
          .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .cart_buttonRow button.btn:only-child,
          .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .cart_buttonRow div.btn:only-child,
          .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .cart_buttonRow a.link-button:only-child,
          .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .cart_buttonRow div.btn-menu:only-child,
          .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .customercart_buttonRow button.btn:only-child,
          .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .customercart_buttonRow div.btn:only-child,
          .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .customercart_buttonRow a.link-button:only-child,
          .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .customercart_buttonRow div.btn-menu:only-child,
          .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .favorite_buttonRow button.btn:only-child,
          .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .favorite_buttonRow div.btn:only-child,
          .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .favorite_buttonRow a.link-button:only-child,
          .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .favorite_buttonRow div.btn-menu:only-child,
          .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .entries-buttonrow-top button.btn:only-child,
          .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .entries-buttonrow-top div.btn:only-child,
          .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .entries-buttonrow-top a.link-button:only-child,
          .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .entries-buttonrow-top div.btn-menu:only-child,
          .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .cart_buttonRow button.btn:only-child,
          .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .cart_buttonRow div.btn:only-child,
          .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .cart_buttonRow a.link-button:only-child,
          .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .cart_buttonRow div.btn-menu:only-child,
          .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .customercart_buttonRow button.btn:only-child,
          .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .customercart_buttonRow div.btn:only-child,
          .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .customercart_buttonRow a.link-button:only-child,
          .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .customercart_buttonRow div.btn-menu:only-child,
          .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .favorite_buttonRow button.btn:only-child,
          .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .favorite_buttonRow div.btn:only-child,
          .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .favorite_buttonRow a.link-button:only-child,
          .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .favorite_buttonRow div.btn-menu:only-child,
          .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .entries-buttonrow-top button.btn:only-child,
          .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .entries-buttonrow-top div.btn:only-child,
          .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .entries-buttonrow-top a.link-button:only-child,
          .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .entries-buttonrow-top div.btn-menu:only-child,
          .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .cart_buttonRow button.btn:only-child,
          .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .cart_buttonRow div.btn:only-child,
          .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .cart_buttonRow a.link-button:only-child,
          .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .cart_buttonRow div.btn-menu:only-child,
          .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .customercart_buttonRow button.btn:only-child,
          .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .customercart_buttonRow div.btn:only-child,
          .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .customercart_buttonRow a.link-button:only-child,
          .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .customercart_buttonRow div.btn-menu:only-child,
          .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .favorite_buttonRow button.btn:only-child,
          .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .favorite_buttonRow div.btn:only-child,
          .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .favorite_buttonRow a.link-button:only-child,
          .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .favorite_buttonRow div.btn-menu:only-child,
          .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-cart form .entries-buttonrow-top button.btn:only-child,
          .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-cart form .entries-buttonrow-top div.btn:only-child,
          .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-cart form .entries-buttonrow-top a.link-button:only-child,
          .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-cart form .entries-buttonrow-top div.btn-menu:only-child,
          .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-cart form .cart_buttonRow button.btn:only-child,
          .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-cart form .cart_buttonRow div.btn:only-child,
          .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-cart form .cart_buttonRow a.link-button:only-child,
          .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-cart form .cart_buttonRow div.btn-menu:only-child,
          .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-cart form .customercart_buttonRow button.btn:only-child,
          .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-cart form .customercart_buttonRow div.btn:only-child,
          .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-cart form .customercart_buttonRow a.link-button:only-child,
          .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-cart form .customercart_buttonRow div.btn-menu:only-child,
          .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-cart form .favorite_buttonRow button.btn:only-child,
          .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-cart form .favorite_buttonRow div.btn:only-child,
          .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-cart form .favorite_buttonRow a.link-button:only-child,
          .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-cart form .favorite_buttonRow div.btn-menu:only-child,
          .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-customercart form .entries-buttonrow-top button.btn:only-child,
          .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-customercart form .entries-buttonrow-top div.btn:only-child,
          .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-customercart form .entries-buttonrow-top a.link-button:only-child,
          .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-customercart form .entries-buttonrow-top div.btn-menu:only-child,
          .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-customercart form .cart_buttonRow button.btn:only-child,
          .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-customercart form .cart_buttonRow div.btn:only-child,
          .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-customercart form .cart_buttonRow a.link-button:only-child,
          .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-customercart form .cart_buttonRow div.btn-menu:only-child,
          .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-customercart form .customercart_buttonRow button.btn:only-child,
          .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-customercart form .customercart_buttonRow div.btn:only-child,
          .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-customercart form .customercart_buttonRow a.link-button:only-child,
          .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-customercart form .customercart_buttonRow div.btn-menu:only-child,
          .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-customercart form .favorite_buttonRow button.btn:only-child,
          .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-customercart form .favorite_buttonRow div.btn:only-child,
          .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-customercart form .favorite_buttonRow a.link-button:only-child,
          .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-customercart form .favorite_buttonRow div.btn-menu:only-child,
          .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-favorite form .entries-buttonrow-top button.btn:only-child,
          .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-favorite form .entries-buttonrow-top div.btn:only-child,
          .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-favorite form .entries-buttonrow-top a.link-button:only-child,
          .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-favorite form .entries-buttonrow-top div.btn-menu:only-child,
          .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-favorite form .cart_buttonRow button.btn:only-child,
          .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-favorite form .cart_buttonRow div.btn:only-child,
          .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-favorite form .cart_buttonRow a.link-button:only-child,
          .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-favorite form .cart_buttonRow div.btn-menu:only-child,
          .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-favorite form .customercart_buttonRow button.btn:only-child,
          .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-favorite form .customercart_buttonRow div.btn:only-child,
          .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-favorite form .customercart_buttonRow a.link-button:only-child,
          .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-favorite form .customercart_buttonRow div.btn-menu:only-child,
          .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-favorite form .favorite_buttonRow button.btn:only-child,
          .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-favorite form .favorite_buttonRow div.btn:only-child,
          .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-favorite form .favorite_buttonRow a.link-button:only-child,
          .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-favorite form .favorite_buttonRow div.btn-menu:only-child,
          .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-checkout form .entries-buttonrow-top button.btn:only-child,
          .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-checkout form .entries-buttonrow-top div.btn:only-child,
          .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-checkout form .entries-buttonrow-top a.link-button:only-child,
          .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-checkout form .entries-buttonrow-top div.btn-menu:only-child,
          .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-checkout form .cart_buttonRow button.btn:only-child,
          .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-checkout form .cart_buttonRow div.btn:only-child,
          .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-checkout form .cart_buttonRow a.link-button:only-child,
          .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-checkout form .cart_buttonRow div.btn-menu:only-child,
          .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-checkout form .customercart_buttonRow button.btn:only-child,
          .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-checkout form .customercart_buttonRow div.btn:only-child,
          .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-checkout form .customercart_buttonRow a.link-button:only-child,
          .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-checkout form .customercart_buttonRow div.btn-menu:only-child,
          .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-checkout form .favorite_buttonRow button.btn:only-child,
          .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-checkout form .favorite_buttonRow div.btn:only-child,
          .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-checkout form .favorite_buttonRow a.link-button:only-child,
          .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-checkout form .favorite_buttonRow div.btn-menu:only-child {
            float: left; }
        .up2date-shop-checkout-portlet .up2date-cart form .entries-buttonrow-top div.btn-menu ul li a.btn,
        .up2date-shop-checkout-portlet .up2date-cart form .cart_buttonRow div.btn-menu ul li a.btn,
        .up2date-shop-checkout-portlet .up2date-cart form .customercart_buttonRow div.btn-menu ul li a.btn,
        .up2date-shop-checkout-portlet .up2date-cart form .favorite_buttonRow div.btn-menu ul li a.btn,
        .up2date-shop-checkout-portlet .up2date-customercart form .entries-buttonrow-top div.btn-menu ul li a.btn,
        .up2date-shop-checkout-portlet .up2date-customercart form .cart_buttonRow div.btn-menu ul li a.btn,
        .up2date-shop-checkout-portlet .up2date-customercart form .customercart_buttonRow div.btn-menu ul li a.btn,
        .up2date-shop-checkout-portlet .up2date-customercart form .favorite_buttonRow div.btn-menu ul li a.btn,
        .up2date-shop-checkout-portlet .up2date-favorite form .entries-buttonrow-top div.btn-menu ul li a.btn,
        .up2date-shop-checkout-portlet .up2date-favorite form .cart_buttonRow div.btn-menu ul li a.btn,
        .up2date-shop-checkout-portlet .up2date-favorite form .customercart_buttonRow div.btn-menu ul li a.btn,
        .up2date-shop-checkout-portlet .up2date-favorite form .favorite_buttonRow div.btn-menu ul li a.btn,
        .up2date-shop-checkout-portlet .up2date-checkout form .entries-buttonrow-top div.btn-menu ul li a.btn,
        .up2date-shop-checkout-portlet .up2date-checkout form .cart_buttonRow div.btn-menu ul li a.btn,
        .up2date-shop-checkout-portlet .up2date-checkout form .customercart_buttonRow div.btn-menu ul li a.btn,
        .up2date-shop-checkout-portlet .up2date-checkout form .favorite_buttonRow div.btn-menu ul li a.btn,
        .up2date-shop-cart-portlet .up2date-cart form .entries-buttonrow-top div.btn-menu ul li a.btn,
        .up2date-shop-cart-portlet .up2date-cart form .cart_buttonRow div.btn-menu ul li a.btn,
        .up2date-shop-cart-portlet .up2date-cart form .customercart_buttonRow div.btn-menu ul li a.btn,
        .up2date-shop-cart-portlet .up2date-cart form .favorite_buttonRow div.btn-menu ul li a.btn,
        .up2date-shop-cart-portlet .up2date-customercart form .entries-buttonrow-top div.btn-menu ul li a.btn,
        .up2date-shop-cart-portlet .up2date-customercart form .cart_buttonRow div.btn-menu ul li a.btn,
        .up2date-shop-cart-portlet .up2date-customercart form .customercart_buttonRow div.btn-menu ul li a.btn,
        .up2date-shop-cart-portlet .up2date-customercart form .favorite_buttonRow div.btn-menu ul li a.btn,
        .up2date-shop-cart-portlet .up2date-favorite form .entries-buttonrow-top div.btn-menu ul li a.btn,
        .up2date-shop-cart-portlet .up2date-favorite form .cart_buttonRow div.btn-menu ul li a.btn,
        .up2date-shop-cart-portlet .up2date-favorite form .customercart_buttonRow div.btn-menu ul li a.btn,
        .up2date-shop-cart-portlet .up2date-favorite form .favorite_buttonRow div.btn-menu ul li a.btn,
        .up2date-shop-cart-portlet .up2date-checkout form .entries-buttonrow-top div.btn-menu ul li a.btn,
        .up2date-shop-cart-portlet .up2date-checkout form .cart_buttonRow div.btn-menu ul li a.btn,
        .up2date-shop-cart-portlet .up2date-checkout form .customercart_buttonRow div.btn-menu ul li a.btn,
        .up2date-shop-cart-portlet .up2date-checkout form .favorite_buttonRow div.btn-menu ul li a.btn,
        .up2date-shop-customercart-portlet .up2date-cart form .entries-buttonrow-top div.btn-menu ul li a.btn,
        .up2date-shop-customercart-portlet .up2date-cart form .cart_buttonRow div.btn-menu ul li a.btn,
        .up2date-shop-customercart-portlet .up2date-cart form .customercart_buttonRow div.btn-menu ul li a.btn,
        .up2date-shop-customercart-portlet .up2date-cart form .favorite_buttonRow div.btn-menu ul li a.btn,
        .up2date-shop-customercart-portlet .up2date-customercart form .entries-buttonrow-top div.btn-menu ul li a.btn,
        .up2date-shop-customercart-portlet .up2date-customercart form .cart_buttonRow div.btn-menu ul li a.btn,
        .up2date-shop-customercart-portlet .up2date-customercart form .customercart_buttonRow div.btn-menu ul li a.btn,
        .up2date-shop-customercart-portlet .up2date-customercart form .favorite_buttonRow div.btn-menu ul li a.btn,
        .up2date-shop-customercart-portlet .up2date-favorite form .entries-buttonrow-top div.btn-menu ul li a.btn,
        .up2date-shop-customercart-portlet .up2date-favorite form .cart_buttonRow div.btn-menu ul li a.btn,
        .up2date-shop-customercart-portlet .up2date-favorite form .customercart_buttonRow div.btn-menu ul li a.btn,
        .up2date-shop-customercart-portlet .up2date-favorite form .favorite_buttonRow div.btn-menu ul li a.btn,
        .up2date-shop-customercart-portlet .up2date-checkout form .entries-buttonrow-top div.btn-menu ul li a.btn,
        .up2date-shop-customercart-portlet .up2date-checkout form .cart_buttonRow div.btn-menu ul li a.btn,
        .up2date-shop-customercart-portlet .up2date-checkout form .customercart_buttonRow div.btn-menu ul li a.btn,
        .up2date-shop-customercart-portlet .up2date-checkout form .favorite_buttonRow div.btn-menu ul li a.btn,
        .up2date-shop-favorite-portlet .up2date-cart form .entries-buttonrow-top div.btn-menu ul li a.btn,
        .up2date-shop-favorite-portlet .up2date-cart form .cart_buttonRow div.btn-menu ul li a.btn,
        .up2date-shop-favorite-portlet .up2date-cart form .customercart_buttonRow div.btn-menu ul li a.btn,
        .up2date-shop-favorite-portlet .up2date-cart form .favorite_buttonRow div.btn-menu ul li a.btn,
        .up2date-shop-favorite-portlet .up2date-customercart form .entries-buttonrow-top div.btn-menu ul li a.btn,
        .up2date-shop-favorite-portlet .up2date-customercart form .cart_buttonRow div.btn-menu ul li a.btn,
        .up2date-shop-favorite-portlet .up2date-customercart form .customercart_buttonRow div.btn-menu ul li a.btn,
        .up2date-shop-favorite-portlet .up2date-customercart form .favorite_buttonRow div.btn-menu ul li a.btn,
        .up2date-shop-favorite-portlet .up2date-favorite form .entries-buttonrow-top div.btn-menu ul li a.btn,
        .up2date-shop-favorite-portlet .up2date-favorite form .cart_buttonRow div.btn-menu ul li a.btn,
        .up2date-shop-favorite-portlet .up2date-favorite form .customercart_buttonRow div.btn-menu ul li a.btn,
        .up2date-shop-favorite-portlet .up2date-favorite form .favorite_buttonRow div.btn-menu ul li a.btn,
        .up2date-shop-favorite-portlet .up2date-checkout form .entries-buttonrow-top div.btn-menu ul li a.btn,
        .up2date-shop-favorite-portlet .up2date-checkout form .cart_buttonRow div.btn-menu ul li a.btn,
        .up2date-shop-favorite-portlet .up2date-checkout form .customercart_buttonRow div.btn-menu ul li a.btn,
        .up2date-shop-favorite-portlet .up2date-checkout form .favorite_buttonRow div.btn-menu ul li a.btn,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-cart form .entries-buttonrow-top div.btn-menu ul li a.btn,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-cart form .cart_buttonRow div.btn-menu ul li a.btn,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-cart form .customercart_buttonRow div.btn-menu ul li a.btn,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-cart form .favorite_buttonRow div.btn-menu ul li a.btn,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .entries-buttonrow-top div.btn-menu ul li a.btn,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .cart_buttonRow div.btn-menu ul li a.btn,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .customercart_buttonRow div.btn-menu ul li a.btn,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .favorite_buttonRow div.btn-menu ul li a.btn,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .entries-buttonrow-top div.btn-menu ul li a.btn,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .cart_buttonRow div.btn-menu ul li a.btn,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .customercart_buttonRow div.btn-menu ul li a.btn,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .favorite_buttonRow div.btn-menu ul li a.btn,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .entries-buttonrow-top div.btn-menu ul li a.btn,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .cart_buttonRow div.btn-menu ul li a.btn,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .customercart_buttonRow div.btn-menu ul li a.btn,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .favorite_buttonRow div.btn-menu ul li a.btn,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-cart form .entries-buttonrow-top div.btn-menu ul li a.btn,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-cart form .cart_buttonRow div.btn-menu ul li a.btn,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-cart form .customercart_buttonRow div.btn-menu ul li a.btn,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-cart form .favorite_buttonRow div.btn-menu ul li a.btn,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .entries-buttonrow-top div.btn-menu ul li a.btn,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .cart_buttonRow div.btn-menu ul li a.btn,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .customercart_buttonRow div.btn-menu ul li a.btn,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .favorite_buttonRow div.btn-menu ul li a.btn,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .entries-buttonrow-top div.btn-menu ul li a.btn,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .cart_buttonRow div.btn-menu ul li a.btn,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .customercart_buttonRow div.btn-menu ul li a.btn,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .favorite_buttonRow div.btn-menu ul li a.btn,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .entries-buttonrow-top div.btn-menu ul li a.btn,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .cart_buttonRow div.btn-menu ul li a.btn,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .customercart_buttonRow div.btn-menu ul li a.btn,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .favorite_buttonRow div.btn-menu ul li a.btn,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-cart form .entries-buttonrow-top div.btn-menu ul li a.btn,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-cart form .cart_buttonRow div.btn-menu ul li a.btn,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-cart form .customercart_buttonRow div.btn-menu ul li a.btn,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-cart form .favorite_buttonRow div.btn-menu ul li a.btn,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-customercart form .entries-buttonrow-top div.btn-menu ul li a.btn,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-customercart form .cart_buttonRow div.btn-menu ul li a.btn,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-customercart form .customercart_buttonRow div.btn-menu ul li a.btn,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-customercart form .favorite_buttonRow div.btn-menu ul li a.btn,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-favorite form .entries-buttonrow-top div.btn-menu ul li a.btn,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-favorite form .cart_buttonRow div.btn-menu ul li a.btn,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-favorite form .customercart_buttonRow div.btn-menu ul li a.btn,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-favorite form .favorite_buttonRow div.btn-menu ul li a.btn,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-checkout form .entries-buttonrow-top div.btn-menu ul li a.btn,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-checkout form .cart_buttonRow div.btn-menu ul li a.btn,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-checkout form .customercart_buttonRow div.btn-menu ul li a.btn,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-checkout form .favorite_buttonRow div.btn-menu ul li a.btn {
          line-height: 1.7em; }
        .up2date-shop-checkout-portlet .up2date-cart form .entries-buttonrow-top div.btn-menu button.btn,
        .up2date-shop-checkout-portlet .up2date-cart form .cart_buttonRow div.btn-menu button.btn,
        .up2date-shop-checkout-portlet .up2date-cart form .customercart_buttonRow div.btn-menu button.btn,
        .up2date-shop-checkout-portlet .up2date-cart form .favorite_buttonRow div.btn-menu button.btn,
        .up2date-shop-checkout-portlet .up2date-customercart form .entries-buttonrow-top div.btn-menu button.btn,
        .up2date-shop-checkout-portlet .up2date-customercart form .cart_buttonRow div.btn-menu button.btn,
        .up2date-shop-checkout-portlet .up2date-customercart form .customercart_buttonRow div.btn-menu button.btn,
        .up2date-shop-checkout-portlet .up2date-customercart form .favorite_buttonRow div.btn-menu button.btn,
        .up2date-shop-checkout-portlet .up2date-favorite form .entries-buttonrow-top div.btn-menu button.btn,
        .up2date-shop-checkout-portlet .up2date-favorite form .cart_buttonRow div.btn-menu button.btn,
        .up2date-shop-checkout-portlet .up2date-favorite form .customercart_buttonRow div.btn-menu button.btn,
        .up2date-shop-checkout-portlet .up2date-favorite form .favorite_buttonRow div.btn-menu button.btn,
        .up2date-shop-checkout-portlet .up2date-checkout form .entries-buttonrow-top div.btn-menu button.btn,
        .up2date-shop-checkout-portlet .up2date-checkout form .cart_buttonRow div.btn-menu button.btn,
        .up2date-shop-checkout-portlet .up2date-checkout form .customercart_buttonRow div.btn-menu button.btn,
        .up2date-shop-checkout-portlet .up2date-checkout form .favorite_buttonRow div.btn-menu button.btn,
        .up2date-shop-cart-portlet .up2date-cart form .entries-buttonrow-top div.btn-menu button.btn,
        .up2date-shop-cart-portlet .up2date-cart form .cart_buttonRow div.btn-menu button.btn,
        .up2date-shop-cart-portlet .up2date-cart form .customercart_buttonRow div.btn-menu button.btn,
        .up2date-shop-cart-portlet .up2date-cart form .favorite_buttonRow div.btn-menu button.btn,
        .up2date-shop-cart-portlet .up2date-customercart form .entries-buttonrow-top div.btn-menu button.btn,
        .up2date-shop-cart-portlet .up2date-customercart form .cart_buttonRow div.btn-menu button.btn,
        .up2date-shop-cart-portlet .up2date-customercart form .customercart_buttonRow div.btn-menu button.btn,
        .up2date-shop-cart-portlet .up2date-customercart form .favorite_buttonRow div.btn-menu button.btn,
        .up2date-shop-cart-portlet .up2date-favorite form .entries-buttonrow-top div.btn-menu button.btn,
        .up2date-shop-cart-portlet .up2date-favorite form .cart_buttonRow div.btn-menu button.btn,
        .up2date-shop-cart-portlet .up2date-favorite form .customercart_buttonRow div.btn-menu button.btn,
        .up2date-shop-cart-portlet .up2date-favorite form .favorite_buttonRow div.btn-menu button.btn,
        .up2date-shop-cart-portlet .up2date-checkout form .entries-buttonrow-top div.btn-menu button.btn,
        .up2date-shop-cart-portlet .up2date-checkout form .cart_buttonRow div.btn-menu button.btn,
        .up2date-shop-cart-portlet .up2date-checkout form .customercart_buttonRow div.btn-menu button.btn,
        .up2date-shop-cart-portlet .up2date-checkout form .favorite_buttonRow div.btn-menu button.btn,
        .up2date-shop-customercart-portlet .up2date-cart form .entries-buttonrow-top div.btn-menu button.btn,
        .up2date-shop-customercart-portlet .up2date-cart form .cart_buttonRow div.btn-menu button.btn,
        .up2date-shop-customercart-portlet .up2date-cart form .customercart_buttonRow div.btn-menu button.btn,
        .up2date-shop-customercart-portlet .up2date-cart form .favorite_buttonRow div.btn-menu button.btn,
        .up2date-shop-customercart-portlet .up2date-customercart form .entries-buttonrow-top div.btn-menu button.btn,
        .up2date-shop-customercart-portlet .up2date-customercart form .cart_buttonRow div.btn-menu button.btn,
        .up2date-shop-customercart-portlet .up2date-customercart form .customercart_buttonRow div.btn-menu button.btn,
        .up2date-shop-customercart-portlet .up2date-customercart form .favorite_buttonRow div.btn-menu button.btn,
        .up2date-shop-customercart-portlet .up2date-favorite form .entries-buttonrow-top div.btn-menu button.btn,
        .up2date-shop-customercart-portlet .up2date-favorite form .cart_buttonRow div.btn-menu button.btn,
        .up2date-shop-customercart-portlet .up2date-favorite form .customercart_buttonRow div.btn-menu button.btn,
        .up2date-shop-customercart-portlet .up2date-favorite form .favorite_buttonRow div.btn-menu button.btn,
        .up2date-shop-customercart-portlet .up2date-checkout form .entries-buttonrow-top div.btn-menu button.btn,
        .up2date-shop-customercart-portlet .up2date-checkout form .cart_buttonRow div.btn-menu button.btn,
        .up2date-shop-customercart-portlet .up2date-checkout form .customercart_buttonRow div.btn-menu button.btn,
        .up2date-shop-customercart-portlet .up2date-checkout form .favorite_buttonRow div.btn-menu button.btn,
        .up2date-shop-favorite-portlet .up2date-cart form .entries-buttonrow-top div.btn-menu button.btn,
        .up2date-shop-favorite-portlet .up2date-cart form .cart_buttonRow div.btn-menu button.btn,
        .up2date-shop-favorite-portlet .up2date-cart form .customercart_buttonRow div.btn-menu button.btn,
        .up2date-shop-favorite-portlet .up2date-cart form .favorite_buttonRow div.btn-menu button.btn,
        .up2date-shop-favorite-portlet .up2date-customercart form .entries-buttonrow-top div.btn-menu button.btn,
        .up2date-shop-favorite-portlet .up2date-customercart form .cart_buttonRow div.btn-menu button.btn,
        .up2date-shop-favorite-portlet .up2date-customercart form .customercart_buttonRow div.btn-menu button.btn,
        .up2date-shop-favorite-portlet .up2date-customercart form .favorite_buttonRow div.btn-menu button.btn,
        .up2date-shop-favorite-portlet .up2date-favorite form .entries-buttonrow-top div.btn-menu button.btn,
        .up2date-shop-favorite-portlet .up2date-favorite form .cart_buttonRow div.btn-menu button.btn,
        .up2date-shop-favorite-portlet .up2date-favorite form .customercart_buttonRow div.btn-menu button.btn,
        .up2date-shop-favorite-portlet .up2date-favorite form .favorite_buttonRow div.btn-menu button.btn,
        .up2date-shop-favorite-portlet .up2date-checkout form .entries-buttonrow-top div.btn-menu button.btn,
        .up2date-shop-favorite-portlet .up2date-checkout form .cart_buttonRow div.btn-menu button.btn,
        .up2date-shop-favorite-portlet .up2date-checkout form .customercart_buttonRow div.btn-menu button.btn,
        .up2date-shop-favorite-portlet .up2date-checkout form .favorite_buttonRow div.btn-menu button.btn,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-cart form .entries-buttonrow-top div.btn-menu button.btn,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-cart form .cart_buttonRow div.btn-menu button.btn,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-cart form .customercart_buttonRow div.btn-menu button.btn,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-cart form .favorite_buttonRow div.btn-menu button.btn,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .entries-buttonrow-top div.btn-menu button.btn,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .cart_buttonRow div.btn-menu button.btn,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .customercart_buttonRow div.btn-menu button.btn,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .favorite_buttonRow div.btn-menu button.btn,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .entries-buttonrow-top div.btn-menu button.btn,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .cart_buttonRow div.btn-menu button.btn,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .customercart_buttonRow div.btn-menu button.btn,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .favorite_buttonRow div.btn-menu button.btn,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .entries-buttonrow-top div.btn-menu button.btn,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .cart_buttonRow div.btn-menu button.btn,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .customercart_buttonRow div.btn-menu button.btn,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .favorite_buttonRow div.btn-menu button.btn,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-cart form .entries-buttonrow-top div.btn-menu button.btn,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-cart form .cart_buttonRow div.btn-menu button.btn,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-cart form .customercart_buttonRow div.btn-menu button.btn,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-cart form .favorite_buttonRow div.btn-menu button.btn,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .entries-buttonrow-top div.btn-menu button.btn,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .cart_buttonRow div.btn-menu button.btn,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .customercart_buttonRow div.btn-menu button.btn,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .favorite_buttonRow div.btn-menu button.btn,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .entries-buttonrow-top div.btn-menu button.btn,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .cart_buttonRow div.btn-menu button.btn,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .customercart_buttonRow div.btn-menu button.btn,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .favorite_buttonRow div.btn-menu button.btn,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .entries-buttonrow-top div.btn-menu button.btn,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .cart_buttonRow div.btn-menu button.btn,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .customercart_buttonRow div.btn-menu button.btn,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .favorite_buttonRow div.btn-menu button.btn,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-cart form .entries-buttonrow-top div.btn-menu button.btn,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-cart form .cart_buttonRow div.btn-menu button.btn,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-cart form .customercart_buttonRow div.btn-menu button.btn,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-cart form .favorite_buttonRow div.btn-menu button.btn,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-customercart form .entries-buttonrow-top div.btn-menu button.btn,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-customercart form .cart_buttonRow div.btn-menu button.btn,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-customercart form .customercart_buttonRow div.btn-menu button.btn,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-customercart form .favorite_buttonRow div.btn-menu button.btn,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-favorite form .entries-buttonrow-top div.btn-menu button.btn,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-favorite form .cart_buttonRow div.btn-menu button.btn,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-favorite form .customercart_buttonRow div.btn-menu button.btn,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-favorite form .favorite_buttonRow div.btn-menu button.btn,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-checkout form .entries-buttonrow-top div.btn-menu button.btn,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-checkout form .cart_buttonRow div.btn-menu button.btn,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-checkout form .customercart_buttonRow div.btn-menu button.btn,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-checkout form .favorite_buttonRow div.btn-menu button.btn {
          margin-right: 0;
          -webkit-border-radius: 0;
          -moz-border-radius: 0;
          border-radius: 0; }
          .up2date-shop-checkout-portlet .up2date-cart form .entries-buttonrow-top div.btn-menu button.btn.btn-default-action,
          .up2date-shop-checkout-portlet .up2date-cart form .cart_buttonRow div.btn-menu button.btn.btn-default-action,
          .up2date-shop-checkout-portlet .up2date-cart form .customercart_buttonRow div.btn-menu button.btn.btn-default-action,
          .up2date-shop-checkout-portlet .up2date-cart form .favorite_buttonRow div.btn-menu button.btn.btn-default-action,
          .up2date-shop-checkout-portlet .up2date-customercart form .entries-buttonrow-top div.btn-menu button.btn.btn-default-action,
          .up2date-shop-checkout-portlet .up2date-customercart form .cart_buttonRow div.btn-menu button.btn.btn-default-action,
          .up2date-shop-checkout-portlet .up2date-customercart form .customercart_buttonRow div.btn-menu button.btn.btn-default-action,
          .up2date-shop-checkout-portlet .up2date-customercart form .favorite_buttonRow div.btn-menu button.btn.btn-default-action,
          .up2date-shop-checkout-portlet .up2date-favorite form .entries-buttonrow-top div.btn-menu button.btn.btn-default-action,
          .up2date-shop-checkout-portlet .up2date-favorite form .cart_buttonRow div.btn-menu button.btn.btn-default-action,
          .up2date-shop-checkout-portlet .up2date-favorite form .customercart_buttonRow div.btn-menu button.btn.btn-default-action,
          .up2date-shop-checkout-portlet .up2date-favorite form .favorite_buttonRow div.btn-menu button.btn.btn-default-action,
          .up2date-shop-checkout-portlet .up2date-checkout form .entries-buttonrow-top div.btn-menu button.btn.btn-default-action,
          .up2date-shop-checkout-portlet .up2date-checkout form .cart_buttonRow div.btn-menu button.btn.btn-default-action,
          .up2date-shop-checkout-portlet .up2date-checkout form .customercart_buttonRow div.btn-menu button.btn.btn-default-action,
          .up2date-shop-checkout-portlet .up2date-checkout form .favorite_buttonRow div.btn-menu button.btn.btn-default-action,
          .up2date-shop-cart-portlet .up2date-cart form .entries-buttonrow-top div.btn-menu button.btn.btn-default-action,
          .up2date-shop-cart-portlet .up2date-cart form .cart_buttonRow div.btn-menu button.btn.btn-default-action,
          .up2date-shop-cart-portlet .up2date-cart form .customercart_buttonRow div.btn-menu button.btn.btn-default-action,
          .up2date-shop-cart-portlet .up2date-cart form .favorite_buttonRow div.btn-menu button.btn.btn-default-action,
          .up2date-shop-cart-portlet .up2date-customercart form .entries-buttonrow-top div.btn-menu button.btn.btn-default-action,
          .up2date-shop-cart-portlet .up2date-customercart form .cart_buttonRow div.btn-menu button.btn.btn-default-action,
          .up2date-shop-cart-portlet .up2date-customercart form .customercart_buttonRow div.btn-menu button.btn.btn-default-action,
          .up2date-shop-cart-portlet .up2date-customercart form .favorite_buttonRow div.btn-menu button.btn.btn-default-action,
          .up2date-shop-cart-portlet .up2date-favorite form .entries-buttonrow-top div.btn-menu button.btn.btn-default-action,
          .up2date-shop-cart-portlet .up2date-favorite form .cart_buttonRow div.btn-menu button.btn.btn-default-action,
          .up2date-shop-cart-portlet .up2date-favorite form .customercart_buttonRow div.btn-menu button.btn.btn-default-action,
          .up2date-shop-cart-portlet .up2date-favorite form .favorite_buttonRow div.btn-menu button.btn.btn-default-action,
          .up2date-shop-cart-portlet .up2date-checkout form .entries-buttonrow-top div.btn-menu button.btn.btn-default-action,
          .up2date-shop-cart-portlet .up2date-checkout form .cart_buttonRow div.btn-menu button.btn.btn-default-action,
          .up2date-shop-cart-portlet .up2date-checkout form .customercart_buttonRow div.btn-menu button.btn.btn-default-action,
          .up2date-shop-cart-portlet .up2date-checkout form .favorite_buttonRow div.btn-menu button.btn.btn-default-action,
          .up2date-shop-customercart-portlet .up2date-cart form .entries-buttonrow-top div.btn-menu button.btn.btn-default-action,
          .up2date-shop-customercart-portlet .up2date-cart form .cart_buttonRow div.btn-menu button.btn.btn-default-action,
          .up2date-shop-customercart-portlet .up2date-cart form .customercart_buttonRow div.btn-menu button.btn.btn-default-action,
          .up2date-shop-customercart-portlet .up2date-cart form .favorite_buttonRow div.btn-menu button.btn.btn-default-action,
          .up2date-shop-customercart-portlet .up2date-customercart form .entries-buttonrow-top div.btn-menu button.btn.btn-default-action,
          .up2date-shop-customercart-portlet .up2date-customercart form .cart_buttonRow div.btn-menu button.btn.btn-default-action,
          .up2date-shop-customercart-portlet .up2date-customercart form .customercart_buttonRow div.btn-menu button.btn.btn-default-action,
          .up2date-shop-customercart-portlet .up2date-customercart form .favorite_buttonRow div.btn-menu button.btn.btn-default-action,
          .up2date-shop-customercart-portlet .up2date-favorite form .entries-buttonrow-top div.btn-menu button.btn.btn-default-action,
          .up2date-shop-customercart-portlet .up2date-favorite form .cart_buttonRow div.btn-menu button.btn.btn-default-action,
          .up2date-shop-customercart-portlet .up2date-favorite form .customercart_buttonRow div.btn-menu button.btn.btn-default-action,
          .up2date-shop-customercart-portlet .up2date-favorite form .favorite_buttonRow div.btn-menu button.btn.btn-default-action,
          .up2date-shop-customercart-portlet .up2date-checkout form .entries-buttonrow-top div.btn-menu button.btn.btn-default-action,
          .up2date-shop-customercart-portlet .up2date-checkout form .cart_buttonRow div.btn-menu button.btn.btn-default-action,
          .up2date-shop-customercart-portlet .up2date-checkout form .customercart_buttonRow div.btn-menu button.btn.btn-default-action,
          .up2date-shop-customercart-portlet .up2date-checkout form .favorite_buttonRow div.btn-menu button.btn.btn-default-action,
          .up2date-shop-favorite-portlet .up2date-cart form .entries-buttonrow-top div.btn-menu button.btn.btn-default-action,
          .up2date-shop-favorite-portlet .up2date-cart form .cart_buttonRow div.btn-menu button.btn.btn-default-action,
          .up2date-shop-favorite-portlet .up2date-cart form .customercart_buttonRow div.btn-menu button.btn.btn-default-action,
          .up2date-shop-favorite-portlet .up2date-cart form .favorite_buttonRow div.btn-menu button.btn.btn-default-action,
          .up2date-shop-favorite-portlet .up2date-customercart form .entries-buttonrow-top div.btn-menu button.btn.btn-default-action,
          .up2date-shop-favorite-portlet .up2date-customercart form .cart_buttonRow div.btn-menu button.btn.btn-default-action,
          .up2date-shop-favorite-portlet .up2date-customercart form .customercart_buttonRow div.btn-menu button.btn.btn-default-action,
          .up2date-shop-favorite-portlet .up2date-customercart form .favorite_buttonRow div.btn-menu button.btn.btn-default-action,
          .up2date-shop-favorite-portlet .up2date-favorite form .entries-buttonrow-top div.btn-menu button.btn.btn-default-action,
          .up2date-shop-favorite-portlet .up2date-favorite form .cart_buttonRow div.btn-menu button.btn.btn-default-action,
          .up2date-shop-favorite-portlet .up2date-favorite form .customercart_buttonRow div.btn-menu button.btn.btn-default-action,
          .up2date-shop-favorite-portlet .up2date-favorite form .favorite_buttonRow div.btn-menu button.btn.btn-default-action,
          .up2date-shop-favorite-portlet .up2date-checkout form .entries-buttonrow-top div.btn-menu button.btn.btn-default-action,
          .up2date-shop-favorite-portlet .up2date-checkout form .cart_buttonRow div.btn-menu button.btn.btn-default-action,
          .up2date-shop-favorite-portlet .up2date-checkout form .customercart_buttonRow div.btn-menu button.btn.btn-default-action,
          .up2date-shop-favorite-portlet .up2date-checkout form .favorite_buttonRow div.btn-menu button.btn.btn-default-action,
          .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-cart form .entries-buttonrow-top div.btn-menu button.btn.btn-default-action,
          .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-cart form .cart_buttonRow div.btn-menu button.btn.btn-default-action,
          .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-cart form .customercart_buttonRow div.btn-menu button.btn.btn-default-action,
          .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-cart form .favorite_buttonRow div.btn-menu button.btn.btn-default-action,
          .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .entries-buttonrow-top div.btn-menu button.btn.btn-default-action,
          .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .cart_buttonRow div.btn-menu button.btn.btn-default-action,
          .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .customercart_buttonRow div.btn-menu button.btn.btn-default-action,
          .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .favorite_buttonRow div.btn-menu button.btn.btn-default-action,
          .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .entries-buttonrow-top div.btn-menu button.btn.btn-default-action,
          .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .cart_buttonRow div.btn-menu button.btn.btn-default-action,
          .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .customercart_buttonRow div.btn-menu button.btn.btn-default-action,
          .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .favorite_buttonRow div.btn-menu button.btn.btn-default-action,
          .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .entries-buttonrow-top div.btn-menu button.btn.btn-default-action,
          .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .cart_buttonRow div.btn-menu button.btn.btn-default-action,
          .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .customercart_buttonRow div.btn-menu button.btn.btn-default-action,
          .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .favorite_buttonRow div.btn-menu button.btn.btn-default-action,
          .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-cart form .entries-buttonrow-top div.btn-menu button.btn.btn-default-action,
          .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-cart form .cart_buttonRow div.btn-menu button.btn.btn-default-action,
          .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-cart form .customercart_buttonRow div.btn-menu button.btn.btn-default-action,
          .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-cart form .favorite_buttonRow div.btn-menu button.btn.btn-default-action,
          .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .entries-buttonrow-top div.btn-menu button.btn.btn-default-action,
          .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .cart_buttonRow div.btn-menu button.btn.btn-default-action,
          .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .customercart_buttonRow div.btn-menu button.btn.btn-default-action,
          .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .favorite_buttonRow div.btn-menu button.btn.btn-default-action,
          .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .entries-buttonrow-top div.btn-menu button.btn.btn-default-action,
          .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .cart_buttonRow div.btn-menu button.btn.btn-default-action,
          .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .customercart_buttonRow div.btn-menu button.btn.btn-default-action,
          .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .favorite_buttonRow div.btn-menu button.btn.btn-default-action,
          .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .entries-buttonrow-top div.btn-menu button.btn.btn-default-action,
          .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .cart_buttonRow div.btn-menu button.btn.btn-default-action,
          .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .customercart_buttonRow div.btn-menu button.btn.btn-default-action,
          .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .favorite_buttonRow div.btn-menu button.btn.btn-default-action,
          .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-cart form .entries-buttonrow-top div.btn-menu button.btn.btn-default-action,
          .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-cart form .cart_buttonRow div.btn-menu button.btn.btn-default-action,
          .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-cart form .customercart_buttonRow div.btn-menu button.btn.btn-default-action,
          .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-cart form .favorite_buttonRow div.btn-menu button.btn.btn-default-action,
          .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-customercart form .entries-buttonrow-top div.btn-menu button.btn.btn-default-action,
          .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-customercart form .cart_buttonRow div.btn-menu button.btn.btn-default-action,
          .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-customercart form .customercart_buttonRow div.btn-menu button.btn.btn-default-action,
          .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-customercart form .favorite_buttonRow div.btn-menu button.btn.btn-default-action,
          .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-favorite form .entries-buttonrow-top div.btn-menu button.btn.btn-default-action,
          .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-favorite form .cart_buttonRow div.btn-menu button.btn.btn-default-action,
          .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-favorite form .customercart_buttonRow div.btn-menu button.btn.btn-default-action,
          .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-favorite form .favorite_buttonRow div.btn-menu button.btn.btn-default-action,
          .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-checkout form .entries-buttonrow-top div.btn-menu button.btn.btn-default-action,
          .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-checkout form .cart_buttonRow div.btn-menu button.btn.btn-default-action,
          .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-checkout form .customercart_buttonRow div.btn-menu button.btn.btn-default-action,
          .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-checkout form .favorite_buttonRow div.btn-menu button.btn.btn-default-action {
            -webkit-border-top-left-radius: 5px;
            -moz-border-radius-topleft: 5px;
            border-top-left-radius: 5px;
            -webkit-border-bottom-left-radius: 5px;
            -moz-border-radius-bottomleft: 5px;
            border-bottom-left-radius: 5px; }
          .up2date-shop-checkout-portlet .up2date-cart form .entries-buttonrow-top div.btn-menu button.btn.btn-menu-caret,
          .up2date-shop-checkout-portlet .up2date-cart form .cart_buttonRow div.btn-menu button.btn.btn-menu-caret,
          .up2date-shop-checkout-portlet .up2date-cart form .customercart_buttonRow div.btn-menu button.btn.btn-menu-caret,
          .up2date-shop-checkout-portlet .up2date-cart form .favorite_buttonRow div.btn-menu button.btn.btn-menu-caret,
          .up2date-shop-checkout-portlet .up2date-customercart form .entries-buttonrow-top div.btn-menu button.btn.btn-menu-caret,
          .up2date-shop-checkout-portlet .up2date-customercart form .cart_buttonRow div.btn-menu button.btn.btn-menu-caret,
          .up2date-shop-checkout-portlet .up2date-customercart form .customercart_buttonRow div.btn-menu button.btn.btn-menu-caret,
          .up2date-shop-checkout-portlet .up2date-customercart form .favorite_buttonRow div.btn-menu button.btn.btn-menu-caret,
          .up2date-shop-checkout-portlet .up2date-favorite form .entries-buttonrow-top div.btn-menu button.btn.btn-menu-caret,
          .up2date-shop-checkout-portlet .up2date-favorite form .cart_buttonRow div.btn-menu button.btn.btn-menu-caret,
          .up2date-shop-checkout-portlet .up2date-favorite form .customercart_buttonRow div.btn-menu button.btn.btn-menu-caret,
          .up2date-shop-checkout-portlet .up2date-favorite form .favorite_buttonRow div.btn-menu button.btn.btn-menu-caret,
          .up2date-shop-checkout-portlet .up2date-checkout form .entries-buttonrow-top div.btn-menu button.btn.btn-menu-caret,
          .up2date-shop-checkout-portlet .up2date-checkout form .cart_buttonRow div.btn-menu button.btn.btn-menu-caret,
          .up2date-shop-checkout-portlet .up2date-checkout form .customercart_buttonRow div.btn-menu button.btn.btn-menu-caret,
          .up2date-shop-checkout-portlet .up2date-checkout form .favorite_buttonRow div.btn-menu button.btn.btn-menu-caret,
          .up2date-shop-cart-portlet .up2date-cart form .entries-buttonrow-top div.btn-menu button.btn.btn-menu-caret,
          .up2date-shop-cart-portlet .up2date-cart form .cart_buttonRow div.btn-menu button.btn.btn-menu-caret,
          .up2date-shop-cart-portlet .up2date-cart form .customercart_buttonRow div.btn-menu button.btn.btn-menu-caret,
          .up2date-shop-cart-portlet .up2date-cart form .favorite_buttonRow div.btn-menu button.btn.btn-menu-caret,
          .up2date-shop-cart-portlet .up2date-customercart form .entries-buttonrow-top div.btn-menu button.btn.btn-menu-caret,
          .up2date-shop-cart-portlet .up2date-customercart form .cart_buttonRow div.btn-menu button.btn.btn-menu-caret,
          .up2date-shop-cart-portlet .up2date-customercart form .customercart_buttonRow div.btn-menu button.btn.btn-menu-caret,
          .up2date-shop-cart-portlet .up2date-customercart form .favorite_buttonRow div.btn-menu button.btn.btn-menu-caret,
          .up2date-shop-cart-portlet .up2date-favorite form .entries-buttonrow-top div.btn-menu button.btn.btn-menu-caret,
          .up2date-shop-cart-portlet .up2date-favorite form .cart_buttonRow div.btn-menu button.btn.btn-menu-caret,
          .up2date-shop-cart-portlet .up2date-favorite form .customercart_buttonRow div.btn-menu button.btn.btn-menu-caret,
          .up2date-shop-cart-portlet .up2date-favorite form .favorite_buttonRow div.btn-menu button.btn.btn-menu-caret,
          .up2date-shop-cart-portlet .up2date-checkout form .entries-buttonrow-top div.btn-menu button.btn.btn-menu-caret,
          .up2date-shop-cart-portlet .up2date-checkout form .cart_buttonRow div.btn-menu button.btn.btn-menu-caret,
          .up2date-shop-cart-portlet .up2date-checkout form .customercart_buttonRow div.btn-menu button.btn.btn-menu-caret,
          .up2date-shop-cart-portlet .up2date-checkout form .favorite_buttonRow div.btn-menu button.btn.btn-menu-caret,
          .up2date-shop-customercart-portlet .up2date-cart form .entries-buttonrow-top div.btn-menu button.btn.btn-menu-caret,
          .up2date-shop-customercart-portlet .up2date-cart form .cart_buttonRow div.btn-menu button.btn.btn-menu-caret,
          .up2date-shop-customercart-portlet .up2date-cart form .customercart_buttonRow div.btn-menu button.btn.btn-menu-caret,
          .up2date-shop-customercart-portlet .up2date-cart form .favorite_buttonRow div.btn-menu button.btn.btn-menu-caret,
          .up2date-shop-customercart-portlet .up2date-customercart form .entries-buttonrow-top div.btn-menu button.btn.btn-menu-caret,
          .up2date-shop-customercart-portlet .up2date-customercart form .cart_buttonRow div.btn-menu button.btn.btn-menu-caret,
          .up2date-shop-customercart-portlet .up2date-customercart form .customercart_buttonRow div.btn-menu button.btn.btn-menu-caret,
          .up2date-shop-customercart-portlet .up2date-customercart form .favorite_buttonRow div.btn-menu button.btn.btn-menu-caret,
          .up2date-shop-customercart-portlet .up2date-favorite form .entries-buttonrow-top div.btn-menu button.btn.btn-menu-caret,
          .up2date-shop-customercart-portlet .up2date-favorite form .cart_buttonRow div.btn-menu button.btn.btn-menu-caret,
          .up2date-shop-customercart-portlet .up2date-favorite form .customercart_buttonRow div.btn-menu button.btn.btn-menu-caret,
          .up2date-shop-customercart-portlet .up2date-favorite form .favorite_buttonRow div.btn-menu button.btn.btn-menu-caret,
          .up2date-shop-customercart-portlet .up2date-checkout form .entries-buttonrow-top div.btn-menu button.btn.btn-menu-caret,
          .up2date-shop-customercart-portlet .up2date-checkout form .cart_buttonRow div.btn-menu button.btn.btn-menu-caret,
          .up2date-shop-customercart-portlet .up2date-checkout form .customercart_buttonRow div.btn-menu button.btn.btn-menu-caret,
          .up2date-shop-customercart-portlet .up2date-checkout form .favorite_buttonRow div.btn-menu button.btn.btn-menu-caret,
          .up2date-shop-favorite-portlet .up2date-cart form .entries-buttonrow-top div.btn-menu button.btn.btn-menu-caret,
          .up2date-shop-favorite-portlet .up2date-cart form .cart_buttonRow div.btn-menu button.btn.btn-menu-caret,
          .up2date-shop-favorite-portlet .up2date-cart form .customercart_buttonRow div.btn-menu button.btn.btn-menu-caret,
          .up2date-shop-favorite-portlet .up2date-cart form .favorite_buttonRow div.btn-menu button.btn.btn-menu-caret,
          .up2date-shop-favorite-portlet .up2date-customercart form .entries-buttonrow-top div.btn-menu button.btn.btn-menu-caret,
          .up2date-shop-favorite-portlet .up2date-customercart form .cart_buttonRow div.btn-menu button.btn.btn-menu-caret,
          .up2date-shop-favorite-portlet .up2date-customercart form .customercart_buttonRow div.btn-menu button.btn.btn-menu-caret,
          .up2date-shop-favorite-portlet .up2date-customercart form .favorite_buttonRow div.btn-menu button.btn.btn-menu-caret,
          .up2date-shop-favorite-portlet .up2date-favorite form .entries-buttonrow-top div.btn-menu button.btn.btn-menu-caret,
          .up2date-shop-favorite-portlet .up2date-favorite form .cart_buttonRow div.btn-menu button.btn.btn-menu-caret,
          .up2date-shop-favorite-portlet .up2date-favorite form .customercart_buttonRow div.btn-menu button.btn.btn-menu-caret,
          .up2date-shop-favorite-portlet .up2date-favorite form .favorite_buttonRow div.btn-menu button.btn.btn-menu-caret,
          .up2date-shop-favorite-portlet .up2date-checkout form .entries-buttonrow-top div.btn-menu button.btn.btn-menu-caret,
          .up2date-shop-favorite-portlet .up2date-checkout form .cart_buttonRow div.btn-menu button.btn.btn-menu-caret,
          .up2date-shop-favorite-portlet .up2date-checkout form .customercart_buttonRow div.btn-menu button.btn.btn-menu-caret,
          .up2date-shop-favorite-portlet .up2date-checkout form .favorite_buttonRow div.btn-menu button.btn.btn-menu-caret,
          .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-cart form .entries-buttonrow-top div.btn-menu button.btn.btn-menu-caret,
          .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-cart form .cart_buttonRow div.btn-menu button.btn.btn-menu-caret,
          .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-cart form .customercart_buttonRow div.btn-menu button.btn.btn-menu-caret,
          .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-cart form .favorite_buttonRow div.btn-menu button.btn.btn-menu-caret,
          .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .entries-buttonrow-top div.btn-menu button.btn.btn-menu-caret,
          .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .cart_buttonRow div.btn-menu button.btn.btn-menu-caret,
          .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .customercart_buttonRow div.btn-menu button.btn.btn-menu-caret,
          .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .favorite_buttonRow div.btn-menu button.btn.btn-menu-caret,
          .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .entries-buttonrow-top div.btn-menu button.btn.btn-menu-caret,
          .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .cart_buttonRow div.btn-menu button.btn.btn-menu-caret,
          .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .customercart_buttonRow div.btn-menu button.btn.btn-menu-caret,
          .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .favorite_buttonRow div.btn-menu button.btn.btn-menu-caret,
          .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .entries-buttonrow-top div.btn-menu button.btn.btn-menu-caret,
          .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .cart_buttonRow div.btn-menu button.btn.btn-menu-caret,
          .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .customercart_buttonRow div.btn-menu button.btn.btn-menu-caret,
          .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .favorite_buttonRow div.btn-menu button.btn.btn-menu-caret,
          .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-cart form .entries-buttonrow-top div.btn-menu button.btn.btn-menu-caret,
          .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-cart form .cart_buttonRow div.btn-menu button.btn.btn-menu-caret,
          .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-cart form .customercart_buttonRow div.btn-menu button.btn.btn-menu-caret,
          .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-cart form .favorite_buttonRow div.btn-menu button.btn.btn-menu-caret,
          .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .entries-buttonrow-top div.btn-menu button.btn.btn-menu-caret,
          .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .cart_buttonRow div.btn-menu button.btn.btn-menu-caret,
          .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .customercart_buttonRow div.btn-menu button.btn.btn-menu-caret,
          .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .favorite_buttonRow div.btn-menu button.btn.btn-menu-caret,
          .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .entries-buttonrow-top div.btn-menu button.btn.btn-menu-caret,
          .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .cart_buttonRow div.btn-menu button.btn.btn-menu-caret,
          .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .customercart_buttonRow div.btn-menu button.btn.btn-menu-caret,
          .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .favorite_buttonRow div.btn-menu button.btn.btn-menu-caret,
          .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .entries-buttonrow-top div.btn-menu button.btn.btn-menu-caret,
          .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .cart_buttonRow div.btn-menu button.btn.btn-menu-caret,
          .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .customercart_buttonRow div.btn-menu button.btn.btn-menu-caret,
          .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .favorite_buttonRow div.btn-menu button.btn.btn-menu-caret,
          .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-cart form .entries-buttonrow-top div.btn-menu button.btn.btn-menu-caret,
          .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-cart form .cart_buttonRow div.btn-menu button.btn.btn-menu-caret,
          .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-cart form .customercart_buttonRow div.btn-menu button.btn.btn-menu-caret,
          .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-cart form .favorite_buttonRow div.btn-menu button.btn.btn-menu-caret,
          .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-customercart form .entries-buttonrow-top div.btn-menu button.btn.btn-menu-caret,
          .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-customercart form .cart_buttonRow div.btn-menu button.btn.btn-menu-caret,
          .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-customercart form .customercart_buttonRow div.btn-menu button.btn.btn-menu-caret,
          .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-customercart form .favorite_buttonRow div.btn-menu button.btn.btn-menu-caret,
          .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-favorite form .entries-buttonrow-top div.btn-menu button.btn.btn-menu-caret,
          .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-favorite form .cart_buttonRow div.btn-menu button.btn.btn-menu-caret,
          .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-favorite form .customercart_buttonRow div.btn-menu button.btn.btn-menu-caret,
          .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-favorite form .favorite_buttonRow div.btn-menu button.btn.btn-menu-caret,
          .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-checkout form .entries-buttonrow-top div.btn-menu button.btn.btn-menu-caret,
          .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-checkout form .cart_buttonRow div.btn-menu button.btn.btn-menu-caret,
          .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-checkout form .customercart_buttonRow div.btn-menu button.btn.btn-menu-caret,
          .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-checkout form .favorite_buttonRow div.btn-menu button.btn.btn-menu-caret {
            margin-left: 0;
            padding: 0 10px;
            border-left: none;
            -webkit-border-top-right-radius: 5px;
            -moz-border-radius-topright: 5px;
            border-top-right-radius: 5px;
            -webkit-border-bottom-right-radius: 5px;
            -moz-border-radius-bottomright: 5px;
            border-bottom-right-radius: 5px; }
        .up2date-shop-checkout-portlet .up2date-cart form .entries-buttonrow-top div.btn-menu.btn-menubutton-cartpricetype ul,
        .up2date-shop-checkout-portlet .up2date-cart form .cart_buttonRow div.btn-menu.btn-menubutton-cartpricetype ul,
        .up2date-shop-checkout-portlet .up2date-cart form .customercart_buttonRow div.btn-menu.btn-menubutton-cartpricetype ul,
        .up2date-shop-checkout-portlet .up2date-cart form .favorite_buttonRow div.btn-menu.btn-menubutton-cartpricetype ul,
        .up2date-shop-checkout-portlet .up2date-customercart form .entries-buttonrow-top div.btn-menu.btn-menubutton-cartpricetype ul,
        .up2date-shop-checkout-portlet .up2date-customercart form .cart_buttonRow div.btn-menu.btn-menubutton-cartpricetype ul,
        .up2date-shop-checkout-portlet .up2date-customercart form .customercart_buttonRow div.btn-menu.btn-menubutton-cartpricetype ul,
        .up2date-shop-checkout-portlet .up2date-customercart form .favorite_buttonRow div.btn-menu.btn-menubutton-cartpricetype ul,
        .up2date-shop-checkout-portlet .up2date-favorite form .entries-buttonrow-top div.btn-menu.btn-menubutton-cartpricetype ul,
        .up2date-shop-checkout-portlet .up2date-favorite form .cart_buttonRow div.btn-menu.btn-menubutton-cartpricetype ul,
        .up2date-shop-checkout-portlet .up2date-favorite form .customercart_buttonRow div.btn-menu.btn-menubutton-cartpricetype ul,
        .up2date-shop-checkout-portlet .up2date-favorite form .favorite_buttonRow div.btn-menu.btn-menubutton-cartpricetype ul,
        .up2date-shop-checkout-portlet .up2date-checkout form .entries-buttonrow-top div.btn-menu.btn-menubutton-cartpricetype ul,
        .up2date-shop-checkout-portlet .up2date-checkout form .cart_buttonRow div.btn-menu.btn-menubutton-cartpricetype ul,
        .up2date-shop-checkout-portlet .up2date-checkout form .customercart_buttonRow div.btn-menu.btn-menubutton-cartpricetype ul,
        .up2date-shop-checkout-portlet .up2date-checkout form .favorite_buttonRow div.btn-menu.btn-menubutton-cartpricetype ul,
        .up2date-shop-cart-portlet .up2date-cart form .entries-buttonrow-top div.btn-menu.btn-menubutton-cartpricetype ul,
        .up2date-shop-cart-portlet .up2date-cart form .cart_buttonRow div.btn-menu.btn-menubutton-cartpricetype ul,
        .up2date-shop-cart-portlet .up2date-cart form .customercart_buttonRow div.btn-menu.btn-menubutton-cartpricetype ul,
        .up2date-shop-cart-portlet .up2date-cart form .favorite_buttonRow div.btn-menu.btn-menubutton-cartpricetype ul,
        .up2date-shop-cart-portlet .up2date-customercart form .entries-buttonrow-top div.btn-menu.btn-menubutton-cartpricetype ul,
        .up2date-shop-cart-portlet .up2date-customercart form .cart_buttonRow div.btn-menu.btn-menubutton-cartpricetype ul,
        .up2date-shop-cart-portlet .up2date-customercart form .customercart_buttonRow div.btn-menu.btn-menubutton-cartpricetype ul,
        .up2date-shop-cart-portlet .up2date-customercart form .favorite_buttonRow div.btn-menu.btn-menubutton-cartpricetype ul,
        .up2date-shop-cart-portlet .up2date-favorite form .entries-buttonrow-top div.btn-menu.btn-menubutton-cartpricetype ul,
        .up2date-shop-cart-portlet .up2date-favorite form .cart_buttonRow div.btn-menu.btn-menubutton-cartpricetype ul,
        .up2date-shop-cart-portlet .up2date-favorite form .customercart_buttonRow div.btn-menu.btn-menubutton-cartpricetype ul,
        .up2date-shop-cart-portlet .up2date-favorite form .favorite_buttonRow div.btn-menu.btn-menubutton-cartpricetype ul,
        .up2date-shop-cart-portlet .up2date-checkout form .entries-buttonrow-top div.btn-menu.btn-menubutton-cartpricetype ul,
        .up2date-shop-cart-portlet .up2date-checkout form .cart_buttonRow div.btn-menu.btn-menubutton-cartpricetype ul,
        .up2date-shop-cart-portlet .up2date-checkout form .customercart_buttonRow div.btn-menu.btn-menubutton-cartpricetype ul,
        .up2date-shop-cart-portlet .up2date-checkout form .favorite_buttonRow div.btn-menu.btn-menubutton-cartpricetype ul,
        .up2date-shop-customercart-portlet .up2date-cart form .entries-buttonrow-top div.btn-menu.btn-menubutton-cartpricetype ul,
        .up2date-shop-customercart-portlet .up2date-cart form .cart_buttonRow div.btn-menu.btn-menubutton-cartpricetype ul,
        .up2date-shop-customercart-portlet .up2date-cart form .customercart_buttonRow div.btn-menu.btn-menubutton-cartpricetype ul,
        .up2date-shop-customercart-portlet .up2date-cart form .favorite_buttonRow div.btn-menu.btn-menubutton-cartpricetype ul,
        .up2date-shop-customercart-portlet .up2date-customercart form .entries-buttonrow-top div.btn-menu.btn-menubutton-cartpricetype ul,
        .up2date-shop-customercart-portlet .up2date-customercart form .cart_buttonRow div.btn-menu.btn-menubutton-cartpricetype ul,
        .up2date-shop-customercart-portlet .up2date-customercart form .customercart_buttonRow div.btn-menu.btn-menubutton-cartpricetype ul,
        .up2date-shop-customercart-portlet .up2date-customercart form .favorite_buttonRow div.btn-menu.btn-menubutton-cartpricetype ul,
        .up2date-shop-customercart-portlet .up2date-favorite form .entries-buttonrow-top div.btn-menu.btn-menubutton-cartpricetype ul,
        .up2date-shop-customercart-portlet .up2date-favorite form .cart_buttonRow div.btn-menu.btn-menubutton-cartpricetype ul,
        .up2date-shop-customercart-portlet .up2date-favorite form .customercart_buttonRow div.btn-menu.btn-menubutton-cartpricetype ul,
        .up2date-shop-customercart-portlet .up2date-favorite form .favorite_buttonRow div.btn-menu.btn-menubutton-cartpricetype ul,
        .up2date-shop-customercart-portlet .up2date-checkout form .entries-buttonrow-top div.btn-menu.btn-menubutton-cartpricetype ul,
        .up2date-shop-customercart-portlet .up2date-checkout form .cart_buttonRow div.btn-menu.btn-menubutton-cartpricetype ul,
        .up2date-shop-customercart-portlet .up2date-checkout form .customercart_buttonRow div.btn-menu.btn-menubutton-cartpricetype ul,
        .up2date-shop-customercart-portlet .up2date-checkout form .favorite_buttonRow div.btn-menu.btn-menubutton-cartpricetype ul,
        .up2date-shop-favorite-portlet .up2date-cart form .entries-buttonrow-top div.btn-menu.btn-menubutton-cartpricetype ul,
        .up2date-shop-favorite-portlet .up2date-cart form .cart_buttonRow div.btn-menu.btn-menubutton-cartpricetype ul,
        .up2date-shop-favorite-portlet .up2date-cart form .customercart_buttonRow div.btn-menu.btn-menubutton-cartpricetype ul,
        .up2date-shop-favorite-portlet .up2date-cart form .favorite_buttonRow div.btn-menu.btn-menubutton-cartpricetype ul,
        .up2date-shop-favorite-portlet .up2date-customercart form .entries-buttonrow-top div.btn-menu.btn-menubutton-cartpricetype ul,
        .up2date-shop-favorite-portlet .up2date-customercart form .cart_buttonRow div.btn-menu.btn-menubutton-cartpricetype ul,
        .up2date-shop-favorite-portlet .up2date-customercart form .customercart_buttonRow div.btn-menu.btn-menubutton-cartpricetype ul,
        .up2date-shop-favorite-portlet .up2date-customercart form .favorite_buttonRow div.btn-menu.btn-menubutton-cartpricetype ul,
        .up2date-shop-favorite-portlet .up2date-favorite form .entries-buttonrow-top div.btn-menu.btn-menubutton-cartpricetype ul,
        .up2date-shop-favorite-portlet .up2date-favorite form .cart_buttonRow div.btn-menu.btn-menubutton-cartpricetype ul,
        .up2date-shop-favorite-portlet .up2date-favorite form .customercart_buttonRow div.btn-menu.btn-menubutton-cartpricetype ul,
        .up2date-shop-favorite-portlet .up2date-favorite form .favorite_buttonRow div.btn-menu.btn-menubutton-cartpricetype ul,
        .up2date-shop-favorite-portlet .up2date-checkout form .entries-buttonrow-top div.btn-menu.btn-menubutton-cartpricetype ul,
        .up2date-shop-favorite-portlet .up2date-checkout form .cart_buttonRow div.btn-menu.btn-menubutton-cartpricetype ul,
        .up2date-shop-favorite-portlet .up2date-checkout form .customercart_buttonRow div.btn-menu.btn-menubutton-cartpricetype ul,
        .up2date-shop-favorite-portlet .up2date-checkout form .favorite_buttonRow div.btn-menu.btn-menubutton-cartpricetype ul,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-cart form .entries-buttonrow-top div.btn-menu.btn-menubutton-cartpricetype ul,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-cart form .cart_buttonRow div.btn-menu.btn-menubutton-cartpricetype ul,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-cart form .customercart_buttonRow div.btn-menu.btn-menubutton-cartpricetype ul,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-cart form .favorite_buttonRow div.btn-menu.btn-menubutton-cartpricetype ul,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .entries-buttonrow-top div.btn-menu.btn-menubutton-cartpricetype ul,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .cart_buttonRow div.btn-menu.btn-menubutton-cartpricetype ul,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .customercart_buttonRow div.btn-menu.btn-menubutton-cartpricetype ul,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .favorite_buttonRow div.btn-menu.btn-menubutton-cartpricetype ul,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .entries-buttonrow-top div.btn-menu.btn-menubutton-cartpricetype ul,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .cart_buttonRow div.btn-menu.btn-menubutton-cartpricetype ul,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .customercart_buttonRow div.btn-menu.btn-menubutton-cartpricetype ul,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .favorite_buttonRow div.btn-menu.btn-menubutton-cartpricetype ul,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .entries-buttonrow-top div.btn-menu.btn-menubutton-cartpricetype ul,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .cart_buttonRow div.btn-menu.btn-menubutton-cartpricetype ul,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .customercart_buttonRow div.btn-menu.btn-menubutton-cartpricetype ul,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .favorite_buttonRow div.btn-menu.btn-menubutton-cartpricetype ul,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-cart form .entries-buttonrow-top div.btn-menu.btn-menubutton-cartpricetype ul,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-cart form .cart_buttonRow div.btn-menu.btn-menubutton-cartpricetype ul,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-cart form .customercart_buttonRow div.btn-menu.btn-menubutton-cartpricetype ul,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-cart form .favorite_buttonRow div.btn-menu.btn-menubutton-cartpricetype ul,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .entries-buttonrow-top div.btn-menu.btn-menubutton-cartpricetype ul,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .cart_buttonRow div.btn-menu.btn-menubutton-cartpricetype ul,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .customercart_buttonRow div.btn-menu.btn-menubutton-cartpricetype ul,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .favorite_buttonRow div.btn-menu.btn-menubutton-cartpricetype ul,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .entries-buttonrow-top div.btn-menu.btn-menubutton-cartpricetype ul,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .cart_buttonRow div.btn-menu.btn-menubutton-cartpricetype ul,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .customercart_buttonRow div.btn-menu.btn-menubutton-cartpricetype ul,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .favorite_buttonRow div.btn-menu.btn-menubutton-cartpricetype ul,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .entries-buttonrow-top div.btn-menu.btn-menubutton-cartpricetype ul,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .cart_buttonRow div.btn-menu.btn-menubutton-cartpricetype ul,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .customercart_buttonRow div.btn-menu.btn-menubutton-cartpricetype ul,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .favorite_buttonRow div.btn-menu.btn-menubutton-cartpricetype ul,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-cart form .entries-buttonrow-top div.btn-menu.btn-menubutton-cartpricetype ul,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-cart form .cart_buttonRow div.btn-menu.btn-menubutton-cartpricetype ul,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-cart form .customercart_buttonRow div.btn-menu.btn-menubutton-cartpricetype ul,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-cart form .favorite_buttonRow div.btn-menu.btn-menubutton-cartpricetype ul,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-customercart form .entries-buttonrow-top div.btn-menu.btn-menubutton-cartpricetype ul,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-customercart form .cart_buttonRow div.btn-menu.btn-menubutton-cartpricetype ul,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-customercart form .customercart_buttonRow div.btn-menu.btn-menubutton-cartpricetype ul,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-customercart form .favorite_buttonRow div.btn-menu.btn-menubutton-cartpricetype ul,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-favorite form .entries-buttonrow-top div.btn-menu.btn-menubutton-cartpricetype ul,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-favorite form .cart_buttonRow div.btn-menu.btn-menubutton-cartpricetype ul,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-favorite form .customercart_buttonRow div.btn-menu.btn-menubutton-cartpricetype ul,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-favorite form .favorite_buttonRow div.btn-menu.btn-menubutton-cartpricetype ul,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-checkout form .entries-buttonrow-top div.btn-menu.btn-menubutton-cartpricetype ul,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-checkout form .cart_buttonRow div.btn-menu.btn-menubutton-cartpricetype ul,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-checkout form .customercart_buttonRow div.btn-menu.btn-menubutton-cartpricetype ul,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-checkout form .favorite_buttonRow div.btn-menu.btn-menubutton-cartpricetype ul {
          min-width: 250px; }
      .up2date-shop-checkout-portlet .up2date-cart form .entries-buttonrow-top button.btn:only-child,
      .up2date-shop-checkout-portlet .up2date-cart form .entries-buttonrow-top div.btn:only-child,
      .up2date-shop-checkout-portlet .up2date-cart form .entries-buttonrow-top a.link-button:only-child,
      .up2date-shop-checkout-portlet .up2date-cart form .entries-buttonrow-top div.btn-menu:only-child,
      .up2date-shop-checkout-portlet .up2date-customercart form .entries-buttonrow-top button.btn:only-child,
      .up2date-shop-checkout-portlet .up2date-customercart form .entries-buttonrow-top div.btn:only-child,
      .up2date-shop-checkout-portlet .up2date-customercart form .entries-buttonrow-top a.link-button:only-child,
      .up2date-shop-checkout-portlet .up2date-customercart form .entries-buttonrow-top div.btn-menu:only-child,
      .up2date-shop-checkout-portlet .up2date-favorite form .entries-buttonrow-top button.btn:only-child,
      .up2date-shop-checkout-portlet .up2date-favorite form .entries-buttonrow-top div.btn:only-child,
      .up2date-shop-checkout-portlet .up2date-favorite form .entries-buttonrow-top a.link-button:only-child,
      .up2date-shop-checkout-portlet .up2date-favorite form .entries-buttonrow-top div.btn-menu:only-child,
      .up2date-shop-checkout-portlet .up2date-checkout form .entries-buttonrow-top button.btn:only-child,
      .up2date-shop-checkout-portlet .up2date-checkout form .entries-buttonrow-top div.btn:only-child,
      .up2date-shop-checkout-portlet .up2date-checkout form .entries-buttonrow-top a.link-button:only-child,
      .up2date-shop-checkout-portlet .up2date-checkout form .entries-buttonrow-top div.btn-menu:only-child,
      .up2date-shop-cart-portlet .up2date-cart form .entries-buttonrow-top button.btn:only-child,
      .up2date-shop-cart-portlet .up2date-cart form .entries-buttonrow-top div.btn:only-child,
      .up2date-shop-cart-portlet .up2date-cart form .entries-buttonrow-top a.link-button:only-child,
      .up2date-shop-cart-portlet .up2date-cart form .entries-buttonrow-top div.btn-menu:only-child,
      .up2date-shop-cart-portlet .up2date-customercart form .entries-buttonrow-top button.btn:only-child,
      .up2date-shop-cart-portlet .up2date-customercart form .entries-buttonrow-top div.btn:only-child,
      .up2date-shop-cart-portlet .up2date-customercart form .entries-buttonrow-top a.link-button:only-child,
      .up2date-shop-cart-portlet .up2date-customercart form .entries-buttonrow-top div.btn-menu:only-child,
      .up2date-shop-cart-portlet .up2date-favorite form .entries-buttonrow-top button.btn:only-child,
      .up2date-shop-cart-portlet .up2date-favorite form .entries-buttonrow-top div.btn:only-child,
      .up2date-shop-cart-portlet .up2date-favorite form .entries-buttonrow-top a.link-button:only-child,
      .up2date-shop-cart-portlet .up2date-favorite form .entries-buttonrow-top div.btn-menu:only-child,
      .up2date-shop-cart-portlet .up2date-checkout form .entries-buttonrow-top button.btn:only-child,
      .up2date-shop-cart-portlet .up2date-checkout form .entries-buttonrow-top div.btn:only-child,
      .up2date-shop-cart-portlet .up2date-checkout form .entries-buttonrow-top a.link-button:only-child,
      .up2date-shop-cart-portlet .up2date-checkout form .entries-buttonrow-top div.btn-menu:only-child,
      .up2date-shop-customercart-portlet .up2date-cart form .entries-buttonrow-top button.btn:only-child,
      .up2date-shop-customercart-portlet .up2date-cart form .entries-buttonrow-top div.btn:only-child,
      .up2date-shop-customercart-portlet .up2date-cart form .entries-buttonrow-top a.link-button:only-child,
      .up2date-shop-customercart-portlet .up2date-cart form .entries-buttonrow-top div.btn-menu:only-child,
      .up2date-shop-customercart-portlet .up2date-customercart form .entries-buttonrow-top button.btn:only-child,
      .up2date-shop-customercart-portlet .up2date-customercart form .entries-buttonrow-top div.btn:only-child,
      .up2date-shop-customercart-portlet .up2date-customercart form .entries-buttonrow-top a.link-button:only-child,
      .up2date-shop-customercart-portlet .up2date-customercart form .entries-buttonrow-top div.btn-menu:only-child,
      .up2date-shop-customercart-portlet .up2date-favorite form .entries-buttonrow-top button.btn:only-child,
      .up2date-shop-customercart-portlet .up2date-favorite form .entries-buttonrow-top div.btn:only-child,
      .up2date-shop-customercart-portlet .up2date-favorite form .entries-buttonrow-top a.link-button:only-child,
      .up2date-shop-customercart-portlet .up2date-favorite form .entries-buttonrow-top div.btn-menu:only-child,
      .up2date-shop-customercart-portlet .up2date-checkout form .entries-buttonrow-top button.btn:only-child,
      .up2date-shop-customercart-portlet .up2date-checkout form .entries-buttonrow-top div.btn:only-child,
      .up2date-shop-customercart-portlet .up2date-checkout form .entries-buttonrow-top a.link-button:only-child,
      .up2date-shop-customercart-portlet .up2date-checkout form .entries-buttonrow-top div.btn-menu:only-child,
      .up2date-shop-favorite-portlet .up2date-cart form .entries-buttonrow-top button.btn:only-child,
      .up2date-shop-favorite-portlet .up2date-cart form .entries-buttonrow-top div.btn:only-child,
      .up2date-shop-favorite-portlet .up2date-cart form .entries-buttonrow-top a.link-button:only-child,
      .up2date-shop-favorite-portlet .up2date-cart form .entries-buttonrow-top div.btn-menu:only-child,
      .up2date-shop-favorite-portlet .up2date-customercart form .entries-buttonrow-top button.btn:only-child,
      .up2date-shop-favorite-portlet .up2date-customercart form .entries-buttonrow-top div.btn:only-child,
      .up2date-shop-favorite-portlet .up2date-customercart form .entries-buttonrow-top a.link-button:only-child,
      .up2date-shop-favorite-portlet .up2date-customercart form .entries-buttonrow-top div.btn-menu:only-child,
      .up2date-shop-favorite-portlet .up2date-favorite form .entries-buttonrow-top button.btn:only-child,
      .up2date-shop-favorite-portlet .up2date-favorite form .entries-buttonrow-top div.btn:only-child,
      .up2date-shop-favorite-portlet .up2date-favorite form .entries-buttonrow-top a.link-button:only-child,
      .up2date-shop-favorite-portlet .up2date-favorite form .entries-buttonrow-top div.btn-menu:only-child,
      .up2date-shop-favorite-portlet .up2date-checkout form .entries-buttonrow-top button.btn:only-child,
      .up2date-shop-favorite-portlet .up2date-checkout form .entries-buttonrow-top div.btn:only-child,
      .up2date-shop-favorite-portlet .up2date-checkout form .entries-buttonrow-top a.link-button:only-child,
      .up2date-shop-favorite-portlet .up2date-checkout form .entries-buttonrow-top div.btn-menu:only-child,
      .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-cart form .entries-buttonrow-top button.btn:only-child,
      .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-cart form .entries-buttonrow-top div.btn:only-child,
      .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-cart form .entries-buttonrow-top a.link-button:only-child,
      .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-cart form .entries-buttonrow-top div.btn-menu:only-child,
      .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .entries-buttonrow-top button.btn:only-child,
      .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .entries-buttonrow-top div.btn:only-child,
      .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .entries-buttonrow-top a.link-button:only-child,
      .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .entries-buttonrow-top div.btn-menu:only-child,
      .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .entries-buttonrow-top button.btn:only-child,
      .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .entries-buttonrow-top div.btn:only-child,
      .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .entries-buttonrow-top a.link-button:only-child,
      .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .entries-buttonrow-top div.btn-menu:only-child,
      .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .entries-buttonrow-top button.btn:only-child,
      .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .entries-buttonrow-top div.btn:only-child,
      .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .entries-buttonrow-top a.link-button:only-child,
      .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .entries-buttonrow-top div.btn-menu:only-child,
      .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-cart form .entries-buttonrow-top button.btn:only-child,
      .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-cart form .entries-buttonrow-top div.btn:only-child,
      .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-cart form .entries-buttonrow-top a.link-button:only-child,
      .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-cart form .entries-buttonrow-top div.btn-menu:only-child,
      .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .entries-buttonrow-top button.btn:only-child,
      .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .entries-buttonrow-top div.btn:only-child,
      .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .entries-buttonrow-top a.link-button:only-child,
      .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .entries-buttonrow-top div.btn-menu:only-child,
      .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .entries-buttonrow-top button.btn:only-child,
      .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .entries-buttonrow-top div.btn:only-child,
      .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .entries-buttonrow-top a.link-button:only-child,
      .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .entries-buttonrow-top div.btn-menu:only-child,
      .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .entries-buttonrow-top button.btn:only-child,
      .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .entries-buttonrow-top div.btn:only-child,
      .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .entries-buttonrow-top a.link-button:only-child,
      .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .entries-buttonrow-top div.btn-menu:only-child,
      .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-cart form .entries-buttonrow-top button.btn:only-child,
      .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-cart form .entries-buttonrow-top div.btn:only-child,
      .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-cart form .entries-buttonrow-top a.link-button:only-child,
      .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-cart form .entries-buttonrow-top div.btn-menu:only-child,
      .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-customercart form .entries-buttonrow-top button.btn:only-child,
      .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-customercart form .entries-buttonrow-top div.btn:only-child,
      .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-customercart form .entries-buttonrow-top a.link-button:only-child,
      .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-customercart form .entries-buttonrow-top div.btn-menu:only-child,
      .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-favorite form .entries-buttonrow-top button.btn:only-child,
      .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-favorite form .entries-buttonrow-top div.btn:only-child,
      .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-favorite form .entries-buttonrow-top a.link-button:only-child,
      .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-favorite form .entries-buttonrow-top div.btn-menu:only-child,
      .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-checkout form .entries-buttonrow-top button.btn:only-child,
      .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-checkout form .entries-buttonrow-top div.btn:only-child,
      .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-checkout form .entries-buttonrow-top a.link-button:only-child,
      .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-checkout form .entries-buttonrow-top div.btn-menu:only-child {
        float: right; }
      .up2date-shop-checkout-portlet .up2date-cart form .entries-buttonrow-top div.btn-menu button.btn,
      .up2date-shop-checkout-portlet .up2date-customercart form .entries-buttonrow-top div.btn-menu button.btn,
      .up2date-shop-checkout-portlet .up2date-favorite form .entries-buttonrow-top div.btn-menu button.btn,
      .up2date-shop-checkout-portlet .up2date-checkout form .entries-buttonrow-top div.btn-menu button.btn,
      .up2date-shop-cart-portlet .up2date-cart form .entries-buttonrow-top div.btn-menu button.btn,
      .up2date-shop-cart-portlet .up2date-customercart form .entries-buttonrow-top div.btn-menu button.btn,
      .up2date-shop-cart-portlet .up2date-favorite form .entries-buttonrow-top div.btn-menu button.btn,
      .up2date-shop-cart-portlet .up2date-checkout form .entries-buttonrow-top div.btn-menu button.btn,
      .up2date-shop-customercart-portlet .up2date-cart form .entries-buttonrow-top div.btn-menu button.btn,
      .up2date-shop-customercart-portlet .up2date-customercart form .entries-buttonrow-top div.btn-menu button.btn,
      .up2date-shop-customercart-portlet .up2date-favorite form .entries-buttonrow-top div.btn-menu button.btn,
      .up2date-shop-customercart-portlet .up2date-checkout form .entries-buttonrow-top div.btn-menu button.btn,
      .up2date-shop-favorite-portlet .up2date-cart form .entries-buttonrow-top div.btn-menu button.btn,
      .up2date-shop-favorite-portlet .up2date-customercart form .entries-buttonrow-top div.btn-menu button.btn,
      .up2date-shop-favorite-portlet .up2date-favorite form .entries-buttonrow-top div.btn-menu button.btn,
      .up2date-shop-favorite-portlet .up2date-checkout form .entries-buttonrow-top div.btn-menu button.btn,
      .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-cart form .entries-buttonrow-top div.btn-menu button.btn,
      .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .entries-buttonrow-top div.btn-menu button.btn,
      .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .entries-buttonrow-top div.btn-menu button.btn,
      .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .entries-buttonrow-top div.btn-menu button.btn,
      .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-cart form .entries-buttonrow-top div.btn-menu button.btn,
      .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .entries-buttonrow-top div.btn-menu button.btn,
      .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .entries-buttonrow-top div.btn-menu button.btn,
      .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .entries-buttonrow-top div.btn-menu button.btn,
      .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-cart form .entries-buttonrow-top div.btn-menu button.btn,
      .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-customercart form .entries-buttonrow-top div.btn-menu button.btn,
      .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-favorite form .entries-buttonrow-top div.btn-menu button.btn,
      .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-checkout form .entries-buttonrow-top div.btn-menu button.btn {
        margin-right: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0; }
        .up2date-shop-checkout-portlet .up2date-cart form .entries-buttonrow-top div.btn-menu button.btn.btn-default-action,
        .up2date-shop-checkout-portlet .up2date-customercart form .entries-buttonrow-top div.btn-menu button.btn.btn-default-action,
        .up2date-shop-checkout-portlet .up2date-favorite form .entries-buttonrow-top div.btn-menu button.btn.btn-default-action,
        .up2date-shop-checkout-portlet .up2date-checkout form .entries-buttonrow-top div.btn-menu button.btn.btn-default-action,
        .up2date-shop-cart-portlet .up2date-cart form .entries-buttonrow-top div.btn-menu button.btn.btn-default-action,
        .up2date-shop-cart-portlet .up2date-customercart form .entries-buttonrow-top div.btn-menu button.btn.btn-default-action,
        .up2date-shop-cart-portlet .up2date-favorite form .entries-buttonrow-top div.btn-menu button.btn.btn-default-action,
        .up2date-shop-cart-portlet .up2date-checkout form .entries-buttonrow-top div.btn-menu button.btn.btn-default-action,
        .up2date-shop-customercart-portlet .up2date-cart form .entries-buttonrow-top div.btn-menu button.btn.btn-default-action,
        .up2date-shop-customercart-portlet .up2date-customercart form .entries-buttonrow-top div.btn-menu button.btn.btn-default-action,
        .up2date-shop-customercart-portlet .up2date-favorite form .entries-buttonrow-top div.btn-menu button.btn.btn-default-action,
        .up2date-shop-customercart-portlet .up2date-checkout form .entries-buttonrow-top div.btn-menu button.btn.btn-default-action,
        .up2date-shop-favorite-portlet .up2date-cart form .entries-buttonrow-top div.btn-menu button.btn.btn-default-action,
        .up2date-shop-favorite-portlet .up2date-customercart form .entries-buttonrow-top div.btn-menu button.btn.btn-default-action,
        .up2date-shop-favorite-portlet .up2date-favorite form .entries-buttonrow-top div.btn-menu button.btn.btn-default-action,
        .up2date-shop-favorite-portlet .up2date-checkout form .entries-buttonrow-top div.btn-menu button.btn.btn-default-action,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-cart form .entries-buttonrow-top div.btn-menu button.btn.btn-default-action,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .entries-buttonrow-top div.btn-menu button.btn.btn-default-action,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .entries-buttonrow-top div.btn-menu button.btn.btn-default-action,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .entries-buttonrow-top div.btn-menu button.btn.btn-default-action,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-cart form .entries-buttonrow-top div.btn-menu button.btn.btn-default-action,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .entries-buttonrow-top div.btn-menu button.btn.btn-default-action,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .entries-buttonrow-top div.btn-menu button.btn.btn-default-action,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .entries-buttonrow-top div.btn-menu button.btn.btn-default-action,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-cart form .entries-buttonrow-top div.btn-menu button.btn.btn-default-action,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-customercart form .entries-buttonrow-top div.btn-menu button.btn.btn-default-action,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-favorite form .entries-buttonrow-top div.btn-menu button.btn.btn-default-action,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-checkout form .entries-buttonrow-top div.btn-menu button.btn.btn-default-action {
          -webkit-border-top-left-radius: 5px;
          -moz-border-radius-topleft: 5px;
          border-top-left-radius: 5px;
          -webkit-border-bottom-left-radius: 5px;
          -moz-border-radius-bottomleft: 5px;
          border-bottom-left-radius: 5px; }
        .up2date-shop-checkout-portlet .up2date-cart form .entries-buttonrow-top div.btn-menu button.btn.btn-menu-caret,
        .up2date-shop-checkout-portlet .up2date-customercart form .entries-buttonrow-top div.btn-menu button.btn.btn-menu-caret,
        .up2date-shop-checkout-portlet .up2date-favorite form .entries-buttonrow-top div.btn-menu button.btn.btn-menu-caret,
        .up2date-shop-checkout-portlet .up2date-checkout form .entries-buttonrow-top div.btn-menu button.btn.btn-menu-caret,
        .up2date-shop-cart-portlet .up2date-cart form .entries-buttonrow-top div.btn-menu button.btn.btn-menu-caret,
        .up2date-shop-cart-portlet .up2date-customercart form .entries-buttonrow-top div.btn-menu button.btn.btn-menu-caret,
        .up2date-shop-cart-portlet .up2date-favorite form .entries-buttonrow-top div.btn-menu button.btn.btn-menu-caret,
        .up2date-shop-cart-portlet .up2date-checkout form .entries-buttonrow-top div.btn-menu button.btn.btn-menu-caret,
        .up2date-shop-customercart-portlet .up2date-cart form .entries-buttonrow-top div.btn-menu button.btn.btn-menu-caret,
        .up2date-shop-customercart-portlet .up2date-customercart form .entries-buttonrow-top div.btn-menu button.btn.btn-menu-caret,
        .up2date-shop-customercart-portlet .up2date-favorite form .entries-buttonrow-top div.btn-menu button.btn.btn-menu-caret,
        .up2date-shop-customercart-portlet .up2date-checkout form .entries-buttonrow-top div.btn-menu button.btn.btn-menu-caret,
        .up2date-shop-favorite-portlet .up2date-cart form .entries-buttonrow-top div.btn-menu button.btn.btn-menu-caret,
        .up2date-shop-favorite-portlet .up2date-customercart form .entries-buttonrow-top div.btn-menu button.btn.btn-menu-caret,
        .up2date-shop-favorite-portlet .up2date-favorite form .entries-buttonrow-top div.btn-menu button.btn.btn-menu-caret,
        .up2date-shop-favorite-portlet .up2date-checkout form .entries-buttonrow-top div.btn-menu button.btn.btn-menu-caret,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-cart form .entries-buttonrow-top div.btn-menu button.btn.btn-menu-caret,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .entries-buttonrow-top div.btn-menu button.btn.btn-menu-caret,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .entries-buttonrow-top div.btn-menu button.btn.btn-menu-caret,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .entries-buttonrow-top div.btn-menu button.btn.btn-menu-caret,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-cart form .entries-buttonrow-top div.btn-menu button.btn.btn-menu-caret,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .entries-buttonrow-top div.btn-menu button.btn.btn-menu-caret,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .entries-buttonrow-top div.btn-menu button.btn.btn-menu-caret,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .entries-buttonrow-top div.btn-menu button.btn.btn-menu-caret,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-cart form .entries-buttonrow-top div.btn-menu button.btn.btn-menu-caret,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-customercart form .entries-buttonrow-top div.btn-menu button.btn.btn-menu-caret,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-favorite form .entries-buttonrow-top div.btn-menu button.btn.btn-menu-caret,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-checkout form .entries-buttonrow-top div.btn-menu button.btn.btn-menu-caret {
          margin-left: 0;
          padding: 0 10px;
          border-left: none;
          -webkit-border-top-right-radius: 5px;
          -moz-border-radius-topright: 5px;
          border-top-right-radius: 5px;
          -webkit-border-bottom-right-radius: 5px;
          -moz-border-radius-bottomright: 5px;
          border-bottom-right-radius: 5px; }
      .up2date-shop-checkout-portlet .up2date-cart form .cart_buttonRow button.btn:only-child,
      .up2date-shop-checkout-portlet .up2date-cart form .cart_buttonRow div.btn:only-child,
      .up2date-shop-checkout-portlet .up2date-cart form .cart_buttonRow a.link-button:only-child,
      .up2date-shop-checkout-portlet .up2date-cart form .cart_buttonRow div.btn-menu:only-child,
      .up2date-shop-checkout-portlet .up2date-cart form .customercart_buttonRow button.btn:only-child,
      .up2date-shop-checkout-portlet .up2date-cart form .customercart_buttonRow div.btn:only-child,
      .up2date-shop-checkout-portlet .up2date-cart form .customercart_buttonRow a.link-button:only-child,
      .up2date-shop-checkout-portlet .up2date-cart form .customercart_buttonRow div.btn-menu:only-child,
      .up2date-shop-checkout-portlet .up2date-cart form .favorite_buttonRow button.btn:only-child,
      .up2date-shop-checkout-portlet .up2date-cart form .favorite_buttonRow div.btn:only-child,
      .up2date-shop-checkout-portlet .up2date-cart form .favorite_buttonRow a.link-button:only-child,
      .up2date-shop-checkout-portlet .up2date-cart form .favorite_buttonRow div.btn-menu:only-child,
      .up2date-shop-checkout-portlet .up2date-customercart form .cart_buttonRow button.btn:only-child,
      .up2date-shop-checkout-portlet .up2date-customercart form .cart_buttonRow div.btn:only-child,
      .up2date-shop-checkout-portlet .up2date-customercart form .cart_buttonRow a.link-button:only-child,
      .up2date-shop-checkout-portlet .up2date-customercart form .cart_buttonRow div.btn-menu:only-child,
      .up2date-shop-checkout-portlet .up2date-customercart form .customercart_buttonRow button.btn:only-child,
      .up2date-shop-checkout-portlet .up2date-customercart form .customercart_buttonRow div.btn:only-child,
      .up2date-shop-checkout-portlet .up2date-customercart form .customercart_buttonRow a.link-button:only-child,
      .up2date-shop-checkout-portlet .up2date-customercart form .customercart_buttonRow div.btn-menu:only-child,
      .up2date-shop-checkout-portlet .up2date-customercart form .favorite_buttonRow button.btn:only-child,
      .up2date-shop-checkout-portlet .up2date-customercart form .favorite_buttonRow div.btn:only-child,
      .up2date-shop-checkout-portlet .up2date-customercart form .favorite_buttonRow a.link-button:only-child,
      .up2date-shop-checkout-portlet .up2date-customercart form .favorite_buttonRow div.btn-menu:only-child,
      .up2date-shop-checkout-portlet .up2date-favorite form .cart_buttonRow button.btn:only-child,
      .up2date-shop-checkout-portlet .up2date-favorite form .cart_buttonRow div.btn:only-child,
      .up2date-shop-checkout-portlet .up2date-favorite form .cart_buttonRow a.link-button:only-child,
      .up2date-shop-checkout-portlet .up2date-favorite form .cart_buttonRow div.btn-menu:only-child,
      .up2date-shop-checkout-portlet .up2date-favorite form .customercart_buttonRow button.btn:only-child,
      .up2date-shop-checkout-portlet .up2date-favorite form .customercart_buttonRow div.btn:only-child,
      .up2date-shop-checkout-portlet .up2date-favorite form .customercart_buttonRow a.link-button:only-child,
      .up2date-shop-checkout-portlet .up2date-favorite form .customercart_buttonRow div.btn-menu:only-child,
      .up2date-shop-checkout-portlet .up2date-favorite form .favorite_buttonRow button.btn:only-child,
      .up2date-shop-checkout-portlet .up2date-favorite form .favorite_buttonRow div.btn:only-child,
      .up2date-shop-checkout-portlet .up2date-favorite form .favorite_buttonRow a.link-button:only-child,
      .up2date-shop-checkout-portlet .up2date-favorite form .favorite_buttonRow div.btn-menu:only-child,
      .up2date-shop-checkout-portlet .up2date-checkout form .cart_buttonRow button.btn:only-child,
      .up2date-shop-checkout-portlet .up2date-checkout form .cart_buttonRow div.btn:only-child,
      .up2date-shop-checkout-portlet .up2date-checkout form .cart_buttonRow a.link-button:only-child,
      .up2date-shop-checkout-portlet .up2date-checkout form .cart_buttonRow div.btn-menu:only-child,
      .up2date-shop-checkout-portlet .up2date-checkout form .customercart_buttonRow button.btn:only-child,
      .up2date-shop-checkout-portlet .up2date-checkout form .customercart_buttonRow div.btn:only-child,
      .up2date-shop-checkout-portlet .up2date-checkout form .customercart_buttonRow a.link-button:only-child,
      .up2date-shop-checkout-portlet .up2date-checkout form .customercart_buttonRow div.btn-menu:only-child,
      .up2date-shop-checkout-portlet .up2date-checkout form .favorite_buttonRow button.btn:only-child,
      .up2date-shop-checkout-portlet .up2date-checkout form .favorite_buttonRow div.btn:only-child,
      .up2date-shop-checkout-portlet .up2date-checkout form .favorite_buttonRow a.link-button:only-child,
      .up2date-shop-checkout-portlet .up2date-checkout form .favorite_buttonRow div.btn-menu:only-child,
      .up2date-shop-cart-portlet .up2date-cart form .cart_buttonRow button.btn:only-child,
      .up2date-shop-cart-portlet .up2date-cart form .cart_buttonRow div.btn:only-child,
      .up2date-shop-cart-portlet .up2date-cart form .cart_buttonRow a.link-button:only-child,
      .up2date-shop-cart-portlet .up2date-cart form .cart_buttonRow div.btn-menu:only-child,
      .up2date-shop-cart-portlet .up2date-cart form .customercart_buttonRow button.btn:only-child,
      .up2date-shop-cart-portlet .up2date-cart form .customercart_buttonRow div.btn:only-child,
      .up2date-shop-cart-portlet .up2date-cart form .customercart_buttonRow a.link-button:only-child,
      .up2date-shop-cart-portlet .up2date-cart form .customercart_buttonRow div.btn-menu:only-child,
      .up2date-shop-cart-portlet .up2date-cart form .favorite_buttonRow button.btn:only-child,
      .up2date-shop-cart-portlet .up2date-cart form .favorite_buttonRow div.btn:only-child,
      .up2date-shop-cart-portlet .up2date-cart form .favorite_buttonRow a.link-button:only-child,
      .up2date-shop-cart-portlet .up2date-cart form .favorite_buttonRow div.btn-menu:only-child,
      .up2date-shop-cart-portlet .up2date-customercart form .cart_buttonRow button.btn:only-child,
      .up2date-shop-cart-portlet .up2date-customercart form .cart_buttonRow div.btn:only-child,
      .up2date-shop-cart-portlet .up2date-customercart form .cart_buttonRow a.link-button:only-child,
      .up2date-shop-cart-portlet .up2date-customercart form .cart_buttonRow div.btn-menu:only-child,
      .up2date-shop-cart-portlet .up2date-customercart form .customercart_buttonRow button.btn:only-child,
      .up2date-shop-cart-portlet .up2date-customercart form .customercart_buttonRow div.btn:only-child,
      .up2date-shop-cart-portlet .up2date-customercart form .customercart_buttonRow a.link-button:only-child,
      .up2date-shop-cart-portlet .up2date-customercart form .customercart_buttonRow div.btn-menu:only-child,
      .up2date-shop-cart-portlet .up2date-customercart form .favorite_buttonRow button.btn:only-child,
      .up2date-shop-cart-portlet .up2date-customercart form .favorite_buttonRow div.btn:only-child,
      .up2date-shop-cart-portlet .up2date-customercart form .favorite_buttonRow a.link-button:only-child,
      .up2date-shop-cart-portlet .up2date-customercart form .favorite_buttonRow div.btn-menu:only-child,
      .up2date-shop-cart-portlet .up2date-favorite form .cart_buttonRow button.btn:only-child,
      .up2date-shop-cart-portlet .up2date-favorite form .cart_buttonRow div.btn:only-child,
      .up2date-shop-cart-portlet .up2date-favorite form .cart_buttonRow a.link-button:only-child,
      .up2date-shop-cart-portlet .up2date-favorite form .cart_buttonRow div.btn-menu:only-child,
      .up2date-shop-cart-portlet .up2date-favorite form .customercart_buttonRow button.btn:only-child,
      .up2date-shop-cart-portlet .up2date-favorite form .customercart_buttonRow div.btn:only-child,
      .up2date-shop-cart-portlet .up2date-favorite form .customercart_buttonRow a.link-button:only-child,
      .up2date-shop-cart-portlet .up2date-favorite form .customercart_buttonRow div.btn-menu:only-child,
      .up2date-shop-cart-portlet .up2date-favorite form .favorite_buttonRow button.btn:only-child,
      .up2date-shop-cart-portlet .up2date-favorite form .favorite_buttonRow div.btn:only-child,
      .up2date-shop-cart-portlet .up2date-favorite form .favorite_buttonRow a.link-button:only-child,
      .up2date-shop-cart-portlet .up2date-favorite form .favorite_buttonRow div.btn-menu:only-child,
      .up2date-shop-cart-portlet .up2date-checkout form .cart_buttonRow button.btn:only-child,
      .up2date-shop-cart-portlet .up2date-checkout form .cart_buttonRow div.btn:only-child,
      .up2date-shop-cart-portlet .up2date-checkout form .cart_buttonRow a.link-button:only-child,
      .up2date-shop-cart-portlet .up2date-checkout form .cart_buttonRow div.btn-menu:only-child,
      .up2date-shop-cart-portlet .up2date-checkout form .customercart_buttonRow button.btn:only-child,
      .up2date-shop-cart-portlet .up2date-checkout form .customercart_buttonRow div.btn:only-child,
      .up2date-shop-cart-portlet .up2date-checkout form .customercart_buttonRow a.link-button:only-child,
      .up2date-shop-cart-portlet .up2date-checkout form .customercart_buttonRow div.btn-menu:only-child,
      .up2date-shop-cart-portlet .up2date-checkout form .favorite_buttonRow button.btn:only-child,
      .up2date-shop-cart-portlet .up2date-checkout form .favorite_buttonRow div.btn:only-child,
      .up2date-shop-cart-portlet .up2date-checkout form .favorite_buttonRow a.link-button:only-child,
      .up2date-shop-cart-portlet .up2date-checkout form .favorite_buttonRow div.btn-menu:only-child,
      .up2date-shop-customercart-portlet .up2date-cart form .cart_buttonRow button.btn:only-child,
      .up2date-shop-customercart-portlet .up2date-cart form .cart_buttonRow div.btn:only-child,
      .up2date-shop-customercart-portlet .up2date-cart form .cart_buttonRow a.link-button:only-child,
      .up2date-shop-customercart-portlet .up2date-cart form .cart_buttonRow div.btn-menu:only-child,
      .up2date-shop-customercart-portlet .up2date-cart form .customercart_buttonRow button.btn:only-child,
      .up2date-shop-customercart-portlet .up2date-cart form .customercart_buttonRow div.btn:only-child,
      .up2date-shop-customercart-portlet .up2date-cart form .customercart_buttonRow a.link-button:only-child,
      .up2date-shop-customercart-portlet .up2date-cart form .customercart_buttonRow div.btn-menu:only-child,
      .up2date-shop-customercart-portlet .up2date-cart form .favorite_buttonRow button.btn:only-child,
      .up2date-shop-customercart-portlet .up2date-cart form .favorite_buttonRow div.btn:only-child,
      .up2date-shop-customercart-portlet .up2date-cart form .favorite_buttonRow a.link-button:only-child,
      .up2date-shop-customercart-portlet .up2date-cart form .favorite_buttonRow div.btn-menu:only-child,
      .up2date-shop-customercart-portlet .up2date-customercart form .cart_buttonRow button.btn:only-child,
      .up2date-shop-customercart-portlet .up2date-customercart form .cart_buttonRow div.btn:only-child,
      .up2date-shop-customercart-portlet .up2date-customercart form .cart_buttonRow a.link-button:only-child,
      .up2date-shop-customercart-portlet .up2date-customercart form .cart_buttonRow div.btn-menu:only-child,
      .up2date-shop-customercart-portlet .up2date-customercart form .customercart_buttonRow button.btn:only-child,
      .up2date-shop-customercart-portlet .up2date-customercart form .customercart_buttonRow div.btn:only-child,
      .up2date-shop-customercart-portlet .up2date-customercart form .customercart_buttonRow a.link-button:only-child,
      .up2date-shop-customercart-portlet .up2date-customercart form .customercart_buttonRow div.btn-menu:only-child,
      .up2date-shop-customercart-portlet .up2date-customercart form .favorite_buttonRow button.btn:only-child,
      .up2date-shop-customercart-portlet .up2date-customercart form .favorite_buttonRow div.btn:only-child,
      .up2date-shop-customercart-portlet .up2date-customercart form .favorite_buttonRow a.link-button:only-child,
      .up2date-shop-customercart-portlet .up2date-customercart form .favorite_buttonRow div.btn-menu:only-child,
      .up2date-shop-customercart-portlet .up2date-favorite form .cart_buttonRow button.btn:only-child,
      .up2date-shop-customercart-portlet .up2date-favorite form .cart_buttonRow div.btn:only-child,
      .up2date-shop-customercart-portlet .up2date-favorite form .cart_buttonRow a.link-button:only-child,
      .up2date-shop-customercart-portlet .up2date-favorite form .cart_buttonRow div.btn-menu:only-child,
      .up2date-shop-customercart-portlet .up2date-favorite form .customercart_buttonRow button.btn:only-child,
      .up2date-shop-customercart-portlet .up2date-favorite form .customercart_buttonRow div.btn:only-child,
      .up2date-shop-customercart-portlet .up2date-favorite form .customercart_buttonRow a.link-button:only-child,
      .up2date-shop-customercart-portlet .up2date-favorite form .customercart_buttonRow div.btn-menu:only-child,
      .up2date-shop-customercart-portlet .up2date-favorite form .favorite_buttonRow button.btn:only-child,
      .up2date-shop-customercart-portlet .up2date-favorite form .favorite_buttonRow div.btn:only-child,
      .up2date-shop-customercart-portlet .up2date-favorite form .favorite_buttonRow a.link-button:only-child,
      .up2date-shop-customercart-portlet .up2date-favorite form .favorite_buttonRow div.btn-menu:only-child,
      .up2date-shop-customercart-portlet .up2date-checkout form .cart_buttonRow button.btn:only-child,
      .up2date-shop-customercart-portlet .up2date-checkout form .cart_buttonRow div.btn:only-child,
      .up2date-shop-customercart-portlet .up2date-checkout form .cart_buttonRow a.link-button:only-child,
      .up2date-shop-customercart-portlet .up2date-checkout form .cart_buttonRow div.btn-menu:only-child,
      .up2date-shop-customercart-portlet .up2date-checkout form .customercart_buttonRow button.btn:only-child,
      .up2date-shop-customercart-portlet .up2date-checkout form .customercart_buttonRow div.btn:only-child,
      .up2date-shop-customercart-portlet .up2date-checkout form .customercart_buttonRow a.link-button:only-child,
      .up2date-shop-customercart-portlet .up2date-checkout form .customercart_buttonRow div.btn-menu:only-child,
      .up2date-shop-customercart-portlet .up2date-checkout form .favorite_buttonRow button.btn:only-child,
      .up2date-shop-customercart-portlet .up2date-checkout form .favorite_buttonRow div.btn:only-child,
      .up2date-shop-customercart-portlet .up2date-checkout form .favorite_buttonRow a.link-button:only-child,
      .up2date-shop-customercart-portlet .up2date-checkout form .favorite_buttonRow div.btn-menu:only-child,
      .up2date-shop-favorite-portlet .up2date-cart form .cart_buttonRow button.btn:only-child,
      .up2date-shop-favorite-portlet .up2date-cart form .cart_buttonRow div.btn:only-child,
      .up2date-shop-favorite-portlet .up2date-cart form .cart_buttonRow a.link-button:only-child,
      .up2date-shop-favorite-portlet .up2date-cart form .cart_buttonRow div.btn-menu:only-child,
      .up2date-shop-favorite-portlet .up2date-cart form .customercart_buttonRow button.btn:only-child,
      .up2date-shop-favorite-portlet .up2date-cart form .customercart_buttonRow div.btn:only-child,
      .up2date-shop-favorite-portlet .up2date-cart form .customercart_buttonRow a.link-button:only-child,
      .up2date-shop-favorite-portlet .up2date-cart form .customercart_buttonRow div.btn-menu:only-child,
      .up2date-shop-favorite-portlet .up2date-cart form .favorite_buttonRow button.btn:only-child,
      .up2date-shop-favorite-portlet .up2date-cart form .favorite_buttonRow div.btn:only-child,
      .up2date-shop-favorite-portlet .up2date-cart form .favorite_buttonRow a.link-button:only-child,
      .up2date-shop-favorite-portlet .up2date-cart form .favorite_buttonRow div.btn-menu:only-child,
      .up2date-shop-favorite-portlet .up2date-customercart form .cart_buttonRow button.btn:only-child,
      .up2date-shop-favorite-portlet .up2date-customercart form .cart_buttonRow div.btn:only-child,
      .up2date-shop-favorite-portlet .up2date-customercart form .cart_buttonRow a.link-button:only-child,
      .up2date-shop-favorite-portlet .up2date-customercart form .cart_buttonRow div.btn-menu:only-child,
      .up2date-shop-favorite-portlet .up2date-customercart form .customercart_buttonRow button.btn:only-child,
      .up2date-shop-favorite-portlet .up2date-customercart form .customercart_buttonRow div.btn:only-child,
      .up2date-shop-favorite-portlet .up2date-customercart form .customercart_buttonRow a.link-button:only-child,
      .up2date-shop-favorite-portlet .up2date-customercart form .customercart_buttonRow div.btn-menu:only-child,
      .up2date-shop-favorite-portlet .up2date-customercart form .favorite_buttonRow button.btn:only-child,
      .up2date-shop-favorite-portlet .up2date-customercart form .favorite_buttonRow div.btn:only-child,
      .up2date-shop-favorite-portlet .up2date-customercart form .favorite_buttonRow a.link-button:only-child,
      .up2date-shop-favorite-portlet .up2date-customercart form .favorite_buttonRow div.btn-menu:only-child,
      .up2date-shop-favorite-portlet .up2date-favorite form .cart_buttonRow button.btn:only-child,
      .up2date-shop-favorite-portlet .up2date-favorite form .cart_buttonRow div.btn:only-child,
      .up2date-shop-favorite-portlet .up2date-favorite form .cart_buttonRow a.link-button:only-child,
      .up2date-shop-favorite-portlet .up2date-favorite form .cart_buttonRow div.btn-menu:only-child,
      .up2date-shop-favorite-portlet .up2date-favorite form .customercart_buttonRow button.btn:only-child,
      .up2date-shop-favorite-portlet .up2date-favorite form .customercart_buttonRow div.btn:only-child,
      .up2date-shop-favorite-portlet .up2date-favorite form .customercart_buttonRow a.link-button:only-child,
      .up2date-shop-favorite-portlet .up2date-favorite form .customercart_buttonRow div.btn-menu:only-child,
      .up2date-shop-favorite-portlet .up2date-favorite form .favorite_buttonRow button.btn:only-child,
      .up2date-shop-favorite-portlet .up2date-favorite form .favorite_buttonRow div.btn:only-child,
      .up2date-shop-favorite-portlet .up2date-favorite form .favorite_buttonRow a.link-button:only-child,
      .up2date-shop-favorite-portlet .up2date-favorite form .favorite_buttonRow div.btn-menu:only-child,
      .up2date-shop-favorite-portlet .up2date-checkout form .cart_buttonRow button.btn:only-child,
      .up2date-shop-favorite-portlet .up2date-checkout form .cart_buttonRow div.btn:only-child,
      .up2date-shop-favorite-portlet .up2date-checkout form .cart_buttonRow a.link-button:only-child,
      .up2date-shop-favorite-portlet .up2date-checkout form .cart_buttonRow div.btn-menu:only-child,
      .up2date-shop-favorite-portlet .up2date-checkout form .customercart_buttonRow button.btn:only-child,
      .up2date-shop-favorite-portlet .up2date-checkout form .customercart_buttonRow div.btn:only-child,
      .up2date-shop-favorite-portlet .up2date-checkout form .customercart_buttonRow a.link-button:only-child,
      .up2date-shop-favorite-portlet .up2date-checkout form .customercart_buttonRow div.btn-menu:only-child,
      .up2date-shop-favorite-portlet .up2date-checkout form .favorite_buttonRow button.btn:only-child,
      .up2date-shop-favorite-portlet .up2date-checkout form .favorite_buttonRow div.btn:only-child,
      .up2date-shop-favorite-portlet .up2date-checkout form .favorite_buttonRow a.link-button:only-child,
      .up2date-shop-favorite-portlet .up2date-checkout form .favorite_buttonRow div.btn-menu:only-child,
      .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-cart form .cart_buttonRow button.btn:only-child,
      .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-cart form .cart_buttonRow div.btn:only-child,
      .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-cart form .cart_buttonRow a.link-button:only-child,
      .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-cart form .cart_buttonRow div.btn-menu:only-child,
      .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-cart form .customercart_buttonRow button.btn:only-child,
      .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-cart form .customercart_buttonRow div.btn:only-child,
      .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-cart form .customercart_buttonRow a.link-button:only-child,
      .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-cart form .customercart_buttonRow div.btn-menu:only-child,
      .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-cart form .favorite_buttonRow button.btn:only-child,
      .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-cart form .favorite_buttonRow div.btn:only-child,
      .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-cart form .favorite_buttonRow a.link-button:only-child,
      .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-cart form .favorite_buttonRow div.btn-menu:only-child,
      .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .cart_buttonRow button.btn:only-child,
      .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .cart_buttonRow div.btn:only-child,
      .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .cart_buttonRow a.link-button:only-child,
      .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .cart_buttonRow div.btn-menu:only-child,
      .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .customercart_buttonRow button.btn:only-child,
      .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .customercart_buttonRow div.btn:only-child,
      .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .customercart_buttonRow a.link-button:only-child,
      .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .customercart_buttonRow div.btn-menu:only-child,
      .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .favorite_buttonRow button.btn:only-child,
      .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .favorite_buttonRow div.btn:only-child,
      .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .favorite_buttonRow a.link-button:only-child,
      .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .favorite_buttonRow div.btn-menu:only-child,
      .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .cart_buttonRow button.btn:only-child,
      .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .cart_buttonRow div.btn:only-child,
      .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .cart_buttonRow a.link-button:only-child,
      .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .cart_buttonRow div.btn-menu:only-child,
      .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .customercart_buttonRow button.btn:only-child,
      .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .customercart_buttonRow div.btn:only-child,
      .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .customercart_buttonRow a.link-button:only-child,
      .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .customercart_buttonRow div.btn-menu:only-child,
      .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .favorite_buttonRow button.btn:only-child,
      .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .favorite_buttonRow div.btn:only-child,
      .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .favorite_buttonRow a.link-button:only-child,
      .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .favorite_buttonRow div.btn-menu:only-child,
      .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .cart_buttonRow button.btn:only-child,
      .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .cart_buttonRow div.btn:only-child,
      .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .cart_buttonRow a.link-button:only-child,
      .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .cart_buttonRow div.btn-menu:only-child,
      .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .customercart_buttonRow button.btn:only-child,
      .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .customercart_buttonRow div.btn:only-child,
      .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .customercart_buttonRow a.link-button:only-child,
      .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .customercart_buttonRow div.btn-menu:only-child,
      .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .favorite_buttonRow button.btn:only-child,
      .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .favorite_buttonRow div.btn:only-child,
      .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .favorite_buttonRow a.link-button:only-child,
      .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .favorite_buttonRow div.btn-menu:only-child,
      .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-cart form .cart_buttonRow button.btn:only-child,
      .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-cart form .cart_buttonRow div.btn:only-child,
      .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-cart form .cart_buttonRow a.link-button:only-child,
      .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-cart form .cart_buttonRow div.btn-menu:only-child,
      .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-cart form .customercart_buttonRow button.btn:only-child,
      .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-cart form .customercart_buttonRow div.btn:only-child,
      .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-cart form .customercart_buttonRow a.link-button:only-child,
      .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-cart form .customercart_buttonRow div.btn-menu:only-child,
      .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-cart form .favorite_buttonRow button.btn:only-child,
      .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-cart form .favorite_buttonRow div.btn:only-child,
      .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-cart form .favorite_buttonRow a.link-button:only-child,
      .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-cart form .favorite_buttonRow div.btn-menu:only-child,
      .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .cart_buttonRow button.btn:only-child,
      .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .cart_buttonRow div.btn:only-child,
      .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .cart_buttonRow a.link-button:only-child,
      .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .cart_buttonRow div.btn-menu:only-child,
      .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .customercart_buttonRow button.btn:only-child,
      .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .customercart_buttonRow div.btn:only-child,
      .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .customercart_buttonRow a.link-button:only-child,
      .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .customercart_buttonRow div.btn-menu:only-child,
      .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .favorite_buttonRow button.btn:only-child,
      .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .favorite_buttonRow div.btn:only-child,
      .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .favorite_buttonRow a.link-button:only-child,
      .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .favorite_buttonRow div.btn-menu:only-child,
      .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .cart_buttonRow button.btn:only-child,
      .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .cart_buttonRow div.btn:only-child,
      .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .cart_buttonRow a.link-button:only-child,
      .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .cart_buttonRow div.btn-menu:only-child,
      .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .customercart_buttonRow button.btn:only-child,
      .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .customercart_buttonRow div.btn:only-child,
      .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .customercart_buttonRow a.link-button:only-child,
      .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .customercart_buttonRow div.btn-menu:only-child,
      .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .favorite_buttonRow button.btn:only-child,
      .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .favorite_buttonRow div.btn:only-child,
      .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .favorite_buttonRow a.link-button:only-child,
      .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .favorite_buttonRow div.btn-menu:only-child,
      .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .cart_buttonRow button.btn:only-child,
      .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .cart_buttonRow div.btn:only-child,
      .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .cart_buttonRow a.link-button:only-child,
      .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .cart_buttonRow div.btn-menu:only-child,
      .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .customercart_buttonRow button.btn:only-child,
      .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .customercart_buttonRow div.btn:only-child,
      .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .customercart_buttonRow a.link-button:only-child,
      .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .customercart_buttonRow div.btn-menu:only-child,
      .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .favorite_buttonRow button.btn:only-child,
      .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .favorite_buttonRow div.btn:only-child,
      .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .favorite_buttonRow a.link-button:only-child,
      .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .favorite_buttonRow div.btn-menu:only-child,
      .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-cart form .cart_buttonRow button.btn:only-child,
      .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-cart form .cart_buttonRow div.btn:only-child,
      .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-cart form .cart_buttonRow a.link-button:only-child,
      .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-cart form .cart_buttonRow div.btn-menu:only-child,
      .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-cart form .customercart_buttonRow button.btn:only-child,
      .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-cart form .customercart_buttonRow div.btn:only-child,
      .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-cart form .customercart_buttonRow a.link-button:only-child,
      .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-cart form .customercart_buttonRow div.btn-menu:only-child,
      .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-cart form .favorite_buttonRow button.btn:only-child,
      .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-cart form .favorite_buttonRow div.btn:only-child,
      .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-cart form .favorite_buttonRow a.link-button:only-child,
      .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-cart form .favorite_buttonRow div.btn-menu:only-child,
      .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-customercart form .cart_buttonRow button.btn:only-child,
      .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-customercart form .cart_buttonRow div.btn:only-child,
      .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-customercart form .cart_buttonRow a.link-button:only-child,
      .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-customercart form .cart_buttonRow div.btn-menu:only-child,
      .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-customercart form .customercart_buttonRow button.btn:only-child,
      .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-customercart form .customercart_buttonRow div.btn:only-child,
      .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-customercart form .customercart_buttonRow a.link-button:only-child,
      .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-customercart form .customercart_buttonRow div.btn-menu:only-child,
      .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-customercart form .favorite_buttonRow button.btn:only-child,
      .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-customercart form .favorite_buttonRow div.btn:only-child,
      .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-customercart form .favorite_buttonRow a.link-button:only-child,
      .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-customercart form .favorite_buttonRow div.btn-menu:only-child,
      .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-favorite form .cart_buttonRow button.btn:only-child,
      .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-favorite form .cart_buttonRow div.btn:only-child,
      .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-favorite form .cart_buttonRow a.link-button:only-child,
      .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-favorite form .cart_buttonRow div.btn-menu:only-child,
      .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-favorite form .customercart_buttonRow button.btn:only-child,
      .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-favorite form .customercart_buttonRow div.btn:only-child,
      .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-favorite form .customercart_buttonRow a.link-button:only-child,
      .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-favorite form .customercart_buttonRow div.btn-menu:only-child,
      .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-favorite form .favorite_buttonRow button.btn:only-child,
      .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-favorite form .favorite_buttonRow div.btn:only-child,
      .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-favorite form .favorite_buttonRow a.link-button:only-child,
      .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-favorite form .favorite_buttonRow div.btn-menu:only-child,
      .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-checkout form .cart_buttonRow button.btn:only-child,
      .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-checkout form .cart_buttonRow div.btn:only-child,
      .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-checkout form .cart_buttonRow a.link-button:only-child,
      .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-checkout form .cart_buttonRow div.btn-menu:only-child,
      .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-checkout form .customercart_buttonRow button.btn:only-child,
      .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-checkout form .customercart_buttonRow div.btn:only-child,
      .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-checkout form .customercart_buttonRow a.link-button:only-child,
      .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-checkout form .customercart_buttonRow div.btn-menu:only-child,
      .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-checkout form .favorite_buttonRow button.btn:only-child,
      .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-checkout form .favorite_buttonRow div.btn:only-child,
      .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-checkout form .favorite_buttonRow a.link-button:only-child,
      .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-checkout form .favorite_buttonRow div.btn-menu:only-child {
        float: left; }
      .up2date-shop-checkout-portlet .up2date-cart form .cart_buttonRow div.btn-menu button.btn,
      .up2date-shop-checkout-portlet .up2date-cart form .customercart_buttonRow div.btn-menu button.btn,
      .up2date-shop-checkout-portlet .up2date-cart form .favorite_buttonRow div.btn-menu button.btn,
      .up2date-shop-checkout-portlet .up2date-customercart form .cart_buttonRow div.btn-menu button.btn,
      .up2date-shop-checkout-portlet .up2date-customercart form .customercart_buttonRow div.btn-menu button.btn,
      .up2date-shop-checkout-portlet .up2date-customercart form .favorite_buttonRow div.btn-menu button.btn,
      .up2date-shop-checkout-portlet .up2date-favorite form .cart_buttonRow div.btn-menu button.btn,
      .up2date-shop-checkout-portlet .up2date-favorite form .customercart_buttonRow div.btn-menu button.btn,
      .up2date-shop-checkout-portlet .up2date-favorite form .favorite_buttonRow div.btn-menu button.btn,
      .up2date-shop-checkout-portlet .up2date-checkout form .cart_buttonRow div.btn-menu button.btn,
      .up2date-shop-checkout-portlet .up2date-checkout form .customercart_buttonRow div.btn-menu button.btn,
      .up2date-shop-checkout-portlet .up2date-checkout form .favorite_buttonRow div.btn-menu button.btn,
      .up2date-shop-cart-portlet .up2date-cart form .cart_buttonRow div.btn-menu button.btn,
      .up2date-shop-cart-portlet .up2date-cart form .customercart_buttonRow div.btn-menu button.btn,
      .up2date-shop-cart-portlet .up2date-cart form .favorite_buttonRow div.btn-menu button.btn,
      .up2date-shop-cart-portlet .up2date-customercart form .cart_buttonRow div.btn-menu button.btn,
      .up2date-shop-cart-portlet .up2date-customercart form .customercart_buttonRow div.btn-menu button.btn,
      .up2date-shop-cart-portlet .up2date-customercart form .favorite_buttonRow div.btn-menu button.btn,
      .up2date-shop-cart-portlet .up2date-favorite form .cart_buttonRow div.btn-menu button.btn,
      .up2date-shop-cart-portlet .up2date-favorite form .customercart_buttonRow div.btn-menu button.btn,
      .up2date-shop-cart-portlet .up2date-favorite form .favorite_buttonRow div.btn-menu button.btn,
      .up2date-shop-cart-portlet .up2date-checkout form .cart_buttonRow div.btn-menu button.btn,
      .up2date-shop-cart-portlet .up2date-checkout form .customercart_buttonRow div.btn-menu button.btn,
      .up2date-shop-cart-portlet .up2date-checkout form .favorite_buttonRow div.btn-menu button.btn,
      .up2date-shop-customercart-portlet .up2date-cart form .cart_buttonRow div.btn-menu button.btn,
      .up2date-shop-customercart-portlet .up2date-cart form .customercart_buttonRow div.btn-menu button.btn,
      .up2date-shop-customercart-portlet .up2date-cart form .favorite_buttonRow div.btn-menu button.btn,
      .up2date-shop-customercart-portlet .up2date-customercart form .cart_buttonRow div.btn-menu button.btn,
      .up2date-shop-customercart-portlet .up2date-customercart form .customercart_buttonRow div.btn-menu button.btn,
      .up2date-shop-customercart-portlet .up2date-customercart form .favorite_buttonRow div.btn-menu button.btn,
      .up2date-shop-customercart-portlet .up2date-favorite form .cart_buttonRow div.btn-menu button.btn,
      .up2date-shop-customercart-portlet .up2date-favorite form .customercart_buttonRow div.btn-menu button.btn,
      .up2date-shop-customercart-portlet .up2date-favorite form .favorite_buttonRow div.btn-menu button.btn,
      .up2date-shop-customercart-portlet .up2date-checkout form .cart_buttonRow div.btn-menu button.btn,
      .up2date-shop-customercart-portlet .up2date-checkout form .customercart_buttonRow div.btn-menu button.btn,
      .up2date-shop-customercart-portlet .up2date-checkout form .favorite_buttonRow div.btn-menu button.btn,
      .up2date-shop-favorite-portlet .up2date-cart form .cart_buttonRow div.btn-menu button.btn,
      .up2date-shop-favorite-portlet .up2date-cart form .customercart_buttonRow div.btn-menu button.btn,
      .up2date-shop-favorite-portlet .up2date-cart form .favorite_buttonRow div.btn-menu button.btn,
      .up2date-shop-favorite-portlet .up2date-customercart form .cart_buttonRow div.btn-menu button.btn,
      .up2date-shop-favorite-portlet .up2date-customercart form .customercart_buttonRow div.btn-menu button.btn,
      .up2date-shop-favorite-portlet .up2date-customercart form .favorite_buttonRow div.btn-menu button.btn,
      .up2date-shop-favorite-portlet .up2date-favorite form .cart_buttonRow div.btn-menu button.btn,
      .up2date-shop-favorite-portlet .up2date-favorite form .customercart_buttonRow div.btn-menu button.btn,
      .up2date-shop-favorite-portlet .up2date-favorite form .favorite_buttonRow div.btn-menu button.btn,
      .up2date-shop-favorite-portlet .up2date-checkout form .cart_buttonRow div.btn-menu button.btn,
      .up2date-shop-favorite-portlet .up2date-checkout form .customercart_buttonRow div.btn-menu button.btn,
      .up2date-shop-favorite-portlet .up2date-checkout form .favorite_buttonRow div.btn-menu button.btn,
      .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-cart form .cart_buttonRow div.btn-menu button.btn,
      .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-cart form .customercart_buttonRow div.btn-menu button.btn,
      .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-cart form .favorite_buttonRow div.btn-menu button.btn,
      .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .cart_buttonRow div.btn-menu button.btn,
      .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .customercart_buttonRow div.btn-menu button.btn,
      .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .favorite_buttonRow div.btn-menu button.btn,
      .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .cart_buttonRow div.btn-menu button.btn,
      .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .customercart_buttonRow div.btn-menu button.btn,
      .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .favorite_buttonRow div.btn-menu button.btn,
      .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .cart_buttonRow div.btn-menu button.btn,
      .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .customercart_buttonRow div.btn-menu button.btn,
      .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .favorite_buttonRow div.btn-menu button.btn,
      .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-cart form .cart_buttonRow div.btn-menu button.btn,
      .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-cart form .customercart_buttonRow div.btn-menu button.btn,
      .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-cart form .favorite_buttonRow div.btn-menu button.btn,
      .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .cart_buttonRow div.btn-menu button.btn,
      .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .customercart_buttonRow div.btn-menu button.btn,
      .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .favorite_buttonRow div.btn-menu button.btn,
      .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .cart_buttonRow div.btn-menu button.btn,
      .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .customercart_buttonRow div.btn-menu button.btn,
      .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .favorite_buttonRow div.btn-menu button.btn,
      .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .cart_buttonRow div.btn-menu button.btn,
      .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .customercart_buttonRow div.btn-menu button.btn,
      .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .favorite_buttonRow div.btn-menu button.btn,
      .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-cart form .cart_buttonRow div.btn-menu button.btn,
      .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-cart form .customercart_buttonRow div.btn-menu button.btn,
      .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-cart form .favorite_buttonRow div.btn-menu button.btn,
      .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-customercart form .cart_buttonRow div.btn-menu button.btn,
      .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-customercart form .customercart_buttonRow div.btn-menu button.btn,
      .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-customercart form .favorite_buttonRow div.btn-menu button.btn,
      .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-favorite form .cart_buttonRow div.btn-menu button.btn,
      .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-favorite form .customercart_buttonRow div.btn-menu button.btn,
      .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-favorite form .favorite_buttonRow div.btn-menu button.btn,
      .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-checkout form .cart_buttonRow div.btn-menu button.btn,
      .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-checkout form .customercart_buttonRow div.btn-menu button.btn,
      .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-checkout form .favorite_buttonRow div.btn-menu button.btn {
        margin-right: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0; }
        .up2date-shop-checkout-portlet .up2date-cart form .cart_buttonRow div.btn-menu button.btn.btn-default-action,
        .up2date-shop-checkout-portlet .up2date-cart form .customercart_buttonRow div.btn-menu button.btn.btn-default-action,
        .up2date-shop-checkout-portlet .up2date-cart form .favorite_buttonRow div.btn-menu button.btn.btn-default-action,
        .up2date-shop-checkout-portlet .up2date-customercart form .cart_buttonRow div.btn-menu button.btn.btn-default-action,
        .up2date-shop-checkout-portlet .up2date-customercart form .customercart_buttonRow div.btn-menu button.btn.btn-default-action,
        .up2date-shop-checkout-portlet .up2date-customercart form .favorite_buttonRow div.btn-menu button.btn.btn-default-action,
        .up2date-shop-checkout-portlet .up2date-favorite form .cart_buttonRow div.btn-menu button.btn.btn-default-action,
        .up2date-shop-checkout-portlet .up2date-favorite form .customercart_buttonRow div.btn-menu button.btn.btn-default-action,
        .up2date-shop-checkout-portlet .up2date-favorite form .favorite_buttonRow div.btn-menu button.btn.btn-default-action,
        .up2date-shop-checkout-portlet .up2date-checkout form .cart_buttonRow div.btn-menu button.btn.btn-default-action,
        .up2date-shop-checkout-portlet .up2date-checkout form .customercart_buttonRow div.btn-menu button.btn.btn-default-action,
        .up2date-shop-checkout-portlet .up2date-checkout form .favorite_buttonRow div.btn-menu button.btn.btn-default-action,
        .up2date-shop-cart-portlet .up2date-cart form .cart_buttonRow div.btn-menu button.btn.btn-default-action,
        .up2date-shop-cart-portlet .up2date-cart form .customercart_buttonRow div.btn-menu button.btn.btn-default-action,
        .up2date-shop-cart-portlet .up2date-cart form .favorite_buttonRow div.btn-menu button.btn.btn-default-action,
        .up2date-shop-cart-portlet .up2date-customercart form .cart_buttonRow div.btn-menu button.btn.btn-default-action,
        .up2date-shop-cart-portlet .up2date-customercart form .customercart_buttonRow div.btn-menu button.btn.btn-default-action,
        .up2date-shop-cart-portlet .up2date-customercart form .favorite_buttonRow div.btn-menu button.btn.btn-default-action,
        .up2date-shop-cart-portlet .up2date-favorite form .cart_buttonRow div.btn-menu button.btn.btn-default-action,
        .up2date-shop-cart-portlet .up2date-favorite form .customercart_buttonRow div.btn-menu button.btn.btn-default-action,
        .up2date-shop-cart-portlet .up2date-favorite form .favorite_buttonRow div.btn-menu button.btn.btn-default-action,
        .up2date-shop-cart-portlet .up2date-checkout form .cart_buttonRow div.btn-menu button.btn.btn-default-action,
        .up2date-shop-cart-portlet .up2date-checkout form .customercart_buttonRow div.btn-menu button.btn.btn-default-action,
        .up2date-shop-cart-portlet .up2date-checkout form .favorite_buttonRow div.btn-menu button.btn.btn-default-action,
        .up2date-shop-customercart-portlet .up2date-cart form .cart_buttonRow div.btn-menu button.btn.btn-default-action,
        .up2date-shop-customercart-portlet .up2date-cart form .customercart_buttonRow div.btn-menu button.btn.btn-default-action,
        .up2date-shop-customercart-portlet .up2date-cart form .favorite_buttonRow div.btn-menu button.btn.btn-default-action,
        .up2date-shop-customercart-portlet .up2date-customercart form .cart_buttonRow div.btn-menu button.btn.btn-default-action,
        .up2date-shop-customercart-portlet .up2date-customercart form .customercart_buttonRow div.btn-menu button.btn.btn-default-action,
        .up2date-shop-customercart-portlet .up2date-customercart form .favorite_buttonRow div.btn-menu button.btn.btn-default-action,
        .up2date-shop-customercart-portlet .up2date-favorite form .cart_buttonRow div.btn-menu button.btn.btn-default-action,
        .up2date-shop-customercart-portlet .up2date-favorite form .customercart_buttonRow div.btn-menu button.btn.btn-default-action,
        .up2date-shop-customercart-portlet .up2date-favorite form .favorite_buttonRow div.btn-menu button.btn.btn-default-action,
        .up2date-shop-customercart-portlet .up2date-checkout form .cart_buttonRow div.btn-menu button.btn.btn-default-action,
        .up2date-shop-customercart-portlet .up2date-checkout form .customercart_buttonRow div.btn-menu button.btn.btn-default-action,
        .up2date-shop-customercart-portlet .up2date-checkout form .favorite_buttonRow div.btn-menu button.btn.btn-default-action,
        .up2date-shop-favorite-portlet .up2date-cart form .cart_buttonRow div.btn-menu button.btn.btn-default-action,
        .up2date-shop-favorite-portlet .up2date-cart form .customercart_buttonRow div.btn-menu button.btn.btn-default-action,
        .up2date-shop-favorite-portlet .up2date-cart form .favorite_buttonRow div.btn-menu button.btn.btn-default-action,
        .up2date-shop-favorite-portlet .up2date-customercart form .cart_buttonRow div.btn-menu button.btn.btn-default-action,
        .up2date-shop-favorite-portlet .up2date-customercart form .customercart_buttonRow div.btn-menu button.btn.btn-default-action,
        .up2date-shop-favorite-portlet .up2date-customercart form .favorite_buttonRow div.btn-menu button.btn.btn-default-action,
        .up2date-shop-favorite-portlet .up2date-favorite form .cart_buttonRow div.btn-menu button.btn.btn-default-action,
        .up2date-shop-favorite-portlet .up2date-favorite form .customercart_buttonRow div.btn-menu button.btn.btn-default-action,
        .up2date-shop-favorite-portlet .up2date-favorite form .favorite_buttonRow div.btn-menu button.btn.btn-default-action,
        .up2date-shop-favorite-portlet .up2date-checkout form .cart_buttonRow div.btn-menu button.btn.btn-default-action,
        .up2date-shop-favorite-portlet .up2date-checkout form .customercart_buttonRow div.btn-menu button.btn.btn-default-action,
        .up2date-shop-favorite-portlet .up2date-checkout form .favorite_buttonRow div.btn-menu button.btn.btn-default-action,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-cart form .cart_buttonRow div.btn-menu button.btn.btn-default-action,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-cart form .customercart_buttonRow div.btn-menu button.btn.btn-default-action,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-cart form .favorite_buttonRow div.btn-menu button.btn.btn-default-action,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .cart_buttonRow div.btn-menu button.btn.btn-default-action,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .customercart_buttonRow div.btn-menu button.btn.btn-default-action,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .favorite_buttonRow div.btn-menu button.btn.btn-default-action,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .cart_buttonRow div.btn-menu button.btn.btn-default-action,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .customercart_buttonRow div.btn-menu button.btn.btn-default-action,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .favorite_buttonRow div.btn-menu button.btn.btn-default-action,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .cart_buttonRow div.btn-menu button.btn.btn-default-action,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .customercart_buttonRow div.btn-menu button.btn.btn-default-action,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .favorite_buttonRow div.btn-menu button.btn.btn-default-action,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-cart form .cart_buttonRow div.btn-menu button.btn.btn-default-action,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-cart form .customercart_buttonRow div.btn-menu button.btn.btn-default-action,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-cart form .favorite_buttonRow div.btn-menu button.btn.btn-default-action,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .cart_buttonRow div.btn-menu button.btn.btn-default-action,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .customercart_buttonRow div.btn-menu button.btn.btn-default-action,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .favorite_buttonRow div.btn-menu button.btn.btn-default-action,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .cart_buttonRow div.btn-menu button.btn.btn-default-action,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .customercart_buttonRow div.btn-menu button.btn.btn-default-action,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .favorite_buttonRow div.btn-menu button.btn.btn-default-action,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .cart_buttonRow div.btn-menu button.btn.btn-default-action,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .customercart_buttonRow div.btn-menu button.btn.btn-default-action,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .favorite_buttonRow div.btn-menu button.btn.btn-default-action,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-cart form .cart_buttonRow div.btn-menu button.btn.btn-default-action,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-cart form .customercart_buttonRow div.btn-menu button.btn.btn-default-action,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-cart form .favorite_buttonRow div.btn-menu button.btn.btn-default-action,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-customercart form .cart_buttonRow div.btn-menu button.btn.btn-default-action,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-customercart form .customercart_buttonRow div.btn-menu button.btn.btn-default-action,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-customercart form .favorite_buttonRow div.btn-menu button.btn.btn-default-action,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-favorite form .cart_buttonRow div.btn-menu button.btn.btn-default-action,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-favorite form .customercart_buttonRow div.btn-menu button.btn.btn-default-action,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-favorite form .favorite_buttonRow div.btn-menu button.btn.btn-default-action,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-checkout form .cart_buttonRow div.btn-menu button.btn.btn-default-action,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-checkout form .customercart_buttonRow div.btn-menu button.btn.btn-default-action,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-checkout form .favorite_buttonRow div.btn-menu button.btn.btn-default-action {
          -webkit-border-top-left-radius: 5px;
          -moz-border-radius-topleft: 5px;
          border-top-left-radius: 5px;
          -webkit-border-bottom-left-radius: 5px;
          -moz-border-radius-bottomleft: 5px;
          border-bottom-left-radius: 5px; }
        .up2date-shop-checkout-portlet .up2date-cart form .cart_buttonRow div.btn-menu button.btn.btn-menu-caret,
        .up2date-shop-checkout-portlet .up2date-cart form .customercart_buttonRow div.btn-menu button.btn.btn-menu-caret,
        .up2date-shop-checkout-portlet .up2date-cart form .favorite_buttonRow div.btn-menu button.btn.btn-menu-caret,
        .up2date-shop-checkout-portlet .up2date-customercart form .cart_buttonRow div.btn-menu button.btn.btn-menu-caret,
        .up2date-shop-checkout-portlet .up2date-customercart form .customercart_buttonRow div.btn-menu button.btn.btn-menu-caret,
        .up2date-shop-checkout-portlet .up2date-customercart form .favorite_buttonRow div.btn-menu button.btn.btn-menu-caret,
        .up2date-shop-checkout-portlet .up2date-favorite form .cart_buttonRow div.btn-menu button.btn.btn-menu-caret,
        .up2date-shop-checkout-portlet .up2date-favorite form .customercart_buttonRow div.btn-menu button.btn.btn-menu-caret,
        .up2date-shop-checkout-portlet .up2date-favorite form .favorite_buttonRow div.btn-menu button.btn.btn-menu-caret,
        .up2date-shop-checkout-portlet .up2date-checkout form .cart_buttonRow div.btn-menu button.btn.btn-menu-caret,
        .up2date-shop-checkout-portlet .up2date-checkout form .customercart_buttonRow div.btn-menu button.btn.btn-menu-caret,
        .up2date-shop-checkout-portlet .up2date-checkout form .favorite_buttonRow div.btn-menu button.btn.btn-menu-caret,
        .up2date-shop-cart-portlet .up2date-cart form .cart_buttonRow div.btn-menu button.btn.btn-menu-caret,
        .up2date-shop-cart-portlet .up2date-cart form .customercart_buttonRow div.btn-menu button.btn.btn-menu-caret,
        .up2date-shop-cart-portlet .up2date-cart form .favorite_buttonRow div.btn-menu button.btn.btn-menu-caret,
        .up2date-shop-cart-portlet .up2date-customercart form .cart_buttonRow div.btn-menu button.btn.btn-menu-caret,
        .up2date-shop-cart-portlet .up2date-customercart form .customercart_buttonRow div.btn-menu button.btn.btn-menu-caret,
        .up2date-shop-cart-portlet .up2date-customercart form .favorite_buttonRow div.btn-menu button.btn.btn-menu-caret,
        .up2date-shop-cart-portlet .up2date-favorite form .cart_buttonRow div.btn-menu button.btn.btn-menu-caret,
        .up2date-shop-cart-portlet .up2date-favorite form .customercart_buttonRow div.btn-menu button.btn.btn-menu-caret,
        .up2date-shop-cart-portlet .up2date-favorite form .favorite_buttonRow div.btn-menu button.btn.btn-menu-caret,
        .up2date-shop-cart-portlet .up2date-checkout form .cart_buttonRow div.btn-menu button.btn.btn-menu-caret,
        .up2date-shop-cart-portlet .up2date-checkout form .customercart_buttonRow div.btn-menu button.btn.btn-menu-caret,
        .up2date-shop-cart-portlet .up2date-checkout form .favorite_buttonRow div.btn-menu button.btn.btn-menu-caret,
        .up2date-shop-customercart-portlet .up2date-cart form .cart_buttonRow div.btn-menu button.btn.btn-menu-caret,
        .up2date-shop-customercart-portlet .up2date-cart form .customercart_buttonRow div.btn-menu button.btn.btn-menu-caret,
        .up2date-shop-customercart-portlet .up2date-cart form .favorite_buttonRow div.btn-menu button.btn.btn-menu-caret,
        .up2date-shop-customercart-portlet .up2date-customercart form .cart_buttonRow div.btn-menu button.btn.btn-menu-caret,
        .up2date-shop-customercart-portlet .up2date-customercart form .customercart_buttonRow div.btn-menu button.btn.btn-menu-caret,
        .up2date-shop-customercart-portlet .up2date-customercart form .favorite_buttonRow div.btn-menu button.btn.btn-menu-caret,
        .up2date-shop-customercart-portlet .up2date-favorite form .cart_buttonRow div.btn-menu button.btn.btn-menu-caret,
        .up2date-shop-customercart-portlet .up2date-favorite form .customercart_buttonRow div.btn-menu button.btn.btn-menu-caret,
        .up2date-shop-customercart-portlet .up2date-favorite form .favorite_buttonRow div.btn-menu button.btn.btn-menu-caret,
        .up2date-shop-customercart-portlet .up2date-checkout form .cart_buttonRow div.btn-menu button.btn.btn-menu-caret,
        .up2date-shop-customercart-portlet .up2date-checkout form .customercart_buttonRow div.btn-menu button.btn.btn-menu-caret,
        .up2date-shop-customercart-portlet .up2date-checkout form .favorite_buttonRow div.btn-menu button.btn.btn-menu-caret,
        .up2date-shop-favorite-portlet .up2date-cart form .cart_buttonRow div.btn-menu button.btn.btn-menu-caret,
        .up2date-shop-favorite-portlet .up2date-cart form .customercart_buttonRow div.btn-menu button.btn.btn-menu-caret,
        .up2date-shop-favorite-portlet .up2date-cart form .favorite_buttonRow div.btn-menu button.btn.btn-menu-caret,
        .up2date-shop-favorite-portlet .up2date-customercart form .cart_buttonRow div.btn-menu button.btn.btn-menu-caret,
        .up2date-shop-favorite-portlet .up2date-customercart form .customercart_buttonRow div.btn-menu button.btn.btn-menu-caret,
        .up2date-shop-favorite-portlet .up2date-customercart form .favorite_buttonRow div.btn-menu button.btn.btn-menu-caret,
        .up2date-shop-favorite-portlet .up2date-favorite form .cart_buttonRow div.btn-menu button.btn.btn-menu-caret,
        .up2date-shop-favorite-portlet .up2date-favorite form .customercart_buttonRow div.btn-menu button.btn.btn-menu-caret,
        .up2date-shop-favorite-portlet .up2date-favorite form .favorite_buttonRow div.btn-menu button.btn.btn-menu-caret,
        .up2date-shop-favorite-portlet .up2date-checkout form .cart_buttonRow div.btn-menu button.btn.btn-menu-caret,
        .up2date-shop-favorite-portlet .up2date-checkout form .customercart_buttonRow div.btn-menu button.btn.btn-menu-caret,
        .up2date-shop-favorite-portlet .up2date-checkout form .favorite_buttonRow div.btn-menu button.btn.btn-menu-caret,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-cart form .cart_buttonRow div.btn-menu button.btn.btn-menu-caret,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-cart form .customercart_buttonRow div.btn-menu button.btn.btn-menu-caret,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-cart form .favorite_buttonRow div.btn-menu button.btn.btn-menu-caret,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .cart_buttonRow div.btn-menu button.btn.btn-menu-caret,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .customercart_buttonRow div.btn-menu button.btn.btn-menu-caret,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .favorite_buttonRow div.btn-menu button.btn.btn-menu-caret,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .cart_buttonRow div.btn-menu button.btn.btn-menu-caret,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .customercart_buttonRow div.btn-menu button.btn.btn-menu-caret,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .favorite_buttonRow div.btn-menu button.btn.btn-menu-caret,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .cart_buttonRow div.btn-menu button.btn.btn-menu-caret,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .customercart_buttonRow div.btn-menu button.btn.btn-menu-caret,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .favorite_buttonRow div.btn-menu button.btn.btn-menu-caret,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-cart form .cart_buttonRow div.btn-menu button.btn.btn-menu-caret,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-cart form .customercart_buttonRow div.btn-menu button.btn.btn-menu-caret,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-cart form .favorite_buttonRow div.btn-menu button.btn.btn-menu-caret,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .cart_buttonRow div.btn-menu button.btn.btn-menu-caret,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .customercart_buttonRow div.btn-menu button.btn.btn-menu-caret,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-customercart form .favorite_buttonRow div.btn-menu button.btn.btn-menu-caret,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .cart_buttonRow div.btn-menu button.btn.btn-menu-caret,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .customercart_buttonRow div.btn-menu button.btn.btn-menu-caret,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-favorite form .favorite_buttonRow div.btn-menu button.btn.btn-menu-caret,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .cart_buttonRow div.btn-menu button.btn.btn-menu-caret,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .customercart_buttonRow div.btn-menu button.btn.btn-menu-caret,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-checkout form .favorite_buttonRow div.btn-menu button.btn.btn-menu-caret,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-cart form .cart_buttonRow div.btn-menu button.btn.btn-menu-caret,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-cart form .customercart_buttonRow div.btn-menu button.btn.btn-menu-caret,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-cart form .favorite_buttonRow div.btn-menu button.btn.btn-menu-caret,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-customercart form .cart_buttonRow div.btn-menu button.btn.btn-menu-caret,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-customercart form .customercart_buttonRow div.btn-menu button.btn.btn-menu-caret,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-customercart form .favorite_buttonRow div.btn-menu button.btn.btn-menu-caret,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-favorite form .cart_buttonRow div.btn-menu button.btn.btn-menu-caret,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-favorite form .customercart_buttonRow div.btn-menu button.btn.btn-menu-caret,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-favorite form .favorite_buttonRow div.btn-menu button.btn.btn-menu-caret,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-checkout form .cart_buttonRow div.btn-menu button.btn.btn-menu-caret,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-checkout form .customercart_buttonRow div.btn-menu button.btn.btn-menu-caret,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-checkout form .favorite_buttonRow div.btn-menu button.btn.btn-menu-caret {
          margin-left: 0;
          padding: 0 10px;
          border-left: none;
          -webkit-border-top-right-radius: 5px;
          -moz-border-radius-topright: 5px;
          border-top-right-radius: 5px;
          -webkit-border-bottom-right-radius: 5px;
          -moz-border-radius-bottomright: 5px;
          border-bottom-right-radius: 5px; }
      .up2date-shop-checkout-portlet .up2date-cart form span.alloy-panel-group,
      .up2date-shop-checkout-portlet .up2date-customercart form span.alloy-panel-group,
      .up2date-shop-checkout-portlet .up2date-favorite form span.alloy-panel-group,
      .up2date-shop-checkout-portlet .up2date-checkout form span.alloy-panel-group,
      .up2date-shop-cart-portlet .up2date-cart form span.alloy-panel-group,
      .up2date-shop-cart-portlet .up2date-customercart form span.alloy-panel-group,
      .up2date-shop-cart-portlet .up2date-favorite form span.alloy-panel-group,
      .up2date-shop-cart-portlet .up2date-checkout form span.alloy-panel-group,
      .up2date-shop-customercart-portlet .up2date-cart form span.alloy-panel-group,
      .up2date-shop-customercart-portlet .up2date-customercart form span.alloy-panel-group,
      .up2date-shop-customercart-portlet .up2date-favorite form span.alloy-panel-group,
      .up2date-shop-customercart-portlet .up2date-checkout form span.alloy-panel-group,
      .up2date-shop-favorite-portlet .up2date-cart form span.alloy-panel-group,
      .up2date-shop-favorite-portlet .up2date-customercart form span.alloy-panel-group,
      .up2date-shop-favorite-portlet .up2date-favorite form span.alloy-panel-group,
      .up2date-shop-favorite-portlet .up2date-checkout form span.alloy-panel-group,
      .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-cart form span.alloy-panel-group,
      .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-customercart form span.alloy-panel-group,
      .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-favorite form span.alloy-panel-group,
      .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .up2date-checkout form span.alloy-panel-group,
      .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-cart form span.alloy-panel-group,
      .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-customercart form span.alloy-panel-group,
      .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-favorite form span.alloy-panel-group,
      .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .up2date-checkout form span.alloy-panel-group,
      .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-cart form span.alloy-panel-group,
      .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-customercart form span.alloy-panel-group,
      .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-favorite form span.alloy-panel-group,
      .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .up2date-checkout form span.alloy-panel-group {
        font-size: 15px;
        margin: 25px 0 25px 0; }
  .up2date-shop-checkout-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"],
  .up2date-shop-checkout-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"],
  .up2date-shop-cart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"],
  .up2date-shop-cart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"],
  .up2date-shop-customercart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"],
  .up2date-shop-customercart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"],
  .up2date-shop-favorite-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"],
  .up2date-shop-favorite-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"],
  .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"],
  .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"],
  .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"],
  .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"],
  .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"],
  .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] {
    max-width: 600px; }
    .up2date-shop-checkout-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] .control-group,
    .up2date-shop-checkout-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] .control-group,
    .up2date-shop-cart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] .control-group,
    .up2date-shop-cart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] .control-group,
    .up2date-shop-customercart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] .control-group,
    .up2date-shop-customercart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] .control-group,
    .up2date-shop-favorite-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] .control-group,
    .up2date-shop-favorite-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] .control-group,
    .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] .control-group,
    .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] .control-group,
    .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] .control-group,
    .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] .control-group,
    .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] .control-group,
    .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] .control-group {
      margin-bottom: 5px; }
    @media all and (min-width: 600px) {
      .up2date-shop-checkout-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] .alloy-output-text,
      .up2date-shop-checkout-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] .control-label,
      .up2date-shop-checkout-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] .alloy-output-text,
      .up2date-shop-checkout-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] .control-label,
      .up2date-shop-cart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] .alloy-output-text,
      .up2date-shop-cart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] .control-label,
      .up2date-shop-cart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] .alloy-output-text,
      .up2date-shop-cart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] .control-label,
      .up2date-shop-customercart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] .alloy-output-text,
      .up2date-shop-customercart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] .control-label,
      .up2date-shop-customercart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] .alloy-output-text,
      .up2date-shop-customercart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] .control-label,
      .up2date-shop-favorite-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] .alloy-output-text,
      .up2date-shop-favorite-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] .control-label,
      .up2date-shop-favorite-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] .alloy-output-text,
      .up2date-shop-favorite-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] .control-label,
      .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] .alloy-output-text,
      .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] .control-label,
      .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] .alloy-output-text,
      .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] .control-label,
      .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] .alloy-output-text,
      .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] .control-label,
      .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] .alloy-output-text,
      .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] .control-label,
      .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] .alloy-output-text,
      .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] .control-label,
      .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] .alloy-output-text,
      .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] .control-label {
        width: 133px;
        max-width: 133px;
        overflow: hidden;
        float: left;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto; } }
    .up2date-shop-checkout-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] textarea,
    .up2date-shop-checkout-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] textarea,
    .up2date-shop-cart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] textarea,
    .up2date-shop-cart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] textarea,
    .up2date-shop-customercart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] textarea,
    .up2date-shop-customercart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] textarea,
    .up2date-shop-favorite-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] textarea,
    .up2date-shop-favorite-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] textarea,
    .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] textarea,
    .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] textarea,
    .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] textarea,
    .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] textarea,
    .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] textarea,
    .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] textarea {
      min-width: -moz-calc((100% - 150px));
      min-width: -webkit-calc((100% - 150px));
      min-width: calc((100% - 150px)); }
    .up2date-shop-checkout-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] select,
    .up2date-shop-checkout-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] input,
    .up2date-shop-checkout-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] select,
    .up2date-shop-checkout-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] input,
    .up2date-shop-cart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] select,
    .up2date-shop-cart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] input,
    .up2date-shop-cart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] select,
    .up2date-shop-cart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] input,
    .up2date-shop-customercart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] select,
    .up2date-shop-customercart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] input,
    .up2date-shop-customercart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] select,
    .up2date-shop-customercart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] input,
    .up2date-shop-favorite-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] select,
    .up2date-shop-favorite-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] input,
    .up2date-shop-favorite-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] select,
    .up2date-shop-favorite-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] input,
    .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] select,
    .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] input,
    .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] select,
    .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] input,
    .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] select,
    .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] input,
    .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] select,
    .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] input,
    .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] select,
    .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] input,
    .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] select,
    .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] input {
      width: 100%;
      height: auto;
      margin-bottom: 5px;
      padding-top: 0;
      padding-bottom: 0; }
      .up2date-shop-checkout-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] select.address-street-edit,
      .up2date-shop-checkout-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] input.address-street-edit,
      .up2date-shop-checkout-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] select.address-street-edit,
      .up2date-shop-checkout-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] input.address-street-edit,
      .up2date-shop-cart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] select.address-street-edit,
      .up2date-shop-cart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] input.address-street-edit,
      .up2date-shop-cart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] select.address-street-edit,
      .up2date-shop-cart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] input.address-street-edit,
      .up2date-shop-customercart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] select.address-street-edit,
      .up2date-shop-customercart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] input.address-street-edit,
      .up2date-shop-customercart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] select.address-street-edit,
      .up2date-shop-customercart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] input.address-street-edit,
      .up2date-shop-favorite-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] select.address-street-edit,
      .up2date-shop-favorite-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] input.address-street-edit,
      .up2date-shop-favorite-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] select.address-street-edit,
      .up2date-shop-favorite-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] input.address-street-edit,
      .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] select.address-street-edit,
      .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] input.address-street-edit,
      .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] select.address-street-edit,
      .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] input.address-street-edit,
      .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] select.address-street-edit,
      .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] input.address-street-edit,
      .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] select.address-street-edit,
      .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] input.address-street-edit,
      .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] select.address-street-edit,
      .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] input.address-street-edit,
      .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] select.address-street-edit,
      .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] input.address-street-edit {
        width: 70%; }
      .up2date-shop-checkout-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] select.address-streetnumber-edit,
      .up2date-shop-checkout-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] input.address-streetnumber-edit,
      .up2date-shop-checkout-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] select.address-streetnumber-edit,
      .up2date-shop-checkout-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] input.address-streetnumber-edit,
      .up2date-shop-cart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] select.address-streetnumber-edit,
      .up2date-shop-cart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] input.address-streetnumber-edit,
      .up2date-shop-cart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] select.address-streetnumber-edit,
      .up2date-shop-cart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] input.address-streetnumber-edit,
      .up2date-shop-customercart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] select.address-streetnumber-edit,
      .up2date-shop-customercart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] input.address-streetnumber-edit,
      .up2date-shop-customercart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] select.address-streetnumber-edit,
      .up2date-shop-customercart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] input.address-streetnumber-edit,
      .up2date-shop-favorite-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] select.address-streetnumber-edit,
      .up2date-shop-favorite-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] input.address-streetnumber-edit,
      .up2date-shop-favorite-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] select.address-streetnumber-edit,
      .up2date-shop-favorite-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] input.address-streetnumber-edit,
      .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] select.address-streetnumber-edit,
      .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] input.address-streetnumber-edit,
      .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] select.address-streetnumber-edit,
      .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] input.address-streetnumber-edit,
      .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] select.address-streetnumber-edit,
      .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] input.address-streetnumber-edit,
      .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] select.address-streetnumber-edit,
      .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] input.address-streetnumber-edit,
      .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] select.address-streetnumber-edit,
      .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] input.address-streetnumber-edit,
      .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] select.address-streetnumber-edit,
      .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] input.address-streetnumber-edit {
        width: 25%;
        float: right; }
      .up2date-shop-checkout-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] select.address-zip-edit,
      .up2date-shop-checkout-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] input.address-zip-edit,
      .up2date-shop-checkout-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] select.address-zip-edit,
      .up2date-shop-checkout-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] input.address-zip-edit,
      .up2date-shop-cart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] select.address-zip-edit,
      .up2date-shop-cart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] input.address-zip-edit,
      .up2date-shop-cart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] select.address-zip-edit,
      .up2date-shop-cart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] input.address-zip-edit,
      .up2date-shop-customercart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] select.address-zip-edit,
      .up2date-shop-customercart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] input.address-zip-edit,
      .up2date-shop-customercart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] select.address-zip-edit,
      .up2date-shop-customercart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] input.address-zip-edit,
      .up2date-shop-favorite-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] select.address-zip-edit,
      .up2date-shop-favorite-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] input.address-zip-edit,
      .up2date-shop-favorite-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] select.address-zip-edit,
      .up2date-shop-favorite-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] input.address-zip-edit,
      .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] select.address-zip-edit,
      .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] input.address-zip-edit,
      .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] select.address-zip-edit,
      .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] input.address-zip-edit,
      .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] select.address-zip-edit,
      .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] input.address-zip-edit,
      .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] select.address-zip-edit,
      .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] input.address-zip-edit,
      .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] select.address-zip-edit,
      .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] input.address-zip-edit,
      .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] select.address-zip-edit,
      .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] input.address-zip-edit {
        width: 25%; }
      .up2date-shop-checkout-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] select.address-city-edit,
      .up2date-shop-checkout-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] input.address-city-edit,
      .up2date-shop-checkout-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] select.address-city-edit,
      .up2date-shop-checkout-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] input.address-city-edit,
      .up2date-shop-cart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] select.address-city-edit,
      .up2date-shop-cart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] input.address-city-edit,
      .up2date-shop-cart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] select.address-city-edit,
      .up2date-shop-cart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] input.address-city-edit,
      .up2date-shop-customercart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] select.address-city-edit,
      .up2date-shop-customercart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] input.address-city-edit,
      .up2date-shop-customercart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] select.address-city-edit,
      .up2date-shop-customercart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] input.address-city-edit,
      .up2date-shop-favorite-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] select.address-city-edit,
      .up2date-shop-favorite-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] input.address-city-edit,
      .up2date-shop-favorite-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] select.address-city-edit,
      .up2date-shop-favorite-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] input.address-city-edit,
      .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] select.address-city-edit,
      .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] input.address-city-edit,
      .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] select.address-city-edit,
      .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] input.address-city-edit,
      .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] select.address-city-edit,
      .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] input.address-city-edit,
      .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] select.address-city-edit,
      .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] input.address-city-edit,
      .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] select.address-city-edit,
      .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] input.address-city-edit,
      .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] select.address-city-edit,
      .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] input.address-city-edit {
        width: 70%;
        float: right; }
    @media all and (min-width: 600px) {
      .up2date-shop-checkout-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] select,
      .up2date-shop-checkout-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] textarea,
      .up2date-shop-checkout-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] input,
      .up2date-shop-checkout-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] select,
      .up2date-shop-checkout-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] textarea,
      .up2date-shop-checkout-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] input,
      .up2date-shop-cart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] select,
      .up2date-shop-cart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] textarea,
      .up2date-shop-cart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] input,
      .up2date-shop-cart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] select,
      .up2date-shop-cart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] textarea,
      .up2date-shop-cart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] input,
      .up2date-shop-customercart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] select,
      .up2date-shop-customercart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] textarea,
      .up2date-shop-customercart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] input,
      .up2date-shop-customercart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] select,
      .up2date-shop-customercart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] textarea,
      .up2date-shop-customercart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] input,
      .up2date-shop-favorite-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] select,
      .up2date-shop-favorite-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] textarea,
      .up2date-shop-favorite-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] input,
      .up2date-shop-favorite-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] select,
      .up2date-shop-favorite-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] textarea,
      .up2date-shop-favorite-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] input,
      .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] select,
      .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] textarea,
      .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] input,
      .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] select,
      .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] textarea,
      .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] input,
      .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] select,
      .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] textarea,
      .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] input,
      .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] select,
      .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] textarea,
      .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] input,
      .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] select,
      .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] textarea,
      .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] input,
      .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] select,
      .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] textarea,
      .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] input {
        width: -moz-calc((100% - 150px));
        width: -webkit-calc((100% - 150px));
        width: calc((100% - 150px));
        float: right; }
      .up2date-shop-checkout-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] .control-group .alloy-row,
      .up2date-shop-checkout-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] .control-group .alloy-row,
      .up2date-shop-cart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] .control-group .alloy-row,
      .up2date-shop-cart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] .control-group .alloy-row,
      .up2date-shop-customercart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] .control-group .alloy-row,
      .up2date-shop-customercart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] .control-group .alloy-row,
      .up2date-shop-favorite-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] .control-group .alloy-row,
      .up2date-shop-favorite-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] .control-group .alloy-row,
      .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] .control-group .alloy-row,
      .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] .control-group .alloy-row,
      .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] .control-group .alloy-row,
      .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] .control-group .alloy-row,
      .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] .control-group .alloy-row,
      .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] .control-group .alloy-row {
        width: -moz-calc((100% - 150px));
        width: -webkit-calc((100% - 150px));
        width: calc((100% - 150px));
        float: right; }
        .up2date-shop-checkout-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] .control-group .alloy-row input.address-street-edit,
        .up2date-shop-checkout-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] .control-group .alloy-row input.address-street-edit,
        .up2date-shop-cart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] .control-group .alloy-row input.address-street-edit,
        .up2date-shop-cart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] .control-group .alloy-row input.address-street-edit,
        .up2date-shop-customercart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] .control-group .alloy-row input.address-street-edit,
        .up2date-shop-customercart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] .control-group .alloy-row input.address-street-edit,
        .up2date-shop-favorite-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] .control-group .alloy-row input.address-street-edit,
        .up2date-shop-favorite-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] .control-group .alloy-row input.address-street-edit,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] .control-group .alloy-row input.address-street-edit,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] .control-group .alloy-row input.address-street-edit,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] .control-group .alloy-row input.address-street-edit,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] .control-group .alloy-row input.address-street-edit,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] .control-group .alloy-row input.address-street-edit,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] .control-group .alloy-row input.address-street-edit {
          width: 70%;
          float: left; }
        .up2date-shop-checkout-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] .control-group .alloy-row input.address-streetnumber-edit,
        .up2date-shop-checkout-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] .control-group .alloy-row input.address-streetnumber-edit,
        .up2date-shop-cart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] .control-group .alloy-row input.address-streetnumber-edit,
        .up2date-shop-cart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] .control-group .alloy-row input.address-streetnumber-edit,
        .up2date-shop-customercart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] .control-group .alloy-row input.address-streetnumber-edit,
        .up2date-shop-customercart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] .control-group .alloy-row input.address-streetnumber-edit,
        .up2date-shop-favorite-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] .control-group .alloy-row input.address-streetnumber-edit,
        .up2date-shop-favorite-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] .control-group .alloy-row input.address-streetnumber-edit,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] .control-group .alloy-row input.address-streetnumber-edit,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] .control-group .alloy-row input.address-streetnumber-edit,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] .control-group .alloy-row input.address-streetnumber-edit,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] .control-group .alloy-row input.address-streetnumber-edit,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] .control-group .alloy-row input.address-streetnumber-edit,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] .control-group .alloy-row input.address-streetnumber-edit {
          width: 25%; }
        .up2date-shop-checkout-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] .control-group .alloy-row input.address-zip-edit,
        .up2date-shop-checkout-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] .control-group .alloy-row input.address-zip-edit,
        .up2date-shop-cart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] .control-group .alloy-row input.address-zip-edit,
        .up2date-shop-cart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] .control-group .alloy-row input.address-zip-edit,
        .up2date-shop-customercart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] .control-group .alloy-row input.address-zip-edit,
        .up2date-shop-customercart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] .control-group .alloy-row input.address-zip-edit,
        .up2date-shop-favorite-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] .control-group .alloy-row input.address-zip-edit,
        .up2date-shop-favorite-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] .control-group .alloy-row input.address-zip-edit,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] .control-group .alloy-row input.address-zip-edit,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] .control-group .alloy-row input.address-zip-edit,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] .control-group .alloy-row input.address-zip-edit,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] .control-group .alloy-row input.address-zip-edit,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] .control-group .alloy-row input.address-zip-edit,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] .control-group .alloy-row input.address-zip-edit {
          width: 25%;
          float: left; }
        .up2date-shop-checkout-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] .control-group .alloy-row input.address-city-edit,
        .up2date-shop-checkout-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] .control-group .alloy-row input.address-city-edit,
        .up2date-shop-cart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] .control-group .alloy-row input.address-city-edit,
        .up2date-shop-cart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] .control-group .alloy-row input.address-city-edit,
        .up2date-shop-customercart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] .control-group .alloy-row input.address-city-edit,
        .up2date-shop-customercart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] .control-group .alloy-row input.address-city-edit,
        .up2date-shop-favorite-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] .control-group .alloy-row input.address-city-edit,
        .up2date-shop-favorite-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] .control-group .alloy-row input.address-city-edit,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] .control-group .alloy-row input.address-city-edit,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] .control-group .alloy-row input.address-city-edit,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] .control-group .alloy-row input.address-city-edit,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] .control-group .alloy-row input.address-city-edit,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] .control-group .alloy-row input.address-city-edit,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] .control-group .alloy-row input.address-city-edit {
          width: 70%; } }
    .up2date-shop-checkout-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"],
    .up2date-shop-checkout-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"],
    .up2date-shop-cart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"],
    .up2date-shop-cart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"],
    .up2date-shop-customercart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"],
    .up2date-shop-customercart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"],
    .up2date-shop-favorite-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"],
    .up2date-shop-favorite-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"],
    .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"],
    .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"],
    .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"],
    .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"],
    .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"],
    .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] {
      margin: 10px 0 30px 0;
      padding: 10px 0 10px 0;
      border-top: 1px solid #555555;
      border-bottom: 1px solid #555555;
      width: 100%;
      height: auto;
      overflow: hidden;
      display: block; }
      .up2date-shop-checkout-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] > .alloy-panel,
      .up2date-shop-checkout-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] > .alloy-panel,
      .up2date-shop-cart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] > .alloy-panel,
      .up2date-shop-cart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] > .alloy-panel,
      .up2date-shop-customercart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] > .alloy-panel,
      .up2date-shop-customercart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] > .alloy-panel,
      .up2date-shop-favorite-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] > .alloy-panel,
      .up2date-shop-favorite-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] > .alloy-panel,
      .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] > .alloy-panel,
      .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] > .alloy-panel,
      .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] > .alloy-panel,
      .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] > .alloy-panel,
      .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] > .alloy-panel,
      .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] > .alloy-panel {
        margin-bottom: 0; }
      .up2date-shop-checkout-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] label[for="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:divergent_delivery_address"],
      .up2date-shop-checkout-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] label[for="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:divergent_delivery_address"],
      .up2date-shop-cart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] label[for="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:divergent_delivery_address"],
      .up2date-shop-cart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] label[for="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:divergent_delivery_address"],
      .up2date-shop-customercart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] label[for="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:divergent_delivery_address"],
      .up2date-shop-customercart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] label[for="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:divergent_delivery_address"],
      .up2date-shop-favorite-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] label[for="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:divergent_delivery_address"],
      .up2date-shop-favorite-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] label[for="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:divergent_delivery_address"],
      .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] label[for="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:divergent_delivery_address"],
      .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] label[for="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:divergent_delivery_address"],
      .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] label[for="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:divergent_delivery_address"],
      .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] label[for="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:divergent_delivery_address"],
      .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] label[for="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:divergent_delivery_address"],
      .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] label[for="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:divergent_delivery_address"] {
        width: auto;
        margin-bottom: 0; }
      .up2date-shop-checkout-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] input[type="checkbox"],
      .up2date-shop-checkout-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] input[type="checkbox"],
      .up2date-shop-cart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] input[type="checkbox"],
      .up2date-shop-cart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] input[type="checkbox"],
      .up2date-shop-customercart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] input[type="checkbox"],
      .up2date-shop-customercart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] input[type="checkbox"],
      .up2date-shop-favorite-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] input[type="checkbox"],
      .up2date-shop-favorite-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] input[type="checkbox"],
      .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] input[type="checkbox"],
      .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] input[type="checkbox"],
      .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] input[type="checkbox"],
      .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] input[type="checkbox"],
      .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] input[type="checkbox"],
      .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] input[type="checkbox"] {
        width: auto;
        float: left;
        margin: 0 20px; }
      .up2date-shop-checkout-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:delivery_address"],
      .up2date-shop-checkout-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:delivery_address"],
      .up2date-shop-cart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:delivery_address"],
      .up2date-shop-cart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:delivery_address"],
      .up2date-shop-customercart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:delivery_address"],
      .up2date-shop-customercart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:delivery_address"],
      .up2date-shop-favorite-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:delivery_address"],
      .up2date-shop-favorite-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:delivery_address"],
      .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:delivery_address"],
      .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:delivery_address"],
      .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:delivery_address"],
      .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:delivery_address"],
      .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:delivery_address"],
      .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkout"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:delivery_address"] {
        margin-top: 25px; }
  .up2date-shop-checkout-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_buttons"] button.btn,
  .up2date-shop-checkout-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_buttons"] div.btn,
  .up2date-shop-checkout-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_buttons"] a.btn,
  .up2date-shop-cart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_buttons"] button.btn,
  .up2date-shop-cart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_buttons"] div.btn,
  .up2date-shop-cart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_buttons"] a.btn,
  .up2date-shop-customercart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_buttons"] button.btn,
  .up2date-shop-customercart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_buttons"] div.btn,
  .up2date-shop-customercart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_buttons"] a.btn,
  .up2date-shop-favorite-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_buttons"] button.btn,
  .up2date-shop-favorite-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_buttons"] div.btn,
  .up2date-shop-favorite-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_buttons"] a.btn,
  .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_buttons"] button.btn,
  .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_buttons"] div.btn,
  .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_buttons"] a.btn,
  .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_buttons"] button.btn,
  .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_buttons"] div.btn,
  .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_buttons"] a.btn,
  .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_buttons"] button.btn,
  .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_buttons"] div.btn,
  .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_buttons"] a.btn {
    padding: 5px 20px; }
  .up2date-shop-checkout-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_buttons"] button.btn:last-child,
  .up2date-shop-checkout-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_buttons"] div.btn:last-child,
  .up2date-shop-checkout-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_buttons"] div.btn-menu:last-child,
  .up2date-shop-cart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_buttons"] button.btn:last-child,
  .up2date-shop-cart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_buttons"] div.btn:last-child,
  .up2date-shop-cart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_buttons"] div.btn-menu:last-child,
  .up2date-shop-customercart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_buttons"] button.btn:last-child,
  .up2date-shop-customercart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_buttons"] div.btn:last-child,
  .up2date-shop-customercart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_buttons"] div.btn-menu:last-child,
  .up2date-shop-favorite-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_buttons"] button.btn:last-child,
  .up2date-shop-favorite-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_buttons"] div.btn:last-child,
  .up2date-shop-favorite-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_buttons"] div.btn-menu:last-child,
  .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_buttons"] button.btn:last-child,
  .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_buttons"] div.btn:last-child,
  .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_buttons"] div.btn-menu:last-child,
  .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_buttons"] button.btn:last-child,
  .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_buttons"] div.btn:last-child,
  .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_buttons"] div.btn-menu:last-child,
  .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_buttons"] button.btn:last-child,
  .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_buttons"] div.btn:last-child,
  .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_buttons"] div.btn-menu:last-child {
    float: right;
    margin-right: 0; }
  .up2date-shop-checkout-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm"] .checkout-addresses-header,
  .up2date-shop-cart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm"] .checkout-addresses-header,
  .up2date-shop-customercart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm"] .checkout-addresses-header,
  .up2date-shop-favorite-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm"] .checkout-addresses-header,
  .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm"] .checkout-addresses-header,
  .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm"] .checkout-addresses-header,
  .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm"] .checkout-addresses-header {
    width: 100%;
    height: auto;
    overflow: hidden;
    max-width: 600px;
    display: block;
    float: none;
    font-weight: 700;
    font-size: 20px !IMPORTANT;
    line-height: 1.5em !IMPORTANT;
    margin: 0; }
    .up2date-shop-checkout-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm"] .checkout-addresses-header:first-child,
    .up2date-shop-cart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm"] .checkout-addresses-header:first-child,
    .up2date-shop-customercart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm"] .checkout-addresses-header:first-child,
    .up2date-shop-favorite-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm"] .checkout-addresses-header:first-child,
    .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm"] .checkout-addresses-header:first-child,
    .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm"] .checkout-addresses-header:first-child,
    .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm"] .checkout-addresses-header:first-child {
      margin-top: 0; }
    .up2date-shop-checkout-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm"] .checkout-addresses-header:last-child,
    .up2date-shop-cart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm"] .checkout-addresses-header:last-child,
    .up2date-shop-customercart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm"] .checkout-addresses-header:last-child,
    .up2date-shop-favorite-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm"] .checkout-addresses-header:last-child,
    .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm"] .checkout-addresses-header:last-child,
    .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm"] .checkout-addresses-header:last-child,
    .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm"] .checkout-addresses-header:last-child {
      font-size: 1rem;
      font-style: italic; }
  .up2date-shop-checkout-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:confirmationForm"] .confirmation-address-header,
  .up2date-shop-cart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:confirmationForm"] .confirmation-address-header,
  .up2date-shop-customercart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:confirmationForm"] .confirmation-address-header,
  .up2date-shop-favorite-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:confirmationForm"] .confirmation-address-header,
  .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:confirmationForm"] .confirmation-address-header,
  .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:confirmationForm"] .confirmation-address-header,
  .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:confirmationForm"] .confirmation-address-header {
    width: 100%;
    height: auto;
    overflow: hidden;
    max-width: 600px;
    display: block;
    float: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5em;
    margin: 0; }
    .up2date-shop-checkout-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:confirmationForm"] .confirmation-address-header:first-child,
    .up2date-shop-cart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:confirmationForm"] .confirmation-address-header:first-child,
    .up2date-shop-customercart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:confirmationForm"] .confirmation-address-header:first-child,
    .up2date-shop-favorite-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:confirmationForm"] .confirmation-address-header:first-child,
    .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:confirmationForm"] .confirmation-address-header:first-child,
    .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:confirmationForm"] .confirmation-address-header:first-child,
    .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:confirmationForm"] .confirmation-address-header:first-child {
      margin-top: 0; }
    .up2date-shop-checkout-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:confirmationForm"] .confirmation-address-header:last-child,
    .up2date-shop-cart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:confirmationForm"] .confirmation-address-header:last-child,
    .up2date-shop-customercart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:confirmationForm"] .confirmation-address-header:last-child,
    .up2date-shop-favorite-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:confirmationForm"] .confirmation-address-header:last-child,
    .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:confirmationForm"] .confirmation-address-header:last-child,
    .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:confirmationForm"] .confirmation-address-header:last-child,
    .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:confirmationForm"] .confirmation-address-header:last-child {
      font-size: 1rem;
      font-style: italic; }
  .up2date-shop-checkout-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:confirmationForm"] .main-table.up2date-entries-positions,
  .up2date-shop-cart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:confirmationForm"] .main-table.up2date-entries-positions,
  .up2date-shop-customercart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:confirmationForm"] .main-table.up2date-entries-positions,
  .up2date-shop-favorite-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:confirmationForm"] .main-table.up2date-entries-positions,
  .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:confirmationForm"] .main-table.up2date-entries-positions,
  .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:confirmationForm"] .main-table.up2date-entries-positions,
  .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:confirmationForm"] .main-table.up2date-entries-positions {
    margin-top: 5px; }
  .up2date-shop-checkout-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] .summary-addresses-header,
  .up2date-shop-cart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] .summary-addresses-header,
  .up2date-shop-customercart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] .summary-addresses-header,
  .up2date-shop-favorite-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] .summary-addresses-header,
  .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] .summary-addresses-header,
  .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] .summary-addresses-header,
  .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] .summary-addresses-header {
    width: 100%;
    height: auto;
    overflow: hidden;
    max-width: 600px;
    display: block;
    float: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5em;
    margin: 0; }
    .up2date-shop-checkout-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] .summary-addresses-header:first-child,
    .up2date-shop-cart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] .summary-addresses-header:first-child,
    .up2date-shop-customercart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] .summary-addresses-header:first-child,
    .up2date-shop-favorite-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] .summary-addresses-header:first-child,
    .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] .summary-addresses-header:first-child,
    .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] .summary-addresses-header:first-child,
    .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] .summary-addresses-header:first-child {
      margin-top: 0; }
    .up2date-shop-checkout-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] .summary-addresses-header:last-child,
    .up2date-shop-cart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] .summary-addresses-header:last-child,
    .up2date-shop-customercart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] .summary-addresses-header:last-child,
    .up2date-shop-favorite-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] .summary-addresses-header:last-child,
    .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] .summary-addresses-header:last-child,
    .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] .summary-addresses-header:last-child,
    .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] .summary-addresses-header:last-child {
      font-size: 1rem;
      font-style: italic; }
  .up2date-shop-checkout-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] .main-table.up2date-entries-positions,
  .up2date-shop-cart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] .main-table.up2date-entries-positions,
  .up2date-shop-customercart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] .main-table.up2date-entries-positions,
  .up2date-shop-favorite-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] .main-table.up2date-entries-positions,
  .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] .main-table.up2date-entries-positions,
  .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] .main-table.up2date-entries-positions,
  .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] .main-table.up2date-entries-positions {
    margin-top: 5px; }
  .up2date-shop-checkout-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] > .alloy-panel-group,
  .up2date-shop-cart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] > .alloy-panel-group,
  .up2date-shop-customercart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] > .alloy-panel-group,
  .up2date-shop-favorite-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] > .alloy-panel-group,
  .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] > .alloy-panel-group,
  .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] > .alloy-panel-group,
  .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] > .alloy-panel-group {
    width: 100%;
    height: auto;
    overflow: hidden;
    max-width: 600px; }
    .up2date-shop-checkout-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] > .alloy-panel-group.summary-payment-delivery-panel .alloy-row:nth-child(2n),
    .up2date-shop-cart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] > .alloy-panel-group.summary-payment-delivery-panel .alloy-row:nth-child(2n),
    .up2date-shop-customercart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] > .alloy-panel-group.summary-payment-delivery-panel .alloy-row:nth-child(2n),
    .up2date-shop-favorite-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] > .alloy-panel-group.summary-payment-delivery-panel .alloy-row:nth-child(2n),
    .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] > .alloy-panel-group.summary-payment-delivery-panel .alloy-row:nth-child(2n),
    .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] > .alloy-panel-group.summary-payment-delivery-panel .alloy-row:nth-child(2n),
    .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] > .alloy-panel-group.summary-payment-delivery-panel .alloy-row:nth-child(2n) {
      background-color: #eeeeee; }
    .up2date-shop-checkout-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] > .alloy-panel-group.summary-payment-delivery-panel .alloy-row .alloy-column,
    .up2date-shop-cart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] > .alloy-panel-group.summary-payment-delivery-panel .alloy-row .alloy-column,
    .up2date-shop-customercart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] > .alloy-panel-group.summary-payment-delivery-panel .alloy-row .alloy-column,
    .up2date-shop-favorite-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] > .alloy-panel-group.summary-payment-delivery-panel .alloy-row .alloy-column,
    .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] > .alloy-panel-group.summary-payment-delivery-panel .alloy-row .alloy-column,
    .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] > .alloy-panel-group.summary-payment-delivery-panel .alloy-row .alloy-column,
    .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] > .alloy-panel-group.summary-payment-delivery-panel .alloy-row .alloy-column {
      padding: 7px 20px;
      text-align: left; }
      .up2date-shop-checkout-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] > .alloy-panel-group.summary-payment-delivery-panel .alloy-row .alloy-column:first-child,
      .up2date-shop-cart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] > .alloy-panel-group.summary-payment-delivery-panel .alloy-row .alloy-column:first-child,
      .up2date-shop-customercart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] > .alloy-panel-group.summary-payment-delivery-panel .alloy-row .alloy-column:first-child,
      .up2date-shop-favorite-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] > .alloy-panel-group.summary-payment-delivery-panel .alloy-row .alloy-column:first-child,
      .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] > .alloy-panel-group.summary-payment-delivery-panel .alloy-row .alloy-column:first-child,
      .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] > .alloy-panel-group.summary-payment-delivery-panel .alloy-row .alloy-column:first-child,
      .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] > .alloy-panel-group.summary-payment-delivery-panel .alloy-row .alloy-column:first-child {
        padding-bottom: 0; }
      .up2date-shop-checkout-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] > .alloy-panel-group.summary-payment-delivery-panel .alloy-row .alloy-column:nth-child(2),
      .up2date-shop-cart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] > .alloy-panel-group.summary-payment-delivery-panel .alloy-row .alloy-column:nth-child(2),
      .up2date-shop-customercart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] > .alloy-panel-group.summary-payment-delivery-panel .alloy-row .alloy-column:nth-child(2),
      .up2date-shop-favorite-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] > .alloy-panel-group.summary-payment-delivery-panel .alloy-row .alloy-column:nth-child(2),
      .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] > .alloy-panel-group.summary-payment-delivery-panel .alloy-row .alloy-column:nth-child(2),
      .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] > .alloy-panel-group.summary-payment-delivery-panel .alloy-row .alloy-column:nth-child(2),
      .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] > .alloy-panel-group.summary-payment-delivery-panel .alloy-row .alloy-column:nth-child(2) {
        font-weight: 600;
        padding-top: 0; }
    @media all and (min-width: 600px) {
      .up2date-shop-checkout-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] > .alloy-panel-group.summary-payment-delivery-panel,
      .up2date-shop-cart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] > .alloy-panel-group.summary-payment-delivery-panel,
      .up2date-shop-customercart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] > .alloy-panel-group.summary-payment-delivery-panel,
      .up2date-shop-favorite-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] > .alloy-panel-group.summary-payment-delivery-panel,
      .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] > .alloy-panel-group.summary-payment-delivery-panel,
      .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] > .alloy-panel-group.summary-payment-delivery-panel,
      .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] > .alloy-panel-group.summary-payment-delivery-panel {
        display: table;
        table-layout: fixed;
        border-collapse: collapse; }
        .up2date-shop-checkout-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] > .alloy-panel-group.summary-payment-delivery-panel .alloy-row,
        .up2date-shop-cart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] > .alloy-panel-group.summary-payment-delivery-panel .alloy-row,
        .up2date-shop-customercart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] > .alloy-panel-group.summary-payment-delivery-panel .alloy-row,
        .up2date-shop-favorite-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] > .alloy-panel-group.summary-payment-delivery-panel .alloy-row,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] > .alloy-panel-group.summary-payment-delivery-panel .alloy-row,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] > .alloy-panel-group.summary-payment-delivery-panel .alloy-row,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] > .alloy-panel-group.summary-payment-delivery-panel .alloy-row {
          display: table-row; }
          .up2date-shop-checkout-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] > .alloy-panel-group.summary-payment-delivery-panel .alloy-row .alloy-column,
          .up2date-shop-cart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] > .alloy-panel-group.summary-payment-delivery-panel .alloy-row .alloy-column,
          .up2date-shop-customercart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] > .alloy-panel-group.summary-payment-delivery-panel .alloy-row .alloy-column,
          .up2date-shop-favorite-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] > .alloy-panel-group.summary-payment-delivery-panel .alloy-row .alloy-column,
          .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] > .alloy-panel-group.summary-payment-delivery-panel .alloy-row .alloy-column,
          .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] > .alloy-panel-group.summary-payment-delivery-panel .alloy-row .alloy-column,
          .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] > .alloy-panel-group.summary-payment-delivery-panel .alloy-row .alloy-column {
            display: table-cell; }
            .up2date-shop-checkout-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] > .alloy-panel-group.summary-payment-delivery-panel .alloy-row .alloy-column:first-child,
            .up2date-shop-cart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] > .alloy-panel-group.summary-payment-delivery-panel .alloy-row .alloy-column:first-child,
            .up2date-shop-customercart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] > .alloy-panel-group.summary-payment-delivery-panel .alloy-row .alloy-column:first-child,
            .up2date-shop-favorite-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] > .alloy-panel-group.summary-payment-delivery-panel .alloy-row .alloy-column:first-child,
            .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] > .alloy-panel-group.summary-payment-delivery-panel .alloy-row .alloy-column:first-child,
            .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] > .alloy-panel-group.summary-payment-delivery-panel .alloy-row .alloy-column:first-child,
            .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] > .alloy-panel-group.summary-payment-delivery-panel .alloy-row .alloy-column:first-child {
              width: 35%; }
            .up2date-shop-checkout-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] > .alloy-panel-group.summary-payment-delivery-panel .alloy-row .alloy-column:last-child,
            .up2date-shop-cart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] > .alloy-panel-group.summary-payment-delivery-panel .alloy-row .alloy-column:last-child,
            .up2date-shop-customercart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] > .alloy-panel-group.summary-payment-delivery-panel .alloy-row .alloy-column:last-child,
            .up2date-shop-favorite-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] > .alloy-panel-group.summary-payment-delivery-panel .alloy-row .alloy-column:last-child,
            .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] > .alloy-panel-group.summary-payment-delivery-panel .alloy-row .alloy-column:last-child,
            .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] > .alloy-panel-group.summary-payment-delivery-panel .alloy-row .alloy-column:last-child,
            .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] > .alloy-panel-group.summary-payment-delivery-panel .alloy-row .alloy-column:last-child {
              width: 60%;
              padding-top: 7px; }
            .up2date-shop-checkout-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] > .alloy-panel-group.summary-payment-delivery-panel .alloy-row .alloy-column:nth-child(2),
            .up2date-shop-cart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] > .alloy-panel-group.summary-payment-delivery-panel .alloy-row .alloy-column:nth-child(2),
            .up2date-shop-customercart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] > .alloy-panel-group.summary-payment-delivery-panel .alloy-row .alloy-column:nth-child(2),
            .up2date-shop-favorite-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] > .alloy-panel-group.summary-payment-delivery-panel .alloy-row .alloy-column:nth-child(2),
            .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] > .alloy-panel-group.summary-payment-delivery-panel .alloy-row .alloy-column:nth-child(2),
            .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] > .alloy-panel-group.summary-payment-delivery-panel .alloy-row .alloy-column:nth-child(2),
            .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] > .alloy-panel-group.summary-payment-delivery-panel .alloy-row .alloy-column:nth-child(2) {
              font-weight: 600;
              padding-top: 0; } }
  .up2date-shop-checkout-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] .alloy-panel-default,
  .up2date-shop-cart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] .alloy-panel-default,
  .up2date-shop-customercart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] .alloy-panel-default,
  .up2date-shop-favorite-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] .alloy-panel-default,
  .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] .alloy-panel-default,
  .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] .alloy-panel-default,
  .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] .alloy-panel-default {
    width: 100%;
    height: auto;
    overflow: hidden;
    max-width: 600px;
    margin-bottom: 0; }
    .up2date-shop-checkout-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] .alloy-panel-default .alloy-panel-body,
    .up2date-shop-cart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] .alloy-panel-default .alloy-panel-body,
    .up2date-shop-customercart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] .alloy-panel-default .alloy-panel-body,
    .up2date-shop-favorite-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] .alloy-panel-default .alloy-panel-body,
    .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] .alloy-panel-default .alloy-panel-body,
    .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] .alloy-panel-default .alloy-panel-body,
    .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] .alloy-panel-default .alloy-panel-body {
      width: 100%;
      height: auto; }
    .up2date-shop-checkout-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] .alloy-panel-default .alloy-row:nth-child(2n),
    .up2date-shop-cart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] .alloy-panel-default .alloy-row:nth-child(2n),
    .up2date-shop-customercart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] .alloy-panel-default .alloy-row:nth-child(2n),
    .up2date-shop-favorite-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] .alloy-panel-default .alloy-row:nth-child(2n),
    .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] .alloy-panel-default .alloy-row:nth-child(2n),
    .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] .alloy-panel-default .alloy-row:nth-child(2n),
    .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] .alloy-panel-default .alloy-row:nth-child(2n) {
      background-color: #eeeeee; }
    .up2date-shop-checkout-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] .alloy-panel-default .alloy-row .alloy-column,
    .up2date-shop-cart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] .alloy-panel-default .alloy-row .alloy-column,
    .up2date-shop-customercart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] .alloy-panel-default .alloy-row .alloy-column,
    .up2date-shop-favorite-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] .alloy-panel-default .alloy-row .alloy-column,
    .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] .alloy-panel-default .alloy-row .alloy-column,
    .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] .alloy-panel-default .alloy-row .alloy-column,
    .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] .alloy-panel-default .alloy-row .alloy-column {
      padding: 7px 20px 7px 20px;
      text-align: left; }
      .up2date-shop-checkout-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] .alloy-panel-default .alloy-row .alloy-column:first-child,
      .up2date-shop-cart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] .alloy-panel-default .alloy-row .alloy-column:first-child,
      .up2date-shop-customercart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] .alloy-panel-default .alloy-row .alloy-column:first-child,
      .up2date-shop-favorite-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] .alloy-panel-default .alloy-row .alloy-column:first-child,
      .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] .alloy-panel-default .alloy-row .alloy-column:first-child,
      .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] .alloy-panel-default .alloy-row .alloy-column:first-child,
      .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] .alloy-panel-default .alloy-row .alloy-column:first-child {
        font-size: 15px;
        padding-bottom: 0; }
      .up2date-shop-checkout-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] .alloy-panel-default .alloy-row .alloy-column:nth-child(2),
      .up2date-shop-cart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] .alloy-panel-default .alloy-row .alloy-column:nth-child(2),
      .up2date-shop-customercart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] .alloy-panel-default .alloy-row .alloy-column:nth-child(2),
      .up2date-shop-favorite-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] .alloy-panel-default .alloy-row .alloy-column:nth-child(2),
      .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] .alloy-panel-default .alloy-row .alloy-column:nth-child(2),
      .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] .alloy-panel-default .alloy-row .alloy-column:nth-child(2),
      .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] .alloy-panel-default .alloy-row .alloy-column:nth-child(2) {
        font-weight: 600;
        padding-top: 0; }
    @media all and (min-width: 600px) {
      .up2date-shop-checkout-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] .alloy-panel-default,
      .up2date-shop-cart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] .alloy-panel-default,
      .up2date-shop-customercart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] .alloy-panel-default,
      .up2date-shop-favorite-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] .alloy-panel-default,
      .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] .alloy-panel-default,
      .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] .alloy-panel-default,
      .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] .alloy-panel-default {
        display: table;
        table-layout: fixed;
        border-collapse: collapse; }
        .up2date-shop-checkout-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] .alloy-panel-default .alloy-row,
        .up2date-shop-cart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] .alloy-panel-default .alloy-row,
        .up2date-shop-customercart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] .alloy-panel-default .alloy-row,
        .up2date-shop-favorite-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] .alloy-panel-default .alloy-row,
        .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] .alloy-panel-default .alloy-row,
        .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] .alloy-panel-default .alloy-row,
        .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] .alloy-panel-default .alloy-row {
          display: table-row; }
          .up2date-shop-checkout-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] .alloy-panel-default .alloy-row .alloy-column,
          .up2date-shop-cart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] .alloy-panel-default .alloy-row .alloy-column,
          .up2date-shop-customercart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] .alloy-panel-default .alloy-row .alloy-column,
          .up2date-shop-favorite-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] .alloy-panel-default .alloy-row .alloy-column,
          .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] .alloy-panel-default .alloy-row .alloy-column,
          .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] .alloy-panel-default .alloy-row .alloy-column,
          .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] .alloy-panel-default .alloy-row .alloy-column {
            display: table-cell;
            padding: 7px 20px 7px 20px; }
            .up2date-shop-checkout-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] .alloy-panel-default .alloy-row .alloy-column:first-child,
            .up2date-shop-cart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] .alloy-panel-default .alloy-row .alloy-column:first-child,
            .up2date-shop-customercart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] .alloy-panel-default .alloy-row .alloy-column:first-child,
            .up2date-shop-favorite-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] .alloy-panel-default .alloy-row .alloy-column:first-child,
            .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] .alloy-panel-default .alloy-row .alloy-column:first-child,
            .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] .alloy-panel-default .alloy-row .alloy-column:first-child,
            .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] .alloy-panel-default .alloy-row .alloy-column:first-child {
              width: 35%; }
            .up2date-shop-checkout-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] .alloy-panel-default .alloy-row .alloy-column:last-child,
            .up2date-shop-cart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] .alloy-panel-default .alloy-row .alloy-column:last-child,
            .up2date-shop-customercart-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] .alloy-panel-default .alloy-row .alloy-column:last-child,
            .up2date-shop-favorite-portlet [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] .alloy-panel-default .alloy-row .alloy-column:last-child,
            .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] .alloy-panel-default .alloy-row .alloy-column:last-child,
            .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] .alloy-panel-default .alloy-row .alloy-column:last-child,
            .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] .alloy-panel-default .alloy-row .alloy-column:last-child {
              width: 60%;
              padding-top: 7px; } }
  .up2date-shop-checkout-portlet .summary-rtc-row,
  .up2date-shop-checkout-portlet .summary-tpa-row,
  .up2date-shop-checkout-portlet .summary-tda-row,
  .up2date-shop-cart-portlet .summary-rtc-row,
  .up2date-shop-cart-portlet .summary-tpa-row,
  .up2date-shop-cart-portlet .summary-tda-row,
  .up2date-shop-customercart-portlet .summary-rtc-row,
  .up2date-shop-customercart-portlet .summary-tpa-row,
  .up2date-shop-customercart-portlet .summary-tda-row,
  .up2date-shop-favorite-portlet .summary-rtc-row,
  .up2date-shop-favorite-portlet .summary-tpa-row,
  .up2date-shop-favorite-portlet .summary-tda-row,
  .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .summary-rtc-row,
  .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .summary-tpa-row,
  .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .summary-tda-row,
  .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .summary-rtc-row,
  .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .summary-tpa-row,
  .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .summary-tda-row,
  .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .summary-rtc-row,
  .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .summary-tpa-row,
  .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .summary-tda-row {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 25px;
    margin-bottom: 50px;
    font-weight: 600; }
    .up2date-shop-checkout-portlet .summary-rtc-row a,
    .up2date-shop-checkout-portlet .summary-tpa-row a,
    .up2date-shop-checkout-portlet .summary-tda-row a,
    .up2date-shop-cart-portlet .summary-rtc-row a,
    .up2date-shop-cart-portlet .summary-tpa-row a,
    .up2date-shop-cart-portlet .summary-tda-row a,
    .up2date-shop-customercart-portlet .summary-rtc-row a,
    .up2date-shop-customercart-portlet .summary-tpa-row a,
    .up2date-shop-customercart-portlet .summary-tda-row a,
    .up2date-shop-favorite-portlet .summary-rtc-row a,
    .up2date-shop-favorite-portlet .summary-tpa-row a,
    .up2date-shop-favorite-portlet .summary-tda-row a,
    .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .summary-rtc-row a,
    .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .summary-tpa-row a,
    .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .summary-tda-row a,
    .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .summary-rtc-row a,
    .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .summary-tpa-row a,
    .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .summary-tda-row a,
    .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .summary-rtc-row a,
    .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .summary-tpa-row a,
    .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .summary-tda-row a {
      text-decoration: underline; }
  .up2date-shop-checkout-portlet .summary-gtc-row,
  .up2date-shop-cart-portlet .summary-gtc-row,
  .up2date-shop-customercart-portlet .summary-gtc-row,
  .up2date-shop-favorite-portlet .summary-gtc-row,
  .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .summary-gtc-row,
  .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .summary-gtc-row,
  .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .summary-gtc-row {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 50px;
    line-height: 1.333rem; }
    .up2date-shop-checkout-portlet .summary-gtc-row input,
    .up2date-shop-cart-portlet .summary-gtc-row input,
    .up2date-shop-customercart-portlet .summary-gtc-row input,
    .up2date-shop-favorite-portlet .summary-gtc-row input,
    .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .summary-gtc-row input,
    .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .summary-gtc-row input,
    .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .summary-gtc-row input {
      margin: 0 5px 3px 0;
      line-height: 1.333rem; }
    .up2date-shop-checkout-portlet .summary-gtc-row .summary-gtc-label,
    .up2date-shop-cart-portlet .summary-gtc-row .summary-gtc-label,
    .up2date-shop-customercart-portlet .summary-gtc-row .summary-gtc-label,
    .up2date-shop-favorite-portlet .summary-gtc-row .summary-gtc-label,
    .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .summary-gtc-row .summary-gtc-label,
    .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .summary-gtc-row .summary-gtc-label,
    .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .summary-gtc-row .summary-gtc-label {
      font-size: 1rem;
      line-height: 1.333rem;
      font-weight: 600;
      display: inline-block;
      margin: 0 0 0 0; }
  .up2date-shop-checkout-portlet .summary-buttons-row,
  .up2date-shop-cart-portlet .summary-buttons-row,
  .up2date-shop-customercart-portlet .summary-buttons-row,
  .up2date-shop-favorite-portlet .summary-buttons-row,
  .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .summary-buttons-row,
  .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .summary-buttons-row,
  .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .summary-buttons-row {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 20px 0; }
    .up2date-shop-checkout-portlet .summary-buttons-row button.btn,
    .up2date-shop-checkout-portlet .summary-buttons-row div.btn,
    .up2date-shop-checkout-portlet .summary-buttons-row a.btn,
    .up2date-shop-cart-portlet .summary-buttons-row button.btn,
    .up2date-shop-cart-portlet .summary-buttons-row div.btn,
    .up2date-shop-cart-portlet .summary-buttons-row a.btn,
    .up2date-shop-customercart-portlet .summary-buttons-row button.btn,
    .up2date-shop-customercart-portlet .summary-buttons-row div.btn,
    .up2date-shop-customercart-portlet .summary-buttons-row a.btn,
    .up2date-shop-favorite-portlet .summary-buttons-row button.btn,
    .up2date-shop-favorite-portlet .summary-buttons-row div.btn,
    .up2date-shop-favorite-portlet .summary-buttons-row a.btn,
    .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .summary-buttons-row button.btn,
    .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .summary-buttons-row div.btn,
    .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .summary-buttons-row a.btn,
    .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .summary-buttons-row button.btn,
    .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .summary-buttons-row div.btn,
    .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .summary-buttons-row a.btn,
    .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .summary-buttons-row button.btn,
    .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .summary-buttons-row div.btn,
    .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .summary-buttons-row a.btn {
      padding: 0 20px;
      font-size: 13px !important;
      line-height: 1.2em; }
    .up2date-shop-checkout-portlet .summary-buttons-row button.btn,
    .up2date-shop-checkout-portlet .summary-buttons-row div.btn,
    .up2date-shop-checkout-portlet .summary-buttons-row div.btn-menu,
    .up2date-shop-cart-portlet .summary-buttons-row button.btn,
    .up2date-shop-cart-portlet .summary-buttons-row div.btn,
    .up2date-shop-cart-portlet .summary-buttons-row div.btn-menu,
    .up2date-shop-customercart-portlet .summary-buttons-row button.btn,
    .up2date-shop-customercart-portlet .summary-buttons-row div.btn,
    .up2date-shop-customercart-portlet .summary-buttons-row div.btn-menu,
    .up2date-shop-favorite-portlet .summary-buttons-row button.btn,
    .up2date-shop-favorite-portlet .summary-buttons-row div.btn,
    .up2date-shop-favorite-portlet .summary-buttons-row div.btn-menu,
    .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .summary-buttons-row button.btn,
    .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .summary-buttons-row div.btn,
    .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .summary-buttons-row div.btn-menu,
    .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .summary-buttons-row button.btn,
    .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .summary-buttons-row div.btn,
    .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .summary-buttons-row div.btn-menu,
    .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .summary-buttons-row button.btn,
    .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .summary-buttons-row div.btn,
    .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .summary-buttons-row div.btn-menu {
      float: left;
      margin-right: 5px; }
      .up2date-shop-checkout-portlet .summary-buttons-row button.btn:last-child,
      .up2date-shop-checkout-portlet .summary-buttons-row div.btn:last-child,
      .up2date-shop-checkout-portlet .summary-buttons-row div.btn-menu:last-child,
      .up2date-shop-cart-portlet .summary-buttons-row button.btn:last-child,
      .up2date-shop-cart-portlet .summary-buttons-row div.btn:last-child,
      .up2date-shop-cart-portlet .summary-buttons-row div.btn-menu:last-child,
      .up2date-shop-customercart-portlet .summary-buttons-row button.btn:last-child,
      .up2date-shop-customercart-portlet .summary-buttons-row div.btn:last-child,
      .up2date-shop-customercart-portlet .summary-buttons-row div.btn-menu:last-child,
      .up2date-shop-favorite-portlet .summary-buttons-row button.btn:last-child,
      .up2date-shop-favorite-portlet .summary-buttons-row div.btn:last-child,
      .up2date-shop-favorite-portlet .summary-buttons-row div.btn-menu:last-child,
      .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .summary-buttons-row button.btn:last-child,
      .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .summary-buttons-row div.btn:last-child,
      .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .summary-buttons-row div.btn-menu:last-child,
      .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .summary-buttons-row button.btn:last-child,
      .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .summary-buttons-row div.btn:last-child,
      .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .summary-buttons-row div.btn-menu:last-child,
      .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .summary-buttons-row button.btn:last-child,
      .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .summary-buttons-row div.btn:last-child,
      .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .summary-buttons-row div.btn-menu:last-child {
        margin-right: 0;
        float: right; }
    .up2date-shop-checkout-portlet .summary-buttons-row div.btn-menu ul li a.btn,
    .up2date-shop-cart-portlet .summary-buttons-row div.btn-menu ul li a.btn,
    .up2date-shop-customercart-portlet .summary-buttons-row div.btn-menu ul li a.btn,
    .up2date-shop-favorite-portlet .summary-buttons-row div.btn-menu ul li a.btn,
    .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .summary-buttons-row div.btn-menu ul li a.btn,
    .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .summary-buttons-row div.btn-menu ul li a.btn,
    .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .summary-buttons-row div.btn-menu ul li a.btn {
      line-height: 1.7em; }
    .up2date-shop-checkout-portlet .summary-buttons-row div.btn-menu button.btn,
    .up2date-shop-cart-portlet .summary-buttons-row div.btn-menu button.btn,
    .up2date-shop-customercart-portlet .summary-buttons-row div.btn-menu button.btn,
    .up2date-shop-favorite-portlet .summary-buttons-row div.btn-menu button.btn,
    .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .summary-buttons-row div.btn-menu button.btn,
    .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .summary-buttons-row div.btn-menu button.btn,
    .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .summary-buttons-row div.btn-menu button.btn {
      margin-right: 0;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0; }
      .up2date-shop-checkout-portlet .summary-buttons-row div.btn-menu button.btn.btn-default-action,
      .up2date-shop-cart-portlet .summary-buttons-row div.btn-menu button.btn.btn-default-action,
      .up2date-shop-customercart-portlet .summary-buttons-row div.btn-menu button.btn.btn-default-action,
      .up2date-shop-favorite-portlet .summary-buttons-row div.btn-menu button.btn.btn-default-action,
      .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .summary-buttons-row div.btn-menu button.btn.btn-default-action,
      .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .summary-buttons-row div.btn-menu button.btn.btn-default-action,
      .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .summary-buttons-row div.btn-menu button.btn.btn-default-action {
        -webkit-border-top-left-radius: 5px;
        -moz-border-radius-topleft: 5px;
        border-top-left-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
        -moz-border-radius-bottomleft: 5px;
        border-bottom-left-radius: 5px; }
      .up2date-shop-checkout-portlet .summary-buttons-row div.btn-menu button.btn.btn-menu-caret,
      .up2date-shop-cart-portlet .summary-buttons-row div.btn-menu button.btn.btn-menu-caret,
      .up2date-shop-customercart-portlet .summary-buttons-row div.btn-menu button.btn.btn-menu-caret,
      .up2date-shop-favorite-portlet .summary-buttons-row div.btn-menu button.btn.btn-menu-caret,
      .portlet-boundary_up2dateshopcartportlet_WAR_up2date4shopportlet_ .summary-buttons-row div.btn-menu button.btn.btn-menu-caret,
      .portlet-boundary_up2dateshopcustomercartportlet_WAR_up2date4shopportlet_ .summary-buttons-row div.btn-menu button.btn.btn-menu-caret,
      .portlet-boundary_up2dateshopfavoriteportlet_WAR_up2date4shopportlet_ .summary-buttons-row div.btn-menu button.btn.btn-menu-caret {
        margin-left: 0;
        padding: 0 10px;
        border-left: none;
        -webkit-border-top-right-radius: 5px;
        -moz-border-radius-topright: 5px;
        border-top-right-radius: 5px;
        -webkit-border-bottom-right-radius: 5px;
        -moz-border-radius-bottomright: 5px;
        border-bottom-right-radius: 5px; }

/* Additional Fields in Cart and Checkout */
.aui .additionalFields-panel {
  max-width: 100% !IMPORTANT; }
  .aui .additionalFields-panel .additionalFields-description {
    width: 100% !IMPORTANT;
    text-align: right !IMPORTANT;
    display: table-cell; }
  .aui .additionalFields-panel div.additionalFields-value {
    width: 210px;
    min-width: 210px;
    display: table-cell;
    text-align: right !IMPORTANT;
    float: none; }
  .aui .additionalFields-panel button.additionalFields-Button {
    float: right;
    margin-top: 7px;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 13px;
    padding: 0 20px; }
  .aui .additionalFields-panel .additionalFields-entry-notEditable {
    background-color: inherit !IMPORTANT; }
    .aui .additionalFields-panel .additionalFields-entry-notEditable .additionalFields-description .alloy-output-text {
      max-width: 100%;
      width: 95%; }
    .aui .additionalFields-panel .additionalFields-entry-notEditable .additionalFields-value {
      min-width: 160px;
      width: 160px; }
      .aui .additionalFields-panel .additionalFields-entry-notEditable .additionalFields-value .alloy-output-text {
        max-width: 100%;
        width: 100%;
        text-align: right; }
      .aui .additionalFields-panel .additionalFields-entry-notEditable .additionalFields-value .alloy-select-boolean-checkbox {
        width: 10px; }

.part-picture-gallery {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative; }
  .part-picture-gallery #detailPicture {
    width: 340px;
    max-width: 100%;
    height: auto;
    max-height: 340px;
    margin-bottom: 10px; }
  .part-picture-gallery a.thumbNavigation {
    cursor: pointer;
    padding-right: 5px;
    padding-left: 5px;
    font-size: 20px; }
  .part-picture-gallery .part-picture-gallery-image {
    width: 100%;
    height: auto;
    min-height: 100px;
    overflow: hidden; }
    .part-picture-gallery .part-picture-gallery-image .thumbnail {
      width: 100%;
      max-width: 100px;
      height: auto;
      max-height: 100px;
      border-radius: 0;
      line-height: 0;
      border: none;
      padding: 0 2px 5px 3px; }

[id="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm"],
[id="portlet_up2dateshopcheckoutportlet_WAR_up2date4shopportlet"],
[id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:confirmationForm"] {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative; }
  [id="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm"] .checkout-select-delivery-address,
  [id="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm"] .checkout-select-payment-address,
  [id="portlet_up2dateshopcheckoutportlet_WAR_up2date4shopportlet"] .checkout-select-delivery-address,
  [id="portlet_up2dateshopcheckoutportlet_WAR_up2date4shopportlet"] .checkout-select-payment-address,
  [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:confirmationForm"] .checkout-select-delivery-address,
  [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:confirmationForm"] .checkout-select-payment-address {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    margin-top: 20px; }
    [id="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm"] .checkout-select-delivery-address select,
    [id="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm"] .checkout-select-payment-address select,
    [id="portlet_up2dateshopcheckoutportlet_WAR_up2date4shopportlet"] .checkout-select-delivery-address select,
    [id="portlet_up2dateshopcheckoutportlet_WAR_up2date4shopportlet"] .checkout-select-payment-address select,
    [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:confirmationForm"] .checkout-select-delivery-address select,
    [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:confirmationForm"] .checkout-select-payment-address select {
      width: 100%;
      margin-bottom: 10px; }
  [id="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_payment_address"],
  [id="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"],
  [id="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:confirmationForm"],
  [id="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"],
  [id="portlet_up2dateshopcheckoutportlet_WAR_up2date4shopportlet"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_payment_address"],
  [id="portlet_up2dateshopcheckoutportlet_WAR_up2date4shopportlet"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"],
  [id="portlet_up2dateshopcheckoutportlet_WAR_up2date4shopportlet"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:confirmationForm"],
  [id="portlet_up2dateshopcheckoutportlet_WAR_up2date4shopportlet"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"],
  [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:confirmationForm"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_payment_address"],
  [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:confirmationForm"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"],
  [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:confirmationForm"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:confirmationForm"],
  [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:confirmationForm"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] {
    display: block; }
    [id="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_payment_address"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_payment_address_panel"],
    [id="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_payment_address"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address_panel"],
    [id="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_payment_address"] .address-not-editable-panel-body,
    [id="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_payment_address"] .summary-payment-delivery-panel,
    [id="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_payment_address_panel"],
    [id="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address_panel"],
    [id="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] .address-not-editable-panel-body,
    [id="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] .summary-payment-delivery-panel,
    [id="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:confirmationForm"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_payment_address_panel"],
    [id="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:confirmationForm"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address_panel"],
    [id="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:confirmationForm"] .address-not-editable-panel-body,
    [id="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:confirmationForm"] .summary-payment-delivery-panel,
    [id="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_payment_address_panel"],
    [id="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address_panel"],
    [id="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] .address-not-editable-panel-body,
    [id="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] .summary-payment-delivery-panel,
    [id="portlet_up2dateshopcheckoutportlet_WAR_up2date4shopportlet"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_payment_address"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_payment_address_panel"],
    [id="portlet_up2dateshopcheckoutportlet_WAR_up2date4shopportlet"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_payment_address"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address_panel"],
    [id="portlet_up2dateshopcheckoutportlet_WAR_up2date4shopportlet"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_payment_address"] .address-not-editable-panel-body,
    [id="portlet_up2dateshopcheckoutportlet_WAR_up2date4shopportlet"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_payment_address"] .summary-payment-delivery-panel,
    [id="portlet_up2dateshopcheckoutportlet_WAR_up2date4shopportlet"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_payment_address_panel"],
    [id="portlet_up2dateshopcheckoutportlet_WAR_up2date4shopportlet"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address_panel"],
    [id="portlet_up2dateshopcheckoutportlet_WAR_up2date4shopportlet"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] .address-not-editable-panel-body,
    [id="portlet_up2dateshopcheckoutportlet_WAR_up2date4shopportlet"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] .summary-payment-delivery-panel,
    [id="portlet_up2dateshopcheckoutportlet_WAR_up2date4shopportlet"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:confirmationForm"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_payment_address_panel"],
    [id="portlet_up2dateshopcheckoutportlet_WAR_up2date4shopportlet"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:confirmationForm"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address_panel"],
    [id="portlet_up2dateshopcheckoutportlet_WAR_up2date4shopportlet"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:confirmationForm"] .address-not-editable-panel-body,
    [id="portlet_up2dateshopcheckoutportlet_WAR_up2date4shopportlet"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:confirmationForm"] .summary-payment-delivery-panel,
    [id="portlet_up2dateshopcheckoutportlet_WAR_up2date4shopportlet"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_payment_address_panel"],
    [id="portlet_up2dateshopcheckoutportlet_WAR_up2date4shopportlet"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address_panel"],
    [id="portlet_up2dateshopcheckoutportlet_WAR_up2date4shopportlet"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] .address-not-editable-panel-body,
    [id="portlet_up2dateshopcheckoutportlet_WAR_up2date4shopportlet"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] .summary-payment-delivery-panel,
    [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:confirmationForm"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_payment_address"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_payment_address_panel"],
    [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:confirmationForm"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_payment_address"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address_panel"],
    [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:confirmationForm"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_payment_address"] .address-not-editable-panel-body,
    [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:confirmationForm"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_payment_address"] .summary-payment-delivery-panel,
    [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:confirmationForm"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_payment_address_panel"],
    [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:confirmationForm"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address_panel"],
    [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:confirmationForm"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] .address-not-editable-panel-body,
    [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:confirmationForm"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address"] .summary-payment-delivery-panel,
    [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:confirmationForm"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:confirmationForm"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_payment_address_panel"],
    [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:confirmationForm"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:confirmationForm"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address_panel"],
    [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:confirmationForm"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:confirmationForm"] .address-not-editable-panel-body,
    [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:confirmationForm"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:confirmationForm"] .summary-payment-delivery-panel,
    [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:confirmationForm"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_payment_address_panel"],
    [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:confirmationForm"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout_delivery_address_panel"],
    [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:confirmationForm"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] .address-not-editable-panel-body,
    [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:confirmationForm"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:summaryForm"] .summary-payment-delivery-panel {
      margin: 5px 0 25px 0; }
  [id="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout-deliverymode"],
  [id="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout-paymentmode"],
  [id="portlet_up2dateshopcheckoutportlet_WAR_up2date4shopportlet"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout-deliverymode"],
  [id="portlet_up2dateshopcheckoutportlet_WAR_up2date4shopportlet"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout-paymentmode"],
  [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:confirmationForm"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout-deliverymode"],
  [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:confirmationForm"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout-paymentmode"] {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative; }
    [id="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout-deliverymode"] .alloy-panel-body,
    [id="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout-deliverymode"] .alloy-panel,
    [id="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout-paymentmode"] .alloy-panel-body,
    [id="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout-paymentmode"] .alloy-panel,
    [id="portlet_up2dateshopcheckoutportlet_WAR_up2date4shopportlet"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout-deliverymode"] .alloy-panel-body,
    [id="portlet_up2dateshopcheckoutportlet_WAR_up2date4shopportlet"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout-deliverymode"] .alloy-panel,
    [id="portlet_up2dateshopcheckoutportlet_WAR_up2date4shopportlet"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout-paymentmode"] .alloy-panel-body,
    [id="portlet_up2dateshopcheckoutportlet_WAR_up2date4shopportlet"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout-paymentmode"] .alloy-panel,
    [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:confirmationForm"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout-deliverymode"] .alloy-panel-body,
    [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:confirmationForm"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout-deliverymode"] .alloy-panel,
    [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:confirmationForm"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout-paymentmode"] .alloy-panel-body,
    [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:confirmationForm"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout-paymentmode"] .alloy-panel {
      width: 100%;
      height: auto;
      overflow: hidden;
      position: relative;
      margin-bottom: 0; }
    [id="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout-deliverymode"] select,
    [id="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout-paymentmode"] select,
    [id="portlet_up2dateshopcheckoutportlet_WAR_up2date4shopportlet"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout-deliverymode"] select,
    [id="portlet_up2dateshopcheckoutportlet_WAR_up2date4shopportlet"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout-paymentmode"] select,
    [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:confirmationForm"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout-deliverymode"] select,
    [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:confirmationForm"] [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:checkoutForm:checkout-paymentmode"] select {
      width: 100%;
      margin-bottom: 30px; }
  [id="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm"] h2,
  [id="portlet_up2dateshopcheckoutportlet_WAR_up2date4shopportlet"] h2,
  [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:confirmationForm"] h2 {
    text-align: center;
    margin-bottom: 50px; }
  [id="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm"] .main-table,
  [id="portlet_up2dateshopcheckoutportlet_WAR_up2date4shopportlet"] .main-table,
  [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:confirmationForm"] .main-table {
    display: table; }
  [id="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm"] .confirmation-address-header,
  [id="portlet_up2dateshopcheckoutportlet_WAR_up2date4shopportlet"] .confirmation-address-header,
  [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:confirmationForm"] .confirmation-address-header {
    width: 100%;
    height: auto;
    overflow: hidden;
    max-width: 600px;
    display: block;
    float: none;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.5em;
    margin: 0; }
    [id="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm"] .confirmation-address-header:first-child,
    [id="portlet_up2dateshopcheckoutportlet_WAR_up2date4shopportlet"] .confirmation-address-header:first-child,
    [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:confirmationForm"] .confirmation-address-header:first-child {
      margin-top: 0; }
  [id="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm"] .confirmation-payment-row .alloy-panel-body,
  [id="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm"] .address-not-editable-panel-body .alloy-panel-body,
  [id="portlet_up2dateshopcheckoutportlet_WAR_up2date4shopportlet"] .confirmation-payment-row .alloy-panel-body,
  [id="portlet_up2dateshopcheckoutportlet_WAR_up2date4shopportlet"] .address-not-editable-panel-body .alloy-panel-body,
  [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:confirmationForm"] .confirmation-payment-row .alloy-panel-body,
  [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:confirmationForm"] .address-not-editable-panel-body .alloy-panel-body {
    width: 100%;
    height: auto;
    overflow: hidden;
    max-width: 600px; }
    [id="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm"] .confirmation-payment-row .alloy-panel-body .alloy-column,
    [id="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm"] .address-not-editable-panel-body .alloy-panel-body .alloy-column,
    [id="portlet_up2dateshopcheckoutportlet_WAR_up2date4shopportlet"] .confirmation-payment-row .alloy-panel-body .alloy-column,
    [id="portlet_up2dateshopcheckoutportlet_WAR_up2date4shopportlet"] .address-not-editable-panel-body .alloy-panel-body .alloy-column,
    [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:confirmationForm"] .confirmation-payment-row .alloy-panel-body .alloy-column,
    [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:confirmationForm"] .address-not-editable-panel-body .alloy-panel-body .alloy-column {
      display: block;
      padding: 7px 20px 7px 20px; }
      [id="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm"] .confirmation-payment-row .alloy-panel-body .alloy-column:before,
      [id="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm"] .address-not-editable-panel-body .alloy-panel-body .alloy-column:before,
      [id="portlet_up2dateshopcheckoutportlet_WAR_up2date4shopportlet"] .confirmation-payment-row .alloy-panel-body .alloy-column:before,
      [id="portlet_up2dateshopcheckoutportlet_WAR_up2date4shopportlet"] .address-not-editable-panel-body .alloy-panel-body .alloy-column:before,
      [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:confirmationForm"] .confirmation-payment-row .alloy-panel-body .alloy-column:before,
      [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:confirmationForm"] .address-not-editable-panel-body .alloy-panel-body .alloy-column:before {
        display: none; }
      [id="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm"] .confirmation-payment-row .alloy-panel-body .alloy-column .alloy-output-text,
      [id="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm"] .address-not-editable-panel-body .alloy-panel-body .alloy-column .alloy-output-text,
      [id="portlet_up2dateshopcheckoutportlet_WAR_up2date4shopportlet"] .confirmation-payment-row .alloy-panel-body .alloy-column .alloy-output-text,
      [id="portlet_up2dateshopcheckoutportlet_WAR_up2date4shopportlet"] .address-not-editable-panel-body .alloy-panel-body .alloy-column .alloy-output-text,
      [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:confirmationForm"] .confirmation-payment-row .alloy-panel-body .alloy-column .alloy-output-text,
      [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:confirmationForm"] .address-not-editable-panel-body .alloy-panel-body .alloy-column .alloy-output-text {
        width: auto;
        max-width: inherit;
        float: none;
        font-size: 15px; }
      [id="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm"] .confirmation-payment-row .alloy-panel-body .alloy-column:first-child,
      [id="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm"] .address-not-editable-panel-body .alloy-panel-body .alloy-column:first-child,
      [id="portlet_up2dateshopcheckoutportlet_WAR_up2date4shopportlet"] .confirmation-payment-row .alloy-panel-body .alloy-column:first-child,
      [id="portlet_up2dateshopcheckoutportlet_WAR_up2date4shopportlet"] .address-not-editable-panel-body .alloy-panel-body .alloy-column:first-child,
      [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:confirmationForm"] .confirmation-payment-row .alloy-panel-body .alloy-column:first-child,
      [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:confirmationForm"] .address-not-editable-panel-body .alloy-panel-body .alloy-column:first-child {
        padding-bottom: 0; }
      [id="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm"] .confirmation-payment-row .alloy-panel-body .alloy-column:last-child,
      [id="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm"] .address-not-editable-panel-body .alloy-panel-body .alloy-column:last-child,
      [id="portlet_up2dateshopcheckoutportlet_WAR_up2date4shopportlet"] .confirmation-payment-row .alloy-panel-body .alloy-column:last-child,
      [id="portlet_up2dateshopcheckoutportlet_WAR_up2date4shopportlet"] .address-not-editable-panel-body .alloy-panel-body .alloy-column:last-child,
      [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:confirmationForm"] .confirmation-payment-row .alloy-panel-body .alloy-column:last-child,
      [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:confirmationForm"] .address-not-editable-panel-body .alloy-panel-body .alloy-column:last-child {
        padding-top: 0;
        font-weight: 600; }
    @media all and (min-width: 600px) {
      [id="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm"] .confirmation-payment-row .alloy-panel-body,
      [id="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm"] .address-not-editable-panel-body .alloy-panel-body,
      [id="portlet_up2dateshopcheckoutportlet_WAR_up2date4shopportlet"] .confirmation-payment-row .alloy-panel-body,
      [id="portlet_up2dateshopcheckoutportlet_WAR_up2date4shopportlet"] .address-not-editable-panel-body .alloy-panel-body,
      [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:confirmationForm"] .confirmation-payment-row .alloy-panel-body,
      [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:confirmationForm"] .address-not-editable-panel-body .alloy-panel-body {
        display: table; }
        [id="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm"] .confirmation-payment-row .alloy-panel-body .alloy-table-row,
        [id="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm"] .address-not-editable-panel-body .alloy-panel-body .alloy-table-row,
        [id="portlet_up2dateshopcheckoutportlet_WAR_up2date4shopportlet"] .confirmation-payment-row .alloy-panel-body .alloy-table-row,
        [id="portlet_up2dateshopcheckoutportlet_WAR_up2date4shopportlet"] .address-not-editable-panel-body .alloy-panel-body .alloy-table-row,
        [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:confirmationForm"] .confirmation-payment-row .alloy-panel-body .alloy-table-row,
        [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:confirmationForm"] .address-not-editable-panel-body .alloy-panel-body .alloy-table-row {
          display: table-row; }
        [id="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm"] .confirmation-payment-row .alloy-panel-body .alloy-column,
        [id="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm"] .address-not-editable-panel-body .alloy-panel-body .alloy-column,
        [id="portlet_up2dateshopcheckoutportlet_WAR_up2date4shopportlet"] .confirmation-payment-row .alloy-panel-body .alloy-column,
        [id="portlet_up2dateshopcheckoutportlet_WAR_up2date4shopportlet"] .address-not-editable-panel-body .alloy-panel-body .alloy-column,
        [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:confirmationForm"] .confirmation-payment-row .alloy-panel-body .alloy-column,
        [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:confirmationForm"] .address-not-editable-panel-body .alloy-panel-body .alloy-column {
          display: table-cell;
          padding: 7px 20px 7px 20px; }
          [id="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm"] .confirmation-payment-row .alloy-panel-body .alloy-column:first-child,
          [id="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm"] .address-not-editable-panel-body .alloy-panel-body .alloy-column:first-child,
          [id="portlet_up2dateshopcheckoutportlet_WAR_up2date4shopportlet"] .confirmation-payment-row .alloy-panel-body .alloy-column:first-child,
          [id="portlet_up2dateshopcheckoutportlet_WAR_up2date4shopportlet"] .address-not-editable-panel-body .alloy-panel-body .alloy-column:first-child,
          [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:confirmationForm"] .confirmation-payment-row .alloy-panel-body .alloy-column:first-child,
          [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:confirmationForm"] .address-not-editable-panel-body .alloy-panel-body .alloy-column:first-child {
            width: 35%;
            padding-bottom: 7px; }
          [id="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm"] .confirmation-payment-row .alloy-panel-body .alloy-column.address-not-editable-column-second, [id="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm"] .confirmation-payment-row .alloy-panel-body .alloy-column:last-child,
          [id="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm"] .address-not-editable-panel-body .alloy-panel-body .alloy-column.address-not-editable-column-second,
          [id="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm"] .address-not-editable-panel-body .alloy-panel-body .alloy-column:last-child,
          [id="portlet_up2dateshopcheckoutportlet_WAR_up2date4shopportlet"] .confirmation-payment-row .alloy-panel-body .alloy-column.address-not-editable-column-second,
          [id="portlet_up2dateshopcheckoutportlet_WAR_up2date4shopportlet"] .confirmation-payment-row .alloy-panel-body .alloy-column:last-child,
          [id="portlet_up2dateshopcheckoutportlet_WAR_up2date4shopportlet"] .address-not-editable-panel-body .alloy-panel-body .alloy-column.address-not-editable-column-second,
          [id="portlet_up2dateshopcheckoutportlet_WAR_up2date4shopportlet"] .address-not-editable-panel-body .alloy-panel-body .alloy-column:last-child,
          [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:confirmationForm"] .confirmation-payment-row .alloy-panel-body .alloy-column.address-not-editable-column-second,
          [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:confirmationForm"] .confirmation-payment-row .alloy-panel-body .alloy-column:last-child,
          [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:confirmationForm"] .address-not-editable-panel-body .alloy-panel-body .alloy-column.address-not-editable-column-second,
          [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:confirmationForm"] .address-not-editable-panel-body .alloy-panel-body .alloy-column:last-child {
            width: 60%;
            padding-top: 7px; } }
    [id="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm"] .confirmation-payment-row .alloy-panel-body .alloy-table-row:nth-child(2n),
    [id="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm"] .address-not-editable-panel-body .alloy-panel-body .alloy-table-row:nth-child(2n),
    [id="portlet_up2dateshopcheckoutportlet_WAR_up2date4shopportlet"] .confirmation-payment-row .alloy-panel-body .alloy-table-row:nth-child(2n),
    [id="portlet_up2dateshopcheckoutportlet_WAR_up2date4shopportlet"] .address-not-editable-panel-body .alloy-panel-body .alloy-table-row:nth-child(2n),
    [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:confirmationForm"] .confirmation-payment-row .alloy-panel-body .alloy-table-row:nth-child(2n),
    [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:confirmationForm"] .address-not-editable-panel-body .alloy-panel-body .alloy-table-row:nth-child(2n) {
      background-color: #eeeeee; }
  [id="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm"] .confirmation-delivery-row,
  [id="portlet_up2dateshopcheckoutportlet_WAR_up2date4shopportlet"] .confirmation-delivery-row,
  [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:confirmationForm"] .confirmation-delivery-row {
    margin-bottom: 25px;
    background-color: #eeeeee; }
  [id="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm"] .confirmation-delivery-row,
  [id="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm"] .confirmation-payment-row,
  [id="portlet_up2dateshopcheckoutportlet_WAR_up2date4shopportlet"] .confirmation-delivery-row,
  [id="portlet_up2dateshopcheckoutportlet_WAR_up2date4shopportlet"] .confirmation-payment-row,
  [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:confirmationForm"] .confirmation-delivery-row,
  [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:confirmationForm"] .confirmation-payment-row {
    width: 100%;
    height: auto;
    overflow: hidden;
    max-width: 600px; }
    [id="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm"] .confirmation-delivery-row .alloy-column,
    [id="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm"] .confirmation-payment-row .alloy-column,
    [id="portlet_up2dateshopcheckoutportlet_WAR_up2date4shopportlet"] .confirmation-delivery-row .alloy-column,
    [id="portlet_up2dateshopcheckoutportlet_WAR_up2date4shopportlet"] .confirmation-payment-row .alloy-column,
    [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:confirmationForm"] .confirmation-delivery-row .alloy-column,
    [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:confirmationForm"] .confirmation-payment-row .alloy-column {
      display: block;
      padding: 7px 20px 7px 20px; }
      [id="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm"] .confirmation-delivery-row .alloy-column:before,
      [id="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm"] .confirmation-payment-row .alloy-column:before,
      [id="portlet_up2dateshopcheckoutportlet_WAR_up2date4shopportlet"] .confirmation-delivery-row .alloy-column:before,
      [id="portlet_up2dateshopcheckoutportlet_WAR_up2date4shopportlet"] .confirmation-payment-row .alloy-column:before,
      [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:confirmationForm"] .confirmation-delivery-row .alloy-column:before,
      [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:confirmationForm"] .confirmation-payment-row .alloy-column:before {
        display: none; }
      [id="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm"] .confirmation-delivery-row .alloy-column:first-child,
      [id="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm"] .confirmation-payment-row .alloy-column:first-child,
      [id="portlet_up2dateshopcheckoutportlet_WAR_up2date4shopportlet"] .confirmation-delivery-row .alloy-column:first-child,
      [id="portlet_up2dateshopcheckoutportlet_WAR_up2date4shopportlet"] .confirmation-payment-row .alloy-column:first-child,
      [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:confirmationForm"] .confirmation-delivery-row .alloy-column:first-child,
      [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:confirmationForm"] .confirmation-payment-row .alloy-column:first-child {
        padding-bottom: 0; }
      [id="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm"] .confirmation-delivery-row .alloy-column:last-child,
      [id="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm"] .confirmation-payment-row .alloy-column:last-child,
      [id="portlet_up2dateshopcheckoutportlet_WAR_up2date4shopportlet"] .confirmation-delivery-row .alloy-column:last-child,
      [id="portlet_up2dateshopcheckoutportlet_WAR_up2date4shopportlet"] .confirmation-payment-row .alloy-column:last-child,
      [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:confirmationForm"] .confirmation-delivery-row .alloy-column:last-child,
      [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:confirmationForm"] .confirmation-payment-row .alloy-column:last-child {
        padding-top: 0;
        font-weight: 600; }
    @media all and (min-width: 600px) {
      [id="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm"] .confirmation-delivery-row,
      [id="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm"] .confirmation-payment-row,
      [id="portlet_up2dateshopcheckoutportlet_WAR_up2date4shopportlet"] .confirmation-delivery-row,
      [id="portlet_up2dateshopcheckoutportlet_WAR_up2date4shopportlet"] .confirmation-payment-row,
      [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:confirmationForm"] .confirmation-delivery-row,
      [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:confirmationForm"] .confirmation-payment-row {
        display: table; }
        [id="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm"] .confirmation-delivery-row .alloy-column,
        [id="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm"] .confirmation-payment-row .alloy-column,
        [id="portlet_up2dateshopcheckoutportlet_WAR_up2date4shopportlet"] .confirmation-delivery-row .alloy-column,
        [id="portlet_up2dateshopcheckoutportlet_WAR_up2date4shopportlet"] .confirmation-payment-row .alloy-column,
        [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:confirmationForm"] .confirmation-delivery-row .alloy-column,
        [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:confirmationForm"] .confirmation-payment-row .alloy-column {
          display: table-cell;
          padding: 7px 20px 7px 20px; }
          [id="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm"] .confirmation-delivery-row .alloy-column:first-child,
          [id="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm"] .confirmation-payment-row .alloy-column:first-child,
          [id="portlet_up2dateshopcheckoutportlet_WAR_up2date4shopportlet"] .confirmation-delivery-row .alloy-column:first-child,
          [id="portlet_up2dateshopcheckoutportlet_WAR_up2date4shopportlet"] .confirmation-payment-row .alloy-column:first-child,
          [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:confirmationForm"] .confirmation-delivery-row .alloy-column:first-child,
          [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:confirmationForm"] .confirmation-payment-row .alloy-column:first-child {
            width: 35%;
            padding-bottom: 7px; }
          [id="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm"] .confirmation-delivery-row .alloy-column:last-child,
          [id="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm"] .confirmation-payment-row .alloy-column:last-child,
          [id="portlet_up2dateshopcheckoutportlet_WAR_up2date4shopportlet"] .confirmation-delivery-row .alloy-column:last-child,
          [id="portlet_up2dateshopcheckoutportlet_WAR_up2date4shopportlet"] .confirmation-payment-row .alloy-column:last-child,
          [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:confirmationForm"] .confirmation-delivery-row .alloy-column:last-child,
          [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:confirmationForm"] .confirmation-payment-row .alloy-column:last-child {
            width: 60%;
            padding-top: 7px; } }
  [id="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm"] .article-entries-body,
  [id="portlet_up2dateshopcheckoutportlet_WAR_up2date4shopportlet"] .article-entries-body,
  [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:confirmationForm"] .article-entries-body {
    width: 100%;
    height: auto;
    overflow: hidden; }
    @media all and (min-width: 600px) {
      [id="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm"] .article-entries-body .main-table,
      [id="portlet_up2dateshopcheckoutportlet_WAR_up2date4shopportlet"] .article-entries-body .main-table,
      [id="_up2dateshopcheckoutportlet_WAR_up2date4shopportlet_:confirmationForm"] .article-entries-body .main-table {
        display: table; } }

.js .page-maximized .portlet-topper-toolbar {
  display: none; }

#signinmodal .taglib-icon-list {
  margin-bottom: 0; }
  #signinmodal .taglib-icon-list li {
    width: auto; }
    #signinmodal .taglib-icon-list li img {
      display: inline-block; }

.portlet-contact form.form {
  width: 100%;
  height: auto;
  overflow: hidden; }
  .portlet-contact form.form fieldset .taglib-captcha,
  .portlet-contact form.form fieldset .control-group {
    max-width: 600px; }
    .portlet-contact form.form fieldset .taglib-captcha .control-group,
    .portlet-contact form.form fieldset .control-group .control-group {
      margin-bottom: 5px; }
    @media all and (min-width: 600px) {
      .portlet-contact form.form fieldset .taglib-captcha .alloy-output-text,
      .portlet-contact form.form fieldset .taglib-captcha .control-label,
      .portlet-contact form.form fieldset .control-group .alloy-output-text,
      .portlet-contact form.form fieldset .control-group .control-label {
        width: 133px;
        max-width: 133px;
        overflow: hidden;
        float: left;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto; } }
    .portlet-contact form.form fieldset .taglib-captcha .lfr-textarea,
    .portlet-contact form.form fieldset .taglib-captcha .lfr-textarea-container textarea,
    .portlet-contact form.form fieldset .taglib-captcha .lfr-textarea-container textarea,
    .portlet-contact form.form fieldset .taglib-captcha textarea,
    .portlet-contact form.form fieldset .control-group .lfr-textarea,
    .portlet-contact form.form fieldset .control-group .lfr-textarea-container textarea,
    .portlet-contact form.form fieldset .control-group .lfr-textarea-container textarea,
    .portlet-contact form.form fieldset .control-group textarea {
      min-width: -moz-calc((100% - 150px));
      min-width: -webkit-calc((100% - 150px));
      min-width: calc((100% - 150px)); }
    .portlet-contact form.form fieldset .taglib-captcha select,
    .portlet-contact form.form fieldset .taglib-captcha input[type="password"],
    .portlet-contact form.form fieldset .taglib-captcha input[type="captcha"],
    .portlet-contact form.form fieldset .taglib-captcha input[type="number"],
    .portlet-contact form.form fieldset .taglib-captcha input[type="text"],
    .portlet-contact form.form fieldset .control-group select,
    .portlet-contact form.form fieldset .control-group input[type="password"],
    .portlet-contact form.form fieldset .control-group input[type="captcha"],
    .portlet-contact form.form fieldset .control-group input[type="number"],
    .portlet-contact form.form fieldset .control-group input[type="text"] {
      width: 100%;
      height: auto;
      margin-bottom: 5px;
      padding-top: 0;
      padding-bottom: 0; }
    @media all and (min-width: 600px) {
      .portlet-contact form.form fieldset .taglib-captcha select,
      .portlet-contact form.form fieldset .taglib-captcha .lfr-textarea,
      .portlet-contact form.form fieldset .taglib-captcha .lfr-textarea-container textarea,
      .portlet-contact form.form fieldset .taglib-captcha .lfr-textarea-container textarea,
      .portlet-contact form.form fieldset .taglib-captcha textarea,
      .portlet-contact form.form fieldset .taglib-captcha input[type="password"],
      .portlet-contact form.form fieldset .taglib-captcha input[type="captcha"],
      .portlet-contact form.form fieldset .taglib-captcha input[type="number"],
      .portlet-contact form.form fieldset .taglib-captcha input[type="text"],
      .portlet-contact form.form fieldset .control-group select,
      .portlet-contact form.form fieldset .control-group .lfr-textarea,
      .portlet-contact form.form fieldset .control-group .lfr-textarea-container textarea,
      .portlet-contact form.form fieldset .control-group .lfr-textarea-container textarea,
      .portlet-contact form.form fieldset .control-group textarea,
      .portlet-contact form.form fieldset .control-group input[type="password"],
      .portlet-contact form.form fieldset .control-group input[type="captcha"],
      .portlet-contact form.form fieldset .control-group input[type="number"],
      .portlet-contact form.form fieldset .control-group input[type="text"] {
        width: -moz-calc((100% - 150px));
        width: -webkit-calc((100% - 150px));
        width: calc((100% - 150px));
        float: right; }
      .portlet-contact form.form fieldset .taglib-captcha .control-group .alloy-row,
      .portlet-contact form.form fieldset .control-group .control-group .alloy-row {
        width: -moz-calc((100% - 150px));
        width: -webkit-calc((100% - 150px));
        width: calc((100% - 150px));
        float: right; } }

.columns-max .portlet-layout {
  width: 95%;
  max-width: 1140px;
  margin: 0 auto; }
  .columns-max .portlet-layout form {
    width: 100%;
    height: auto;
    overflow: hidden; }
  .columns-max .portlet-layout form {
    width: 100%;
    height: auto;
    overflow: hidden; }
  .columns-max .portlet-layout .fieldset {
    max-width: 420px;
    margin: 0 auto; }
    .columns-max .portlet-layout .fieldset input[type="checkbox"] {
      margin-right: 5px; }
    .columns-max .portlet-layout .fieldset input[type="password"],
    .columns-max .portlet-layout .fieldset input[type="captcha"],
    .columns-max .portlet-layout .fieldset input[type="number"],
    .columns-max .portlet-layout .fieldset input[type="text"] {
      width: 100%; }
.columns-max .taglib-icon-list {
  margin-bottom: 0; }
  .columns-max .taglib-icon-list li {
    width: auto;
    margin-bottom: 7px; }
    .columns-max .taglib-icon-list li img {
      display: inline-block; }
    .columns-max .taglib-icon-list li:last-child {
      margin-bottom: 0; }

.portlet-login .navigation {
  background-color: transparent; }

.aui .contact-portlet form.contact-form {
  max-width: 100% !IMPORTANT;
  padding: 0px 20% !IMPORTANT; }

.aui .up2date-shop-ordermanager-portlet .ordermanager-filter-wrapper {
  width: 100%;
  padding: 0px 15%; }
  .aui .up2date-shop-ordermanager-portlet .ordermanager-filter-wrapper .ordermanager-filter {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: auto; }
    .aui .up2date-shop-ordermanager-portlet .ordermanager-filter-wrapper .ordermanager-filter:nth-child(n+3) {
      width: 99%; }
    .aui .up2date-shop-ordermanager-portlet .ordermanager-filter-wrapper .ordermanager-filter .ordermanager-inputsearch-filter .search-query {
      float: none;
      width: 84%; }
    .aui .up2date-shop-ordermanager-portlet .ordermanager-filter-wrapper .ordermanager-filter .ordermanager-inputsearch-filter button.btn,
    .aui .up2date-shop-ordermanager-portlet .ordermanager-filter-wrapper .ordermanager-filter .ordermanager-inputsearch-filter div.btn {
      margin-bottom: 5px;
      width: 15%; }
    .aui .up2date-shop-ordermanager-portlet .ordermanager-filter-wrapper .ordermanager-filter .alloy-input-date input.field {
      float: none; }
  .aui .up2date-shop-ordermanager-portlet .ordermanager-filter-wrapper input.field {
    max-width: 55% !IMPORTANT;
    max-width: -moz-calc((75% - 35px));
    max-width: -webkit-calc((75% - 35px));
    max-width: calc((75% - 35px)); }
  .aui .up2date-shop-ordermanager-portlet .ordermanager-filter-wrapper .alloy-field {
    display: table-cell; }
    .aui .up2date-shop-ordermanager-portlet .ordermanager-filter-wrapper .alloy-field .control-label {
      display: inline;
      margin: 7px; }
    .aui .up2date-shop-ordermanager-portlet .ordermanager-filter-wrapper .alloy-field .alloy-input-date {
      display: inline;
      margin: 5px 0px 7px 0px; }
    .aui .up2date-shop-ordermanager-portlet .ordermanager-filter-wrapper .alloy-field .alloy-select-one-menu {
      margin: 5px 0px 7px 0px; }
.aui .up2date-shop-ordermanager-portlet .vtable .vcenter {
  vertical-align: top; }
.aui .up2date-shop-ordermanager-portlet div.address-line span.alloy-panel-group {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: block; }
.aui .up2date-shop-ordermanager-portlet .alloy-dialog div.order-detail-block {
  margin-top: 20px; }
.aui .up2date-shop-ordermanager-portlet div.yui3-splitbuttonnav .yui3-menu-label a.btn-default {
  color: #cccccc; }
  .aui .up2date-shop-ordermanager-portlet div.yui3-splitbuttonnav .yui3-menu-label a.btn-default span.caret {
    margin-top: 11px;
    border-top: 4px solid #cccccc; }
.aui .up2date-shop-ordermanager-portlet .up2date-entries-summary .alloy-row .alloy-column.article-entries-price-column-second {
  width: 200px; }
  .aui .up2date-shop-ordermanager-portlet .up2date-entries-summary .alloy-row .alloy-column.article-entries-price-column-second span.alloy-panel-group {
    margin-right: 50px; }

.aui .portlet-dockbar #_145_navAccountControlsNavbarBtn,
.aui .portlet-dockbar #_145_navAddControlsNavbarBtn,
.aui .portlet-dockbar #_145_navSiteNavigationNavbarBtn {
  display: none !important; }

.aui .portlet-dockbar #_145_navAccountControlsNavbarCollapse {
  display: inline-block;
  height: auto;
  overflow: visible;
  margin-top: 10px;
  margin-bottom: 10px; }
  @media all and (max-width: 767px) {
    .aui .portlet-dockbar #_145_navAccountControlsNavbarCollapse {
      margin-top: 10px;
      margin-bottom: 10px; } }
  .aui .portlet-dockbar #_145_navAccountControlsNavbarCollapse a:focus,
  .aui .portlet-dockbar #_145_navAccountControlsNavbarCollapse a:active,
  .aui .portlet-dockbar #_145_navAccountControlsNavbarCollapse a:hover,
  .aui .portlet-dockbar #_145_navAccountControlsNavbarCollapse a {
    background: none;
    font-weight: 400;
    margin-bottom: 4px;
    color: #202020; }
    @media all and (min-width: 768px) {
      .aui .portlet-dockbar #_145_navAccountControlsNavbarCollapse a:focus,
      .aui .portlet-dockbar #_145_navAccountControlsNavbarCollapse a:active,
      .aui .portlet-dockbar #_145_navAccountControlsNavbarCollapse a:hover,
      .aui .portlet-dockbar #_145_navAccountControlsNavbarCollapse a {
        margin-bottom: 0;
        margin-top: 7px; } }
  .aui .portlet-dockbar #_145_navAccountControlsNavbarCollapse .dropdown-menu {
    position: absolute;
    background-color: white;
    border: 1px solid #555555;
    min-width: auto; }
    .aui .portlet-dockbar #_145_navAccountControlsNavbarCollapse .dropdown-menu li {
      padding: 2px 5px; }

@media all and (max-width: 767px) {
  #portlet_up2datepartshopvehicleselectorportlet_WAR_up2date4shopportlet {
    margin: 0 0 0 0; }

  #portlet_up2datepartshoppartsearchportlet_WAR_up2date4shopportlet {
    max-width: 94%;
    margin: 0 auto 25px auto; }

  #portlet_up2datepartshopvehicleselectorportlet_WAR_up2date4shopportlet .portlet-content {
    max-width: 94%;
    margin: 20px auto 25px auto;
    padding: 0 0 0 0; } }
@media all and (max-width: 599px) {
  header#banner #mainHeader .headerInfo.vtable .vcenter.cart {
    padding-right: 0; } }
#_145_navAddControlsNavbarCollapse {
  display: inline !important; }

.blue #footer {
  background-color: #0e2b63;
  color: white; }

.blue #banner {
  background-color: white;
  color: #0e2b63;
  border-bottom: 5px solid #0e2b63; }
  .blue #banner .cart #cart_portlet_dropzone .cart_mini_container a {
    background-color: #eeeeee;
    border: 1px solid #0e2b63; }

.blue #footer .powered-by,
.blue #footer li::before,
.blue #footer a {
  color: white; }

.blue #banner a {
  color: #0e2b63; }

.blue header#banner .cart #cart_portlet_dropzone .cart_mini_link .cart_mini_counter {
  background-color: #006f9f;
  color: #202020; }
  .blue header#banner .cart #cart_portlet_dropzone .cart_mini_link .cart_mini_counter.cart_mini_counter {
    color: white; }

.blue #breadcrumbMenu ul,
.blue #breadcrumbMenu li.active,
.blue #breadcrumbMenu li span,
.blue #breadcrumbMenu li a {
  color: #555555; }

.blue a {
  color: #0e2b63; }
  .blue a:hover, .blue a:focus, .blue a:active {
    color: #006f9f; }

.blue .dropdown-menu > li > a:hover,
.blue .dropdown-menu > li > a:focus,
.blue .dropdown-submenu:hover > a,
.blue .dropdown-submenu:focus > a {
  background: #0e2b63;
  color: white; }

.blue .primary-background-color {
  background: #0e2b63; }

.blue .primary-text-color {
  color: #0e2b63; }

.blue .secondary-background-color {
  background: #006f9f; }

.blue .secondary-text-color {
  color: lightgrey; }

.blue .hightlight-background-color {
  background: #eeeeee; }

.blue .alternativ-text-color {
  color: white; }

.aui .blue .portlet-dockbar .navbar-static-top .navbar-inner .user-notifications-count {
  background-color: #006f9f;
  border: 1px solid #0e2b63;
  color: white; }
.aui .blue .portlet-dockbar .navbar-static-top .navbar-inner ul.nav-account-controls > li > a span,
.aui .blue .portlet-dockbar .navbar-static-top .navbar-inner ul.nav-account-controls > li > a i {
  color: #0e2b63; }
.aui .blue .portlet-dockbar .dropdown-menu li a,
.aui .blue .portlet-dockbar .dropdown-menu li a:focus,
.aui .blue .portlet-dockbar .dropdown-menu li a:hover {
  background: white none no-repeat;
  color: #202020; }
  .aui .blue .portlet-dockbar .dropdown-menu li a i,
  .aui .blue .portlet-dockbar .dropdown-menu li a span,
  .aui .blue .portlet-dockbar .dropdown-menu li a:focus i,
  .aui .blue .portlet-dockbar .dropdown-menu li a:focus span,
  .aui .blue .portlet-dockbar .dropdown-menu li a:hover i,
  .aui .blue .portlet-dockbar .dropdown-menu li a:hover span {
    color: #202020; }
.aui .blue .portlet-dockbar .dropdown-menu li:focus > a, .aui .blue .portlet-dockbar .dropdown-menu li:hover > a {
  background: #0e2b63 none no-repeat !important; }
  .aui .blue .portlet-dockbar .dropdown-menu li:focus > a i,
  .aui .blue .portlet-dockbar .dropdown-menu li:focus > a span, .aui .blue .portlet-dockbar .dropdown-menu li:hover > a i,
  .aui .blue .portlet-dockbar .dropdown-menu li:hover > a span {
    color: white; }
.aui .blue .portlet-dockbar .dropdown-menu .active a {
  background: white none no-repeat;
  color: #202020; }
.aui .blue .portlet-dockbar .dropdown-menu .active a:hover,
.aui .blue .portlet-dockbar .dropdown-menu .active a:focus {
  background: #0e2b63 none no-repeat;
  color: white;
  outline: 0 none; }
  .aui .blue .portlet-dockbar .dropdown-menu .active a:hover i,
  .aui .blue .portlet-dockbar .dropdown-menu .active a:hover span,
  .aui .blue .portlet-dockbar .dropdown-menu .active a:focus i,
  .aui .blue .portlet-dockbar .dropdown-menu .active a:focus span {
    color: white; }

.blue.dockbar-split .dockbar .navbar-inner ul.nav-add-controls {
  background-color: rgba(238, 238, 238, 0.5); }
  .blue.dockbar-split .dockbar .navbar-inner ul.nav-add-controls > li:hover > a {
    background: rgba(14, 43, 99, 0.8) !important; }
  .blue.dockbar-split .dockbar .navbar-inner ul.nav-add-controls > li:hover > a i,
  .blue.dockbar-split .dockbar .navbar-inner ul.nav-add-controls > li:hover > a span,
  .blue.dockbar-split .dockbar .navbar-inner ul.nav-add-controls > li:hover > a {
    color: white; }
  .blue.dockbar-split .dockbar .navbar-inner ul.nav-add-controls > li.toggle-controls > .toggle-controls-link {
    background: none repeat scroll 0 0 #0e2b63;
    color: white; }
    .blue.dockbar-split .dockbar .navbar-inner ul.nav-add-controls > li.toggle-controls > .toggle-controls-link i,
    .blue.dockbar-split .dockbar .navbar-inner ul.nav-add-controls > li.toggle-controls > .toggle-controls-link span {
      color: white; }

.blue.ios .fieldset .field-wrapper label,
.blue.ios .field-wrapper label,
.blue.ios label,
.blue.ios input,
.blue.ios button,
.blue.ios select,
.blue.ios textarea,
.blue .fieldset .field-wrapper label,
.blue .field-wrapper label,
.blue label,
.blue input,
.blue button,
.blue select,
.blue textarea {
  color: #202020; }
.blue.ios textarea,
.blue.ios input[type="text"],
.blue.ios input[type="password"],
.blue.ios input[type="datetime"],
.blue.ios input[type="datetime-local"],
.blue.ios input[type="date"],
.blue.ios input[type="month"],
.blue.ios input[type="time"],
.blue.ios input[type="week"],
.blue.ios input[type="number"],
.blue.ios input[type="email"],
.blue.ios input[type="url"],
.blue.ios input[type="search"],
.blue.ios input[type="tel"],
.blue.ios input[type="color"],
.blue.ios .uneditable-input,
.blue textarea,
.blue input[type="text"],
.blue input[type="password"],
.blue input[type="datetime"],
.blue input[type="datetime-local"],
.blue input[type="date"],
.blue input[type="month"],
.blue input[type="time"],
.blue input[type="week"],
.blue input[type="number"],
.blue input[type="email"],
.blue input[type="url"],
.blue input[type="search"],
.blue input[type="tel"],
.blue input[type="color"],
.blue .uneditable-input {
  background-color: white;
  border: 1px solid #cccccc; }
  .blue.ios textarea:focus,
  .blue.ios input[type="text"]:focus,
  .blue.ios input[type="password"]:focus,
  .blue.ios input[type="datetime"]:focus,
  .blue.ios input[type="datetime-local"]:focus,
  .blue.ios input[type="date"]:focus,
  .blue.ios input[type="month"]:focus,
  .blue.ios input[type="time"]:focus,
  .blue.ios input[type="week"]:focus,
  .blue.ios input[type="number"]:focus,
  .blue.ios input[type="email"]:focus,
  .blue.ios input[type="url"]:focus,
  .blue.ios input[type="search"]:focus,
  .blue.ios input[type="tel"]:focus,
  .blue.ios input[type="color"]:focus,
  .blue.ios .uneditable-input:focus,
  .blue textarea:focus,
  .blue input[type="text"]:focus,
  .blue input[type="password"]:focus,
  .blue input[type="datetime"]:focus,
  .blue input[type="datetime-local"]:focus,
  .blue input[type="date"]:focus,
  .blue input[type="month"]:focus,
  .blue input[type="time"]:focus,
  .blue input[type="week"]:focus,
  .blue input[type="number"]:focus,
  .blue input[type="email"]:focus,
  .blue input[type="url"]:focus,
  .blue input[type="search"]:focus,
  .blue input[type="tel"]:focus,
  .blue input[type="color"]:focus,
  .blue .uneditable-input:focus {
    border-color: #0e2b63;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 47, 11, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 47, 11, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 47, 11, 0.6); }
.blue.ios select,
.blue select {
  border: 1px solid #cccccc;
  background-color: white; }
.blue.ios .uneditable-input,
.blue.ios .uneditable-textarea,
.blue .uneditable-input,
.blue .uneditable-textarea {
  color: white;
  background-color: #cccccc;
  border-color: #cccccc; }
.blue.ios input[disabled],
.blue.ios select[disabled],
.blue.ios textarea[disabled],
.blue.ios input[readonly],
.blue.ios select[readonly],
.blue.ios textarea[readonly],
.blue input[disabled],
.blue select[disabled],
.blue textarea[disabled],
.blue input[readonly],
.blue select[readonly],
.blue textarea[readonly] {
  background-color: #cccccc; }
.blue.ios #portlet_up2datepartshoppartsearchportlet_WAR_up2date4shopportlet .part_search_row input,
.blue #portlet_up2datepartshoppartsearchportlet_WAR_up2date4shopportlet .part_search_row input {
  border-color: #cccccc; }
  .blue.ios #portlet_up2datepartshoppartsearchportlet_WAR_up2date4shopportlet .part_search_row input:focus,
  .blue #portlet_up2datepartshoppartsearchportlet_WAR_up2date4shopportlet .part_search_row input:focus {
    border-color: #0e2b63;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 47, 11, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 47, 11, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 47, 11, 0.6); }
.blue.ios #portlet_up2datepartshoppartsearchportlet_WAR_up2date4shopportlet .part_search_row button:focus, .blue.ios #portlet_up2datepartshoppartsearchportlet_WAR_up2date4shopportlet .part_search_row button:hover,
.blue #portlet_up2datepartshoppartsearchportlet_WAR_up2date4shopportlet .part_search_row button:focus,
.blue #portlet_up2datepartshoppartsearchportlet_WAR_up2date4shopportlet .part_search_row button:hover {
  color: #0e2b63; }
.blue.ios ul.parttree-list-maingroup,
.blue ul.parttree-list-maingroup {
  color: #555555; }
  .blue.ios ul.parttree-list-maingroup li,
  .blue ul.parttree-list-maingroup li {
    background-color: #eeeeee; }
    .blue.ios ul.parttree-list-maingroup li a,
    .blue ul.parttree-list-maingroup li a {
      color: #555555; }
      .blue.ios ul.parttree-list-maingroup li a:hover, .blue.ios ul.parttree-list-maingroup li a:focus, .blue.ios ul.parttree-list-maingroup li a:active,
      .blue ul.parttree-list-maingroup li a:hover,
      .blue ul.parttree-list-maingroup li a:focus,
      .blue ul.parttree-list-maingroup li a:active {
        color: #0e2b63; }
  .blue.ios ul.parttree-list-maingroup .parttree-list-firstchild,
  .blue ul.parttree-list-maingroup .parttree-list-firstchild {
    background-color: white; }
    .blue.ios ul.parttree-list-maingroup .parttree-list-firstchild li,
    .blue ul.parttree-list-maingroup .parttree-list-firstchild li {
      background-color: white;
      border-bottom: 1px solid #eeeeee; }
      .blue.ios ul.parttree-list-maingroup .parttree-list-firstchild li a,
      .blue ul.parttree-list-maingroup .parttree-list-firstchild li a {
        color: #0e2b63; }
    .blue.ios ul.parttree-list-maingroup .parttree-list-firstchild > li:last-child,
    .blue ul.parttree-list-maingroup .parttree-list-firstchild > li:last-child {
      border-bottom: none; }
.blue.ios .paginator,
.blue .paginator {
  border-color: #555555; }
  .blue.ios .paginator button:before,
  .blue .paginator button:before {
    color: white; }
  .blue.ios .paginator button:hover:before,
  .blue .paginator button:hover:before {
    color: #202020; }

.blue.ios .btn,
.blue .btn {
  background: white;
  color: #202020;
  border: 1px solid #0e2b63; }
  .blue.ios .btn.style-a,
  .blue .btn.style-a {
    background: #eeeeee;
    color: #202020; }
    .blue.ios .btn.style-a:hover,
    .blue .btn.style-a:hover {
      color: #202020; }
  .blue.ios .btn.style-b,
  .blue .btn.style-b {
    background: transparent;
    border: 1px solid lightgrey;
    color: #202020; }
    .blue.ios .btn.style-b:hover,
    .blue .btn.style-b:hover {
      color: #202020; }

.blue.ios .btn:active,
.blue.ios .btn:focus,
.blue.ios .btn:hover,
.blue .btn:active,
.blue .btn:focus,
.blue .btn:hover {
  background: #0e2b63;
  color: white; }
  .blue.ios .btn:active .caret,
  .blue.ios .btn:focus .caret,
  .blue.ios .btn:hover .caret,
  .blue .btn:active .caret,
  .blue .btn:focus .caret,
  .blue .btn:hover .caret {
    border-top-color: white; }

.blue.aui.ios .btn-contact-sendmail,
.blue.ios .btn-contact-sendmail,
.blue .btn-contact-sendmail,
.blue.aui.ios .btn-primary,
.blue.aui.ios .btn.btn-primary,
.blue.ios .btn-primary,
.blue.ios .btn.btn-primary,
.blue .btn-primary {
  background: #0e2b63;
  color: white;
  border: 1px solid #0e2b63; }
  .blue.aui.ios .btn-contact-sendmail .caret,
  .blue.ios .btn-contact-sendmail .caret,
  .blue .btn-contact-sendmail .caret,
  .blue.aui.ios .btn-primary .caret,
  .blue.aui.ios .btn.btn-primary .caret,
  .blue.ios .btn-primary .caret,
  .blue.ios .btn.btn-primary .caret,
  .blue .btn-primary .caret {
    border-top-color: white; }

.blue.ios .btn-contact-sendmail:active,
.blue.ios .btn-contact-sendmail:focus,
.blue.ios .btn-contact-sendmail:hover,
.blue.ios .btn-primary:active,
.blue.ios .btn-primary:focus,
.blue.ios .btn-primary:hover,
.blue .btn-contact-sendmail:active,
.blue .btn-contact-sendmail:focus,
.blue .btn-contact-sendmail:hover,
.blue .btn.btn-primary:active,
.blue .btn.btn-primary:focus,
.blue .btn.btn-primary:hover,
.blue .btn.btn-contact-sendmail:hover,
.blue .btn-primary:active,
.blue .btn-primary:focus,
.blue .btn-primary:hover {
  background: white;
  color: #0e2b63; }
  .blue.ios .btn-contact-sendmail:active .caret,
  .blue.ios .btn-contact-sendmail:focus .caret,
  .blue.ios .btn-contact-sendmail:hover .caret,
  .blue.ios .btn-primary:active .caret,
  .blue.ios .btn-primary:focus .caret,
  .blue.ios .btn-primary:hover .caret,
  .blue .btn-contact-sendmail:active .caret,
  .blue .btn-contact-sendmail:focus .caret,
  .blue .btn-contact-sendmail:hover .caret,
  .blue .btn.btn-primary:active .caret,
  .blue .btn.btn-primary:focus .caret,
  .blue .btn.btn-primary:hover .caret,
  .blue .btn.btn-contact-sendmail:hover .caret,
  .blue .btn-primary:active .caret,
  .blue .btn-primary:focus .caret,
  .blue .btn-primary:hover .caret {
    border-top-color: #202020; }

.blue .btn.disabled,
.blue .btn[disabled] {
  background: #cccccc;
  color: white;
  border: 1px solid #0e2b63; }
  .blue .btn.disabled .caret,
  .blue .btn[disabled] .caret {
    border-top-color: white; }

.blue .searchBorder #portlet_up2datepartshoppartsearchportlet_WAR_up2date4shopportlet .part_search_row input {
  border-color: #cccccc; }

.blue .paginator .btn {
  background-color: #0e2b63;
  color: white; }

.blue #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet .partlist-column-code a,
.blue [id="_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_:partlist_form"] .partlist-column-code a,
.blue #portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet .partlist-column-code a,
.blue #portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet .partlist-column-code a,
.blue #portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet .u2d_bundle_partslist .partlist-column-code a {
  color: #202020; }
.blue #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet a.partlist-part-name,
.blue [id="_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_:partlist_form"] a.partlist-part-name,
.blue #portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet a.partlist-part-name,
.blue #portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet a.partlist-part-name,
.blue #portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet .u2d_bundle_partslist a.partlist-part-name {
  color: #202020; }
.blue #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet .btn,
.blue [id="_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_:partlist_form"] .btn,
.blue #portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet .btn,
.blue #portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet .btn,
.blue #portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet .u2d_bundle_partslist .btn {
  background-color: #0e2b63; }
  .blue #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet .btn:hover,
  .blue [id="_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_:partlist_form"] .btn:hover,
  .blue #portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet .btn:hover,
  .blue #portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet .btn:hover,
  .blue #portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet .u2d_bundle_partslist .btn:hover {
    background-color: white;
    color: #202020; }
  .blue #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet .btn.btn-secondary-action,
  .blue [id="_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_:partlist_form"] .btn.btn-secondary-action,
  .blue #portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet .btn.btn-secondary-action,
  .blue #portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet .btn.btn-secondary-action,
  .blue #portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet .u2d_bundle_partslist .btn.btn-secondary-action {
    background-color: white;
    color: #202020; }
    .blue #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet .btn.btn-secondary-action:hover,
    .blue [id="_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_:partlist_form"] .btn.btn-secondary-action:hover,
    .blue #portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet .btn.btn-secondary-action:hover,
    .blue #portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet .btn.btn-secondary-action:hover,
    .blue #portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet .u2d_bundle_partslist .btn.btn-secondary-action:hover {
      background-color: #0e2b63;
      color: white; }

.blue #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet .assortment-navigation-letter-wrapper .assortment-navigation-letter {
  background: white;
  color: #202020;
  border: 1px solid #0e2b63; }
  .blue #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet .assortment-navigation-letter-wrapper .assortment-navigation-letter:hover {
    background-color: #0e2b63;
    color: white; }
.blue #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet .assortment-list .assortment-list-anchor {
  border-bottom: 1px solid #0e2b63; }

.blue .alloy-accordion .toggler-header {
  border-bottom: 1px solid white; }
  .blue .alloy-accordion .toggler-header:after {
    color: #0e2b63; }
  .blue .alloy-accordion .toggler-header:focus, .blue .alloy-accordion .toggler-header:hover, .blue .alloy-accordion .toggler-header.toggler-header-expanded {
    border-bottom: 1px solid black; }
    .blue .alloy-accordion .toggler-header:focus:after, .blue .alloy-accordion .toggler-header:hover:after, .blue .alloy-accordion .toggler-header.toggler-header-expanded:after {
      background-color: #eeeeee; }

/*
.blue .part-buttonrow {	
	button.btn {
		background-color: $mainColor;
		color: $white;

		&:focus,
		&:hover {
			background-color: $white;
			color: $mainColor;
		}
	}
}
*/
.blue .modal .modal-header button.close {
  color: #0e2b63; }

.blue #_up2datepartshoppartportlet_WAR_up2date4shopportlet_ .modal form[name="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm"] .button-holder .btn[name="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm:btn_sendMail"] {
  color: white;
  background-color: #0e2b63; }
  .blue #_up2datepartshoppartportlet_WAR_up2date4shopportlet_ .modal form[name="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm"] .button-holder .btn[name="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm:btn_sendMail"]:focus, .blue #_up2datepartshoppartportlet_WAR_up2date4shopportlet_ .modal form[name="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm"] .button-holder .btn[name="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm:btn_sendMail"]:hover {
    background-color: white;
    color: #0e2b63; }

.green #footer {
  background-color: #009933;
  color: white; }

.green #banner {
  background-color: white;
  color: #009933;
  border-bottom: 5px solid #009933; }
  .green #banner .cart #cart_portlet_dropzone .cart_mini_container a {
    background-color: #eeeeee;
    border: 1px solid #009933; }

.green #footer .powered-by,
.green #footer li::before,
.green #footer a {
  color: white; }

.green #banner a {
  color: #009933; }

.green header#banner .cart #cart_portlet_dropzone .cart_mini_link .cart_mini_counter {
  background-color: #00df48;
  color: #202020; }
  .green header#banner .cart #cart_portlet_dropzone .cart_mini_link .cart_mini_counter.cart_mini_counter {
    color: white; }

.green #breadcrumbMenu ul,
.green #breadcrumbMenu li.active,
.green #breadcrumbMenu li span,
.green #breadcrumbMenu li a {
  color: #555555; }

.green a {
  color: #009933; }
  .green a:hover, .green a:focus, .green a:active {
    color: #00df48; }

.green .dropdown-menu > li > a:hover,
.green .dropdown-menu > li > a:focus,
.green .dropdown-submenu:hover > a,
.green .dropdown-submenu:focus > a {
  background: #009933;
  color: white; }

.green .primary-background-color {
  background: #009933; }

.green .primary-text-color {
  color: #009933; }

.green .secondary-background-color {
  background: #00df48; }

.green .secondary-text-color {
  color: lightgrey; }

.green .hightlight-background-color {
  background: #eeeeee; }

.green .alternativ-text-color {
  color: white; }

.aui .green .portlet-dockbar .navbar-static-top .navbar-inner .user-notifications-count {
  background-color: #00df48;
  border: 1px solid #009933;
  color: white; }
.aui .green .portlet-dockbar .navbar-static-top .navbar-inner ul.nav-account-controls > li > a span,
.aui .green .portlet-dockbar .navbar-static-top .navbar-inner ul.nav-account-controls > li > a i {
  color: #009933; }
.aui .green .portlet-dockbar .dropdown-menu li a,
.aui .green .portlet-dockbar .dropdown-menu li a:focus,
.aui .green .portlet-dockbar .dropdown-menu li a:hover {
  background: white none no-repeat;
  color: #202020; }
  .aui .green .portlet-dockbar .dropdown-menu li a i,
  .aui .green .portlet-dockbar .dropdown-menu li a span,
  .aui .green .portlet-dockbar .dropdown-menu li a:focus i,
  .aui .green .portlet-dockbar .dropdown-menu li a:focus span,
  .aui .green .portlet-dockbar .dropdown-menu li a:hover i,
  .aui .green .portlet-dockbar .dropdown-menu li a:hover span {
    color: #202020; }
.aui .green .portlet-dockbar .dropdown-menu li:focus > a, .aui .green .portlet-dockbar .dropdown-menu li:hover > a {
  background: #009933 none no-repeat !important; }
  .aui .green .portlet-dockbar .dropdown-menu li:focus > a i,
  .aui .green .portlet-dockbar .dropdown-menu li:focus > a span, .aui .green .portlet-dockbar .dropdown-menu li:hover > a i,
  .aui .green .portlet-dockbar .dropdown-menu li:hover > a span {
    color: white; }
.aui .green .portlet-dockbar .dropdown-menu .active a {
  background: white none no-repeat;
  color: #202020; }
.aui .green .portlet-dockbar .dropdown-menu .active a:hover,
.aui .green .portlet-dockbar .dropdown-menu .active a:focus {
  background: #009933 none no-repeat;
  color: white;
  outline: 0 none; }
  .aui .green .portlet-dockbar .dropdown-menu .active a:hover i,
  .aui .green .portlet-dockbar .dropdown-menu .active a:hover span,
  .aui .green .portlet-dockbar .dropdown-menu .active a:focus i,
  .aui .green .portlet-dockbar .dropdown-menu .active a:focus span {
    color: white; }

.green.dockbar-split .dockbar .navbar-inner ul.nav-add-controls {
  background-color: rgba(238, 238, 238, 0.5); }
  .green.dockbar-split .dockbar .navbar-inner ul.nav-add-controls > li:hover > a {
    background: rgba(0, 153, 51, 0.8) !important; }
  .green.dockbar-split .dockbar .navbar-inner ul.nav-add-controls > li:hover > a i,
  .green.dockbar-split .dockbar .navbar-inner ul.nav-add-controls > li:hover > a span,
  .green.dockbar-split .dockbar .navbar-inner ul.nav-add-controls > li:hover > a {
    color: white; }
  .green.dockbar-split .dockbar .navbar-inner ul.nav-add-controls > li.toggle-controls > .toggle-controls-link {
    background: none repeat scroll 0 0 #009933;
    color: white; }
    .green.dockbar-split .dockbar .navbar-inner ul.nav-add-controls > li.toggle-controls > .toggle-controls-link i,
    .green.dockbar-split .dockbar .navbar-inner ul.nav-add-controls > li.toggle-controls > .toggle-controls-link span {
      color: white; }

.green.ios .fieldset .field-wrapper label,
.green.ios .field-wrapper label,
.green.ios label,
.green.ios input,
.green.ios button,
.green.ios select,
.green.ios textarea,
.green .fieldset .field-wrapper label,
.green .field-wrapper label,
.green label,
.green input,
.green button,
.green select,
.green textarea {
  color: #202020; }
.green.ios textarea,
.green.ios input[type="text"],
.green.ios input[type="password"],
.green.ios input[type="datetime"],
.green.ios input[type="datetime-local"],
.green.ios input[type="date"],
.green.ios input[type="month"],
.green.ios input[type="time"],
.green.ios input[type="week"],
.green.ios input[type="number"],
.green.ios input[type="email"],
.green.ios input[type="url"],
.green.ios input[type="search"],
.green.ios input[type="tel"],
.green.ios input[type="color"],
.green.ios .uneditable-input,
.green textarea,
.green input[type="text"],
.green input[type="password"],
.green input[type="datetime"],
.green input[type="datetime-local"],
.green input[type="date"],
.green input[type="month"],
.green input[type="time"],
.green input[type="week"],
.green input[type="number"],
.green input[type="email"],
.green input[type="url"],
.green input[type="search"],
.green input[type="tel"],
.green input[type="color"],
.green .uneditable-input {
  background-color: white;
  border: 1px solid #cccccc; }
  .green.ios textarea:focus,
  .green.ios input[type="text"]:focus,
  .green.ios input[type="password"]:focus,
  .green.ios input[type="datetime"]:focus,
  .green.ios input[type="datetime-local"]:focus,
  .green.ios input[type="date"]:focus,
  .green.ios input[type="month"]:focus,
  .green.ios input[type="time"]:focus,
  .green.ios input[type="week"]:focus,
  .green.ios input[type="number"]:focus,
  .green.ios input[type="email"]:focus,
  .green.ios input[type="url"]:focus,
  .green.ios input[type="search"]:focus,
  .green.ios input[type="tel"]:focus,
  .green.ios input[type="color"]:focus,
  .green.ios .uneditable-input:focus,
  .green textarea:focus,
  .green input[type="text"]:focus,
  .green input[type="password"]:focus,
  .green input[type="datetime"]:focus,
  .green input[type="datetime-local"]:focus,
  .green input[type="date"]:focus,
  .green input[type="month"]:focus,
  .green input[type="time"]:focus,
  .green input[type="week"]:focus,
  .green input[type="number"]:focus,
  .green input[type="email"]:focus,
  .green input[type="url"]:focus,
  .green input[type="search"]:focus,
  .green input[type="tel"]:focus,
  .green input[type="color"]:focus,
  .green .uneditable-input:focus {
    border-color: #009933;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 153, 51, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 153, 51, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 153, 51, 0.6); }
.green.ios select,
.green select {
  border: 1px solid #cccccc;
  background-color: white; }
.green.ios .uneditable-input,
.green.ios .uneditable-textarea,
.green .uneditable-input,
.green .uneditable-textarea {
  color: white;
  background-color: #cccccc;
  border-color: #cccccc; }
.green.ios input[disabled],
.green.ios select[disabled],
.green.ios textarea[disabled],
.green.ios input[readonly],
.green.ios select[readonly],
.green.ios textarea[readonly],
.green input[disabled],
.green select[disabled],
.green textarea[disabled],
.green input[readonly],
.green select[readonly],
.green textarea[readonly] {
  background-color: #cccccc; }
.green.ios #portlet_up2datepartshoppartsearchportlet_WAR_up2date4shopportlet .part_search_row input,
.green #portlet_up2datepartshoppartsearchportlet_WAR_up2date4shopportlet .part_search_row input {
  border-color: #cccccc; }
  .green.ios #portlet_up2datepartshoppartsearchportlet_WAR_up2date4shopportlet .part_search_row input:focus,
  .green #portlet_up2datepartshoppartsearchportlet_WAR_up2date4shopportlet .part_search_row input:focus {
    border-color: #009933;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 153, 51, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 153, 51, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 153, 51, 0.6); }
.green.ios #portlet_up2datepartshoppartsearchportlet_WAR_up2date4shopportlet .part_search_row button:focus, .green.ios #portlet_up2datepartshoppartsearchportlet_WAR_up2date4shopportlet .part_search_row button:hover,
.green #portlet_up2datepartshoppartsearchportlet_WAR_up2date4shopportlet .part_search_row button:focus,
.green #portlet_up2datepartshoppartsearchportlet_WAR_up2date4shopportlet .part_search_row button:hover {
  color: #009933; }
.green.ios ul.parttree-list-maingroup,
.green ul.parttree-list-maingroup {
  color: #555555; }
  .green.ios ul.parttree-list-maingroup li,
  .green ul.parttree-list-maingroup li {
    background-color: #eeeeee; }
    .green.ios ul.parttree-list-maingroup li a,
    .green ul.parttree-list-maingroup li a {
      color: #555555; }
      .green.ios ul.parttree-list-maingroup li a:hover, .green.ios ul.parttree-list-maingroup li a:focus, .green.ios ul.parttree-list-maingroup li a:active,
      .green ul.parttree-list-maingroup li a:hover,
      .green ul.parttree-list-maingroup li a:focus,
      .green ul.parttree-list-maingroup li a:active {
        color: #009933; }
  .green.ios ul.parttree-list-maingroup .parttree-list-firstchild,
  .green ul.parttree-list-maingroup .parttree-list-firstchild {
    background-color: white; }
    .green.ios ul.parttree-list-maingroup .parttree-list-firstchild li,
    .green ul.parttree-list-maingroup .parttree-list-firstchild li {
      background-color: white;
      border-bottom: 1px solid #eeeeee; }
      .green.ios ul.parttree-list-maingroup .parttree-list-firstchild li a,
      .green ul.parttree-list-maingroup .parttree-list-firstchild li a {
        color: #009933; }
    .green.ios ul.parttree-list-maingroup .parttree-list-firstchild > li:last-child,
    .green ul.parttree-list-maingroup .parttree-list-firstchild > li:last-child {
      border-bottom: none; }
.green.ios .paginator,
.green .paginator {
  border-color: #555555; }
  .green.ios .paginator button:before,
  .green .paginator button:before {
    color: white; }
  .green.ios .paginator button:hover:before,
  .green .paginator button:hover:before {
    color: #202020; }

.green.ios .btn,
.green .btn {
  background: white;
  color: #202020;
  border: 1px solid #009933; }
  .green.ios .btn.style-a,
  .green .btn.style-a {
    background: #eeeeee;
    color: #202020; }
    .green.ios .btn.style-a:hover,
    .green .btn.style-a:hover {
      color: #202020; }
  .green.ios .btn.style-b,
  .green .btn.style-b {
    background: transparent;
    border: 1px solid lightgrey;
    color: #202020; }
    .green.ios .btn.style-b:hover,
    .green .btn.style-b:hover {
      color: #202020; }

.green.ios .btn:active,
.green.ios .btn:focus,
.green.ios .btn:hover,
.green .btn:active,
.green .btn:focus,
.green .btn:hover {
  background: #009933;
  color: white; }
  .green.ios .btn:active .caret,
  .green.ios .btn:focus .caret,
  .green.ios .btn:hover .caret,
  .green .btn:active .caret,
  .green .btn:focus .caret,
  .green .btn:hover .caret {
    border-top-color: white; }

.green.aui.ios .btn-contact-sendmail,
.green.ios .btn-contact-sendmail,
.green .btn-contact-sendmail,
.green.aui.ios .btn-primary,
.green.aui.ios .btn.btn-primary,
.green.ios .btn-primary,
.green.ios .btn.btn-primary,
.green .btn-primary {
  background: #009933;
  color: white;
  border: 1px solid #009933; }
  .green.aui.ios .btn-contact-sendmail .caret,
  .green.ios .btn-contact-sendmail .caret,
  .green .btn-contact-sendmail .caret,
  .green.aui.ios .btn-primary .caret,
  .green.aui.ios .btn.btn-primary .caret,
  .green.ios .btn-primary .caret,
  .green.ios .btn.btn-primary .caret,
  .green .btn-primary .caret {
    border-top-color: white; }

.green.ios .btn-contact-sendmail:active,
.green.ios .btn-contact-sendmail:focus,
.green.ios .btn-contact-sendmail:hover,
.green.ios .btn-primary:active,
.green.ios .btn-primary:focus,
.green.ios .btn-primary:hover,
.green .btn-contact-sendmail:active,
.green .btn-contact-sendmail:focus,
.green .btn-contact-sendmail:hover,
.green .btn.btn-primary:active,
.green .btn.btn-primary:focus,
.green .btn.btn-primary:hover,
.green .btn.btn-contact-sendmail:hover,
.green .btn-primary:active,
.green .btn-primary:focus,
.green .btn-primary:hover {
  background: white;
  color: #009933; }
  .green.ios .btn-contact-sendmail:active .caret,
  .green.ios .btn-contact-sendmail:focus .caret,
  .green.ios .btn-contact-sendmail:hover .caret,
  .green.ios .btn-primary:active .caret,
  .green.ios .btn-primary:focus .caret,
  .green.ios .btn-primary:hover .caret,
  .green .btn-contact-sendmail:active .caret,
  .green .btn-contact-sendmail:focus .caret,
  .green .btn-contact-sendmail:hover .caret,
  .green .btn.btn-primary:active .caret,
  .green .btn.btn-primary:focus .caret,
  .green .btn.btn-primary:hover .caret,
  .green .btn.btn-contact-sendmail:hover .caret,
  .green .btn-primary:active .caret,
  .green .btn-primary:focus .caret,
  .green .btn-primary:hover .caret {
    border-top-color: #202020; }

.green .btn.disabled,
.green .btn[disabled] {
  background: #cccccc;
  color: white;
  border: 1px solid #009933; }
  .green .btn.disabled .caret,
  .green .btn[disabled] .caret {
    border-top-color: white; }

.green .searchBorder #portlet_up2datepartshoppartsearchportlet_WAR_up2date4shopportlet .part_search_row input {
  border-color: #cccccc; }

.green .paginator .btn {
  background-color: #009933;
  color: white; }

.green #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet .partlist-column-code a,
.green [id="_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_:partlist_form"] .partlist-column-code a,
.green #portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet .partlist-column-code a,
.green #portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet .partlist-column-code a,
.green #portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet .u2d_bundle_partslist .partlist-column-code a {
  color: #202020; }
.green #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet a.partlist-part-name,
.green [id="_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_:partlist_form"] a.partlist-part-name,
.green #portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet a.partlist-part-name,
.green #portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet a.partlist-part-name,
.green #portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet .u2d_bundle_partslist a.partlist-part-name {
  color: #202020; }
.green #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet .btn,
.green [id="_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_:partlist_form"] .btn,
.green #portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet .btn,
.green #portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet .btn,
.green #portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet .u2d_bundle_partslist .btn {
  background-color: #009933; }
  .green #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet .btn:hover,
  .green [id="_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_:partlist_form"] .btn:hover,
  .green #portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet .btn:hover,
  .green #portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet .btn:hover,
  .green #portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet .u2d_bundle_partslist .btn:hover {
    background-color: white;
    color: #202020; }
  .green #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet .btn.btn-secondary-action,
  .green [id="_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_:partlist_form"] .btn.btn-secondary-action,
  .green #portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet .btn.btn-secondary-action,
  .green #portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet .btn.btn-secondary-action,
  .green #portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet .u2d_bundle_partslist .btn.btn-secondary-action {
    background-color: white;
    color: #202020; }
    .green #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet .btn.btn-secondary-action:hover,
    .green [id="_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_:partlist_form"] .btn.btn-secondary-action:hover,
    .green #portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet .btn.btn-secondary-action:hover,
    .green #portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet .btn.btn-secondary-action:hover,
    .green #portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet .u2d_bundle_partslist .btn.btn-secondary-action:hover {
      background-color: #009933;
      color: white; }

.green #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet .assortment-navigation-letter-wrapper .assortment-navigation-letter {
  background: white;
  color: #202020;
  border: 1px solid #009933; }
  .green #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet .assortment-navigation-letter-wrapper .assortment-navigation-letter:hover {
    background-color: #009933;
    color: white; }
.green #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet .assortment-list .assortment-list-anchor {
  border-bottom: 1px solid #009933; }

.green .alloy-accordion .toggler-header {
  border-bottom: 1px solid white; }
  .green .alloy-accordion .toggler-header:after {
    color: #009933; }
  .green .alloy-accordion .toggler-header:focus, .green .alloy-accordion .toggler-header:hover, .green .alloy-accordion .toggler-header.toggler-header-expanded {
    border-bottom: 1px solid black; }
    .green .alloy-accordion .toggler-header:focus:after, .green .alloy-accordion .toggler-header:hover:after, .green .alloy-accordion .toggler-header.toggler-header-expanded:after {
      background-color: #eeeeee; }

/*
.green .part-buttonrow {	
	button.btn {
		background-color: $mainColor;
		color: $white;

		&:focus,
		&:hover {
			background-color: $white;
			color: $mainColor;
		}
	}
}
*/
.green .modal .modal-header button.close {
  color: #009933; }

.green #_up2datepartshoppartportlet_WAR_up2date4shopportlet_ .modal form[name="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm"] .button-holder .btn[name="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm:btn_sendMail"] {
  color: white;
  background-color: #009933; }
  .green #_up2datepartshoppartportlet_WAR_up2date4shopportlet_ .modal form[name="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm"] .button-holder .btn[name="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm:btn_sendMail"]:focus, .green #_up2datepartshoppartportlet_WAR_up2date4shopportlet_ .modal form[name="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm"] .button-holder .btn[name="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm:btn_sendMail"]:hover {
    background-color: white;
    color: #009933; }

.grey #footer {
  background-color: #afafaf;
  color: white; }

.grey #banner {
  background-color: white;
  color: #afafaf;
  border-bottom: 5px solid #afafaf; }
  .grey #banner .cart #cart_portlet_dropzone .cart_mini_container a {
    background-color: #eeeeee;
    border: 1px solid #afafaf; }

.grey #footer .powered-by,
.grey #footer li::before,
.grey #footer a {
  color: white; }

.grey #banner a {
  color: #afafaf; }

.grey header#banner .cart #cart_portlet_dropzone .cart_mini_link .cart_mini_counter {
  background-color: #cccccc;
  color: #202020; }
  .grey header#banner .cart #cart_portlet_dropzone .cart_mini_link .cart_mini_counter.cart_mini_counter {
    color: white; }

.grey #breadcrumbMenu ul,
.grey #breadcrumbMenu li.active,
.grey #breadcrumbMenu li span,
.grey #breadcrumbMenu li a {
  color: #555555; }

.grey a {
  color: #afafaf; }
  .grey a:hover, .grey a:focus, .grey a:active {
    color: #cccccc; }

.grey .dropdown-menu > li > a:hover,
.grey .dropdown-menu > li > a:focus,
.grey .dropdown-submenu:hover > a,
.grey .dropdown-submenu:focus > a {
  background: #afafaf;
  color: white; }

.grey .primary-background-color {
  background: #afafaf; }

.grey .primary-text-color {
  color: #afafaf; }

.grey .secondary-background-color {
  background: #cccccc; }

.grey .secondary-text-color {
  color: lightgrey; }

.grey .hightlight-background-color {
  background: #eeeeee; }

.grey .alternativ-text-color {
  color: white; }

.aui .grey .portlet-dockbar .navbar-static-top .navbar-inner .user-notifications-count {
  background-color: #cccccc;
  border: 1px solid #afafaf;
  color: white; }
.aui .grey .portlet-dockbar .navbar-static-top .navbar-inner ul.nav-account-controls > li > a span,
.aui .grey .portlet-dockbar .navbar-static-top .navbar-inner ul.nav-account-controls > li > a i {
  color: #afafaf; }
.aui .grey .portlet-dockbar .dropdown-menu li a,
.aui .grey .portlet-dockbar .dropdown-menu li a:focus,
.aui .grey .portlet-dockbar .dropdown-menu li a:hover {
  background: white none no-repeat;
  color: #202020; }
  .aui .grey .portlet-dockbar .dropdown-menu li a i,
  .aui .grey .portlet-dockbar .dropdown-menu li a span,
  .aui .grey .portlet-dockbar .dropdown-menu li a:focus i,
  .aui .grey .portlet-dockbar .dropdown-menu li a:focus span,
  .aui .grey .portlet-dockbar .dropdown-menu li a:hover i,
  .aui .grey .portlet-dockbar .dropdown-menu li a:hover span {
    color: #202020; }
.aui .grey .portlet-dockbar .dropdown-menu li:focus > a, .aui .grey .portlet-dockbar .dropdown-menu li:hover > a {
  background: #afafaf none no-repeat !important; }
  .aui .grey .portlet-dockbar .dropdown-menu li:focus > a i,
  .aui .grey .portlet-dockbar .dropdown-menu li:focus > a span, .aui .grey .portlet-dockbar .dropdown-menu li:hover > a i,
  .aui .grey .portlet-dockbar .dropdown-menu li:hover > a span {
    color: white; }
.aui .grey .portlet-dockbar .dropdown-menu .active a {
  background: white none no-repeat;
  color: #202020; }
.aui .grey .portlet-dockbar .dropdown-menu .active a:hover,
.aui .grey .portlet-dockbar .dropdown-menu .active a:focus {
  background: #afafaf none no-repeat;
  color: white;
  outline: 0 none; }
  .aui .grey .portlet-dockbar .dropdown-menu .active a:hover i,
  .aui .grey .portlet-dockbar .dropdown-menu .active a:hover span,
  .aui .grey .portlet-dockbar .dropdown-menu .active a:focus i,
  .aui .grey .portlet-dockbar .dropdown-menu .active a:focus span {
    color: white; }

.grey.dockbar-split .dockbar .navbar-inner ul.nav-add-controls {
  background-color: rgba(238, 238, 238, 0.5); }
  .grey.dockbar-split .dockbar .navbar-inner ul.nav-add-controls > li:hover > a {
    background: rgba(175, 175, 175, 0.8) !important; }
  .grey.dockbar-split .dockbar .navbar-inner ul.nav-add-controls > li:hover > a i,
  .grey.dockbar-split .dockbar .navbar-inner ul.nav-add-controls > li:hover > a span,
  .grey.dockbar-split .dockbar .navbar-inner ul.nav-add-controls > li:hover > a {
    color: white; }
  .grey.dockbar-split .dockbar .navbar-inner ul.nav-add-controls > li.toggle-controls > .toggle-controls-link {
    background: none repeat scroll 0 0 #afafaf;
    color: white; }
    .grey.dockbar-split .dockbar .navbar-inner ul.nav-add-controls > li.toggle-controls > .toggle-controls-link i,
    .grey.dockbar-split .dockbar .navbar-inner ul.nav-add-controls > li.toggle-controls > .toggle-controls-link span {
      color: white; }

.grey.ios .fieldset .field-wrapper label,
.grey.ios .field-wrapper label,
.grey.ios label,
.grey.ios input,
.grey.ios button,
.grey.ios select,
.grey.ios textarea,
.grey .fieldset .field-wrapper label,
.grey .field-wrapper label,
.grey label,
.grey input,
.grey button,
.grey select,
.grey textarea {
  color: #202020; }
.grey.ios textarea,
.grey.ios input[type="text"],
.grey.ios input[type="password"],
.grey.ios input[type="datetime"],
.grey.ios input[type="datetime-local"],
.grey.ios input[type="date"],
.grey.ios input[type="month"],
.grey.ios input[type="time"],
.grey.ios input[type="week"],
.grey.ios input[type="number"],
.grey.ios input[type="email"],
.grey.ios input[type="url"],
.grey.ios input[type="search"],
.grey.ios input[type="tel"],
.grey.ios input[type="color"],
.grey.ios .uneditable-input,
.grey textarea,
.grey input[type="text"],
.grey input[type="password"],
.grey input[type="datetime"],
.grey input[type="datetime-local"],
.grey input[type="date"],
.grey input[type="month"],
.grey input[type="time"],
.grey input[type="week"],
.grey input[type="number"],
.grey input[type="email"],
.grey input[type="url"],
.grey input[type="search"],
.grey input[type="tel"],
.grey input[type="color"],
.grey .uneditable-input {
  background-color: white;
  border: 1px solid #cccccc; }
  .grey.ios textarea:focus,
  .grey.ios input[type="text"]:focus,
  .grey.ios input[type="password"]:focus,
  .grey.ios input[type="datetime"]:focus,
  .grey.ios input[type="datetime-local"]:focus,
  .grey.ios input[type="date"]:focus,
  .grey.ios input[type="month"]:focus,
  .grey.ios input[type="time"]:focus,
  .grey.ios input[type="week"]:focus,
  .grey.ios input[type="number"]:focus,
  .grey.ios input[type="email"]:focus,
  .grey.ios input[type="url"]:focus,
  .grey.ios input[type="search"]:focus,
  .grey.ios input[type="tel"]:focus,
  .grey.ios input[type="color"]:focus,
  .grey.ios .uneditable-input:focus,
  .grey textarea:focus,
  .grey input[type="text"]:focus,
  .grey input[type="password"]:focus,
  .grey input[type="datetime"]:focus,
  .grey input[type="datetime-local"]:focus,
  .grey input[type="date"]:focus,
  .grey input[type="month"]:focus,
  .grey input[type="time"]:focus,
  .grey input[type="week"]:focus,
  .grey input[type="number"]:focus,
  .grey input[type="email"]:focus,
  .grey input[type="url"]:focus,
  .grey input[type="search"]:focus,
  .grey input[type="tel"]:focus,
  .grey input[type="color"]:focus,
  .grey .uneditable-input:focus {
    border-color: #afafaf;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(66, 93, 123, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(66, 93, 123, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(66, 93, 123, 0.6); }
.grey.ios select,
.grey select {
  border: 1px solid #cccccc;
  background-color: white; }
.grey.ios .uneditable-input,
.grey.ios .uneditable-textarea,
.grey .uneditable-input,
.grey .uneditable-textarea {
  color: white;
  background-color: #cccccc;
  border-color: #cccccc; }
.grey.ios input[disabled],
.grey.ios select[disabled],
.grey.ios textarea[disabled],
.grey.ios input[readonly],
.grey.ios select[readonly],
.grey.ios textarea[readonly],
.grey input[disabled],
.grey select[disabled],
.grey textarea[disabled],
.grey input[readonly],
.grey select[readonly],
.grey textarea[readonly] {
  background-color: #cccccc; }
.grey.ios #portlet_up2datepartshoppartsearchportlet_WAR_up2date4shopportlet .part_search_row input,
.grey #portlet_up2datepartshoppartsearchportlet_WAR_up2date4shopportlet .part_search_row input {
  border-color: #cccccc; }
  .grey.ios #portlet_up2datepartshoppartsearchportlet_WAR_up2date4shopportlet .part_search_row input:focus,
  .grey #portlet_up2datepartshoppartsearchportlet_WAR_up2date4shopportlet .part_search_row input:focus {
    border-color: #afafaf;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(66, 93, 123, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(66, 93, 123, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(66, 93, 123, 0.6); }
.grey.ios #portlet_up2datepartshoppartsearchportlet_WAR_up2date4shopportlet .part_search_row button:focus, .grey.ios #portlet_up2datepartshoppartsearchportlet_WAR_up2date4shopportlet .part_search_row button:hover,
.grey #portlet_up2datepartshoppartsearchportlet_WAR_up2date4shopportlet .part_search_row button:focus,
.grey #portlet_up2datepartshoppartsearchportlet_WAR_up2date4shopportlet .part_search_row button:hover {
  color: #afafaf; }
.grey.ios ul.parttree-list-maingroup,
.grey ul.parttree-list-maingroup {
  color: #555555; }
  .grey.ios ul.parttree-list-maingroup li,
  .grey ul.parttree-list-maingroup li {
    background-color: #eeeeee; }
    .grey.ios ul.parttree-list-maingroup li a,
    .grey ul.parttree-list-maingroup li a {
      color: #555555; }
      .grey.ios ul.parttree-list-maingroup li a:hover, .grey.ios ul.parttree-list-maingroup li a:focus, .grey.ios ul.parttree-list-maingroup li a:active,
      .grey ul.parttree-list-maingroup li a:hover,
      .grey ul.parttree-list-maingroup li a:focus,
      .grey ul.parttree-list-maingroup li a:active {
        color: #afafaf; }
  .grey.ios ul.parttree-list-maingroup .parttree-list-firstchild,
  .grey ul.parttree-list-maingroup .parttree-list-firstchild {
    background-color: white; }
    .grey.ios ul.parttree-list-maingroup .parttree-list-firstchild li,
    .grey ul.parttree-list-maingroup .parttree-list-firstchild li {
      background-color: white;
      border-bottom: 1px solid #eeeeee; }
      .grey.ios ul.parttree-list-maingroup .parttree-list-firstchild li a,
      .grey ul.parttree-list-maingroup .parttree-list-firstchild li a {
        color: #afafaf; }
    .grey.ios ul.parttree-list-maingroup .parttree-list-firstchild > li:last-child,
    .grey ul.parttree-list-maingroup .parttree-list-firstchild > li:last-child {
      border-bottom: none; }
.grey.ios .paginator,
.grey .paginator {
  border-color: #555555; }
  .grey.ios .paginator button:before,
  .grey .paginator button:before {
    color: white; }
  .grey.ios .paginator button:hover:before,
  .grey .paginator button:hover:before {
    color: #202020; }

.grey.ios .btn,
.grey .btn {
  background: white;
  color: #202020;
  border: 1px solid #afafaf; }
  .grey.ios .btn.style-a,
  .grey .btn.style-a {
    background: #eeeeee;
    color: #202020; }
    .grey.ios .btn.style-a:hover,
    .grey .btn.style-a:hover {
      color: #202020; }
  .grey.ios .btn.style-b,
  .grey .btn.style-b {
    background: transparent;
    border: 1px solid lightgrey;
    color: #202020; }
    .grey.ios .btn.style-b:hover,
    .grey .btn.style-b:hover {
      color: #202020; }

.grey.ios .btn:active,
.grey.ios .btn:focus,
.grey.ios .btn:hover,
.grey .btn:active,
.grey .btn:focus,
.grey .btn:hover {
  background: #afafaf;
  color: white; }
  .grey.ios .btn:active .caret,
  .grey.ios .btn:focus .caret,
  .grey.ios .btn:hover .caret,
  .grey .btn:active .caret,
  .grey .btn:focus .caret,
  .grey .btn:hover .caret {
    border-top-color: white; }

.grey.aui.ios .btn-contact-sendmail,
.grey.ios .btn-contact-sendmail,
.grey .btn-contact-sendmail,
.grey.aui.ios .btn-primary,
.grey.aui.ios .btn.btn-primary,
.grey.ios .btn-primary,
.grey.ios .btn.btn-primary,
.grey .btn-primary {
  background: #afafaf;
  color: white;
  border: 1px solid #afafaf; }
  .grey.aui.ios .btn-contact-sendmail .caret,
  .grey.ios .btn-contact-sendmail .caret,
  .grey .btn-contact-sendmail .caret,
  .grey.aui.ios .btn-primary .caret,
  .grey.aui.ios .btn.btn-primary .caret,
  .grey.ios .btn-primary .caret,
  .grey.ios .btn.btn-primary .caret,
  .grey .btn-primary .caret {
    border-top-color: white; }

.grey.ios .btn-contact-sendmail:active,
.grey.ios .btn-contact-sendmail:focus,
.grey.ios .btn-contact-sendmail:hover,
.grey.ios .btn-primary:active,
.grey.ios .btn-primary:focus,
.grey.ios .btn-primary:hover,
.grey .btn-contact-sendmail:active,
.grey .btn-contact-sendmail:focus,
.grey .btn-contact-sendmail:hover,
.grey .btn.btn-primary:active,
.grey .btn.btn-primary:focus,
.grey .btn.btn-primary:hover,
.grey .btn.btn-contact-sendmail:hover,
.grey .btn-primary:active,
.grey .btn-primary:focus,
.grey .btn-primary:hover {
  background: white;
  color: #afafaf; }
  .grey.ios .btn-contact-sendmail:active .caret,
  .grey.ios .btn-contact-sendmail:focus .caret,
  .grey.ios .btn-contact-sendmail:hover .caret,
  .grey.ios .btn-primary:active .caret,
  .grey.ios .btn-primary:focus .caret,
  .grey.ios .btn-primary:hover .caret,
  .grey .btn-contact-sendmail:active .caret,
  .grey .btn-contact-sendmail:focus .caret,
  .grey .btn-contact-sendmail:hover .caret,
  .grey .btn.btn-primary:active .caret,
  .grey .btn.btn-primary:focus .caret,
  .grey .btn.btn-primary:hover .caret,
  .grey .btn.btn-contact-sendmail:hover .caret,
  .grey .btn-primary:active .caret,
  .grey .btn-primary:focus .caret,
  .grey .btn-primary:hover .caret {
    border-top-color: #202020; }

.grey .btn.disabled,
.grey .btn[disabled] {
  background: #cccccc;
  color: white;
  border: 1px solid #afafaf; }
  .grey .btn.disabled .caret,
  .grey .btn[disabled] .caret {
    border-top-color: white; }

.grey .searchBorder #portlet_up2datepartshoppartsearchportlet_WAR_up2date4shopportlet .part_search_row input {
  border-color: #cccccc; }

.grey .paginator .btn {
  background-color: #afafaf;
  color: white; }

.grey #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet .partlist-column-code a,
.grey [id="_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_:partlist_form"] .partlist-column-code a,
.grey #portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet .partlist-column-code a,
.grey #portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet .partlist-column-code a,
.grey #portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet .u2d_bundle_partslist .partlist-column-code a {
  color: #202020; }
.grey #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet a.partlist-part-name,
.grey [id="_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_:partlist_form"] a.partlist-part-name,
.grey #portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet a.partlist-part-name,
.grey #portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet a.partlist-part-name,
.grey #portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet .u2d_bundle_partslist a.partlist-part-name {
  color: #202020; }
.grey #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet .btn,
.grey [id="_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_:partlist_form"] .btn,
.grey #portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet .btn,
.grey #portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet .btn,
.grey #portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet .u2d_bundle_partslist .btn {
  background-color: #afafaf; }
  .grey #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet .btn:hover,
  .grey [id="_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_:partlist_form"] .btn:hover,
  .grey #portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet .btn:hover,
  .grey #portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet .btn:hover,
  .grey #portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet .u2d_bundle_partslist .btn:hover {
    background-color: white;
    color: #202020; }
  .grey #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet .btn.btn-secondary-action,
  .grey [id="_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_:partlist_form"] .btn.btn-secondary-action,
  .grey #portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet .btn.btn-secondary-action,
  .grey #portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet .btn.btn-secondary-action,
  .grey #portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet .u2d_bundle_partslist .btn.btn-secondary-action {
    background-color: white;
    color: #202020; }
    .grey #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet .btn.btn-secondary-action:hover,
    .grey [id="_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_:partlist_form"] .btn.btn-secondary-action:hover,
    .grey #portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet .btn.btn-secondary-action:hover,
    .grey #portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet .btn.btn-secondary-action:hover,
    .grey #portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet .u2d_bundle_partslist .btn.btn-secondary-action:hover {
      background-color: #afafaf;
      color: white; }

.grey #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet .assortment-navigation-letter-wrapper .assortment-navigation-letter {
  background: white;
  color: #202020;
  border: 1px solid #afafaf; }
  .grey #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet .assortment-navigation-letter-wrapper .assortment-navigation-letter:hover {
    background-color: #afafaf;
    color: white; }
.grey #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet .assortment-list .assortment-list-anchor {
  border-bottom: 1px solid #afafaf; }

.grey .alloy-accordion .toggler-header {
  border-bottom: 1px solid white; }
  .grey .alloy-accordion .toggler-header:after {
    color: #afafaf; }
  .grey .alloy-accordion .toggler-header:focus, .grey .alloy-accordion .toggler-header:hover, .grey .alloy-accordion .toggler-header.toggler-header-expanded {
    border-bottom: 1px solid black; }
    .grey .alloy-accordion .toggler-header:focus:after, .grey .alloy-accordion .toggler-header:hover:after, .grey .alloy-accordion .toggler-header.toggler-header-expanded:after {
      background-color: #eeeeee; }

/*
.grey .part-buttonrow {	
	button.btn {
		background-color: $mainColor;
		color: $white;

		&:focus,
		&:hover {
			background-color: $white;
			color: $mainColor;
		}
	}
}
*/
.grey .modal .modal-header button.close {
  color: #afafaf; }

.grey #_up2datepartshoppartportlet_WAR_up2date4shopportlet_ .modal form[name="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm"] .button-holder .btn[name="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm:btn_sendMail"] {
  color: white;
  background-color: #afafaf; }
  .grey #_up2datepartshoppartportlet_WAR_up2date4shopportlet_ .modal form[name="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm"] .button-holder .btn[name="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm:btn_sendMail"]:focus, .grey #_up2datepartshoppartportlet_WAR_up2date4shopportlet_ .modal form[name="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm"] .button-holder .btn[name="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm:btn_sendMail"]:hover {
    background-color: white;
    color: #afafaf; }

.orange #footer {
  background-color: #ff9900;
  color: white; }

.orange #banner {
  background-color: white;
  color: #ff9900;
  border-bottom: 5px solid #ff9900; }
  .orange #banner .cart #cart_portlet_dropzone .cart_mini_container a {
    background-color: #eeeeee;
    border: 1px solid #ff9900; }

.orange #footer .powered-by,
.orange #footer li::before,
.orange #footer a {
  color: white; }

.orange #banner a {
  color: #ff9900; }

.orange header#banner .cart #cart_portlet_dropzone .cart_mini_link .cart_mini_counter {
  background-color: #ff9933;
  color: #202020; }
  .orange header#banner .cart #cart_portlet_dropzone .cart_mini_link .cart_mini_counter.cart_mini_counter {
    color: white; }

.orange #breadcrumbMenu ul,
.orange #breadcrumbMenu li.active,
.orange #breadcrumbMenu li span,
.orange #breadcrumbMenu li a {
  color: #555555; }

.orange a {
  color: #ff9900; }
  .orange a:hover, .orange a:focus, .orange a:active {
    color: #ff9933; }

.orange .dropdown-menu > li > a:hover,
.orange .dropdown-menu > li > a:focus,
.orange .dropdown-submenu:hover > a,
.orange .dropdown-submenu:focus > a {
  background: #ff9900;
  color: white; }

.orange .primary-background-color {
  background: #ff9900; }

.orange .primary-text-color {
  color: #ff9900; }

.orange .secondary-background-color {
  background: #ff9933; }

.orange .secondary-text-color {
  color: lightgrey; }

.orange .hightlight-background-color {
  background: #eeeeee; }

.orange .alternativ-text-color {
  color: white; }

.aui .orange .portlet-dockbar .navbar-static-top .navbar-inner .user-notifications-count {
  background-color: #ff9933;
  border: 1px solid #ff9900;
  color: white; }
.aui .orange .portlet-dockbar .navbar-static-top .navbar-inner ul.nav-account-controls > li > a span,
.aui .orange .portlet-dockbar .navbar-static-top .navbar-inner ul.nav-account-controls > li > a i {
  color: #ff9900; }
.aui .orange .portlet-dockbar .dropdown-menu li a,
.aui .orange .portlet-dockbar .dropdown-menu li a:focus,
.aui .orange .portlet-dockbar .dropdown-menu li a:hover {
  background: white none no-repeat;
  color: #202020; }
  .aui .orange .portlet-dockbar .dropdown-menu li a i,
  .aui .orange .portlet-dockbar .dropdown-menu li a span,
  .aui .orange .portlet-dockbar .dropdown-menu li a:focus i,
  .aui .orange .portlet-dockbar .dropdown-menu li a:focus span,
  .aui .orange .portlet-dockbar .dropdown-menu li a:hover i,
  .aui .orange .portlet-dockbar .dropdown-menu li a:hover span {
    color: #202020; }
.aui .orange .portlet-dockbar .dropdown-menu li:focus > a, .aui .orange .portlet-dockbar .dropdown-menu li:hover > a {
  background: #ff9900 none no-repeat !important; }
  .aui .orange .portlet-dockbar .dropdown-menu li:focus > a i,
  .aui .orange .portlet-dockbar .dropdown-menu li:focus > a span, .aui .orange .portlet-dockbar .dropdown-menu li:hover > a i,
  .aui .orange .portlet-dockbar .dropdown-menu li:hover > a span {
    color: white; }
.aui .orange .portlet-dockbar .dropdown-menu .active a {
  background: white none no-repeat;
  color: #202020; }
.aui .orange .portlet-dockbar .dropdown-menu .active a:hover,
.aui .orange .portlet-dockbar .dropdown-menu .active a:focus {
  background: #ff9900 none no-repeat;
  color: white;
  outline: 0 none; }
  .aui .orange .portlet-dockbar .dropdown-menu .active a:hover i,
  .aui .orange .portlet-dockbar .dropdown-menu .active a:hover span,
  .aui .orange .portlet-dockbar .dropdown-menu .active a:focus i,
  .aui .orange .portlet-dockbar .dropdown-menu .active a:focus span {
    color: white; }

.orange.dockbar-split .dockbar .navbar-inner ul.nav-add-controls {
  background-color: rgba(238, 238, 238, 0.5); }
  .orange.dockbar-split .dockbar .navbar-inner ul.nav-add-controls > li:hover > a {
    background: rgba(255, 153, 0, 0.8) !important; }
  .orange.dockbar-split .dockbar .navbar-inner ul.nav-add-controls > li:hover > a i,
  .orange.dockbar-split .dockbar .navbar-inner ul.nav-add-controls > li:hover > a span,
  .orange.dockbar-split .dockbar .navbar-inner ul.nav-add-controls > li:hover > a {
    color: white; }
  .orange.dockbar-split .dockbar .navbar-inner ul.nav-add-controls > li.toggle-controls > .toggle-controls-link {
    background: none repeat scroll 0 0 #ff9900;
    color: white; }
    .orange.dockbar-split .dockbar .navbar-inner ul.nav-add-controls > li.toggle-controls > .toggle-controls-link i,
    .orange.dockbar-split .dockbar .navbar-inner ul.nav-add-controls > li.toggle-controls > .toggle-controls-link span {
      color: white; }

.orange.ios .fieldset .field-wrapper label,
.orange.ios .field-wrapper label,
.orange.ios label,
.orange.ios input,
.orange.ios button,
.orange.ios select,
.orange.ios textarea,
.orange .fieldset .field-wrapper label,
.orange .field-wrapper label,
.orange label,
.orange input,
.orange button,
.orange select,
.orange textarea {
  color: #202020; }
.orange.ios textarea,
.orange.ios input[type="text"],
.orange.ios input[type="password"],
.orange.ios input[type="datetime"],
.orange.ios input[type="datetime-local"],
.orange.ios input[type="date"],
.orange.ios input[type="month"],
.orange.ios input[type="time"],
.orange.ios input[type="week"],
.orange.ios input[type="number"],
.orange.ios input[type="email"],
.orange.ios input[type="url"],
.orange.ios input[type="search"],
.orange.ios input[type="tel"],
.orange.ios input[type="color"],
.orange.ios .uneditable-input,
.orange textarea,
.orange input[type="text"],
.orange input[type="password"],
.orange input[type="datetime"],
.orange input[type="datetime-local"],
.orange input[type="date"],
.orange input[type="month"],
.orange input[type="time"],
.orange input[type="week"],
.orange input[type="number"],
.orange input[type="email"],
.orange input[type="url"],
.orange input[type="search"],
.orange input[type="tel"],
.orange input[type="color"],
.orange .uneditable-input {
  background-color: white;
  border: 1px solid #cccccc; }
  .orange.ios textarea:focus,
  .orange.ios input[type="text"]:focus,
  .orange.ios input[type="password"]:focus,
  .orange.ios input[type="datetime"]:focus,
  .orange.ios input[type="datetime-local"]:focus,
  .orange.ios input[type="date"]:focus,
  .orange.ios input[type="month"]:focus,
  .orange.ios input[type="time"]:focus,
  .orange.ios input[type="week"]:focus,
  .orange.ios input[type="number"]:focus,
  .orange.ios input[type="email"]:focus,
  .orange.ios input[type="url"]:focus,
  .orange.ios input[type="search"]:focus,
  .orange.ios input[type="tel"]:focus,
  .orange.ios input[type="color"]:focus,
  .orange.ios .uneditable-input:focus,
  .orange textarea:focus,
  .orange input[type="text"]:focus,
  .orange input[type="password"]:focus,
  .orange input[type="datetime"]:focus,
  .orange input[type="datetime-local"]:focus,
  .orange input[type="date"]:focus,
  .orange input[type="month"]:focus,
  .orange input[type="time"]:focus,
  .orange input[type="week"]:focus,
  .orange input[type="number"]:focus,
  .orange input[type="email"]:focus,
  .orange input[type="url"]:focus,
  .orange input[type="search"]:focus,
  .orange input[type="tel"]:focus,
  .orange input[type="color"]:focus,
  .orange .uneditable-input:focus {
    border-color: #ff9900;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 153, 0, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 153, 0, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 153, 0, 0.6); }
.orange.ios select,
.orange select {
  border: 1px solid #cccccc;
  background-color: white; }
.orange.ios .uneditable-input,
.orange.ios .uneditable-textarea,
.orange .uneditable-input,
.orange .uneditable-textarea {
  color: white;
  background-color: #cccccc;
  border-color: #cccccc; }
.orange.ios input[disabled],
.orange.ios select[disabled],
.orange.ios textarea[disabled],
.orange.ios input[readonly],
.orange.ios select[readonly],
.orange.ios textarea[readonly],
.orange input[disabled],
.orange select[disabled],
.orange textarea[disabled],
.orange input[readonly],
.orange select[readonly],
.orange textarea[readonly] {
  background-color: #cccccc; }
.orange.ios #portlet_up2datepartshoppartsearchportlet_WAR_up2date4shopportlet .part_search_row input,
.orange #portlet_up2datepartshoppartsearchportlet_WAR_up2date4shopportlet .part_search_row input {
  border-color: #cccccc; }
  .orange.ios #portlet_up2datepartshoppartsearchportlet_WAR_up2date4shopportlet .part_search_row input:focus,
  .orange #portlet_up2datepartshoppartsearchportlet_WAR_up2date4shopportlet .part_search_row input:focus {
    border-color: #ff9900;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 153, 0, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 153, 0, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 153, 0, 0.6); }
.orange.ios #portlet_up2datepartshoppartsearchportlet_WAR_up2date4shopportlet .part_search_row button:focus, .orange.ios #portlet_up2datepartshoppartsearchportlet_WAR_up2date4shopportlet .part_search_row button:hover,
.orange #portlet_up2datepartshoppartsearchportlet_WAR_up2date4shopportlet .part_search_row button:focus,
.orange #portlet_up2datepartshoppartsearchportlet_WAR_up2date4shopportlet .part_search_row button:hover {
  color: #ff9900; }
.orange.ios ul.parttree-list-maingroup,
.orange ul.parttree-list-maingroup {
  color: #555555; }
  .orange.ios ul.parttree-list-maingroup li,
  .orange ul.parttree-list-maingroup li {
    background-color: #eeeeee; }
    .orange.ios ul.parttree-list-maingroup li a,
    .orange ul.parttree-list-maingroup li a {
      color: #555555; }
      .orange.ios ul.parttree-list-maingroup li a:hover, .orange.ios ul.parttree-list-maingroup li a:focus, .orange.ios ul.parttree-list-maingroup li a:active,
      .orange ul.parttree-list-maingroup li a:hover,
      .orange ul.parttree-list-maingroup li a:focus,
      .orange ul.parttree-list-maingroup li a:active {
        color: #ff9900; }
  .orange.ios ul.parttree-list-maingroup .parttree-list-firstchild,
  .orange ul.parttree-list-maingroup .parttree-list-firstchild {
    background-color: white; }
    .orange.ios ul.parttree-list-maingroup .parttree-list-firstchild li,
    .orange ul.parttree-list-maingroup .parttree-list-firstchild li {
      background-color: white;
      border-bottom: 1px solid #eeeeee; }
      .orange.ios ul.parttree-list-maingroup .parttree-list-firstchild li a,
      .orange ul.parttree-list-maingroup .parttree-list-firstchild li a {
        color: #ff9900; }
    .orange.ios ul.parttree-list-maingroup .parttree-list-firstchild > li:last-child,
    .orange ul.parttree-list-maingroup .parttree-list-firstchild > li:last-child {
      border-bottom: none; }
.orange.ios .paginator,
.orange .paginator {
  border-color: #555555; }
  .orange.ios .paginator button:before,
  .orange .paginator button:before {
    color: white; }
  .orange.ios .paginator button:hover:before,
  .orange .paginator button:hover:before {
    color: #202020; }

.orange.ios .btn,
.orange .btn {
  background: white;
  color: #202020;
  border: 1px solid #ff9900; }
  .orange.ios .btn.style-a,
  .orange .btn.style-a {
    background: #eeeeee;
    color: #202020; }
    .orange.ios .btn.style-a:hover,
    .orange .btn.style-a:hover {
      color: #202020; }
  .orange.ios .btn.style-b,
  .orange .btn.style-b {
    background: transparent;
    border: 1px solid lightgrey;
    color: #202020; }
    .orange.ios .btn.style-b:hover,
    .orange .btn.style-b:hover {
      color: #202020; }

.orange.ios .btn:active,
.orange.ios .btn:focus,
.orange.ios .btn:hover,
.orange .btn:active,
.orange .btn:focus,
.orange .btn:hover {
  background: #ff9900;
  color: white; }
  .orange.ios .btn:active .caret,
  .orange.ios .btn:focus .caret,
  .orange.ios .btn:hover .caret,
  .orange .btn:active .caret,
  .orange .btn:focus .caret,
  .orange .btn:hover .caret {
    border-top-color: white; }

.orange.aui.ios .btn-contact-sendmail,
.orange.ios .btn-contact-sendmail,
.orange .btn-contact-sendmail,
.orange.aui.ios .btn-primary,
.orange.aui.ios .btn.btn-primary,
.orange.ios .btn-primary,
.orange.ios .btn.btn-primary,
.orange .btn-primary {
  background: #ff9900;
  color: white;
  border: 1px solid #ff9900; }
  .orange.aui.ios .btn-contact-sendmail .caret,
  .orange.ios .btn-contact-sendmail .caret,
  .orange .btn-contact-sendmail .caret,
  .orange.aui.ios .btn-primary .caret,
  .orange.aui.ios .btn.btn-primary .caret,
  .orange.ios .btn-primary .caret,
  .orange.ios .btn.btn-primary .caret,
  .orange .btn-primary .caret {
    border-top-color: white; }

.orange.ios .btn-contact-sendmail:active,
.orange.ios .btn-contact-sendmail:focus,
.orange.ios .btn-contact-sendmail:hover,
.orange.ios .btn-primary:active,
.orange.ios .btn-primary:focus,
.orange.ios .btn-primary:hover,
.orange .btn-contact-sendmail:active,
.orange .btn-contact-sendmail:focus,
.orange .btn-contact-sendmail:hover,
.orange .btn.btn-primary:active,
.orange .btn.btn-primary:focus,
.orange .btn.btn-primary:hover,
.orange .btn.btn-contact-sendmail:hover,
.orange .btn-primary:active,
.orange .btn-primary:focus,
.orange .btn-primary:hover {
  background: white;
  color: #ff9900; }
  .orange.ios .btn-contact-sendmail:active .caret,
  .orange.ios .btn-contact-sendmail:focus .caret,
  .orange.ios .btn-contact-sendmail:hover .caret,
  .orange.ios .btn-primary:active .caret,
  .orange.ios .btn-primary:focus .caret,
  .orange.ios .btn-primary:hover .caret,
  .orange .btn-contact-sendmail:active .caret,
  .orange .btn-contact-sendmail:focus .caret,
  .orange .btn-contact-sendmail:hover .caret,
  .orange .btn.btn-primary:active .caret,
  .orange .btn.btn-primary:focus .caret,
  .orange .btn.btn-primary:hover .caret,
  .orange .btn.btn-contact-sendmail:hover .caret,
  .orange .btn-primary:active .caret,
  .orange .btn-primary:focus .caret,
  .orange .btn-primary:hover .caret {
    border-top-color: #202020; }

.orange .btn.disabled,
.orange .btn[disabled] {
  background: #cccccc;
  color: white;
  border: 1px solid #ff9900; }
  .orange .btn.disabled .caret,
  .orange .btn[disabled] .caret {
    border-top-color: white; }

.orange .searchBorder #portlet_up2datepartshoppartsearchportlet_WAR_up2date4shopportlet .part_search_row input {
  border-color: #cccccc; }

.orange .paginator .btn {
  background-color: #ff9900;
  color: white; }

.orange #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet .partlist-column-code a,
.orange [id="_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_:partlist_form"] .partlist-column-code a,
.orange #portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet .partlist-column-code a,
.orange #portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet .partlist-column-code a,
.orange #portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet .u2d_bundle_partslist .partlist-column-code a {
  color: #202020; }
.orange #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet a.partlist-part-name,
.orange [id="_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_:partlist_form"] a.partlist-part-name,
.orange #portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet a.partlist-part-name,
.orange #portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet a.partlist-part-name,
.orange #portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet .u2d_bundle_partslist a.partlist-part-name {
  color: #202020; }
.orange #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet .btn,
.orange [id="_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_:partlist_form"] .btn,
.orange #portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet .btn,
.orange #portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet .btn,
.orange #portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet .u2d_bundle_partslist .btn {
  background-color: #ff9900; }
  .orange #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet .btn:hover,
  .orange [id="_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_:partlist_form"] .btn:hover,
  .orange #portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet .btn:hover,
  .orange #portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet .btn:hover,
  .orange #portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet .u2d_bundle_partslist .btn:hover {
    background-color: white;
    color: #202020; }
  .orange #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet .btn.btn-secondary-action,
  .orange [id="_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_:partlist_form"] .btn.btn-secondary-action,
  .orange #portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet .btn.btn-secondary-action,
  .orange #portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet .btn.btn-secondary-action,
  .orange #portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet .u2d_bundle_partslist .btn.btn-secondary-action {
    background-color: white;
    color: #202020; }
    .orange #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet .btn.btn-secondary-action:hover,
    .orange [id="_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_:partlist_form"] .btn.btn-secondary-action:hover,
    .orange #portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet .btn.btn-secondary-action:hover,
    .orange #portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet .btn.btn-secondary-action:hover,
    .orange #portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet .u2d_bundle_partslist .btn.btn-secondary-action:hover {
      background-color: #ff9900;
      color: white; }

.orange #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet .assortment-navigation-letter-wrapper .assortment-navigation-letter {
  background: white;
  color: #202020;
  border: 1px solid #ff9900; }
  .orange #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet .assortment-navigation-letter-wrapper .assortment-navigation-letter:hover {
    background-color: #ff9900;
    color: white; }
.orange #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet .assortment-list .assortment-list-anchor {
  border-bottom: 1px solid #ff9900; }

.orange .alloy-accordion .toggler-header {
  border-bottom: 1px solid white; }
  .orange .alloy-accordion .toggler-header:after {
    color: #ff9900; }
  .orange .alloy-accordion .toggler-header:focus, .orange .alloy-accordion .toggler-header:hover, .orange .alloy-accordion .toggler-header.toggler-header-expanded {
    border-bottom: 1px solid black; }
    .orange .alloy-accordion .toggler-header:focus:after, .orange .alloy-accordion .toggler-header:hover:after, .orange .alloy-accordion .toggler-header.toggler-header-expanded:after {
      background-color: #eeeeee; }

/*
.orange .part-buttonrow {	
	button.btn {
		background-color: $mainColor;
		color: $white;

		&:focus,
		&:hover {
			background-color: $white;
			color: $mainColor;
		}
	}
}
*/
.orange .modal .modal-header button.close {
  color: #ff9900; }

.orange #_up2datepartshoppartportlet_WAR_up2date4shopportlet_ .modal form[name="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm"] .button-holder .btn[name="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm:btn_sendMail"] {
  color: white;
  background-color: #ff9900; }
  .orange #_up2datepartshoppartportlet_WAR_up2date4shopportlet_ .modal form[name="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm"] .button-holder .btn[name="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm:btn_sendMail"]:focus, .orange #_up2datepartshoppartportlet_WAR_up2date4shopportlet_ .modal form[name="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm"] .button-holder .btn[name="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm:btn_sendMail"]:hover {
    background-color: white;
    color: #ff9900; }

.red #footer {
  background-color: #b62736;
  color: white; }

.red #banner {
  background-color: white;
  color: #b62736;
  border-bottom: 5px solid #b62736; }
  .red #banner .cart #cart_portlet_dropzone .cart_mini_container a {
    background-color: #eeeeee;
    border: 1px solid #b62736; }

.red #footer .powered-by,
.red #footer li::before,
.red #footer a {
  color: white; }

.red #banner a {
  color: #b62736; }

.red header#banner .cart #cart_portlet_dropzone .cart_mini_link .cart_mini_counter {
  background-color: #d84756;
  color: #202020; }
  .red header#banner .cart #cart_portlet_dropzone .cart_mini_link .cart_mini_counter.cart_mini_counter {
    color: white; }

.red #breadcrumbMenu ul,
.red #breadcrumbMenu li.active,
.red #breadcrumbMenu li span,
.red #breadcrumbMenu li a {
  color: #555555; }

.red a {
  color: #b62736; }
  .red a:hover, .red a:focus, .red a:active {
    color: #d84756; }

.red .dropdown-menu > li > a:hover,
.red .dropdown-menu > li > a:focus,
.red .dropdown-submenu:hover > a,
.red .dropdown-submenu:focus > a {
  background: #b62736;
  color: white; }

.red .primary-background-color {
  background: #b62736; }

.red .primary-text-color {
  color: #b62736; }

.red .secondary-background-color {
  background: #d84756; }

.red .secondary-text-color {
  color: lightgrey; }

.red .hightlight-background-color {
  background: #eeeeee; }

.red .alternativ-text-color {
  color: white; }

.aui .red .portlet-dockbar .navbar-static-top .navbar-inner .user-notifications-count {
  background-color: #d84756;
  border: 1px solid #b62736;
  color: white; }
.aui .red .portlet-dockbar .navbar-static-top .navbar-inner ul.nav-account-controls > li > a span,
.aui .red .portlet-dockbar .navbar-static-top .navbar-inner ul.nav-account-controls > li > a i {
  color: #b62736; }
.aui .red .portlet-dockbar .dropdown-menu li a,
.aui .red .portlet-dockbar .dropdown-menu li a:focus,
.aui .red .portlet-dockbar .dropdown-menu li a:hover {
  background: white none no-repeat;
  color: #202020; }
  .aui .red .portlet-dockbar .dropdown-menu li a i,
  .aui .red .portlet-dockbar .dropdown-menu li a span,
  .aui .red .portlet-dockbar .dropdown-menu li a:focus i,
  .aui .red .portlet-dockbar .dropdown-menu li a:focus span,
  .aui .red .portlet-dockbar .dropdown-menu li a:hover i,
  .aui .red .portlet-dockbar .dropdown-menu li a:hover span {
    color: #202020; }
.aui .red .portlet-dockbar .dropdown-menu li:focus > a, .aui .red .portlet-dockbar .dropdown-menu li:hover > a {
  background: #b62736 none no-repeat !important; }
  .aui .red .portlet-dockbar .dropdown-menu li:focus > a i,
  .aui .red .portlet-dockbar .dropdown-menu li:focus > a span, .aui .red .portlet-dockbar .dropdown-menu li:hover > a i,
  .aui .red .portlet-dockbar .dropdown-menu li:hover > a span {
    color: white; }
.aui .red .portlet-dockbar .dropdown-menu .active a {
  background: white none no-repeat;
  color: #202020; }
.aui .red .portlet-dockbar .dropdown-menu .active a:hover,
.aui .red .portlet-dockbar .dropdown-menu .active a:focus {
  background: #b62736 none no-repeat;
  color: white;
  outline: 0 none; }
  .aui .red .portlet-dockbar .dropdown-menu .active a:hover i,
  .aui .red .portlet-dockbar .dropdown-menu .active a:hover span,
  .aui .red .portlet-dockbar .dropdown-menu .active a:focus i,
  .aui .red .portlet-dockbar .dropdown-menu .active a:focus span {
    color: white; }

.red.dockbar-split .dockbar .navbar-inner ul.nav-add-controls {
  background-color: rgba(238, 238, 238, 0.5); }
  .red.dockbar-split .dockbar .navbar-inner ul.nav-add-controls > li:hover > a {
    background: rgba(182, 39, 54, 0.8) !important; }
  .red.dockbar-split .dockbar .navbar-inner ul.nav-add-controls > li:hover > a i,
  .red.dockbar-split .dockbar .navbar-inner ul.nav-add-controls > li:hover > a span,
  .red.dockbar-split .dockbar .navbar-inner ul.nav-add-controls > li:hover > a {
    color: white; }
  .red.dockbar-split .dockbar .navbar-inner ul.nav-add-controls > li.toggle-controls > .toggle-controls-link {
    background: none repeat scroll 0 0 #b62736;
    color: white; }
    .red.dockbar-split .dockbar .navbar-inner ul.nav-add-controls > li.toggle-controls > .toggle-controls-link i,
    .red.dockbar-split .dockbar .navbar-inner ul.nav-add-controls > li.toggle-controls > .toggle-controls-link span {
      color: white; }

.red.ios .fieldset .field-wrapper label,
.red.ios .field-wrapper label,
.red.ios label,
.red.ios input,
.red.ios button,
.red.ios select,
.red.ios textarea,
.red .fieldset .field-wrapper label,
.red .field-wrapper label,
.red label,
.red input,
.red button,
.red select,
.red textarea {
  color: #202020; }
.red.ios textarea,
.red.ios input[type="text"],
.red.ios input[type="password"],
.red.ios input[type="datetime"],
.red.ios input[type="datetime-local"],
.red.ios input[type="date"],
.red.ios input[type="month"],
.red.ios input[type="time"],
.red.ios input[type="week"],
.red.ios input[type="number"],
.red.ios input[type="email"],
.red.ios input[type="url"],
.red.ios input[type="search"],
.red.ios input[type="tel"],
.red.ios input[type="color"],
.red.ios .uneditable-input,
.red textarea,
.red input[type="text"],
.red input[type="password"],
.red input[type="datetime"],
.red input[type="datetime-local"],
.red input[type="date"],
.red input[type="month"],
.red input[type="time"],
.red input[type="week"],
.red input[type="number"],
.red input[type="email"],
.red input[type="url"],
.red input[type="search"],
.red input[type="tel"],
.red input[type="color"],
.red .uneditable-input {
  background-color: white;
  border: 1px solid #cccccc; }
  .red.ios textarea:focus,
  .red.ios input[type="text"]:focus,
  .red.ios input[type="password"]:focus,
  .red.ios input[type="datetime"]:focus,
  .red.ios input[type="datetime-local"]:focus,
  .red.ios input[type="date"]:focus,
  .red.ios input[type="month"]:focus,
  .red.ios input[type="time"]:focus,
  .red.ios input[type="week"]:focus,
  .red.ios input[type="number"]:focus,
  .red.ios input[type="email"]:focus,
  .red.ios input[type="url"]:focus,
  .red.ios input[type="search"]:focus,
  .red.ios input[type="tel"]:focus,
  .red.ios input[type="color"]:focus,
  .red.ios .uneditable-input:focus,
  .red textarea:focus,
  .red input[type="text"]:focus,
  .red input[type="password"]:focus,
  .red input[type="datetime"]:focus,
  .red input[type="datetime-local"]:focus,
  .red input[type="date"]:focus,
  .red input[type="month"]:focus,
  .red input[type="time"]:focus,
  .red input[type="week"]:focus,
  .red input[type="number"]:focus,
  .red input[type="email"]:focus,
  .red input[type="url"]:focus,
  .red input[type="search"]:focus,
  .red input[type="tel"]:focus,
  .red input[type="color"]:focus,
  .red .uneditable-input:focus {
    border-color: #b62736;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(182, 39, 54, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(182, 39, 54, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(182, 39, 54, 0.6); }
.red.ios select,
.red select {
  border: 1px solid #cccccc;
  background-color: white; }
.red.ios .uneditable-input,
.red.ios .uneditable-textarea,
.red .uneditable-input,
.red .uneditable-textarea {
  color: white;
  background-color: #cccccc;
  border-color: #cccccc; }
.red.ios input[disabled],
.red.ios select[disabled],
.red.ios textarea[disabled],
.red.ios input[readonly],
.red.ios select[readonly],
.red.ios textarea[readonly],
.red input[disabled],
.red select[disabled],
.red textarea[disabled],
.red input[readonly],
.red select[readonly],
.red textarea[readonly] {
  background-color: #cccccc; }
.red.ios #portlet_up2datepartshoppartsearchportlet_WAR_up2date4shopportlet .part_search_row input,
.red #portlet_up2datepartshoppartsearchportlet_WAR_up2date4shopportlet .part_search_row input {
  border-color: #cccccc; }
  .red.ios #portlet_up2datepartshoppartsearchportlet_WAR_up2date4shopportlet .part_search_row input:focus,
  .red #portlet_up2datepartshoppartsearchportlet_WAR_up2date4shopportlet .part_search_row input:focus {
    border-color: #b62736;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(182, 39, 54, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(182, 39, 54, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(182, 39, 54, 0.6); }
.red.ios #portlet_up2datepartshoppartsearchportlet_WAR_up2date4shopportlet .part_search_row button:focus, .red.ios #portlet_up2datepartshoppartsearchportlet_WAR_up2date4shopportlet .part_search_row button:hover,
.red #portlet_up2datepartshoppartsearchportlet_WAR_up2date4shopportlet .part_search_row button:focus,
.red #portlet_up2datepartshoppartsearchportlet_WAR_up2date4shopportlet .part_search_row button:hover {
  color: #b62736; }
.red.ios ul.parttree-list-maingroup,
.red ul.parttree-list-maingroup {
  color: #555555; }
  .red.ios ul.parttree-list-maingroup li,
  .red ul.parttree-list-maingroup li {
    background-color: #eeeeee; }
    .red.ios ul.parttree-list-maingroup li a,
    .red ul.parttree-list-maingroup li a {
      color: #555555; }
      .red.ios ul.parttree-list-maingroup li a:hover, .red.ios ul.parttree-list-maingroup li a:focus, .red.ios ul.parttree-list-maingroup li a:active,
      .red ul.parttree-list-maingroup li a:hover,
      .red ul.parttree-list-maingroup li a:focus,
      .red ul.parttree-list-maingroup li a:active {
        color: #b62736; }
  .red.ios ul.parttree-list-maingroup .parttree-list-firstchild,
  .red ul.parttree-list-maingroup .parttree-list-firstchild {
    background-color: white; }
    .red.ios ul.parttree-list-maingroup .parttree-list-firstchild li,
    .red ul.parttree-list-maingroup .parttree-list-firstchild li {
      background-color: white;
      border-bottom: 1px solid #eeeeee; }
      .red.ios ul.parttree-list-maingroup .parttree-list-firstchild li a,
      .red ul.parttree-list-maingroup .parttree-list-firstchild li a {
        color: #b62736; }
    .red.ios ul.parttree-list-maingroup .parttree-list-firstchild > li:last-child,
    .red ul.parttree-list-maingroup .parttree-list-firstchild > li:last-child {
      border-bottom: none; }
.red.ios .paginator,
.red .paginator {
  border-color: #555555; }
  .red.ios .paginator button:before,
  .red .paginator button:before {
    color: white; }
  .red.ios .paginator button:hover:before,
  .red .paginator button:hover:before {
    color: #202020; }

.red.ios .btn,
.red .btn {
  background: white;
  color: #202020;
  border: 1px solid #b62736; }
  .red.ios .btn.style-a,
  .red .btn.style-a {
    background: #eeeeee;
    color: #202020; }
    .red.ios .btn.style-a:hover,
    .red .btn.style-a:hover {
      color: #202020; }
  .red.ios .btn.style-b,
  .red .btn.style-b {
    background: transparent;
    border: 1px solid lightgrey;
    color: #202020; }
    .red.ios .btn.style-b:hover,
    .red .btn.style-b:hover {
      color: #202020; }

.red.ios .btn:active,
.red.ios .btn:focus,
.red.ios .btn:hover,
.red .btn:active,
.red .btn:focus,
.red .btn:hover {
  background: #b62736;
  color: white; }
  .red.ios .btn:active .caret,
  .red.ios .btn:focus .caret,
  .red.ios .btn:hover .caret,
  .red .btn:active .caret,
  .red .btn:focus .caret,
  .red .btn:hover .caret {
    border-top-color: white; }

.red.aui.ios .btn-contact-sendmail,
.red.ios .btn-contact-sendmail,
.red .btn-contact-sendmail,
.red.aui.ios .btn-primary,
.red.aui.ios .btn.btn-primary,
.red.ios .btn-primary,
.red.ios .btn.btn-primary,
.red .btn-primary {
  background: #b62736;
  color: white;
  border: 1px solid #b62736; }
  .red.aui.ios .btn-contact-sendmail .caret,
  .red.ios .btn-contact-sendmail .caret,
  .red .btn-contact-sendmail .caret,
  .red.aui.ios .btn-primary .caret,
  .red.aui.ios .btn.btn-primary .caret,
  .red.ios .btn-primary .caret,
  .red.ios .btn.btn-primary .caret,
  .red .btn-primary .caret {
    border-top-color: white; }

.red.ios .btn-contact-sendmail:active,
.red.ios .btn-contact-sendmail:focus,
.red.ios .btn-contact-sendmail:hover,
.red.ios .btn-primary:active,
.red.ios .btn-primary:focus,
.red.ios .btn-primary:hover,
.red .btn-contact-sendmail:active,
.red .btn-contact-sendmail:focus,
.red .btn-contact-sendmail:hover,
.red .btn.btn-primary:active,
.red .btn.btn-primary:focus,
.red .btn.btn-primary:hover,
.red .btn.btn-contact-sendmail:hover,
.red .btn-primary:active,
.red .btn-primary:focus,
.red .btn-primary:hover {
  background: white;
  color: #b62736; }
  .red.ios .btn-contact-sendmail:active .caret,
  .red.ios .btn-contact-sendmail:focus .caret,
  .red.ios .btn-contact-sendmail:hover .caret,
  .red.ios .btn-primary:active .caret,
  .red.ios .btn-primary:focus .caret,
  .red.ios .btn-primary:hover .caret,
  .red .btn-contact-sendmail:active .caret,
  .red .btn-contact-sendmail:focus .caret,
  .red .btn-contact-sendmail:hover .caret,
  .red .btn.btn-primary:active .caret,
  .red .btn.btn-primary:focus .caret,
  .red .btn.btn-primary:hover .caret,
  .red .btn.btn-contact-sendmail:hover .caret,
  .red .btn-primary:active .caret,
  .red .btn-primary:focus .caret,
  .red .btn-primary:hover .caret {
    border-top-color: #202020; }

.red .btn.disabled,
.red .btn[disabled] {
  background: #cccccc;
  color: white;
  border: 1px solid #b62736; }
  .red .btn.disabled .caret,
  .red .btn[disabled] .caret {
    border-top-color: white; }

.red .searchBorder #portlet_up2datepartshoppartsearchportlet_WAR_up2date4shopportlet .part_search_row input {
  border-color: #cccccc; }

.red .paginator .btn {
  background-color: #b62736;
  color: white; }

.red #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet .partlist-column-code a,
.red [id="_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_:partlist_form"] .partlist-column-code a,
.red #portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet .partlist-column-code a,
.red #portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet .partlist-column-code a,
.red #portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet .u2d_bundle_partslist .partlist-column-code a {
  color: #202020; }
.red #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet a.partlist-part-name,
.red [id="_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_:partlist_form"] a.partlist-part-name,
.red #portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet a.partlist-part-name,
.red #portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet a.partlist-part-name,
.red #portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet .u2d_bundle_partslist a.partlist-part-name {
  color: #202020; }
.red #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet .btn,
.red [id="_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_:partlist_form"] .btn,
.red #portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet .btn,
.red #portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet .btn,
.red #portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet .u2d_bundle_partslist .btn {
  background-color: #b62736; }
  .red #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet .btn:hover,
  .red [id="_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_:partlist_form"] .btn:hover,
  .red #portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet .btn:hover,
  .red #portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet .btn:hover,
  .red #portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet .u2d_bundle_partslist .btn:hover {
    background-color: white;
    color: #202020; }
  .red #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet .btn.btn-secondary-action,
  .red [id="_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_:partlist_form"] .btn.btn-secondary-action,
  .red #portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet .btn.btn-secondary-action,
  .red #portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet .btn.btn-secondary-action,
  .red #portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet .u2d_bundle_partslist .btn.btn-secondary-action {
    background-color: white;
    color: #202020; }
    .red #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet .btn.btn-secondary-action:hover,
    .red [id="_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_:partlist_form"] .btn.btn-secondary-action:hover,
    .red #portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet .btn.btn-secondary-action:hover,
    .red #portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet .btn.btn-secondary-action:hover,
    .red #portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet .u2d_bundle_partslist .btn.btn-secondary-action:hover {
      background-color: #b62736;
      color: white; }

.red #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet .assortment-navigation-letter-wrapper .assortment-navigation-letter {
  background: white;
  color: #202020;
  border: 1px solid #b62736; }
  .red #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet .assortment-navigation-letter-wrapper .assortment-navigation-letter:hover {
    background-color: #b62736;
    color: white; }
.red #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet .assortment-list .assortment-list-anchor {
  border-bottom: 1px solid #b62736; }

.red .alloy-accordion .toggler-header {
  border-bottom: 1px solid white; }
  .red .alloy-accordion .toggler-header:after {
    color: #b62736; }
  .red .alloy-accordion .toggler-header:focus, .red .alloy-accordion .toggler-header:hover, .red .alloy-accordion .toggler-header.toggler-header-expanded {
    border-bottom: 1px solid black; }
    .red .alloy-accordion .toggler-header:focus:after, .red .alloy-accordion .toggler-header:hover:after, .red .alloy-accordion .toggler-header.toggler-header-expanded:after {
      background-color: #eeeeee; }

/*
.red .part-buttonrow {	
	button.btn {
		background-color: $mainColor;
		color: $white;

		&:focus,
		&:hover {
			background-color: $white;
			color: $mainColor;
		}
	}
}
*/
.red .modal .modal-header button.close {
  color: #b62736; }

.red #_up2datepartshoppartportlet_WAR_up2date4shopportlet_ .modal form[name="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm"] .button-holder .btn[name="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm:btn_sendMail"] {
  color: white;
  background-color: #b62736; }
  .red #_up2datepartshoppartportlet_WAR_up2date4shopportlet_ .modal form[name="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm"] .button-holder .btn[name="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm:btn_sendMail"]:focus, .red #_up2datepartshoppartportlet_WAR_up2date4shopportlet_ .modal form[name="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm"] .button-holder .btn[name="_up2datepartshoppartportlet_WAR_up2date4shopportlet_:emailDialogForm:btn_sendMail"]:hover {
    background-color: white;
    color: #b62736; }

/*
$bodyClass: "";
$white: #FFF;
$greyE: #EEE;
$greyC: #CCC;
$grey5: #555;
$black: #000;
	
$mainColor: #addColor;
$secundaryColor: #addColor;

$textColorMain: #202020;
$textColorAlternative: $white;

$textHeadlineColorH1Main: $textColorMain;
$textHeadlineColorH1Alternative:  $textColorAlternative;

$textHeadlineColorH2Main: $textColorMain;
$textHeadlineColorH2MainAlternative:  $textColorAlternative;

$textLinkColor: $mainColor;
$textLinkColorHover: $secundaryColor;
$textLinkColorVisit: $secundaryColor;

$textLinkTopMenu: $textColorAlternative;
$textLinkMainMenu: $textColorAlternative;
$textLinkFooterMenu: $textColorAlternative;

$schemeBackgroundColor: $mainColor;
$schemeBackgroundColorAlternative: $secundaryColor;
$schemeBackgroundColorHighlights: $greyE;

$schemeButtonBackground: $white;
$schemeButtonBackgroundHover: $mainColor;
$schemeButtonColor: $textColorMain;
$schemeButtonBackgroundPrimary: $mainColor;
$schemeButtonBackgroundHoverPrimary: $white;
$schemeButtonColorPrimary: $white;
$schemeButtonBackgroundAlternativ: $secondaryColor;
$schemeButtonBackgroundHoverAlternativ: $white;
$schemeButtonColorAlternativ: $white;
$schemeButtonBackgroundInactiv: $greyC;
$schemeButtonColorInactiv: $white;

$borderBttn: 1px solid $mainColor; 
$borderBttnPrimary: 1px solid $mainColor; 
$borderBttnAlternativ: 1px solid $textColorMain; 
$borderBttnInactiv: 1px solid $mainColor; 

$boxsShadowMain: rgba(0,153,51,.6);
$inputBackground: $white;
$inputBorder: $greyC;
$inputBorderFocus: $mainColor;

@import '../color_schemes/changes';
@import 'custom_objects';
*/
.portlet-boundary_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_ #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet #_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_ .subcolcontainer,
.portlet-boundary_up2datepartshoppartportlet_WAR_up2date4shopportlet_ #portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet #_up2datepartshoppartportlet_WAR_up2date4shopportlet_ .subcolcontainer,
.portlet-boundary_up2datepartshoppartlistportlet_WAR_up2date4shopportlet_ #portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet #_up2datepartshoppartlistportlet_WAR_up2date4shopportlet_ .subcolcontainer,
.portlet-boundary_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet_ #portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet #_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet_ .subcolcontainer,
.portlet-boundary_up2dateliveauctionarchive_WAR_up2date4shopportlet_ #portlet_up2dateliveauctionarchive_WAR_up2date4shopportlet #_up2dateliveauctionarchive_WAR_up2date4shopportlet_ .subcolcontainer,
.portlet-boundary_up2dateliveauction_WAR_up2date4shopportlet_ #portlet_up2dateliveauction_WAR_up2date4shopportlet #_up2dateliveauction_WAR_up2date4shopportlet_ .subcolcontainer {
  display: grid;
  grid-template-columns: auto 200px;
  grid-auto-rows: 1fr; }
.portlet-boundary_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_ #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet #_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_ .subcol.img-container,
.portlet-boundary_up2datepartshoppartportlet_WAR_up2date4shopportlet_ #portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet #_up2datepartshoppartportlet_WAR_up2date4shopportlet_ .subcol.img-container,
.portlet-boundary_up2datepartshoppartlistportlet_WAR_up2date4shopportlet_ #portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet #_up2datepartshoppartlistportlet_WAR_up2date4shopportlet_ .subcol.img-container,
.portlet-boundary_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet_ #portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet #_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet_ .subcol.img-container,
.portlet-boundary_up2dateliveauctionarchive_WAR_up2date4shopportlet_ #portlet_up2dateliveauctionarchive_WAR_up2date4shopportlet #_up2dateliveauctionarchive_WAR_up2date4shopportlet_ .subcol.img-container,
.portlet-boundary_up2dateliveauction_WAR_up2date4shopportlet_ #portlet_up2dateliveauction_WAR_up2date4shopportlet #_up2dateliveauction_WAR_up2date4shopportlet_ .subcol.img-container {
  position: relative; }
.portlet-boundary_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_ #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet #_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_ .subcol.detailContainer,
.portlet-boundary_up2datepartshoppartportlet_WAR_up2date4shopportlet_ #portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet #_up2datepartshoppartportlet_WAR_up2date4shopportlet_ .subcol.detailContainer,
.portlet-boundary_up2datepartshoppartlistportlet_WAR_up2date4shopportlet_ #portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet #_up2datepartshoppartlistportlet_WAR_up2date4shopportlet_ .subcol.detailContainer,
.portlet-boundary_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet_ #portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet #_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet_ .subcol.detailContainer,
.portlet-boundary_up2dateliveauctionarchive_WAR_up2date4shopportlet_ #portlet_up2dateliveauctionarchive_WAR_up2date4shopportlet #_up2dateliveauctionarchive_WAR_up2date4shopportlet_ .subcol.detailContainer,
.portlet-boundary_up2dateliveauction_WAR_up2date4shopportlet_ #portlet_up2dateliveauction_WAR_up2date4shopportlet #_up2dateliveauction_WAR_up2date4shopportlet_ .subcol.detailContainer {
  min-width: 0;
  padding: 0; }
.portlet-boundary_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_ #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet #_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_ .alloy-column.partlist-column,
.portlet-boundary_up2datepartshoppartportlet_WAR_up2date4shopportlet_ #portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet #_up2datepartshoppartportlet_WAR_up2date4shopportlet_ .alloy-column.partlist-column,
.portlet-boundary_up2datepartshoppartlistportlet_WAR_up2date4shopportlet_ #portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet #_up2datepartshoppartlistportlet_WAR_up2date4shopportlet_ .alloy-column.partlist-column,
.portlet-boundary_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet_ #portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet #_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet_ .alloy-column.partlist-column,
.portlet-boundary_up2dateliveauctionarchive_WAR_up2date4shopportlet_ #portlet_up2dateliveauctionarchive_WAR_up2date4shopportlet #_up2dateliveauctionarchive_WAR_up2date4shopportlet_ .alloy-column.partlist-column,
.portlet-boundary_up2dateliveauction_WAR_up2date4shopportlet_ #portlet_up2dateliveauction_WAR_up2date4shopportlet #_up2dateliveauction_WAR_up2date4shopportlet_ .alloy-column.partlist-column {
  padding-bottom: 2em !important; }
.portlet-boundary_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_ #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet #_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_ .subcol.detailContainer,
.portlet-boundary_up2datepartshoppartportlet_WAR_up2date4shopportlet_ #portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet #_up2datepartshoppartportlet_WAR_up2date4shopportlet_ .subcol.detailContainer,
.portlet-boundary_up2datepartshoppartlistportlet_WAR_up2date4shopportlet_ #portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet #_up2datepartshoppartlistportlet_WAR_up2date4shopportlet_ .subcol.detailContainer,
.portlet-boundary_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet_ #portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet #_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet_ .subcol.detailContainer,
.portlet-boundary_up2dateliveauctionarchive_WAR_up2date4shopportlet_ #portlet_up2dateliveauctionarchive_WAR_up2date4shopportlet #_up2dateliveauctionarchive_WAR_up2date4shopportlet_ .subcol.detailContainer,
.portlet-boundary_up2dateliveauction_WAR_up2date4shopportlet_ #portlet_up2dateliveauction_WAR_up2date4shopportlet #_up2dateliveauction_WAR_up2date4shopportlet_ .subcol.detailContainer {
  text-align: left; }
.portlet-boundary_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_ #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet #_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_ .alloy-column.partlist-column.partlist-column-price,
.portlet-boundary_up2datepartshoppartportlet_WAR_up2date4shopportlet_ #portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet #_up2datepartshoppartportlet_WAR_up2date4shopportlet_ .alloy-column.partlist-column.partlist-column-price,
.portlet-boundary_up2datepartshoppartlistportlet_WAR_up2date4shopportlet_ #portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet #_up2datepartshoppartlistportlet_WAR_up2date4shopportlet_ .alloy-column.partlist-column.partlist-column-price,
.portlet-boundary_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet_ #portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet #_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet_ .alloy-column.partlist-column.partlist-column-price,
.portlet-boundary_up2dateliveauctionarchive_WAR_up2date4shopportlet_ #portlet_up2dateliveauctionarchive_WAR_up2date4shopportlet #_up2dateliveauctionarchive_WAR_up2date4shopportlet_ .alloy-column.partlist-column.partlist-column-price,
.portlet-boundary_up2dateliveauction_WAR_up2date4shopportlet_ #portlet_up2dateliveauction_WAR_up2date4shopportlet #_up2dateliveauction_WAR_up2date4shopportlet_ .alloy-column.partlist-column.partlist-column-price {
  position: relative; }
.portlet-boundary_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_ #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet #_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_ .partlist-part-price-tax,
.portlet-boundary_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_ #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet #_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_ .partlist-part-delivery,
.portlet-boundary_up2datepartshoppartportlet_WAR_up2date4shopportlet_ #portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet #_up2datepartshoppartportlet_WAR_up2date4shopportlet_ .partlist-part-price-tax,
.portlet-boundary_up2datepartshoppartportlet_WAR_up2date4shopportlet_ #portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet #_up2datepartshoppartportlet_WAR_up2date4shopportlet_ .partlist-part-delivery,
.portlet-boundary_up2datepartshoppartlistportlet_WAR_up2date4shopportlet_ #portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet #_up2datepartshoppartlistportlet_WAR_up2date4shopportlet_ .partlist-part-price-tax,
.portlet-boundary_up2datepartshoppartlistportlet_WAR_up2date4shopportlet_ #portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet #_up2datepartshoppartlistportlet_WAR_up2date4shopportlet_ .partlist-part-delivery,
.portlet-boundary_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet_ #portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet #_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet_ .partlist-part-price-tax,
.portlet-boundary_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet_ #portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet #_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet_ .partlist-part-delivery,
.portlet-boundary_up2dateliveauctionarchive_WAR_up2date4shopportlet_ #portlet_up2dateliveauctionarchive_WAR_up2date4shopportlet #_up2dateliveauctionarchive_WAR_up2date4shopportlet_ .partlist-part-price-tax,
.portlet-boundary_up2dateliveauctionarchive_WAR_up2date4shopportlet_ #portlet_up2dateliveauctionarchive_WAR_up2date4shopportlet #_up2dateliveauctionarchive_WAR_up2date4shopportlet_ .partlist-part-delivery,
.portlet-boundary_up2dateliveauction_WAR_up2date4shopportlet_ #portlet_up2dateliveauction_WAR_up2date4shopportlet #_up2dateliveauction_WAR_up2date4shopportlet_ .partlist-part-price-tax,
.portlet-boundary_up2dateliveauction_WAR_up2date4shopportlet_ #portlet_up2dateliveauction_WAR_up2date4shopportlet #_up2dateliveauction_WAR_up2date4shopportlet_ .partlist-part-delivery {
  font-size: 0.75rem;
  line-height: 1.3em;
  padding: 0;
  margin: 0;
  border: 0; }
.portlet-boundary_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_ #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet #_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_ .alloy-column.partlist-column.partlist-column-price .btn::after,
.portlet-boundary_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_ #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet #_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_ .alloy-column.partlist-column.partlist-column-description .btn::after,
.portlet-boundary_up2datepartshoppartportlet_WAR_up2date4shopportlet_ #portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet #_up2datepartshoppartportlet_WAR_up2date4shopportlet_ .alloy-column.partlist-column.partlist-column-price .btn::after,
.portlet-boundary_up2datepartshoppartportlet_WAR_up2date4shopportlet_ #portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet #_up2datepartshoppartportlet_WAR_up2date4shopportlet_ .alloy-column.partlist-column.partlist-column-description .btn::after,
.portlet-boundary_up2datepartshoppartlistportlet_WAR_up2date4shopportlet_ #portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet #_up2datepartshoppartlistportlet_WAR_up2date4shopportlet_ .alloy-column.partlist-column.partlist-column-price .btn::after,
.portlet-boundary_up2datepartshoppartlistportlet_WAR_up2date4shopportlet_ #portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet #_up2datepartshoppartlistportlet_WAR_up2date4shopportlet_ .alloy-column.partlist-column.partlist-column-description .btn::after,
.portlet-boundary_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet_ #portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet #_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet_ .alloy-column.partlist-column.partlist-column-price .btn::after,
.portlet-boundary_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet_ #portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet #_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet_ .alloy-column.partlist-column.partlist-column-description .btn::after,
.portlet-boundary_up2dateliveauctionarchive_WAR_up2date4shopportlet_ #portlet_up2dateliveauctionarchive_WAR_up2date4shopportlet #_up2dateliveauctionarchive_WAR_up2date4shopportlet_ .alloy-column.partlist-column.partlist-column-price .btn::after,
.portlet-boundary_up2dateliveauctionarchive_WAR_up2date4shopportlet_ #portlet_up2dateliveauctionarchive_WAR_up2date4shopportlet #_up2dateliveauctionarchive_WAR_up2date4shopportlet_ .alloy-column.partlist-column.partlist-column-description .btn::after,
.portlet-boundary_up2dateliveauction_WAR_up2date4shopportlet_ #portlet_up2dateliveauction_WAR_up2date4shopportlet #_up2dateliveauction_WAR_up2date4shopportlet_ .alloy-column.partlist-column.partlist-column-price .btn::after,
.portlet-boundary_up2dateliveauction_WAR_up2date4shopportlet_ #portlet_up2dateliveauction_WAR_up2date4shopportlet #_up2dateliveauction_WAR_up2date4shopportlet_ .alloy-column.partlist-column.partlist-column-description .btn::after {
  border: 0;
  top: 50%;
  transform: translateY(-50%); }
.portlet-boundary_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_ #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet #_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_ .alloy-column.partlist-column.partlist-column-price .btn,
.portlet-boundary_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_ #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet #_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_ .alloy-column.partlist-column.partlist-column-description .btn,
.portlet-boundary_up2datepartshoppartportlet_WAR_up2date4shopportlet_ #portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet #_up2datepartshoppartportlet_WAR_up2date4shopportlet_ .alloy-column.partlist-column.partlist-column-price .btn,
.portlet-boundary_up2datepartshoppartportlet_WAR_up2date4shopportlet_ #portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet #_up2datepartshoppartportlet_WAR_up2date4shopportlet_ .alloy-column.partlist-column.partlist-column-description .btn,
.portlet-boundary_up2datepartshoppartlistportlet_WAR_up2date4shopportlet_ #portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet #_up2datepartshoppartlistportlet_WAR_up2date4shopportlet_ .alloy-column.partlist-column.partlist-column-price .btn,
.portlet-boundary_up2datepartshoppartlistportlet_WAR_up2date4shopportlet_ #portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet #_up2datepartshoppartlistportlet_WAR_up2date4shopportlet_ .alloy-column.partlist-column.partlist-column-description .btn,
.portlet-boundary_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet_ #portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet #_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet_ .alloy-column.partlist-column.partlist-column-price .btn,
.portlet-boundary_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet_ #portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet #_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet_ .alloy-column.partlist-column.partlist-column-description .btn,
.portlet-boundary_up2dateliveauctionarchive_WAR_up2date4shopportlet_ #portlet_up2dateliveauctionarchive_WAR_up2date4shopportlet #_up2dateliveauctionarchive_WAR_up2date4shopportlet_ .alloy-column.partlist-column.partlist-column-price .btn,
.portlet-boundary_up2dateliveauctionarchive_WAR_up2date4shopportlet_ #portlet_up2dateliveauctionarchive_WAR_up2date4shopportlet #_up2dateliveauctionarchive_WAR_up2date4shopportlet_ .alloy-column.partlist-column.partlist-column-description .btn,
.portlet-boundary_up2dateliveauction_WAR_up2date4shopportlet_ #portlet_up2dateliveauction_WAR_up2date4shopportlet #_up2dateliveauction_WAR_up2date4shopportlet_ .alloy-column.partlist-column.partlist-column-price .btn,
.portlet-boundary_up2dateliveauction_WAR_up2date4shopportlet_ #portlet_up2dateliveauction_WAR_up2date4shopportlet #_up2dateliveauction_WAR_up2date4shopportlet_ .alloy-column.partlist-column.partlist-column-description .btn {
  position: absolute;
  bottom: 0;
  right: 0; }
@media (min-width: 768px) {
  .portlet-boundary_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_ #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet #_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_ .alloy-table-row .alloy-column.partlist-column-description,
  .portlet-boundary_up2datepartshoppartportlet_WAR_up2date4shopportlet_ #portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet #_up2datepartshoppartportlet_WAR_up2date4shopportlet_ .alloy-table-row .alloy-column.partlist-column-description,
  .portlet-boundary_up2datepartshoppartlistportlet_WAR_up2date4shopportlet_ #portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet #_up2datepartshoppartlistportlet_WAR_up2date4shopportlet_ .alloy-table-row .alloy-column.partlist-column-description,
  .portlet-boundary_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet_ #portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet #_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet_ .alloy-table-row .alloy-column.partlist-column-description,
  .portlet-boundary_up2dateliveauctionarchive_WAR_up2date4shopportlet_ #portlet_up2dateliveauctionarchive_WAR_up2date4shopportlet #_up2dateliveauctionarchive_WAR_up2date4shopportlet_ .alloy-table-row .alloy-column.partlist-column-description,
  .portlet-boundary_up2dateliveauction_WAR_up2date4shopportlet_ #portlet_up2dateliveauction_WAR_up2date4shopportlet #_up2dateliveauction_WAR_up2date4shopportlet_ .alloy-table-row .alloy-column.partlist-column-description {
    padding-bottom: 0; } }
@media (min-width: 600px) {
  .portlet-boundary_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_ #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet #_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_ .alloy-table-row .alloy-column.partlist-column-code,
  .portlet-boundary_up2datepartshoppartportlet_WAR_up2date4shopportlet_ #portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet #_up2datepartshoppartportlet_WAR_up2date4shopportlet_ .alloy-table-row .alloy-column.partlist-column-code,
  .portlet-boundary_up2datepartshoppartlistportlet_WAR_up2date4shopportlet_ #portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet #_up2datepartshoppartlistportlet_WAR_up2date4shopportlet_ .alloy-table-row .alloy-column.partlist-column-code,
  .portlet-boundary_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet_ #portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet #_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet_ .alloy-table-row .alloy-column.partlist-column-code,
  .portlet-boundary_up2dateliveauctionarchive_WAR_up2date4shopportlet_ #portlet_up2dateliveauctionarchive_WAR_up2date4shopportlet #_up2dateliveauctionarchive_WAR_up2date4shopportlet_ .alloy-table-row .alloy-column.partlist-column-code,
  .portlet-boundary_up2dateliveauction_WAR_up2date4shopportlet_ #portlet_up2dateliveauction_WAR_up2date4shopportlet #_up2dateliveauction_WAR_up2date4shopportlet_ .alloy-table-row .alloy-column.partlist-column-code {
    text-align: left; } }
.portlet-boundary_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_ #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet #_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_ .alloy-table-row .alloy-column.partlist-column-description .alloy-panel-group,
.portlet-boundary_up2datepartshoppartportlet_WAR_up2date4shopportlet_ #portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet #_up2datepartshoppartportlet_WAR_up2date4shopportlet_ .alloy-table-row .alloy-column.partlist-column-description .alloy-panel-group,
.portlet-boundary_up2datepartshoppartlistportlet_WAR_up2date4shopportlet_ #portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet #_up2datepartshoppartlistportlet_WAR_up2date4shopportlet_ .alloy-table-row .alloy-column.partlist-column-description .alloy-panel-group,
.portlet-boundary_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet_ #portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet #_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet_ .alloy-table-row .alloy-column.partlist-column-description .alloy-panel-group,
.portlet-boundary_up2dateliveauctionarchive_WAR_up2date4shopportlet_ #portlet_up2dateliveauctionarchive_WAR_up2date4shopportlet #_up2dateliveauctionarchive_WAR_up2date4shopportlet_ .alloy-table-row .alloy-column.partlist-column-description .alloy-panel-group,
.portlet-boundary_up2dateliveauction_WAR_up2date4shopportlet_ #portlet_up2dateliveauction_WAR_up2date4shopportlet #_up2dateliveauction_WAR_up2date4shopportlet_ .alloy-table-row .alloy-column.partlist-column-description .alloy-panel-group {
  display: block; }
@media (min-width: 600px) {
  .portlet-boundary_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_ #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet #_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_ .alloy-table-row .alloy-column.partlist-column-price .btn,
  .portlet-boundary_up2datepartshoppartportlet_WAR_up2date4shopportlet_ #portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet #_up2datepartshoppartportlet_WAR_up2date4shopportlet_ .alloy-table-row .alloy-column.partlist-column-price .btn,
  .portlet-boundary_up2datepartshoppartlistportlet_WAR_up2date4shopportlet_ #portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet #_up2datepartshoppartlistportlet_WAR_up2date4shopportlet_ .alloy-table-row .alloy-column.partlist-column-price .btn,
  .portlet-boundary_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet_ #portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet #_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet_ .alloy-table-row .alloy-column.partlist-column-price .btn,
  .portlet-boundary_up2dateliveauctionarchive_WAR_up2date4shopportlet_ #portlet_up2dateliveauctionarchive_WAR_up2date4shopportlet #_up2dateliveauctionarchive_WAR_up2date4shopportlet_ .alloy-table-row .alloy-column.partlist-column-price .btn,
  .portlet-boundary_up2dateliveauction_WAR_up2date4shopportlet_ #portlet_up2dateliveauction_WAR_up2date4shopportlet #_up2dateliveauction_WAR_up2date4shopportlet_ .alloy-table-row .alloy-column.partlist-column-price .btn {
    bottom: 0; }
  .portlet-boundary_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_ #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet #_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_ .alloy-table-row .alloy-column.partlist-column-price,
  .portlet-boundary_up2datepartshoppartportlet_WAR_up2date4shopportlet_ #portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet #_up2datepartshoppartportlet_WAR_up2date4shopportlet_ .alloy-table-row .alloy-column.partlist-column-price,
  .portlet-boundary_up2datepartshoppartlistportlet_WAR_up2date4shopportlet_ #portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet #_up2datepartshoppartlistportlet_WAR_up2date4shopportlet_ .alloy-table-row .alloy-column.partlist-column-price,
  .portlet-boundary_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet_ #portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet #_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet_ .alloy-table-row .alloy-column.partlist-column-price,
  .portlet-boundary_up2dateliveauctionarchive_WAR_up2date4shopportlet_ #portlet_up2dateliveauctionarchive_WAR_up2date4shopportlet #_up2dateliveauctionarchive_WAR_up2date4shopportlet_ .alloy-table-row .alloy-column.partlist-column-price,
  .portlet-boundary_up2dateliveauction_WAR_up2date4shopportlet_ #portlet_up2dateliveauction_WAR_up2date4shopportlet #_up2dateliveauction_WAR_up2date4shopportlet_ .alloy-table-row .alloy-column.partlist-column-price {
    font-size: 1rem;
    text-align: right; } }
.portlet-boundary_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_ #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet #_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_ .alloy-column .button-holder,
.portlet-boundary_up2datepartshoppartportlet_WAR_up2date4shopportlet_ #portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet #_up2datepartshoppartportlet_WAR_up2date4shopportlet_ .alloy-column .button-holder,
.portlet-boundary_up2datepartshoppartlistportlet_WAR_up2date4shopportlet_ #portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet #_up2datepartshoppartlistportlet_WAR_up2date4shopportlet_ .alloy-column .button-holder,
.portlet-boundary_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet_ #portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet #_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet_ .alloy-column .button-holder,
.portlet-boundary_up2dateliveauctionarchive_WAR_up2date4shopportlet_ #portlet_up2dateliveauctionarchive_WAR_up2date4shopportlet #_up2dateliveauctionarchive_WAR_up2date4shopportlet_ .alloy-column .button-holder,
.portlet-boundary_up2dateliveauction_WAR_up2date4shopportlet_ #portlet_up2dateliveauction_WAR_up2date4shopportlet #_up2dateliveauction_WAR_up2date4shopportlet_ .alloy-column .button-holder {
  width: 100%; }
.portlet-boundary_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_ #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet #_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_ .alloy-column button.btn,
.portlet-boundary_up2datepartshoppartportlet_WAR_up2date4shopportlet_ #portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet #_up2datepartshoppartportlet_WAR_up2date4shopportlet_ .alloy-column button.btn,
.portlet-boundary_up2datepartshoppartlistportlet_WAR_up2date4shopportlet_ #portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet #_up2datepartshoppartlistportlet_WAR_up2date4shopportlet_ .alloy-column button.btn,
.portlet-boundary_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet_ #portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet #_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet_ .alloy-column button.btn,
.portlet-boundary_up2dateliveauctionarchive_WAR_up2date4shopportlet_ #portlet_up2dateliveauctionarchive_WAR_up2date4shopportlet #_up2dateliveauctionarchive_WAR_up2date4shopportlet_ .alloy-column button.btn,
.portlet-boundary_up2dateliveauction_WAR_up2date4shopportlet_ #portlet_up2dateliveauction_WAR_up2date4shopportlet #_up2dateliveauction_WAR_up2date4shopportlet_ .alloy-column button.btn {
  bottom: 0 !important;
  left: auto !important;
  right: 0 !important;
  margin-right: 1em;
  margin-bottom: 1em; }
.portlet-boundary_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_ #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet #_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_ .alloy-table-row .alloy-column.partlist-column-description .alloy-panel-group,
.portlet-boundary_up2datepartshoppartportlet_WAR_up2date4shopportlet_ #portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet #_up2datepartshoppartportlet_WAR_up2date4shopportlet_ .alloy-table-row .alloy-column.partlist-column-description .alloy-panel-group,
.portlet-boundary_up2datepartshoppartlistportlet_WAR_up2date4shopportlet_ #portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet #_up2datepartshoppartlistportlet_WAR_up2date4shopportlet_ .alloy-table-row .alloy-column.partlist-column-description .alloy-panel-group,
.portlet-boundary_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet_ #portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet #_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet_ .alloy-table-row .alloy-column.partlist-column-description .alloy-panel-group,
.portlet-boundary_up2dateliveauctionarchive_WAR_up2date4shopportlet_ #portlet_up2dateliveauctionarchive_WAR_up2date4shopportlet #_up2dateliveauctionarchive_WAR_up2date4shopportlet_ .alloy-table-row .alloy-column.partlist-column-description .alloy-panel-group,
.portlet-boundary_up2dateliveauction_WAR_up2date4shopportlet_ #portlet_up2dateliveauction_WAR_up2date4shopportlet #_up2dateliveauction_WAR_up2date4shopportlet_ .alloy-table-row .alloy-column.partlist-column-description .alloy-panel-group {
  width: auto; }
.portlet-boundary_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_ #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet #_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_ .btn:after,
.portlet-boundary_up2datepartshoppartportlet_WAR_up2date4shopportlet_ #portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet #_up2datepartshoppartportlet_WAR_up2date4shopportlet_ .btn:after,
.portlet-boundary_up2datepartshoppartlistportlet_WAR_up2date4shopportlet_ #portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet #_up2datepartshoppartlistportlet_WAR_up2date4shopportlet_ .btn:after,
.portlet-boundary_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet_ #portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet #_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet_ .btn:after,
.portlet-boundary_up2dateliveauctionarchive_WAR_up2date4shopportlet_ #portlet_up2dateliveauctionarchive_WAR_up2date4shopportlet #_up2dateliveauctionarchive_WAR_up2date4shopportlet_ .btn:after,
.portlet-boundary_up2dateliveauction_WAR_up2date4shopportlet_ #portlet_up2dateliveauction_WAR_up2date4shopportlet #_up2dateliveauction_WAR_up2date4shopportlet_ .btn:after {
  top: 50%;
  transform: translateY(-50%); }
.portlet-boundary_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_ #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet #_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_ .alloy-table-row .alloy-column.partlist-column-price .alloy-output-text,
.portlet-boundary_up2datepartshoppartportlet_WAR_up2date4shopportlet_ #portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet #_up2datepartshoppartportlet_WAR_up2date4shopportlet_ .alloy-table-row .alloy-column.partlist-column-price .alloy-output-text,
.portlet-boundary_up2datepartshoppartlistportlet_WAR_up2date4shopportlet_ #portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet #_up2datepartshoppartlistportlet_WAR_up2date4shopportlet_ .alloy-table-row .alloy-column.partlist-column-price .alloy-output-text,
.portlet-boundary_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet_ #portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet #_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet_ .alloy-table-row .alloy-column.partlist-column-price .alloy-output-text,
.portlet-boundary_up2dateliveauctionarchive_WAR_up2date4shopportlet_ #portlet_up2dateliveauctionarchive_WAR_up2date4shopportlet #_up2dateliveauctionarchive_WAR_up2date4shopportlet_ .alloy-table-row .alloy-column.partlist-column-price .alloy-output-text,
.portlet-boundary_up2dateliveauction_WAR_up2date4shopportlet_ #portlet_up2dateliveauction_WAR_up2date4shopportlet #_up2dateliveauction_WAR_up2date4shopportlet_ .alloy-table-row .alloy-column.partlist-column-price .alloy-output-text {
  display: block !important; }
@media screen and (max-width: 1168px) {
  .portlet-boundary_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_ #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet #_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_ .subcolcontainer,
  .portlet-boundary_up2datepartshoppartportlet_WAR_up2date4shopportlet_ #portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet #_up2datepartshoppartportlet_WAR_up2date4shopportlet_ .subcolcontainer,
  .portlet-boundary_up2datepartshoppartlistportlet_WAR_up2date4shopportlet_ #portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet #_up2datepartshoppartlistportlet_WAR_up2date4shopportlet_ .subcolcontainer,
  .portlet-boundary_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet_ #portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet #_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet_ .subcolcontainer,
  .portlet-boundary_up2dateliveauctionarchive_WAR_up2date4shopportlet_ #portlet_up2dateliveauctionarchive_WAR_up2date4shopportlet #_up2dateliveauctionarchive_WAR_up2date4shopportlet_ .subcolcontainer,
  .portlet-boundary_up2dateliveauction_WAR_up2date4shopportlet_ #portlet_up2dateliveauction_WAR_up2date4shopportlet #_up2dateliveauction_WAR_up2date4shopportlet_ .subcolcontainer {
    grid-template-columns: auto 120px; }
  .portlet-boundary_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_ #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet #_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_ .alloy-table-row .alloy-column.partlist-column-description .alloy-panel-group.partlist-part-pictures,
  .portlet-boundary_up2datepartshoppartportlet_WAR_up2date4shopportlet_ #portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet #_up2datepartshoppartportlet_WAR_up2date4shopportlet_ .alloy-table-row .alloy-column.partlist-column-description .alloy-panel-group.partlist-part-pictures,
  .portlet-boundary_up2datepartshoppartlistportlet_WAR_up2date4shopportlet_ #portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet #_up2datepartshoppartlistportlet_WAR_up2date4shopportlet_ .alloy-table-row .alloy-column.partlist-column-description .alloy-panel-group.partlist-part-pictures,
  .portlet-boundary_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet_ #portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet #_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet_ .alloy-table-row .alloy-column.partlist-column-description .alloy-panel-group.partlist-part-pictures,
  .portlet-boundary_up2dateliveauctionarchive_WAR_up2date4shopportlet_ #portlet_up2dateliveauctionarchive_WAR_up2date4shopportlet #_up2dateliveauctionarchive_WAR_up2date4shopportlet_ .alloy-table-row .alloy-column.partlist-column-description .alloy-panel-group.partlist-part-pictures,
  .portlet-boundary_up2dateliveauction_WAR_up2date4shopportlet_ #portlet_up2dateliveauction_WAR_up2date4shopportlet #_up2dateliveauction_WAR_up2date4shopportlet_ .alloy-table-row .alloy-column.partlist-column-description .alloy-panel-group.partlist-part-pictures {
    width: 120px; } }
@media screen and (max-width: 768px) {
  .portlet-boundary_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_ #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet #_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_ .subcol.detailContainer,
  .portlet-boundary_up2datepartshoppartportlet_WAR_up2date4shopportlet_ #portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet #_up2datepartshoppartportlet_WAR_up2date4shopportlet_ .subcol.detailContainer,
  .portlet-boundary_up2datepartshoppartlistportlet_WAR_up2date4shopportlet_ #portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet #_up2datepartshoppartlistportlet_WAR_up2date4shopportlet_ .subcol.detailContainer,
  .portlet-boundary_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet_ #portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet #_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet_ .subcol.detailContainer,
  .portlet-boundary_up2dateliveauctionarchive_WAR_up2date4shopportlet_ #portlet_up2dateliveauctionarchive_WAR_up2date4shopportlet #_up2dateliveauctionarchive_WAR_up2date4shopportlet_ .subcol.detailContainer,
  .portlet-boundary_up2dateliveauction_WAR_up2date4shopportlet_ #portlet_up2dateliveauction_WAR_up2date4shopportlet #_up2dateliveauction_WAR_up2date4shopportlet_ .subcol.detailContainer {
    padding-right: 1em; } }
.portlet-boundary_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_ #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet #_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_ .alloy-table-row .alloy-column.partlist-column-code,
.portlet-boundary_up2datepartshoppartportlet_WAR_up2date4shopportlet_ #portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet #_up2datepartshoppartportlet_WAR_up2date4shopportlet_ .alloy-table-row .alloy-column.partlist-column-code,
.portlet-boundary_up2datepartshoppartlistportlet_WAR_up2date4shopportlet_ #portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet #_up2datepartshoppartlistportlet_WAR_up2date4shopportlet_ .alloy-table-row .alloy-column.partlist-column-code,
.portlet-boundary_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet_ #portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet #_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet_ .alloy-table-row .alloy-column.partlist-column-code,
.portlet-boundary_up2dateliveauctionarchive_WAR_up2date4shopportlet_ #portlet_up2dateliveauctionarchive_WAR_up2date4shopportlet #_up2dateliveauctionarchive_WAR_up2date4shopportlet_ .alloy-table-row .alloy-column.partlist-column-code,
.portlet-boundary_up2dateliveauction_WAR_up2date4shopportlet_ #portlet_up2dateliveauction_WAR_up2date4shopportlet #_up2dateliveauction_WAR_up2date4shopportlet_ .alloy-table-row .alloy-column.partlist-column-code {
  border-top: 0px solid black !important; }
@media screen and (max-width: 600px) {
  .portlet-boundary_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_ #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet #_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_ .alloy-table-row.partlist-row.alloy-row,
  .portlet-boundary_up2datepartshoppartportlet_WAR_up2date4shopportlet_ #portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet #_up2datepartshoppartportlet_WAR_up2date4shopportlet_ .alloy-table-row.partlist-row.alloy-row,
  .portlet-boundary_up2datepartshoppartlistportlet_WAR_up2date4shopportlet_ #portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet #_up2datepartshoppartlistportlet_WAR_up2date4shopportlet_ .alloy-table-row.partlist-row.alloy-row,
  .portlet-boundary_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet_ #portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet #_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet_ .alloy-table-row.partlist-row.alloy-row,
  .portlet-boundary_up2dateliveauctionarchive_WAR_up2date4shopportlet_ #portlet_up2dateliveauctionarchive_WAR_up2date4shopportlet #_up2dateliveauctionarchive_WAR_up2date4shopportlet_ .alloy-table-row.partlist-row.alloy-row,
  .portlet-boundary_up2dateliveauction_WAR_up2date4shopportlet_ #portlet_up2dateliveauction_WAR_up2date4shopportlet #_up2dateliveauction_WAR_up2date4shopportlet_ .alloy-table-row.partlist-row.alloy-row {
    padding-top: 2em;
    border-top: 3px solid black; }
  .portlet-boundary_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_ #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet #_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_ .alloy-column.partlist-column.partlist-column-description .subcol.detailContainer,
  .portlet-boundary_up2datepartshoppartportlet_WAR_up2date4shopportlet_ #portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet #_up2datepartshoppartportlet_WAR_up2date4shopportlet_ .alloy-column.partlist-column.partlist-column-description .subcol.detailContainer,
  .portlet-boundary_up2datepartshoppartlistportlet_WAR_up2date4shopportlet_ #portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet #_up2datepartshoppartlistportlet_WAR_up2date4shopportlet_ .alloy-column.partlist-column.partlist-column-description .subcol.detailContainer,
  .portlet-boundary_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet_ #portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet #_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet_ .alloy-column.partlist-column.partlist-column-description .subcol.detailContainer,
  .portlet-boundary_up2dateliveauctionarchive_WAR_up2date4shopportlet_ #portlet_up2dateliveauctionarchive_WAR_up2date4shopportlet #_up2dateliveauctionarchive_WAR_up2date4shopportlet_ .alloy-column.partlist-column.partlist-column-description .subcol.detailContainer,
  .portlet-boundary_up2dateliveauction_WAR_up2date4shopportlet_ #portlet_up2dateliveauction_WAR_up2date4shopportlet #_up2dateliveauction_WAR_up2date4shopportlet_ .alloy-column.partlist-column.partlist-column-description .subcol.detailContainer {
    margin-bottom: 1em; }
  .portlet-boundary_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_ #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet #_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_ .alloy-column.partlist-column.partlist-column-description button.btn,
  .portlet-boundary_up2datepartshoppartportlet_WAR_up2date4shopportlet_ #portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet #_up2datepartshoppartportlet_WAR_up2date4shopportlet_ .alloy-column.partlist-column.partlist-column-description button.btn,
  .portlet-boundary_up2datepartshoppartlistportlet_WAR_up2date4shopportlet_ #portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet #_up2datepartshoppartlistportlet_WAR_up2date4shopportlet_ .alloy-column.partlist-column.partlist-column-description button.btn,
  .portlet-boundary_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet_ #portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet #_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet_ .alloy-column.partlist-column.partlist-column-description button.btn,
  .portlet-boundary_up2dateliveauctionarchive_WAR_up2date4shopportlet_ #portlet_up2dateliveauctionarchive_WAR_up2date4shopportlet #_up2dateliveauctionarchive_WAR_up2date4shopportlet_ .alloy-column.partlist-column.partlist-column-description button.btn,
  .portlet-boundary_up2dateliveauction_WAR_up2date4shopportlet_ #portlet_up2dateliveauction_WAR_up2date4shopportlet #_up2dateliveauction_WAR_up2date4shopportlet_ .alloy-column.partlist-column.partlist-column-description button.btn {
    left: 1em !important;
    right: auto !important; } }
.portlet-boundary_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_ #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet #_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_ .detailContainer span.partlist-part-vehicle.alloy-panel-group,
.portlet-boundary_up2datepartshoppartportlet_WAR_up2date4shopportlet_ #portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet #_up2datepartshoppartportlet_WAR_up2date4shopportlet_ .detailContainer span.partlist-part-vehicle.alloy-panel-group,
.portlet-boundary_up2datepartshoppartlistportlet_WAR_up2date4shopportlet_ #portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet #_up2datepartshoppartlistportlet_WAR_up2date4shopportlet_ .detailContainer span.partlist-part-vehicle.alloy-panel-group,
.portlet-boundary_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet_ #portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet #_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet_ .detailContainer span.partlist-part-vehicle.alloy-panel-group,
.portlet-boundary_up2dateliveauctionarchive_WAR_up2date4shopportlet_ #portlet_up2dateliveauctionarchive_WAR_up2date4shopportlet #_up2dateliveauctionarchive_WAR_up2date4shopportlet_ .detailContainer span.partlist-part-vehicle.alloy-panel-group,
.portlet-boundary_up2dateliveauction_WAR_up2date4shopportlet_ #portlet_up2dateliveauction_WAR_up2date4shopportlet #_up2dateliveauction_WAR_up2date4shopportlet_ .detailContainer span.partlist-part-vehicle.alloy-panel-group {
  margin-bottom: 1em; }
.portlet-boundary_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_ #portlet_up2datepartshopassortmentportlet_WAR_up2date4shopportlet #_up2datepartshopassortmentportlet_WAR_up2date4shopportlet_ .alloy-column.partlist-column.partlist-column-price div.buttonPosition,
.portlet-boundary_up2datepartshoppartportlet_WAR_up2date4shopportlet_ #portlet_up2datepartshoppartportlet_WAR_up2date4shopportlet #_up2datepartshoppartportlet_WAR_up2date4shopportlet_ .alloy-column.partlist-column.partlist-column-price div.buttonPosition,
.portlet-boundary_up2datepartshoppartlistportlet_WAR_up2date4shopportlet_ #portlet_up2datepartshoppartlistportlet_WAR_up2date4shopportlet #_up2datepartshoppartlistportlet_WAR_up2date4shopportlet_ .alloy-column.partlist-column.partlist-column-price div.buttonPosition,
.portlet-boundary_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet_ #portlet_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet #_up2datepartshopparttreeselectorportlet_WAR_up2date4shopportlet_ .alloy-column.partlist-column.partlist-column-price div.buttonPosition,
.portlet-boundary_up2dateliveauctionarchive_WAR_up2date4shopportlet_ #portlet_up2dateliveauctionarchive_WAR_up2date4shopportlet #_up2dateliveauctionarchive_WAR_up2date4shopportlet_ .alloy-column.partlist-column.partlist-column-price div.buttonPosition,
.portlet-boundary_up2dateliveauction_WAR_up2date4shopportlet_ #portlet_up2dateliveauction_WAR_up2date4shopportlet #_up2dateliveauction_WAR_up2date4shopportlet_ .alloy-column.partlist-column.partlist-column-price div.buttonPosition {
  margin-top: 1em; }

#headerTop .portlet-language .portlet-body {
  display: grid; }

#headerTop .portlet-language .portlet-body span {
  margin-right: 0.5em; }

#headerTop .portlet-language .portlet-body {
  display: flex; }

.header-choose-language {
  float: right;
  margin-top: 18px; }